01KVPA0HET3KQ744MVR1W0VJP0: 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: 01KVPA0Z9PE6BNPDHYMKXQQ6H9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T00:01:39.247Zjob assigned to worker 01KVPA17HM2JPE2PKRCD3K6N84 [factory aws, i-06f58a142f3b21274] (queued for 1 m 37 s)
 
22026-06-22T00:01:46.787Zstarting task 0: "setup"
32026-06-22T00:01:46.792Z++ uname -s
42026-06-22T00:01:46.795Z+ kern=SunOS
52026-06-22T00:01:46.795Z+ build_user=build
62026-06-22T00:01:46.795Z+ build_uid=12345
72026-06-22T00:01:46.795Z+ work_dir=/work
82026-06-22T00:01:46.795Z+ input_dir=/input
92026-06-22T00:01:46.795Z+ [[ 0 == 12345 ]]
102026-06-22T00:01:46.795Z+ case "$kern" in
112026-06-22T00:01:46.795Z+ groupadd -g 12345 build
122026-06-22T00:01:46.798Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T00:01:48.805Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T00:01:48.932Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T00:01:48.935Z+ home_fs=zfs
162026-06-22T00:01:48.935Z+ [[ zfs == autofs ]]
172026-06-22T00:01:48.935Z+ mkdir -p /home/build
182026-06-22T00:01:48.938Z+ chown build:build /home/build /work
192026-06-22T00:01:50.938Z+ chmod 0700 /home/build /work
202026-06-22T00:01:50.942Zprocess exited: duration 4159 ms, exit code 0
 
212026-06-22T00:01:50.949Zstarting task 1: "rust-toolchain"
222026-06-22T00:01:50.956Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T00:01:50.956Z * rust toolchain channel = "1.94.0"
242026-06-22T00:01:50.956Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-22T00:01:50.959Z * rust toolchain profile = "default"
262026-06-22T00:01:50.959Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T00:01:50.959Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T00:01:50.959Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T00:01:50.959Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T00:01:51.047Zinfo: downloading installer
312026-06-22T00:01:52.476Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T00:01:52.476Zwarn: /home/build/.rustup/settings.toml
332026-06-22T00:01:52.476Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T00:01:52.476Zwarn: instead of the one inferred from the default host triple.
352026-06-22T00:01:52.485Zinfo: profile set to default
362026-06-22T00:01:52.485Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T00:01:52.488Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T00:01:52.648Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T00:01:52.652Zinfo: downloading 6 components
402026-06-22T00:02:07.335Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T00:02:07.335Z
422026-06-22T00:02:07.364Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T00:02:07.364Z
442026-06-22T00:02:07.364Z
452026-06-22T00:02:07.365ZRust is installed now. Great!
462026-06-22T00:02:07.365Z
472026-06-22T00:02:07.365ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T00:02:07.365Zenvironment variable. This has not been done automatically.
492026-06-22T00:02:07.365Z
502026-06-22T00:02:07.365ZTo configure your current shell, you need to source
512026-06-22T00:02:07.365Zthe corresponding env file under $HOME/.cargo.
522026-06-22T00:02:07.365Z
532026-06-22T00:02:07.365ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T00:02:07.365Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T00:02:07.365Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T00:02:07.365Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T00:02:07.365Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T00:02:07.365Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T00:02:07.365Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T00:02:07.369Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T00:02:07.369Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T00:02:07.464Z+ rustup --version
632026-06-22T00:02:07.470Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T00:02:07.473Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T00:02:07.491Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T00:02:07.495Z+ cargo --version
672026-06-22T00:02:07.502Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T00:02:07.506Z+ rustc --version
692026-06-22T00:02:07.526Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T00:02:07.530Zprocess exited: duration 16579 ms, exit code 0
 
712026-06-22T00:02:07.537Zstarting task 2: "authentication"
722026-06-22T00:02:07.556Zprocess exited: duration 18 ms, exit code 0
 
732026-06-22T00:02:07.578Zstarting task 3: "clone repository"
742026-06-22T00:02:07.582Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-22T00:02:07.582Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-22T00:02:07.613ZCloning into '/work/oxidecomputer/omicron'...
772026-06-22T00:02:18.678Z+ cd /work/oxidecomputer/omicron
782026-06-22T00:02:18.678Z+ git fetch origin fc23f741b02dac1cb248a822364aa93d35acc57a
792026-06-22T00:02:18.945ZFrom https://github.com/oxidecomputer/omicron
802026-06-22T00:02:18.945Z * branch fc23f741b02dac1cb248a822364aa93d35acc57a -> FETCH_HEAD
812026-06-22T00:02:18.959Z+ [[ -n sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids ]]
822026-06-22T00:02:18.962Z++ git branch --show-current
832026-06-22T00:02:18.965Z+ current=main
842026-06-22T00:02:18.965Z+ [[ main != sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids ]]
852026-06-22T00:02:18.965Z+ git branch -f sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids fc23f741b02dac1cb248a822364aa93d35acc57a
862026-06-22T00:02:18.968Z+ git checkout -f sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids
872026-06-22T00:02:19.206ZSwitched to branch 'sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids'
882026-06-22T00:02:19.209Z+ git reset --hard fc23f741b02dac1cb248a822364aa93d35acc57a
892026-06-22T00:02:19.223ZHEAD is now at fc23f741b remove uuid dependency that's no longer needed
902026-06-22T00:02:19.226Zprocess exited: duration 11651 ms, exit code 0
 
912026-06-22T00:02:19.232Zstarting task 4: "build"
922026-06-22T00:02:19.238Z+ source .github/buildomat/ci-env.sh
932026-06-22T00:02:19.238Z++ export CARGO_TERM_COLOR=always
942026-06-22T00:02:19.238Z++ CARGO_TERM_COLOR=always
952026-06-22T00:02:19.238Z+ cargo --version
962026-06-22T00:02:19.249Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-22T00:02:19.252Z+ rustc --version
982026-06-22T00:02:19.272Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-22T00:02:19.275Z+ WORK=/work
1002026-06-22T00:02:19.275Z+ pfexec mkdir -p /work
1012026-06-22T00:02:19.278Z+ pfexec chown build /work
1022026-06-22T00:02:19.281Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-22T00:02:20.839Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-22T00:02:20.979Z Startup: Caching catalogs ... Done
1052026-06-22T00:02:21.327ZPlanning: Solver setup ... Done (0.307s)
1062026-06-22T00:02:21.349ZPlanning: Running solver ... Done (0.022s)
1072026-06-22T00:02:21.357ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-22T00:02:21.375ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-22T00:02:21.407ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-22T00:02:21.421ZPlanning: Package planning ... Done (0.014s)
1112026-06-22T00:02:21.424ZPlanning: Merging actions ... Done (0.001s)
1122026-06-22T00:02:21.614ZPlanning: Checking for conflicting actions ... Done (0.191s)
1132026-06-22T00:02:21.617ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-22T00:02:22.515ZPlanning: Evaluating mediators ... Done (0.900s)
1152026-06-22T00:02:22.518ZPlanning: Planning completed in 1.52 seconds
1162026-06-22T00:02:22.524Z Packages to install: 2
1172026-06-22T00:02:22.524Z Estimated space available: 156.07 GB
1182026-06-22T00:02:22.524ZEstimated space to be consumed: 26.78 MB
1192026-06-22T00:02:22.524Z Create boot environment: No
1202026-06-22T00:02:22.527ZCreate backup boot environment: No
1212026-06-22T00:02:22.527Z Rebuild boot archive: No
1222026-06-22T00:02:22.528Z
1232026-06-22T00:02:22.528ZChanged packages:
1242026-06-22T00:02:22.528Zhelios
1252026-06-22T00:02:22.528Z developer/build-essential
1262026-06-22T00:02:22.528Z None -> 11-3.0
1272026-06-22T00:02:22.528Z library/libxmlsec1
1282026-06-22T00:02:22.528Z None -> 1.2.35-3.0
1292026-06-22T00:02:22.551Z
1302026-06-22T00:02:22.551ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-22T00:02:24.210ZDownload: Completed 1.28 MB in 1.66 seconds (790k/s)
1322026-06-22T00:02:24.269Z Actions: 1/268 actions (Installing new actions)
1332026-06-22T00:02:24.308Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-22T00:02:24.317ZFinalize: Updating package state database ... Done (0.009s)
1352026-06-22T00:02:24.317ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-22T00:02:24.341ZFinalize: Updating image state ... Done (0.024s)
1372026-06-22T00:02:26.933ZFinalize: Creating fast lookup database ... Done (2.568s)
1382026-06-22T00:02:27.011ZFinalize: Reading search index ... Done (0.013s)
1392026-06-22T00:02:27.014ZFinalize: Updating search index ... Done (0.000s)
1402026-06-22T00:02:27.118ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-22T00:02:27.424ZPlanning: Evaluating mediator changes ... Done
1422026-06-22T00:02:27.527ZPlanning: Checking for conflicting actions ... Done
1432026-06-22T00:02:27.532ZPlanning: Consolidating action changes ... Done
1442026-06-22T00:02:27.684ZPlanning: Evaluating mediators ... Done
1452026-06-22T00:02:27.687ZPlanning: Planning completed in 0.26 seconds
1462026-06-22T00:02:27.706Z Mediators to change: 2
1472026-06-22T00:02:27.706Z Create boot environment: No
1482026-06-22T00:02:27.706ZCreate backup boot environment: No
1492026-06-22T00:02:27.832ZFinalize: Updating package state database ... Done
1502026-06-22T00:02:27.832ZFinalize: Updating package cache ... Done
1512026-06-22T00:02:27.846ZFinalize: Updating image state ... Done
1522026-06-22T00:02:29.801ZFinalize: Creating fast lookup database ... Done
1532026-06-22T00:02:29.862ZFinalize: Reading search index ... Done
1542026-06-22T00:02:29.865ZFinalize: Updating search index ... Done
1552026-06-22T00:02:29.962ZFinalize: Updating package cache ... Done
1562026-06-22T00:02:30.250ZPlanning: Evaluating mediator changes ... Done
1572026-06-22T00:02:30.356ZPlanning: Checking for conflicting actions ... Done
1582026-06-22T00:02:30.360ZPlanning: Consolidating action changes ... Done
1592026-06-22T00:02:30.514ZPlanning: Evaluating mediators ... Done
1602026-06-22T00:02:30.517ZPlanning: Planning completed in 0.26 seconds
1612026-06-22T00:02:30.537Z Mediators to change: 1
1622026-06-22T00:02:30.537Z Create boot environment: No
1632026-06-22T00:02:30.537ZCreate backup boot environment: No
1642026-06-22T00:02:30.595ZFinalize: Updating package state database ... Done
1652026-06-22T00:02:30.595ZFinalize: Updating package cache ... Done
1662026-06-22T00:02:30.612ZFinalize: Updating image state ... Done
1672026-06-22T00:02:32.573ZFinalize: Creating fast lookup database ... Done
1682026-06-22T00:02:32.637ZFinalize: Reading search index ... Done
1692026-06-22T00:02:32.640ZFinalize: Updating search index ... Done
1702026-06-22T00:02:32.713ZFinalize: Updating package cache ... Done
1712026-06-22T00:02:33.024ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-22T00:02:33.024Zapache system 2.4 system
1732026-06-22T00:02:33.024Zclang system 15 system
1742026-06-22T00:02:33.024Zcsh system system illumos
1752026-06-22T00:02:33.024Zctags system system illumos
1762026-06-22T00:02:33.024Zfile vendor vendor darwinsys
1772026-06-22T00:02:33.024Zfile system system illumos
1782026-06-22T00:02:33.024Zgcc vendor 14 vendor
1792026-06-22T00:02:33.024Zgcc system 13 system
1802026-06-22T00:02:33.024Zgcc system 10 system
1812026-06-22T00:02:33.024Zgo system 1.25 system
1822026-06-22T00:02:33.024Zllvm system 15 system
1832026-06-22T00:02:33.024Zmariadb system 11.4 system
1842026-06-22T00:02:33.024Zmta vendor vendor dma
1852026-06-22T00:02:33.024Zopenjdk system 17 system
1862026-06-22T00:02:33.024Zopenjdk system 11 system
1872026-06-22T00:02:33.024Zopenssl vendor 3 vendor
1882026-06-22T00:02:33.024Zperl system 5.40 system
1892026-06-22T00:02:33.024Zpostgresql system 18 system
1902026-06-22T00:02:33.024Zpostgresql system 17 system
1912026-06-22T00:02:33.024Zpython vendor 3 vendor
1922026-06-22T00:02:33.024Zpython system 2 system
1932026-06-22T00:02:33.024Zpython3 vendor 3.13 vendor
1942026-06-22T00:02:33.024Zruby system 3.4 system
1952026-06-22T00:02:33.025Zruby system 3.0 system
1962026-06-22T00:02:33.025Zwords vendor vendor american-english
1972026-06-22T00:02:33.025Zwords system system australian-english
1982026-06-22T00:02:33.025Zwords system system british-english
1992026-06-22T00:02:33.025Zwords system system canadian-english
2002026-06-22T00:02:33.025Zwords system system french
2012026-06-22T00:02:33.025Zwords system system italian
2022026-06-22T00:02:33.025Zwords system system ngerman
2032026-06-22T00:02:33.025Zwords system system ogerman
2042026-06-22T00:02:33.025Zwords system system spanish
2052026-06-22T00:02:33.279ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-22T00:02:33.279Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-22T00:02:33.568ZFMRI IFO
2082026-06-22T00:02:33.568Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-22T00:02:33.568Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-22T00:02:33.568Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-22T00:02:33.568Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-22T00:02:33.568Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-22T00:02:33.568Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-22T00:02:33.568Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-22T00:02:33.569Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-22T00:02:33.569Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-22T00:02:33.816Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-22T00:02:34.066Z Updating crates.io index
2192026-06-22T00:02:34.069Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-22T00:02:34.615Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-22T00:02:35.012Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-22T00:02:35.570Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-22T00:02:36.458Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-22T00:02:36.922Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-22T00:02:38.431Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-22T00:02:39.281Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-22T00:02:39.525Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-22T00:02:40.993Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-22T00:02:41.416Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-22T00:02:41.887Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-22T00:02:42.199Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-22T00:02:42.803Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-22T00:02:43.268Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-22T00:02:43.507Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-22T00:02:44.060Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-22T00:02:44.320Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-22T00:02:44.719Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-22T00:02:45.085Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-22T00:02:45.318Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-22T00:02:45.553Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-22T00:02:45.894Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-22T00:02:46.466Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-22T00:02:46.924Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-22T00:02:47.315Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-22T00:02:47.611Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-22T00:02:47.895Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-22T00:02:49.238Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-22T00:02:49.489Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-22T00:02:50.379Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-22T00:02:50.758Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-22T00:02:50.990Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-22T00:02:51.313Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-22T00:02:51.646Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-22T00:02:51.885Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-22T00:02:52.203Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-22T00:02:52.655Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-22T00:02:52.897Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-22T00:02:53.113Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-22T00:02:55.099Z Downloading crates ...
2602026-06-22T00:02:55.163Z Downloaded cargo-platform v0.2.0
2612026-06-22T00:02:55.181Z Downloaded textwrap v0.16.2
2622026-06-22T00:02:55.185Z Downloaded icu_provider v2.1.1
2632026-06-22T00:02:55.188Z Downloaded icu_collections v2.1.1
2642026-06-22T00:02:55.191Z Downloaded unicode-linebreak v0.1.5
2652026-06-22T00:02:55.195Z Downloaded proc-macro2 v1.0.106
2662026-06-22T00:02:55.198Z Downloaded toml_datetime v0.6.11
2672026-06-22T00:02:55.198Z Downloaded thiserror v2.0.18
2682026-06-22T00:02:55.201Z Downloaded toml_write v0.1.2
2692026-06-22T00:02:55.204Z Downloaded thread-id v4.2.2
2702026-06-22T00:02:55.204Z Downloaded clap_derive v4.6.1
2712026-06-22T00:02:55.204Z Downloaded typeid v1.0.3
2722026-06-22T00:02:55.208Z Downloaded camino v1.2.2
2732026-06-22T00:02:55.208Z Downloaded yoke-derive v0.8.1
2742026-06-22T00:02:55.208Z Downloaded usdt-attr-macro v0.5.0
2752026-06-22T00:02:55.211Z Downloaded cargo_metadata v0.21.0
2762026-06-22T00:02:55.211Z Downloaded utf8parse v0.2.2
2772026-06-22T00:02:55.211Z Downloaded clap_lex v1.0.0
2782026-06-22T00:02:55.211Z Downloaded digest v0.10.7
2792026-06-22T00:02:55.218Z Downloaded utf8_iter v1.0.4
2802026-06-22T00:02:55.221Z Downloaded heck v0.4.1
2812026-06-22T00:02:55.221Z Downloaded idna_adapter v1.2.1
2822026-06-22T00:02:55.224Z Downloaded generic-array v0.14.7
2832026-06-22T00:02:55.224Z Downloaded zerofrom-derive v0.1.6
2842026-06-22T00:02:55.224Z Downloaded dtrace-parser v0.2.0
2852026-06-22T00:02:55.224Z Downloaded macaddr v1.0.1
2862026-06-22T00:02:55.227Z Downloaded bytecount v0.6.9
2872026-06-22T00:02:55.227Z Downloaded zerofrom v0.1.6
2882026-06-22T00:02:55.227Z Downloaded tinystr v0.8.2
2892026-06-22T00:02:55.231Z Downloaded cpufeatures v0.2.17
2902026-06-22T00:02:55.231Z Downloaded thiserror-impl v2.0.18
2912026-06-22T00:02:55.234Z Downloaded percent-encoding v2.3.2
2922026-06-22T00:02:55.237Z Downloaded version_check v0.9.5
2932026-06-22T00:02:55.240Z Downloaded unicode-xid v0.2.6
2942026-06-22T00:02:55.244Z Downloaded usdt v0.5.0
2952026-06-22T00:02:55.244Z Downloaded camino-tempfile v1.4.1
2962026-06-22T00:02:55.247Z Downloaded errno v0.3.14
2972026-06-22T00:02:55.248Z Downloaded zerovec-derive v0.11.2
2982026-06-22T00:02:55.248Z Downloaded usdt-macro v0.5.0
2992026-06-22T00:02:55.248Z Downloaded zmij v1.0.21
3002026-06-22T00:02:55.248Z Downloaded usdt-impl v0.5.0
3012026-06-22T00:02:55.259Z Downloaded writeable v0.6.2
3022026-06-22T00:02:55.262Z Downloaded num-traits v0.2.19
3032026-06-22T00:02:55.262Z Downloaded memmap v0.7.0
3042026-06-22T00:02:55.265Z Downloaded block-buffer v0.10.4
3052026-06-22T00:02:55.265Z Downloaded yoke v0.8.1
3062026-06-22T00:02:55.265Z Downloaded litemap v0.8.1
3072026-06-22T00:02:55.265Z Downloaded ucd-trie v0.1.7
3082026-06-22T00:02:55.269Z Downloaded is_terminal_polyfill v1.70.2
3092026-06-22T00:02:55.269Z Downloaded toml v0.8.23
3102026-06-22T00:02:55.269Z Downloaded thiserror-impl v1.0.69
3112026-06-22T00:02:55.272Z Downloaded thiserror v1.0.69
3122026-06-22T00:02:55.272Z Downloaded serde-value v0.7.0
3132026-06-22T00:02:55.272Z Downloaded ordered-float v2.10.1
3142026-06-22T00:02:55.275Z Downloaded autocfg v1.5.0
3152026-06-22T00:02:55.275Z Downloaded toml_edit v0.22.27
3162026-06-22T00:02:55.279Z Downloaded zerotrie v0.2.3
3172026-06-22T00:02:55.279Z Downloaded unicode-ident v1.0.24
3182026-06-22T00:02:55.282Z Downloaded typenum v1.19.0
3192026-06-22T00:02:55.282Z Downloaded zerocopy-derive v0.7.35
3202026-06-22T00:02:55.285Z Downloaded anstyle-query v1.1.5
3212026-06-22T00:02:55.285Z Downloaded byteorder v1.5.0
3222026-06-22T00:02:55.285Z Downloaded url v2.5.8
3232026-06-22T00:02:55.289Z Downloaded plain v0.2.3
3242026-06-22T00:02:55.292Z Downloaded terminal_size v0.4.3
3252026-06-22T00:02:55.292Z Downloaded proc-macro-error-attr v1.0.4
3262026-06-22T00:02:55.295Z Downloaded tabled_derive v0.7.0
3272026-06-22T00:02:55.299Z Downloaded strsim v0.11.1
3282026-06-22T00:02:55.304Z Downloaded cfg-if v1.0.4
3292026-06-22T00:02:55.308Z Downloaded zerovec v0.11.5
3302026-06-22T00:02:55.311Z Downloaded dof v0.3.0
3312026-06-22T00:02:55.314Z Downloaded zerocopy v0.7.35
3322026-06-22T00:02:55.319Z Downloaded serde_spanned v0.6.9
3332026-06-22T00:02:55.322Z Downloaded scroll_derive v0.12.1
3342026-06-22T00:02:55.322Z Downloaded potential_utf v0.1.4
3352026-06-22T00:02:55.322Z Downloaded fastrand v2.3.0
3362026-06-22T00:02:55.322Z Downloaded equivalent v1.0.2
3372026-06-22T00:02:55.322Z Downloaded winnow v0.7.14
3382026-06-22T00:02:55.326Z Downloaded proc-macro-error v1.0.4
3392026-06-22T00:02:55.329Z Downloaded anstream v1.0.0
3402026-06-22T00:02:55.330Z Downloaded unicode-width v0.2.0
3412026-06-22T00:02:55.334Z Downloaded unicode-width v0.1.14
3422026-06-22T00:02:55.337Z Downloaded swrite v0.1.0
3432026-06-22T00:02:55.337Z Downloaded cargo_toml v0.21.0
3442026-06-22T00:02:55.340Z Downloaded smawk v0.3.2
3452026-06-22T00:02:55.343Z Downloaded pretty-hex v0.4.1
3462026-06-22T00:02:55.344Z Downloaded heck v0.5.0
3472026-06-22T00:02:55.344Z Downloaded colorchoice v1.0.4
3482026-06-22T00:02:55.344Z Downloaded form_urlencoded v1.2.2
3492026-06-22T00:02:55.362Z Downloaded stable_deref_trait v1.2.1
3502026-06-22T00:02:55.366Z Downloaded itoa v1.0.17
3512026-06-22T00:02:55.370Z Downloaded synstructure v0.13.2
3522026-06-22T00:02:55.373Z Downloaded fnv v1.0.7
3532026-06-22T00:02:55.373Z Downloaded serde-untagged v0.1.9
3542026-06-22T00:02:55.373Z Downloaded scroll v0.12.0
3552026-06-22T00:02:55.381Z Downloaded erased-serde v0.4.9
3562026-06-22T00:02:55.384Z Downloaded anstyle-parse v1.0.0
3572026-06-22T00:02:55.389Z Downloaded memchr v2.8.0
3582026-06-22T00:02:55.394Z Downloaded serde_tokenstream v0.2.3
3592026-06-22T00:02:55.401Z Downloaded crypto-common v0.1.7
3602026-06-22T00:02:55.404Z Downloaded anstyle v1.0.14
3612026-06-22T00:02:55.407Z Downloaded tempfile v3.25.0
3622026-06-22T00:02:55.411Z Downloaded semver v1.0.28
3632026-06-22T00:02:55.411Z Downloaded fs-err v3.3.0
3642026-06-22T00:02:55.411Z Downloaded displaydoc v0.2.5
3652026-06-22T00:02:55.414Z Downloaded quote v1.0.45
3662026-06-22T00:02:55.414Z Downloaded icu_normalizer_data v2.1.1
3672026-06-22T00:02:55.417Z Downloaded cargo-util-schemas v0.8.2
3682026-06-22T00:02:55.417Z Downloaded sha2 v0.10.9
3692026-06-22T00:02:55.425Z Downloaded pest_derive v2.8.6
3702026-06-22T00:02:55.428Z Downloaded anyhow v1.0.102
3712026-06-22T00:02:55.432Z Downloaded smallvec v1.15.1
3722026-06-22T00:02:55.439Z Downloaded bitflags v2.11.0
3732026-06-22T00:02:55.449Z Downloaded pest_generator v2.8.6
3742026-06-22T00:02:55.466Z Downloaded serde_derive v1.0.228
3752026-06-22T00:02:55.472Z Downloaded getrandom v0.4.1
3762026-06-22T00:02:55.480Z Downloaded serde_core v1.0.228
3772026-06-22T00:02:55.485Z Downloaded papergrid v0.11.0
3782026-06-22T00:02:55.490Z Downloaded log v0.4.29
3792026-06-22T00:02:55.490Z Downloaded clap v4.6.1
3802026-06-22T00:02:55.496Z Downloaded once_cell v1.21.3
3812026-06-22T00:02:55.499Z Downloaded pest_meta v2.8.6
3822026-06-22T00:02:55.499Z Downloaded clap_builder v4.6.0
3832026-06-22T00:02:55.503Z Downloaded icu_normalizer v2.1.1
3842026-06-22T00:02:55.509Z Downloaded icu_properties v2.1.2
3852026-06-22T00:02:55.520Z Downloaded idna v1.1.0
3862026-06-22T00:02:55.524Z Downloaded icu_locale_core v2.1.1
3872026-06-22T00:02:55.532Z Downloaded serde v1.0.228
3882026-06-22T00:02:55.538Z Downloaded indexmap v2.14.0
3892026-06-22T00:02:55.560Z Downloaded pest v2.8.6
3902026-06-22T00:02:55.568Z Downloaded hashbrown v0.17.0
3912026-06-22T00:02:55.584Z Downloaded icu_properties_data v2.1.2
3922026-06-22T00:02:55.590Z Downloaded goblin v0.8.2
3932026-06-22T00:02:55.601Z Downloaded serde_json v1.0.149
3942026-06-22T00:02:55.614Z Downloaded tabled v0.15.0
3952026-06-22T00:02:55.630Z Downloaded syn v1.0.109
3962026-06-22T00:02:55.641Z Downloaded syn v2.0.117
3972026-06-22T00:02:55.664Z Downloaded rustix v1.1.3
3982026-06-22T00:02:55.700Z Downloaded libc v0.2.185
3992026-06-22T00:02:55.768Z Compiling proc-macro2 v1.0.106
4002026-06-22T00:02:55.768Z Compiling unicode-ident v1.0.24
4012026-06-22T00:02:55.768Z Compiling quote v1.0.45
4022026-06-22T00:02:55.768Z Compiling serde_core v1.0.228
4032026-06-22T00:02:55.769Z Compiling libc v0.2.185
4042026-06-22T00:02:55.772Z Compiling version_check v0.9.5
4052026-06-22T00:02:55.772Z Compiling serde v1.0.228
4062026-06-22T00:02:55.772Z Compiling memchr v2.8.0
4072026-06-22T00:02:55.772Z Compiling stable_deref_trait v1.2.1
4082026-06-22T00:02:55.772Z Compiling zmij v1.0.21
4092026-06-22T00:02:55.936Z Compiling itoa v1.0.17
4102026-06-22T00:02:55.940Z Compiling ucd-trie v0.1.7
4112026-06-22T00:02:55.940Z Compiling thiserror v1.0.69
4122026-06-22T00:02:55.952Z Compiling autocfg v1.5.0
4132026-06-22T00:02:55.956Z Compiling writeable v0.6.2
4142026-06-22T00:02:56.162Z Compiling litemap v0.8.1
4152026-06-22T00:02:56.245Z Compiling icu_properties_data v2.1.2
4162026-06-22T00:02:56.263Z Compiling byteorder v1.5.0
4172026-06-22T00:02:56.268Z Compiling icu_normalizer_data v2.1.1
4182026-06-22T00:02:56.401Z Compiling rustix v1.1.3
4192026-06-22T00:02:56.405Z Compiling bitflags v2.11.0
4202026-06-22T00:02:56.434Z Compiling serde_json v1.0.149
4212026-06-22T00:02:56.453Z Compiling hashbrown v0.17.0
4222026-06-22T00:02:56.470Z Compiling pest v2.8.6
4232026-06-22T00:02:56.558Z Compiling num-traits v0.2.19
4242026-06-22T00:02:56.701Z Compiling smallvec v1.15.1
4252026-06-22T00:02:56.732Z Compiling typeid v1.0.3
4262026-06-22T00:02:56.735Z Compiling equivalent v1.0.2
4272026-06-22T00:02:56.810Z Compiling usdt-impl v0.5.0
4282026-06-22T00:02:56.817Z Compiling proc-macro-error-attr v1.0.4
4292026-06-22T00:02:56.879Z Compiling erased-serde v0.4.9
4302026-06-22T00:02:56.884Z Compiling toml_write v0.1.2
4312026-06-22T00:02:56.912Z Compiling syn v1.0.109
4322026-06-22T00:02:56.931Z Compiling winnow v0.7.14
4332026-06-22T00:02:57.016Z Compiling errno v0.3.14
4342026-06-22T00:02:57.052Z Compiling thread-id v4.2.2
4352026-06-22T00:02:57.055Z Compiling indexmap v2.14.0
4362026-06-22T00:02:57.155Z Compiling proc-macro-error v1.0.4
4372026-06-22T00:02:57.174Z Compiling getrandom v0.4.1
4382026-06-22T00:02:57.239Z Compiling percent-encoding v2.3.2
4392026-06-22T00:02:57.257Z Compiling utf8parse v0.2.2
4402026-06-22T00:02:57.302Z Compiling thiserror v2.0.18
4412026-06-22T00:02:57.316Z Compiling utf8_iter v1.0.4
4422026-06-22T00:02:57.339Z Compiling syn v2.0.117
4432026-06-22T00:02:57.383Z Compiling log v0.4.29
4442026-06-22T00:02:57.399Z Compiling camino v1.2.2
4452026-06-22T00:02:57.436Z Compiling plain v0.2.3
4462026-06-22T00:02:57.495Z Compiling form_urlencoded v1.2.2
4472026-06-22T00:02:57.571Z Compiling pest_meta v2.8.6
4482026-06-22T00:02:57.616Z Compiling anstyle-parse v1.0.0
4492026-06-22T00:02:57.754Z Compiling is_terminal_polyfill v1.70.2
4502026-06-22T00:02:57.773Z Compiling cfg-if v1.0.4
4512026-06-22T00:02:57.788Z Compiling anstyle v1.0.14
4522026-06-22T00:02:57.841Z Compiling ordered-float v2.10.1
4532026-06-22T00:02:57.857Z Compiling anstyle-query v1.1.5
4542026-06-22T00:02:57.874Z Compiling pretty-hex v0.4.1
4552026-06-22T00:02:57.877Z Compiling colorchoice v1.0.4
4562026-06-22T00:02:57.930Z Compiling fs-err v3.3.0
4572026-06-22T00:02:57.988Z Compiling unicode-width v0.1.14
4582026-06-22T00:02:58.031Z Compiling anstream v1.0.0
4592026-06-22T00:02:58.051Z Compiling heck v0.4.1
4602026-06-22T00:02:58.059Z Compiling clap_lex v1.0.0
4612026-06-22T00:02:58.059Z Compiling fnv v1.0.7
4622026-06-22T00:02:58.130Z Compiling terminal_size v0.4.3
4632026-06-22T00:02:58.151Z Compiling fastrand v2.3.0
4642026-06-22T00:02:58.166Z Compiling anyhow v1.0.102
4652026-06-22T00:02:58.182Z Compiling strsim v0.11.1
4662026-06-22T00:02:58.311Z Compiling bytecount v0.6.9
4672026-06-22T00:02:58.326Z Compiling unicode-xid v0.2.6
4682026-06-22T00:02:58.329Z Compiling heck v0.5.0
4692026-06-22T00:02:58.364Z Compiling once_cell v1.21.3
4702026-06-22T00:02:58.383Z Compiling clap_builder v4.6.0
4712026-06-22T00:02:58.488Z Compiling semver v1.0.28
4722026-06-22T00:02:58.534Z Compiling papergrid v0.11.0
4732026-06-22T00:02:58.575Z Compiling tempfile v3.25.0
4742026-06-22T00:02:58.618Z Compiling memmap v0.7.0
4752026-06-22T00:02:58.628Z Compiling unicode-width v0.2.0
4762026-06-22T00:02:58.710Z Compiling smawk v0.3.2
4772026-06-22T00:02:58.767Z Compiling unicode-linebreak v0.1.5
4782026-06-22T00:02:58.844Z Compiling serde-untagged v0.1.9
4792026-06-22T00:02:58.871Z Compiling camino-tempfile v1.4.1
4802026-06-22T00:02:58.955Z Compiling swrite v0.1.0
4812026-06-22T00:02:58.975Z Compiling textwrap v0.16.2
4822026-06-22T00:02:59.034Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-06-22T00:02:59.427Z Compiling tabled_derive v0.7.0
4842026-06-22T00:02:59.997Z Compiling synstructure v0.13.2
4852026-06-22T00:02:59.997Z Compiling pest_generator v2.8.6
4862026-06-22T00:03:00.074Z Compiling tabled v0.15.0
4872026-06-22T00:03:00.572Z Compiling serde_derive v1.0.228
4882026-06-22T00:03:00.575Z Compiling zerofrom-derive v0.1.6
4892026-06-22T00:03:00.575Z Compiling yoke-derive v0.8.1
4902026-06-22T00:03:00.575Z Compiling zerovec-derive v0.11.2
4912026-06-22T00:03:00.576Z Compiling displaydoc v0.2.5
4922026-06-22T00:03:00.576Z Compiling thiserror-impl v1.0.69
4932026-06-22T00:03:00.576Z Compiling zerocopy-derive v0.7.35
4942026-06-22T00:03:00.576Z Compiling pest_derive v2.8.6
4952026-06-22T00:03:00.576Z Compiling scroll_derive v0.12.1
4962026-06-22T00:03:00.576Z Compiling thiserror-impl v2.0.18
4972026-06-22T00:03:00.576Z Compiling clap_derive v4.6.1
4982026-06-22T00:03:01.233Z Compiling scroll v0.12.0
4992026-06-22T00:03:01.384Z Compiling zerocopy v0.7.35
5002026-06-22T00:03:01.458Z Compiling goblin v0.8.2
5012026-06-22T00:03:01.688Z Compiling zerofrom v0.1.6
5022026-06-22T00:03:01.789Z Compiling yoke v0.8.1
5032026-06-22T00:03:01.802Z Compiling dtrace-parser v0.2.0
5042026-06-22T00:03:01.942Z Compiling zerovec v0.11.5
5052026-06-22T00:03:01.942Z Compiling zerotrie v0.2.3
5062026-06-22T00:03:02.002Z Compiling clap v4.6.1
5072026-06-22T00:03:02.362Z Compiling tinystr v0.8.2
5082026-06-22T00:03:02.362Z Compiling potential_utf v0.1.4
5092026-06-22T00:03:02.510Z Compiling icu_collections v2.1.1
5102026-06-22T00:03:02.537Z Compiling icu_locale_core v2.1.1
5112026-06-22T00:03:03.071Z Compiling serde_spanned v0.6.9
5122026-06-22T00:03:03.071Z Compiling toml_datetime v0.6.11
5132026-06-22T00:03:03.071Z Compiling serde-value v0.7.0
5142026-06-22T00:03:03.103Z Compiling cargo-platform v0.2.0
5152026-06-22T00:03:03.103Z Compiling macaddr v1.0.1
5162026-06-22T00:03:03.104Z Compiling icu_provider v2.1.1
5172026-06-22T00:03:03.104Z Compiling dof v0.3.0
5182026-06-22T00:03:03.104Z Compiling serde_tokenstream v0.2.3
5192026-06-22T00:03:03.328Z Compiling toml_edit v0.22.27
5202026-06-22T00:03:03.350Z Compiling icu_normalizer v2.1.1
5212026-06-22T00:03:03.350Z Compiling icu_properties v2.1.2
5222026-06-22T00:03:03.918Z Compiling usdt-attr-macro v0.5.0
5232026-06-22T00:03:03.918Z Compiling usdt-macro v0.5.0
5242026-06-22T00:03:04.209Z Compiling idna_adapter v1.2.1
5252026-06-22T00:03:04.315Z Compiling idna v1.1.0
5262026-06-22T00:03:04.508Z Compiling usdt v0.5.0
5272026-06-22T00:03:04.564Z Compiling toml v0.8.23
5282026-06-22T00:03:04.578Z Compiling url v2.5.8
5292026-06-22T00:03:04.896Z Compiling cargo_toml v0.21.0
5302026-06-22T00:03:04.971Z Compiling cargo-util-schemas v0.8.2
5312026-06-22T00:03:05.744Z Compiling cargo_metadata v0.21.0
5322026-06-22T00:03:06.662Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-22T00:03:08.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.12s
5342026-06-22T00:03:09.000Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-22T00:03:09.489Z Downloading crates ...
5362026-06-22T00:03:09.591Z Downloaded adler2 v2.0.1
5372026-06-22T00:03:09.596Z Downloaded arrayvec v0.7.6
5382026-06-22T00:03:09.606Z Downloaded backoff v0.4.0
5392026-06-22T00:03:09.614Z Downloaded crc v3.4.0
5402026-06-22T00:03:09.623Z Downloaded bit-set v0.5.3
5412026-06-22T00:03:09.627Z Downloaded crc-any v2.5.0
5422026-06-22T00:03:09.627Z Downloaded cexpr v0.6.0
5432026-06-22T00:03:09.627Z Downloaded bindgen v0.71.1
5442026-06-22T00:03:09.630Z Downloaded der v0.7.10
5452026-06-22T00:03:09.635Z Downloaded crc32fast v1.5.0
5462026-06-22T00:03:09.642Z Downloaded curve25519-dalek-derive v0.1.1
5472026-06-22T00:03:09.642Z Downloaded ciborium-io v0.2.2
5482026-06-22T00:03:09.642Z Downloaded darling_macro v0.20.11
5492026-06-22T00:03:09.642Z Downloaded daft-derive v0.1.7
5502026-06-22T00:03:09.656Z Downloaded derive_builder_macro v0.20.2
5512026-06-22T00:03:09.656Z Downloaded assert_matches v1.5.0
5522026-06-22T00:03:09.656Z Downloaded der_derive v0.7.3
5532026-06-22T00:03:09.656Z Downloaded crossbeam-deque v0.8.6
5542026-06-22T00:03:09.666Z Downloaded darling_core v0.20.11
5552026-06-22T00:03:09.666Z Downloaded darling v0.20.11
5562026-06-22T00:03:09.666Z Downloaded debug-ignore v1.0.5
5572026-06-22T00:03:09.666Z Downloaded deranged v0.5.8
5582026-06-22T00:03:09.666Z Downloaded data-encoding v2.10.0
5592026-06-22T00:03:09.666Z Downloaded crc-catalog v2.4.0
5602026-06-22T00:03:09.666Z Downloaded darling v0.23.0
5612026-06-22T00:03:09.672Z Downloaded defmt v1.0.1
5622026-06-22T00:03:09.672Z Downloaded bit-set v0.8.0
5632026-06-22T00:03:09.672Z Downloaded bcrypt-pbkdf v0.10.0
5642026-06-22T00:03:09.677Z Downloaded async-stream v0.3.6
5652026-06-22T00:03:09.677Z Downloaded async-recursion v1.1.1
5662026-06-22T00:03:09.677Z Downloaded derive_builder v0.20.2
5672026-06-22T00:03:09.682Z Downloaded darling v0.13.4
5682026-06-22T00:03:09.682Z Downloaded cpufeatures v0.3.0
5692026-06-22T00:03:09.682Z Downloaded base16ct v0.2.0
5702026-06-22T00:03:09.682Z Downloaded atty v0.2.14
5712026-06-22T00:03:09.687Z Downloaded cargo-platform v0.3.2
5722026-06-22T00:03:09.687Z Downloaded darling_macro v0.13.4
5732026-06-22T00:03:09.687Z Downloaded darling_core v0.23.0
5742026-06-22T00:03:09.691Z Downloaded derive-where v1.6.0
5752026-06-22T00:03:09.691Z Downloaded des v0.8.1
5762026-06-22T00:03:09.691Z Downloaded embedded-io v0.6.1
5772026-06-22T00:03:09.696Z Downloaded derive-ex v0.1.8
5782026-06-22T00:03:09.696Z Downloaded ctr v0.9.2
5792026-06-22T00:03:09.696Z Downloaded cargo_metadata v0.23.1
5802026-06-22T00:03:09.696Z Downloaded bit-vec v0.6.3
5812026-06-22T00:03:09.702Z Downloaded bcs v0.1.6
5822026-06-22T00:03:09.702Z Downloaded atomicwrites v0.4.4
5832026-06-22T00:03:09.702Z Downloaded downcast-rs v2.0.2
5842026-06-22T00:03:09.709Z Downloaded display-error-chain v0.2.2
5852026-06-22T00:03:09.709Z Downloaded crc8 v0.1.1
5862026-06-22T00:03:09.709Z Downloaded daft v0.1.7
5872026-06-22T00:03:09.709Z Downloaded crucible-workspace-hack v0.1.0
5882026-06-22T00:03:09.709Z Downloaded defmt-macros v1.0.1
5892026-06-22T00:03:09.709Z Downloaded crossbeam-utils v0.8.21
5902026-06-22T00:03:09.715Z Downloaded fd-lock v4.0.4
5912026-06-22T00:03:09.716Z Downloaded array-init v0.0.4
5922026-06-22T00:03:09.716Z Downloaded env_filter v1.0.0
5932026-06-22T00:03:09.716Z Downloaded convert_case v0.4.0
5942026-06-22T00:03:09.716Z Downloaded cfg_aliases v0.2.1
5952026-06-22T00:03:09.716Z Downloaded cfg_aliases v0.1.1
5962026-06-22T00:03:09.729Z Downloaded float-cmp v0.10.0
5972026-06-22T00:03:09.729Z Downloaded darling_macro v0.21.3
5982026-06-22T00:03:09.729Z Downloaded dirs-sys-next v0.1.2
5992026-06-22T00:03:09.729Z Downloaded defmt-parser v1.0.0
6002026-06-22T00:03:09.729Z Downloaded endian-type v0.1.2
6012026-06-22T00:03:09.729Z Downloaded dunce v1.0.5
6022026-06-22T00:03:09.730Z Downloaded document-features v0.2.12
6032026-06-22T00:03:09.730Z Downloaded crunchy v0.2.4
6042026-06-22T00:03:09.730Z Downloaded flagset v0.4.7
6052026-06-22T00:03:09.730Z Downloaded cobs v0.3.0
6062026-06-22T00:03:09.730Z Downloaded darling_macro v0.23.0
6072026-06-22T00:03:09.745Z Downloaded dsl_auto_type v0.2.0
6082026-06-22T00:03:09.745Z Downloaded dropshot-api-manager-types v0.7.2
6092026-06-22T00:03:09.745Z Downloaded fixedbitset v0.4.2
6102026-06-22T00:03:09.745Z Downloaded derive_builder_core v0.20.2
6112026-06-22T00:03:09.745Z Downloaded compression-core v0.4.31
6122026-06-22T00:03:09.754Z Downloaded find-msvc-tools v0.1.9
6132026-06-22T00:03:09.754Z Downloaded block-padding v0.3.3
6142026-06-22T00:03:09.754Z Downloaded arrayref v0.3.9
6152026-06-22T00:03:09.754Z Downloaded dyn-clone v1.0.20
6162026-06-22T00:03:09.754Z Downloaded bitfield-macros v0.19.4
6172026-06-22T00:03:09.754Z Downloaded atomic-waker v1.1.2
6182026-06-22T00:03:09.754Z Downloaded defmt v0.3.100
6192026-06-22T00:03:09.754Z Downloaded float-ord v0.3.2
6202026-06-22T00:03:09.754Z Downloaded diesel_table_macro_syntax v0.3.0
6212026-06-22T00:03:09.754Z Downloaded embedded-io v0.4.0
6222026-06-22T00:03:09.754Z Downloaded dof v0.4.0
6232026-06-22T00:03:09.760Z Downloaded async-stream-impl v0.3.6
6242026-06-22T00:03:09.760Z Downloaded ascii-canvas v3.0.0
6252026-06-22T00:03:09.760Z Downloaded ciborium-ll v0.2.2
6262026-06-22T00:03:09.760Z Downloaded enum-as-inner v0.6.1
6272026-06-22T00:03:09.760Z Downloaded cstr-argument v0.1.2
6282026-06-22T00:03:09.760Z Downloaded bb8 v0.8.6
6292026-06-22T00:03:09.760Z Downloaded futures-macro v0.3.32
6302026-06-22T00:03:09.760Z Downloaded futures-core v0.3.32
6312026-06-22T00:03:09.760Z Downloaded bitfield-struct v0.6.2
6322026-06-22T00:03:09.766Z Downloaded futures-sink v0.3.32
6332026-06-22T00:03:09.766Z Downloaded futures-io v0.3.32
6342026-06-22T00:03:09.770Z Downloaded fxhash v0.2.1
6352026-06-22T00:03:09.770Z Downloaded difflib v0.4.0
6362026-06-22T00:03:09.770Z Downloaded convert_case v0.10.0
6372026-06-22T00:03:09.770Z Downloaded castaway v0.2.4
6382026-06-22T00:03:09.774Z Downloaded cassowary v0.3.0
6392026-06-22T00:03:09.774Z Downloaded blowfish v0.9.1
6402026-06-22T00:03:09.774Z Downloaded ecdsa v0.16.9
6412026-06-22T00:03:09.774Z Downloaded foreign-types v0.3.2
6422026-06-22T00:03:09.779Z Downloaded chacha20 v0.10.0
6432026-06-22T00:03:09.783Z Downloaded funty v2.0.0
6442026-06-22T00:03:09.783Z Downloaded dirs-next v2.0.0
6452026-06-22T00:03:09.790Z Downloaded foreign-types-shared v0.3.1
6462026-06-22T00:03:09.790Z Downloaded foreign-types-shared v0.1.1
6472026-06-22T00:03:09.790Z Downloaded gethostname v0.5.0
6482026-06-22T00:03:09.790Z Downloaded futures-task v0.3.32
6492026-06-22T00:03:09.796Z Downloaded foreign-types-macros v0.2.3
6502026-06-22T00:03:09.797Z Downloaded ghash v0.5.1
6512026-06-22T00:03:09.797Z Downloaded hash32 v0.2.1
6522026-06-22T00:03:09.801Z Downloaded dtrace-parser v0.3.0
6532026-06-22T00:03:09.801Z Downloaded argon2 v0.5.3
6542026-06-22T00:03:09.801Z Downloaded globwalk v0.9.1
6552026-06-22T00:03:09.801Z Downloaded aead v0.5.2
6562026-06-22T00:03:09.805Z Downloaded cmake v0.1.57
6572026-06-22T00:03:09.813Z Downloaded anstyle-parse v0.2.7
6582026-06-22T00:03:09.813Z Downloaded base64ct v1.8.3
6592026-06-22T00:03:09.823Z Downloaded fallible-iterator v0.2.0
6602026-06-22T00:03:09.824Z Downloaded either v1.15.0
6612026-06-22T00:03:09.824Z Downloaded diesel-dtrace v0.5.0
6622026-06-22T00:03:09.824Z Downloaded erased-serde v0.3.31
6632026-06-22T00:03:09.824Z Downloaded ed25519 v2.2.3
6642026-06-22T00:03:09.824Z Downloaded byte-wrapper v0.1.0
6652026-06-22T00:03:09.828Z Downloaded compression-codecs v0.4.37
6662026-06-22T00:03:09.828Z Downloaded filetime v0.2.27
6672026-06-22T00:03:09.828Z Downloaded csv-core v0.1.13
6682026-06-22T00:03:09.828Z Downloaded critical-section v1.2.0
6692026-06-22T00:03:09.828Z Downloaded const_format_proc_macros v0.2.34
6702026-06-22T00:03:09.828Z Downloaded hex-literal v0.4.1
6712026-06-22T00:03:09.833Z Downloaded bitfield v0.19.4
6722026-06-22T00:03:09.833Z Downloaded bit-vec v0.8.0
6732026-06-22T00:03:09.833Z Downloaded bitflags v1.3.2
6742026-06-22T00:03:09.837Z Downloaded corncobs v0.1.4
6752026-06-22T00:03:09.837Z Downloaded headers-core v0.3.0
6762026-06-22T00:03:09.837Z Downloaded buf-list v1.1.2
6772026-06-22T00:03:09.837Z Downloaded hostname v0.4.2
6782026-06-22T00:03:09.845Z Downloaded env_logger v0.11.9
6792026-06-22T00:03:09.845Z Downloaded futures-executor v0.3.32
6802026-06-22T00:03:09.845Z Downloaded ff v0.13.1
6812026-06-22T00:03:09.849Z Downloaded darling v0.21.3
6822026-06-22T00:03:09.849Z Downloaded hubpack_derive v0.1.1
6832026-06-22T00:03:09.849Z Downloaded foldhash v0.1.5
6842026-06-22T00:03:09.849Z Downloaded hyper-tls v0.6.0
6852026-06-22T00:03:09.849Z Downloaded cipher v0.4.4
6862026-06-22T00:03:09.849Z Downloaded async-trait v0.1.89
6872026-06-22T00:03:09.854Z Downloaded ahash v0.8.12
6882026-06-22T00:03:09.854Z Downloaded colored v2.2.0
6892026-06-22T00:03:09.857Z Downloaded illumos-nvpair-sys v0.2.0
6902026-06-22T00:03:09.857Z Downloaded hex v0.4.3
6912026-06-22T00:03:09.857Z Downloaded foreign-types v0.5.0
6922026-06-22T00:03:09.858Z Downloaded derive_more v2.1.1
6932026-06-22T00:03:09.864Z Downloaded illumos-nvpair v0.3.0
6942026-06-22T00:03:09.867Z Downloaded ident_case v1.0.1
6952026-06-22T00:03:09.867Z Downloaded globset v0.4.18
6962026-06-22T00:03:09.867Z Downloaded inout v0.1.4
6972026-06-22T00:03:09.870Z Downloaded indent_write v2.2.0
6982026-06-22T00:03:09.870Z Downloaded hash32 v0.3.1
6992026-06-22T00:03:09.870Z Downloaded is-terminal v0.4.17
7002026-06-22T00:03:09.871Z Downloaded instability v0.3.11
7012026-06-22T00:03:09.875Z Downloaded fs-err v2.11.0
7022026-06-22T00:03:09.875Z Downloaded glob v0.3.3
7032026-06-22T00:03:09.875Z Downloaded git-stub-vcs v0.1.0
7042026-06-22T00:03:09.880Z Downloaded git-stub v1.0.0
7052026-06-22T00:03:09.880Z Downloaded indoc v1.0.9
7062026-06-22T00:03:09.880Z Downloaded fs_extra v1.3.0
7072026-06-22T00:03:09.880Z Downloaded ciborium v0.2.2
7082026-06-22T00:03:09.925Z Downloaded bzip2 v0.4.4
7092026-06-22T00:03:09.925Z Downloaded cancel-safe-futures v0.1.5
7102026-06-22T00:03:09.925Z Downloaded is_ci v1.2.0
7112026-06-22T00:03:09.934Z Downloaded derive_more-impl v2.1.1
7122026-06-22T00:03:09.934Z Downloaded internet-checksum v0.2.1
7132026-06-22T00:03:09.934Z Downloaded backon v1.6.0
7142026-06-22T00:03:09.934Z Downloaded const-oid v0.9.6
7152026-06-22T00:03:09.934Z Downloaded blake2 v0.10.6
7162026-06-22T00:03:09.934Z Downloaded cookie v0.18.1
7172026-06-22T00:03:09.934Z Downloaded cookie_store v0.22.1
7182026-06-22T00:03:09.934Z Downloaded async-bb8-diesel v0.2.1
7192026-06-22T00:03:09.934Z Downloaded console v0.15.11
7202026-06-22T00:03:09.934Z Downloaded anstream v0.6.21
7212026-06-22T00:03:09.935Z Downloaded fixedbitset v0.5.7
7222026-06-22T00:03:09.935Z Downloaded constant_time_eq v0.4.2
7232026-06-22T00:03:09.935Z Downloaded cbc v0.1.2
7242026-06-22T00:03:09.935Z Downloaded home v0.5.12
7252026-06-22T00:03:09.935Z Downloaded highway v1.3.0
7262026-06-22T00:03:09.935Z Downloaded hostname v0.3.1
7272026-06-22T00:03:09.935Z Downloaded bzip2 v0.6.1
7282026-06-22T00:03:09.935Z Downloaded hubpack v0.1.2
7292026-06-22T00:03:09.935Z Downloaded httpdate v1.0.3
7302026-06-22T00:03:09.935Z Downloaded http-range v0.1.5
7312026-06-22T00:03:09.935Z Downloaded camino-tempfile-ext v0.3.3
7322026-06-22T00:03:09.935Z Downloaded crossbeam-epoch v0.9.18
7332026-06-22T00:03:09.935Z Downloaded kstat-rs v0.2.4
7342026-06-22T00:03:09.935Z Downloaded arc-swap v1.8.2
7352026-06-22T00:03:09.935Z Downloaded lalrpop-util v0.19.12
7362026-06-22T00:03:09.935Z Downloaded keccak v0.1.6
7372026-06-22T00:03:09.935Z Downloaded http-body-util v0.1.3
7382026-06-22T00:03:09.935Z Downloaded http-body v1.0.1
7392026-06-22T00:03:09.935Z Downloaded foldhash v0.2.0
7402026-06-22T00:03:09.936Z Downloaded chacha20 v0.9.1
7412026-06-22T00:03:09.936Z Downloaded humantime v2.3.0
7422026-06-22T00:03:09.936Z Downloaded libscf-sys v1.1.0
7432026-06-22T00:03:09.942Z Downloaded lru-slab v0.1.2
7442026-06-22T00:03:09.942Z Downloaded futures-channel v0.3.32
7452026-06-22T00:03:09.942Z Downloaded lru-cache v0.1.2
7462026-06-22T00:03:09.942Z Downloaded ingot-types v0.1.2
7472026-06-22T00:03:09.943Z Downloaded hyper-staticfile v0.10.1
7482026-06-22T00:03:09.943Z Downloaded group v0.13.0
7492026-06-22T00:03:09.943Z Downloaded match_cfg v0.1.0
7502026-06-22T00:03:09.943Z Downloaded maplit v1.0.2
7512026-06-22T00:03:09.943Z Downloaded linked-hash-map v0.5.6
7522026-06-22T00:03:09.948Z Downloaded lru v0.12.5
7532026-06-22T00:03:09.948Z Downloaded mime v0.3.17
7542026-06-22T00:03:09.948Z Downloaded memoffset v0.9.1
7552026-06-22T00:03:09.952Z Downloaded half v1.8.3
7562026-06-22T00:03:09.957Z Downloaded impl-trait-for-tuples v0.2.3
7572026-06-22T00:03:09.957Z Downloaded ipnet v2.11.0
7582026-06-22T00:03:09.957Z Downloaded instant v0.1.13
7592026-06-22T00:03:09.957Z Downloaded indoc v2.0.7
7602026-06-22T00:03:09.961Z Downloaded lzss v0.8.2
7612026-06-22T00:03:09.961Z Downloaded ipnetwork v0.21.1
7622026-06-22T00:03:09.961Z Downloaded managed v0.8.0
7632026-06-22T00:03:09.965Z Downloaded ingot v0.1.1
7642026-06-22T00:03:09.965Z Downloaded colored v3.1.1
7652026-06-22T00:03:09.965Z Downloaded md5 v0.7.0
7662026-06-22T00:03:09.965Z Downloaded multimap v0.10.1
7672026-06-22T00:03:09.968Z Downloaded md-5 v0.10.6
7682026-06-22T00:03:09.968Z Downloaded elliptic-curve v0.13.8
7692026-06-22T00:03:09.970Z Downloaded maybe-uninit v2.0.0
7702026-06-22T00:03:09.970Z Downloaded console v0.16.2
7712026-06-22T00:03:09.971Z Downloaded jobserver v0.1.34
7722026-06-22T00:03:09.976Z Downloaded ena v0.14.4
7732026-06-22T00:03:09.976Z Downloaded allocator-api2 v0.2.21
7742026-06-22T00:03:09.983Z Downloaded dropshot_endpoint v0.17.0
7752026-06-22T00:03:09.984Z Downloaded nodrop v0.1.14
7762026-06-22T00:03:09.984Z Downloaded compact_str v0.8.1
7772026-06-22T00:03:09.984Z Downloaded newline-converter v0.3.0
7782026-06-22T00:03:09.989Z Downloaded darling_core v0.13.4
7792026-06-22T00:03:09.989Z Downloaded normalize-line-endings v0.3.0
7802026-06-22T00:03:09.989Z Downloaded num v0.4.3
7812026-06-22T00:03:09.989Z Downloaded nonempty v0.12.0
7822026-06-22T00:03:09.989Z Downloaded nibble_vec v0.1.0
7832026-06-22T00:03:09.993Z Downloaded libefi-sys v0.1.0
7842026-06-22T00:03:09.998Z Downloaded lazy_static v1.5.0
7852026-06-22T00:03:09.998Z Downloaded newtype_derive v0.1.6
7862026-06-22T00:03:10.003Z Downloaded new_debug_unreachable v1.0.6
7872026-06-22T00:03:10.003Z Downloaded linear-map v1.2.0
7882026-06-22T00:03:10.003Z Downloaded libsw v3.5.0
7892026-06-22T00:03:10.006Z Downloaded newtype-uuid-macros v0.1.0
7902026-06-22T00:03:10.006Z Downloaded hyper-rustls v0.27.7
7912026-06-22T00:03:10.006Z Downloaded num-derive v0.4.2
7922026-06-22T00:03:10.011Z Downloaded libloading v0.8.9
7932026-06-22T00:03:10.011Z Downloaded num-iter v0.1.45
7942026-06-22T00:03:10.011Z Downloaded futures v0.3.32
7952026-06-22T00:03:10.015Z Downloaded libsw-core v0.3.2
7962026-06-22T00:03:10.015Z Downloaded openssl-macros v0.1.1
7972026-06-22T00:03:10.015Z Downloaded olpc-cjson v0.1.4
7982026-06-22T00:03:10.015Z Downloaded num_threads v0.1.7
7992026-06-22T00:03:10.018Z Downloaded num_enum_derive v0.5.11
8002026-06-22T00:03:10.018Z Downloaded num-derive v0.3.3
8012026-06-22T00:03:10.018Z Downloaded httparse v1.10.1
8022026-06-22T00:03:10.022Z Downloaded diff v0.1.13
8032026-06-22T00:03:10.026Z Downloaded iana-time-zone v0.1.65
8042026-06-22T00:03:10.026Z Downloaded oso-derive v0.27.3
8052026-06-22T00:03:10.026Z Downloaded openssl-probe v0.2.1
8062026-06-22T00:03:10.031Z Downloaded getrandom v0.3.4
8072026-06-22T00:03:10.031Z Downloaded openssl-probe v0.1.6
8082026-06-22T00:03:10.031Z Downloaded opaque-debug v0.3.1
8092026-06-22T00:03:10.031Z Downloaded getrandom v0.2.17
8102026-06-22T00:03:10.040Z Downloaded chacha20poly1305 v0.10.1
8112026-06-22T00:03:10.040Z Downloaded drift v0.2.0
8122026-06-22T00:03:10.045Z Downloaded ingot-macros v0.1.1
8132026-06-22T00:03:10.045Z Downloaded const_format v0.2.35
8142026-06-22T00:03:10.045Z Downloaded flume v0.11.1
8152026-06-22T00:03:10.049Z Downloaded clang-sys v1.8.1
8162026-06-22T00:03:10.049Z Downloaded nanorand v0.7.0
8172026-06-22T00:03:10.049Z Downloaded fatfs v0.3.6
8182026-06-22T00:03:10.054Z Downloaded mime_guess v2.0.5
8192026-06-22T00:03:10.054Z Downloaded derive_more v0.99.20
8202026-06-22T00:03:10.060Z Downloaded hmac v0.12.1
8212026-06-22T00:03:10.065Z Downloaded parse-display v0.10.0
8222026-06-22T00:03:10.065Z Downloaded packed_struct_codegen v0.10.1
8232026-06-22T00:03:10.078Z Downloaded pbkdf2 v0.12.2
8242026-06-22T00:03:10.086Z Downloaded parse-size v1.1.0
8252026-06-22T00:03:10.086Z Downloaded num-complex v0.4.6
8262026-06-22T00:03:10.086Z Downloaded nu-ansi-term v0.50.3
8272026-06-22T00:03:10.086Z Downloaded newtype-uuid v1.3.2
8282026-06-22T00:03:10.086Z Downloaded bumpalo v3.20.2
8292026-06-22T00:03:10.086Z Downloaded num-rational v0.4.2
8302026-06-22T00:03:10.086Z Downloaded native-tls v0.2.18
8312026-06-22T00:03:10.090Z Downloaded peg-runtime v0.8.5
8322026-06-22T00:03:10.090Z Downloaded num_enum_derive v0.7.6
8332026-06-22T00:03:10.090Z Downloaded num_enum v0.5.11
8342026-06-22T00:03:10.094Z Downloaded litrs v1.0.0
8352026-06-22T00:03:10.095Z Downloaded multer v3.1.0
8362026-06-22T00:03:10.095Z Downloaded flate2 v1.1.9
8372026-06-22T00:03:10.100Z Downloaded heapless v0.7.17
8382026-06-22T00:03:10.100Z Downloaded phf_shared v0.13.1
8392026-06-22T00:03:10.104Z Downloaded lock_api v0.4.14
8402026-06-22T00:03:10.104Z Downloaded ignore v0.4.25
8412026-06-22T00:03:10.104Z Downloaded num-integer v0.1.46
8422026-06-22T00:03:10.104Z Downloaded num-conv v0.2.0
8432026-06-22T00:03:10.110Z Downloaded phf_shared v0.11.3
8442026-06-22T00:03:10.110Z Downloaded darling_core v0.21.3
8452026-06-22T00:03:10.110Z Downloaded crypto-bigint v0.5.5
8462026-06-22T00:03:10.122Z Downloaded predicates-tree v1.0.13
8472026-06-22T00:03:10.122Z Downloaded predicates-core v1.0.10
8482026-06-22T00:03:10.123Z Downloaded precomputed-hash v0.1.1
8492026-06-22T00:03:10.123Z Downloaded powerfmt v0.2.0
8502026-06-22T00:03:10.130Z Downloaded pin-utils v0.1.0
8512026-06-22T00:03:10.130Z Downloaded phf_shared v0.12.1
8522026-06-22T00:03:10.130Z Downloaded pbkdf2 v0.11.0
8532026-06-22T00:03:10.130Z Downloaded num_enum v0.7.6
8542026-06-22T00:03:10.130Z Downloaded packed_struct v0.10.1
8552026-06-22T00:03:10.130Z Downloaded memmap2 v0.9.10
8562026-06-22T00:03:10.130Z Downloaded crossbeam-channel v0.5.15
8572026-06-22T00:03:10.130Z Downloaded heapless v0.8.0
8582026-06-22T00:03:10.135Z Downloaded base64 v0.22.1
8592026-06-22T00:03:10.135Z Downloaded base64 v0.21.7
8602026-06-22T00:03:10.135Z Downloaded password-hash v0.5.0
8612026-06-22T00:03:10.145Z Downloaded parking_lot_core v0.8.6
8622026-06-22T00:03:10.145Z Downloaded proc-macro-crate v3.4.0
8632026-06-22T00:03:10.145Z Downloaded progenitor-client v0.14.0
8642026-06-22T00:03:10.145Z Downloaded expectorate v1.2.0
8652026-06-22T00:03:10.145Z Downloaded oxnet v0.1.6
8662026-06-22T00:03:10.152Z Downloaded oxide-tokio-rt v0.1.4
8672026-06-22T00:03:10.152Z Downloaded progenitor-macro v0.14.0
8682026-06-22T00:03:10.152Z Downloaded proc-macro-error-attr2 v2.0.0
8692026-06-22T00:03:10.152Z Downloaded ed25519-dalek v2.2.0
8702026-06-22T00:03:10.152Z Downloaded psl-types v2.0.11
8712026-06-22T00:03:10.152Z Downloaded parse-display-derive v0.10.0
8722026-06-22T00:03:10.152Z Downloaded progenitor-macro v0.13.0
8732026-06-22T00:03:10.152Z Downloaded bytes v1.11.1
8742026-06-22T00:03:10.159Z Downloaded ar_archive_writer v0.5.1
8752026-06-22T00:03:10.159Z Downloaded paste v1.0.15
8762026-06-22T00:03:10.159Z Downloaded peg v0.8.5
8772026-06-22T00:03:10.166Z Downloaded quick-error v1.2.3
8782026-06-22T00:03:10.166Z Downloaded password-hash v0.4.2
8792026-06-22T00:03:10.166Z Downloaded headers v0.4.1
8802026-06-22T00:03:10.166Z Downloaded half v2.7.1
8812026-06-22T00:03:10.166Z Downloaded libbz2-rs-sys v0.2.2
8822026-06-22T00:03:10.170Z Downloaded path-slash v0.1.5
8832026-06-22T00:03:10.171Z Downloaded rand_chacha v0.3.1
8842026-06-22T00:03:10.171Z Downloaded crossterm v0.29.0
8852026-06-22T00:03:10.175Z Downloaded pem-rfc7468 v0.7.0
8862026-06-22T00:03:10.175Z Downloaded pem v3.0.6
8872026-06-22T00:03:10.179Z Downloaded pin-project-lite v0.2.17
8882026-06-22T00:03:10.179Z Downloaded indicatif v0.18.4
8892026-06-22T00:03:10.186Z Downloaded radium v0.7.0
8902026-06-22T00:03:10.186Z Downloaded indexmap v1.9.3
8912026-06-22T00:03:10.189Z Downloaded pin-project-internal v1.1.11
8922026-06-22T00:03:10.189Z Downloaded poly1305 v0.8.0
8932026-06-22T00:03:10.189Z Downloaded polyval v0.6.2
8942026-06-22T00:03:10.189Z Downloaded pkcs8 v0.10.2
8952026-06-22T00:03:10.189Z Downloaded pkg-config v0.3.32
8962026-06-22T00:03:10.192Z Downloaded phf v0.12.1
8972026-06-22T00:03:10.195Z Downloaded rand_xorshift v0.4.0
8982026-06-22T00:03:10.195Z Downloaded predicates v3.1.4
8992026-06-22T00:03:10.199Z Downloaded ref-cast-impl v1.0.25
9002026-06-22T00:03:10.202Z Downloaded ref-cast v1.0.25
9012026-06-22T00:03:10.202Z Downloaded ppv-lite86 v0.2.21
9022026-06-22T00:03:10.207Z Downloaded postgres-protocol v0.6.10
9032026-06-22T00:03:10.207Z Downloaded parking_lot_core v0.9.12
9042026-06-22T00:03:10.211Z Downloaded owo-colors v4.3.0
9052026-06-22T00:03:10.211Z Downloaded cc v1.2.56
9062026-06-22T00:03:10.211Z Downloaded diesel_derives v2.3.7
9072026-06-22T00:03:10.215Z Downloaded proc-macro-crate v1.3.1
9082026-06-22T00:03:10.215Z Downloaded recursive v0.1.1
9092026-06-22T00:03:10.220Z Downloaded progenitor v0.13.0
9102026-06-22T00:03:10.220Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-06-22T00:03:10.220Z Downloaded async-compression v0.4.41
9122026-06-22T00:03:10.223Z Downloaded progenitor-client v0.13.0
9132026-06-22T00:03:10.223Z Downloaded progenitor v0.14.0
9142026-06-22T00:03:10.226Z Downloaded phf v0.13.1
9152026-06-22T00:03:10.226Z Downloaded proc-macro-error2 v2.0.1
9162026-06-22T00:03:10.226Z Downloaded primeorder v0.13.6
9172026-06-22T00:03:10.229Z Downloaded progenitor-extras v0.2.0
9182026-06-22T00:03:10.232Z Downloaded parking_lot v0.11.2
9192026-06-22T00:03:10.232Z Downloaded parking_lot v0.12.5
9202026-06-22T00:03:10.242Z Downloaded rfc6979 v0.4.0
9212026-06-22T00:03:10.246Z Downloaded rtoolbox v0.0.3
9222026-06-22T00:03:10.249Z Downloaded rustc-hash v2.1.1
9232026-06-22T00:03:10.249Z Downloaded peg-macros v0.8.5
9242026-06-22T00:03:10.257Z Downloaded r2d2 v0.8.10
9252026-06-22T00:03:10.262Z Downloaded rustc_version v0.4.1
9262026-06-22T00:03:10.262Z Downloaded rustc_version v0.1.7
9272026-06-22T00:03:10.262Z Downloaded hashbrown v0.12.3
9282026-06-22T00:03:10.267Z Downloaded pkcs1 v0.7.5
9292026-06-22T00:03:10.267Z Downloaded postcard v1.1.3
9302026-06-22T00:03:10.267Z Downloaded pkcs5 v0.7.1
9312026-06-22T00:03:10.271Z Downloaded rand_seeder v0.4.0
9322026-06-22T00:03:10.271Z Downloaded rand_core v0.9.5
9332026-06-22T00:03:10.275Z Downloaded scheduled-thread-pool v0.2.7
9342026-06-22T00:03:10.275Z Downloaded same-file v1.0.6
9352026-06-22T00:03:10.275Z Downloaded russh-cryptovec v0.7.3
9362026-06-22T00:03:10.279Z Downloaded salsa20 v0.10.2
9372026-06-22T00:03:10.284Z Downloaded hickory-resolver v0.25.2
9382026-06-22T00:03:10.284Z Downloaded oso v0.27.3
9392026-06-22T00:03:10.288Z Downloaded papergrid v0.17.0
9402026-06-22T00:03:10.293Z Downloaded postgres-types v0.2.12
9412026-06-22T00:03:10.293Z Downloaded sapling-renderdag v0.1.0
9422026-06-22T00:03:10.293Z Downloaded rand_core v0.6.4
9432026-06-22T00:03:10.293Z Downloaded scroll_derive v0.13.1
9442026-06-22T00:03:10.298Z Downloaded jiff-static v0.2.21
9452026-06-22T00:03:10.298Z Downloaded rand_chacha v0.9.0
9462026-06-22T00:03:10.298Z Downloaded hickory-server v0.25.2
9472026-06-22T00:03:10.301Z Downloaded secrecy v0.8.0
9482026-06-22T00:03:10.301Z Downloaded scopeguard v1.2.0
9492026-06-22T00:03:10.302Z Downloaded hickory-resolver v0.24.4
9502026-06-22T00:03:10.306Z Downloaded omicron-zone-package v0.12.2
9512026-06-22T00:03:10.306Z Downloaded semver v0.1.20
9522026-06-22T00:03:10.306Z Downloaded secrecy v0.10.3
9532026-06-22T00:03:10.310Z Downloaded miniz_oxide v0.8.9
9542026-06-22T00:03:10.310Z Downloaded http v1.4.0
9552026-06-22T00:03:10.314Z Downloaded psm v0.1.30
9562026-06-22T00:03:10.314Z Downloaded seq-macro v0.3.6
9572026-06-22T00:03:10.317Z Downloaded scrypt v0.11.0
9582026-06-22T00:03:10.317Z Downloaded serde-big-array v0.5.1
9592026-06-22T00:03:10.322Z Downloaded resolv-conf v0.7.6
9602026-06-22T00:03:10.322Z Downloaded serde_bytes v0.11.19
9612026-06-22T00:03:10.326Z Downloaded serde_repr v0.1.20
9622026-06-22T00:03:10.330Z Downloaded serde_spanned v1.0.4
9632026-06-22T00:03:10.330Z Downloaded sha1 v0.10.6
9642026-06-22T00:03:10.330Z Downloaded serde_plain v1.0.2
9652026-06-22T00:03:10.343Z Downloaded quinn-udp v0.5.14
9662026-06-22T00:03:10.346Z Downloaded hashbrown v0.13.2
9672026-06-22T00:03:10.350Z Downloaded rand_core v0.10.0
9682026-06-22T00:03:10.356Z Downloaded rustls-pemfile v1.0.4
9692026-06-22T00:03:10.356Z Downloaded sigpipe v0.1.3
9702026-06-22T00:03:10.356Z Downloaded signal-hook-tokio v0.3.1
9712026-06-22T00:03:10.356Z Downloaded schemars_derive v0.8.22
9722026-06-22T00:03:10.362Z Downloaded shell-words v1.1.1
9732026-06-22T00:03:10.362Z Downloaded rusty-fork v0.3.1
9742026-06-22T00:03:10.363Z Downloaded siphasher v1.0.2
9752026-06-22T00:03:10.363Z Downloaded signal-hook-mio v0.2.5
9762026-06-22T00:03:10.368Z Downloaded rustls-pemfile v2.2.0
9772026-06-22T00:03:10.368Z Downloaded rustversion v1.0.22
9782026-06-22T00:03:10.368Z Downloaded rustls-native-certs v0.8.3
9792026-06-22T00:03:10.373Z Downloaded signature v2.2.0
9802026-06-22T00:03:10.373Z Downloaded minimal-lexical v0.2.1
9812026-06-22T00:03:10.376Z Downloaded pin-project v1.1.11
9822026-06-22T00:03:10.380Z Downloaded openssl-sys v0.9.115
9832026-06-22T00:03:10.383Z Downloaded sec1 v0.7.3
9842026-06-22T00:03:10.388Z Downloaded sct v0.7.1
9852026-06-22T00:03:10.391Z Downloaded slog-bunyan v2.5.0
9862026-06-22T00:03:10.395Z Downloaded progenitor-impl v0.14.0
9872026-06-22T00:03:10.401Z Downloaded p256 v0.13.2
9882026-06-22T00:03:10.406Z Downloaded serde_urlencoded v0.7.1
9892026-06-22T00:03:10.411Z Downloaded serde-hex v0.1.0
9902026-06-22T00:03:10.411Z Downloaded scroll v0.13.0
9912026-06-22T00:03:10.415Z Downloaded sqlparser_derive v0.5.0
9922026-06-22T00:03:10.418Z Downloaded structmeta v0.3.0
9932026-06-22T00:03:10.422Z Downloaded shlex v1.3.0
9942026-06-22T00:03:10.424Z Downloaded serde_path_to_error v0.1.20
9952026-06-22T00:03:10.427Z Downloaded serde_derive_internals v0.29.1
9962026-06-22T00:03:10.431Z Downloaded itertools v0.10.5
9972026-06-22T00:03:10.436Z Downloaded russh-keys v0.45.0
9982026-06-22T00:03:10.440Z Downloaded simd-adler32 v0.3.8
9992026-06-22T00:03:10.443Z Downloaded serde_with_macros v1.5.2
10002026-06-22T00:03:10.446Z Downloaded strum v0.26.3
10012026-06-22T00:03:10.451Z Downloaded ssh-encoding v0.2.0
10022026-06-22T00:03:10.451Z Downloaded prettyplease v0.2.37
10032026-06-22T00:03:10.455Z Downloaded strum v0.27.2
10042026-06-22T00:03:10.455Z Downloaded structmeta-derive v0.3.0
10052026-06-22T00:03:10.455Z Downloaded strsim v0.10.0
10062026-06-22T00:03:10.455Z Downloaded strip-ansi-escapes v0.2.1
10072026-06-22T00:03:10.455Z Downloaded slab v0.4.12
10082026-06-22T00:03:10.459Z Downloaded subtle v2.6.1
10092026-06-22T00:03:10.459Z Downloaded rustls-pki-types v1.14.0
10102026-06-22T00:03:10.463Z Downloaded tagptr v0.2.0
10112026-06-22T00:03:10.464Z Downloaded tabwriter v1.4.1
10122026-06-22T00:03:10.464Z Downloaded tabled_derive v0.11.0
10132026-06-22T00:03:10.469Z Downloaded sync_wrapper v1.0.2
10142026-06-22T00:03:10.474Z Downloaded prefix-trie v0.7.0
10152026-06-22T00:03:10.474Z Downloaded pretty_assertions v1.4.1
10162026-06-22T00:03:10.477Z Downloaded slog-scope v4.4.1
10172026-06-22T00:03:10.480Z Downloaded sync-ptr v0.1.4
10182026-06-22T00:03:10.480Z Downloaded slog-dtrace v0.3.0
10192026-06-22T00:03:10.480Z Downloaded slog-async v2.8.0
10202026-06-22T00:03:10.524Z Downloaded slog-json v2.6.1
10212026-06-22T00:03:10.524Z Downloaded hyper-util v0.1.20
10222026-06-22T00:03:10.524Z Downloaded aes v0.8.4
10232026-06-22T00:03:10.524Z Downloaded slog-envlogger v2.2.0
10242026-06-22T00:03:10.524Z Downloaded take_mut v0.2.2
10252026-06-22T00:03:10.524Z Downloaded slog-term v2.9.2
10262026-06-22T00:03:10.524Z Downloaded rustls-platform-verifier v0.6.2
10272026-06-22T00:03:10.524Z Downloaded slog-stdlog v4.1.1
10282026-06-22T00:03:10.524Z Downloaded sqlformat v0.3.5
10292026-06-22T00:03:10.524Z Downloaded stacker v0.1.23
10302026-06-22T00:03:10.524Z Downloaded snafu-derive v0.8.9
10312026-06-22T00:03:10.524Z Downloaded termtree v0.5.1
10322026-06-22T00:03:10.524Z Downloaded spki v0.7.3
10332026-06-22T00:03:10.524Z Downloaded smf v0.2.3
10342026-06-22T00:03:10.524Z Downloaded smallvec v0.6.14
10352026-06-22T00:03:10.524Z Downloaded thread-id v5.1.0
10362026-06-22T00:03:10.524Z Downloaded testing_table v0.3.0
10372026-06-22T00:03:10.524Z Downloaded thiserror-impl-no-std v2.0.2
10382026-06-22T00:03:10.524Z Downloaded serde_cbor v0.11.2
10392026-06-22T00:03:10.525Z Downloaded static_assertions v1.1.0
10402026-06-22T00:03:10.525Z Downloaded tap v1.0.1
10412026-06-22T00:03:10.525Z Downloaded tinyvec_macros v0.1.1
10422026-06-22T00:03:10.530Z Downloaded serde_with_macros v3.17.0
10432026-06-22T00:03:10.530Z Downloaded ryu v1.0.23
10442026-06-22T00:03:10.534Z Downloaded supports-color v3.0.2
10452026-06-22T00:03:10.534Z Downloaded support-bundle-viewer v0.1.2
10462026-06-22T00:03:10.534Z Downloaded strum_macros v0.24.3
10472026-06-22T00:03:10.534Z Downloaded stringprep v0.1.5
10482026-06-22T00:03:10.539Z Downloaded string_cache v0.8.9
10492026-06-22T00:03:10.539Z Downloaded ssh-cipher v0.2.0
10502026-06-22T00:03:10.539Z Downloaded signal-hook-registry v1.4.8
10512026-06-22T00:03:10.542Z Downloaded schemars v0.8.22
10522026-06-22T00:03:10.549Z Downloaded strum_macros v0.26.4
10532026-06-22T00:03:10.554Z Downloaded aes-gcm v0.10.3
10542026-06-22T00:03:10.554Z Downloaded publicsuffix v2.3.0
10552026-06-22T00:03:10.559Z Downloaded hashbrown v0.15.5
10562026-06-22T00:03:10.559Z Downloaded rcgen v0.12.1
10572026-06-22T00:03:10.563Z Downloaded hashbrown v0.16.1
10582026-06-22T00:03:10.563Z Downloaded tokio-macros v2.7.0
10592026-06-22T00:03:10.563Z Downloaded progenitor-impl v0.13.0
10602026-06-22T00:03:10.569Z Downloaded num-bigint v0.4.6
10612026-06-22T00:03:10.574Z Downloaded ron v0.8.1
10622026-06-22T00:03:10.577Z Downloaded spin v0.9.8
10632026-06-22T00:03:10.577Z Downloaded quinn v0.11.9
10642026-06-22T00:03:10.580Z Downloaded thiserror-no-std v2.0.2
10652026-06-22T00:03:10.583Z Downloaded thread_local v1.1.9
10662026-06-22T00:03:10.583Z Downloaded time-macros v0.2.27
10672026-06-22T00:03:10.587Z Downloaded tls_codec_derive v0.4.2
10682026-06-22T00:03:10.591Z Downloaded topological-sort v0.2.2
10692026-06-22T00:03:10.591Z Downloaded tiny-keccak v2.0.2
10702026-06-22T00:03:10.591Z Downloaded time-core v0.1.8
10712026-06-22T00:03:10.595Z Downloaded termios v0.3.3
10722026-06-22T00:03:10.595Z Downloaded tower-layer v0.3.3
10732026-06-22T00:03:10.599Z Downloaded crossterm v0.28.1
10742026-06-22T00:03:10.603Z Downloaded serde_yaml v0.9.34+deprecated
10752026-06-22T00:03:10.607Z Downloaded trait-variant v0.1.2
10762026-06-22T00:03:10.607Z Downloaded iri-string v0.7.10
10772026-06-22T00:03:10.617Z Downloaded dropshot-api-manager v0.7.2
10782026-06-22T00:03:10.623Z Downloaded tower-service v0.3.3
10792026-06-22T00:03:10.623Z Downloaded tokio-dtrace v0.1.1
10802026-06-22T00:03:10.623Z Downloaded similar v2.7.0
10812026-06-22T00:03:10.623Z Downloaded signal-hook v0.3.18
10822026-06-22T00:03:10.623Z Downloaded rayon-core v1.13.0
10832026-06-22T00:03:10.626Z Downloaded typify-macro v0.6.2
10842026-06-22T00:03:10.626Z Downloaded unarray v0.1.4
10852026-06-22T00:03:10.631Z Downloaded try-lock v0.2.5
10862026-06-22T00:03:10.635Z Downloaded strum_macros v0.27.2
10872026-06-22T00:03:10.635Z Downloaded unicode-truncate v1.1.0
10882026-06-22T00:03:10.639Z Downloaded mio v1.2.0
10892026-06-22T00:03:10.639Z Downloaded slog v2.8.2
10902026-06-22T00:03:10.647Z Downloaded tokio-tungstenite v0.21.0
10912026-06-22T00:03:10.647Z Downloaded untrusted v0.9.0
10922026-06-22T00:03:10.647Z Downloaded nom v7.1.3
10932026-06-22T00:03:10.654Z Downloaded untrusted v0.7.1
10942026-06-22T00:03:10.654Z Downloaded unit-prefix v0.5.2
10952026-06-22T00:03:10.654Z Downloaded universal-hash v0.5.1
10962026-06-22T00:03:10.654Z Downloaded tokio-native-tls v0.3.1
10972026-06-22T00:03:10.654Z Downloaded usdt-macro v0.6.0
10982026-06-22T00:03:10.654Z Downloaded usdt v0.6.0
10992026-06-22T00:03:10.658Z Downloaded tokio-tungstenite v0.23.1
11002026-06-22T00:03:10.658Z Downloaded qorb v0.4.1
11012026-06-22T00:03:10.658Z Downloaded usdt-attr-macro v0.6.0
11022026-06-22T00:03:10.662Z Downloaded term v0.7.0
11032026-06-22T00:03:10.662Z Downloaded utf-8 v0.7.6
11042026-06-22T00:03:10.662Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11052026-06-22T00:03:10.666Z Downloaded socket2 v0.5.10
11062026-06-22T00:03:10.669Z Downloaded num-bigint-dig v0.8.6
11072026-06-22T00:03:10.672Z Downloaded void v1.0.2
11082026-06-22T00:03:10.673Z Downloaded rsa v0.9.10
11092026-06-22T00:03:10.676Z Downloaded rand v0.8.6
11102026-06-22T00:03:10.681Z Downloaded libxml v0.3.3
11112026-06-22T00:03:10.685Z Downloaded toml_writer v1.0.6+spec-1.1.0
11122026-06-22T00:03:10.697Z Downloaded term v1.2.1
11132026-06-22T00:03:10.697Z Downloaded wait-timeout v0.2.1
11142026-06-22T00:03:10.697Z Downloaded rand v0.9.2
11152026-06-22T00:03:10.697Z Downloaded rustls-webpki v0.103.9
11162026-06-22T00:03:10.702Z Downloaded futures-util v0.3.32
11172026-06-22T00:03:10.710Z Downloaded tui-tree-widget v0.23.1
11182026-06-22T00:03:10.710Z Downloaded itertools v0.12.1
11192026-06-22T00:03:10.719Z Downloaded tls_codec v0.4.2
11202026-06-22T00:03:10.719Z Downloaded schemars v0.9.0
11212026-06-22T00:03:10.719Z Downloaded want v0.3.1
11222026-06-22T00:03:10.722Z Downloaded aho-corasick v1.1.4
11232026-06-22T00:03:10.722Z Downloaded waitgroup v0.1.2
11242026-06-22T00:03:10.722Z Downloaded itertools v0.14.0
11252026-06-22T00:03:10.725Z Downloaded xshell-macros v0.2.7
11262026-06-22T00:03:10.725Z Downloaded xattr v1.6.1
11272026-06-22T00:03:10.729Z Downloaded itertools v0.13.0
11282026-06-22T00:03:10.739Z Downloaded tinyvec v1.10.0
11292026-06-22T00:03:10.742Z Downloaded vergen-git2 v9.1.0
11302026-06-22T00:03:10.742Z Downloaded tokio-rustls v0.24.1
11312026-06-22T00:03:10.748Z Downloaded zeroize_derive v1.4.3
11322026-06-22T00:03:10.748Z Downloaded vergen-lib v9.1.0
11332026-06-22T00:03:10.748Z Downloaded vergen-lib v0.1.6
11342026-06-22T00:03:10.752Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11352026-06-22T00:03:10.752Z Downloaded tokio-rustls v0.26.4
11362026-06-22T00:03:10.752Z Downloaded zone_cfg_derive v0.3.1
11372026-06-22T00:03:10.752Z Downloaded tokio-rustls v0.25.0
11382026-06-22T00:03:10.752Z Downloaded zone v0.3.1
11392026-06-22T00:03:10.752Z Downloaded unicase v2.9.0
11402026-06-22T00:03:10.752Z Downloaded subprocess v0.2.15
11412026-06-22T00:03:10.756Z Downloaded usdt-impl v0.6.0
11422026-06-22T00:03:10.756Z Downloaded toml_parser v1.0.9+spec-1.1.0
11432026-06-22T00:03:10.759Z Downloaded rand v0.10.0
11442026-06-22T00:03:10.759Z Downloaded blake3 v1.8.3
11452026-06-22T00:03:10.763Z Downloaded hyper v1.8.1
11462026-06-22T00:03:10.767Z Downloaded aws-lc-rs v1.16.3
11472026-06-22T00:03:10.774Z Downloaded uzers v0.12.2
11482026-06-22T00:03:10.777Z Downloaded nom v8.0.0
11492026-06-22T00:03:10.782Z Downloaded test-strategy v0.4.5
11502026-06-22T00:03:10.782Z Downloaded twox-hash v2.1.2
11512026-06-22T00:03:10.788Z Downloaded vsss-rs v3.3.4
11522026-06-22T00:03:10.788Z Downloaded socket2 v0.6.3
11532026-06-22T00:03:10.788Z Downloaded h2 v0.4.13
11542026-06-22T00:03:10.791Z Downloaded whoami v2.1.0
11552026-06-22T00:03:10.795Z Downloaded tokio-stream v0.1.18
11562026-06-22T00:03:10.803Z Downloaded tracing-attributes v0.1.31
11572026-06-22T00:03:10.807Z Downloaded xshell v0.2.7
11582026-06-22T00:03:10.807Z Downloaded zeroize v1.8.2
11592026-06-22T00:03:10.807Z Downloaded whoami v1.6.1
11602026-06-22T00:03:10.813Z Downloaded toml v1.0.6+spec-1.1.0
11612026-06-22T00:03:10.817Z Downloaded samael v0.0.19
11622026-06-22T00:03:10.817Z Downloaded zstd-safe v7.2.4
11632026-06-22T00:03:10.817Z Downloaded vergen v9.1.0
11642026-06-22T00:03:10.820Z Downloaded schemars v1.2.1
11652026-06-22T00:03:10.827Z Downloaded wyz v0.5.1
11662026-06-22T00:03:10.831Z Downloaded tracing-core v0.1.36
11672026-06-22T00:03:10.831Z Downloaded p521 v0.13.3
11682026-06-22T00:03:10.833Z Downloaded unicode-properties v0.1.4
11692026-06-22T00:03:10.833Z Downloaded tungstenite v0.21.0
11702026-06-22T00:03:10.841Z Downloaded walkdir v2.5.0
11712026-06-22T00:03:10.845Z Downloaded zstd v0.13.3
11722026-06-22T00:03:10.848Z Downloaded toml v0.7.8
11732026-06-22T00:03:10.851Z Downloaded libm v0.2.16
11742026-06-22T00:03:10.855Z Downloaded yasna v0.5.2
11752026-06-22T00:03:10.858Z Downloaded serde_with v1.14.0
11762026-06-22T00:03:10.862Z Downloaded tar v0.4.45
11772026-06-22T00:03:10.866Z Downloaded vergen-gitcl v1.0.8
11782026-06-22T00:03:10.869Z Downloaded hkdf v0.12.4
11792026-06-22T00:03:10.874Z Downloaded toml_edit v0.23.10+spec-1.0.0
11802026-06-22T00:03:10.876Z Downloaded russh v0.45.0
11812026-06-22T00:03:10.876Z Downloaded iddqd v0.4.2
11822026-06-22T00:03:10.881Z Downloaded rustyline v14.0.0
11832026-06-22T00:03:10.884Z Downloaded tungstenite v0.23.0
11842026-06-22T00:03:10.895Z Downloaded unicode-bidi v0.3.18
11852026-06-22T00:03:10.897Z Downloaded unsafe-libyaml v0.2.11
11862026-06-22T00:03:10.897Z Downloaded zerocopy v0.6.6
11872026-06-22T00:03:10.917Z Downloaded rpassword v7.4.0
11882026-06-22T00:03:10.922Z Downloaded tokio-postgres v0.7.16
11892026-06-22T00:03:10.933Z Downloaded chrono v0.4.44
11902026-06-22T00:03:10.938Z Downloaded reedline v0.40.0
11912026-06-22T00:03:10.943Z Downloaded reqwest v0.12.28
11922026-06-22T00:03:10.947Z Downloaded bitvec v1.0.1
11932026-06-22T00:03:10.954Z Downloaded vte v0.14.1
11942026-06-22T00:03:10.958Z Downloaded git2 v0.20.4
11952026-06-22T00:03:10.962Z Downloaded typify v0.6.2
11962026-06-22T00:03:10.972Z Downloaded yansi v1.0.1
11972026-06-22T00:03:10.982Z Downloaded lalrpop v0.19.12
11982026-06-22T00:03:10.988Z Downloaded snafu v0.8.9
11992026-06-22T00:03:10.991Z Downloaded tower v0.5.3
12002026-06-22T00:03:10.997Z Downloaded uuid v1.23.0
12012026-06-22T00:03:11.004Z Downloaded typed-path v0.9.3
12022026-06-22T00:03:11.008Z Downloaded x509-cert v0.2.5
12032026-06-22T00:03:11.011Z Downloaded moka v0.12.13
12042026-06-22T00:03:11.018Z Downloaded regex v1.12.3
12052026-06-22T00:03:11.021Z Downloaded steno v0.4.1
12062026-06-22T00:03:11.027Z Downloaded ssh-key v0.6.7
12072026-06-22T00:03:11.033Z Downloaded tokio-util v0.7.18
12082026-06-22T00:03:11.037Z Downloaded unicode_categories v0.1.1
12092026-06-22T00:03:11.043Z Downloaded zopfli v0.8.3
12102026-06-22T00:03:11.046Z Downloaded zip v0.6.6
12112026-06-22T00:03:11.049Z Downloaded tower-http v0.6.8
12122026-06-22T00:03:11.054Z Downloaded toml_edit v0.19.15
12132026-06-22T00:03:11.065Z Downloaded petname v2.0.2
12142026-06-22T00:03:11.085Z Downloaded p384 v0.13.1
12152026-06-22T00:03:11.098Z Downloaded nix v0.27.1
12162026-06-22T00:03:11.107Z Downloaded zerocopy-derive v0.8.40
12172026-06-22T00:03:11.112Z Downloaded radix_trie v0.2.1
12182026-06-22T00:03:11.117Z Downloaded object v0.30.4
12192026-06-22T00:03:11.120Z Downloaded quick-xml v0.37.5
12202026-06-22T00:03:11.123Z Downloaded portable-atomic v1.13.1
12212026-06-22T00:03:11.127Z Downloaded rayon v1.11.0
12222026-06-22T00:03:11.133Z Downloaded goblin v0.10.5
12232026-06-22T00:03:11.137Z Downloaded reqwest v0.13.2
12242026-06-22T00:03:11.144Z Downloaded salty v0.3.0
12252026-06-22T00:03:11.149Z Downloaded unicode-segmentation v1.12.0
12262026-06-22T00:03:11.154Z Downloaded bstr v1.12.1
12272026-06-22T00:03:11.173Z Downloaded rustls-webpki v0.101.7
12282026-06-22T00:03:11.192Z Downloaded time v0.3.47
12292026-06-22T00:03:11.198Z Downloaded unicode-normalization v0.1.25
12302026-06-22T00:03:11.210Z Downloaded zip v4.6.1
12312026-06-22T00:03:11.213Z Downloaded smoltcp v0.9.1
12322026-06-22T00:03:11.219Z Downloaded nix v0.31.2
12332026-06-22T00:03:11.227Z Downloaded nix v0.28.0
12342026-06-22T00:03:11.235Z Downloaded object v0.37.3
12352026-06-22T00:03:11.243Z Downloaded vcpkg v0.2.15
12362026-06-22T00:03:11.267Z Downloaded zlib-rs v0.6.2
12372026-06-22T00:03:11.270Z Downloaded webpki-roots v1.0.6
12382026-06-22T00:03:11.273Z Downloaded serde_with v3.17.0
12392026-06-22T00:03:11.281Z Downloaded tough v0.22.0
12402026-06-22T00:03:11.284Z Downloaded rustls v0.22.4
12412026-06-22T00:03:11.291Z Downloaded rustix v0.38.44
12422026-06-22T00:03:11.304Z Downloaded quinn-proto v0.11.13
12432026-06-22T00:03:11.308Z Downloaded winnow v0.6.26
12442026-06-22T00:03:11.313Z Downloaded curve25519-dalek v4.1.3
12452026-06-22T00:03:11.319Z Downloaded rustls-webpki v0.102.8
12462026-06-22T00:03:11.330Z Downloaded rustls v0.21.12
12472026-06-22T00:03:11.337Z Downloaded polar-core v0.27.3
12482026-06-22T00:03:11.342Z Downloaded proptest v1.10.0
12492026-06-22T00:03:11.348Z Downloaded winnow v0.5.40
12502026-06-22T00:03:11.352Z Downloaded openssl v0.10.79
12512026-06-22T00:03:11.358Z Downloaded chrono-tz v0.10.4
12522026-06-22T00:03:11.383Z Downloaded typify-impl v0.6.2
12532026-06-22T00:03:11.399Z Downloaded bzip2-sys v0.1.13+1.0.8
12542026-06-22T00:03:11.409Z Downloaded tabled v0.20.0
12552026-06-22T00:03:11.431Z Downloaded regex-syntax v0.6.29
12562026-06-22T00:03:11.436Z Downloaded hickory-proto v0.24.4
12572026-06-22T00:03:11.445Z Downloaded dropshot v0.17.0
12582026-06-22T00:03:11.460Z Downloaded petgraph v0.6.5
12592026-06-22T00:03:11.472Z Downloaded jiff v0.2.21
12602026-06-22T00:03:11.492Z Downloaded petgraph v0.8.3
12612026-06-22T00:03:11.508Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12622026-06-22T00:03:11.518Z Downloaded zerocopy v0.8.40
12632026-06-22T00:03:11.524Z Downloaded smoltcp v0.11.0
12642026-06-22T00:03:11.531Z Downloaded diesel v2.3.7
12652026-06-22T00:03:11.543Z Downloaded rustls v0.23.37
12662026-06-22T00:03:11.551Z Downloaded regress v0.11.1
12672026-06-22T00:03:11.555Z Downloaded regress v0.10.5
12682026-06-22T00:03:11.560Z Downloaded regex-syntax v0.8.10
12692026-06-22T00:03:11.565Z Downloaded openapiv3 v2.2.0
12702026-06-22T00:03:11.572Z Downloaded hickory-proto v0.25.2
12712026-06-22T00:03:11.649Z Downloaded sqlparser v0.61.0
12722026-06-22T00:03:11.685Z Downloaded sled v0.34.7
12732026-06-22T00:03:11.733Z Downloaded ratatui v0.29.0
12742026-06-22T00:03:11.754Z Downloaded tracing v0.1.44
12752026-06-22T00:03:11.811Z Downloaded zerocopy-derive v0.6.6
12762026-06-22T00:03:11.811Z Downloaded regex-automata v0.4.14
12772026-06-22T00:03:11.885Z Downloaded libz-sys v1.1.24
12782026-06-22T00:03:11.896Z Downloaded csv v1.4.0
12792026-06-22T00:03:11.928Z Downloaded sha3 v0.10.8
12802026-06-22T00:03:11.939Z Downloaded tokio v1.52.1
12812026-06-22T00:03:12.033Z Downloaded encoding_rs v0.8.35
12822026-06-22T00:03:12.058Z Downloaded ring v0.17.14
12832026-06-22T00:03:12.080Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-06-22T00:03:12.270Z Downloaded aws-lc-sys v0.40.0
12852026-06-22T00:03:12.518Z Compiling libc v0.2.185
12862026-06-22T00:03:12.518Z Compiling serde v1.0.228
12872026-06-22T00:03:12.522Z Compiling log v0.4.29
12882026-06-22T00:03:12.522Z Compiling shlex v1.3.0
12892026-06-22T00:03:12.522Z Compiling find-msvc-tools v0.1.9
12902026-06-22T00:03:12.522Z Compiling smallvec v1.15.1
12912026-06-22T00:03:12.522Z Compiling typenum v1.19.0
12922026-06-22T00:03:12.522Z Compiling subtle v2.6.1
12932026-06-22T00:03:12.522Z Compiling generic-array v0.14.7
12942026-06-22T00:03:12.522Z Compiling scopeguard v1.2.0
12952026-06-22T00:03:12.693Z Compiling const-oid v0.9.6
12962026-06-22T00:03:12.731Z Compiling serde_json v1.0.149
12972026-06-22T00:03:12.731Z Compiling syn v2.0.117
12982026-06-22T00:03:12.731Z Compiling zerocopy v0.8.40
12992026-06-22T00:03:12.731Z Compiling pin-project-lite v0.2.17
13002026-06-22T00:03:12.731Z Compiling portable-atomic v1.13.1
13012026-06-22T00:03:12.883Z Compiling parking_lot_core v0.9.12
13022026-06-22T00:03:12.896Z Compiling pkg-config v0.3.32
13032026-06-22T00:03:12.919Z Compiling bitflags v2.11.0
13042026-06-22T00:03:12.956Z Compiling lock_api v0.4.14
13052026-06-22T00:03:12.971Z Compiling libm v0.2.16
13062026-06-22T00:03:12.982Z Compiling futures-core v0.3.32
13072026-06-22T00:03:13.006Z Compiling critical-section v1.2.0
13082026-06-22T00:03:13.009Z Compiling num-traits v0.2.19
13092026-06-22T00:03:13.033Z Compiling percent-encoding v2.3.2
13102026-06-22T00:03:13.147Z Compiling futures-sink v0.3.32
13112026-06-22T00:03:13.192Z Compiling futures-io v0.3.32
13122026-06-22T00:03:13.192Z Compiling slab v0.4.12
13132026-06-22T00:03:13.217Z Compiling futures-task v0.3.32
13142026-06-22T00:03:13.221Z Compiling cpufeatures v0.2.17
13152026-06-22T00:03:13.275Z Compiling futures-channel v0.3.32
13162026-06-22T00:03:13.303Z Compiling getrandom v0.4.1
13172026-06-22T00:03:13.306Z Compiling rand_core v0.10.0
13182026-06-22T00:03:13.361Z Compiling indexmap v2.14.0
13192026-06-22T00:03:13.378Z Compiling getrandom v0.3.4
13202026-06-22T00:03:13.405Z Compiling rustversion v1.0.22
13212026-06-22T00:03:13.408Z Compiling form_urlencoded v1.2.2
13222026-06-22T00:03:13.453Z Compiling fs_extra v1.3.0
13232026-06-22T00:03:13.499Z Compiling dunce v1.0.5
13242026-06-22T00:03:13.524Z Compiling ident_case v1.0.1
13252026-06-22T00:03:13.540Z Compiling base64ct v1.8.3
13262026-06-22T00:03:13.612Z Compiling regex-syntax v0.8.10
13272026-06-22T00:03:13.631Z Compiling iana-time-zone v0.1.65
13282026-06-22T00:03:13.635Z Compiling rustix v1.1.3
13292026-06-22T00:03:13.666Z Compiling flagset v0.4.7
13302026-06-22T00:03:13.699Z Compiling getrandom v0.2.17
13312026-06-22T00:03:13.717Z Compiling jobserver v0.1.34
13322026-06-22T00:03:13.753Z Compiling errno v0.3.14
13332026-06-22T00:03:13.807Z Compiling mio v1.2.0
13342026-06-22T00:03:13.821Z Compiling socket2 v0.6.3
13352026-06-22T00:03:13.855Z Compiling rand_core v0.6.4
13362026-06-22T00:03:13.868Z Compiling signal-hook-registry v1.4.8
13372026-06-22T00:03:13.925Z Compiling once_cell v1.21.3
13382026-06-22T00:03:13.954Z Compiling cc v1.2.56
13392026-06-22T00:03:14.024Z Compiling parking_lot v0.12.5
13402026-06-22T00:03:14.099Z Compiling pem-rfc7468 v0.7.0
13412026-06-22T00:03:14.190Z Compiling vcpkg v0.2.15
13422026-06-22T00:03:14.194Z Compiling aws-lc-rs v1.16.3
13432026-06-22T00:03:14.253Z Compiling uuid v1.23.0
13442026-06-22T00:03:14.302Z Compiling tracing-core v0.1.36
13452026-06-22T00:03:14.317Z Compiling rustc_version v0.4.1
13462026-06-22T00:03:14.345Z Compiling base64 v0.22.1
13472026-06-22T00:03:14.489Z Compiling rand_core v0.9.5
13482026-06-22T00:03:14.492Z Compiling openssl-probe v0.2.1
13492026-06-22T00:03:14.552Z Compiling httparse v1.10.1
13502026-06-22T00:03:14.556Z Compiling untrusted v0.9.0
13512026-06-22T00:03:14.581Z Compiling untrusted v0.7.1
13522026-06-22T00:03:14.677Z Compiling tinyvec_macros v0.1.1
13532026-06-22T00:03:14.698Z Compiling aho-corasick v1.1.4
13542026-06-22T00:03:14.713Z Compiling rustls v0.23.37
13552026-06-22T00:03:14.717Z Compiling atomic-waker v1.1.2
13562026-06-22T00:03:14.742Z Compiling tinyvec v1.10.0
13572026-06-22T00:03:14.761Z Compiling cmake v0.1.57
13582026-06-22T00:03:14.790Z Compiling try-lock v0.2.5
13592026-06-22T00:03:14.827Z Compiling tower-layer v0.3.3
13602026-06-22T00:03:14.858Z Compiling schemars v0.8.22
13612026-06-22T00:03:14.883Z Compiling dyn-clone v1.0.20
13622026-06-22T00:03:14.898Z Compiling tower-service v0.3.3
13632026-06-22T00:03:14.917Z Compiling want v0.3.1
13642026-06-22T00:03:14.932Z Compiling pin-utils v0.1.0
13652026-06-22T00:03:15.015Z Compiling httpdate v1.0.3
13662026-06-22T00:03:15.018Z Compiling openssl v0.10.79
13672026-06-22T00:03:15.044Z Compiling foreign-types-shared v0.1.1
13682026-06-22T00:03:15.047Z Compiling socket2 v0.5.10
13692026-06-22T00:03:15.047Z Compiling spin v0.9.8
13702026-06-22T00:03:15.088Z Compiling unicode-normalization v0.1.25
13712026-06-22T00:03:15.104Z Compiling num-conv v0.2.0
13722026-06-22T00:03:15.131Z Compiling foreign-types v0.3.2
13732026-06-22T00:03:15.147Z Compiling crc32fast v1.5.0
13742026-06-22T00:03:15.151Z Compiling time-core v0.1.8
13752026-06-22T00:03:15.213Z Compiling powerfmt v0.2.0
13762026-06-22T00:03:15.226Z Compiling native-tls v0.2.18
13772026-06-22T00:03:15.254Z Compiling wait-timeout v0.2.1
13782026-06-22T00:03:15.268Z Compiling sync_wrapper v1.0.2
13792026-06-22T00:03:15.286Z Compiling usdt-impl v0.6.0
13802026-06-22T00:03:15.290Z Compiling siphasher v1.0.2
13812026-06-22T00:03:15.329Z Compiling time-macros v0.2.27
13822026-06-22T00:03:15.344Z Compiling num_threads v0.1.7
13832026-06-22T00:03:15.400Z Compiling tempfile v3.25.0
13842026-06-22T00:03:15.444Z Compiling deranged v0.5.8
13852026-06-22T00:03:15.472Z Compiling bit-vec v0.8.0
13862026-06-22T00:03:15.487Z Compiling crossbeam-utils v0.8.21
13872026-06-22T00:03:15.512Z Compiling unicode-segmentation v1.12.0
13882026-06-22T00:03:15.528Z Compiling syn v1.0.109
13892026-06-22T00:03:15.528Z Compiling simd-adler32 v0.3.8
13902026-06-22T00:03:15.532Z Compiling quick-error v1.2.3
13912026-06-22T00:03:15.557Z Compiling regex-automata v0.4.14
13922026-06-22T00:03:15.669Z Compiling rusty-fork v0.3.1
13932026-06-22T00:03:15.683Z Compiling bit-set v0.8.0
13942026-06-22T00:03:15.686Z Compiling aws-lc-sys v0.40.0
13952026-06-22T00:03:15.736Z Compiling ring v0.17.14
13962026-06-22T00:03:15.801Z Compiling synstructure v0.13.2
13972026-06-22T00:03:15.818Z Compiling openssl-sys v0.9.115
13982026-06-22T00:03:15.822Z Compiling serde_derive_internals v0.29.1
13992026-06-22T00:03:15.846Z Compiling pest_generator v2.8.6
14002026-06-22T00:03:15.872Z Compiling darling_core v0.20.11
14012026-06-22T00:03:15.889Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14022026-06-22T00:03:16.018Z Compiling darling_core v0.21.3
14032026-06-22T00:03:16.022Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-06-22T00:03:16.119Z Compiling slog v2.8.2
14052026-06-22T00:03:16.383Z Compiling heapless v0.7.17
14062026-06-22T00:03:16.399Z Compiling rand_xorshift v0.4.0
14072026-06-22T00:03:16.498Z Compiling thread-id v5.1.0
14082026-06-22T00:03:16.530Z Compiling time v0.3.47
14092026-06-22T00:03:16.545Z Compiling cookie v0.18.1
14102026-06-22T00:03:16.565Z Compiling adler2 v2.0.1
14112026-06-22T00:03:16.622Z Compiling anyhow v1.0.102
14122026-06-22T00:03:16.663Z Compiling ryu v1.0.23
14132026-06-22T00:03:16.672Z Compiling unicode-bidi v0.3.18
14142026-06-22T00:03:16.686Z Compiling paste v1.0.15
14152026-06-22T00:03:16.711Z Compiling zstd-safe v7.2.4
14162026-06-22T00:03:16.754Z Compiling allocator-api2 v0.2.21
14172026-06-22T00:03:16.850Z Compiling unarray v0.1.4
14182026-06-22T00:03:16.863Z Compiling iri-string v0.7.10
14192026-06-22T00:03:16.931Z Compiling unicode-properties v0.1.4
14202026-06-22T00:03:16.968Z Compiling signal-hook v0.3.18
14212026-06-22T00:03:17.088Z Compiling miniz_oxide v0.8.9
14222026-06-22T00:03:17.115Z Compiling stringprep v0.1.5
14232026-06-22T00:03:17.220Z Compiling heck v0.4.1
14242026-06-22T00:03:17.234Z Compiling vergen-lib v9.1.0
14252026-06-22T00:03:17.430Z Compiling num-integer v0.1.46
14262026-06-22T00:03:17.459Z Compiling curve25519-dalek v4.1.3
14272026-06-22T00:03:17.577Z Compiling ff v0.13.1
14282026-06-22T00:03:17.619Z Compiling serde_derive v1.0.228
14292026-06-22T00:03:17.723Z Compiling zeroize_derive v1.4.3
14302026-06-22T00:03:17.752Z Compiling zerofrom-derive v0.1.6
14312026-06-22T00:03:17.775Z Compiling yoke-derive v0.8.1
14322026-06-22T00:03:17.789Z Compiling zerocopy-derive v0.8.40
14332026-06-22T00:03:17.851Z Compiling zerovec-derive v0.11.2
14342026-06-22T00:03:17.866Z Compiling displaydoc v0.2.5
14352026-06-22T00:03:18.202Z Compiling tokio-macros v2.7.0
14362026-06-22T00:03:18.355Z Compiling futures-macro v0.3.32
14372026-06-22T00:03:18.406Z Compiling zeroize v1.8.2
14382026-06-22T00:03:18.485Z Compiling der_derive v0.7.3
14392026-06-22T00:03:18.657Z Compiling rustls-pki-types v1.14.0
14402026-06-22T00:03:18.735Z Compiling thiserror-impl v2.0.18
14412026-06-22T00:03:18.979Z Compiling tracing-attributes v0.1.31
14422026-06-22T00:03:19.002Z Compiling scroll_derive v0.13.1
14432026-06-22T00:03:19.031Z Compiling pest_derive v2.8.6
14442026-06-22T00:03:19.136Z Compiling crypto-common v0.1.7
14452026-06-22T00:03:19.195Z Compiling block-buffer v0.10.4
14462026-06-22T00:03:19.208Z Compiling zerofrom v0.1.6
14472026-06-22T00:03:19.213Z Compiling futures-util v0.3.32
14482026-06-22T00:03:19.301Z Compiling block-padding v0.3.3
14492026-06-22T00:03:19.339Z Compiling yoke v0.8.1
14502026-06-22T00:03:19.383Z Compiling digest v0.10.7
14512026-06-22T00:03:19.485Z Compiling inout v0.1.4
14522026-06-22T00:03:19.506Z Compiling schemars_derive v0.8.22
14532026-06-22T00:03:19.521Z Compiling zerovec v0.11.5
14542026-06-22T00:03:19.547Z Compiling zerotrie v0.2.3
14552026-06-22T00:03:19.651Z Compiling hmac v0.12.1
14562026-06-22T00:03:19.672Z Compiling cipher v0.4.4
14572026-06-22T00:03:19.831Z Compiling sha2 v0.10.9
14582026-06-22T00:03:19.869Z Compiling der v0.7.10
14592026-06-22T00:03:19.881Z Compiling pbkdf2 v0.12.2
14602026-06-22T00:03:19.897Z Compiling scroll v0.13.0
14612026-06-22T00:03:19.958Z Compiling salsa20 v0.10.2
14622026-06-22T00:03:20.021Z Compiling tinystr v0.8.2
14632026-06-22T00:03:20.061Z Compiling potential_utf v0.1.4
14642026-06-22T00:03:20.116Z Compiling scrypt v0.11.0
14652026-06-22T00:03:20.147Z Compiling thiserror v2.0.18
14662026-06-22T00:03:20.191Z Compiling icu_locale_core v2.1.1
14672026-06-22T00:03:20.246Z Compiling icu_collections v2.1.1
14682026-06-22T00:03:20.246Z Compiling cbc v0.1.2
14692026-06-22T00:03:20.274Z Compiling aes v0.8.4
14702026-06-22T00:03:20.381Z Compiling tracing v0.1.44
14712026-06-22T00:03:20.394Z Compiling darling_macro v0.20.11
14722026-06-22T00:03:20.430Z Compiling openssl-macros v0.1.1
14732026-06-22T00:03:20.676Z Compiling goblin v0.10.5
14742026-06-22T00:03:20.763Z Compiling spki v0.7.3
14752026-06-22T00:03:20.834Z Compiling icu_provider v2.1.1
14762026-06-22T00:03:20.922Z Compiling pkcs5 v0.7.1
14772026-06-22T00:03:20.983Z Compiling darling v0.20.11
14782026-06-22T00:03:21.113Z Compiling icu_normalizer v2.1.1
14792026-06-22T00:03:21.119Z Compiling icu_properties v2.1.2
14802026-06-22T00:03:21.119Z Compiling rustls-native-certs v0.8.3
14812026-06-22T00:03:21.160Z Compiling bytes v1.11.1
14822026-06-22T00:03:21.199Z Compiling chrono v0.4.44
14832026-06-22T00:03:21.227Z Compiling ipnet v2.11.0
14842026-06-22T00:03:21.245Z Compiling pkcs8 v0.10.2
14852026-06-22T00:03:21.375Z Compiling derive_builder_core v0.20.2
14862026-06-22T00:03:21.426Z Compiling dtrace-parser v0.3.0
14872026-06-22T00:03:21.441Z Compiling signature v2.2.0
14882026-06-22T00:03:21.557Z Compiling webpki-roots v1.0.6
14892026-06-22T00:03:21.582Z Compiling scroll_derive v0.12.1
14902026-06-22T00:03:21.635Z Compiling tokio v1.52.1
14912026-06-22T00:03:21.635Z Compiling http v1.4.0
14922026-06-22T00:03:21.698Z Compiling thiserror-impl v1.0.69
14932026-06-22T00:03:21.758Z Compiling erased-serde v0.3.31
14942026-06-22T00:03:21.795Z Compiling serde_spanned v0.6.9
14952026-06-22T00:03:21.964Z Compiling idna_adapter v1.2.1
14962026-06-22T00:03:22.114Z Compiling idna v1.1.0
14972026-06-22T00:03:22.212Z Compiling ppv-lite86 v0.2.21
14982026-06-22T00:03:22.228Z Compiling toml_datetime v0.6.11
14992026-06-22T00:03:22.263Z Compiling serde_tokenstream v0.2.3
15002026-06-22T00:03:22.282Z Compiling http-body v1.0.1
15012026-06-22T00:03:22.285Z Compiling derive_builder_macro v0.20.2
15022026-06-22T00:03:22.348Z Compiling scroll v0.12.0
15032026-06-22T00:03:22.411Z Compiling url v2.5.8
15042026-06-22T00:03:22.459Z Compiling http-body-util v0.1.3
15052026-06-22T00:03:22.506Z Compiling rand_chacha v0.9.0
15062026-06-22T00:03:22.558Z Compiling rand_chacha v0.3.1
15072026-06-22T00:03:22.577Z Compiling serde_urlencoded v0.7.1
15082026-06-22T00:03:22.606Z Compiling md-5 v0.10.6
15092026-06-22T00:03:22.632Z Compiling darling_macro v0.21.3
15102026-06-22T00:03:22.646Z Compiling bstr v1.12.1
15112026-06-22T00:03:22.783Z Compiling rand v0.9.2
15122026-06-22T00:03:22.808Z Compiling async-trait v0.1.89
15132026-06-22T00:03:22.822Z Compiling pin-project-internal v1.1.11
15142026-06-22T00:03:22.864Z Compiling zerocopy-derive v0.7.35
15152026-06-22T00:03:22.902Z Compiling hash32 v0.2.1
15162026-06-22T00:03:23.117Z Compiling thiserror v1.0.69
15172026-06-22T00:03:23.236Z Compiling memoffset v0.9.1
15182026-06-22T00:03:23.301Z Compiling encoding_rs v0.8.35
15192026-06-22T00:03:23.317Z Compiling zlib-rs v0.6.2
15202026-06-22T00:03:23.342Z Compiling fallible-iterator v0.2.0
15212026-06-22T00:03:23.434Z Compiling dof v0.4.0
15222026-06-22T00:03:23.450Z Compiling proptest v1.10.0
15232026-06-22T00:03:23.513Z Compiling mime v0.3.17
15242026-06-22T00:03:23.637Z Compiling base16ct v0.2.0
15252026-06-22T00:03:23.668Z Compiling cfg_aliases v0.2.1
15262026-06-22T00:03:23.755Z Compiling rustix v0.38.44
15272026-06-22T00:03:23.795Z Compiling psl-types v2.0.11
15282026-06-22T00:03:23.826Z Compiling ipnetwork v0.21.1
15292026-06-22T00:03:23.845Z Compiling smoltcp v0.9.1
15302026-06-22T00:03:23.902Z Compiling litrs v1.0.0
15312026-06-22T00:03:23.922Z Compiling ref-cast v1.0.25
15322026-06-22T00:03:23.955Z Compiling num-bigint-dig v0.8.6
15332026-06-22T00:03:23.972Z Compiling publicsuffix v2.3.0
15342026-06-22T00:03:24.007Z Compiling pin-project v1.1.11
15352026-06-22T00:03:24.120Z Compiling oxnet v0.1.6
15362026-06-22T00:03:24.237Z Compiling zerocopy v0.7.35
15372026-06-22T00:03:24.252Z Compiling sec1 v0.7.3
15382026-06-22T00:03:24.273Z Compiling nix v0.31.2
15392026-06-22T00:03:24.347Z Compiling postgres-protocol v0.6.10
15402026-06-22T00:03:24.431Z Compiling darling v0.21.3
15412026-06-22T00:03:24.445Z Compiling document-features v0.2.12
15422026-06-22T00:03:24.528Z Compiling derive_builder v0.20.2
15432026-06-22T00:03:24.553Z Compiling rand v0.8.6
15442026-06-22T00:03:24.586Z Compiling goblin v0.8.2
15452026-06-22T00:03:24.677Z Compiling futures-executor v0.3.32
15462026-06-22T00:03:24.677Z Compiling hubpack_derive v0.1.1
15472026-06-22T00:03:24.775Z Compiling hex v0.4.3
15482026-06-22T00:03:24.835Z Compiling hkdf v0.12.4
15492026-06-22T00:03:24.872Z Compiling crypto-bigint v0.5.5
15502026-06-22T00:03:24.913Z Compiling regex v1.12.3
15512026-06-22T00:03:25.040Z Compiling group v0.13.0
15522026-06-22T00:03:25.071Z Compiling num-iter v0.1.45
15532026-06-22T00:03:25.074Z Compiling curve25519-dalek-derive v0.1.1
15542026-06-22T00:03:25.086Z Compiling daft-derive v0.1.7
15552026-06-22T00:03:25.100Z Compiling strum_macros v0.27.2
15562026-06-22T00:03:25.100Z Compiling snafu-derive v0.8.9
15572026-06-22T00:03:25.177Z Compiling ref-cast-impl v1.0.25
15582026-06-22T00:03:25.430Z Compiling phf_shared v0.13.1
15592026-06-22T00:03:25.575Z Compiling tokio-util v0.7.18
15602026-06-22T00:03:25.591Z Compiling tower v0.5.3
15612026-06-22T00:03:25.605Z Compiling tokio-native-tls v0.3.1
15622026-06-22T00:03:25.689Z Compiling terminal_size v0.4.3
15632026-06-22T00:03:25.757Z Compiling lazy_static v1.5.0
15642026-06-22T00:03:25.771Z Compiling anstyle-parse v0.2.7
15652026-06-22T00:03:25.798Z Compiling newtype-uuid v1.3.2
15662026-06-22T00:03:25.849Z Compiling vergen v9.1.0
15672026-06-22T00:03:25.869Z Compiling cargo-platform v0.3.2
15682026-06-22T00:03:25.883Z Compiling fs-err v3.3.0
15692026-06-22T00:03:25.906Z Compiling ahash v0.8.12
15702026-06-22T00:03:25.973Z Compiling libbz2-rs-sys v0.2.2
15712026-06-22T00:03:26.050Z Compiling tower-http v0.6.8
15722026-06-22T00:03:26.090Z Compiling managed v0.8.0
15732026-06-22T00:03:26.105Z Compiling foldhash v0.1.5
15742026-06-22T00:03:26.133Z Compiling winnow v0.5.40
15752026-06-22T00:03:26.156Z Compiling bumpalo v3.20.2
15762026-06-22T00:03:26.170Z Compiling flate2 v1.1.9
15772026-06-22T00:03:26.295Z Compiling h2 v0.4.13
15782026-06-22T00:03:26.321Z Compiling foldhash v0.2.0
15792026-06-22T00:03:26.422Z Compiling same-file v1.0.6
15802026-06-22T00:03:26.470Z Compiling bitflags v1.3.2
15812026-06-22T00:03:26.559Z Compiling object v0.37.3
15822026-06-22T00:03:26.573Z Compiling walkdir v2.5.0
15832026-06-22T00:03:26.602Z Compiling hashbrown v0.16.1
15842026-06-22T00:03:26.615Z Compiling clap_builder v4.6.0
15852026-06-22T00:03:26.706Z Compiling bzip2 v0.6.1
15862026-06-22T00:03:26.728Z Compiling zopfli v0.8.3
15872026-06-22T00:03:26.883Z Compiling dof v0.3.0
15882026-06-22T00:03:26.908Z Compiling hashbrown v0.15.5
15892026-06-22T00:03:27.045Z Compiling cargo_metadata v0.23.1
15902026-06-22T00:03:27.096Z Compiling daft v0.1.7
15912026-06-22T00:03:27.110Z Compiling snafu v0.8.9
15922026-06-22T00:03:27.139Z Compiling strum v0.27.2
15932026-06-22T00:03:27.212Z Compiling anstream v0.6.21
15942026-06-22T00:03:27.358Z Compiling elliptic-curve v0.13.8
15952026-06-22T00:03:27.414Z Compiling toml_edit v0.19.15
15962026-06-22T00:03:27.491Z Compiling phf v0.13.1
15972026-06-22T00:03:27.523Z Compiling signal-hook-mio v0.2.5
15982026-06-22T00:03:27.538Z Compiling cookie_store v0.22.1
15992026-06-22T00:03:27.590Z Compiling hubpack v0.1.2
16002026-06-22T00:03:27.623Z Compiling bzip2 v0.4.4
16012026-06-22T00:03:27.652Z Compiling usdt-attr-macro v0.6.0
16022026-06-22T00:03:27.666Z Compiling usdt-macro v0.6.0
16032026-06-22T00:03:27.818Z Compiling futures v0.3.32
16042026-06-22T00:03:27.841Z Compiling postgres-types v0.2.12
16052026-06-22T00:03:27.887Z Compiling serde_with_macros v3.17.0
16062026-06-22T00:03:27.947Z Compiling zstd v0.13.3
16072026-06-22T00:03:28.148Z Compiling dtrace-parser v0.2.0
16082026-06-22T00:03:28.235Z Compiling globset v0.4.18
16092026-06-22T00:03:28.287Z Compiling ed25519 v2.2.3
16102026-06-22T00:03:28.430Z Compiling pkcs1 v0.7.5
16112026-06-22T00:03:28.515Z Compiling olpc-cjson v0.1.4
16122026-06-22T00:03:28.531Z Compiling serde-big-array v0.5.1
16132026-06-22T00:03:28.544Z Compiling serde_plain v1.0.2
16142026-06-22T00:03:28.691Z Compiling rfc6979 v0.4.0
16152026-06-22T00:03:28.706Z Compiling clap_derive v4.6.1
16162026-06-22T00:03:28.766Z Compiling async-recursion v1.1.1
16172026-06-22T00:03:28.839Z Compiling strum_macros v0.26.4
16182026-06-22T00:03:28.857Z Compiling serde_repr v0.1.20
16192026-06-22T00:03:28.954Z Compiling enum-as-inner v0.6.1
16202026-06-22T00:03:28.968Z Compiling phf_shared v0.11.3
16212026-06-22T00:03:29.073Z Compiling float-cmp v0.10.0
16222026-06-22T00:03:29.142Z Compiling pem v3.0.6
16232026-06-22T00:03:29.170Z Compiling thread-id v4.2.2
16242026-06-22T00:03:29.224Z Compiling memmap2 v0.9.10
16252026-06-22T00:03:29.242Z Compiling env_filter v1.0.0
16262026-06-22T00:03:29.268Z Compiling fixedbitset v0.5.7
16272026-06-22T00:03:29.429Z Compiling hyper v1.8.1
16282026-06-22T00:03:29.469Z Compiling static_assertions v1.1.0
16292026-06-22T00:03:29.483Z Compiling keccak v0.1.6
16302026-06-22T00:03:29.501Z Compiling fixedbitset v0.4.2
16312026-06-22T00:03:29.513Z Compiling whoami v2.1.0
16322026-06-22T00:03:29.558Z Compiling typed-path v0.9.3
16332026-06-22T00:03:29.571Z Compiling jiff v0.2.21
16342026-06-22T00:03:29.603Z Compiling predicates-core v1.0.10
16352026-06-22T00:03:29.744Z Compiling new_debug_unreachable v1.0.6
16362026-06-22T00:03:29.762Z Compiling either v1.15.0
16372026-06-22T00:03:29.807Z Compiling normalize-line-endings v0.3.0
16382026-06-22T00:03:29.839Z Compiling difflib v0.4.0
16392026-06-22T00:03:29.931Z Compiling data-encoding v2.10.0
16402026-06-22T00:03:29.944Z Compiling precomputed-hash v0.1.1
16412026-06-22T00:03:29.998Z Compiling itertools v0.13.0
16422026-06-22T00:03:30.041Z Compiling string_cache v0.8.9
16432026-06-22T00:03:30.133Z Compiling predicates v3.1.4
16442026-06-22T00:03:30.288Z Compiling hickory-proto v0.25.2
16452026-06-22T00:03:30.320Z Compiling toml_edit v0.22.27
16462026-06-22T00:03:30.401Z Compiling tokio-postgres v0.7.16
16472026-06-22T00:03:30.420Z Compiling petgraph v0.6.5
16482026-06-22T00:03:30.557Z Compiling hyper-util v0.1.20
16492026-06-22T00:03:30.588Z Compiling clap v4.6.1
16502026-06-22T00:03:30.642Z Compiling sha3 v0.10.8
16512026-06-22T00:03:30.672Z Compiling strum v0.26.3
16522026-06-22T00:03:30.687Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16532026-06-22T00:03:30.818Z Compiling petgraph v0.8.3
16542026-06-22T00:03:30.818Z Compiling env_logger v0.11.9
16552026-06-22T00:03:30.841Z Compiling usdt v0.6.0
16562026-06-22T00:03:31.081Z Compiling usdt-impl v0.5.0
16572026-06-22T00:03:31.114Z Compiling serde_with v3.17.0
16582026-06-22T00:03:31.138Z Compiling crossterm v0.28.1
16592026-06-22T00:03:31.197Z Compiling ecdsa v0.16.9
16602026-06-22T00:03:31.260Z Compiling toml v0.7.8
16612026-06-22T00:03:31.627Z Compiling rsa v0.9.10
16622026-06-22T00:03:31.701Z Compiling ed25519-dalek v2.2.0
16632026-06-22T00:03:31.951Z Compiling hyper-tls v0.6.0
16642026-06-22T00:03:32.206Z Compiling zip v4.6.1
16652026-06-22T00:03:32.374Z Compiling zip v0.6.6
16662026-06-22T00:03:32.468Z Compiling iddqd v0.4.2
16672026-06-22T00:03:32.927Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-06-22T00:03:33.022Z Compiling tokio-stream v0.1.18
16692026-06-22T00:03:33.036Z Compiling buf-list v1.1.2
16702026-06-22T00:03:33.051Z Compiling similar v2.7.0
16712026-06-22T00:03:33.105Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-06-22T00:03:33.126Z Compiling openapiv3 v2.2.0
16732026-06-22T00:03:33.243Z Compiling x509-cert v0.2.5
16742026-06-22T00:03:33.348Z Compiling sha1 v0.10.6
16752026-06-22T00:03:33.433Z Compiling crossbeam-epoch v0.9.18
16762026-06-22T00:03:33.464Z Compiling lalrpop-util v0.19.12
16772026-06-22T00:03:33.515Z Compiling peg-runtime v0.8.5
16782026-06-22T00:03:33.592Z Compiling thread_local v1.1.9
16792026-06-22T00:03:33.620Z Compiling slog-async v2.8.0
16802026-06-22T00:03:33.644Z Compiling crossbeam-channel v0.5.15
16812026-06-22T00:03:33.681Z Compiling is-terminal v0.4.17
16822026-06-22T00:03:33.797Z Compiling filetime v0.2.27
16832026-06-22T00:03:33.820Z Compiling take_mut v0.2.2
16842026-06-22T00:03:33.836Z Compiling xattr v1.6.1
16852026-06-22T00:03:33.853Z Compiling term v1.2.1
16862026-06-22T00:03:33.973Z Compiling tar v0.4.45
16872026-06-22T00:03:34.129Z Compiling slog-term v2.9.2
16882026-06-22T00:04:31.682Z Compiling rustls-webpki v0.103.9
16892026-06-22T00:04:31.682Z Compiling tokio-rustls v0.26.4
16902026-06-22T00:04:31.682Z Compiling rustls-platform-verifier v0.6.2
16912026-06-22T00:04:31.682Z Compiling hyper-rustls v0.27.7
16922026-06-22T00:04:31.682Z Compiling reqwest v0.12.28
16932026-06-22T00:04:31.682Z Compiling reqwest v0.13.2
16942026-06-22T00:04:31.682Z Compiling tough v0.22.0
16952026-06-22T00:04:31.682Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-06-22T00:04:31.682Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-06-22T00:04:31.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.78s
16982026-06-22T00:04:31.682Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16992026-06-22T00:04:31.682ZJun 22 00:04:01.882 INFO Starting download, target: Clickhouse
17002026-06-22T00:04:31.682ZJun 22 00:04:01.883 INFO Starting download, target: Cockroach
17012026-06-22T00:04:31.683ZJun 22 00:04:01.883 INFO Starting download, target: Console
17022026-06-22T00:04:31.683ZJun 22 00:04:01.883 INFO Starting download, target: DendriteStub
17032026-06-22T00:04:31.683ZJun 22 00:04:01.883 INFO Starting download, target: MaghemiteMgd
17042026-06-22T00:04:31.683ZJun 22 00:04:01.883 INFO Starting download, target: MaghemiteDdmd
17052026-06-22T00:04:31.683ZJun 22 00:04:01.883 INFO Starting download, target: TransceiverControl
17062026-06-22T00:04:31.683ZJun 22 00:04:01.883 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17072026-06-22T00:04:31.683ZJun 22 00:04:01.883 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-06-22T00:04:31.683ZJun 22 00:04:01.883 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17092026-06-22T00:04:31.683ZJun 22 00:04:01.883 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17102026-06-22T00:04:31.683ZJun 22 00:04:01.883 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17112026-06-22T00:04:31.684ZJun 22 00:04:01.883 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-06-22T00:04:31.684ZJun 22 00:04:01.883 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-22T00:04:31.684ZJun 22 00:04:02.940 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17142026-06-22T00:04:31.684ZJun 22 00:04:03.168 INFO Download complete, target: Console
17152026-06-22T00:04:31.684ZJun 22 00:04:04.532 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17162026-06-22T00:04:31.684ZJun 22 00:04:11.068 INFO Checking that binary works, target: Clickhouse
17172026-06-22T00:04:31.684ZJun 22 00:04:11.160 INFO Download complete, target: Clickhouse
17182026-06-22T00:04:31.684ZJun 22 00:04:17.036 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/4aac6125a8e6cefbb71d9f8a3d1fe6704207d476/xcvradm.gz), target: TransceiverControl
17192026-06-22T00:04:31.684ZJun 22 00:04:17.036 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/dc84a6ce494a9d004568b67e22add2285a04d887/mgd.tar.gz), target: MaghemiteMgd
17202026-06-22T00:04:31.684ZJun 22 00:04:17.036 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/cc0c307c617f2988aafdca4e3bd35ea178b64801/dendrite-stub.tar.gz), target: DendriteStub
17212026-06-22T00:04:31.684ZJun 22 00:04:17.036 INFO Downloading out/downloads/xcvradm.gz (attempt 2/3), target: TransceiverControl
17222026-06-22T00:04:31.684ZJun 22 00:04:17.036 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub
17232026-06-22T00:04:31.684ZJun 22 00:04:17.036 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd
17242026-06-22T00:04:31.684ZJun 22 00:04:17.036 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/dc84a6ce494a9d004568b67e22add2285a04d887/mg-ddm.tar.gz), target: MaghemiteDdmd
17252026-06-22T00:04:31.684ZJun 22 00:04:17.036 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 2/3), target: MaghemiteDdmd
17262026-06-22T00:04:31.685ZJun 22 00:04:17.036 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/cockroach/illumos-amd64/86fdbfca060275d794a557be7289020ffd848850/cockroach.tgz), target: Cockroach
17272026-06-22T00:04:31.685ZJun 22 00:04:17.036 INFO Downloading out/downloads/cockroach.tgz (attempt 2/3), target: Cockroach
17282026-06-22T00:04:34.425ZJun 22 00:04:34.241 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17292026-06-22T00:04:34.638ZJun 22 00:04:34.445 INFO Download complete, target: TransceiverControl
17302026-06-22T00:04:39.045ZJun 22 00:04:38.873 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17312026-06-22T00:04:39.623ZJun 22 00:04:39.424 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17322026-06-22T00:04:40.833ZJun 22 00:04:40.611 INFO Download complete, target: MaghemiteDdmd
17332026-06-22T00:04:41.141ZJun 22 00:04:40.948 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17342026-06-22T00:04:41.972ZJun 22 00:04:41.823 INFO Download complete, target: DendriteStub
17352026-06-22T00:04:42.013ZJun 22 00:04:41.863 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17362026-06-22T00:04:42.013ZJun 22 00:04:41.863 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17372026-06-22T00:04:43.509ZJun 22 00:04:43.359 INFO Download complete, target: MaghemiteMgd
17382026-06-22T00:04:46.641ZJun 22 00:04:46.491 INFO Checking that binary works, target: Cockroach
17392026-06-22T00:04:46.764ZJun 22 00:04:46.614 INFO Download complete, target: Cockroach
17402026-06-22T00:04:46.769ZAll prerequisites installed successfully
17412026-06-22T00:04:46.772Z
17422026-06-22T00:04:46.772Zreal 2:27.484675007
17432026-06-22T00:04:46.772Zuser 6:54.239329180
17442026-06-22T00:04:46.772Zsys 1:41.799801802
17452026-06-22T00:04:46.772Ztrap 0.271009315
17462026-06-22T00:04:46.772Ztflt 1.162072928
17472026-06-22T00:04:46.772Zdflt 2.047860727
17482026-06-22T00:04:46.772Zkflt 0.023991842
17492026-06-22T00:04:46.772Zlock 36:36.484339948
17502026-06-22T00:04:46.772Zslp 20:07.001823680
17512026-06-22T00:04:46.772Zlat 26.176840130
17522026-06-22T00:04:46.772Zstop 2:43.926241373
17532026-06-22T00:04:46.772Z+ ptime -m cargo xtask download softnpu
17542026-06-22T00:04:47.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17552026-06-22T00:04:47.267Z Running `target/debug/xtask download softnpu`
17562026-06-22T00:04:47.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17572026-06-22T00:04:48.024Z Running `target/debug/xtask-downloader softnpu`
17582026-06-22T00:04:48.062ZJun 22 00:04:47.911 INFO Starting download, target: Softnpu
17592026-06-22T00:04:48.065ZJun 22 00:04:47.912 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17602026-06-22T00:04:48.560ZJun 22 00:04:48.411 INFO Download complete, target: Softnpu
17612026-06-22T00:04:48.564Z
17622026-06-22T00:04:48.566Zreal 1.788514833
17632026-06-22T00:04:48.566Zuser 1.251767795
17642026-06-22T00:04:48.566Zsys 0.608362502
17652026-06-22T00:04:48.566Ztrap 0.000564850
17662026-06-22T00:04:48.566Ztflt 0.000077510
17672026-06-22T00:04:48.567Zdflt 0.000128430
17682026-06-22T00:04:48.567Zkflt 0.000000000
17692026-06-22T00:04:48.567Zlock 8.917394713
17702026-06-22T00:04:48.567Zslp 0.378715164
17712026-06-22T00:04:48.567Zlat 0.086308177
17722026-06-22T00:04:48.567Zstop 0.000241670
17732026-06-22T00:04:48.567Z+ export CARGO_INCREMENTAL=0
17742026-06-22T00:04:48.567Z+ CARGO_INCREMENTAL=0
17752026-06-22T00:04:48.567Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17762026-06-22T00:04:49.402Z Compiling proc-macro2 v1.0.106
17772026-06-22T00:04:49.402Z Compiling quote v1.0.45
17782026-06-22T00:04:49.403Z Compiling unicode-ident v1.0.24
17792026-06-22T00:04:49.403Z Compiling libc v0.2.185
17802026-06-22T00:04:49.407Z Compiling serde_core v1.0.228
17812026-06-22T00:04:49.407Z Compiling serde v1.0.228
17822026-06-22T00:04:49.407Z Compiling cfg-if v1.0.4
17832026-06-22T00:04:49.407Z Compiling version_check v0.9.5
17842026-06-22T00:04:49.407Z Compiling find-msvc-tools v0.1.9
17852026-06-22T00:04:49.407Z Compiling shlex v1.3.0
17862026-06-22T00:04:49.407Z Compiling typenum v1.19.0
17872026-06-22T00:04:49.407Z Compiling autocfg v1.5.0
17882026-06-22T00:04:49.542Z Compiling zmij v1.0.21
17892026-06-22T00:04:49.545Z Compiling memchr v2.8.0
17902026-06-22T00:04:49.545Z Compiling serde_json v1.0.149
17912026-06-22T00:04:49.722Z Compiling portable-atomic v1.13.1
17922026-06-22T00:04:49.751Z Compiling libm v0.2.16
17932026-06-22T00:04:49.828Z Compiling zerocopy v0.8.40
17942026-06-22T00:04:49.878Z Compiling parking_lot_core v0.9.12
17952026-06-22T00:04:49.905Z Compiling smallvec v1.15.1
17962026-06-22T00:04:49.957Z Compiling generic-array v0.14.7
17972026-06-22T00:04:49.972Z Compiling icu_normalizer_data v2.1.1
17982026-06-22T00:04:49.975Z Compiling num-traits v0.2.19
17992026-06-22T00:04:50.016Z Compiling icu_properties_data v2.1.2
18002026-06-22T00:04:50.171Z Compiling itoa v1.0.17
18012026-06-22T00:04:50.190Z Compiling getrandom v0.4.1
18022026-06-22T00:04:50.205Z Compiling log v0.4.29
18032026-06-22T00:04:50.221Z Compiling stable_deref_trait v1.2.1
18042026-06-22T00:04:50.235Z Compiling pkg-config v0.3.32
18052026-06-22T00:04:50.238Z Compiling subtle v2.6.1
18062026-06-22T00:04:50.440Z Compiling scopeguard v1.2.0
18072026-06-22T00:04:50.545Z Compiling jobserver v0.1.34
18082026-06-22T00:04:50.572Z Compiling getrandom v0.2.17
18092026-06-22T00:04:50.652Z Compiling errno v0.3.14
18102026-06-22T00:04:50.658Z Compiling lock_api v0.4.14
18112026-06-22T00:04:50.736Z Compiling rand_core v0.6.4
18122026-06-22T00:04:50.739Z Compiling fnv v1.0.7
18132026-06-22T00:04:50.775Z Compiling cc v1.2.56
18142026-06-22T00:04:50.859Z Compiling litemap v0.8.1
18152026-06-22T00:04:50.872Z Compiling writeable v0.6.2
18162026-06-22T00:04:50.872Z Compiling percent-encoding v2.3.2
18172026-06-22T00:04:50.902Z Compiling pin-project-lite v0.2.17
18182026-06-22T00:04:50.932Z Compiling syn v2.0.117
18192026-06-22T00:04:50.946Z Compiling thiserror v2.0.18
18202026-06-22T00:04:51.039Z Compiling getrandom v0.3.4
18212026-06-22T00:04:51.099Z Compiling equivalent v1.0.2
18222026-06-22T00:04:51.118Z Compiling rand_core v0.10.0
18232026-06-22T00:04:51.151Z Compiling fs_extra v1.3.0
18242026-06-22T00:04:51.182Z Compiling rustversion v1.0.22
18252026-06-22T00:04:51.188Z Compiling dunce v1.0.5
18262026-06-22T00:04:51.225Z Compiling schemars v0.8.22
18272026-06-22T00:04:51.228Z Compiling utf8_iter v1.0.4
18282026-06-22T00:04:51.363Z Compiling rustix v1.1.3
18292026-06-22T00:04:51.367Z Compiling critical-section v1.2.0
18302026-06-22T00:04:51.413Z Compiling form_urlencoded v1.2.2
18312026-06-22T00:04:51.495Z Compiling hashbrown v0.17.0
18322026-06-22T00:04:51.527Z Compiling cmake v0.1.57
18332026-06-22T00:04:51.596Z Compiling signal-hook-registry v1.4.8
18342026-06-22T00:04:51.729Z Compiling semver v1.0.28
18352026-06-22T00:04:51.772Z Compiling once_cell v1.21.3
18362026-06-22T00:04:51.910Z Compiling bitflags v2.11.0
18372026-06-22T00:04:51.976Z Compiling const-oid v0.9.6
18382026-06-22T00:04:52.011Z Compiling indexmap v2.14.0
18392026-06-22T00:04:52.059Z Compiling parking_lot v0.12.5
18402026-06-22T00:04:52.062Z Compiling socket2 v0.6.3
18412026-06-22T00:04:52.088Z Compiling mio v1.2.0
18422026-06-22T00:04:52.139Z Compiling ring v0.17.14
18432026-06-22T00:04:52.154Z Compiling aws-lc-sys v0.40.0
18442026-06-22T00:04:52.170Z Compiling aws-lc-rs v1.16.3
18452026-06-22T00:04:52.173Z Compiling futures-core v0.3.32
18462026-06-22T00:04:52.340Z Compiling strsim v0.11.1
18472026-06-22T00:04:52.359Z Compiling httparse v1.10.1
18482026-06-22T00:04:52.374Z Compiling thiserror v1.0.69
18492026-06-22T00:04:52.668Z Compiling byteorder v1.5.0
18502026-06-22T00:04:52.685Z Compiling vcpkg v0.2.15
18512026-06-22T00:04:52.730Z Compiling iana-time-zone v0.1.65
18522026-06-22T00:04:52.733Z Compiling ucd-trie v0.1.7
18532026-06-22T00:04:52.813Z Compiling regex-syntax v0.8.10
18542026-06-22T00:04:52.828Z Compiling ident_case v1.0.1
18552026-06-22T00:04:52.870Z Compiling heck v0.5.0
18562026-06-22T00:04:52.898Z Compiling syn v1.0.109
18572026-06-22T00:04:52.914Z Compiling pest v2.8.6
18582026-06-22T00:04:52.927Z Compiling uuid v1.23.0
18592026-06-22T00:04:52.979Z Compiling cpufeatures v0.2.17
18602026-06-22T00:04:53.186Z Compiling rustls v0.23.37
18612026-06-22T00:04:53.212Z Compiling rustc_version v0.4.1
18622026-06-22T00:04:53.275Z Compiling openssl-sys v0.9.115
18632026-06-22T00:04:53.303Z Compiling futures-sink v0.3.32
18642026-06-22T00:04:53.446Z Compiling futures-channel v0.3.32
18652026-06-22T00:04:53.480Z Compiling aho-corasick v1.1.4
18662026-06-22T00:04:53.502Z Compiling futures-io v0.3.32
18672026-06-22T00:04:53.531Z Compiling futures-task v0.3.32
18682026-06-22T00:04:53.651Z Compiling dyn-clone v1.0.20
18692026-06-22T00:04:53.699Z Compiling slab v0.4.12
18702026-06-22T00:04:53.752Z Compiling synstructure v0.13.2
18712026-06-22T00:04:53.773Z Compiling serde_derive_internals v0.29.1
18722026-06-22T00:04:53.872Z Compiling crc32fast v1.5.0
18732026-06-22T00:04:53.903Z Compiling plain v0.2.3
18742026-06-22T00:04:54.043Z Compiling pest_meta v2.8.6
18752026-06-22T00:04:54.073Z Compiling crossbeam-utils v0.8.21
18762026-06-22T00:04:54.077Z Compiling openssl v0.10.79
18772026-06-22T00:04:54.165Z Compiling time-core v0.1.8
18782026-06-22T00:04:54.213Z Compiling base64 v0.22.1
18792026-06-22T00:04:54.250Z Compiling num-conv v0.2.0
18802026-06-22T00:04:54.351Z Compiling regex-automata v0.4.14
18812026-06-22T00:04:54.397Z Compiling pretty-hex v0.4.1
18822026-06-22T00:04:54.430Z Compiling time-macros v0.2.27
18832026-06-22T00:04:54.512Z Compiling base64ct v1.8.3
18842026-06-22T00:04:54.532Z Compiling anyhow v1.0.102
18852026-06-22T00:04:54.556Z Compiling native-tls v0.2.18
18862026-06-22T00:04:54.581Z Compiling darling_core v0.21.3
18872026-06-22T00:04:54.682Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18882026-06-22T00:04:54.739Z Compiling pest_generator v2.8.6
18892026-06-22T00:04:54.795Z Compiling pem-rfc7468 v0.7.0
18902026-06-22T00:04:54.854Z Compiling flagset v0.4.7
18912026-06-22T00:04:54.867Z Compiling rand_core v0.9.5
18922026-06-22T00:04:55.010Z Compiling slog v2.8.2
18932026-06-22T00:04:55.025Z Compiling tracing-core v0.1.36
18942026-06-22T00:04:55.088Z Compiling serde_derive v1.0.228
18952026-06-22T00:04:55.104Z Compiling zeroize_derive v1.4.3
18962026-06-22T00:04:55.107Z Compiling zerofrom-derive v0.1.6
18972026-06-22T00:04:55.230Z Compiling yoke-derive v0.8.1
18982026-06-22T00:04:55.303Z Compiling zerovec-derive v0.11.2
18992026-06-22T00:04:55.325Z Compiling displaydoc v0.2.5
19002026-06-22T00:04:55.386Z Compiling zerocopy-derive v0.8.40
19012026-06-22T00:04:55.402Z Compiling tokio-macros v2.7.0
19022026-06-22T00:04:55.446Z Compiling futures-macro v0.3.32
19032026-06-22T00:04:55.718Z Compiling zeroize v1.8.2
19042026-06-22T00:04:56.096Z Compiling thiserror-impl v2.0.18
19052026-06-22T00:04:56.111Z Compiling schemars_derive v0.8.22
19062026-06-22T00:04:56.204Z Compiling tracing-attributes v0.1.31
19072026-06-22T00:04:56.218Z Compiling der_derive v0.7.3
19082026-06-22T00:04:56.254Z Compiling zerofrom v0.1.6
19092026-06-22T00:04:56.400Z Compiling yoke v0.8.1
19102026-06-22T00:04:56.573Z Compiling zerovec v0.11.5
19112026-06-22T00:04:56.612Z Compiling zerotrie v0.2.3
19122026-06-22T00:04:56.698Z Compiling crypto-common v0.1.7
19132026-06-22T00:04:56.799Z Compiling block-buffer v0.10.4
19142026-06-22T00:04:56.964Z Compiling digest v0.10.7
19152026-06-22T00:04:57.068Z Compiling thiserror-impl v1.0.69
19162026-06-22T00:04:57.126Z Compiling tinystr v0.8.2
19172026-06-22T00:04:57.169Z Compiling potential_utf v0.1.4
19182026-06-22T00:04:57.260Z Compiling pest_derive v2.8.6
19192026-06-22T00:04:57.276Z Compiling hmac v0.12.1
19202026-06-22T00:04:57.320Z Compiling icu_locale_core v2.1.1
19212026-06-22T00:04:57.363Z Compiling icu_collections v2.1.1
19222026-06-22T00:04:57.410Z Compiling futures-util v0.3.32
19232026-06-22T00:04:57.675Z Compiling block-padding v0.3.3
19242026-06-22T00:04:57.714Z Compiling sha2 v0.10.9
19252026-06-22T00:04:57.857Z Compiling inout v0.1.4
19262026-06-22T00:04:58.026Z Compiling icu_provider v2.1.1
19272026-06-22T00:04:58.041Z Compiling cipher v0.4.4
19282026-06-22T00:04:58.109Z Compiling rustls-pki-types v1.14.0
19292026-06-22T00:04:58.244Z Compiling bytes v1.11.1
19302026-06-22T00:04:58.321Z Compiling icu_normalizer v2.1.1
19312026-06-22T00:04:58.337Z Compiling icu_properties v2.1.2
19322026-06-22T00:04:58.394Z Compiling chrono v0.4.44
19332026-06-22T00:04:58.867Z Compiling tokio v1.52.1
19342026-06-22T00:04:58.973Z Compiling serde_tokenstream v0.2.3
19352026-06-22T00:04:59.186Z Compiling scroll_derive v0.13.1
19362026-06-22T00:04:59.291Z Compiling idna_adapter v1.2.1
19372026-06-22T00:04:59.448Z Compiling idna v1.1.0
19382026-06-22T00:04:59.588Z Compiling ppv-lite86 v0.2.21
19392026-06-22T00:04:59.736Z Compiling scroll_derive v0.12.1
19402026-06-22T00:04:59.813Z Compiling url v2.5.8
19412026-06-22T00:04:59.945Z Compiling openssl-macros v0.1.1
19422026-06-22T00:05:00.067Z Compiling http v1.4.0
19432026-06-22T00:05:00.247Z Compiling der v0.7.10
19442026-06-22T00:05:00.339Z Compiling darling_macro v0.21.3
19452026-06-22T00:05:00.355Z Compiling regex v1.12.3
19462026-06-22T00:05:00.409Z Compiling zerocopy-derive v0.7.35
19472026-06-22T00:05:00.833Z Compiling untrusted v0.9.0
19482026-06-22T00:05:00.991Z Compiling darling v0.21.3
19492026-06-22T00:05:01.086Z Compiling salsa20 v0.10.2
19502026-06-22T00:05:01.111Z Compiling spki v0.7.3
19512026-06-22T00:05:01.194Z Compiling pbkdf2 v0.12.2
19522026-06-22T00:05:01.241Z Compiling tracing v0.1.44
19532026-06-22T00:05:01.873Z Compiling cookie v0.18.1
19542026-06-22T00:05:01.935Z Compiling camino v1.2.2
19552026-06-22T00:05:02.235Z Compiling scrypt v0.11.0
19562026-06-22T00:05:02.251Z Compiling http-body v1.0.1
19572026-06-22T00:05:02.268Z Compiling rand_chacha v0.9.0
19582026-06-22T00:05:02.328Z Compiling aes v0.8.4
19592026-06-22T00:05:02.362Z Compiling cbc v0.1.2
19602026-06-22T00:05:02.490Z Compiling usdt-impl v0.5.0
19612026-06-22T00:05:02.505Z Compiling paste v1.0.15
19622026-06-22T00:05:02.509Z Compiling either v1.15.0
19632026-06-22T00:05:02.509Z Compiling fastrand v2.3.0
19642026-06-22T00:05:02.552Z Compiling openssl-probe v0.2.1
19652026-06-22T00:05:02.657Z Compiling usdt-impl v0.6.0
19662026-06-22T00:05:02.704Z Compiling ref-cast v1.0.25
19672026-06-22T00:05:02.729Z Compiling winnow v0.7.14
19682026-06-22T00:05:02.744Z Compiling tokio-util v0.7.18
19692026-06-22T00:05:02.760Z Compiling tinyvec_macros v0.1.1
19702026-06-22T00:05:02.797Z Compiling untrusted v0.7.1
19712026-06-22T00:05:02.815Z Compiling unicode-segmentation v1.12.0
19722026-06-22T00:05:02.907Z Compiling tinyvec v1.10.0
19732026-06-22T00:05:02.972Z Compiling pkcs5 v0.7.1
19742026-06-22T00:05:02.999Z Compiling rand v0.9.2
19752026-06-22T00:05:03.427Z Compiling scroll v0.12.0
19762026-06-22T00:05:03.468Z Compiling scroll v0.13.0
19772026-06-22T00:05:03.484Z Compiling toml_datetime v0.6.11
19782026-06-22T00:05:03.582Z Compiling serde_spanned v0.6.9
19792026-06-22T00:05:03.722Z Compiling async-trait v0.1.89
19802026-06-22T00:05:03.725Z Compiling heapless v0.7.17
19812026-06-22T00:05:03.785Z Compiling bzip2-sys v0.1.13+1.0.8
19822026-06-22T00:05:03.814Z Compiling rustix v0.38.44
19832026-06-22T00:05:03.839Z Compiling tower-layer v0.3.3
19842026-06-22T00:05:04.014Z Compiling try-lock v0.2.5
19852026-06-22T00:05:04.037Z Compiling signal-hook v0.3.18
19862026-06-22T00:05:04.037Z Compiling tower-service v0.3.3
19872026-06-22T00:05:04.114Z Compiling atomic-waker v1.1.2
19882026-06-22T00:05:04.189Z Compiling zstd-safe v7.2.4
19892026-06-22T00:05:04.243Z Compiling h2 v0.4.13
19902026-06-22T00:05:04.259Z Compiling want v0.3.1
19912026-06-22T00:05:04.263Z Compiling toml_parser v1.0.9+spec-1.1.0
19922026-06-22T00:05:04.430Z Compiling goblin v0.10.5
19932026-06-22T00:05:04.450Z Compiling goblin v0.8.2
19942026-06-22T00:05:04.599Z Compiling pkcs8 v0.10.2
19952026-06-22T00:05:04.613Z Compiling heck v0.4.1
19962026-06-22T00:05:04.837Z Compiling zerocopy v0.7.35
19972026-06-22T00:05:04.862Z Compiling ipnet v2.11.0
19982026-06-22T00:05:04.876Z Compiling ref-cast-impl v1.0.25
19992026-06-22T00:05:04.906Z Compiling darling_core v0.20.11
20002026-06-22T00:05:05.133Z Compiling curve25519-dalek v4.1.3
20012026-06-22T00:05:05.327Z Compiling memoffset v0.9.1
20022026-06-22T00:05:05.404Z Compiling winnow v0.5.40
20032026-06-22T00:05:05.436Z Compiling litrs v1.0.0
20042026-06-22T00:05:05.564Z Compiling pin-utils v0.1.0
20052026-06-22T00:05:05.619Z Compiling foreign-types-shared v0.1.1
20062026-06-22T00:05:05.649Z Compiling httpdate v1.0.3
20072026-06-22T00:05:05.733Z Compiling utf8parse v0.2.2
20082026-06-22T00:05:05.915Z Compiling document-features v0.2.12
20092026-06-22T00:05:06.013Z Compiling tempfile v3.25.0
20102026-06-22T00:05:06.090Z Compiling foreign-types v0.3.2
20112026-06-22T00:05:06.537Z Compiling unicode-normalization v0.1.25
20122026-06-22T00:05:06.612Z Compiling dtrace-parser v0.2.0
20132026-06-22T00:05:06.845Z Compiling toml_edit v0.19.15
20142026-06-22T00:05:06.891Z Compiling darling_macro v0.20.11
20152026-06-22T00:05:07.012Z Compiling dof v0.3.0
20162026-06-22T00:05:07.236Z Compiling hyper v1.8.1
20172026-06-22T00:05:07.326Z Compiling dof v0.4.0
20182026-06-22T00:05:07.479Z Compiling dtrace-parser v0.3.0
20192026-06-22T00:05:07.626Z Compiling pin-project-internal v1.1.11
20202026-06-22T00:05:07.723Z Compiling daft-derive v0.1.7
20212026-06-22T00:05:07.853Z Compiling spin v0.9.8
20222026-06-22T00:05:07.936Z Compiling thread-id v4.2.2
20232026-06-22T00:05:07.957Z Compiling socket2 v0.5.10
20242026-06-22T00:05:08.036Z Compiling thread-id v5.1.0
20252026-06-22T00:05:08.085Z Compiling smoltcp v0.9.1
20262026-06-22T00:05:08.142Z Compiling powerfmt v0.2.0
20272026-06-22T00:05:08.348Z Compiling num-bigint-dig v0.8.6
20282026-06-22T00:05:08.393Z Compiling anstyle v1.0.14
20292026-06-22T00:05:08.420Z Compiling cfg_aliases v0.2.1
20302026-06-22T00:05:08.436Z Compiling deranged v0.5.8
20312026-06-22T00:05:08.436Z Compiling hyper-util v0.1.20
20322026-06-22T00:05:08.517Z Compiling nix v0.31.2
20332026-06-22T00:05:08.706Z Compiling darling v0.20.11
20342026-06-22T00:05:08.828Z Compiling rustls-native-certs v0.8.3
20352026-06-22T00:05:08.932Z Compiling ipnetwork v0.21.1
20362026-06-22T00:05:09.101Z Compiling curve25519-dalek-derive v0.1.1
20372026-06-22T00:05:09.117Z Compiling strum_macros v0.26.4
20382026-06-22T00:05:09.305Z Compiling sync_wrapper v1.0.2
20392026-06-22T00:05:09.430Z Compiling wait-timeout v0.2.1
20402026-06-22T00:05:09.618Z Compiling siphasher v1.0.2
20412026-06-22T00:05:09.753Z Compiling bit-vec v0.8.0
20422026-06-22T00:05:09.753Z Compiling simd-adler32 v0.3.8
20432026-06-22T00:05:09.824Z Compiling colorchoice v1.0.4
20442026-06-22T00:05:09.959Z Compiling is_terminal_polyfill v1.70.2
20452026-06-22T00:05:10.006Z Compiling num_threads v0.1.7
20462026-06-22T00:05:10.070Z Compiling anstyle-query v1.1.5
20472026-06-22T00:05:10.140Z Compiling quick-error v1.2.3
20482026-06-22T00:05:10.144Z Compiling bit-set v0.8.0
20492026-06-22T00:05:10.275Z Compiling rusty-fork v0.3.1
20502026-06-22T00:05:10.290Z Compiling time v0.3.47
20512026-06-22T00:05:10.580Z Compiling tower v0.5.3
20522026-06-22T00:05:10.596Z Compiling derive_builder_core v0.20.2
20532026-06-22T00:05:10.727Z Compiling snafu-derive v0.8.9
20542026-06-22T00:05:10.795Z Compiling http-body-util v0.1.3
20552026-06-22T00:05:11.081Z Compiling webpki-roots v1.0.6
20562026-06-22T00:05:11.173Z Compiling signature v2.2.0
20572026-06-22T00:05:11.287Z Compiling hubpack_derive v0.1.1
20582026-06-22T00:05:11.339Z Compiling strum_macros v0.27.2
20592026-06-22T00:05:11.397Z Compiling rand_xorshift v0.4.0
20602026-06-22T00:05:11.469Z Compiling fs-err v3.3.0
20612026-06-22T00:05:11.526Z Compiling ahash v0.8.12
20622026-06-22T00:05:11.691Z Compiling object v0.37.3
20632026-06-22T00:05:11.710Z Compiling ryu v1.0.23
20642026-06-22T00:05:11.774Z Compiling allocator-api2 v0.2.21
20652026-06-22T00:05:11.917Z Compiling unicode-bidi v0.3.18
20662026-06-22T00:05:11.969Z Compiling unicode-properties v0.1.4
20672026-06-22T00:05:11.990Z Compiling iri-string v0.7.10
20682026-06-22T00:05:12.122Z Compiling adler2 v2.0.1
20692026-06-22T00:05:12.202Z Compiling unarray v0.1.4
20702026-06-22T00:05:12.248Z Compiling stringprep v0.1.5
20712026-06-22T00:05:12.294Z Compiling miniz_oxide v0.8.9
20722026-06-22T00:05:12.338Z Compiling proptest v1.10.0
20732026-06-22T00:05:12.409Z Compiling serde_urlencoded v0.7.1
20742026-06-22T00:05:12.861Z Compiling derive_builder_macro v0.20.2
20752026-06-22T00:05:12.865Z Compiling tokio-native-tls v0.3.1
20762026-06-22T00:05:13.073Z Compiling usdt-attr-macro v0.6.0
20772026-06-22T00:05:13.127Z Compiling tower-http v0.6.8
20782026-06-22T00:05:13.190Z Compiling usdt-macro v0.6.0
20792026-06-22T00:05:13.375Z Compiling anstyle-parse v1.0.0
20802026-06-22T00:05:13.747Z Compiling rand_chacha v0.3.1
20812026-06-22T00:05:13.792Z Compiling erased-serde v0.3.31
20822026-06-22T00:05:13.807Z Compiling md-5 v0.10.6
20832026-06-22T00:05:13.844Z Compiling bstr v1.12.1
20842026-06-22T00:05:14.021Z Compiling num-integer v0.1.46
20852026-06-22T00:05:14.024Z Compiling hash32 v0.2.1
20862026-06-22T00:05:14.086Z Compiling vergen-lib v9.1.0
20872026-06-22T00:05:14.179Z Compiling ff v0.13.1
20882026-06-22T00:05:14.246Z Compiling encoding_rs v0.8.35
20892026-06-22T00:05:14.335Z Compiling psl-types v2.0.11
20902026-06-22T00:05:14.365Z Compiling fallible-iterator v0.2.0
20912026-06-22T00:05:14.368Z Compiling mime v0.3.17
20922026-06-22T00:05:14.439Z Compiling base16ct v0.2.0
20932026-06-22T00:05:14.471Z Compiling zlib-rs v0.6.2
20942026-06-22T00:05:14.487Z Compiling publicsuffix v2.3.0
20952026-06-22T00:05:14.584Z Compiling sec1 v0.7.3
20962026-06-22T00:05:14.637Z Compiling newtype-uuid v1.3.2
20972026-06-22T00:05:14.682Z Compiling postgres-protocol v0.6.10
20982026-06-22T00:05:14.750Z Compiling group v0.13.0
20992026-06-22T00:05:14.822Z Compiling num-iter v0.1.45
21002026-06-22T00:05:14.981Z Compiling rand v0.8.6
21012026-06-22T00:05:15.466Z Compiling oxnet v0.1.6
21022026-06-22T00:05:15.588Z Compiling anstream v1.0.0
21032026-06-22T00:05:15.604Z Compiling derive_builder v0.20.2
21042026-06-22T00:05:15.608Z Compiling hyper-tls v0.6.0
21052026-06-22T00:05:15.686Z Compiling phf_shared v0.13.1
21062026-06-22T00:05:15.776Z Compiling pin-project v1.1.11
21072026-06-22T00:05:15.861Z Compiling lazy_static v1.5.0
21082026-06-22T00:05:15.877Z Compiling anstyle-parse v0.2.7
21092026-06-22T00:05:15.974Z Compiling terminal_size v0.4.3
21102026-06-22T00:05:16.002Z Compiling serde_with_macros v3.17.0
21112026-06-22T00:05:16.016Z Compiling futures-executor v0.3.32
21122026-06-22T00:05:16.049Z Compiling hex v0.4.3
21132026-06-22T00:05:16.130Z Compiling hkdf v0.12.4
21142026-06-22T00:05:16.177Z Compiling crypto-bigint v0.5.5
21152026-06-22T00:05:16.225Z Compiling clap_derive v4.6.1
21162026-06-22T00:05:16.254Z Compiling async-recursion v1.1.1
21172026-06-22T00:05:16.276Z Compiling enum-as-inner v0.6.1
21182026-06-22T00:05:16.294Z Compiling serde_repr v0.1.20
21192026-06-22T00:05:16.372Z Compiling vergen v9.1.0
21202026-06-22T00:05:16.413Z Compiling cargo-platform v0.3.2
21212026-06-22T00:05:16.576Z Compiling flate2 v1.1.9
21222026-06-22T00:05:16.683Z Compiling same-file v1.0.6
21232026-06-22T00:05:16.784Z Compiling foldhash v0.1.5
21242026-06-22T00:05:16.799Z Compiling bumpalo v3.20.2
21252026-06-22T00:05:16.827Z Compiling clap_lex v1.0.0
21262026-06-22T00:05:16.857Z Compiling foldhash v0.2.0
21272026-06-22T00:05:16.921Z Compiling bitflags v1.3.2
21282026-06-22T00:05:16.989Z Compiling managed v0.8.0
21292026-06-22T00:05:17.075Z Compiling libbz2-rs-sys v0.2.2
21302026-06-22T00:05:17.105Z Compiling elliptic-curve v0.13.8
21312026-06-22T00:05:17.207Z Compiling hashbrown v0.16.1
21322026-06-22T00:05:17.280Z Compiling zopfli v0.8.3
21332026-06-22T00:05:17.384Z Compiling clap_builder v4.6.0
21342026-06-22T00:05:17.505Z Compiling bzip2 v0.6.1
21352026-06-22T00:05:17.676Z Compiling hashbrown v0.15.5
21362026-06-22T00:05:17.722Z Compiling walkdir v2.5.0
21372026-06-22T00:05:17.801Z Compiling cargo_metadata v0.23.1
21382026-06-22T00:05:17.892Z Compiling futures v0.3.32
21392026-06-22T00:05:18.040Z Compiling anstream v0.6.21
21402026-06-22T00:05:18.353Z Compiling zstd v0.13.3
21412026-06-22T00:05:18.612Z Compiling phf v0.13.1
21422026-06-22T00:05:18.639Z Compiling snafu v0.8.9
21432026-06-22T00:05:18.797Z Compiling daft v0.1.7
21442026-06-22T00:05:19.063Z Compiling signal-hook-mio v0.2.5
21452026-06-22T00:05:19.083Z Compiling cookie_store v0.22.1
21462026-06-22T00:05:19.201Z Compiling postgres-types v0.2.12
21472026-06-22T00:05:19.334Z Compiling bzip2 v0.4.4
21482026-06-22T00:05:19.348Z Compiling globset v0.4.18
21492026-06-22T00:05:19.402Z Compiling strum v0.27.2
21502026-06-22T00:05:19.562Z Compiling hubpack v0.1.2
21512026-06-22T00:05:19.605Z Compiling ed25519 v2.2.3
21522026-06-22T00:05:19.633Z Compiling phf_shared v0.11.3
21532026-06-22T00:05:19.723Z Compiling crossbeam-epoch v0.9.18
21542026-06-22T00:05:19.753Z Compiling olpc-cjson v0.1.4
21552026-06-22T00:05:19.775Z Compiling pkcs1 v0.7.5
21562026-06-22T00:05:19.804Z Compiling pem v3.0.6
21572026-06-22T00:05:19.944Z Compiling serde-big-array v0.5.1
21582026-06-22T00:05:19.966Z Compiling serde_plain v1.0.2
21592026-06-22T00:05:19.982Z Compiling rfc6979 v0.4.0
21602026-06-22T00:05:20.137Z Compiling float-cmp v0.10.0
21612026-06-22T00:05:20.143Z Compiling memmap2 v0.9.10
21622026-06-22T00:05:20.147Z Compiling env_filter v1.0.0
21632026-06-22T00:05:20.174Z Compiling fixedbitset v0.4.2
21642026-06-22T00:05:20.177Z Compiling normalize-line-endings v0.3.0
21652026-06-22T00:05:20.177Z Compiling data-encoding v2.10.0
21662026-06-22T00:05:20.177Z Compiling typed-path v0.9.3
21672026-06-22T00:05:20.249Z Compiling difflib v0.4.0
21682026-06-22T00:05:20.272Z Compiling toml_write v0.1.2
21692026-06-22T00:05:20.291Z Compiling new_debug_unreachable v1.0.6
21702026-06-22T00:05:20.368Z Compiling fixedbitset v0.5.7
21712026-06-22T00:05:20.435Z Compiling precomputed-hash v0.1.1
21722026-06-22T00:05:20.449Z Compiling whoami v2.1.0
21732026-06-22T00:05:20.492Z Compiling keccak v0.1.6
21742026-06-22T00:05:20.542Z Compiling static_assertions v1.1.0
21752026-06-22T00:05:20.628Z Compiling predicates-core v1.0.10
21762026-06-22T00:05:20.644Z Compiling jiff v0.2.21
21772026-06-22T00:05:20.681Z Compiling tokio-postgres v0.7.16
21782026-06-22T00:05:20.704Z Compiling sha3 v0.10.8
21792026-06-22T00:05:20.704Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21802026-06-22T00:05:20.736Z Compiling petgraph v0.8.3
21812026-06-22T00:05:20.803Z Compiling predicates v3.1.4
21822026-06-22T00:05:20.819Z Compiling string_cache v0.8.9
21832026-06-22T00:05:20.993Z Compiling hickory-proto v0.25.2
21842026-06-22T00:05:21.221Z Compiling toml_edit v0.22.27
21852026-06-22T00:05:21.370Z Compiling petgraph v0.6.5
21862026-06-22T00:05:21.387Z Compiling env_logger v0.11.9
21872026-06-22T00:05:21.409Z Compiling usdt v0.6.0
21882026-06-22T00:05:21.721Z Compiling ecdsa v0.16.9
21892026-06-22T00:05:21.822Z Compiling rsa v0.9.10
21902026-06-22T00:05:22.133Z Compiling ed25519-dalek v2.2.0
21912026-06-22T00:05:22.907Z Compiling zip v0.6.6
21922026-06-22T00:05:22.924Z Compiling crossterm v0.28.1
21932026-06-22T00:05:23.300Z Compiling zip v4.6.1
21942026-06-22T00:05:23.445Z Compiling iddqd v0.4.2
21952026-06-22T00:05:23.518Z Compiling clap v4.6.1
21962026-06-22T00:05:23.615Z Compiling serde_with v3.17.0
21972026-06-22T00:05:23.856Z Compiling similar v2.7.0
21982026-06-22T00:05:23.903Z Compiling strum v0.26.3
21992026-06-22T00:05:24.054Z Compiling toml v0.7.8
22002026-06-22T00:05:24.158Z Compiling tokio-stream v0.1.18
22012026-06-22T00:05:24.295Z Compiling buf-list v1.1.2
22022026-06-22T00:05:24.402Z Compiling itertools v0.13.0
22032026-06-22T00:05:24.637Z Compiling x509-cert v0.2.5
22042026-06-22T00:05:24.698Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22052026-06-22T00:05:24.731Z Compiling openapiv3 v2.2.0
22062026-06-22T00:05:25.011Z Compiling sha1 v0.10.6
22072026-06-22T00:05:25.383Z Compiling lalrpop-util v0.19.12
22082026-06-22T00:05:25.454Z Compiling peg-runtime v0.8.5
22092026-06-22T00:05:39.410Z Compiling rustls-webpki v0.103.9
22102026-06-22T00:05:41.828Z Compiling macaddr v1.0.1
22112026-06-22T00:05:41.853Z Compiling structmeta-derive v0.3.0
22122026-06-22T00:05:42.016Z Compiling rayon-core v1.13.0
22132026-06-22T00:05:42.091Z Compiling crucible-workspace-hack v0.1.0
22142026-06-22T00:05:42.134Z Compiling itertools v0.14.0
22152026-06-22T00:05:42.247Z Compiling secrecy v0.10.3
22162026-06-22T00:05:42.334Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-06-22T00:05:42.351Z Compiling heapless v0.8.0
22182026-06-22T00:05:42.354Z Compiling rustls v0.22.4
22192026-06-22T00:05:42.442Z Compiling toml_datetime v0.7.5+spec-1.1.0
22202026-06-22T00:05:42.659Z Compiling toml_edit v0.23.10+spec-1.0.0
22212026-06-22T00:05:42.690Z Compiling crossbeam-deque v0.8.6
22222026-06-22T00:05:42.707Z Compiling rustls-webpki v0.102.8
22232026-06-22T00:05:42.710Z Compiling hash32 v0.3.1
22242026-06-22T00:05:42.773Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22252026-06-22T00:05:42.856Z Compiling multer v3.1.0
22262026-06-22T00:05:42.871Z Compiling structmeta v0.3.0
22272026-06-22T00:05:42.874Z Compiling thread_local v1.1.9
22282026-06-22T00:05:42.912Z Compiling smoltcp v0.11.0
22292026-06-22T00:05:42.938Z Compiling match_cfg v0.1.0
22302026-06-22T00:05:42.944Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-06-22T00:05:43.037Z Compiling slog-async v2.8.0
22322026-06-22T00:05:43.064Z Compiling compression-core v0.4.31
22332026-06-22T00:05:43.080Z Compiling unicode-width v0.2.0
22342026-06-22T00:05:43.099Z Compiling tokio-rustls v0.26.4
22352026-06-22T00:05:43.189Z Compiling rustls-platform-verifier v0.6.2
22362026-06-22T00:05:43.248Z Compiling proc-macro-crate v3.4.0
22372026-06-22T00:05:43.263Z Compiling compression-codecs v0.4.37
22382026-06-22T00:05:43.390Z Compiling hyper-rustls v0.27.7
22392026-06-22T00:05:43.406Z Compiling derive-ex v0.1.8
22402026-06-22T00:05:43.428Z Compiling hostname v0.3.1
22412026-06-22T00:05:43.516Z Compiling ingot-macros v0.1.1
22422026-06-22T00:05:43.641Z Compiling reqwest v0.12.28
22432026-06-22T00:05:43.655Z Compiling reqwest v0.13.2
22442026-06-22T00:05:43.706Z Compiling atomicwrites v0.4.4
22452026-06-22T00:05:43.740Z Compiling slog-json v2.6.1
22462026-06-22T00:05:44.031Z Compiling crossbeam-channel v0.5.15
22472026-06-22T00:05:44.047Z Compiling half v2.7.1
22482026-06-22T00:05:44.164Z Compiling newtype-uuid-macros v0.1.0
22492026-06-22T00:05:44.436Z Compiling cobs v0.3.0
22502026-06-22T00:05:44.586Z Compiling universal-hash v0.5.1
22512026-06-22T00:05:44.746Z Compiling thiserror-impl-no-std v2.0.2
22522026-06-22T00:05:44.761Z Compiling async-stream-impl v0.3.6
22532026-06-22T00:05:44.764Z Compiling serde_spanned v1.0.4
22542026-06-22T00:05:44.834Z Compiling toml_datetime v1.0.0+spec-1.1.0
22552026-06-22T00:05:44.926Z Compiling is-terminal v0.4.17
22562026-06-22T00:05:44.969Z Compiling proc-macro-error-attr v1.0.4
22572026-06-22T00:05:44.987Z Compiling dropshot v0.17.0
22582026-06-22T00:05:45.042Z Compiling term v1.2.1
22592026-06-22T00:05:45.045Z Compiling convert_case v0.4.0
22602026-06-22T00:05:45.189Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22612026-06-22T00:05:45.215Z Compiling toml_writer v1.0.6+spec-1.1.0
22622026-06-22T00:05:45.230Z Compiling opaque-debug v0.3.1
22632026-06-22T00:05:45.286Z Compiling tough v0.22.0
22642026-06-22T00:05:45.323Z Compiling ciborium-io v0.2.2
22652026-06-22T00:05:45.356Z Compiling take_mut v0.2.2
22662026-06-22T00:05:45.383Z Compiling derive_more v0.99.20
22672026-06-22T00:05:45.428Z Compiling toml v1.0.6+spec-1.1.0
22682026-06-22T00:05:45.447Z Compiling tokio-rustls v0.25.0
22692026-06-22T00:05:45.517Z Compiling ciborium-ll v0.2.2
22702026-06-22T00:05:45.714Z Compiling async-stream v0.3.6
22712026-06-22T00:05:45.805Z Compiling slog-term v2.9.2
22722026-06-22T00:05:45.819Z Compiling thiserror-no-std v2.0.2
22732026-06-22T00:05:45.929Z Compiling poly1305 v0.8.0
22742026-06-22T00:05:46.060Z Compiling test-strategy v0.4.5
22752026-06-22T00:05:46.118Z Compiling ingot-types v0.1.2
22762026-06-22T00:05:46.570Z Compiling ingot v0.1.1
22772026-06-22T00:05:46.605Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22782026-06-22T00:05:46.773Z Compiling postcard v1.1.3
22792026-06-22T00:05:46.883Z Compiling slog-bunyan v2.5.0
22802026-06-22T00:05:46.990Z Compiling num_enum_derive v0.7.6
22812026-06-22T00:05:47.089Z Compiling async-compression v0.4.41
22822026-06-22T00:05:47.136Z Compiling parse-display-derive v0.10.0
22832026-06-22T00:05:47.173Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22842026-06-22T00:05:47.390Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22852026-06-22T00:05:47.562Z Compiling proc-macro-crate v1.3.1
22862026-06-22T00:05:47.600Z Compiling waitgroup v0.1.2
22872026-06-22T00:05:47.641Z Compiling backon v1.6.0
22882026-06-22T00:05:47.781Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22892026-06-22T00:05:47.939Z Compiling password-hash v0.5.0
22902026-06-22T00:05:47.939Z Compiling chacha20 v0.9.1
22912026-06-22T00:05:47.971Z Compiling dropshot_endpoint v0.17.0
22922026-06-22T00:05:48.245Z Compiling rustls-pemfile v2.2.0
22932026-06-22T00:05:48.323Z Compiling blake2 v0.10.6
22942026-06-22T00:05:48.430Z Compiling aead v0.5.2
22952026-06-22T00:05:48.565Z Compiling foreign-types-macros v0.2.3
22962026-06-22T00:05:48.598Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22972026-06-22T00:05:48.623Z Compiling serde_path_to_error v0.1.20
22982026-06-22T00:05:48.659Z Compiling hostname v0.4.2
22992026-06-22T00:05:48.837Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23002026-06-22T00:05:48.852Z Compiling proc-macro-error v1.0.4
23012026-06-22T00:05:48.870Z Compiling instant v0.1.13
23022026-06-22T00:05:48.873Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23032026-06-22T00:05:48.928Z Compiling cpufeatures v0.3.0
23042026-06-22T00:05:48.958Z Compiling typeid v1.0.3
23052026-06-22T00:05:49.015Z Compiling debug-ignore v1.0.5
23062026-06-22T00:05:49.033Z Compiling foreign-types-shared v0.3.1
23072026-06-22T00:05:49.049Z Compiling chacha20 v0.10.0
23082026-06-22T00:05:49.125Z Compiling backoff v0.4.0
23092026-06-22T00:05:49.165Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23102026-06-22T00:05:49.168Z Compiling parse-display v0.10.0
23112026-06-22T00:05:49.196Z Compiling chacha20poly1305 v0.10.1
23122026-06-22T00:05:49.230Z Compiling argon2 v0.5.3
23132026-06-22T00:05:49.234Z Compiling foreign-types v0.5.0
23142026-06-22T00:05:49.293Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23152026-06-22T00:05:49.312Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23162026-06-22T00:05:49.328Z Compiling num_enum_derive v0.5.11
23172026-06-22T00:05:49.349Z Compiling num_enum v0.7.6
23182026-06-22T00:05:49.371Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23192026-06-22T00:05:49.387Z Compiling vsss-rs v3.3.4
23202026-06-22T00:05:49.500Z Compiling ciborium v0.2.2
23212026-06-22T00:05:49.737Z Compiling tabwriter v1.4.1
23222026-06-22T00:05:49.793Z Compiling regress v0.10.5
23232026-06-22T00:05:50.084Z Compiling byte-wrapper v0.1.0
23242026-06-22T00:05:50.136Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23252026-06-22T00:05:50.214Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23262026-06-22T00:05:50.274Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23272026-06-22T00:05:50.290Z Compiling cstr-argument v0.1.2
23282026-06-22T00:05:50.304Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23292026-06-22T00:05:50.380Z Compiling humantime v2.3.0
23302026-06-22T00:05:50.481Z Compiling erased-serde v0.4.9
23312026-06-22T00:05:50.534Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-06-22T00:05:50.674Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-06-22T00:05:50.833Z Compiling num_enum v0.5.11
23342026-06-22T00:05:50.848Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-06-22T00:05:50.895Z Compiling rand v0.10.0
23362026-06-22T00:05:50.919Z Compiling rayon v1.11.0
23372026-06-22T00:05:50.977Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23382026-06-22T00:05:50.993Z Compiling libefi-sys v0.1.0
23392026-06-22T00:05:51.019Z Compiling colored v3.1.1
23402026-06-22T00:05:51.034Z Compiling indent_write v2.2.0
23412026-06-22T00:05:51.114Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23422026-06-22T00:05:51.162Z Compiling zone_cfg_derive v0.3.1
23432026-06-22T00:05:51.244Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23442026-06-22T00:05:51.342Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23452026-06-22T00:05:51.365Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23462026-06-22T00:05:51.420Z Compiling camino-tempfile v1.4.1
23472026-06-22T00:05:51.622Z Compiling itertools v0.12.1
23482026-06-22T00:05:51.697Z Compiling usdt-attr-macro v0.5.0
23492026-06-22T00:05:51.731Z Compiling usdt-macro v0.5.0
23502026-06-22T00:05:51.783Z Compiling bitfield-struct v0.6.2
23512026-06-22T00:05:51.820Z Compiling num-derive v0.4.2
23522026-06-22T00:05:51.837Z Compiling blake3 v1.8.3
23532026-06-22T00:05:51.894Z Compiling ordered-float v2.10.1
23542026-06-22T00:05:52.197Z Compiling sigpipe v0.1.3
23552026-06-22T00:05:52.212Z Compiling memmap v0.7.0
23562026-06-22T00:05:52.317Z Compiling swrite v0.1.0
23572026-06-22T00:05:52.424Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23582026-06-22T00:05:52.440Z Compiling glob v0.3.3
23592026-06-22T00:05:52.456Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-06-22T00:05:52.473Z Compiling usdt v0.5.0
23612026-06-22T00:05:52.665Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23622026-06-22T00:05:52.722Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23632026-06-22T00:05:52.803Z Compiling serde-value v0.7.0
23642026-06-22T00:05:52.973Z Compiling zone v0.3.1
23652026-06-22T00:05:53.099Z Compiling serde-untagged v0.1.9
23662026-06-22T00:05:53.134Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23672026-06-22T00:05:53.294Z Compiling toml v0.8.23
23682026-06-22T00:05:53.384Z Compiling smf v0.2.3
23692026-06-22T00:05:53.399Z Compiling filetime v0.2.27
23702026-06-22T00:05:53.450Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-06-22T00:05:53.465Z Compiling unicode-xid v0.2.6
23722026-06-22T00:05:53.489Z Compiling constant_time_eq v0.4.2
23732026-06-22T00:05:53.526Z Compiling arrayvec v0.7.6
23742026-06-22T00:05:53.553Z Compiling whoami v1.6.1
23752026-06-22T00:05:53.627Z Compiling arrayref v0.3.9
23762026-06-22T00:05:53.630Z Compiling xattr v1.6.1
23772026-06-22T00:05:53.682Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23782026-06-22T00:05:53.711Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23792026-06-22T00:05:53.727Z Compiling tokio-dtrace v0.1.1
23802026-06-22T00:05:53.794Z Compiling tar v0.4.45
23812026-06-22T00:05:53.865Z Compiling cargo-util-schemas v0.8.2
23822026-06-22T00:05:54.042Z Compiling console v0.16.2
23832026-06-22T00:05:54.113Z Compiling gethostname v0.5.0
23842026-06-22T00:05:54.266Z Compiling cargo-platform v0.2.0
23852026-06-22T00:05:54.417Z Compiling topological-sort v0.2.2
23862026-06-22T00:05:54.541Z Compiling unit-prefix v0.5.2
23872026-06-22T00:05:54.598Z Compiling oxide-tokio-rt v0.1.4
23882026-06-22T00:05:54.612Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23892026-06-22T00:05:54.628Z Compiling shell-words v1.1.1
23902026-06-22T00:05:54.728Z Compiling indicatif v0.18.4
23912026-06-22T00:05:55.172Z Compiling cargo_metadata v0.21.0
23922026-06-22T00:06:04.409Z Compiling omicron-zone-package v0.12.2
23932026-06-22T00:06:04.439Z Compiling progenitor-client v0.14.0
23942026-06-22T00:06:04.929Z Compiling progenitor-extras v0.2.0
23952026-06-22T00:06:07.206Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23962026-06-22T00:06:07.258Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23972026-06-22T00:06:07.273Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23982026-06-22T00:06:07.286Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23992026-06-22T00:06:07.302Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24002026-06-22T00:06:07.351Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24012026-06-22T00:06:07.481Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24022026-06-22T00:06:07.513Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24032026-06-22T00:06:07.584Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24042026-06-22T00:06:11.310Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24052026-06-22T00:06:19.154Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24062026-06-22T00:06:22.237Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24072026-06-22T00:06:23.241Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24082026-06-22T00:07:17.566Z Finished `release` profile [optimized] target(s) in 1m 44s
24092026-06-22T00:07:17.566Z Running `target/release/omicron-package -t test target create -p dev`
24102026-06-22T00:07:17.566ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-06-22T00:07:17.566ZCreated new build target 'test' and set it as active
24122026-06-22T00:07:17.566Z
24132026-06-22T00:07:17.566Zreal 1:44.909564742
24142026-06-22T00:07:17.566Zuser 17:06.954456431
24152026-06-22T00:07:17.566Zsys 2:38.603508285
24162026-06-22T00:07:17.566Ztrap 0.493115132
24172026-06-22T00:07:17.566Ztflt 2.940248316
24182026-06-22T00:07:17.567Zdflt 4.565249061
24192026-06-22T00:07:17.567Zkflt 0.000517190
24202026-06-22T00:07:17.567Zlock 53:20.731415528
24212026-06-22T00:07:17.567Zslp 43:55.094068068
24222026-06-22T00:07:17.567Zlat 43.083466048
24232026-06-22T00:07:17.567Zstop 5:08.310141318
24242026-06-22T00:07:17.567Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24252026-06-22T00:07:17.567Z Finished `release` profile [optimized] target(s) in 0.81s
24262026-06-22T00:07:17.567Z Running `target/release/omicron-package -t test package`
24272026-06-22T00:07:17.567ZLogging to: /work/oxidecomputer/omicron/out/LOG
24282026-06-22T00:07:17.573Z Compiling heck v0.5.0
24292026-06-22T00:07:17.573Z Compiling regress v0.11.1
24302026-06-22T00:07:17.574Z Compiling unsafe-libyaml v0.2.11
24312026-06-22T00:07:17.574Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24322026-06-22T00:07:17.574Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24332026-06-22T00:07:17.574Z Compiling unicode-width v0.1.14
24342026-06-22T00:07:17.574Z Compiling atomicwrites v0.4.4
24352026-06-22T00:07:17.574Z Compiling derive-where v1.6.0
24362026-06-22T00:07:17.574Z Compiling bytecount v0.6.9
24372026-06-22T00:07:17.574Z Compiling is-terminal v0.4.17
24382026-06-22T00:07:17.574Z Compiling prettyplease v0.2.37
24392026-06-22T00:07:17.574Z Compiling console v0.15.11
24402026-06-22T00:07:17.574Z Compiling newline-converter v0.3.0
24412026-06-22T00:07:17.574Z Compiling slog-dtrace v0.3.0
24422026-06-22T00:07:17.574Z Compiling owo-colors v4.3.0
24432026-06-22T00:07:17.574Z Compiling resolv-conf v0.7.6
24442026-06-22T00:07:17.574Z Compiling cancel-safe-futures v0.1.5
24452026-06-22T00:07:17.574Z Compiling rustls v0.22.4
24462026-06-22T00:07:17.574Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24472026-06-22T00:07:17.574Z Compiling num-rational v0.4.2
24482026-06-22T00:07:17.574Z Compiling libsw-core v0.3.2
24492026-06-22T00:07:17.574Z Compiling rustls-webpki v0.102.8
24502026-06-22T00:07:17.574Z Compiling num-complex v0.4.6
24512026-06-22T00:07:17.574Z Compiling serde_yaml v0.9.34+deprecated
24522026-06-22T00:07:17.574Z Compiling expectorate v1.2.0
24532026-06-22T00:07:17.574Z Compiling thread_local v1.1.9
24542026-06-22T00:07:17.575Z Compiling compression-core v0.4.31
24552026-06-22T00:07:17.575Z Compiling match_cfg v0.1.0
24562026-06-22T00:07:17.575Z Compiling hostname v0.3.1
24572026-06-22T00:07:17.575Z Compiling compression-codecs v0.4.37
24582026-06-22T00:07:17.575Z Compiling num v0.4.3
24592026-06-22T00:07:17.575Z Compiling libsw v3.5.0
24602026-06-22T00:07:17.575Z Compiling multer v3.1.0
24612026-06-22T00:07:17.575Z Compiling slog-async v2.8.0
24622026-06-22T00:07:17.576Z Compiling crossbeam-channel v0.5.15
24632026-06-22T00:07:17.576Z Compiling slog-json v2.6.1
24642026-06-22T00:07:17.576Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-06-22T00:07:17.576Z Compiling toml_datetime v1.0.0+spec-1.1.0
24662026-06-22T00:07:17.576Z Compiling serde_spanned v1.0.4
24672026-06-22T00:07:17.576Z Compiling linked-hash-map v0.5.6
24682026-06-22T00:07:17.576Z Compiling term v1.2.1
24692026-06-22T00:07:17.576Z Compiling toml_writer v1.0.6+spec-1.1.0
24702026-06-22T00:07:17.576Z Compiling linear-map v1.2.0
24712026-06-22T00:07:17.576Z Compiling float-ord v0.3.2
24722026-06-22T00:07:17.576Z Compiling take_mut v0.2.2
24732026-06-22T00:07:17.576Z Compiling slog-bunyan v2.5.0
24742026-06-22T00:07:17.576Z Compiling typify-impl v0.6.2
24752026-06-22T00:07:17.576Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24762026-06-22T00:07:17.576Z Compiling toml v1.0.6+spec-1.1.0
24772026-06-22T00:07:17.576Z Compiling lru-cache v0.1.2
24782026-06-22T00:07:17.576Z Compiling slog-term v2.9.2
24792026-06-22T00:07:17.576Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24802026-06-22T00:07:17.576Z Compiling async-compression v0.4.41
24812026-06-22T00:07:17.576Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822026-06-22T00:07:17.576Z Compiling dropshot v0.17.0
24832026-06-22T00:07:17.576Z Compiling async-stream v0.3.6
24842026-06-22T00:07:17.576Z Compiling progenitor-client v0.14.0
24852026-06-22T00:07:17.576Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24862026-06-22T00:07:17.576Z Compiling waitgroup v0.1.2
24872026-06-22T00:07:17.577Z Compiling backon v1.6.0
24882026-06-22T00:07:17.577Z Compiling rustls-pemfile v2.2.0
24892026-06-22T00:07:17.577Z Compiling hostname v0.4.2
24902026-06-22T00:07:17.577Z Compiling serde_path_to_error v0.1.20
24912026-06-22T00:07:17.577Z Compiling instant v0.1.13
24922026-06-22T00:07:17.577Z Compiling debug-ignore v1.0.5
24932026-06-22T00:07:17.577Z Compiling minimal-lexical v0.2.1
24942026-06-22T00:07:17.577Z Compiling backoff v0.4.0
24952026-06-22T00:07:17.577Z Compiling progenitor-extras v0.2.0
24962026-06-22T00:07:17.577Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24972026-06-22T00:07:17.577Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24982026-06-22T00:07:17.577Z Compiling nom v7.1.3
24992026-06-22T00:07:17.577Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-06-22T00:07:17.577Z Compiling tokio-rustls v0.25.0
25012026-06-22T00:07:17.577Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25022026-06-22T00:07:17.577Z Compiling parse-display v0.10.0
25032026-06-22T00:07:17.577Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25042026-06-22T00:07:17.577Z Compiling hickory-proto v0.24.4
25052026-06-22T00:07:17.577Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25062026-06-22T00:07:17.577Z Compiling regress v0.10.5
25072026-06-22T00:07:17.577Z Compiling macaddr v1.0.1
25082026-06-22T00:07:17.596Z Compiling unicode-xid v0.2.6
25092026-06-22T00:07:17.596Z Compiling humantime v2.3.0
25102026-06-22T00:07:17.596Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25112026-06-22T00:07:17.596Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25122026-06-22T00:07:17.596Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25132026-06-22T00:07:17.596Z Compiling convert_case v0.10.0
25142026-06-22T00:07:17.596Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25152026-06-22T00:07:17.597Z Compiling toml v0.8.23
25162026-06-22T00:07:17.597Z Compiling derive_more-impl v2.1.1
25172026-06-22T00:07:17.597Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25182026-06-22T00:07:17.597Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25192026-06-22T00:07:17.597Z Compiling typify-macro v0.6.2
25202026-06-22T00:07:17.597Z Compiling papergrid v0.11.0
25212026-06-22T00:07:17.597Z Compiling tabled_derive v0.7.0
25222026-06-22T00:07:17.597Z Compiling hickory-resolver v0.24.4
25232026-06-22T00:07:17.597Z Compiling derive_more v2.1.1
25242026-06-22T00:07:17.597Z Compiling termtree v0.5.1
25252026-06-22T00:07:17.597Z Compiling crossterm v0.29.0
25262026-06-22T00:07:17.597Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-06-22T00:07:17.597Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25282026-06-22T00:07:17.597Z Compiling typify v0.6.2
25292026-06-22T00:07:17.597Z Compiling progenitor-impl v0.14.0
25302026-06-22T00:07:17.597Z Compiling qorb v0.4.1
25312026-06-22T00:07:17.597Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25322026-06-22T00:07:17.597Z Compiling tabled v0.15.0
25332026-06-22T00:07:17.597Z Compiling phf_shared v0.12.1
25342026-06-22T00:07:17.597Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25352026-06-22T00:07:17.597Z Compiling progenitor-macro v0.14.0
25362026-06-22T00:07:17.597Z Compiling vte v0.14.1
25372026-06-22T00:07:17.597Z Compiling csv-core v0.1.13
25382026-06-22T00:07:17.597Z Compiling chrono-tz v0.10.4
25392026-06-22T00:07:17.597Z Compiling highway v1.3.0
25402026-06-22T00:07:17.597Z Compiling csv v1.4.0
25412026-06-22T00:07:17.597Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25422026-06-22T00:07:17.597Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25432026-06-22T00:07:17.597Z Compiling strip-ansi-escapes v0.2.1
25442026-06-22T00:07:17.597Z Compiling phf v0.12.1
25452026-06-22T00:07:17.597Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25462026-06-22T00:07:17.597Z Compiling const_format_proc_macros v0.2.34
25472026-06-22T00:07:17.598Z Compiling fd-lock v4.0.4
25482026-06-22T00:07:17.598Z Compiling peg-macros v0.8.5
25492026-06-22T00:07:17.598Z Compiling nu-ansi-term v0.50.3
25502026-06-22T00:07:17.598Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25512026-06-22T00:07:17.598Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25522026-06-22T00:07:17.598Z Compiling const_format v0.2.35
25532026-06-22T00:07:17.598Z Compiling peg v0.8.5
25542026-06-22T00:07:17.598Z Compiling reedline v0.40.0
25552026-06-22T00:07:17.598Z Compiling progenitor v0.14.0
25562026-06-22T00:07:17.598Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25572026-06-22T00:07:17.598Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25582026-06-22T00:07:17.598Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25592026-06-22T00:07:17.598Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-06-22T00:07:17.598Z Compiling bcs v0.1.6
25612026-06-22T00:07:17.598Z Compiling nom v8.0.0
25622026-06-22T00:07:17.598Z Compiling semver v0.1.20
25632026-06-22T00:07:17.598Z Compiling rustc_version v0.1.7
25642026-06-22T00:07:17.598Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-06-22T00:07:17.598Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-06-22T00:07:17.598Z Compiling newtype_derive v0.1.6
25672026-06-22T00:07:17.598Z Compiling smawk v0.3.2
25682026-06-22T00:07:17.598Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25692026-06-22T00:07:17.598Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25702026-06-22T00:07:17.598Z Compiling unicode-linebreak v0.1.5
25712026-06-22T00:07:17.598Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-06-22T00:07:17.598Z Compiling base64 v0.21.7
25732026-06-22T00:07:17.598Z Compiling textwrap v0.16.2
25742026-06-22T00:07:17.598Z Compiling steno v0.4.1
25752026-06-22T00:07:17.598Z Compiling dropshot-api-manager-types v0.7.2
25762026-06-22T00:07:17.598Z Compiling tagptr v0.2.0
25772026-06-22T00:07:17.598Z Compiling utf-8 v0.7.6
25782026-06-22T00:07:17.598Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25792026-06-22T00:07:17.598Z Compiling moka v0.12.13
25802026-06-22T00:07:17.598Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25812026-06-22T00:07:17.598Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25822026-06-22T00:07:17.598Z Compiling tungstenite v0.21.0
25832026-06-22T00:07:17.599Z Compiling display-error-chain v0.2.2
25842026-06-22T00:07:17.599Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-06-22T00:07:17.599Z Compiling radium v0.7.0
25862026-06-22T00:07:17.599Z Compiling maybe-uninit v2.0.0
25872026-06-22T00:07:17.599Z Compiling tokio-tungstenite v0.21.0
25882026-06-22T00:07:17.599Z Compiling hickory-resolver v0.25.2
25892026-06-22T00:07:17.599Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25902026-06-22T00:07:17.599Z Compiling tap v1.0.1
25912026-06-22T00:07:17.599Z Compiling wyz v0.5.1
25922026-06-22T00:07:17.599Z Compiling vergen-lib v0.1.6
25932026-06-22T00:07:17.599Z Compiling zerocopy-derive v0.6.6
25942026-06-22T00:07:17.599Z Compiling packed_struct v0.10.1
25952026-06-22T00:07:17.599Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25962026-06-22T00:07:17.599Z Compiling crc-catalog v2.4.0
25972026-06-22T00:07:17.599Z Compiling funty v2.0.0
25982026-06-22T00:07:17.599Z Compiling diesel_derives v2.3.7
25992026-06-22T00:07:17.599Z Compiling zerocopy v0.6.6
26002026-06-22T00:07:17.599Z Compiling bitvec v1.0.1
26012026-06-22T00:07:17.599Z Compiling crc v3.4.0
26022026-06-22T00:07:17.599Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26032026-06-22T00:07:17.599Z Compiling scheduled-thread-pool v0.2.7
26042026-06-22T00:07:17.599Z Compiling dsl_auto_type v0.2.0
26052026-06-22T00:07:17.599Z Compiling packed_struct_codegen v0.10.1
26062026-06-22T00:07:17.599Z Compiling vergen-gitcl v1.0.8
26072026-06-22T00:07:17.599Z Compiling bitfield-macros v0.19.4
26082026-06-22T00:07:17.642Z Compiling diesel_table_macro_syntax v0.3.0
26092026-06-22T00:07:17.642Z Compiling proc-macro-error-attr2 v2.0.0
26102026-06-22T00:07:17.642Z Compiling dirs-sys-next v0.1.2
26112026-06-22T00:07:17.642Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26122026-06-22T00:07:17.642Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26132026-06-22T00:07:17.642Z Compiling indexmap v1.9.3
26142026-06-22T00:07:17.642Z Compiling glob v0.3.3
26152026-06-22T00:07:17.642Z Compiling crunchy v0.2.4
26162026-06-22T00:07:17.642Z Compiling nodrop v0.1.14
26172026-06-22T00:07:17.642Z Compiling maplit v1.0.2
26182026-06-22T00:07:17.642Z Compiling array-init v0.0.4
26192026-06-22T00:07:17.643Z Compiling proc-macro-error2 v2.0.1
26202026-06-22T00:07:17.643Z Compiling bitfield v0.19.4
26212026-06-22T00:07:17.643Z Compiling clang-sys v1.8.1
26222026-06-22T00:07:17.643Z Compiling dirs-next v2.0.0
26232026-06-22T00:07:17.643Z Compiling r2d2 v0.8.10
26242026-06-22T00:07:17.643Z Compiling smallvec v0.6.14
26252026-06-22T00:07:17.643Z Compiling num-derive v0.3.3
26262026-06-22T00:07:17.643Z Compiling downcast-rs v2.0.2
26272026-06-22T00:07:17.643Z Compiling tiny-keccak v2.0.2
26282026-06-22T00:07:17.643Z Compiling hashbrown v0.12.3
26292026-06-22T00:07:17.643Z Compiling serde-hex v0.1.0
26302026-06-22T00:07:17.643Z Compiling libscf-sys v1.1.0
26312026-06-22T00:07:17.643Z Compiling term v0.7.0
26322026-06-22T00:07:17.643Z Compiling tabled_derive v0.11.0
26332026-06-22T00:07:17.643Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26342026-06-22T00:07:17.643Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26352026-06-22T00:07:17.643Z Compiling ron v0.8.1
26362026-06-22T00:07:17.643Z Compiling papergrid v0.17.0
26372026-06-22T00:07:17.643Z Compiling testing_table v0.3.0
26382026-06-22T00:07:17.643Z Compiling hashbrown v0.13.2
26392026-06-22T00:07:17.643Z Compiling bit-vec v0.6.3
26402026-06-22T00:07:17.643Z Compiling crc-any v2.5.0
26412026-06-22T00:07:17.644Z Compiling bit-set v0.5.3
26422026-06-22T00:07:17.644Z Compiling object v0.30.4
26432026-06-22T00:07:17.644Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26442026-06-22T00:07:17.644Z Compiling ascii-canvas v3.0.0
26452026-06-22T00:07:17.644Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26462026-06-22T00:07:17.644Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26472026-06-22T00:07:17.644Z Compiling tabled v0.20.0
26482026-06-22T00:07:17.644Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26492026-06-22T00:07:17.644Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26502026-06-22T00:07:17.644Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26512026-06-22T00:07:17.644Z Compiling progenitor-impl v0.13.0
26522026-06-22T00:07:17.644Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26532026-06-22T00:07:17.644Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26542026-06-22T00:07:17.644Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26552026-06-22T00:07:17.644Z Compiling itertools v0.10.5
26562026-06-22T00:07:17.644Z Compiling ena v0.14.4
26572026-06-22T00:07:17.644Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26582026-06-22T00:07:17.644Z Compiling libloading v0.8.9
26592026-06-22T00:07:17.644Z Compiling diesel v2.3.7
26602026-06-22T00:07:17.644Z Compiling unicase v2.9.0
26612026-06-22T00:07:17.644Z Compiling xshell-macros v0.2.7
26622026-06-22T00:07:17.644Z Compiling path-slash v0.1.5
26632026-06-22T00:07:17.644Z Compiling diff v0.1.13
26642026-06-22T00:07:17.644Z Compiling bindgen v0.71.1
26652026-06-22T00:07:17.645Z Compiling regex-syntax v0.6.29
26662026-06-22T00:07:17.645Z Compiling xshell v0.2.7
26672026-06-22T00:07:17.645Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26682026-06-22T00:07:17.645Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26692026-06-22T00:07:17.645Z Compiling progenitor-macro v0.13.0
26702026-06-22T00:07:17.645Z Compiling lalrpop v0.19.12
26712026-06-22T00:07:17.645Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26722026-06-22T00:07:17.645Z Compiling cexpr v0.6.0
26732026-06-22T00:07:17.645Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26742026-06-22T00:07:17.645Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26752026-06-22T00:07:17.645Z Compiling progenitor-client v0.13.0
26762026-06-22T00:07:17.645Z Compiling rustc-hash v2.1.1
26772026-06-22T00:07:17.645Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26782026-06-22T00:07:17.645Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26792026-06-22T00:07:17.645Z Compiling progenitor v0.13.0
26802026-06-22T00:07:17.645Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26812026-06-22T00:07:17.645Z Compiling headers-core v0.3.0
26822026-06-22T00:07:17.645Z Compiling libxml v0.3.3
26832026-06-22T00:07:17.645Z Compiling crc8 v0.1.1
26842026-06-22T00:07:17.645Z Compiling headers v0.4.1
26852026-06-22T00:07:17.645Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26862026-06-22T00:07:17.645Z Compiling strum_macros v0.24.3
26872026-06-22T00:07:17.645Z Compiling indoc v1.0.9
26882026-06-22T00:07:17.645Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26892026-06-22T00:07:17.645Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26902026-06-22T00:07:17.645Z Compiling git-stub v1.0.0
26912026-06-22T00:07:17.645Z Compiling derive_builder v0.20.2
26922026-06-22T00:07:17.645Z Compiling oso-derive v0.27.3
26932026-06-22T00:07:17.646Z Compiling quick-xml v0.37.5
26942026-06-22T00:07:17.646Z Compiling impl-trait-for-tuples v0.2.3
26952026-06-22T00:07:17.646Z Compiling openssl-probe v0.1.6
26962026-06-22T00:07:17.646Z Compiling git-stub-vcs v0.1.0
26972026-06-22T00:07:17.646Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26982026-06-22T00:07:17.646Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26992026-06-22T00:07:17.646Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27002026-06-22T00:07:17.646Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27012026-06-22T00:07:17.647Z Compiling bb8 v0.8.6
27022026-06-22T00:07:17.647Z Compiling trait-variant v0.1.2
27032026-06-22T00:07:17.647Z Compiling half v1.8.3
27042026-06-22T00:07:17.647Z Compiling serde_cbor v0.11.2
27052026-06-22T00:07:17.647Z Compiling samael v0.0.19
27062026-06-22T00:07:17.647Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27072026-06-22T00:07:17.647Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27082026-06-22T00:07:17.658Z Compiling polar-core v0.27.3
27092026-06-22T00:07:17.658Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27102026-06-22T00:07:17.658Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27112026-06-22T00:07:17.658Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27122026-06-22T00:07:17.658Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27132026-06-22T00:07:17.659Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27142026-06-22T00:07:17.659Z Compiling nonempty v0.12.0
27152026-06-22T00:07:17.659Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27162026-06-22T00:07:17.659Z Compiling fxhash v0.2.1
27172026-06-22T00:07:17.659Z Compiling libz-sys v1.1.24
27182026-06-22T00:07:17.659Z Compiling salty v0.3.0
27192026-06-22T00:07:17.659Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27202026-06-22T00:07:17.659Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27212026-06-22T00:07:17.659Z Compiling kstat-rs v0.2.4
27222026-06-22T00:07:17.659Z Compiling arc-swap v1.8.2
27232026-06-22T00:07:17.818Z Compiling fs-err v2.11.0
27242026-06-22T00:07:18.091Z Compiling slog-scope v4.4.1
27252026-06-22T00:07:18.096Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27262026-06-22T00:07:18.136Z Compiling mime_guess v2.0.5
27272026-06-22T00:07:18.207Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27282026-06-22T00:07:18.661Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27292026-06-22T00:07:18.962Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27302026-06-22T00:07:19.138Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27312026-06-22T00:07:19.498Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27322026-06-22T00:07:19.639Z Compiling nanorand v0.7.0
27332026-06-22T00:07:20.015Z Compiling darling_core v0.23.0
27342026-06-22T00:07:20.156Z Compiling libgit2-sys v0.18.3+1.9.2
27352026-06-22T00:07:20.289Z Compiling parking_lot_core v0.8.6
27362026-06-22T00:07:20.471Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27372026-06-22T00:07:20.781Z Compiling flume v0.11.1
27382026-06-22T00:07:21.069Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27392026-06-22T00:07:21.971Z Compiling async-bb8-diesel v0.2.1
27402026-06-22T00:07:22.279Z Compiling diesel-dtrace v0.5.0
27412026-06-22T00:07:22.423Z Compiling darling_macro v0.23.0
27422026-06-22T00:07:22.590Z Compiling slog-stdlog v4.1.1
27432026-06-22T00:07:22.944Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27442026-06-22T00:07:23.010Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27452026-06-22T00:07:23.039Z Compiling primeorder v0.13.6
27462026-06-22T00:07:23.069Z Compiling atty v0.2.14
27472026-06-22T00:07:23.222Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27482026-06-22T00:07:23.361Z Compiling strsim v0.10.0
27492026-06-22T00:07:23.460Z Compiling oso v0.27.3
27502026-06-22T00:07:23.678Z Compiling instability v0.3.11
27512026-06-22T00:07:23.899Z Compiling http-range v0.1.5
27522026-06-22T00:07:24.207Z Compiling parse-size v1.1.0
27532026-06-22T00:07:24.272Z Compiling darling_core v0.13.4
27542026-06-22T00:07:24.462Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27552026-06-22T00:07:25.356Z Compiling p384 v0.13.1
27562026-06-22T00:07:25.941Z Compiling darling v0.23.0
27572026-06-22T00:07:26.060Z Compiling slog-envlogger v2.2.0
27582026-06-22T00:07:27.237Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27592026-06-22T00:07:27.527Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27602026-06-22T00:07:28.643Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27612026-06-22T00:07:29.829Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27622026-06-22T00:07:29.995Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27632026-06-22T00:07:30.722Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27642026-06-22T00:07:30.894Z Compiling ignore v0.4.25
27652026-06-22T00:07:30.937Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-06-22T00:07:31.474Z Compiling vergen-git2 v9.1.0
27672026-06-22T00:07:31.712Z Compiling castaway v0.2.4
27682026-06-22T00:07:31.784Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27692026-06-22T00:07:31.879Z Compiling indoc v2.0.7
27702026-06-22T00:07:32.148Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-06-22T00:07:32.346Z Compiling compact_str v0.8.1
27722026-06-22T00:07:32.860Z Compiling globwalk v0.9.1
27732026-06-22T00:07:33.140Z Compiling parking_lot v0.11.2
27742026-06-22T00:07:33.471Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27752026-06-22T00:07:33.544Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27762026-06-22T00:07:34.088Z Compiling hyper-staticfile v0.10.1
27772026-06-22T00:07:34.177Z Compiling darling_macro v0.13.4
27782026-06-22T00:07:34.543Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27792026-06-22T00:07:34.689Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-06-22T00:07:35.110Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27812026-06-22T00:07:35.229Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27822026-06-22T00:07:35.303Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27832026-06-22T00:07:35.408Z Compiling predicates-tree v1.0.13
27842026-06-22T00:07:35.480Z Compiling unicode-truncate v1.1.0
27852026-06-22T00:07:35.595Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27862026-06-22T00:07:35.691Z Compiling lru v0.12.5
27872026-06-22T00:07:35.843Z Compiling prefix-trie v0.7.0
27882026-06-22T00:07:35.879Z Compiling rand_seeder v0.4.0
27892026-06-22T00:07:35.928Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-06-22T00:07:35.949Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27912026-06-22T00:07:36.050Z Compiling rustls v0.21.12
27922026-06-22T00:07:36.148Z Compiling corncobs v0.1.4
27932026-06-22T00:07:36.207Z Compiling cassowary v0.3.0
27942026-06-22T00:07:36.272Z Compiling illumos-nvpair-sys v0.2.0
27952026-06-22T00:07:36.343Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-06-22T00:07:36.421Z Compiling hickory-server v0.25.2
27972026-06-22T00:07:36.478Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-06-22T00:07:36.505Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27992026-06-22T00:07:36.556Z Compiling ratatui v0.29.0
28002026-06-22T00:07:36.753Z Compiling camino-tempfile-ext v0.3.3
28012026-06-22T00:07:37.058Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-06-22T00:07:37.143Z Compiling darling v0.13.4
28032026-06-22T00:07:37.260Z Compiling sled v0.34.7
28042026-06-22T00:07:37.436Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-06-22T00:07:37.804Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28062026-06-22T00:07:38.411Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28072026-06-22T00:07:39.837Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28082026-06-22T00:07:40.536Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-06-22T00:07:40.766Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28102026-06-22T00:07:40.862Z Compiling rustls-webpki v0.101.7
28112026-06-22T00:07:40.997Z Compiling sct v0.7.1
28122026-06-22T00:07:41.062Z Compiling secrecy v0.8.0
28132026-06-22T00:07:41.274Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28142026-06-22T00:07:41.584Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28152026-06-22T00:07:42.189Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28162026-06-22T00:07:42.962Z Compiling serde_with_macros v1.5.2
28172026-06-22T00:07:43.506Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28182026-06-22T00:07:43.793Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28192026-06-22T00:07:44.127Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28202026-06-22T00:07:44.854Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28212026-06-22T00:07:45.147Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28222026-06-22T00:07:45.374Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28232026-06-22T00:07:45.607Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28242026-06-22T00:07:45.855Z Compiling git2 v0.20.4
28252026-06-22T00:07:45.877Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28262026-06-22T00:07:46.111Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28272026-06-22T00:07:46.315Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28282026-06-22T00:07:46.346Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28292026-06-22T00:07:46.566Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28302026-06-22T00:07:46.717Z Compiling void v1.0.2
28312026-06-22T00:07:46.866Z Compiling lzss v0.8.2
28322026-06-22T00:07:47.153Z Compiling illumos-nvpair v0.3.0
28332026-06-22T00:07:47.646Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28342026-06-22T00:07:47.866Z Compiling serde_with v1.14.0
28352026-06-22T00:07:48.917Z Compiling tokio-rustls v0.24.1
28362026-06-22T00:07:48.969Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28372026-06-22T00:07:49.208Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-06-22T00:07:49.360Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28392026-06-22T00:07:49.416Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28402026-06-22T00:07:51.075Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28412026-06-22T00:07:51.735Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28422026-06-22T00:07:51.765Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28432026-06-22T00:07:52.092Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28442026-06-22T00:07:52.349Z Compiling tungstenite v0.23.0
28452026-06-22T00:07:52.414Z Compiling rustls-pemfile v1.0.4
28462026-06-22T00:07:52.484Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28472026-06-22T00:07:52.845Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28482026-06-22T00:07:53.079Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28492026-06-22T00:07:53.313Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28502026-06-22T00:07:53.602Z Compiling nix v0.27.1
28512026-06-22T00:07:53.682Z Compiling twox-hash v2.1.2
28522026-06-22T00:07:54.232Z Compiling serde_bytes v0.11.19
28532026-06-22T00:07:54.554Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28542026-06-22T00:07:54.577Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28552026-06-22T00:07:54.746Z Compiling tokio-tungstenite v0.23.1
28562026-06-22T00:07:54.813Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28572026-06-22T00:07:55.141Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28582026-06-22T00:07:55.455Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28592026-06-22T00:07:56.098Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28602026-06-22T00:07:57.466Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28612026-06-22T00:07:58.108Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28622026-06-22T00:07:58.405Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28632026-06-22T00:07:58.408Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28642026-06-22T00:07:58.836Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28652026-06-22T00:07:59.276Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28662026-06-22T00:07:59.471Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28672026-06-22T00:07:59.586Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28682026-06-22T00:07:59.832Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28692026-06-22T00:07:59.945Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28702026-06-22T00:08:00.107Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28712026-06-22T00:08:00.893Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28722026-06-22T00:08:01.509Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28732026-06-22T00:08:04.321Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28742026-06-22T00:08:04.387Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28752026-06-22T00:08:04.621Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28762026-06-22T00:08:05.522Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28772026-06-22T00:08:06.206Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28782026-06-22T00:08:06.619Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28792026-06-22T00:08:06.706Z Compiling signal-hook-tokio v0.3.1
28802026-06-22T00:08:06.860Z Compiling fatfs v0.3.6
28812026-06-22T00:08:06.899Z Compiling yasna v0.5.2
28822026-06-22T00:08:07.175Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-06-22T00:08:07.568Z Compiling seq-macro v0.3.6
28842026-06-22T00:08:07.688Z Compiling is_ci v1.2.0
28852026-06-22T00:08:07.929Z Compiling assert_matches v1.5.0
28862026-06-22T00:08:08.049Z Compiling supports-color v3.0.2
28872026-06-22T00:08:08.093Z Compiling rcgen v0.12.1
28882026-06-22T00:08:08.161Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28892026-06-22T00:08:08.540Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28902026-06-22T00:08:09.480Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28912026-06-22T00:08:11.119Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28922026-06-22T00:08:11.372Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28932026-06-22T00:08:11.408Z Compiling rtoolbox v0.0.3
28942026-06-22T00:08:11.615Z Compiling subprocess v0.2.15
28952026-06-22T00:08:11.750Z Compiling rpassword v7.4.0
28962026-06-22T00:08:12.043Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28972026-06-22T00:08:12.776Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28982026-06-22T00:08:13.772Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28992026-06-22T00:08:13.838Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-06-22T00:08:13.981Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29012026-06-22T00:08:14.220Z Compiling tui-tree-widget v0.23.1
29022026-06-22T00:08:14.522Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-06-22T00:08:15.998Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29042026-06-22T00:08:16.294Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29052026-06-22T00:08:16.550Z Compiling uzers v0.12.2
29062026-06-22T00:08:17.292Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-06-22T00:08:18.013Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-06-22T00:08:18.588Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-06-22T00:08:19.032Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-06-22T00:08:21.240Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29112026-06-22T00:08:22.955Z Compiling support-bundle-viewer v0.1.2
29122026-06-22T00:08:23.422Z Compiling multimap v0.10.1
29132026-06-22T00:08:34.741Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-06-22T00:08:43.158Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29152026-06-22T00:08:45.604Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29162026-06-22T00:08:46.378Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29172026-06-22T00:08:47.536Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29182026-06-22T00:15:42.876Z Finished `release` profile [optimized] target(s) in 8m 22s
29192026-06-22T00:16:14.294Z
29202026-06-22T00:16:14.294Zreal 9:40.787188292
29212026-06-22T00:16:14.294Zuser 1:19:04.770501176
29222026-06-22T00:16:14.297Zsys 3:33.374423046
29232026-06-22T00:16:14.297Ztrap 1.771513714
29242026-06-22T00:16:14.297Ztflt 2.524276362
29252026-06-22T00:16:14.297Zdflt 15.841013694
29262026-06-22T00:16:14.297Zkflt 0.178601190
29272026-06-22T00:16:14.297Zlock 7:02:18.020485467
29282026-06-22T00:16:14.297Zslp 2:13:17.163855578
29292026-06-22T00:16:14.297Zlat 2:20.418069148
29302026-06-22T00:16:14.297Zstop 5:08.391185350
29312026-06-22T00:16:14.297Z+ mapfile -t packages
29322026-06-22T00:16:14.297Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29332026-06-22T00:16:15.174Z Finished `release` profile [optimized] target(s) in 0.86s
29342026-06-22T00:16:15.238Z Running `target/release/omicron-package -t test list-outputs`
29352026-06-22T00:16:15.298ZLogging to: /work/oxidecomputer/omicron/out/LOG
29362026-06-22T00:16:15.301Z+ ptime -m cargo build --locked --release -p xtask
29372026-06-22T00:16:15.769Z Compiling libc v0.2.185
29382026-06-22T00:16:15.769Z Compiling serde v1.0.228
29392026-06-22T00:16:15.773Z Compiling serde_core v1.0.228
29402026-06-22T00:16:15.773Z Compiling rustix v1.1.3
29412026-06-22T00:16:15.773Z Compiling serde_json v1.0.149
29422026-06-22T00:16:15.773Z Compiling bitflags v2.11.0
29432026-06-22T00:16:15.894Z Compiling num-traits v0.2.19
29442026-06-22T00:16:15.912Z Compiling syn v2.0.117
29452026-06-22T00:16:15.923Z Compiling smallvec v1.15.1
29462026-06-22T00:16:15.943Z Compiling indexmap v2.14.0
29472026-06-22T00:16:15.946Z Compiling usdt-impl v0.5.0
29482026-06-22T00:16:15.962Z Compiling syn v1.0.109
29492026-06-22T00:16:15.975Z Compiling percent-encoding v2.3.2
29502026-06-22T00:16:15.978Z Compiling getrandom v0.4.1
29512026-06-22T00:16:16.113Z Compiling log v0.4.29
29522026-06-22T00:16:16.265Z Compiling form_urlencoded v1.2.2
29532026-06-22T00:16:16.357Z Compiling fs-err v3.3.0
29542026-06-22T00:16:16.357Z Compiling once_cell v1.21.3
29552026-06-22T00:16:16.361Z Compiling anyhow v1.0.102
29562026-06-22T00:16:16.397Z Compiling heck v0.4.1
29572026-06-22T00:16:16.628Z Compiling errno v0.3.14
29582026-06-22T00:16:16.628Z Compiling thread-id v4.2.2
29592026-06-22T00:16:16.631Z Compiling memmap v0.7.0
29602026-06-22T00:16:16.904Z Compiling ordered-float v2.10.1
29612026-06-22T00:16:17.445Z Compiling proc-macro-error v1.0.4
29622026-06-22T00:16:17.633Z Compiling terminal_size v0.4.3
29632026-06-22T00:16:17.633Z Compiling tempfile v3.25.0
29642026-06-22T00:16:17.689Z Compiling tabled_derive v0.7.0
29652026-06-22T00:16:17.731Z Compiling clap_builder v4.6.0
29662026-06-22T00:16:17.731Z Compiling textwrap v0.16.2
29672026-06-22T00:16:17.867Z Compiling camino-tempfile v1.4.1
29682026-06-22T00:16:18.374Z Compiling tabled v0.15.0
29692026-06-22T00:16:18.456Z Compiling synstructure v0.13.2
29702026-06-22T00:16:18.456Z Compiling pest_generator v2.8.6
29712026-06-22T00:16:18.860Z Compiling serde_derive v1.0.228
29722026-06-22T00:16:18.860Z Compiling zerofrom-derive v0.1.6
29732026-06-22T00:16:18.863Z Compiling yoke-derive v0.8.1
29742026-06-22T00:16:18.863Z Compiling zerovec-derive v0.11.2
29752026-06-22T00:16:18.863Z Compiling displaydoc v0.2.5
29762026-06-22T00:16:18.863Z Compiling thiserror-impl v1.0.69
29772026-06-22T00:16:18.863Z Compiling zerocopy-derive v0.7.35
29782026-06-22T00:16:18.891Z Compiling scroll_derive v0.12.1
29792026-06-22T00:16:18.913Z Compiling thiserror-impl v2.0.18
29802026-06-22T00:16:18.983Z Compiling pest_derive v2.8.6
29812026-06-22T00:16:19.404Z Compiling clap_derive v4.6.1
29822026-06-22T00:16:19.580Z Compiling scroll v0.12.0
29832026-06-22T00:16:19.710Z Compiling zerocopy v0.7.35
29842026-06-22T00:16:19.875Z Compiling goblin v0.8.2
29852026-06-22T00:16:20.045Z Compiling thiserror v1.0.69
29862026-06-22T00:16:20.056Z Compiling zerofrom v0.1.6
29872026-06-22T00:16:20.164Z Compiling yoke v0.8.1
29882026-06-22T00:16:20.176Z Compiling dtrace-parser v0.2.0
29892026-06-22T00:16:20.200Z Compiling thiserror v2.0.18
29902026-06-22T00:16:20.371Z Compiling zerovec v0.11.5
29912026-06-22T00:16:20.563Z Compiling zerotrie v0.2.3
29922026-06-22T00:16:20.990Z Compiling tinystr v0.8.2
29932026-06-22T00:16:21.021Z Compiling potential_utf v0.1.4
29942026-06-22T00:16:21.058Z Compiling clap v4.6.1
29952026-06-22T00:16:21.160Z Compiling icu_collections v2.1.1
29962026-06-22T00:16:21.223Z Compiling icu_locale_core v2.1.1
29972026-06-22T00:16:22.015Z Compiling icu_provider v2.1.1
29982026-06-22T00:16:22.055Z Compiling serde_spanned v0.6.9
29992026-06-22T00:16:22.162Z Compiling toml_datetime v0.6.11
30002026-06-22T00:16:22.250Z Compiling serde-value v0.7.0
30012026-06-22T00:16:22.404Z Compiling icu_properties v2.1.2
30022026-06-22T00:16:22.458Z Compiling icu_normalizer v2.1.1
30032026-06-22T00:16:22.471Z Compiling toml_edit v0.22.27
30042026-06-22T00:16:22.471Z Compiling dof v0.3.0
30052026-06-22T00:16:22.531Z Compiling serde_tokenstream v0.2.3
30062026-06-22T00:16:22.581Z Compiling cargo-platform v0.2.0
30072026-06-22T00:16:22.684Z Compiling macaddr v1.0.1
30082026-06-22T00:16:23.325Z Compiling idna_adapter v1.2.1
30092026-06-22T00:16:23.339Z Compiling usdt-attr-macro v0.5.0
30102026-06-22T00:16:23.351Z Compiling usdt-macro v0.5.0
30112026-06-22T00:16:23.509Z Compiling idna v1.1.0
30122026-06-22T00:16:23.905Z Compiling url v2.5.8
30132026-06-22T00:16:24.007Z Compiling usdt v0.5.0
30142026-06-22T00:16:24.079Z Compiling toml v0.8.23
30152026-06-22T00:16:24.554Z Compiling cargo-util-schemas v0.8.2
30162026-06-22T00:16:24.570Z Compiling cargo_toml v0.21.0
30172026-06-22T00:16:25.579Z Compiling cargo_metadata v0.21.0
30182026-06-22T00:16:28.691Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30192026-06-22T00:16:31.679Z Finished `release` profile [optimized] target(s) in 16.36s
30202026-06-22T00:16:31.787Z
30212026-06-22T00:16:31.787Zreal 16.452232100
30222026-06-22T00:16:31.787Zuser 2:22.031991554
30232026-06-22T00:16:31.787Zsys 16.769739256
30242026-06-22T00:16:31.788Ztrap 0.078076761
30252026-06-22T00:16:31.788Ztflt 0.522762230
30262026-06-22T00:16:31.788Zdflt 1.311336311
30272026-06-22T00:16:31.788Zkflt 0.000119460
30282026-06-22T00:16:31.788Zlock 5:22.471949734
30292026-06-22T00:16:31.788Zslp 3:29.168986841
30302026-06-22T00:16:31.788Zlat 6.097490473
30312026-06-22T00:16:31.791Zstop 19.644452393
30322026-06-22T00:16:31.791Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-06-22T00:16:31.791Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30342026-06-22T00:16:31.791Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-06-22T00:16:31.791Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30362026-06-22T00:16:31.791Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30372026-06-22T00:16:32.666Z Compiling progenitor-client v0.14.0
30382026-06-22T00:16:32.667Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-06-22T00:16:32.670Z Compiling newtype-uuid-macros v0.1.0
30402026-06-22T00:16:32.670Z Compiling match_cfg v0.1.0
30412026-06-22T00:16:32.670Z Compiling slog-json v2.6.1
30422026-06-22T00:16:32.670Z Compiling structmeta-derive v0.3.0
30432026-06-22T00:16:32.670Z Compiling rustls v0.22.4
30442026-06-22T00:16:32.670Z Compiling rustls-webpki v0.102.8
30452026-06-22T00:16:32.806Z Compiling multer v3.1.0
30462026-06-22T00:16:32.810Z Compiling debug-ignore v1.0.5
30472026-06-22T00:16:32.818Z Compiling compression-core v0.4.31
30482026-06-22T00:16:32.821Z Compiling atomicwrites v0.4.4
30492026-06-22T00:16:32.821Z Compiling itertools v0.14.0
30502026-06-22T00:16:32.912Z Compiling async-stream-impl v0.3.6
30512026-06-22T00:16:32.929Z Compiling serde_spanned v1.0.4
30522026-06-22T00:16:32.945Z Compiling toml_datetime v1.0.0+spec-1.1.0
30532026-06-22T00:16:33.054Z Compiling compression-codecs v0.4.37
30542026-06-22T00:16:33.058Z Compiling dropshot v0.17.0
30552026-06-22T00:16:33.074Z Compiling hostname v0.3.1
30562026-06-22T00:16:33.078Z Compiling toml_writer v1.0.6+spec-1.1.0
30572026-06-22T00:16:33.160Z Compiling waitgroup v0.1.2
30582026-06-22T00:16:33.193Z Compiling rustls-pemfile v2.2.0
30592026-06-22T00:16:33.212Z Compiling dropshot_endpoint v0.17.0
30602026-06-22T00:16:33.267Z Compiling slog-bunyan v2.5.0
30612026-06-22T00:16:33.328Z Compiling toml v1.0.6+spec-1.1.0
30622026-06-22T00:16:33.344Z Compiling async-compression v0.4.41
30632026-06-22T00:16:33.344Z Compiling hostname v0.4.2
30642026-06-22T00:16:33.376Z Compiling serde_path_to_error v0.1.20
30652026-06-22T00:16:33.414Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30662026-06-22T00:16:33.433Z Compiling macaddr v1.0.1
30672026-06-22T00:16:33.450Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-06-22T00:16:33.468Z Compiling instant v0.1.13
30692026-06-22T00:16:33.517Z Compiling regress v0.10.5
30702026-06-22T00:16:33.567Z Compiling async-stream v0.3.6
30712026-06-22T00:16:33.603Z Compiling backon v1.6.0
30722026-06-22T00:16:33.607Z Compiling backoff v0.4.0
30732026-06-22T00:16:33.637Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30742026-06-22T00:16:33.672Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30752026-06-22T00:16:33.690Z Compiling humantime v2.3.0
30762026-06-22T00:16:33.693Z Compiling universal-hash v0.5.1
30772026-06-22T00:16:33.763Z Compiling opaque-debug v0.3.1
30782026-06-22T00:16:33.779Z Compiling regress v0.11.1
30792026-06-22T00:16:33.804Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30802026-06-22T00:16:33.834Z Compiling progenitor-extras v0.2.0
30812026-06-22T00:16:33.854Z Compiling half v2.7.1
30822026-06-22T00:16:33.870Z Compiling crucible-workspace-hack v0.1.0
30832026-06-22T00:16:33.885Z Compiling ciborium-io v0.2.2
30842026-06-22T00:16:33.903Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30852026-06-22T00:16:33.948Z Compiling structmeta v0.3.0
30862026-06-22T00:16:33.975Z Compiling convert_case v0.4.0
30872026-06-22T00:16:34.004Z Compiling aead v0.5.2
30882026-06-22T00:16:34.058Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30892026-06-22T00:16:34.103Z Compiling secrecy v0.10.3
30902026-06-22T00:16:34.122Z Compiling ciborium-ll v0.2.2
30912026-06-22T00:16:34.179Z Compiling poly1305 v0.8.0
30922026-06-22T00:16:34.210Z Compiling derive-ex v0.1.8
30932026-06-22T00:16:34.216Z Compiling parse-display-derive v0.10.0
30942026-06-22T00:16:34.234Z Compiling chacha20 v0.9.1
30952026-06-22T00:16:34.234Z Compiling unsafe-libyaml v0.2.11
30962026-06-22T00:16:34.280Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30972026-06-22T00:16:34.339Z Compiling ciborium v0.2.2
30982026-06-22T00:16:34.369Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30992026-06-22T00:16:34.385Z Compiling derive_more v0.99.20
31002026-06-22T00:16:34.496Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31012026-06-22T00:16:34.515Z Compiling thiserror-impl-no-std v2.0.2
31022026-06-22T00:16:34.610Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31032026-06-22T00:16:34.671Z Compiling byte-wrapper v0.1.0
31042026-06-22T00:16:34.759Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31052026-06-22T00:16:34.842Z Compiling serde_yaml v0.9.34+deprecated
31062026-06-22T00:16:34.944Z Compiling password-hash v0.5.0
31072026-06-22T00:16:34.976Z Compiling blake2 v0.10.6
31082026-06-22T00:16:34.992Z Compiling toml_datetime v0.7.5+spec-1.1.0
31092026-06-22T00:16:35.041Z Compiling chacha20poly1305 v0.10.1
31102026-06-22T00:16:35.057Z Compiling indent_write v2.2.0
31112026-06-22T00:16:35.072Z Compiling tokio-rustls v0.25.0
31122026-06-22T00:16:35.214Z Compiling toml_edit v0.23.10+spec-1.0.0
31132026-06-22T00:16:35.229Z Compiling argon2 v0.5.3
31142026-06-22T00:16:35.263Z Compiling heapless v0.8.0
31152026-06-22T00:16:35.378Z Compiling typify-impl v0.6.2
31162026-06-22T00:16:35.566Z Compiling ingot-macros v0.1.1
31172026-06-22T00:16:35.594Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31182026-06-22T00:16:35.788Z Compiling thiserror-no-std v2.0.2
31192026-06-22T00:16:35.889Z Compiling vsss-rs v3.3.4
31202026-06-22T00:16:35.906Z Compiling proc-macro-crate v3.4.0
31212026-06-22T00:16:35.991Z Compiling test-strategy v0.4.5
31222026-06-22T00:16:36.006Z Compiling parse-display v0.10.0
31232026-06-22T00:16:36.354Z Compiling tabwriter v1.4.1
31242026-06-22T00:16:36.358Z Compiling hash32 v0.3.1
31252026-06-22T00:16:36.475Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31262026-06-22T00:16:36.499Z Compiling num_enum_derive v0.7.6
31272026-06-22T00:16:36.521Z Compiling smoltcp v0.11.0
31282026-06-22T00:16:36.557Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31292026-06-22T00:16:36.629Z Compiling cobs v0.3.0
31302026-06-22T00:16:36.652Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31312026-06-22T00:16:36.734Z Compiling colored v3.1.1
31322026-06-22T00:16:36.837Z Compiling postcard v1.1.3
31332026-06-22T00:16:36.894Z Compiling proc-macro-error v1.0.4
31342026-06-22T00:16:36.948Z Compiling proc-macro-crate v1.3.1
31352026-06-22T00:16:36.963Z Compiling foreign-types-macros v0.2.3
31362026-06-22T00:16:36.978Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31372026-06-22T00:16:37.039Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31382026-06-22T00:16:37.156Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31392026-06-22T00:16:37.182Z Compiling foreign-types-shared v0.3.1
31402026-06-22T00:16:37.241Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31412026-06-22T00:16:37.257Z Compiling cpufeatures v0.3.0
31422026-06-22T00:16:37.304Z Compiling rayon-core v1.13.0
31432026-06-22T00:16:37.351Z Compiling chacha20 v0.10.0
31442026-06-22T00:16:37.415Z Compiling num_enum_derive v0.5.11
31452026-06-22T00:16:37.456Z Compiling crossbeam-deque v0.8.6
31462026-06-22T00:16:37.481Z Compiling camino-tempfile v1.4.1
31472026-06-22T00:16:37.499Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31482026-06-22T00:16:37.519Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31492026-06-22T00:16:37.558Z Compiling cstr-argument v0.1.2
31502026-06-22T00:16:37.610Z Compiling foreign-types v0.5.0
31512026-06-22T00:16:37.626Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31522026-06-22T00:16:37.668Z Compiling num_enum v0.7.6
31532026-06-22T00:16:37.691Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31542026-06-22T00:16:37.709Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31552026-06-22T00:16:37.746Z Compiling rand v0.10.0
31562026-06-22T00:16:37.749Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31572026-06-22T00:16:37.822Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31582026-06-22T00:16:37.934Z Compiling zone_cfg_derive v0.3.1
31592026-06-22T00:16:37.978Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-06-22T00:16:38.001Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31612026-06-22T00:16:38.020Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31622026-06-22T00:16:38.074Z Compiling itertools v0.12.1
31632026-06-22T00:16:38.130Z Compiling rayon v1.11.0
31642026-06-22T00:16:38.147Z Compiling num-derive v0.4.2
31652026-06-22T00:16:38.166Z Compiling sigpipe v0.1.3
31662026-06-22T00:16:38.221Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31672026-06-22T00:16:38.239Z Compiling glob v0.3.3
31682026-06-22T00:16:38.254Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31692026-06-22T00:16:38.284Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31702026-06-22T00:16:38.477Z Compiling smf v0.2.3
31712026-06-22T00:16:38.528Z Compiling whoami v1.6.1
31722026-06-22T00:16:38.577Z Compiling num_enum v0.5.11
31732026-06-22T00:16:38.594Z Compiling ingot-types v0.1.2
31742026-06-22T00:16:38.649Z Compiling usdt-attr-macro v0.5.0
31752026-06-22T00:16:38.681Z Compiling usdt-macro v0.5.0
31762026-06-22T00:16:38.723Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31772026-06-22T00:16:38.739Z Compiling gethostname v0.5.0
31782026-06-22T00:16:38.853Z Compiling num-rational v0.4.2
31792026-06-22T00:16:38.884Z Compiling num-complex v0.4.6
31802026-06-22T00:16:39.035Z Compiling ingot v0.1.1
31812026-06-22T00:16:39.053Z Compiling memmap v0.7.0
31822026-06-22T00:16:39.056Z Compiling derive-where v1.6.0
31832026-06-22T00:16:39.170Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31842026-06-22T00:16:39.246Z Compiling zone v0.3.1
31852026-06-22T00:16:39.277Z Compiling num v0.4.3
31862026-06-22T00:16:39.314Z Compiling float-ord v0.3.2
31872026-06-22T00:16:39.340Z Compiling toml v0.8.23
31882026-06-22T00:16:39.378Z Compiling resolv-conf v0.7.6
31892026-06-22T00:16:39.462Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31902026-06-22T00:16:39.481Z Compiling owo-colors v4.3.0
31912026-06-22T00:16:39.497Z Compiling cancel-safe-futures v0.1.5
31922026-06-22T00:16:39.516Z Compiling usdt v0.5.0
31932026-06-22T00:16:39.592Z Compiling libsw-core v0.3.2
31942026-06-22T00:16:39.625Z Compiling prettyplease v0.2.37
31952026-06-22T00:16:39.763Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31962026-06-22T00:16:39.801Z Compiling libsw v3.5.0
31972026-06-22T00:16:39.816Z Compiling console v0.15.11
31982026-06-22T00:16:39.885Z Compiling hickory-proto v0.24.4
31992026-06-22T00:16:39.956Z Compiling newline-converter v0.3.0
32002026-06-22T00:16:39.959Z Compiling libefi-sys v0.1.0
32012026-06-22T00:16:40.006Z Compiling linear-map v1.2.0
32022026-06-22T00:16:40.023Z Compiling linked-hash-map v0.5.6
32032026-06-22T00:16:40.089Z Compiling typify-macro v0.6.2
32042026-06-22T00:16:40.106Z Compiling git-stub v1.0.0
32052026-06-22T00:16:40.125Z Compiling bitfield-struct v0.6.2
32062026-06-22T00:16:40.212Z Compiling lru-cache v0.1.2
32072026-06-22T00:16:40.229Z Compiling expectorate v1.2.0
32082026-06-22T00:16:40.243Z Compiling nom v8.0.0
32092026-06-22T00:16:40.370Z Compiling semver v0.1.20
32102026-06-22T00:16:40.388Z Compiling git-stub-vcs v0.1.0
32112026-06-22T00:16:40.420Z Compiling tokio-dtrace v0.1.1
32122026-06-22T00:16:40.444Z Compiling dropshot-api-manager-types v0.7.2
32132026-06-22T00:16:40.472Z Compiling slog-dtrace v0.3.0
32142026-06-22T00:16:40.665Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32152026-06-22T00:16:40.706Z Compiling rustc_version v0.1.7
32162026-06-22T00:16:40.723Z Compiling minimal-lexical v0.2.1
32172026-06-22T00:16:40.742Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-06-22T00:16:40.813Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32192026-06-22T00:16:40.829Z Compiling oxide-tokio-rt v0.1.4
32202026-06-22T00:16:40.845Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32212026-06-22T00:16:40.863Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-06-22T00:16:40.880Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32232026-06-22T00:16:40.977Z Compiling newtype_derive v0.1.6
32242026-06-22T00:16:41.005Z Compiling nom v7.1.3
32252026-06-22T00:16:41.022Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32262026-06-22T00:16:41.040Z Compiling phf_shared v0.12.1
32272026-06-22T00:16:41.088Z Compiling csv-core v0.1.13
32282026-06-22T00:16:41.158Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-06-22T00:16:41.201Z Compiling highway v1.3.0
32302026-06-22T00:16:41.205Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32312026-06-22T00:16:41.239Z Compiling chrono-tz v0.10.4
32322026-06-22T00:16:41.269Z Compiling xshell-macros v0.2.7
32332026-06-22T00:16:41.306Z Compiling csv v1.4.0
32342026-06-22T00:16:41.375Z Compiling const_format_proc_macros v0.2.34
32352026-06-22T00:16:41.546Z Compiling phf v0.12.1
32362026-06-22T00:16:41.605Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32372026-06-22T00:16:41.623Z Compiling primeorder v0.13.6
32382026-06-22T00:16:41.730Z Compiling xshell v0.2.7
32392026-06-22T00:16:41.942Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32402026-06-22T00:16:41.998Z Compiling typify v0.6.2
32412026-06-22T00:16:42.059Z Compiling tabled_derive v0.7.0
32422026-06-22T00:16:42.084Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32432026-06-22T00:16:42.144Z Compiling progenitor-impl v0.14.0
32442026-06-22T00:16:42.243Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32452026-06-22T00:16:42.286Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32462026-06-22T00:16:42.306Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32472026-06-22T00:16:42.324Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32482026-06-22T00:16:42.397Z Compiling hickory-resolver v0.24.4
32492026-06-22T00:16:42.453Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32502026-06-22T00:16:42.668Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32512026-06-22T00:16:42.795Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-06-22T00:16:42.983Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-06-22T00:16:43.024Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32542026-06-22T00:16:43.113Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32552026-06-22T00:16:43.227Z Compiling const_format v0.2.35
32562026-06-22T00:16:43.308Z Compiling bcs v0.1.6
32572026-06-22T00:16:43.329Z Compiling salty v0.3.0
32582026-06-22T00:16:43.365Z Compiling termtree v0.5.1
32592026-06-22T00:16:43.548Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32602026-06-22T00:16:43.568Z Compiling qorb v0.4.1
32612026-06-22T00:16:43.609Z Compiling tagptr v0.2.0
32622026-06-22T00:16:43.626Z Compiling textwrap v0.16.2
32632026-06-22T00:16:43.690Z Compiling tabled v0.15.0
32642026-06-22T00:16:43.734Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-06-22T00:16:43.787Z Compiling moka v0.12.13
32662026-06-22T00:16:43.937Z Compiling steno v0.4.1
32672026-06-22T00:16:43.980Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32682026-06-22T00:16:44.066Z Compiling base64 v0.21.7
32692026-06-22T00:16:44.154Z Compiling radium v0.7.0
32702026-06-22T00:16:44.478Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32712026-06-22T00:16:44.521Z Compiling p384 v0.13.1
32722026-06-22T00:16:44.611Z Compiling hickory-resolver v0.25.2
32732026-06-22T00:16:44.660Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32742026-06-22T00:16:44.678Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32752026-06-22T00:16:44.749Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32762026-06-22T00:16:44.809Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32772026-06-22T00:16:44.982Z Compiling progenitor-macro v0.14.0
32782026-06-22T00:16:45.124Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32792026-06-22T00:16:45.177Z Compiling maybe-uninit v2.0.0
32802026-06-22T00:16:45.389Z Compiling tap v1.0.1
32812026-06-22T00:16:45.537Z Compiling wyz v0.5.1
32822026-06-22T00:16:45.572Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32832026-06-22T00:16:45.672Z Compiling proc-macro-error-attr2 v2.0.0
32842026-06-22T00:16:45.689Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32852026-06-22T00:16:45.769Z Compiling utf-8 v0.7.6
32862026-06-22T00:16:45.831Z Compiling packed_struct v0.10.1
32872026-06-22T00:16:45.922Z Compiling funty v2.0.0
32882026-06-22T00:16:45.938Z Compiling parking_lot_core v0.8.6
32892026-06-22T00:16:46.004Z Compiling tungstenite v0.21.0
32902026-06-22T00:16:46.111Z Compiling proc-macro-error2 v2.0.1
32912026-06-22T00:16:46.174Z Compiling polyval v0.6.2
32922026-06-22T00:16:46.261Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32932026-06-22T00:16:46.280Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32942026-06-22T00:16:46.296Z Compiling bitvec v1.0.1
32952026-06-22T00:16:46.464Z Compiling packed_struct_codegen v0.10.1
32962026-06-22T00:16:46.468Z Compiling num-derive v0.3.3
32972026-06-22T00:16:46.530Z Compiling bitfield-macros v0.19.4
32982026-06-22T00:16:46.552Z Compiling zerocopy-derive v0.6.6
32992026-06-22T00:16:46.570Z Compiling indexmap v1.9.3
33002026-06-22T00:16:46.586Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33012026-06-22T00:16:46.590Z Compiling crc-catalog v2.4.0
33022026-06-22T00:16:46.722Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33032026-06-22T00:16:46.796Z Compiling nodrop v0.1.14
33042026-06-22T00:16:46.867Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33052026-06-22T00:16:46.887Z Compiling array-init v0.0.4
33062026-06-22T00:16:46.919Z Compiling crc v3.4.0
33072026-06-22T00:16:46.938Z Compiling tokio-tungstenite v0.21.0
33082026-06-22T00:16:46.996Z Compiling tabled_derive v0.11.0
33092026-06-22T00:16:47.153Z Compiling ghash v0.5.1
33102026-06-22T00:16:47.268Z Compiling smallvec v0.6.14
33112026-06-22T00:16:47.301Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-06-22T00:16:47.319Z Compiling progenitor-impl v0.13.0
33132026-06-22T00:16:47.335Z Compiling bitfield v0.19.4
33142026-06-22T00:16:47.490Z Compiling libscf-sys v1.1.0
33152026-06-22T00:16:47.508Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33162026-06-22T00:16:47.511Z Compiling zerocopy v0.6.6
33172026-06-22T00:16:47.541Z Compiling papergrid v0.17.0
33182026-06-22T00:16:47.544Z Compiling testing_table v0.3.0
33192026-06-22T00:16:47.645Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33202026-06-22T00:16:47.662Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33212026-06-22T00:16:47.680Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33222026-06-22T00:16:47.683Z Compiling ctr v0.9.2
33232026-06-22T00:16:47.842Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-06-22T00:16:47.861Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33252026-06-22T00:16:47.883Z Compiling corncobs v0.1.4
33262026-06-22T00:16:47.899Z Compiling illumos-nvpair-sys v0.2.0
33272026-06-22T00:16:47.928Z Compiling hashbrown v0.12.3
33282026-06-22T00:16:47.931Z Compiling unicase v2.9.0
33292026-06-22T00:16:48.092Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-06-22T00:16:48.172Z Compiling aes-gcm v0.10.3
33312026-06-22T00:16:48.189Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-06-22T00:16:48.204Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-06-22T00:16:48.204Z Compiling mime_guess v2.0.5
33342026-06-22T00:16:48.240Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33352026-06-22T00:16:48.416Z Compiling serde-hex v0.1.0
33362026-06-22T00:16:48.447Z Compiling parking_lot v0.11.2
33372026-06-22T00:16:48.534Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33382026-06-22T00:16:48.645Z Compiling tabled v0.20.0
33392026-06-22T00:16:48.826Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33402026-06-22T00:16:48.843Z Compiling ron v0.8.1
33412026-06-22T00:16:48.870Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33422026-06-22T00:16:48.924Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33432026-06-22T00:16:49.124Z Compiling hashbrown v0.13.2
33442026-06-22T00:16:49.270Z Compiling progenitor-client v0.13.0
33452026-06-22T00:16:49.274Z Compiling blowfish v0.9.1
33462026-06-22T00:16:49.390Z Compiling prefix-trie v0.7.0
33472026-06-22T00:16:49.507Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33482026-06-22T00:16:49.567Z Compiling ssh-encoding v0.2.0
33492026-06-22T00:16:49.635Z Compiling fxhash v0.2.1
33502026-06-22T00:16:49.654Z Compiling secrecy v0.8.0
33512026-06-22T00:16:49.831Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33522026-06-22T00:16:49.849Z Compiling crc-any v2.5.0
33532026-06-22T00:16:49.854Z Compiling ssh-cipher v0.2.0
33542026-06-22T00:16:49.901Z Compiling sled v0.34.7
33552026-06-22T00:16:50.040Z Compiling progenitor-macro v0.13.0
33562026-06-22T00:16:50.065Z Compiling hickory-server v0.25.2
33572026-06-22T00:16:50.108Z Compiling object v0.30.4
33582026-06-22T00:16:50.128Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33592026-06-22T00:16:50.168Z Compiling progenitor v0.14.0
33602026-06-22T00:16:50.234Z Compiling bcrypt-pbkdf v0.10.0
33612026-06-22T00:16:50.352Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33622026-06-22T00:16:50.472Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33632026-06-22T00:16:50.578Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33642026-06-22T00:16:50.599Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33652026-06-22T00:16:50.800Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33662026-06-22T00:16:51.026Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33672026-06-22T00:16:51.117Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33682026-06-22T00:16:51.208Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33692026-06-22T00:16:51.230Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33702026-06-22T00:16:51.299Z Compiling password-hash v0.4.2
33712026-06-22T00:16:51.411Z Compiling path-slash v0.1.5
33722026-06-22T00:16:51.580Z Compiling crc8 v0.1.1
33732026-06-22T00:16:51.722Z Compiling half v1.8.3
33742026-06-22T00:16:51.739Z Compiling http-range v0.1.5
33752026-06-22T00:16:51.966Z Compiling serde_cbor v0.11.2
33762026-06-22T00:16:52.033Z Compiling pbkdf2 v0.11.0
33772026-06-22T00:16:52.049Z Compiling illumos-nvpair v0.3.0
33782026-06-22T00:16:52.333Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33792026-06-22T00:16:52.546Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33802026-06-22T00:16:52.606Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33812026-06-22T00:16:53.190Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33822026-06-22T00:16:53.209Z Compiling ssh-key v0.6.7
33832026-06-22T00:16:53.241Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33842026-06-22T00:16:53.328Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33852026-06-22T00:16:53.509Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33862026-06-22T00:16:53.733Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33872026-06-22T00:16:53.752Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33882026-06-22T00:16:53.770Z Compiling p521 v0.13.3
33892026-06-22T00:16:53.786Z Compiling p256 v0.13.2
33902026-06-22T00:16:53.875Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33912026-06-22T00:16:54.185Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33922026-06-22T00:16:54.204Z Compiling yasna v0.5.2
33932026-06-22T00:16:54.319Z Compiling kstat-rs v0.2.4
33942026-06-22T00:16:54.561Z Compiling headers-core v0.3.0
33952026-06-22T00:16:54.662Z Compiling nanorand v0.7.0
33962026-06-22T00:16:54.717Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33972026-06-22T00:16:54.760Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33982026-06-22T00:16:54.792Z Compiling atty v0.2.14
33992026-06-22T00:16:54.936Z Compiling russh-cryptovec v0.7.3
34002026-06-22T00:16:54.953Z Compiling home v0.5.12
34012026-06-22T00:16:54.971Z Compiling md5 v0.7.0
34022026-06-22T00:16:55.001Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34032026-06-22T00:16:55.018Z Compiling flume v0.11.1
34042026-06-22T00:16:55.133Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34052026-06-22T00:16:55.161Z Compiling russh-keys v0.45.0
34062026-06-22T00:16:55.197Z Compiling progenitor v0.13.0
34072026-06-22T00:16:55.250Z Compiling headers v0.4.1
34082026-06-22T00:16:55.282Z Compiling rcgen v0.12.1
34092026-06-22T00:16:55.367Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34102026-06-22T00:16:55.388Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-06-22T00:16:55.430Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-06-22T00:16:55.450Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-06-22T00:16:55.760Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34142026-06-22T00:16:55.780Z Compiling hyper-staticfile v0.10.1
34152026-06-22T00:16:55.838Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34162026-06-22T00:16:55.874Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34172026-06-22T00:16:56.045Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34182026-06-22T00:16:56.195Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34192026-06-22T00:16:56.325Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34202026-06-22T00:16:56.404Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34212026-06-22T00:16:56.420Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34222026-06-22T00:16:56.566Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34232026-06-22T00:16:56.584Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-06-22T00:16:56.604Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34252026-06-22T00:16:56.640Z Compiling num-bigint v0.4.6
34262026-06-22T00:16:56.723Z Compiling des v0.8.1
34272026-06-22T00:16:56.780Z Compiling subprocess v0.2.15
34282026-06-22T00:16:56.797Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-06-22T00:16:56.833Z Compiling hex-literal v0.4.1
34302026-06-22T00:16:56.876Z Compiling display-error-chain v0.2.2
34312026-06-22T00:16:56.937Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-06-22T00:16:56.973Z Compiling colored v2.2.0
34332026-06-22T00:16:57.004Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34342026-06-22T00:16:57.052Z Compiling internet-checksum v0.2.1
34352026-06-22T00:16:57.253Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34362026-06-22T00:16:57.275Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-06-22T00:16:57.935Z Compiling russh v0.45.0
34382026-06-22T00:16:58.180Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34392026-06-22T00:16:59.169Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-06-22T00:16:59.169Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-06-22T00:17:01.554Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34422026-06-22T00:17:02.153Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34432026-06-22T00:17:02.213Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34442026-06-22T00:17:02.704Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-06-22T00:17:04.673Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-06-22T00:17:12.883Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-06-22T00:17:12.883Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-06-22T00:17:12.886Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34492026-06-22T00:17:12.886Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-06-22T00:17:14.630Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-06-22T00:17:14.672Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-06-22T00:17:18.735Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34532026-06-22T00:18:38.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34542026-06-22T00:18:38.444Z
34552026-06-22T00:18:38.444Zreal 1:26.303281051
34562026-06-22T00:18:38.444Zuser 8:04.306304452
34572026-06-22T00:18:38.444Zsys 1:38.738575337
34582026-06-22T00:18:38.444Ztrap 0.243278075
34592026-06-22T00:18:38.444Ztflt 0.569945212
34602026-06-22T00:18:38.444Zdflt 1.670225522
34612026-06-22T00:18:38.444Zkflt 0.000435510
34622026-06-22T00:18:38.444Zlock 28:23.568814256
34632026-06-22T00:18:38.444Zslp 18:13.002591395
34642026-06-22T00:18:38.445Zlat 38.456655581
34652026-06-22T00:18:38.445Zstop 2:38.133696881
34662026-06-22T00:18:38.445Z+ mkdir tests
34672026-06-22T00:18:38.445Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-06-22T00:18:38.445Z+ xargs -I '{}' -t cp '{}' tests/
34692026-06-22T00:18:38.445Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34702026-06-22T00:18:38.446Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34712026-06-22T00:18:38.446Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34722026-06-22T00:18:38.446Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34732026-06-22T00:18:38.446Z+ 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-06-22T00:18:38.446Z+ 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 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-06-22T00:19:18.785ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-06-22T00:19:18.785Za .github/buildomat/ci-env.sh 1K
34772026-06-22T00:19:18.785Za out/target/test 1K
34782026-06-22T00:19:18.785Za out/npuzone/npuzone 27402K
34792026-06-22T00:19:18.785Za package-manifest.toml 35K
34802026-06-22T00:19:18.785Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-06-22T00:19:18.785Za target/release/omicron-package 45241K
34822026-06-22T00:19:18.785Za target/release/xtask 11453K
34832026-06-22T00:19:18.785Za target/debug/bootstrap 356178K
34842026-06-22T00:19:18.785Za tests/bootstrap-924fc3fc47321669 31215K
34852026-06-22T00:19:18.786Za tests/commtest-408c589a9be9a15a 32300K
34862026-06-22T00:19:18.786Za tests/dhcp_server-f35f394bfb169ef7 31215K
34872026-06-22T00:19:18.786Za tests/end_to_end_tests-f00a927a2ca939a9 398002K
34882026-06-22T00:19:18.786Za tools/opte_version 1K
34892026-06-22T00:19:18.786Za tools/opte_version_override 2K
34902026-06-22T00:19:18.786Za out/clickhouse.tar.gz 313512K
34912026-06-22T00:19:18.786Za out/clickhouse_keeper.tar.gz 298568K
34922026-06-22T00:19:18.786Za out/clickhouse_server.tar.gz 313508K
34932026-06-22T00:19:18.786Za out/cockroachdb.tar.gz 157713K
34942026-06-22T00:19:18.786Za out/crucible-pantry-zone.tar.gz 36484K
34952026-06-22T00:19:18.786Za out/crucible-utils.tar 16478K
34962026-06-22T00:19:18.786Za out/crucible-zone.tar.gz 52054K
34972026-06-22T00:19:18.787Za out/external-dns.tar.gz 42923K
34982026-06-22T00:19:18.787Za out/internal-dns.tar.gz 42922K
34992026-06-22T00:19:18.787Za out/mg-ddm-gz.tar 97917K
35002026-06-22T00:19:18.787Za out/nexus.tar.gz 277676K
35012026-06-22T00:19:18.787Za out/ntp.tar.gz 24125K
35022026-06-22T00:19:18.787Za out/omicron-gateway-softnpu.tar.gz 30218K
35032026-06-22T00:19:18.787Za out/omicron-sled-agent.tar 194835K
35042026-06-22T00:19:18.787Za out/overlay.tar.gz 3K
35052026-06-22T00:19:18.787Za out/oximeter.tar.gz 62320K
35062026-06-22T00:19:18.787Za out/oxlog.tar 3782K
35072026-06-22T00:19:18.787Za out/probe.tar.gz 3037K
35082026-06-22T00:19:18.787Za out/propolis-server.tar.gz 34918K
35092026-06-22T00:19:18.787Za out/pumpkind-gz.tar 26647K
35102026-06-22T00:19:18.787Za out/switch-softnpu.tar.gz 447677K
35112026-06-22T00:19:18.791Z
35122026-06-22T00:19:18.791Zreal 1:20.236499151
35132026-06-22T00:19:18.791Zuser 1:17.528001079
35142026-06-22T00:19:18.791Zsys 4.452116186
35152026-06-22T00:19:18.791Ztrap 0.006633270
35162026-06-22T00:19:18.791Ztflt 0.000000000
35172026-06-22T00:19:18.791Zdflt 0.000000000
35182026-06-22T00:19:18.791Zkflt 0.000000000
35192026-06-22T00:19:18.792Zlock 0.000000000
35202026-06-22T00:19:18.792Zslp 1:17.429765158
35212026-06-22T00:19:18.792Zlat 1.051228936
35222026-06-22T00:19:18.792Zstop 0.000229750
35232026-06-22T00:19:18.792Zprocess exited: duration 1019545 ms, exit code 0
 
35242026-06-22T00:19:18.806Zfound 1 output files
35252026-06-22T00:19:18.806Zuploading: /work/package.tar.gz (2479328530 bytes)
35262026-06-22T00:19:47.319Zuploaded: /work/package.tar.gz