01KYRBNAQVFHPTC1XN030V7B2C: 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: 01KYRBPAWEJTTRD0RSW34D77MN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T01:55:35.511Zjob assigned to worker 01KYRBPM5A0DYJDT36HD9XNMZD [factory aws, i-0c7f2c6f4680041de] (queued for 51 s)
 
22026-07-30T01:55:42.868Zstarting task 0: "setup"
32026-07-30T01:55:42.873Z++ uname -s
42026-07-30T01:55:42.876Z+ kern=SunOS
52026-07-30T01:55:42.876Z+ build_user=build
62026-07-30T01:55:42.876Z+ build_uid=12345
72026-07-30T01:55:42.876Z+ work_dir=/work
82026-07-30T01:55:42.876Z+ input_dir=/input
92026-07-30T01:55:42.876Z+ [[ 0 == 12345 ]]
102026-07-30T01:55:42.876Z+ case "$kern" in
112026-07-30T01:55:42.876Z+ groupadd -g 12345 build
122026-07-30T01:55:42.879Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T01:55:44.887Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T01:55:45.020Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T01:55:45.023Z+ home_fs=zfs
162026-07-30T01:55:45.023Z+ [[ zfs == autofs ]]
172026-07-30T01:55:45.023Z+ mkdir -p /home/build
182026-07-30T01:55:45.026Z+ chown build:build /home/build /work
192026-07-30T01:55:46.026Z+ chmod 0700 /home/build /work
202026-07-30T01:55:46.030Zprocess exited: duration 3164 ms, exit code 0
 
212026-07-30T01:55:46.038Zstarting task 1: "rust-toolchain"
222026-07-30T01:55:46.044Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-30T01:55:46.044Z * rust toolchain channel = "1.97.1"
242026-07-30T01:55:46.044Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-30T01:55:46.044Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-30T01:55:46.044Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-30T01:55:46.045Z * rust toolchain profile = "default"
282026-07-30T01:55:46.048Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T01:55:46.048Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-30T01:55:46.162Zinfo: downloading installer
312026-07-30T01:55:47.851Zwarn: It looks like you have an existing rustup settings file at:
322026-07-30T01:55:47.851Zwarn: /home/build/.rustup/settings.toml
332026-07-30T01:55:47.851Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-30T01:55:47.851Zwarn: instead of the one inferred from the default host triple.
352026-07-30T01:55:47.863Zinfo: profile set to default
362026-07-30T01:55:47.863Zinfo: default host triple is x86_64-unknown-illumos
372026-07-30T01:55:47.868Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-30T01:55:48.009Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-30T01:55:48.013Zinfo: downloading 6 components
402026-07-30T01:56:03.070Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-30T01:56:03.070Z
422026-07-30T01:56:03.099Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-30T01:56:03.099Z
442026-07-30T01:56:03.099Z
452026-07-30T01:56:03.100ZRust is installed now. Great!
462026-07-30T01:56:03.100Z
472026-07-30T01:56:03.100ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-30T01:56:03.100Zenvironment variable. This has not been done automatically.
492026-07-30T01:56:03.100Z
502026-07-30T01:56:03.100ZTo configure your current shell, you need to source
512026-07-30T01:56:03.100Zthe corresponding env file under $HOME/.cargo.
522026-07-30T01:56:03.100Z
532026-07-30T01:56:03.100ZThis is usually done by running one of the following (note the leading DOT):
542026-07-30T01:56:03.103Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-30T01:56:03.103Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-30T01:56:03.103Zsource "~/.cargo/env.nu" # For nushell
572026-07-30T01:56:03.103Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-30T01:56:03.103Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-30T01:56:03.103Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-30T01:56:03.103Zwarn: no default linker (`cc`) was found in your PATH
612026-07-30T01:56:03.103Zwarn: many Rust crates require a system C toolchain to build
622026-07-30T01:56:03.213Z+ rustup --version
632026-07-30T01:56:03.219Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-30T01:56:03.219Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-30T01:56:03.238Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-30T01:56:03.241Z+ cargo --version
672026-07-30T01:56:03.249Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-30T01:56:03.252Z+ rustc --version
692026-07-30T01:56:03.272Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-30T01:56:03.275Zprocess exited: duration 17237 ms, exit code 0
 
712026-07-30T01:56:03.283Zstarting task 2: "authentication"
722026-07-30T01:56:03.303Zprocess exited: duration 20 ms, exit code 0
 
732026-07-30T01:56:03.312Zstarting task 3: "clone repository"
742026-07-30T01:56:03.316Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-30T01:56:03.319Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-30T01:56:03.351ZCloning into '/work/oxidecomputer/omicron'...
772026-07-30T01:56:12.994Z+ cd /work/oxidecomputer/omicron
782026-07-30T01:56:12.994Z+ git fetch origin 92e43d5fb43dbc8ceefb16e39368d20779e12e80
792026-07-30T01:56:13.267ZFrom https://github.com/oxidecomputer/omicron
802026-07-30T01:56:13.267Z * branch 92e43d5fb43dbc8ceefb16e39368d20779e12e80 -> FETCH_HEAD
812026-07-30T01:56:13.278Z+ [[ -n iliana/tufaceous-v2/30.nexus ]]
822026-07-30T01:56:13.281Z++ git branch --show-current
832026-07-30T01:56:13.281Z+ current=main
842026-07-30T01:56:13.281Z+ [[ main != iliana/tufaceous-v2/30.nexus ]]
852026-07-30T01:56:13.281Z+ git branch -f iliana/tufaceous-v2/30.nexus 92e43d5fb43dbc8ceefb16e39368d20779e12e80
862026-07-30T01:56:13.284Z+ git checkout -f iliana/tufaceous-v2/30.nexus
872026-07-30T01:56:13.364ZSwitched to branch 'iliana/tufaceous-v2/30.nexus'
882026-07-30T01:56:13.367Z+ git reset --hard 92e43d5fb43dbc8ceefb16e39368d20779e12e80
892026-07-30T01:56:13.450ZHEAD is now at 92e43d5fb comment on ArtifactHash::v1_json_schema
902026-07-30T01:56:13.453Zprocess exited: duration 10140 ms, exit code 0
 
912026-07-30T01:56:13.459Zstarting task 4: "build"
922026-07-30T01:56:13.464Z+ source .github/buildomat/ci-env.sh
932026-07-30T01:56:13.464Z++ export CARGO_TERM_COLOR=always
942026-07-30T01:56:13.464Z++ CARGO_TERM_COLOR=always
952026-07-30T01:56:13.467Z+++ uname -s
962026-07-30T01:56:13.467Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-30T01:56:13.467Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-30T01:56:13.471Z+ cargo --version
992026-07-30T01:56:13.479Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-30T01:56:13.482Z+ rustc --version
1012026-07-30T01:56:13.504Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-30T01:56:13.508Z+ WORK=/work
1032026-07-30T01:56:13.508Z+ pfexec mkdir -p /work
1042026-07-30T01:56:13.512Z+ pfexec chown build /work
1052026-07-30T01:56:13.512Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-30T01:56:15.300Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-30T01:56:15.536Z Startup: Caching catalogs ... Done
1082026-07-30T01:56:16.710ZPlanning: Solver setup ... Done (1.093s)
1092026-07-30T01:56:16.754ZPlanning: Running solver ... Done (0.045s)
1102026-07-30T01:56:16.787ZPlanning: Finding local manifests ... Done (0.004s)
1112026-07-30T01:56:16.798ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-30T01:56:16.822ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-30T01:56:16.835ZPlanning: Package planning ... Done (0.014s)
1142026-07-30T01:56:16.838ZPlanning: Merging actions ... Done (0.001s)
1152026-07-30T01:56:17.041ZPlanning: Checking for conflicting actions ... Done (0.205s)
1162026-07-30T01:56:17.045ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-30T01:56:17.982ZPlanning: Evaluating mediators ... Done (0.900s)
1182026-07-30T01:56:17.982ZPlanning: Planning completed in 2.38 seconds
1192026-07-30T01:56:17.982Z Packages to install: 2
1202026-07-30T01:56:17.982Z Estimated space available: 156.02 GB
1212026-07-30T01:56:17.982ZEstimated space to be consumed: 55.06 MB
1222026-07-30T01:56:17.982Z Create boot environment: No
1232026-07-30T01:56:17.982ZCreate backup boot environment: No
1242026-07-30T01:56:17.982Z Rebuild boot archive: No
1252026-07-30T01:56:17.982Z
1262026-07-30T01:56:17.982ZChanged packages:
1272026-07-30T01:56:17.982Zhelios
1282026-07-30T01:56:17.983Z developer/build-essential
1292026-07-30T01:56:17.983Z None -> 11-3.0
1302026-07-30T01:56:17.983Z library/libxmlsec1
1312026-07-30T01:56:17.983Z None -> 1.2.35-3.0
1322026-07-30T01:56:17.983Z
1332026-07-30T01:56:17.983ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-30T01:56:18.058ZDownload: Completed 1.28 MB in 0.08 seconds (16.3M/s)
1352026-07-30T01:56:18.133Z Actions: 1/268 actions (Installing new actions)
1362026-07-30T01:56:18.172Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-30T01:56:18.195ZFinalize: Updating package state database ... Done (0.025s)
1382026-07-30T01:56:18.196ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-30T01:56:18.252ZFinalize: Updating image state ... Done (0.057s)
1402026-07-30T01:56:20.896ZFinalize: Creating fast lookup database ... Done (2.604s)
1412026-07-30T01:56:20.968ZFinalize: Reading search index ... Done (0.013s)
1422026-07-30T01:56:20.971ZFinalize: Updating search index ... Done (0.000s)
1432026-07-30T01:56:21.074ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-30T01:56:21.418ZPlanning: Evaluating mediator changes ... Done
1452026-07-30T01:56:21.522ZPlanning: Checking for conflicting actions ... Done
1462026-07-30T01:56:21.526ZPlanning: Consolidating action changes ... Done
1472026-07-30T01:56:21.679ZPlanning: Evaluating mediators ... Done
1482026-07-30T01:56:21.683ZPlanning: Planning completed in 0.26 seconds
1492026-07-30T01:56:21.701Z Mediators to change: 2
1502026-07-30T01:56:21.701Z Create boot environment: No
1512026-07-30T01:56:21.701ZCreate backup boot environment: No
1522026-07-30T01:56:21.753ZFinalize: Updating package state database ... Done
1532026-07-30T01:56:21.754ZFinalize: Updating package cache ... Done
1542026-07-30T01:56:21.784ZFinalize: Updating image state ... Done
1552026-07-30T01:56:23.716ZFinalize: Creating fast lookup database ... Done
1562026-07-30T01:56:23.778ZFinalize: Reading search index ... Done
1572026-07-30T01:56:23.781ZFinalize: Updating search index ... Done
1582026-07-30T01:56:23.842ZFinalize: Updating package cache ... Done
1592026-07-30T01:56:24.130ZPlanning: Evaluating mediator changes ... Done
1602026-07-30T01:56:24.234ZPlanning: Checking for conflicting actions ... Done
1612026-07-30T01:56:24.237ZPlanning: Consolidating action changes ... Done
1622026-07-30T01:56:24.391ZPlanning: Evaluating mediators ... Done
1632026-07-30T01:56:24.395ZPlanning: Planning completed in 0.26 seconds
1642026-07-30T01:56:24.416Z Mediators to change: 1
1652026-07-30T01:56:24.416Z Create boot environment: No
1662026-07-30T01:56:24.416ZCreate backup boot environment: No
1672026-07-30T01:56:24.465ZFinalize: Updating package state database ... Done
1682026-07-30T01:56:24.465ZFinalize: Updating package cache ... Done
1692026-07-30T01:56:24.504ZFinalize: Updating image state ... Done
1702026-07-30T01:56:26.481ZFinalize: Creating fast lookup database ... Done
1712026-07-30T01:56:26.546ZFinalize: Reading search index ... Done
1722026-07-30T01:56:26.594ZFinalize: Updating search index ... Done
1732026-07-30T01:56:26.612ZFinalize: Updating package cache ... Done
1742026-07-30T01:56:26.931ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-30T01:56:26.931Zapache system 2.4 system
1762026-07-30T01:56:26.931Zclang system 15 system
1772026-07-30T01:56:26.931Zcsh system system illumos
1782026-07-30T01:56:26.931Zctags system system illumos
1792026-07-30T01:56:26.931Zfile vendor vendor darwinsys
1802026-07-30T01:56:26.931Zfile system system illumos
1812026-07-30T01:56:26.931Zgcc vendor 14 vendor
1822026-07-30T01:56:26.931Zgcc system 13 system
1832026-07-30T01:56:26.931Zgcc system 10 system
1842026-07-30T01:56:26.931Zgo system 1.25 system
1852026-07-30T01:56:26.931Zllvm system 15 system
1862026-07-30T01:56:26.931Zmariadb system 11.4 system
1872026-07-30T01:56:26.931Zmta vendor vendor dma
1882026-07-30T01:56:26.931Zopenjdk system 17 system
1892026-07-30T01:56:26.931Zopenjdk system 11 system
1902026-07-30T01:56:26.931Zopenssl vendor 3 vendor
1912026-07-30T01:56:26.931Zperl system 5.40 system
1922026-07-30T01:56:26.931Zpostgresql system 18 system
1932026-07-30T01:56:26.931Zpostgresql system 17 system
1942026-07-30T01:56:26.931Zpython vendor 3 vendor
1952026-07-30T01:56:26.931Zpython system 2 system
1962026-07-30T01:56:26.931Zpython3 vendor 3.13 vendor
1972026-07-30T01:56:26.932Zruby system 3.4 system
1982026-07-30T01:56:26.932Zruby system 3.0 system
1992026-07-30T01:56:26.932Zwords vendor vendor american-english
2002026-07-30T01:56:26.932Zwords system system australian-english
2012026-07-30T01:56:26.932Zwords system system british-english
2022026-07-30T01:56:26.932Zwords system system canadian-english
2032026-07-30T01:56:26.932Zwords system system french
2042026-07-30T01:56:26.932Zwords system system italian
2052026-07-30T01:56:26.932Zwords system system ngerman
2062026-07-30T01:56:26.932Zwords system system ogerman
2072026-07-30T01:56:26.932Zwords system system spanish
2082026-07-30T01:56:27.188ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-30T01:56:27.188Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-30T01:56:27.586ZFMRI IFO
2112026-07-30T01:56:27.586Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-30T01:56:27.587Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-30T01:56:27.587Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-30T01:56:27.587Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-30T01:56:27.587Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-30T01:56:27.587Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-30T01:56:27.587Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-30T01:56:27.587Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-30T01:56:27.587Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-30T01:56:27.891Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-30T01:56:28.180Z Updating crates.io index
2222026-07-30T01:56:28.296Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-30T01:56:28.474Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-30T01:56:28.713Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2252026-07-30T01:56:29.080Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-07-30T01:56:30.009Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-07-30T01:56:30.558Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-07-30T01:56:32.140Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-07-30T01:56:33.396Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-07-30T01:56:33.396Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-07-30T01:56:33.527Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-07-30T01:56:34.893Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-07-30T01:56:35.146Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-07-30T01:56:35.455Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2352026-07-30T01:56:35.697Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2362026-07-30T01:56:36.141Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2372026-07-30T01:56:36.635Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2382026-07-30T01:56:36.829Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-07-30T01:56:37.055Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-07-30T01:56:37.305Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2412026-07-30T01:56:37.599Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2422026-07-30T01:56:37.833Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2432026-07-30T01:56:38.034Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2442026-07-30T01:56:38.288Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2452026-07-30T01:56:38.654Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2462026-07-30T01:56:39.568Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-07-30T01:56:39.593Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-07-30T01:56:39.697Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-07-30T01:56:39.916Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-30T01:56:40.423Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-30T01:56:40.641Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-30T01:56:40.885Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-30T01:56:41.388Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-30T01:56:41.738Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-30T01:56:41.974Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-30T01:56:42.320Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-30T01:56:42.511Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-30T01:56:42.755Z Updating git repository `https://github.com/oxidecomputer/tough`
2592026-07-30T01:56:43.283Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2602026-07-30T01:56:43.736Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-07-30T01:56:43.933Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-07-30T01:56:44.147Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-07-30T01:56:44.374Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-07-30T01:56:47.269Z Downloading crates ...
2652026-07-30T01:56:47.303Z Downloaded crypto-common v0.1.7
2662026-07-30T01:56:47.310Z Downloaded fastrand v2.3.0
2672026-07-30T01:56:47.310Z Downloaded heck v0.4.1
2682026-07-30T01:56:47.310Z Downloaded equivalent v1.0.2
2692026-07-30T01:56:47.310Z Downloaded cpufeatures v0.2.17
2702026-07-30T01:56:47.310Z Downloaded is_terminal_polyfill v1.70.2
2712026-07-30T01:56:47.315Z Downloaded usdt v0.5.0
2722026-07-30T01:56:47.315Z Downloaded clap_lex v1.0.0
2732026-07-30T01:56:47.315Z Downloaded heck v0.5.0
2742026-07-30T01:56:47.315Z Downloaded indexmap v2.14.0
2752026-07-30T01:56:47.315Z Downloaded dtrace-parser v0.2.0
2762026-07-30T01:56:47.315Z Downloaded fnv v1.0.7
2772026-07-30T01:56:47.315Z Downloaded macaddr v1.0.1
2782026-07-30T01:56:47.316Z Downloaded cfg-if v1.0.4
2792026-07-30T01:56:47.316Z Downloaded errno v0.3.14
2802026-07-30T01:56:47.320Z Downloaded zerocopy v0.7.35
2812026-07-30T01:56:47.326Z Downloaded zmij v1.0.21
2822026-07-30T01:56:47.336Z Downloaded zerocopy-derive v0.7.35
2832026-07-30T01:56:47.336Z Downloaded itoa v1.0.17
2842026-07-30T01:56:47.336Z Downloaded cargo-platform v0.3.2
2852026-07-30T01:56:47.336Z Downloaded generic-array v0.14.7
2862026-07-30T01:56:47.336Z Downloaded anstyle-query v1.1.5
2872026-07-30T01:56:47.336Z Downloaded memmap v0.7.0
2882026-07-30T01:56:47.342Z Downloaded bytecount v0.6.9
2892026-07-30T01:56:47.349Z Downloaded utf8parse v0.2.2
2902026-07-30T01:56:47.356Z Downloaded block-buffer v0.10.4
2912026-07-30T01:56:47.356Z Downloaded dof v0.3.0
2922026-07-30T01:56:47.356Z Downloaded unicode-linebreak v0.1.5
2932026-07-30T01:56:47.357Z Downloaded colorchoice v1.0.4
2942026-07-30T01:56:47.367Z Downloaded anstream v1.0.0
2952026-07-30T01:56:47.367Z Downloaded anstyle v1.0.14
2962026-07-30T01:56:47.367Z Downloaded cargo_metadata v0.23.1
2972026-07-30T01:56:47.367Z Downloaded camino-tempfile v1.4.1
2982026-07-30T01:56:47.367Z Downloaded cargo_toml v0.21.0
2992026-07-30T01:56:47.557Z Downloaded fs-err v3.3.0
3002026-07-30T01:56:47.557Z Downloaded serde_spanned v0.6.9
3012026-07-30T01:56:47.557Z Downloaded clap_derive v4.6.1
3022026-07-30T01:56:47.557Z Downloaded ucd-trie v0.1.7
3032026-07-30T01:56:47.557Z Downloaded byteorder v1.5.0
3042026-07-30T01:56:47.557Z Downloaded pest_derive v2.8.6
3052026-07-30T01:56:47.557Z Downloaded digest v0.10.7
3062026-07-30T01:56:47.583Z Downloaded anstyle-parse v1.0.0
3072026-07-30T01:56:47.583Z Downloaded terminal_size v0.4.3
3082026-07-30T01:56:47.583Z Downloaded thread-id v4.2.2
3092026-07-30T01:56:47.583Z Downloaded pretty-hex v0.4.1
3102026-07-30T01:56:47.583Z Downloaded toml_write v0.1.2
3112026-07-30T01:56:47.583Z Downloaded usdt-macro v0.5.0
3122026-07-30T01:56:47.583Z Downloaded usdt-attr-macro v0.5.0
3132026-07-30T01:56:47.583Z Downloaded plain v0.2.3
3142026-07-30T01:56:47.583Z Downloaded scroll_derive v0.12.1
3152026-07-30T01:56:47.583Z Downloaded swrite v0.1.0
3162026-07-30T01:56:47.584Z Downloaded proc-macro-error-attr v1.0.4
3172026-07-30T01:56:47.584Z Downloaded version_check v0.9.5
3182026-07-30T01:56:47.584Z Downloaded strsim v0.11.1
3192026-07-30T01:56:47.584Z Downloaded tabled_derive v0.7.0
3202026-07-30T01:56:47.584Z Downloaded toml_datetime v0.6.11
3212026-07-30T01:56:47.584Z Downloaded autocfg v1.5.0
3222026-07-30T01:56:47.584Z Downloaded camino v1.2.2
3232026-07-30T01:56:47.584Z Downloaded bitflags v2.11.0
3242026-07-30T01:56:47.584Z Downloaded smawk v0.3.2
3252026-07-30T01:56:47.584Z Downloaded once_cell v1.21.3
3262026-07-30T01:56:47.584Z Downloaded scroll v0.12.0
3272026-07-30T01:56:47.584Z Downloaded serde_tokenstream v0.2.3
3282026-07-30T01:56:47.584Z Downloaded thiserror v2.0.18
3292026-07-30T01:56:47.584Z Downloaded thiserror-impl v1.0.69
3302026-07-30T01:56:47.584Z Downloaded pest_generator v2.8.6
3312026-07-30T01:56:47.584Z Downloaded proc-macro-error v1.0.4
3322026-07-30T01:56:47.584Z Downloaded usdt-impl v0.5.0
3332026-07-30T01:56:47.584Z Downloaded thiserror-impl v2.0.18
3342026-07-30T01:56:47.584Z Downloaded quote v1.0.45
3352026-07-30T01:56:47.584Z Downloaded log v0.4.29
3362026-07-30T01:56:47.584Z Downloaded proc-macro2 v1.0.106
3372026-07-30T01:56:47.584Z Downloaded clap v4.6.1
3382026-07-30T01:56:47.584Z Downloaded toml v0.8.23
3392026-07-30T01:56:47.584Z Downloaded papergrid v0.11.0
3402026-07-30T01:56:47.584Z Downloaded getrandom v0.4.1
3412026-07-30T01:56:47.584Z Downloaded thiserror v1.0.69
3422026-07-30T01:56:47.585Z Downloaded anyhow v1.0.102
3432026-07-30T01:56:47.585Z Downloaded sha2 v0.10.9
3442026-07-30T01:56:47.585Z Downloaded tempfile v3.25.0
3452026-07-30T01:56:47.585Z Downloaded semver v1.0.28
3462026-07-30T01:56:47.585Z Downloaded serde_derive v1.0.228
3472026-07-30T01:56:47.585Z Downloaded unicode-ident v1.0.24
3482026-07-30T01:56:47.585Z Downloaded pest_meta v2.8.6
3492026-07-30T01:56:47.585Z Downloaded serde_core v1.0.228
3502026-07-30T01:56:47.585Z Downloaded textwrap v0.16.2
3512026-07-30T01:56:47.585Z Downloaded toml_edit v0.22.27
3522026-07-30T01:56:47.585Z Downloaded memchr v2.8.0
3532026-07-30T01:56:47.585Z Downloaded serde v1.0.228
3542026-07-30T01:56:47.591Z Downloaded typenum v1.20.1
3552026-07-30T01:56:47.591Z Downloaded pest v2.8.6
3562026-07-30T01:56:47.591Z Downloaded hashbrown v0.17.0
3572026-07-30T01:56:47.597Z Downloaded clap_builder v4.6.0
3582026-07-30T01:56:47.608Z Downloaded serde_json v1.0.151
3592026-07-30T01:56:47.615Z Downloaded goblin v0.8.2
3602026-07-30T01:56:47.624Z Downloaded winnow v0.7.14
3612026-07-30T01:56:47.636Z Downloaded tabled v0.15.0
3622026-07-30T01:56:47.647Z Downloaded syn v1.0.109
3632026-07-30T01:56:47.660Z Downloaded unicode-width v0.1.14
3642026-07-30T01:56:47.669Z Downloaded unicode-width v0.2.0
3652026-07-30T01:56:47.675Z Downloaded syn v2.0.117
3662026-07-30T01:56:47.689Z Downloaded rustix v1.1.3
3672026-07-30T01:56:47.710Z Downloaded libc v0.2.185
3682026-07-30T01:56:47.771Z Compiling proc-macro2 v1.0.106
3692026-07-30T01:56:47.771Z Compiling unicode-ident v1.0.24
3702026-07-30T01:56:47.771Z Compiling quote v1.0.45
3712026-07-30T01:56:47.771Z Compiling serde_core v1.0.228
3722026-07-30T01:56:47.783Z Compiling libc v0.2.185
3732026-07-30T01:56:47.783Z Compiling version_check v0.9.5
3742026-07-30T01:56:47.783Z Compiling memchr v2.8.0
3752026-07-30T01:56:47.783Z Compiling serde v1.0.228
3762026-07-30T01:56:47.783Z Compiling zmij v1.0.21
3772026-07-30T01:56:47.783Z Compiling thiserror v1.0.69
3782026-07-30T01:56:47.959Z Compiling itoa v1.0.17
3792026-07-30T01:56:47.973Z Compiling ucd-trie v0.1.7
3802026-07-30T01:56:47.998Z Compiling byteorder v1.5.0
3812026-07-30T01:56:48.014Z Compiling rustix v1.1.3
3822026-07-30T01:56:48.209Z Compiling serde_json v1.0.151
3832026-07-30T01:56:48.490Z Compiling bitflags v2.11.0
3842026-07-30T01:56:48.533Z Compiling usdt-impl v0.5.0
3852026-07-30T01:56:48.533Z Compiling proc-macro-error-attr v1.0.4
3862026-07-30T01:56:48.533Z Compiling syn v1.0.109
3872026-07-30T01:56:48.564Z Compiling camino v1.2.2
3882026-07-30T01:56:48.596Z Compiling pest v2.8.6
3892026-07-30T01:56:48.691Z Compiling proc-macro-error v1.0.4
3902026-07-30T01:56:48.699Z Compiling plain v0.2.3
3912026-07-30T01:56:48.755Z Compiling equivalent v1.0.2
3922026-07-30T01:56:48.853Z Compiling getrandom v0.4.1
3932026-07-30T01:56:48.890Z Compiling hashbrown v0.17.0
3942026-07-30T01:56:48.890Z Compiling utf8parse v0.2.2
3952026-07-30T01:56:48.897Z Compiling log v0.4.29
3962026-07-30T01:56:48.978Z Compiling anstyle-query v1.1.5
3972026-07-30T01:56:48.991Z Compiling is_terminal_polyfill v1.70.2
3982026-07-30T01:56:48.991Z Compiling thiserror v2.0.18
3992026-07-30T01:56:49.066Z Compiling anstyle-parse v1.0.0
4002026-07-30T01:56:49.087Z Compiling cfg-if v1.0.4
4012026-07-30T01:56:49.093Z Compiling pretty-hex v0.4.1
4022026-07-30T01:56:49.093Z Compiling colorchoice v1.0.4
4032026-07-30T01:56:49.188Z Compiling errno v0.3.14
4042026-07-30T01:56:49.188Z Compiling thread-id v4.2.2
4052026-07-30T01:56:49.192Z Compiling anstyle v1.0.14
4062026-07-30T01:56:49.192Z Compiling toml_write v0.1.2
4072026-07-30T01:56:49.336Z Compiling winnow v0.7.14
4082026-07-30T01:56:49.352Z Compiling autocfg v1.5.0
4092026-07-30T01:56:49.397Z Compiling indexmap v2.14.0
4102026-07-30T01:56:49.465Z Compiling anstream v1.0.0
4112026-07-30T01:56:49.465Z Compiling unicode-width v0.1.14
4122026-07-30T01:56:49.506Z Compiling heck v0.5.0
4132026-07-30T01:56:49.532Z Compiling syn v2.0.117
4142026-07-30T01:56:49.613Z Compiling fnv v1.0.7
4152026-07-30T01:56:49.645Z Compiling heck v0.4.1
4162026-07-30T01:56:49.674Z Compiling pest_meta v2.8.6
4172026-07-30T01:56:49.686Z Compiling fastrand v2.3.0
4182026-07-30T01:56:49.757Z Compiling bytecount v0.6.9
4192026-07-30T01:56:49.771Z Compiling clap_lex v1.0.0
4202026-07-30T01:56:49.824Z Compiling fs-err v3.3.0
4212026-07-30T01:56:49.854Z Compiling strsim v0.11.1
4222026-07-30T01:56:49.884Z Compiling anyhow v1.0.102
4232026-07-30T01:56:49.952Z Compiling once_cell v1.21.3
4242026-07-30T01:56:49.961Z Compiling papergrid v0.11.0
4252026-07-30T01:56:49.976Z Compiling memmap v0.7.0
4262026-07-30T01:56:50.047Z Compiling smawk v0.3.2
4272026-07-30T01:56:50.106Z Compiling unicode-width v0.2.0
4282026-07-30T01:56:50.106Z Compiling unicode-linebreak v0.1.5
4292026-07-30T01:56:50.167Z Compiling swrite v0.1.0
4302026-07-30T01:56:50.324Z Compiling terminal_size v0.4.3
4312026-07-30T01:56:50.324Z Compiling tempfile v3.25.0
4322026-07-30T01:56:50.446Z Compiling clap_builder v4.6.0
4332026-07-30T01:56:50.531Z Compiling textwrap v0.16.2
4342026-07-30T01:56:50.618Z Compiling semver v1.0.28
4352026-07-30T01:56:50.669Z Compiling cargo-platform v0.3.2
4362026-07-30T01:56:50.812Z Compiling camino-tempfile v1.4.1
4372026-07-30T01:56:51.079Z Compiling tabled_derive v0.7.0
4382026-07-30T01:56:51.701Z Compiling pest_generator v2.8.6
4392026-07-30T01:56:51.729Z Compiling tabled v0.15.0
4402026-07-30T01:56:52.182Z Compiling serde_derive v1.0.228
4412026-07-30T01:56:52.197Z Compiling thiserror-impl v1.0.69
4422026-07-30T01:56:52.197Z Compiling zerocopy-derive v0.7.35
4432026-07-30T01:56:52.197Z Compiling scroll_derive v0.12.1
4442026-07-30T01:56:52.197Z Compiling thiserror-impl v2.0.18
4452026-07-30T01:56:52.198Z Compiling clap_derive v4.6.1
4462026-07-30T01:56:52.263Z Compiling pest_derive v2.8.6
4472026-07-30T01:56:52.949Z Compiling scroll v0.12.0
4482026-07-30T01:56:52.992Z Compiling zerocopy v0.7.35
4492026-07-30T01:56:53.169Z Compiling goblin v0.8.2
4502026-07-30T01:56:53.299Z Compiling dtrace-parser v0.2.0
4512026-07-30T01:56:53.562Z Compiling clap v4.6.1
4522026-07-30T01:56:54.589Z Compiling toml_datetime v0.6.11
4532026-07-30T01:56:54.590Z Compiling serde_spanned v0.6.9
4542026-07-30T01:56:54.599Z Compiling cargo_metadata v0.23.1
4552026-07-30T01:56:54.599Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-07-30T01:56:54.599Z Compiling macaddr v1.0.1
4572026-07-30T01:56:54.608Z Compiling dof v0.3.0
4582026-07-30T01:56:54.611Z Compiling serde_tokenstream v0.2.3
4592026-07-30T01:56:54.763Z Compiling toml_edit v0.22.27
4602026-07-30T01:56:55.375Z Compiling usdt-attr-macro v0.5.0
4612026-07-30T01:56:55.383Z Compiling usdt-macro v0.5.0
4622026-07-30T01:56:55.978Z Compiling usdt v0.5.0
4632026-07-30T01:56:56.031Z Compiling toml v0.8.23
4642026-07-30T01:56:56.344Z Compiling cargo_toml v0.21.0
4652026-07-30T01:56:57.646Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-07-30T01:56:59.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.00s
4672026-07-30T01:56:59.936Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-07-30T01:57:00.449Z Downloading crates ...
4692026-07-30T01:57:00.501Z Downloaded adler2 v2.0.1
4702026-07-30T01:57:00.508Z Downloaded async-trait v0.1.89
4712026-07-30T01:57:00.514Z Downloaded bb8 v0.8.6
4722026-07-30T01:57:00.518Z Downloaded bitfield-macros v0.19.4
4732026-07-30T01:57:00.519Z Downloaded arrayref v0.3.9
4742026-07-30T01:57:00.524Z Downloaded base16ct v0.2.0
4752026-07-30T01:57:00.524Z Downloaded bit-set v0.8.0
4762026-07-30T01:57:00.532Z Downloaded async-stream-impl v0.3.6
4772026-07-30T01:57:00.533Z Downloaded bit-set v0.5.3
4782026-07-30T01:57:00.533Z Downloaded bitfield-struct v0.6.2
4792026-07-30T01:57:00.533Z Downloaded foreign-types-shared v0.1.1
4802026-07-30T01:57:00.533Z Downloaded erased-serde v0.3.31
4812026-07-30T01:57:00.541Z Downloaded aead v0.5.2
4822026-07-30T01:57:00.541Z Downloaded atomicwrites v0.4.4
4832026-07-30T01:57:00.541Z Downloaded foreign-types v0.3.2
4842026-07-30T01:57:00.547Z Downloaded base64 v0.22.1
4852026-07-30T01:57:00.547Z Downloaded bitflags v1.3.2
4862026-07-30T01:57:00.547Z Downloaded base16ct v1.0.0
4872026-07-30T01:57:00.547Z Downloaded fatfs v0.3.6
4882026-07-30T01:57:00.547Z Downloaded async-recursion v1.1.1
4892026-07-30T01:57:00.558Z Downloaded float-cmp v0.10.0
4902026-07-30T01:57:00.558Z Downloaded globwalk v0.9.1
4912026-07-30T01:57:00.558Z Downloaded env_filter v1.0.0
4922026-07-30T01:57:00.558Z Downloaded futures-sink v0.3.32
4932026-07-30T01:57:00.558Z Downloaded bcrypt-pbkdf v0.11.0
4942026-07-30T01:57:00.558Z Downloaded hubpack v0.1.2
4952026-07-30T01:57:00.558Z Downloaded foreign-types v0.5.0
4962026-07-30T01:57:00.563Z Downloaded argon2 v0.5.3
4972026-07-30T01:57:00.563Z Downloaded hyper-tls v0.6.0
4982026-07-30T01:57:00.563Z Downloaded fixedbitset v0.4.2
4992026-07-30T01:57:00.563Z Downloaded git-stub v1.0.0
5002026-07-30T01:57:00.564Z Downloaded base64ct v1.8.3
5012026-07-30T01:57:00.564Z Downloaded bit-vec v0.6.3
5022026-07-30T01:57:00.564Z Downloaded float-ord v0.3.2
5032026-07-30T01:57:00.564Z Downloaded assert_matches v1.5.0
5042026-07-30T01:57:00.564Z Downloaded blake2 v0.10.6
5052026-07-30T01:57:00.564Z Downloaded futures-task v0.3.32
5062026-07-30T01:57:00.567Z Downloaded flume v0.11.1
5072026-07-30T01:57:00.567Z Downloaded foreign-types-macros v0.2.3
5082026-07-30T01:57:00.567Z Downloaded async-stream v0.3.6
5092026-07-30T01:57:00.567Z Downloaded form_urlencoded v1.2.2
5102026-07-30T01:57:00.567Z Downloaded aead v0.6.1
5112026-07-30T01:57:00.570Z Downloaded anstream v0.6.21
5122026-07-30T01:57:00.570Z Downloaded bit-vec v0.8.0
5132026-07-30T01:57:00.573Z Downloaded flagset v0.4.7
5142026-07-30T01:57:00.573Z Downloaded headers-core v0.3.0
5152026-07-30T01:57:00.573Z Downloaded backon v1.6.0
5162026-07-30T01:57:00.576Z Downloaded bcs v0.1.6
5172026-07-30T01:57:00.576Z Downloaded futures-io v0.3.32
5182026-07-30T01:57:00.577Z Downloaded gethostname v0.5.0
5192026-07-30T01:57:00.577Z Downloaded group v0.14.0
5202026-07-30T01:57:00.580Z Downloaded fxhash v0.2.1
5212026-07-30T01:57:00.580Z Downloaded array-init v0.0.4
5222026-07-30T01:57:00.580Z Downloaded ff v0.14.0
5232026-07-30T01:57:00.580Z Downloaded fixedbitset v0.5.7
5242026-07-30T01:57:00.580Z Downloaded ghash v0.6.0
5252026-07-30T01:57:00.584Z Downloaded bitfield v0.19.4
5262026-07-30T01:57:00.587Z Downloaded ff v0.13.1
5272026-07-30T01:57:00.587Z Downloaded hmac v0.12.1
5282026-07-30T01:57:00.587Z Downloaded foreign-types-shared v0.3.1
5292026-07-30T01:57:00.590Z Downloaded convert_case v0.4.0
5302026-07-30T01:57:00.590Z Downloaded cobs v0.3.0
5312026-07-30T01:57:00.593Z Downloaded fs_extra v1.3.0
5322026-07-30T01:57:00.598Z Downloaded futures-macro v0.3.32
5332026-07-30T01:57:00.603Z Downloaded httpdate v1.0.3
5342026-07-30T01:57:00.603Z Downloaded enum-as-inner v0.6.1
5352026-07-30T01:57:00.603Z Downloaded compression-core v0.4.31
5362026-07-30T01:57:00.606Z Downloaded funty v2.0.0
5372026-07-30T01:57:00.607Z Downloaded castaway v0.2.4
5382026-07-30T01:57:00.609Z Downloaded fs-err v2.11.0
5392026-07-30T01:57:00.610Z Downloaded enum_dispatch v0.3.13
5402026-07-30T01:57:00.613Z Downloaded futures-core v0.3.32
5412026-07-30T01:57:00.613Z Downloaded ascii-canvas v3.0.0
5422026-07-30T01:57:00.613Z Downloaded cfg_aliases v0.2.1
5432026-07-30T01:57:00.613Z Downloaded ciborium-io v0.2.2
5442026-07-30T01:57:00.616Z Downloaded fd-lock v4.0.4
5452026-07-30T01:57:00.616Z Downloaded block-padding v0.4.2
5462026-07-30T01:57:00.619Z Downloaded endian-type v0.1.2
5472026-07-30T01:57:00.619Z Downloaded atty v0.2.14
5482026-07-30T01:57:00.619Z Downloaded cipher v0.5.2
5492026-07-30T01:57:00.624Z Downloaded allocator-api2 v0.2.21
5502026-07-30T01:57:00.628Z Downloaded anstyle-parse v0.2.7
5512026-07-30T01:57:00.628Z Downloaded atomic-waker v1.1.2
5522026-07-30T01:57:00.628Z Downloaded ciborium-ll v0.2.2
5532026-07-30T01:57:00.628Z Downloaded hash32 v0.3.1
5542026-07-30T01:57:00.631Z Downloaded packed_struct_codegen v0.10.1
5552026-07-30T01:57:00.631Z Downloaded hash32 v0.2.1
5562026-07-30T01:57:00.634Z Downloaded cfg_aliases v0.1.1
5572026-07-30T01:57:00.637Z Downloaded hex v0.4.3
5582026-07-30T01:57:00.637Z Downloaded hostname v0.3.1
5592026-07-30T01:57:00.640Z Downloaded hostname v0.4.2
5602026-07-30T01:57:00.640Z Downloaded cmov v0.5.4
5612026-07-30T01:57:00.643Z Downloaded num-iter v0.1.45
5622026-07-30T01:57:00.643Z Downloaded arrayvec v0.7.6
5632026-07-30T01:57:00.643Z Downloaded blowfish v0.10.0
5642026-07-30T01:57:00.643Z Downloaded filetime v0.2.27
5652026-07-30T01:57:00.646Z Downloaded foldhash v0.1.5
5662026-07-30T01:57:00.646Z Downloaded num v0.4.3
5672026-07-30T01:57:00.646Z Downloaded num-conv v0.2.0
5682026-07-30T01:57:00.646Z Downloaded openssl-probe v0.1.6
5692026-07-30T01:57:00.649Z Downloaded openssl-probe v0.2.1
5702026-07-30T01:57:00.649Z Downloaded parse-size v1.1.0
5712026-07-30T01:57:00.649Z Downloaded peg-runtime v0.8.5
5722026-07-30T01:57:00.649Z Downloaded percent-encoding v2.3.2
5732026-07-30T01:57:00.652Z Downloaded half v2.7.1
5742026-07-30T01:57:00.655Z Downloaded fallible-iterator v0.2.0
5752026-07-30T01:57:00.659Z Downloaded futures-executor v0.3.32
5762026-07-30T01:57:00.659Z Downloaded getrandom v0.3.4
5772026-07-30T01:57:00.662Z Downloaded hubpack_derive v0.1.1
5782026-07-30T01:57:00.665Z Downloaded progenitor-client v0.14.0
5792026-07-30T01:57:00.668Z Downloaded hex-literal v1.1.0
5802026-07-30T01:57:00.668Z Downloaded home v0.5.12
5812026-07-30T01:57:00.668Z Downloaded path-slash v0.1.5
5822026-07-30T01:57:00.668Z Downloaded phf_shared v0.12.1
5832026-07-30T01:57:00.668Z Downloaded recursive-proc-macro-impl v0.1.1
5842026-07-30T01:57:00.676Z Downloaded buf-list v1.1.2
5852026-07-30T01:57:00.682Z Downloaded chacha20 v0.9.1
5862026-07-30T01:57:00.682Z Downloaded const_format_proc_macros v0.2.34
5872026-07-30T01:57:00.682Z Downloaded futures-channel v0.3.32
5882026-07-30T01:57:00.682Z Downloaded getrandom v0.2.17
5892026-07-30T01:57:00.686Z Downloaded foldhash v0.2.0
5902026-07-30T01:57:00.686Z Downloaded http-body-util v0.1.3
5912026-07-30T01:57:00.686Z Downloaded bs58 v0.5.1
5922026-07-30T01:57:00.686Z Downloaded cassowary v0.3.0
5932026-07-30T01:57:00.686Z Downloaded env_logger v0.11.9
5942026-07-30T01:57:00.686Z Downloaded find-msvc-tools v0.1.9
5952026-07-30T01:57:00.689Z Downloaded http-body v1.0.1
5962026-07-30T01:57:00.689Z Downloaded glob v0.3.3
5972026-07-30T01:57:00.692Z Downloaded humantime v2.3.0
5982026-07-30T01:57:00.692Z Downloaded backoff v0.4.0
5992026-07-30T01:57:00.695Z Downloaded camino-tempfile-ext v0.3.3
6002026-07-30T01:57:00.696Z Downloaded http-range v0.1.5
6012026-07-30T01:57:00.698Z Downloaded generic-array v1.4.3
6022026-07-30T01:57:00.702Z Downloaded serde_bytes v0.11.19
6032026-07-30T01:57:00.702Z Downloaded slog-bunyan v2.5.0
6042026-07-30T01:57:00.704Z Downloaded semver v0.1.20
6052026-07-30T01:57:00.704Z Downloaded shell-words v1.1.1
6062026-07-30T01:57:00.705Z Downloaded sigpipe v0.1.3
6072026-07-30T01:57:00.710Z Downloaded compression-codecs v0.4.37
6082026-07-30T01:57:00.714Z Downloaded byte-wrapper v0.1.0
6092026-07-30T01:57:00.717Z Downloaded cmake v0.1.57
6102026-07-30T01:57:00.717Z Downloaded num_enum v0.7.6
6112026-07-30T01:57:00.720Z Downloaded cexpr v0.6.0
6122026-07-30T01:57:00.724Z Downloaded cipher v0.4.4
6132026-07-30T01:57:00.724Z Downloaded progenitor-macro v0.14.0
6142026-07-30T01:57:00.724Z Downloaded oxide-update-engine-display v0.1.2
6152026-07-30T01:57:00.724Z Downloaded parking_lot_core v0.8.6
6162026-07-30T01:57:00.727Z Downloaded pin-project-lite v0.2.17
6172026-07-30T01:57:00.727Z Downloaded strip-ansi-escapes v0.2.1
6182026-07-30T01:57:00.727Z Downloaded strum v0.26.3
6192026-07-30T01:57:00.727Z Downloaded heapless v0.8.0
6202026-07-30T01:57:00.730Z Downloaded testing_table v0.3.0
6212026-07-30T01:57:00.731Z Downloaded tabled_derive v0.11.0
6222026-07-30T01:57:00.735Z Downloaded supports-color v3.0.2
6232026-07-30T01:57:00.735Z Downloaded tokio-macros v2.7.0
6242026-07-30T01:57:00.741Z Downloaded pkcs8 v0.10.2
6252026-07-30T01:57:00.741Z Downloaded git-stub-vcs v0.1.0
6262026-07-30T01:57:00.741Z Downloaded globset v0.4.18
6272026-07-30T01:57:00.741Z Downloaded proc-macro-error2 v2.0.1
6282026-07-30T01:57:00.744Z Downloaded bzip2 v0.4.4
6292026-07-30T01:57:00.744Z Downloaded rand_core v0.9.5
6302026-07-30T01:57:00.744Z Downloaded argon2 v0.6.0-rc.8
6312026-07-30T01:57:00.747Z Downloaded blake2 v0.11.0-rc.6
6322026-07-30T01:57:00.747Z Downloaded ciborium v0.2.2
6332026-07-30T01:57:00.747Z Downloaded colored v2.2.0
6342026-07-30T01:57:00.750Z Downloaded const-oid v0.9.6
6352026-07-30T01:57:00.750Z Downloaded flate2 v1.1.9
6362026-07-30T01:57:00.752Z Downloaded cbc v0.2.1
6372026-07-30T01:57:00.752Z Downloaded rustls-native-certs v0.8.3
6382026-07-30T01:57:00.755Z Downloaded httparse v1.10.1
6392026-07-30T01:57:00.755Z Downloaded hmac v0.13.0
6402026-07-30T01:57:00.759Z Downloaded pkcs8 v0.11.0
6412026-07-30T01:57:00.759Z Downloaded ahash v0.8.12
6422026-07-30T01:57:00.762Z Downloaded rand_core v0.6.4
6432026-07-30T01:57:00.762Z Downloaded hyper-staticfile v0.10.1
6442026-07-30T01:57:00.762Z Downloaded half v1.8.3
6452026-07-30T01:57:00.764Z Downloaded hybrid-array v0.4.13
6462026-07-30T01:57:00.765Z Downloaded untrusted v0.9.0
6472026-07-30T01:57:00.768Z Downloaded wait-timeout v0.2.1
6482026-07-30T01:57:00.768Z Downloaded waitgroup v0.1.2
6492026-07-30T01:57:00.768Z Downloaded rustversion v1.0.22
6502026-07-30T01:57:00.768Z Downloaded rusty-fork v0.3.1
6512026-07-30T01:57:00.771Z Downloaded colored v3.1.1
6522026-07-30T01:57:00.771Z Downloaded zeroize_derive v1.5.0
6532026-07-30T01:57:00.774Z Downloaded rpassword v7.5.4
6542026-07-30T01:57:00.777Z Downloaded unit-prefix v0.5.2
6552026-07-30T01:57:00.780Z Downloaded async-bb8-diesel v0.2.1
6562026-07-30T01:57:00.780Z Downloaded darling_macro v0.20.11
6572026-07-30T01:57:00.783Z Downloaded block-buffer v0.12.1
6582026-07-30T01:57:00.783Z Downloaded slog-scope v4.4.1
6592026-07-30T01:57:00.786Z Downloaded bzip2 v0.6.1
6602026-07-30T01:57:00.787Z Downloaded console v0.16.2
6612026-07-30T01:57:00.787Z Downloaded highway v1.3.0
6622026-07-30T01:57:00.791Z Downloaded serde_path_to_error v0.1.20
6632026-07-30T01:57:00.791Z Downloaded xattr v1.6.1
6642026-07-30T01:57:00.791Z Downloaded chacha20 v0.10.0
6652026-07-30T01:57:00.794Z Downloaded curve25519-dalek-derive v0.1.1
6662026-07-30T01:57:00.794Z Downloaded primeorder v0.13.6
6672026-07-30T01:57:00.794Z Downloaded static_assertions v1.1.0
6682026-07-30T01:57:00.797Z Downloaded ppv-lite86 v0.2.21
6692026-07-30T01:57:00.797Z Downloaded shlex v1.3.0
6702026-07-30T01:57:00.799Z Downloaded smf v0.2.3
6712026-07-30T01:57:00.799Z Downloaded sqlformat v0.3.5
6722026-07-30T01:57:00.800Z Downloaded ssh-encoding v0.3.0
6732026-07-30T01:57:00.800Z Downloaded tinystr v0.8.2
6742026-07-30T01:57:00.803Z Downloaded strum_macros v0.26.4
6752026-07-30T01:57:00.803Z Downloaded darling_macro v0.21.3
6762026-07-30T01:57:00.803Z Downloaded defmt-parser v1.0.0
6772026-07-30T01:57:00.803Z Downloaded dirs-sys-next v0.1.2
6782026-07-30T01:57:00.806Z Downloaded dtrace-parser v0.3.0
6792026-07-30T01:57:00.806Z Downloaded dunce v1.0.5
6802026-07-30T01:57:00.806Z Downloaded hyper-rustls v0.27.7
6812026-07-30T01:57:00.806Z Downloaded dof v0.4.0
6822026-07-30T01:57:00.806Z Downloaded tiny-keccak v2.0.2
6832026-07-30T01:57:00.810Z Downloaded group v0.13.0
6842026-07-30T01:57:00.813Z Downloaded progenitor-macro v0.13.0
6852026-07-30T01:57:00.813Z Downloaded cancel-safe-futures v0.1.5
6862026-07-30T01:57:00.816Z Downloaded postcard v1.1.3
6872026-07-30T01:57:00.819Z Downloaded console v0.15.11
6882026-07-30T01:57:00.819Z Downloaded constant_time_eq v0.4.2
6892026-07-30T01:57:00.824Z Downloaded tokio-native-tls v0.3.1
6902026-07-30T01:57:00.828Z Downloaded tui-tree-widget v0.23.1
6912026-07-30T01:57:00.829Z Downloaded downcast-rs v2.0.2
6922026-07-30T01:57:00.829Z Downloaded inout v0.1.4
6932026-07-30T01:57:00.829Z Downloaded embedded-io v0.4.0
6942026-07-30T01:57:00.835Z Downloaded futures v0.3.32
6952026-07-30T01:57:00.835Z Downloaded toml_writer v1.1.1+spec-1.1.0
6962026-07-30T01:57:00.839Z Downloaded sha2 v0.11.0
6972026-07-30T01:57:00.839Z Downloaded is_ci v1.2.0
6982026-07-30T01:57:00.839Z Downloaded inout v0.2.2
6992026-07-30T01:57:00.839Z Downloaded wyz v0.5.1
7002026-07-30T01:57:00.844Z Downloaded illumos-nvpair v0.3.0
7012026-07-30T01:57:00.847Z Downloaded keccak v0.1.6
7022026-07-30T01:57:00.850Z Downloaded lru-slab v0.1.2
7032026-07-30T01:57:00.850Z Downloaded hickory-resolver v0.25.2
7042026-07-30T01:57:00.853Z Downloaded clang-sys v1.8.1
7052026-07-30T01:57:00.856Z Downloaded corncobs v0.1.4
7062026-07-30T01:57:00.856Z Downloaded crossbeam-deque v0.8.6
7072026-07-30T01:57:00.859Z Downloaded ctr v0.10.1
7082026-07-30T01:57:00.859Z Downloaded newtype-uuid-macros v0.1.0
7092026-07-30T01:57:00.859Z Downloaded num-derive v0.3.3
7102026-07-30T01:57:00.865Z Downloaded critical-section v1.2.0
7112026-07-30T01:57:00.871Z Downloaded salsa20 v0.11.0
7122026-07-30T01:57:00.871Z Downloaded oso-derive v0.27.3
7132026-07-30T01:57:00.871Z Downloaded serde_cbor v0.11.2
7142026-07-30T01:57:00.874Z Downloaded match_cfg v0.1.0
7152026-07-30T01:57:00.874Z Downloaded spin v0.9.8
7162026-07-30T01:57:00.874Z Downloaded term v1.2.1
7172026-07-30T01:57:00.874Z Downloaded radium v0.7.0
7182026-07-30T01:57:00.875Z Downloaded thread_local v1.1.9
7192026-07-30T01:57:00.878Z Downloaded rand_pcg v0.10.2
7202026-07-30T01:57:00.881Z Downloaded ar_archive_writer v0.5.1
7212026-07-30T01:57:00.884Z Downloaded const-oid v0.10.2
7222026-07-30T01:57:00.887Z Downloaded bytes v1.11.1
7232026-07-30T01:57:00.892Z Downloaded compact_str v0.8.1
7242026-07-30T01:57:00.892Z Downloaded diesel-dtrace v0.5.0
7252026-07-30T01:57:00.895Z Downloaded indoc v2.0.7
7262026-07-30T01:57:00.898Z Downloaded is-terminal v0.4.17
7272026-07-30T01:57:00.898Z Downloaded chacha20poly1305 v0.10.1
7282026-07-30T01:57:00.905Z Downloaded arc-swap v1.8.2
7292026-07-30T01:57:00.909Z Downloaded const_format v0.2.35
7302026-07-30T01:57:00.909Z Downloaded delegate v0.13.5
7312026-07-30T01:57:00.909Z Downloaded rustc_version v0.1.7
7322026-07-30T01:57:00.909Z Downloaded russh-util v0.52.0
7332026-07-30T01:57:00.913Z Downloaded vergen v9.1.0
7342026-07-30T01:57:00.916Z Downloaded ron v0.8.1
7352026-07-30T01:57:00.920Z Downloaded xshell v0.2.7
7362026-07-30T01:57:00.920Z Downloaded headers v0.4.1
7372026-07-30T01:57:00.924Z Downloaded rustc-hash v2.1.1
7382026-07-30T01:57:00.924Z Downloaded serde_urlencoded v0.7.1
7392026-07-30T01:57:00.924Z Downloaded secrecy v0.8.0
7402026-07-30T01:57:00.928Z Downloaded sha1 v0.10.6
7412026-07-30T01:57:00.928Z Downloaded futures-util v0.3.32
7422026-07-30T01:57:00.933Z Downloaded tabwriter v1.4.1
7432026-07-30T01:57:00.995Z Downloaded libefi-sys v0.1.0
7442026-07-30T01:57:00.995Z Downloaded slab v0.4.12
7452026-07-30T01:57:01.005Z Downloaded darling v0.20.11
7462026-07-30T01:57:01.006Z Downloaded subtle v2.6.1
7472026-07-30T01:57:01.006Z Downloaded num-derive v0.4.2
7482026-07-30T01:57:01.006Z Downloaded num-integer v0.1.46
7492026-07-30T01:57:01.006Z Downloaded num-rational v0.4.2
7502026-07-30T01:57:01.006Z Downloaded nanorand v0.7.0
7512026-07-30T01:57:01.006Z Downloaded newtype-uuid v1.3.2
7522026-07-30T01:57:01.006Z Downloaded ryu v1.0.23
7532026-07-30T01:57:01.006Z Downloaded serde_derive_internals v0.29.1
7542026-07-30T01:57:01.006Z Downloaded password-hash v0.5.0
7552026-07-30T01:57:01.006Z Downloaded toml v0.7.8
7562026-07-30T01:57:01.006Z Downloaded utf8_iter v1.0.4
7572026-07-30T01:57:01.006Z Downloaded derive_builder v0.20.2
7582026-07-30T01:57:01.006Z Downloaded iana-time-zone v0.1.65
7592026-07-30T01:57:01.006Z Downloaded peg v0.8.5
7602026-07-30T01:57:01.006Z Downloaded pem-rfc7468 v1.0.0
7612026-07-30T01:57:01.006Z Downloaded phf v0.12.1
7622026-07-30T01:57:01.006Z Downloaded predicates v3.1.4
7632026-07-30T01:57:01.006Z Downloaded topological-sort v0.2.2
7642026-07-30T01:57:01.006Z Downloaded unicode-truncate v1.1.0
7652026-07-30T01:57:01.006Z Downloaded heapless v0.7.17
7662026-07-30T01:57:01.006Z Downloaded primeorder v0.14.0
7672026-07-30T01:57:01.006Z Downloaded bumpalo v3.20.2
7682026-07-30T01:57:01.006Z Downloaded smallvec v1.15.1
7692026-07-30T01:57:01.006Z Downloaded psl-types v2.0.11
7702026-07-30T01:57:01.007Z Downloaded phc v0.6.1
7712026-07-30T01:57:01.007Z Downloaded base64 v0.21.7
7722026-07-30T01:57:01.007Z Downloaded crc-catalog v2.4.0
7732026-07-30T01:57:01.007Z Downloaded schemars_derive v0.8.22
7742026-07-30T01:57:01.012Z Downloaded sha1 v0.11.0
7752026-07-30T01:57:01.012Z Downloaded ssh-cipher v0.3.0
7762026-07-30T01:57:01.015Z Downloaded typify v0.6.2
7772026-07-30T01:57:01.018Z Downloaded cstr-argument v0.1.2
7782026-07-30T01:57:01.018Z Downloaded derive_builder_macro v0.20.2
7792026-07-30T01:57:01.021Z Downloaded serde-hex v0.1.0
7802026-07-30T01:57:01.021Z Downloaded memmap2 v0.9.10
7812026-07-30T01:57:01.026Z Downloaded linear-map v1.2.0
7822026-07-30T01:57:01.026Z Downloaded quinn v0.11.9
7832026-07-30T01:57:01.030Z Downloaded slog-term v2.9.2
7842026-07-30T01:57:01.030Z Downloaded darling v0.21.3
7852026-07-30T01:57:01.033Z Downloaded parking_lot v0.12.5
7862026-07-30T01:57:01.033Z Downloaded dyn-clone v1.0.20
7872026-07-30T01:57:01.037Z Downloaded strum_macros v0.24.3
7882026-07-30T01:57:01.044Z Downloaded primefield v0.14.0
7892026-07-30T01:57:01.050Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7902026-07-30T01:57:01.050Z Downloaded crossbeam-epoch v0.9.18
7912026-07-30T01:57:01.050Z Downloaded poly1305 v0.9.0
7922026-07-30T01:57:01.053Z Downloaded postgres-types v0.2.12
7932026-07-30T01:57:01.053Z Downloaded usdt-impl v0.6.0
7942026-07-30T01:57:01.053Z Downloaded vergen-lib v0.1.6
7952026-07-30T01:57:01.053Z Downloaded lalrpop-util v0.19.12
7962026-07-30T01:57:01.053Z Downloaded md5 v0.8.0
7972026-07-30T01:57:01.053Z Downloaded normalize-line-endings v0.3.0
7982026-07-30T01:57:01.056Z Downloaded cc v1.2.56
7992026-07-30T01:57:01.059Z Downloaded pretty_assertions v1.4.1
8002026-07-30T01:57:01.059Z Downloaded vte v0.14.1
8012026-07-30T01:57:01.062Z Downloaded libscf-sys v1.1.0
8022026-07-30T01:57:01.062Z Downloaded managed v0.8.0
8032026-07-30T01:57:01.071Z Downloaded walkdir v2.5.0
8042026-07-30T01:57:01.074Z Downloaded num_threads v0.1.7
8052026-07-30T01:57:01.077Z Downloaded newline-converter v0.3.0
8062026-07-30T01:57:01.080Z Downloaded async-compression v0.4.41
8072026-07-30T01:57:01.084Z Downloaded serde_with_macros v3.21.0
8082026-07-30T01:57:01.087Z Downloaded darling v0.13.4
8092026-07-30T01:57:01.087Z Downloaded expectorate v1.2.0
8102026-07-30T01:57:01.090Z Downloaded ignore v0.4.25
8112026-07-30T01:57:01.090Z Downloaded hashbrown v0.13.2
8122026-07-30T01:57:01.093Z Downloaded defmt-macros v1.0.1
8132026-07-30T01:57:01.093Z Downloaded digest v0.11.3
8142026-07-30T01:57:01.096Z Downloaded displaydoc v0.2.5
8152026-07-30T01:57:01.096Z Downloaded zeroize v1.9.0
8162026-07-30T01:57:01.096Z Downloaded phf_shared v0.11.3
8172026-07-30T01:57:01.099Z Downloaded phf_shared v0.13.1
8182026-07-30T01:57:01.099Z Downloaded rustc_version v0.4.1
8192026-07-30T01:57:01.099Z Downloaded deranged v0.5.8
8202026-07-30T01:57:01.102Z Downloaded precomputed-hash v0.1.1
8212026-07-30T01:57:01.102Z Downloaded predicates-core v1.0.10
8222026-07-30T01:57:01.102Z Downloaded ed25519 v3.0.0
8232026-07-30T01:57:01.107Z Downloaded oxide-update-engine v0.1.2
8242026-07-30T01:57:01.110Z Downloaded pkcs5 v0.8.1
8252026-07-30T01:57:01.113Z Downloaded zip v0.6.6
8262026-07-30T01:57:01.113Z Downloaded toml_parser v1.1.2+spec-1.1.0
8272026-07-30T01:57:01.116Z Downloaded tokio-dtrace v0.1.1
8282026-07-30T01:57:01.116Z Downloaded snafu-derive v0.8.9
8292026-07-30T01:57:01.116Z Downloaded rfc6979 v0.4.0
8302026-07-30T01:57:01.119Z Downloaded hickory-resolver v0.24.4
8312026-07-30T01:57:01.122Z Downloaded term v0.7.0
8322026-07-30T01:57:01.125Z Downloaded twox-hash v2.1.2
8332026-07-30T01:57:01.128Z Downloaded crc-any v2.5.0
8342026-07-30T01:57:01.131Z Downloaded icu_normalizer_data v2.1.1
8352026-07-30T01:57:01.131Z Downloaded serde_spanned v1.1.1
8362026-07-30T01:57:01.136Z Downloaded http v1.4.2
8372026-07-30T01:57:01.139Z Downloaded serde_repr v0.1.20
8382026-07-30T01:57:01.142Z Downloaded serde_plain v1.0.2
8392026-07-30T01:57:01.142Z Downloaded signature v2.2.0
8402026-07-30T01:57:01.146Z Downloaded unicode_categories v0.1.1
8412026-07-30T01:57:01.146Z Downloaded url v2.5.8
8422026-07-30T01:57:01.146Z Downloaded multer v3.1.0
8432026-07-30T01:57:01.151Z Downloaded rsa v0.9.10
8442026-07-30T01:57:01.154Z Downloaded structmeta-derive v0.3.0
8452026-07-30T01:57:01.159Z Downloaded siphasher v1.0.2
8462026-07-30T01:57:01.162Z Downloaded sqlparser_derive v0.5.0
8472026-07-30T01:57:01.162Z Downloaded tagptr v0.2.0
8482026-07-30T01:57:01.162Z Downloaded miniz_oxide v0.8.9
8492026-07-30T01:57:01.165Z Downloaded phf v0.13.1
8502026-07-30T01:57:01.168Z Downloaded ref-cast v1.0.25
8512026-07-30T01:57:01.168Z Downloaded parse-display-derive v0.10.0
8522026-07-30T01:57:01.168Z Downloaded resolv-conf v0.7.6
8532026-07-30T01:57:01.171Z Downloaded termtree v0.5.1
8542026-07-30T01:57:01.172Z Downloaded tower-layer v0.3.3
8552026-07-30T01:57:01.172Z Downloaded untrusted v0.7.1
8562026-07-30T01:57:01.212Z Downloaded void v1.0.2
8572026-07-30T01:57:01.212Z Downloaded xshell-macros v0.2.7
8582026-07-30T01:57:01.212Z Downloaded peg-macros v0.8.5
8592026-07-30T01:57:01.212Z Downloaded thread-id v5.1.0
8602026-07-30T01:57:01.212Z Downloaded prettyplease v0.2.37
8612026-07-30T01:57:01.212Z Downloaded socket2 v0.5.10
8622026-07-30T01:57:01.213Z Downloaded progenitor v0.14.0
8632026-07-30T01:57:01.213Z Downloaded progenitor-client v0.13.0
8642026-07-30T01:57:01.213Z Downloaded rand_core v0.10.0
8652026-07-30T01:57:01.213Z Downloaded lock_api v0.4.14
8662026-07-30T01:57:01.213Z Downloaded scroll v0.13.0
8672026-07-30T01:57:01.213Z Downloaded zerofrom-derive v0.1.6
8682026-07-30T01:57:01.213Z Downloaded hashbrown v0.12.3
8692026-07-30T01:57:01.216Z Downloaded crossbeam-channel v0.5.15
8702026-07-30T01:57:01.216Z Downloaded aes v0.9.1
8712026-07-30T01:57:01.216Z Downloaded sec1 v0.8.1
8722026-07-30T01:57:01.216Z Downloaded darling_macro v0.23.0
8732026-07-30T01:57:01.216Z Downloaded crc v3.4.0
8742026-07-30T01:57:01.223Z Downloaded difflib v0.4.0
8752026-07-30T01:57:01.224Z Downloaded crypto-common v0.2.2
8762026-07-30T01:57:01.226Z Downloaded hickory-server v0.25.2
8772026-07-30T01:57:01.226Z Downloaded ingot-macros v0.2.0
8782026-07-30T01:57:01.226Z Downloaded rustyline v14.0.0
8792026-07-30T01:57:01.230Z Downloaded slog-dtrace v0.3.0
8802026-07-30T01:57:01.230Z Downloaded smallvec v0.6.14
8812026-07-30T01:57:01.233Z Downloaded document-features v0.2.12
8822026-07-30T01:57:01.233Z Downloaded idna_adapter v1.2.1
8832026-07-30T01:57:01.233Z Downloaded instability v0.3.11
8842026-07-30T01:57:01.236Z Downloaded x509-cert v0.2.5
8852026-07-30T01:57:01.239Z Downloaded aho-corasick v1.1.4
8862026-07-30T01:57:01.246Z Downloaded embedded-io v0.6.1
8872026-07-30T01:57:01.248Z Downloaded lru-cache v0.1.2
8882026-07-30T01:57:01.249Z Downloaded md-5 v0.10.6
8892026-07-30T01:57:01.249Z Downloaded thiserror-no-std v2.0.2
8902026-07-30T01:57:01.254Z Downloaded opaque-debug v0.3.1
8912026-07-30T01:57:01.254Z Downloaded vsss-rs v3.3.4
8922026-07-30T01:57:01.257Z Downloaded linked-hash-map v0.5.6
8932026-07-30T01:57:01.257Z Downloaded cookie_store v0.22.1
8942026-07-30T01:57:01.257Z Downloaded owo-colors v4.3.0
8952026-07-30T01:57:01.257Z Downloaded time-macros v0.2.27
8962026-07-30T01:57:01.260Z Downloaded derive_more v2.1.1
8972026-07-30T01:57:01.264Z Downloaded darling v0.23.0
8982026-07-30T01:57:01.267Z Downloaded darling_core v0.13.4
8992026-07-30T01:57:01.270Z Downloaded icu_provider v2.1.1
9002026-07-30T01:57:01.273Z Downloaded num_enum_derive v0.5.11
9012026-07-30T01:57:01.273Z Downloaded support-bundle-viewer v0.1.2
9022026-07-30T01:57:01.273Z Downloaded time-core v0.1.8
9032026-07-30T01:57:01.273Z Downloaded crossbeam-utils v0.8.21
9042026-07-30T01:57:01.277Z Downloaded parse-display v0.10.0
9052026-07-30T01:57:01.280Z Downloaded snafu v0.8.9
9062026-07-30T01:57:01.285Z Downloaded tar v0.4.46
9072026-07-30T01:57:01.288Z Downloaded convert_case v0.10.0
9082026-07-30T01:57:01.288Z Downloaded tinyvec v1.10.0
9092026-07-30T01:57:01.288Z Downloaded uzers v0.12.2
9102026-07-30T01:57:01.291Z Downloaded unicode-bidi v0.3.18
9112026-07-30T01:57:01.291Z Downloaded defmt v1.0.1
9122026-07-30T01:57:01.294Z Downloaded indexmap v1.9.3
9132026-07-30T01:57:01.297Z Downloaded seq-macro v0.3.6
9142026-07-30T01:57:01.300Z Downloaded signature v3.0.0
9152026-07-30T01:57:01.305Z Downloaded ed25519 v2.2.3
9162026-07-30T01:57:01.308Z Downloaded ena v0.14.4
9172026-07-30T01:57:01.312Z Downloaded string_cache v0.8.9
9182026-07-30T01:57:01.312Z Downloaded kem v0.3.0
9192026-07-30T01:57:01.315Z Downloaded tap v1.0.1
9202026-07-30T01:57:01.318Z Downloaded sync-ptr v0.1.4
9212026-07-30T01:57:01.318Z Downloaded num-traits v0.2.19
9222026-07-30T01:57:01.322Z Downloaded oso v0.27.3
9232026-07-30T01:57:01.326Z Downloaded zerotrie v0.2.3
9242026-07-30T01:57:01.327Z Downloaded ipnetwork v0.21.1
9252026-07-30T01:57:01.327Z Downloaded libloading v0.8.9
9262026-07-30T01:57:01.329Z Downloaded maybe-uninit v2.0.0
9272026-07-30T01:57:01.330Z Downloaded sponge-cursor v0.1.0
9282026-07-30T01:57:01.330Z Downloaded password-hash v0.6.1
9292026-07-30T01:57:01.330Z Downloaded structmeta v0.3.0
9302026-07-30T01:57:01.330Z Downloaded thiserror-impl-no-std v2.0.2
9312026-07-30T01:57:01.330Z Downloaded typify-macro v0.6.2
9322026-07-30T01:57:01.333Z Downloaded universal-hash v0.5.1
9332026-07-30T01:57:01.333Z Downloaded nu-ansi-term v0.50.3
9342026-07-30T01:57:01.336Z Downloaded typed-path v0.9.3
9352026-07-30T01:57:01.338Z Downloaded minimal-lexical v0.2.1
9362026-07-30T01:57:01.342Z Downloaded papergrid v0.17.0
9372026-07-30T01:57:01.346Z Downloaded unicode-properties v0.1.4
9382026-07-30T01:57:01.349Z Downloaded toml_edit v0.23.10+spec-1.0.0
9392026-07-30T01:57:01.352Z Downloaded oxide-tokio-rt v0.1.4
9402026-07-30T01:57:01.355Z Downloaded pin-project-internal v1.1.11
9412026-07-30T01:57:01.357Z Downloaded trait-variant v0.1.2
9422026-07-30T01:57:01.358Z Downloaded usdt-macro v0.6.0
9432026-07-30T01:57:01.358Z Downloaded zone_cfg_derive v0.3.1
9442026-07-30T01:57:01.358Z Downloaded crc8 v0.1.1
9452026-07-30T01:57:01.358Z Downloaded crucible-workspace-hack v0.1.0
9462026-07-30T01:57:01.361Z Downloaded progenitor v0.13.0
9472026-07-30T01:57:01.364Z Downloaded tokio-postgres v0.7.16
9482026-07-30T01:57:01.367Z Downloaded progenitor-extras v0.2.0
9492026-07-30T01:57:01.367Z Downloaded aes-gcm v0.11.0
9502026-07-30T01:57:01.370Z Downloaded unsafe-libyaml v0.2.11
9512026-07-30T01:57:01.370Z Downloaded diesel_table_macro_syntax v0.3.0
9522026-07-30T01:57:01.370Z Downloaded derive-ex v0.1.8
9532026-07-30T01:57:01.373Z Downloaded display-error-chain v0.2.2
9542026-07-30T01:57:01.373Z Downloaded poly1305 v0.8.0
9552026-07-30T01:57:01.376Z Downloaded illumos-nvpair-sys v0.2.0
9562026-07-30T01:57:01.376Z Downloaded new_debug_unreachable v1.0.6
9572026-07-30T01:57:01.376Z Downloaded nibble_vec v0.1.0
9582026-07-30T01:57:01.376Z Downloaded rtoolbox v0.0.3
9592026-07-30T01:57:01.379Z Downloaded zerocopy v0.6.6
9602026-07-30T01:57:01.379Z Downloaded defmt v0.3.100
9612026-07-30T01:57:01.379Z Downloaded hashbrown v0.16.1
9622026-07-30T01:57:01.382Z Downloaded dsl_auto_type v0.2.0
9632026-07-30T01:57:01.392Z Downloaded yansi v1.0.1
9642026-07-30T01:57:01.395Z Downloaded secrecy v0.10.3
9652026-07-30T01:57:01.395Z Downloaded slog-stdlog v4.1.1
9662026-07-30T01:57:01.395Z Downloaded newtype_derive v0.1.6
9672026-07-30T01:57:01.398Z Downloaded multimap v0.10.1
9682026-07-30T01:57:01.401Z Downloaded schemars v1.2.1
9692026-07-30T01:57:01.407Z Downloaded rayon-core v1.13.0
9702026-07-30T01:57:01.413Z Downloaded recursive v0.1.1
9712026-07-30T01:57:01.416Z Downloaded icu_collections v2.1.1
9722026-07-30T01:57:01.419Z Downloaded rfc6979 v0.6.0
9732026-07-30T01:57:01.423Z Downloaded nom v8.0.0
9742026-07-30T01:57:01.426Z Downloaded tungstenite v0.23.0
9752026-07-30T01:57:01.426Z Downloaded whoami v2.1.0
9762026-07-30T01:57:01.430Z Downloaded zip v4.6.1
9772026-07-30T01:57:01.430Z Downloaded same-file v1.0.6
9782026-07-30T01:57:01.433Z Downloaded nom v7.1.3
9792026-07-30T01:57:01.433Z Downloaded num-bigint v0.4.6
9802026-07-30T01:57:01.437Z Downloaded hashbrown v0.15.5
9812026-07-30T01:57:01.440Z Downloaded hyper v1.10.1
9822026-07-30T01:57:01.443Z Downloaded rand_chacha v0.9.0
9832026-07-30T01:57:01.443Z Downloaded p521 v0.14.0
9842026-07-30T01:57:01.446Z Downloaded zopfli v0.8.3
9852026-07-30T01:57:01.446Z Downloaded signal-hook-mio v0.2.5
9862026-07-30T01:57:01.449Z Downloaded aws-lc-rs v1.16.3
9872026-07-30T01:57:01.452Z Downloaded native-tls v0.2.18
9882026-07-30T01:57:01.455Z Downloaded ipnet v2.11.0
9892026-07-30T01:57:01.455Z Downloaded tokio-util v0.7.18
9902026-07-30T01:57:01.458Z Downloaded tower-service v0.3.3
9912026-07-30T01:57:01.462Z Downloaded unicode-xid v0.2.6
9922026-07-30T01:57:01.462Z Downloaded universal-hash v0.6.1
9932026-07-30T01:57:01.462Z Downloaded want v0.3.1
9942026-07-30T01:57:01.462Z Downloaded ingot v0.2.1
9952026-07-30T01:57:01.462Z Downloaded rustls-pemfile v2.2.0
9962026-07-30T01:57:01.465Z Downloaded rustls-pki-types v1.14.0
9972026-07-30T01:57:01.465Z Downloaded drift v0.2.0
9982026-07-30T01:57:01.470Z Downloaded lazy_static v1.5.0
9992026-07-30T01:57:01.483Z Downloaded mime_guess v2.0.5
10002026-07-30T01:57:01.483Z Downloaded ed25519-dalek v3.0.0
10012026-07-30T01:57:01.483Z Downloaded tower-http v0.6.8
10022026-07-30T01:57:01.486Z Downloaded debug-ignore v1.0.5
10032026-07-30T01:57:01.486Z Downloaded rand v0.10.1
10042026-07-30T01:57:01.487Z Downloaded spki v0.8.0
10052026-07-30T01:57:01.487Z Downloaded oxnet v0.1.6
10062026-07-30T01:57:01.487Z Downloaded polyval v0.7.1
10072026-07-30T01:57:01.487Z Downloaded port-file v0.1.0
10082026-07-30T01:57:01.487Z Downloaded oxide-update-engine-types v0.1.2
10092026-07-30T01:57:01.490Z Downloaded crypto-bigint v0.5.5
10102026-07-30T01:57:01.493Z Downloaded hkdf v0.12.4
10112026-07-30T01:57:01.497Z Downloaded qorb v0.4.1
10122026-07-30T01:57:01.500Z Downloaded maplit v1.0.2
10132026-07-30T01:57:01.500Z Downloaded nonempty v0.12.0
10142026-07-30T01:57:01.500Z Downloaded openssl-macros v0.1.1
10152026-07-30T01:57:01.500Z Downloaded predicates-tree v1.0.13
10162026-07-30T01:57:01.504Z Downloaded publicsuffix v2.3.0
10172026-07-30T01:57:01.504Z Downloaded ed25519-dalek v2.2.0
10182026-07-30T01:57:01.507Z Downloaded vergen-gitcl v1.0.8
10192026-07-30T01:57:01.511Z Downloaded rustls-webpki v0.103.13
10202026-07-30T01:57:01.514Z Downloaded samael v0.0.19
10212026-07-30T01:57:01.519Z Downloaded zstd v0.13.3
10222026-07-30T01:57:01.519Z Downloaded scroll_derive v0.13.1
10232026-07-30T01:57:01.519Z Downloaded scrypt v0.12.0
10242026-07-30T01:57:01.522Z Downloaded proc-macro-error-attr2 v2.0.0
10252026-07-30T01:57:01.522Z Downloaded scheduled-thread-pool v0.2.7
10262026-07-30T01:57:01.522Z Downloaded slog-envlogger v2.2.0
10272026-07-30T01:57:01.522Z Downloaded slog-json v2.6.1
10282026-07-30T01:57:01.522Z Downloaded regex v1.12.3
10292026-07-30T01:57:01.525Z Downloaded prefix-trie v0.7.0
10302026-07-30T01:57:01.525Z Downloaded signal-hook v0.3.18
10312026-07-30T01:57:01.528Z Downloaded rustls-platform-verifier v0.6.2
10322026-07-30T01:57:01.531Z Downloaded tokio-tungstenite v0.21.0
10332026-07-30T01:57:01.531Z Downloaded serde-big-array v0.5.1
10342026-07-30T01:57:01.531Z Downloaded strum v0.27.2
10352026-07-30T01:57:01.532Z Downloaded take_mut v0.2.2
10362026-07-30T01:57:01.534Z Downloaded yoke v0.8.1
10372026-07-30T01:57:01.535Z Downloaded stable_deref_trait v1.2.1
10382026-07-30T01:57:01.543Z Downloaded indicatif v0.18.4
10392026-07-30T01:57:01.546Z Downloaded slog v2.8.2
10402026-07-30T01:57:01.546Z Downloaded litemap v0.8.1
10412026-07-30T01:57:01.547Z Downloaded hkdf v0.13.0
10422026-07-30T01:57:01.547Z Downloaded daft-derive v0.1.7
10432026-07-30T01:57:01.547Z Downloaded usdt v0.6.0
10442026-07-30T01:57:01.550Z Downloaded rsa v0.10.0-rc.18
10452026-07-30T01:57:01.554Z Downloaded parking_lot v0.11.2
10462026-07-30T01:57:01.554Z Downloaded parking_lot_core v0.9.12
10472026-07-30T01:57:01.560Z Downloaded try-lock v0.2.5
10482026-07-30T01:57:01.560Z Downloaded csv-core v0.1.13
10492026-07-30T01:57:01.560Z Downloaded lzss v0.8.2
10502026-07-30T01:57:01.567Z Downloaded pkcs1 v0.7.5
10512026-07-30T01:57:01.567Z Downloaded quinn-udp v0.5.14
10522026-07-30T01:57:01.580Z Downloaded derive_builder_core v0.20.2
10532026-07-30T01:57:01.580Z Downloaded keccak v0.2.0
10542026-07-30T01:57:01.583Z Downloaded ident_case v1.0.1
10552026-07-30T01:57:01.583Z Downloaded rand_xorshift v0.4.0
10562026-07-30T01:57:01.583Z Downloaded zerofrom v0.1.6
10572026-07-30T01:57:01.583Z Downloaded cpubits v0.1.1
10582026-07-30T01:57:01.583Z Downloaded module-lattice v0.2.3
10592026-07-30T01:57:01.586Z Downloaded packed_struct v0.10.1
10602026-07-30T01:57:01.590Z Downloaded iri-string v0.7.10
10612026-07-30T01:57:01.593Z Downloaded tokio-tungstenite v0.23.1
10622026-07-30T01:57:01.598Z Downloaded libsw-core v0.3.2
10632026-07-30T01:57:01.598Z Downloaded pem-rfc7468 v0.7.0
10642026-07-30T01:57:01.598Z Downloaded internal-russh-num-bigint v0.5.0
10652026-07-30T01:57:01.601Z Downloaded signal-hook-registry v1.4.8
10662026-07-30T01:57:01.601Z Downloaded derive-where v1.6.0
10672026-07-30T01:57:01.601Z Downloaded mio v1.2.0
10682026-07-30T01:57:01.612Z Downloaded itertools v0.10.5
10692026-07-30T01:57:01.615Z Downloaded stringprep v0.1.5
10702026-07-30T01:57:01.615Z Downloaded termios v0.3.3
10712026-07-30T01:57:01.615Z Downloaded yasna v0.5.2
10722026-07-30T01:57:01.615Z Downloaded crc32fast v1.5.0
10732026-07-30T01:57:01.615Z Downloaded bitvec v1.0.1
10742026-07-30T01:57:01.619Z Downloaded blake3 v1.8.5
10752026-07-30T01:57:01.623Z Downloaded quick-xml v0.37.5
10762026-07-30T01:57:01.626Z Downloaded tokio-test v0.4.5
10772026-07-30T01:57:01.630Z Downloaded darling_core v0.20.11
10782026-07-30T01:57:01.630Z Downloaded reedline v0.40.0
10792026-07-30T01:57:01.633Z Downloaded des v0.9.0
10802026-07-30T01:57:01.636Z Downloaded elliptic-curve v0.14.1
10812026-07-30T01:57:01.636Z Downloaded ecdsa v0.16.9
10822026-07-30T01:57:01.640Z Downloaded sapling-renderdag v0.1.0
10832026-07-30T01:57:01.640Z Downloaded h2 v0.4.15
10842026-07-30T01:57:01.643Z Downloaded writeable v0.6.2
10852026-07-30T01:57:01.643Z Downloaded rayon v1.11.0
10862026-07-30T01:57:01.647Z Downloaded diesel_derives v2.3.7
10872026-07-30T01:57:01.650Z Downloaded ssh-key v0.7.0-rc.11
10882026-07-30T01:57:01.654Z Downloaded zerovec v0.11.5
10892026-07-30T01:57:01.657Z Downloaded vergen-git2 v9.1.0
10902026-07-30T01:57:01.660Z Downloaded num-complex v0.4.6
10912026-07-30T01:57:01.661Z Downloaded num_enum v0.5.11
10922026-07-30T01:57:01.664Z Downloaded paste v1.0.15
10932026-07-30T01:57:01.664Z Downloaded pbkdf2 v0.13.0
10942026-07-30T01:57:01.664Z Downloaded pem v3.0.6
10952026-07-30T01:57:01.664Z Downloaded dirs-next v2.0.0
10962026-07-30T01:57:01.667Z Downloaded tinyvec_macros v0.1.1
10972026-07-30T01:57:01.667Z Downloaded scopeguard v1.2.0
10982026-07-30T01:57:01.667Z Downloaded digest-io v0.1.0
10992026-07-30T01:57:01.667Z Downloaded tower v0.5.3
11002026-07-30T01:57:01.670Z Downloaded psm v0.1.30
11012026-07-30T01:57:01.673Z Downloaded r2d2 v0.8.10
11022026-07-30T01:57:01.673Z Downloaded darling_macro v0.13.4
11032026-07-30T01:57:01.673Z Downloaded mime v0.3.17
11042026-07-30T01:57:01.673Z Downloaded jiff-static v0.2.34
11052026-07-30T01:57:01.677Z Downloaded usdt-attr-macro v0.6.0
11062026-07-30T01:57:01.677Z Downloaded indent_write v2.2.0
11072026-07-30T01:57:01.677Z Downloaded nodrop v0.1.14
11082026-07-30T01:57:01.677Z Downloaded powerfmt v0.2.0
11092026-07-30T01:57:01.678Z Downloaded quick-error v1.2.3
11102026-07-30T01:57:01.678Z Downloaded bindgen v0.71.1
11112026-07-30T01:57:01.682Z Downloaded synstructure v0.13.2
11122026-07-30T01:57:01.682Z Downloaded elliptic-curve v0.13.8
11132026-07-30T01:57:01.685Z Downloaded serdect v0.4.3
11142026-07-30T01:57:01.685Z Downloaded similar v2.7.0
11152026-07-30T01:57:01.688Z Downloaded test-strategy v0.4.5
11162026-07-30T01:57:01.688Z Downloaded tokio-rustls v0.26.4
11172026-07-30T01:57:01.692Z Downloaded tungstenite v0.21.0
11182026-07-30T01:57:01.692Z Downloaded lru v0.12.5
11192026-07-30T01:57:01.692Z Downloaded cpufeatures v0.3.0
11202026-07-30T01:57:01.695Z Downloaded derive_more-impl v2.1.1
11212026-07-30T01:57:01.698Z Downloaded p384 v0.13.1
11222026-07-30T01:57:01.701Z Downloaded unarray v0.1.4
11232026-07-30T01:57:01.701Z Downloaded portable-atomic v1.13.1
11242026-07-30T01:57:01.705Z Downloaded signal-hook-tokio v0.3.1
11252026-07-30T01:57:01.708Z Downloaded wnaf v0.14.0
11262026-07-30T01:57:01.712Z Downloaded serde_with_macros v1.5.2
11272026-07-30T01:57:01.715Z Downloaded dropshot-api-manager v0.7.2
11282026-07-30T01:57:01.718Z Downloaded vergen-lib v9.1.0
11292026-07-30T01:57:01.718Z Downloaded derive_more v0.99.20
11302026-07-30T01:57:01.723Z Downloaded progenitor-impl v0.13.0
11312026-07-30T01:57:01.723Z Downloaded der_derive v0.7.3
11322026-07-30T01:57:01.726Z Downloaded pkg-config v0.3.32
11332026-07-30T01:57:01.729Z Downloaded zone v0.3.1
11342026-07-30T01:57:01.731Z Downloaded kstat-rs v0.2.4
11352026-07-30T01:57:01.739Z Downloaded internet-checksum v0.2.1
11362026-07-30T01:57:01.741Z Downloaded darling_core v0.23.0
11372026-07-30T01:57:01.744Z Downloaded ctutils v0.4.2
11382026-07-30T01:57:01.744Z Downloaded olpc-cjson v0.1.4
11392026-07-30T01:57:01.747Z Downloaded potential_utf v0.1.4
11402026-07-30T01:57:01.747Z Downloaded progenitor-impl v0.14.0
11412026-07-30T01:57:01.747Z Downloaded yoke-derive v0.8.1
11422026-07-30T01:57:01.750Z Downloaded zerocopy-derive v0.8.40
11432026-07-30T01:57:01.753Z Downloaded proc-macro-crate v3.4.0
11442026-07-30T01:57:01.758Z Downloaded tokio-stream v0.1.18
11452026-07-30T01:57:01.758Z Downloaded stacker v0.1.23
11462026-07-30T01:57:01.761Z Downloaded unicase v2.9.0
11472026-07-30T01:57:01.765Z Downloaded ingot-types v0.2.0
11482026-07-30T01:57:01.765Z Downloaded jobserver v0.1.34
11492026-07-30T01:57:01.765Z Downloaded memoffset v0.9.1
11502026-07-30T01:57:01.768Z Downloaded proc-macro-crate v1.3.1
11512026-07-30T01:57:01.768Z Downloaded instant v0.1.13
11522026-07-30T01:57:01.768Z Downloaded ref-cast-impl v1.0.25
11532026-07-30T01:57:01.772Z Downloaded rand_chacha v0.3.1
11542026-07-30T01:57:01.772Z Downloaded data-encoding v2.10.0
11552026-07-30T01:57:01.775Z Downloaded ecdsa v0.17.0
11562026-07-30T01:57:01.775Z Downloaded rawzip v0.4.4
11572026-07-30T01:57:01.779Z Downloaded reqwest v0.13.2
11582026-07-30T01:57:01.783Z Downloaded iddqd v0.4.2
11592026-07-30T01:57:01.788Z Downloaded toml v1.1.2+spec-1.1.0
11602026-07-30T01:57:01.791Z Downloaded pkcs1 v0.8.0-rc.4
11612026-07-30T01:57:01.791Z Downloaded postgres-protocol v0.6.10
11622026-07-30T01:57:01.791Z Downloaded dropshot-api-manager-types v0.7.2
11632026-07-30T01:57:01.791Z Downloaded sync_wrapper v1.0.2
11642026-07-30T01:57:01.791Z Downloaded sec1 v0.7.3
11652026-07-30T01:57:01.800Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11662026-07-30T01:57:01.800Z Downloaded strsim v0.10.0
11672026-07-30T01:57:01.800Z Downloaded utf-8 v0.7.6
11682026-07-30T01:57:01.800Z Downloaded indoc v1.0.9
11692026-07-30T01:57:01.800Z Downloaded strum_macros v0.27.2
11702026-07-30T01:57:01.800Z Downloaded russh-cryptovec v0.62.0
11712026-07-30T01:57:01.811Z Downloaded impl-trait-for-tuples v0.2.3
11722026-07-30T01:57:01.811Z Downloaded icu_normalizer v2.1.1
11732026-07-30T01:57:01.826Z Downloaded unicode-normalization v0.1.25
11742026-07-30T01:57:01.826Z Downloaded zerovec-derive v0.11.2
11752026-07-30T01:57:01.826Z Downloaded libbz2-rs-sys v0.2.2
11762026-07-30T01:57:01.826Z Downloaded libsw v3.5.0
11772026-07-30T01:57:01.826Z Downloaded spki v0.7.3
11782026-07-30T01:57:01.827Z Downloaded either v1.15.0
11792026-07-30T01:57:01.827Z Downloaded tls_codec_derive v0.4.2
11802026-07-30T01:57:01.827Z Downloaded whoami v1.6.1
11812026-07-30T01:57:01.827Z Downloaded num_enum_derive v0.7.6
11822026-07-30T01:57:01.827Z Downloaded petname v2.0.2
11832026-07-30T01:57:01.831Z Downloaded icu_properties_data v2.1.2
11842026-07-30T01:57:01.831Z Downloaded libm v0.2.16
11852026-07-30T01:57:01.913Z Downloaded slog-async v2.8.0
11862026-07-30T01:57:01.931Z Downloaded rand_seeder v0.4.0
11872026-07-30T01:57:01.934Z Downloaded simd-adler32 v0.3.8
11882026-07-30T01:57:01.934Z Downloaded tls_codec v0.4.2
11892026-07-30T01:57:01.934Z Downloaded winnow v0.5.40
11902026-07-30T01:57:01.934Z Downloaded winnow v0.6.26
11912026-07-30T01:57:01.934Z Downloaded crunchy v0.2.4
11922026-07-30T01:57:01.934Z Downloaded git2 v0.20.4
11932026-07-30T01:57:01.934Z Downloaded cookie v0.18.1
11942026-07-30T01:57:01.934Z Downloaded salty v0.3.0
11952026-07-30T01:57:01.934Z Downloaded litrs v1.0.0
11962026-07-30T01:57:01.934Z Downloaded steno v0.4.1
11972026-07-30T01:57:01.934Z Downloaded daft v0.1.7
11982026-07-30T01:57:01.934Z Downloaded socket2 v0.6.3
11992026-07-30T01:57:01.934Z Downloaded zlib-rs v0.6.2
12002026-07-30T01:57:01.934Z Downloaded sha3 v0.12.0
12012026-07-30T01:57:01.935Z Downloaded zstd-safe v7.2.4
12022026-07-30T01:57:01.935Z Downloaded serde_yaml v0.9.34+deprecated
12032026-07-30T01:57:01.935Z Downloaded icu_locale_core v2.1.1
12042026-07-30T01:57:01.935Z Downloaded diff v0.1.13
12052026-07-30T01:57:01.935Z Downloaded jiff-core v0.1.0
12062026-07-30T01:57:01.935Z Downloaded rcgen v0.12.1
12072026-07-30T01:57:01.935Z Downloaded tabled v0.20.0
12082026-07-30T01:57:01.935Z Downloaded uuid v1.23.4
12092026-07-30T01:57:01.935Z Downloaded omicron-zone-package v0.12.3
12102026-07-30T01:57:01.935Z Downloaded itertools v0.15.0
12112026-07-30T01:57:01.935Z Downloaded rand v0.9.2
12122026-07-30T01:57:01.935Z Downloaded vcpkg v0.2.15
12132026-07-30T01:57:01.945Z Downloaded chrono v0.4.45
12142026-07-30T01:57:01.945Z Downloaded crossterm v0.29.0
12152026-07-30T01:57:01.945Z Downloaded openssl-sys v0.9.115
12162026-07-30T01:57:01.945Z Downloaded pin-project v1.1.11
12172026-07-30T01:57:01.958Z Downloaded tracing-attributes v0.1.31
12182026-07-30T01:57:01.958Z Downloaded quinn-proto v0.11.16
12192026-07-30T01:57:01.964Z Downloaded darling_core v0.21.3
12202026-07-30T01:57:01.964Z Downloaded ml-kem v0.3.2
12212026-07-30T01:57:01.964Z Downloaded hyper-util v0.1.20
12222026-07-30T01:57:01.964Z Downloaded proptest v1.10.0
12232026-07-30T01:57:01.976Z Downloaded goblin v0.10.5
12242026-07-30T01:57:01.976Z Downloaded subprocess v0.2.15
12252026-07-30T01:57:01.980Z Downloaded libxml v0.3.3
12262026-07-30T01:57:01.981Z Downloaded dropshot_endpoint v0.17.1
12272026-07-30T01:57:01.981Z Downloaded object v0.30.4
12282026-07-30T01:57:01.985Z Downloaded schemars v0.8.22
12292026-07-30T01:57:01.988Z Downloaded itertools v0.12.1
12302026-07-30T01:57:01.992Z Downloaded crossterm v0.28.1
12312026-07-30T01:57:01.997Z Downloaded tracing-core v0.1.36
12322026-07-30T01:57:02.002Z Downloaded p384 v0.14.0
12332026-07-30T01:57:02.002Z Downloaded der v0.8.0
12342026-07-30T01:57:02.005Z Downloaded icu_properties v2.1.2
12352026-07-30T01:57:02.005Z Downloaded p256 v0.14.0
12362026-07-30T01:57:02.006Z Downloaded toml_edit v0.19.15
12372026-07-30T01:57:02.015Z Downloaded crypto-primes v0.7.2
12382026-07-30T01:57:02.019Z Downloaded itertools v0.13.0
12392026-07-30T01:57:02.022Z Downloaded schemars v0.9.0
12402026-07-30T01:57:02.063Z Downloaded lalrpop v0.19.12
12412026-07-30T01:57:02.070Z Downloaded der v0.7.10
12422026-07-30T01:57:02.070Z Downloaded rand v0.8.6
12432026-07-30T01:57:02.070Z Downloaded tough v0.22.0
12442026-07-30T01:57:02.070Z Downloaded time v0.3.47
12452026-07-30T01:57:02.070Z Downloaded serde_with v1.14.0
12462026-07-30T01:57:02.070Z Downloaded idna v1.1.0
12472026-07-30T01:57:02.070Z Downloaded winnow v1.0.3
12482026-07-30T01:57:02.070Z Downloaded unicode-segmentation v1.12.0
12492026-07-30T01:57:02.071Z Downloaded num-bigint-dig v0.8.6
12502026-07-30T01:57:02.080Z Downloaded regex-syntax v0.6.29
12512026-07-30T01:57:02.092Z Downloaded itertools v0.14.0
12522026-07-30T01:57:02.096Z Downloaded bstr v1.12.1
12532026-07-30T01:57:02.100Z Downloaded hickory-proto v0.24.4
12542026-07-30T01:57:02.108Z Downloaded curve25519-dalek v4.1.3
12552026-07-30T01:57:02.112Z Downloaded smoltcp v0.9.1
12562026-07-30T01:57:02.118Z Downloaded reqwest v0.12.28
12572026-07-30T01:57:02.121Z Downloaded regress v0.11.1
12582026-07-30T01:57:02.141Z Downloaded radix_trie v0.2.1
12592026-07-30T01:57:02.144Z Downloaded regress v0.10.5
12602026-07-30T01:57:02.165Z Downloaded serde_with v3.21.0
12612026-07-30T01:57:02.169Z Downloaded rustls v0.23.41
12622026-07-30T01:57:02.175Z Downloaded moka v0.12.13
12632026-07-30T01:57:02.179Z Downloaded polar-core v0.27.3
12642026-07-30T01:57:02.184Z Downloaded object v0.37.3
12652026-07-30T01:57:02.190Z Downloaded russh v0.62.4
12662026-07-30T01:57:02.194Z Downloaded hickory-proto v0.25.2
12672026-07-30T01:57:02.202Z Downloaded nix v0.28.0
12682026-07-30T01:57:02.223Z Downloaded nix v0.27.1
12692026-07-30T01:57:02.231Z Downloaded diesel v2.3.7
12702026-07-30T01:57:02.279Z Downloaded regex-syntax v0.8.10
12712026-07-30T01:57:02.279Z Downloaded tracing v0.1.44
12722026-07-30T01:57:02.279Z Downloaded crypto-bigint v0.7.5
12732026-07-30T01:57:02.279Z Downloaded zerocopy v0.8.40
12742026-07-30T01:57:02.279Z Downloaded openapiv3 v2.2.0
12752026-07-30T01:57:02.282Z Downloaded smoltcp v0.11.0
12762026-07-30T01:57:02.282Z Downloaded typify-impl v0.6.2
12772026-07-30T01:57:02.289Z Downloaded rustix v0.38.44
12782026-07-30T01:57:02.303Z Downloaded openssl v0.10.79
12792026-07-30T01:57:02.313Z Downloaded sha3 v0.11.0
12802026-07-30T01:57:02.313Z Downloaded sqlparser v0.61.0
12812026-07-30T01:57:02.334Z Downloaded curve25519-dalek v5.0.0
12822026-07-30T01:57:02.355Z Downloaded sled v0.34.7
12832026-07-30T01:57:02.364Z Downloaded nix v0.31.2
12842026-07-30T01:57:02.369Z Downloaded zerocopy-derive v0.6.6
12852026-07-30T01:57:02.375Z Downloaded dropshot v0.17.1
12862026-07-30T01:57:02.395Z Downloaded regex-automata v0.4.14
12872026-07-30T01:57:02.405Z Downloaded bzip2-sys v0.1.13+1.0.8
12882026-07-30T01:57:02.431Z Downloaded ratatui v0.29.0
12892026-07-30T01:57:02.441Z Downloaded petgraph v0.6.5
12902026-07-30T01:57:02.452Z Downloaded libz-sys v1.1.24
12912026-07-30T01:57:02.465Z Downloaded sha3 v0.10.8
12922026-07-30T01:57:02.478Z Downloaded jiff v0.2.34
12932026-07-30T01:57:02.488Z Downloaded chrono-tz v0.10.4
12942026-07-30T01:57:02.505Z Downloaded encoding_rs v0.8.35
12952026-07-30T01:57:02.522Z Downloaded ring v0.17.14
12962026-07-30T01:57:02.548Z Downloaded petgraph v0.8.3
12972026-07-30T01:57:02.562Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12982026-07-30T01:57:02.575Z Downloaded tokio v1.52.1
12992026-07-30T01:57:02.598Z Downloaded csv v1.4.0
13002026-07-30T01:57:02.688Z Downloaded libgit2-sys v0.18.3+1.9.2
13012026-07-30T01:57:03.189Z Downloaded aws-lc-sys v0.40.0
13022026-07-30T01:57:03.460Z Compiling libc v0.2.185
13032026-07-30T01:57:03.460Z Compiling serde_core v1.0.228
13042026-07-30T01:57:03.465Z Compiling serde v1.0.228
13052026-07-30T01:57:03.465Z Compiling log v0.4.29
13062026-07-30T01:57:03.465Z Compiling smallvec v1.15.1
13072026-07-30T01:57:03.465Z Compiling find-msvc-tools v0.1.9
13082026-07-30T01:57:03.465Z Compiling shlex v1.3.0
13092026-07-30T01:57:03.466Z Compiling subtle v2.6.1
13102026-07-30T01:57:03.698Z Compiling scopeguard v1.2.0
13112026-07-30T01:57:03.715Z Compiling stable_deref_trait v1.2.1
13122026-07-30T01:57:03.715Z Compiling typenum v1.20.1
13132026-07-30T01:57:03.715Z Compiling zerocopy v0.8.40
13142026-07-30T01:57:03.715Z Compiling portable-atomic v1.13.1
13152026-07-30T01:57:03.715Z Compiling serde_json v1.0.151
13162026-07-30T01:57:03.730Z Compiling syn v2.0.117
13172026-07-30T01:57:03.735Z Compiling critical-section v1.2.0
13182026-07-30T01:57:03.792Z Compiling libm v0.2.16
13192026-07-30T01:57:03.808Z Compiling lock_api v0.4.14
13202026-07-30T01:57:03.824Z Compiling num-traits v0.2.19
13212026-07-30T01:57:03.862Z Compiling pkg-config v0.3.32
13222026-07-30T01:57:03.877Z Compiling generic-array v0.14.7
13232026-07-30T01:57:03.889Z Compiling const-oid v0.9.6
13242026-07-30T01:57:03.889Z Compiling parking_lot_core v0.9.12
13252026-07-30T01:57:03.932Z Compiling pin-project-lite v0.2.17
13262026-07-30T01:57:03.997Z Compiling getrandom v0.4.1
13272026-07-30T01:57:04.037Z Compiling rand_core v0.10.0
13282026-07-30T01:57:04.068Z Compiling futures-core v0.3.32
13292026-07-30T01:57:04.087Z Compiling litemap v0.8.1
13302026-07-30T01:57:04.177Z Compiling writeable v0.6.2
13312026-07-30T01:57:04.191Z Compiling percent-encoding v2.3.2
13322026-07-30T01:57:04.233Z Compiling icu_normalizer_data v2.1.1
13332026-07-30T01:57:04.269Z Compiling icu_properties_data v2.1.2
13342026-07-30T01:57:04.296Z Compiling getrandom v0.3.4
13352026-07-30T01:57:04.296Z Compiling futures-sink v0.3.32
13362026-07-30T01:57:04.318Z Compiling slab v0.4.12
13372026-07-30T01:57:04.369Z Compiling futures-task v0.3.32
13382026-07-30T01:57:04.455Z Compiling futures-channel v0.3.32
13392026-07-30T01:57:04.455Z Compiling utf8_iter v1.0.4
13402026-07-30T01:57:04.470Z Compiling futures-io v0.3.32
13412026-07-30T01:57:04.470Z Compiling rustix v1.1.3
13422026-07-30T01:57:04.496Z Compiling form_urlencoded v1.2.2
13432026-07-30T01:57:04.559Z Compiling errno v0.3.14
13442026-07-30T01:57:04.575Z Compiling jobserver v0.1.34
13452026-07-30T01:57:04.582Z Compiling getrandom v0.2.17
13462026-07-30T01:57:04.635Z Compiling mio v1.2.0
13472026-07-30T01:57:04.641Z Compiling socket2 v0.6.3
13482026-07-30T01:57:04.651Z Compiling rustversion v1.0.22
13492026-07-30T01:57:04.675Z Compiling base64ct v1.8.3
13502026-07-30T01:57:04.691Z Compiling signal-hook-registry v1.4.8
13512026-07-30T01:57:04.722Z Compiling rand_core v0.6.4
13522026-07-30T01:57:04.831Z Compiling cc v1.2.56
13532026-07-30T01:57:04.835Z Compiling once_cell v1.21.3
13542026-07-30T01:57:04.863Z Compiling parking_lot v0.12.5
13552026-07-30T01:57:04.932Z Compiling iana-time-zone v0.1.65
13562026-07-30T01:57:04.982Z Compiling pem-rfc7468 v0.7.0
13572026-07-30T01:57:04.997Z Compiling regex-syntax v0.8.10
13582026-07-30T01:57:05.023Z Compiling fs_extra v1.3.0
13592026-07-30T01:57:05.069Z Compiling flagset v0.4.7
13602026-07-30T01:57:05.085Z Compiling ident_case v1.0.1
13612026-07-30T01:57:05.101Z Compiling dunce v1.0.5
13622026-07-30T01:57:05.130Z Compiling rand_core v0.9.5
13632026-07-30T01:57:05.147Z Compiling base64 v0.22.1
13642026-07-30T01:57:05.150Z Compiling vcpkg v0.2.15
13652026-07-30T01:57:05.215Z Compiling syn v1.0.109
13662026-07-30T01:57:05.229Z Compiling tracing-core v0.1.36
13672026-07-30T01:57:05.245Z Compiling schemars v0.8.22
13682026-07-30T01:57:05.259Z Compiling aws-lc-rs v1.16.3
13692026-07-30T01:57:05.288Z Compiling cpufeatures v0.2.17
13702026-07-30T01:57:05.309Z Compiling dyn-clone v1.0.20
13712026-07-30T01:57:05.314Z Compiling spin v0.9.8
13722026-07-30T01:57:05.369Z Compiling tinyvec_macros v0.1.1
13732026-07-30T01:57:05.434Z Compiling crc32fast v1.5.0
13742026-07-30T01:57:05.464Z Compiling cmov v0.5.4
13752026-07-30T01:57:05.469Z Compiling httparse v1.10.1
13762026-07-30T01:57:05.499Z Compiling openssl-probe v0.2.1
13772026-07-30T01:57:05.523Z Compiling tinyvec v1.10.0
13782026-07-30T01:57:05.552Z Compiling cmake v0.1.57
13792026-07-30T01:57:05.570Z Compiling aho-corasick v1.1.4
13802026-07-30T01:57:05.605Z Compiling radium v0.7.0
13812026-07-30T01:57:05.681Z Compiling ctutils v0.4.2
13822026-07-30T01:57:05.697Z Compiling tower-layer v0.3.3
13832026-07-30T01:57:05.727Z Compiling bitflags v2.11.0
13842026-07-30T01:57:05.819Z Compiling semver v1.0.28
13852026-07-30T01:57:05.851Z Compiling indexmap v2.14.0
13862026-07-30T01:57:05.901Z Compiling uuid v1.23.4
13872026-07-30T01:57:05.929Z Compiling try-lock v0.2.5
13882026-07-30T01:57:05.932Z Compiling tower-service v0.3.3
13892026-07-30T01:57:05.979Z Compiling atomic-waker v1.1.2
13902026-07-30T01:57:06.017Z Compiling untrusted v0.7.1
13912026-07-30T01:57:06.120Z Compiling rustc_version v0.4.1
13922026-07-30T01:57:06.120Z Compiling want v0.3.1
13932026-07-30T01:57:06.149Z Compiling httpdate v1.0.3
13942026-07-30T01:57:06.161Z Compiling foreign-types-shared v0.1.1
13952026-07-30T01:57:06.179Z Compiling untrusted v0.9.0
13962026-07-30T01:57:06.202Z Compiling openssl v0.10.79
13972026-07-30T01:57:06.270Z Compiling simd-adler32 v0.3.8
13982026-07-30T01:57:06.285Z Compiling maybe-uninit v2.0.0
13992026-07-30T01:57:06.316Z Compiling tap v1.0.1
14002026-07-30T01:57:06.328Z Compiling rustls v0.23.41
14012026-07-30T01:57:06.411Z Compiling aws-lc-sys v0.40.0
14022026-07-30T01:57:06.425Z Compiling openssl-sys v0.9.115
14032026-07-30T01:57:06.429Z Compiling wyz v0.5.1
14042026-07-30T01:57:06.455Z Compiling regex-automata v0.4.14
14052026-07-30T01:57:06.475Z Compiling bzip2-sys v0.1.13+1.0.8
14062026-07-30T01:57:06.517Z Compiling synstructure v0.13.2
14072026-07-30T01:57:06.536Z Compiling serde_derive_internals v0.29.1
14082026-07-30T01:57:06.542Z Compiling pest_generator v2.8.6
14092026-07-30T01:57:06.573Z Compiling darling_core v0.20.11
14102026-07-30T01:57:06.712Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14112026-07-30T01:57:06.746Z Compiling foreign-types v0.3.2
14122026-07-30T01:57:06.861Z Compiling unicode-normalization v0.1.25
14132026-07-30T01:57:06.970Z Compiling tempfile v3.25.0
14142026-07-30T01:57:07.053Z Compiling terminal_size v0.4.3
14152026-07-30T01:57:07.115Z Compiling num-integer v0.1.46
14162026-07-30T01:57:07.151Z Compiling wait-timeout v0.2.1
14172026-07-30T01:57:07.192Z Compiling ahash v0.8.12
14182026-07-30T01:57:07.206Z Compiling native-tls v0.2.18
14192026-07-30T01:57:07.301Z Compiling adler2 v2.0.1
14202026-07-30T01:57:07.368Z Compiling quick-error v1.2.3
14212026-07-30T01:57:07.379Z Compiling time-core v0.1.8
14222026-07-30T01:57:07.400Z Compiling bit-vec v0.8.0
14232026-07-30T01:57:07.494Z Compiling packed_struct v0.10.1
14242026-07-30T01:57:07.495Z Compiling funty v2.0.0
14252026-07-30T01:57:07.495Z Compiling powerfmt v0.2.0
14262026-07-30T01:57:07.495Z Compiling num-conv v0.2.0
14272026-07-30T01:57:07.510Z Compiling num-bigint-dig v0.8.6
14282026-07-30T01:57:07.510Z Compiling rusty-fork v0.3.1
14292026-07-30T01:57:07.510Z Compiling clap_builder v4.6.0
14302026-07-30T01:57:07.624Z Compiling bit-set v0.8.0
14312026-07-30T01:57:07.645Z Compiling time-macros v0.2.27
14322026-07-30T01:57:07.656Z Compiling deranged v0.5.8
14332026-07-30T01:57:07.701Z Compiling miniz_oxide v0.8.9
14342026-07-30T01:57:07.729Z Compiling num-iter v0.1.45
14352026-07-30T01:57:07.837Z Compiling bitvec v1.0.1
14362026-07-30T01:57:07.863Z Compiling lazy_static v1.5.0
14372026-07-30T01:57:07.878Z Compiling rand_xorshift v0.4.0
14382026-07-30T01:57:07.892Z Compiling anstyle-parse v0.2.7
14392026-07-30T01:57:07.970Z Compiling sync_wrapper v1.0.2
14402026-07-30T01:57:08.070Z Compiling indexmap v1.9.3
14412026-07-30T01:57:08.087Z Compiling unarray v0.1.4
14422026-07-30T01:57:08.109Z Compiling siphasher v1.0.2
14432026-07-30T01:57:08.109Z Compiling crossbeam-utils v0.8.21
14442026-07-30T01:57:08.214Z Compiling paste v1.0.15
14452026-07-30T01:57:08.279Z Compiling usdt-impl v0.6.0
14462026-07-30T01:57:08.319Z Compiling nodrop v0.1.14
14472026-07-30T01:57:08.347Z Compiling zlib-rs v0.6.2
14482026-07-30T01:57:08.362Z Compiling serde_derive v1.0.228
14492026-07-30T01:57:08.430Z Compiling zeroize_derive v1.5.0
14502026-07-30T01:57:08.449Z Compiling zerofrom-derive v0.1.6
14512026-07-30T01:57:08.508Z Compiling zerocopy-derive v0.8.40
14522026-07-30T01:57:08.523Z Compiling yoke-derive v0.8.1
14532026-07-30T01:57:08.737Z Compiling zerovec-derive v0.11.2
14542026-07-30T01:57:08.760Z Compiling displaydoc v0.2.5
14552026-07-30T01:57:08.792Z Compiling tokio-macros v2.7.0
14562026-07-30T01:57:09.080Z Compiling futures-macro v0.3.32
14572026-07-30T01:57:09.178Z Compiling zeroize v1.9.0
14582026-07-30T01:57:09.380Z Compiling der_derive v0.7.3
14592026-07-30T01:57:09.576Z Compiling thiserror-impl v2.0.18
14602026-07-30T01:57:09.582Z Compiling tracing-attributes v0.1.31
14612026-07-30T01:57:09.751Z Compiling rustls-pki-types v1.14.0
14622026-07-30T01:57:09.774Z Compiling schemars_derive v0.8.22
14632026-07-30T01:57:09.945Z Compiling block-buffer v0.10.4
14642026-07-30T01:57:09.962Z Compiling zerofrom v0.1.6
14652026-07-30T01:57:09.979Z Compiling crypto-common v0.1.7
14662026-07-30T01:57:09.984Z Compiling futures-util v0.3.32
14672026-07-30T01:57:10.100Z Compiling yoke v0.8.1
14682026-07-30T01:57:10.139Z Compiling digest v0.10.7
14692026-07-30T01:57:10.151Z Compiling hybrid-array v0.4.13
14702026-07-30T01:57:10.240Z Compiling scroll_derive v0.13.1
14712026-07-30T01:57:10.311Z Compiling zerovec v0.11.5
14722026-07-30T01:57:10.398Z Compiling zerotrie v0.2.3
14732026-07-30T01:57:10.411Z Compiling der v0.7.10
14742026-07-30T01:57:10.704Z Compiling sha2 v0.10.9
14752026-07-30T01:57:10.727Z Compiling pest_derive v2.8.6
14762026-07-30T01:57:10.831Z Compiling tinystr v0.8.2
14772026-07-30T01:57:10.861Z Compiling potential_utf v0.1.4
14782026-07-30T01:57:10.993Z Compiling signature v2.2.0
14792026-07-30T01:57:11.008Z Compiling icu_collections v2.1.1
14802026-07-30T01:57:11.016Z Compiling icu_locale_core v2.1.1
14812026-07-30T01:57:11.042Z Compiling thiserror v2.0.18
14822026-07-30T01:57:11.066Z Compiling tracing v0.1.44
14832026-07-30T01:57:11.089Z Compiling darling_macro v0.20.11
14842026-07-30T01:57:11.116Z Compiling scroll v0.13.0
14852026-07-30T01:57:11.153Z Compiling openssl-macros v0.1.1
14862026-07-30T01:57:11.176Z Compiling thiserror-impl v1.0.69
14872026-07-30T01:57:11.238Z Compiling hmac v0.12.1
14882026-07-30T01:57:11.356Z Compiling spki v0.7.3
14892026-07-30T01:57:11.408Z Compiling goblin v0.10.5
14902026-07-30T01:57:11.425Z Compiling packed_struct_codegen v0.10.1
14912026-07-30T01:57:11.499Z Compiling bitfield-macros v0.19.4
14922026-07-30T01:57:11.585Z Compiling pkcs8 v0.10.2
14932026-07-30T01:57:11.658Z Compiling darling v0.20.11
14942026-07-30T01:57:11.687Z Compiling zerocopy-derive v0.6.6
14952026-07-30T01:57:11.768Z Compiling icu_provider v2.1.1
14962026-07-30T01:57:11.771Z Compiling clap_derive v4.6.1
14972026-07-30T01:57:11.940Z Compiling bytes v1.11.1
14982026-07-30T01:57:11.997Z Compiling icu_properties v2.1.2
14992026-07-30T01:57:12.010Z Compiling icu_normalizer v2.1.1
15002026-07-30T01:57:12.050Z Compiling chrono v0.4.45
15012026-07-30T01:57:12.199Z Compiling ipnet v2.11.0
15022026-07-30T01:57:12.292Z Compiling hex v0.4.3
15032026-07-30T01:57:12.440Z Compiling tokio v1.52.1
15042026-07-30T01:57:12.510Z Compiling http v1.4.2
15052026-07-30T01:57:12.572Z Compiling thiserror v1.0.69
15062026-07-30T01:57:12.589Z Compiling toml_datetime v0.6.11
15072026-07-30T01:57:12.596Z Compiling serde_spanned v0.6.9
15082026-07-30T01:57:12.596Z Compiling num_threads v0.1.7
15092026-07-30T01:57:12.631Z Compiling crc-catalog v2.4.0
15102026-07-30T01:57:12.687Z Compiling zerocopy v0.6.6
15112026-07-30T01:57:12.729Z Compiling crc v3.4.0
15122026-07-30T01:57:12.742Z Compiling time v0.3.47
15132026-07-30T01:57:12.757Z Compiling bitfield v0.19.4
15142026-07-30T01:57:12.881Z Compiling idna_adapter v1.2.1
15152026-07-30T01:57:12.939Z Compiling pkcs1 v0.7.5
15162026-07-30T01:57:13.040Z Compiling ppv-lite86 v0.2.21
15172026-07-30T01:57:13.055Z Compiling idna v1.1.0
15182026-07-30T01:57:13.137Z Compiling derive_builder_core v0.20.2
15192026-07-30T01:57:13.181Z Compiling http-body v1.0.1
15202026-07-30T01:57:13.320Z Compiling http-body-util v0.1.3
15212026-07-30T01:57:13.356Z Compiling url v2.5.8
15222026-07-30T01:57:13.367Z Compiling rand_chacha v0.9.0
15232026-07-30T01:57:13.384Z Compiling rand_chacha v0.3.1
15242026-07-30T01:57:13.486Z Compiling flate2 v1.1.9
15252026-07-30T01:57:13.492Z Compiling dtrace-parser v0.3.0
15262026-07-30T01:57:13.571Z Compiling clap v4.6.1
15272026-07-30T01:57:13.588Z Compiling rand v0.9.2
15282026-07-30T01:57:13.663Z Compiling rand v0.8.6
15292026-07-30T01:57:13.976Z Compiling array-init v0.0.4
15302026-07-30T01:57:14.022Z Compiling scroll_derive v0.12.1
15312026-07-30T01:57:14.096Z Compiling structmeta-derive v0.3.0
15322026-07-30T01:57:14.210Z Compiling proptest v1.10.0
15332026-07-30T01:57:14.227Z Compiling anstream v0.6.21
15342026-07-30T01:57:14.231Z Compiling dof v0.4.0
15352026-07-30T01:57:14.343Z Compiling smallvec v0.6.14
15362026-07-30T01:57:14.355Z Compiling darling_core v0.23.0
15372026-07-30T01:57:14.370Z Compiling heapless v0.7.17
15382026-07-30T01:57:14.490Z Compiling slog v2.8.2
15392026-07-30T01:57:14.554Z Compiling thread-id v5.1.0
15402026-07-30T01:57:14.561Z Compiling env_filter v1.0.0
15412026-07-30T01:57:14.642Z Compiling cookie v0.18.1
15422026-07-30T01:57:14.663Z Compiling ipnetwork v0.21.1
15432026-07-30T01:57:14.693Z Compiling winnow v0.5.40
15442026-07-30T01:57:14.710Z Compiling base64 v0.21.7
15452026-07-30T01:57:14.726Z Compiling zstd-safe v7.2.4
15462026-07-30T01:57:14.839Z Compiling ryu v1.0.23
15472026-07-30T01:57:14.853Z Compiling hashbrown v0.12.3
15482026-07-30T01:57:14.874Z Compiling iri-string v0.7.10
15492026-07-30T01:57:14.949Z Compiling unicode-bidi v0.3.18
15502026-07-30T01:57:15.036Z Compiling signal-hook v0.3.18
15512026-07-30T01:57:15.051Z Compiling allocator-api2 v0.2.21
15522026-07-30T01:57:15.070Z Compiling anyhow v1.0.102
15532026-07-30T01:57:15.195Z Compiling unicode-properties v0.1.4
15542026-07-30T01:57:15.207Z Compiling structmeta v0.3.0
15552026-07-30T01:57:15.249Z Compiling serde_urlencoded v0.7.1
15562026-07-30T01:57:15.343Z Compiling rsa v0.9.10
15572026-07-30T01:57:15.445Z Compiling stringprep v0.1.5
15582026-07-30T01:57:15.480Z Compiling ron v0.8.1
15592026-07-30T01:57:15.490Z Compiling oxnet v0.1.6
15602026-07-30T01:57:15.639Z Compiling scroll v0.12.0
15612026-07-30T01:57:15.712Z Compiling env_logger v0.11.9
15622026-07-30T01:57:15.835Z Compiling serde-hex v0.1.0
15632026-07-30T01:57:15.865Z Compiling camino v1.2.2
15642026-07-30T01:57:15.872Z Compiling derive_builder_macro v0.20.2
15652026-07-30T01:57:16.025Z Compiling toml_edit v0.19.15
15662026-07-30T01:57:16.081Z Compiling bzip2 v0.4.4
15672026-07-30T01:57:16.137Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15682026-07-30T01:57:16.326Z Compiling tokio-util v0.7.18
15692026-07-30T01:57:16.342Z Compiling tower v0.5.3
15702026-07-30T01:57:16.385Z Compiling tokio-native-tls v0.3.1
15712026-07-30T01:57:16.409Z Compiling hashbrown v0.13.2
15722026-07-30T01:57:16.437Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15732026-07-30T01:57:16.461Z Compiling serde_tokenstream v0.2.3
15742026-07-30T01:57:16.477Z Compiling erased-serde v0.3.31
15752026-07-30T01:57:16.593Z Compiling newtype-uuid v1.3.2
15762026-07-30T01:57:16.714Z Compiling x509-cert v0.2.5
15772026-07-30T01:57:16.796Z Compiling tower-http v0.6.8
15782026-07-30T01:57:16.860Z Compiling block-padding v0.4.2
15792026-07-30T01:57:16.883Z Compiling darling_macro v0.23.0
15802026-07-30T01:57:16.966Z Compiling crypto-common v0.2.2
15812026-07-30T01:57:16.998Z Compiling h2 v0.4.15
15822026-07-30T01:57:17.029Z Compiling block-buffer v0.12.1
15832026-07-30T01:57:17.044Z Compiling md-5 v0.10.6
15842026-07-30T01:57:17.226Z Compiling rustls-native-certs v0.8.3
15852026-07-30T01:57:17.241Z Compiling bstr v1.12.1
15862026-07-30T01:57:17.252Z Compiling async-trait v0.1.89
15872026-07-30T01:57:17.361Z Compiling daft-derive v0.1.7
15882026-07-30T01:57:17.398Z Compiling pin-project-internal v1.1.11
15892026-07-30T01:57:17.546Z Compiling zerocopy-derive v0.7.35
15902026-07-30T01:57:17.609Z Compiling curve25519-dalek v4.1.3
15912026-07-30T01:57:17.907Z Compiling vergen-lib v9.1.0
15922026-07-30T01:57:17.970Z Compiling hash32 v0.2.1
15932026-07-30T01:57:18.125Z Compiling memoffset v0.9.1
15942026-07-30T01:57:18.150Z Compiling encoding_rs v0.8.35
15952026-07-30T01:57:18.207Z Compiling crc-any v2.5.0
15962026-07-30T01:57:18.364Z Compiling litrs v1.0.0
15972026-07-30T01:57:18.382Z Compiling rustix v0.38.44
15982026-07-30T01:57:18.382Z Compiling ref-cast v1.0.25
15992026-07-30T01:57:18.382Z Compiling fallible-iterator v0.2.0
16002026-07-30T01:57:18.459Z Compiling mime v0.3.17
16012026-07-30T01:57:18.474Z Compiling psl-types v2.0.11
16022026-07-30T01:57:18.492Z Compiling cfg_aliases v0.2.1
16032026-07-30T01:57:18.576Z Compiling smoltcp v0.9.1
16042026-07-30T01:57:18.602Z Compiling pin-project v1.1.11
16052026-07-30T01:57:18.614Z Compiling publicsuffix v2.3.0
16062026-07-30T01:57:18.804Z Compiling postgres-protocol v0.6.10
16072026-07-30T01:57:18.819Z Compiling nix v0.31.2
16082026-07-30T01:57:18.819Z Compiling zerocopy v0.7.35
16092026-07-30T01:57:18.819Z Compiling daft v0.1.7
16102026-07-30T01:57:18.840Z Compiling document-features v0.2.12
16112026-07-30T01:57:18.864Z Compiling toml v0.7.8
16122026-07-30T01:57:18.874Z Compiling darling v0.23.0
16132026-07-30T01:57:18.968Z Compiling inout v0.2.2
16142026-07-30T01:57:18.992Z Compiling object v0.30.4
16152026-07-30T01:57:19.091Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16162026-07-30T01:57:19.115Z Compiling derive_builder v0.20.2
16172026-07-30T01:57:19.137Z Compiling zip v0.6.6
16182026-07-30T01:57:19.263Z Compiling goblin v0.8.2
16192026-07-30T01:57:19.375Z Compiling derive-ex v0.1.8
16202026-07-30T01:57:19.467Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16212026-07-30T01:57:19.490Z Compiling futures-executor v0.3.32
16222026-07-30T01:57:19.515Z Compiling hubpack_derive v0.1.1
16232026-07-30T01:57:19.667Z Compiling regex v1.12.3
16242026-07-30T01:57:19.715Z Compiling ref-cast-impl v1.0.25
16252026-07-30T01:57:19.729Z Compiling snafu-derive v0.8.9
16262026-07-30T01:57:19.746Z Compiling strum_macros v0.27.2
16272026-07-30T01:57:19.763Z Compiling curve25519-dalek-derive v0.1.1
16282026-07-30T01:57:19.867Z Compiling phf_shared v0.13.1
16292026-07-30T01:57:19.885Z Compiling vergen v9.1.0
16302026-07-30T01:57:20.004Z Compiling cargo-platform v0.3.2
16312026-07-30T01:57:20.105Z Compiling ff v0.13.1
16322026-07-30T01:57:20.119Z Compiling fs-err v3.3.0
16332026-07-30T01:57:20.142Z Compiling base16ct v0.2.0
16342026-07-30T01:57:20.229Z Compiling hyper v1.10.1
16352026-07-30T01:57:20.293Z Compiling unicode-segmentation v1.12.0
16362026-07-30T01:57:20.313Z Compiling object v0.37.3
16372026-07-30T01:57:20.325Z Compiling bumpalo v3.20.2
16382026-07-30T01:57:20.348Z Compiling same-file v1.0.6
16392026-07-30T01:57:20.458Z Compiling foldhash v0.2.0
16402026-07-30T01:57:20.529Z Compiling libbz2-rs-sys v0.2.2
16412026-07-30T01:57:20.595Z Compiling path-slash v0.1.5
16422026-07-30T01:57:20.718Z Compiling bitflags v1.3.2
16432026-07-30T01:57:20.771Z Compiling managed v0.8.0
16442026-07-30T01:57:20.771Z Compiling jiff-core v0.1.0
16452026-07-30T01:57:20.771Z Compiling foldhash v0.1.5
16462026-07-30T01:57:20.800Z Compiling hashbrown v0.16.1
16472026-07-30T01:57:20.873Z Compiling hashbrown v0.15.5
16482026-07-30T01:57:20.929Z Compiling zopfli v0.8.3
16492026-07-30T01:57:21.099Z Compiling test-strategy v0.4.5
16502026-07-30T01:57:21.226Z Compiling bzip2 v0.6.1
16512026-07-30T01:57:21.311Z Compiling walkdir v2.5.0
16522026-07-30T01:57:21.403Z Compiling hyper-util v0.1.20
16532026-07-30T01:57:21.428Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16542026-07-30T01:57:21.610Z Compiling dof v0.3.0
16552026-07-30T01:57:21.664Z Compiling jiff v0.2.34
16562026-07-30T01:57:21.738Z Compiling snafu v0.8.9
16572026-07-30T01:57:21.791Z Compiling strum v0.27.2
16582026-07-30T01:57:21.891Z Compiling sec1 v0.7.3
16592026-07-30T01:57:21.900Z Compiling group v0.13.0
16602026-07-30T01:57:21.949Z Compiling cargo_metadata v0.23.1
16612026-07-30T01:57:21.981Z Compiling phf v0.13.1
16622026-07-30T01:57:22.002Z Compiling hubpack v0.1.2
16632026-07-30T01:57:22.107Z Compiling futures v0.3.32
16642026-07-30T01:57:22.119Z Compiling signal-hook-mio v0.2.5
16652026-07-30T01:57:22.186Z Compiling cookie_store v0.22.1
16662026-07-30T01:57:22.206Z Compiling zstd v0.13.3
16672026-07-30T01:57:22.277Z Compiling postgres-types v0.2.12
16682026-07-30T01:57:22.294Z Compiling cipher v0.5.2
16692026-07-30T01:57:22.379Z Compiling serde_with_macros v3.21.0
16702026-07-30T01:57:22.588Z Compiling globset v0.4.18
16712026-07-30T01:57:22.628Z Compiling usdt-attr-macro v0.6.0
16722026-07-30T01:57:22.676Z Compiling usdt-macro v0.6.0
16732026-07-30T01:57:22.906Z Compiling byte-wrapper v0.1.0
16742026-07-30T01:57:22.921Z Compiling dtrace-parser v0.2.0
16752026-07-30T01:57:22.956Z Compiling serde-big-array v0.5.1
16762026-07-30T01:57:22.991Z Compiling hyper-tls v0.6.0
16772026-07-30T01:57:23.044Z Compiling olpc-cjson v0.1.4
16782026-07-30T01:57:23.200Z Compiling reqwest v0.12.28
16792026-07-30T01:57:23.220Z Compiling serde_plain v1.0.2
16802026-07-30T01:57:23.232Z Compiling ed25519 v2.2.3
16812026-07-30T01:57:23.347Z Compiling hkdf v0.12.4
16822026-07-30T01:57:23.363Z Compiling crypto-bigint v0.5.5
16832026-07-30T01:57:23.363Z Compiling async-recursion v1.1.1
16842026-07-30T01:57:23.452Z Compiling enum-as-inner v0.6.1
16852026-07-30T01:57:23.468Z Compiling serde_repr v0.1.20
16862026-07-30T01:57:23.520Z Compiling strum_macros v0.26.4
16872026-07-30T01:57:23.532Z Compiling phf_shared v0.11.3
16882026-07-30T01:57:23.588Z Compiling float-cmp v0.10.0
16892026-07-30T01:57:23.634Z Compiling pem v3.0.6
16902026-07-30T01:57:23.721Z Compiling memmap2 v0.9.10
16912026-07-30T01:57:23.736Z Compiling thread-id v4.2.2
16922026-07-30T01:57:23.750Z Compiling keccak v0.1.6
16932026-07-30T01:57:23.831Z Compiling fixedbitset v0.5.7
16942026-07-30T01:57:23.958Z Compiling fixedbitset v0.4.2
16952026-07-30T01:57:23.981Z Compiling whoami v2.1.0
16962026-07-30T01:57:23.999Z Compiling new_debug_unreachable v1.0.6
16972026-07-30T01:57:24.056Z Compiling cpufeatures v0.3.0
16982026-07-30T01:57:24.068Z Compiling precomputed-hash v0.1.1
16992026-07-30T01:57:24.083Z Compiling const-oid v0.10.2
17002026-07-30T01:57:24.158Z Compiling winnow v1.0.3
17012026-07-30T01:57:24.158Z Compiling difflib v0.4.0
17022026-07-30T01:57:24.158Z Compiling predicates-core v1.0.10
17032026-07-30T01:57:24.204Z Compiling typed-path v0.9.3
17042026-07-30T01:57:24.204Z Compiling either v1.15.0
17052026-07-30T01:57:24.331Z Compiling static_assertions v1.1.0
17062026-07-30T01:57:24.380Z Compiling normalize-line-endings v0.3.0
17072026-07-30T01:57:24.392Z Compiling data-encoding v2.10.0
17082026-07-30T01:57:24.392Z Compiling toml_edit v0.22.27
17092026-07-30T01:57:24.436Z Compiling itertools v0.13.0
17102026-07-30T01:57:24.547Z Compiling predicates v3.1.4
17112026-07-30T01:57:24.569Z Compiling toml_parser v1.1.2+spec-1.1.0
17122026-07-30T01:57:24.569Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17132026-07-30T01:57:24.569Z Compiling elliptic-curve v0.13.8
17142026-07-30T01:57:24.735Z Compiling hickory-proto v0.25.2
17152026-07-30T01:57:25.022Z Compiling digest v0.11.3
17162026-07-30T01:57:25.121Z Compiling tokio-postgres v0.7.16
17172026-07-30T01:57:25.152Z Compiling string_cache v0.8.9
17182026-07-30T01:57:25.168Z Compiling chacha20 v0.10.0
17192026-07-30T01:57:25.198Z Compiling petgraph v0.6.5
17202026-07-30T01:57:25.317Z Compiling petgraph v0.8.3
17212026-07-30T01:57:25.339Z Compiling strum v0.26.3
17222026-07-30T01:57:25.384Z Compiling zip v4.6.1
17232026-07-30T01:57:25.440Z Compiling sha3 v0.10.8
17242026-07-30T01:57:25.471Z Compiling usdt v0.6.0
17252026-07-30T01:57:25.505Z Compiling usdt-impl v0.5.0
17262026-07-30T01:57:25.509Z Compiling serde_with v3.21.0
17272026-07-30T01:57:25.565Z Compiling crossterm v0.28.1
17282026-07-30T01:57:25.755Z Compiling ed25519-dalek v2.2.0
17292026-07-30T01:57:25.789Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17302026-07-30T01:57:26.473Z Compiling iddqd v0.4.2
17312026-07-30T01:57:26.762Z Compiling similar v2.7.0
17322026-07-30T01:57:26.777Z Compiling heck v0.4.1
17332026-07-30T01:57:26.917Z Compiling tokio-stream v0.1.18
17342026-07-30T01:57:26.990Z Compiling crossbeam-epoch v0.9.18
17352026-07-30T01:57:27.020Z Compiling buf-list v1.1.2
17362026-07-30T01:57:27.233Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-07-30T01:57:27.325Z Compiling openapiv3 v2.2.0
17382026-07-30T01:57:27.344Z Compiling peg-runtime v0.8.5
17392026-07-30T01:57:27.361Z Compiling lalrpop-util v0.19.12
17402026-07-30T01:57:27.393Z Compiling thread_local v1.1.9
17412026-07-30T01:57:27.397Z Compiling slog-async v2.8.0
17422026-07-30T01:57:27.435Z Compiling crossbeam-channel v0.5.15
17432026-07-30T01:57:27.442Z Compiling filetime v0.2.27
17442026-07-30T01:57:27.450Z Compiling is-terminal v0.4.17
17452026-07-30T01:57:27.581Z Compiling xattr v1.6.1
17462026-07-30T01:57:27.619Z Compiling term v1.2.1
17472026-07-30T01:57:27.619Z Compiling take_mut v0.2.2
17482026-07-30T01:57:27.619Z Compiling camino-tempfile v1.4.1
17492026-07-30T01:57:27.845Z Compiling tar v0.4.46
17502026-07-30T01:57:27.887Z Compiling slog-term v2.9.2
17512026-07-30T01:57:45.256Z Compiling rustls-webpki v0.103.13
17522026-07-30T01:57:47.941Z Compiling tokio-rustls v0.26.4
17532026-07-30T01:57:47.941Z Compiling rustls-platform-verifier v0.6.2
17542026-07-30T01:57:47.950Z Compiling tough v0.22.0
17552026-07-30T01:57:48.141Z Compiling hyper-rustls v0.27.7
17562026-07-30T01:57:48.335Z Compiling reqwest v0.13.2
17572026-07-30T01:57:50.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17582026-07-30T01:57:50.746Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17592026-07-30T01:57:53.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.66s
17602026-07-30T01:57:53.807Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17612026-07-30T01:57:53.862ZJul 30 01:57:52.923 INFO Starting download, target: Console
17622026-07-30T01:57:53.862ZJul 30 01:57:52.924 INFO Starting download, target: DendriteStub
17632026-07-30T01:57:53.862ZJul 30 01:57:52.924 INFO Starting download, target: Cockroach
17642026-07-30T01:57:53.862ZJul 30 01:57:52.924 INFO Starting download, target: Clickhouse
17652026-07-30T01:57:53.863ZJul 30 01:57:52.924 INFO Starting download, target: MaghemiteMgd
17662026-07-30T01:57:53.870ZJul 30 01:57:52.924 INFO Starting download, target: MaghemiteDdmd
17672026-07-30T01:57:53.870ZJul 30 01:57:52.924 INFO Starting download, target: TransceiverControl
17682026-07-30T01:57:53.870ZJul 30 01:57:52.924 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17692026-07-30T01:57:53.870ZJul 30 01:57:52.924 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17702026-07-30T01:57:53.870ZJul 30 01:57:52.924 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17712026-07-30T01:57:53.870ZJul 30 01:57:52.924 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17722026-07-30T01:57:53.870ZJul 30 01:57:52.924 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17732026-07-30T01:57:53.870ZJul 30 01:57:52.924 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17742026-07-30T01:57:53.870ZJul 30 01:57:52.924 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17752026-07-30T01:57:55.686ZJul 30 01:57:54.743 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17762026-07-30T01:57:55.931ZJul 30 01:57:54.994 INFO Download complete, target: Console
17772026-07-30T01:57:56.227ZJul 30 01:57:55.291 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17782026-07-30T01:58:02.910ZJul 30 01:58:01.971 INFO Checking that binary works, target: Clickhouse
17792026-07-30T01:58:03.002ZJul 30 01:58:02.065 INFO Download complete, target: Clickhouse
17802026-07-30T01:58:08.699ZJul 30 01:58:07.526 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17812026-07-30T01:58:08.955ZJul 30 01:58:07.730 INFO Download complete, target: TransceiverControl
17822026-07-30T01:58:14.911ZJul 30 01:58:13.882 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17832026-07-30T01:58:16.837ZJul 30 01:58:15.637 INFO Download complete, target: MaghemiteDdmd
17842026-07-30T01:58:17.017ZJul 30 01:58:15.711 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17852026-07-30T01:58:17.623ZJul 30 01:58:16.674 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17862026-07-30T01:58:19.103ZJul 30 01:58:18.151 INFO Download complete, target: DendriteStub
17872026-07-30T01:58:19.158ZJul 30 01:58:18.206 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17882026-07-30T01:58:19.158ZJul 30 01:58:18.206 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17892026-07-30T01:58:20.174ZJul 30 01:58:19.200 INFO Download complete, target: MaghemiteMgd
17902026-07-30T01:58:23.840ZJul 30 01:58:22.893 INFO Checking that binary works, target: Cockroach
17912026-07-30T01:58:23.970ZJul 30 01:58:23.021 INFO Download complete, target: Cockroach
17922026-07-30T01:58:23.979ZAll prerequisites installed successfully
17932026-07-30T01:58:23.979Z
17942026-07-30T01:58:23.979Zreal 2:10.449341313
17952026-07-30T01:58:23.980Zuser 7:10.608851257
17962026-07-30T01:58:23.980Zsys 1:42.889425800
17972026-07-30T01:58:23.980Ztrap 0.268314278
17982026-07-30T01:58:23.980Ztflt 0.905868675
17992026-07-30T01:58:23.980Zdflt 1.607083101
18002026-07-30T01:58:23.980Zkflt 0.027580997
18012026-07-30T01:58:23.980Zlock 36:26.417114247
18022026-07-30T01:58:23.980Zslp 20:14.830857115
18032026-07-30T01:58:23.980Zlat 26.416079785
18042026-07-30T01:58:23.980Zstop 3:27.740122223
18052026-07-30T01:58:23.980Z+ ptime -m cargo xtask download softnpu
18062026-07-30T01:58:24.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18072026-07-30T01:58:24.494Z Running `target/debug/xtask download softnpu`
18082026-07-30T01:58:25.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18092026-07-30T01:58:25.338Z Running `target/debug/xtask-downloader softnpu`
18102026-07-30T01:58:25.548ZJul 30 01:58:24.412 INFO Starting download, target: Softnpu
18112026-07-30T01:58:25.595ZJul 30 01:58:24.413 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18122026-07-30T01:58:26.640ZJul 30 01:58:25.566 INFO Download complete, target: Softnpu
18132026-07-30T01:58:26.934Z
18142026-07-30T01:58:26.934Zreal 2.537395325
18152026-07-30T01:58:26.934Zuser 1.334444305
18162026-07-30T01:58:26.934Zsys 0.641948234
18172026-07-30T01:58:26.934Ztrap 0.000655280
18182026-07-30T01:58:26.934Ztflt 0.000216760
18192026-07-30T01:58:26.934Zdflt 0.000106020
18202026-07-30T01:58:26.934Zkflt 0.000000000
18212026-07-30T01:58:26.934Zlock 21.521098969
18222026-07-30T01:58:26.934Zslp 1.009984037
18232026-07-30T01:58:26.934Zlat 0.094018530
18242026-07-30T01:58:26.934Zstop 0.000198340
18252026-07-30T01:58:26.934Z+ export CARGO_INCREMENTAL=0
18262026-07-30T01:58:26.934Z+ CARGO_INCREMENTAL=0
18272026-07-30T01:58:26.934Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18282026-07-30T01:58:27.466Z Compiling proc-macro2 v1.0.106
18292026-07-30T01:58:27.466Z Compiling quote v1.0.45
18302026-07-30T01:58:27.466Z Compiling unicode-ident v1.0.24
18312026-07-30T01:58:27.492Z Compiling libc v0.2.185
18322026-07-30T01:58:27.492Z Compiling serde_core v1.0.228
18332026-07-30T01:58:27.492Z Compiling serde v1.0.228
18342026-07-30T01:58:27.492Z Compiling cfg-if v1.0.4
18352026-07-30T01:58:27.492Z Compiling version_check v0.9.5
18362026-07-30T01:58:27.492Z Compiling autocfg v1.5.0
18372026-07-30T01:58:27.493Z Compiling shlex v1.3.0
18382026-07-30T01:58:27.493Z Compiling find-msvc-tools v0.1.9
18392026-07-30T01:58:27.576Z Compiling memchr v2.8.0
18402026-07-30T01:58:27.587Z Compiling zmij v1.0.21
18412026-07-30T01:58:27.587Z Compiling serde_json v1.0.151
18422026-07-30T01:58:27.762Z Compiling portable-atomic v1.13.1
18432026-07-30T01:58:27.839Z Compiling zerocopy v0.8.40
18442026-07-30T01:58:27.918Z Compiling libm v0.2.16
18452026-07-30T01:58:27.923Z Compiling getrandom v0.4.1
18462026-07-30T01:58:27.937Z Compiling generic-array v0.14.7
18472026-07-30T01:58:27.947Z Compiling icu_normalizer_data v2.1.1
18482026-07-30T01:58:27.953Z Compiling smallvec v1.15.1
18492026-07-30T01:58:27.953Z Compiling parking_lot_core v0.9.12
18502026-07-30T01:58:27.990Z Compiling icu_properties_data v2.1.2
18512026-07-30T01:58:28.382Z Compiling num-traits v0.2.19
18522026-07-30T01:58:28.382Z Compiling itoa v1.0.17
18532026-07-30T01:58:28.390Z Compiling log v0.4.29
18542026-07-30T01:58:28.390Z Compiling pkg-config v0.3.32
18552026-07-30T01:58:28.390Z Compiling subtle v2.6.1
18562026-07-30T01:58:28.390Z Compiling stable_deref_trait v1.2.1
18572026-07-30T01:58:28.616Z Compiling typenum v1.20.1
18582026-07-30T01:58:28.646Z Compiling getrandom v0.3.4
18592026-07-30T01:58:28.646Z Compiling thiserror v2.0.18
18602026-07-30T01:58:28.646Z Compiling scopeguard v1.2.0
18612026-07-30T01:58:28.646Z Compiling rustix v1.1.3
18622026-07-30T01:58:28.879Z Compiling jobserver v0.1.34
18632026-07-30T01:58:28.910Z Compiling errno v0.3.14
18642026-07-30T01:58:28.910Z Compiling lock_api v0.4.14
18652026-07-30T01:58:28.910Z Compiling rand_core v0.10.0
18662026-07-30T01:58:28.910Z Compiling heck v0.5.0
18672026-07-30T01:58:28.981Z Compiling cc v1.2.56
18682026-07-30T01:58:29.196Z Compiling syn v2.0.117
18692026-07-30T01:58:29.196Z Compiling getrandom v0.2.17
18702026-07-30T01:58:29.231Z Compiling critical-section v1.2.0
18712026-07-30T01:58:29.231Z Compiling equivalent v1.0.2
18722026-07-30T01:58:29.231Z Compiling litemap v0.8.1
18732026-07-30T01:58:29.231Z Compiling writeable v0.6.2
18742026-07-30T01:58:29.231Z Compiling rand_core v0.6.4
18752026-07-30T01:58:29.231Z Compiling syn v1.0.109
18762026-07-30T01:58:29.231Z Compiling percent-encoding v2.3.2
18772026-07-30T01:58:29.231Z Compiling pin-project-lite v0.2.17
18782026-07-30T01:58:29.231Z Compiling schemars v0.8.22
18792026-07-30T01:58:29.418Z Compiling hashbrown v0.17.0
18802026-07-30T01:58:29.441Z Compiling rustversion v1.0.22
18812026-07-30T01:58:29.456Z Compiling once_cell v1.21.3
18822026-07-30T01:58:29.490Z Compiling dunce v1.0.5
18832026-07-30T01:58:29.567Z Compiling fs_extra v1.3.0
18842026-07-30T01:58:29.580Z Compiling byteorder v1.5.0
18852026-07-30T01:58:29.643Z Compiling strsim v0.11.1
18862026-07-30T01:58:29.667Z Compiling utf8_iter v1.0.4
18872026-07-30T01:58:29.935Z Compiling cmake v0.1.57
18882026-07-30T01:58:30.143Z Compiling form_urlencoded v1.2.2
18892026-07-30T01:58:30.143Z Compiling signal-hook-registry v1.4.8
18902026-07-30T01:58:30.206Z Compiling semver v1.0.28
18912026-07-30T01:58:30.206Z Compiling indexmap v2.14.0
18922026-07-30T01:58:30.207Z Compiling bitflags v2.11.0
18932026-07-30T01:58:30.437Z Compiling thiserror v1.0.69
18942026-07-30T01:58:30.654Z Compiling aws-lc-sys v0.40.0
18952026-07-30T01:58:30.654Z Compiling parking_lot v0.12.5
18962026-07-30T01:58:30.654Z Compiling mio v1.2.0
18972026-07-30T01:58:30.654Z Compiling socket2 v0.6.3
18982026-07-30T01:58:30.654Z Compiling futures-core v0.3.32
18992026-07-30T01:58:30.692Z Compiling aws-lc-rs v1.16.3
19002026-07-30T01:58:30.692Z Compiling const-oid v0.9.6
19012026-07-30T01:58:30.708Z Compiling httparse v1.10.1
19022026-07-30T01:58:30.837Z Compiling regex-syntax v0.8.10
19032026-07-30T01:58:30.951Z Compiling crc32fast v1.5.0
19042026-07-30T01:58:31.004Z Compiling fnv v1.0.7
19052026-07-30T01:58:31.032Z Compiling iana-time-zone v0.1.65
19062026-07-30T01:58:31.088Z Compiling ucd-trie v0.1.7
19072026-07-30T01:58:31.219Z Compiling vcpkg v0.2.15
19082026-07-30T01:58:31.226Z Compiling ident_case v1.0.1
19092026-07-30T01:58:31.243Z Compiling pest v2.8.6
19102026-07-30T01:58:31.299Z Compiling uuid v1.23.4
19112026-07-30T01:58:31.687Z Compiling rustc_version v0.4.1
19122026-07-30T01:58:31.772Z Compiling futures-sink v0.3.32
19132026-07-30T01:58:31.772Z Compiling rustls v0.23.41
19142026-07-30T01:58:31.772Z Compiling futures-channel v0.3.32
19152026-07-30T01:58:32.009Z Compiling aho-corasick v1.1.4
19162026-07-30T01:58:32.009Z Compiling slab v0.4.12
19172026-07-30T01:58:32.226Z Compiling synstructure v0.13.2
19182026-07-30T01:58:32.226Z Compiling serde_derive_internals v0.29.1
19192026-07-30T01:58:32.226Z Compiling openssl-sys v0.9.115
19202026-07-30T01:58:32.226Z Compiling futures-io v0.3.32
19212026-07-30T01:58:32.226Z Compiling dyn-clone v1.0.20
19222026-07-30T01:58:32.226Z Compiling futures-task v0.3.32
19232026-07-30T01:58:32.292Z Compiling plain v0.2.3
19242026-07-30T01:58:32.567Z Compiling base64 v0.22.1
19252026-07-30T01:58:32.567Z Compiling num-conv v0.2.0
19262026-07-30T01:58:32.567Z Compiling radium v0.7.0
19272026-07-30T01:58:32.605Z Compiling pest_meta v2.8.6
19282026-07-30T01:58:32.605Z Compiling time-core v0.1.8
19292026-07-30T01:58:32.605Z Compiling time-macros v0.2.27
19302026-07-30T01:58:32.605Z Compiling crossbeam-utils v0.8.21
19312026-07-30T01:58:32.605Z Compiling pretty-hex v0.4.1
19322026-07-30T01:58:32.795Z Compiling regex-automata v0.4.14
19332026-07-30T01:58:32.804Z Compiling maybe-uninit v2.0.0
19342026-07-30T01:58:32.804Z Compiling base64ct v1.8.3
19352026-07-30T01:58:32.804Z Compiling openssl v0.10.79
19362026-07-30T01:58:32.828Z Compiling flagset v0.4.7
19372026-07-30T01:58:32.855Z Compiling rand_core v0.9.5
19382026-07-30T01:58:33.154Z Compiling pest_generator v2.8.6
19392026-07-30T01:58:33.154Z Compiling darling_core v0.23.0
19402026-07-30T01:58:33.154Z Compiling pem-rfc7468 v0.7.0
19412026-07-30T01:58:33.154Z Compiling serde_derive v1.0.228
19422026-07-30T01:58:33.154Z Compiling zeroize_derive v1.5.0
19432026-07-30T01:58:33.154Z Compiling zerofrom-derive v0.1.6
19442026-07-30T01:58:33.154Z Compiling yoke-derive v0.8.1
19452026-07-30T01:58:33.154Z Compiling zerocopy-derive v0.8.40
19462026-07-30T01:58:33.154Z Compiling zerovec-derive v0.11.2
19472026-07-30T01:58:33.306Z Compiling displaydoc v0.2.5
19482026-07-30T01:58:33.329Z Compiling tokio-macros v2.7.0
19492026-07-30T01:58:33.511Z Compiling futures-macro v0.3.32
19502026-07-30T01:58:33.544Z Compiling thiserror-impl v2.0.18
19512026-07-30T01:58:33.579Z Compiling schemars_derive v0.8.22
19522026-07-30T01:58:33.821Z Compiling der_derive v0.7.3
19532026-07-30T01:58:33.847Z Compiling zeroize v1.9.0
19542026-07-30T01:58:34.026Z Compiling tracing-attributes v0.1.31
19552026-07-30T01:58:34.044Z Compiling thiserror-impl v1.0.69
19562026-07-30T01:58:34.044Z Compiling pest_derive v2.8.6
19572026-07-30T01:58:34.247Z Compiling scroll_derive v0.13.1
19582026-07-30T01:58:34.260Z Compiling futures-util v0.3.32
19592026-07-30T01:58:34.260Z Compiling zerofrom v0.1.6
19602026-07-30T01:58:34.423Z Compiling yoke v0.8.1
19612026-07-30T01:58:34.646Z Compiling crypto-common v0.1.7
19622026-07-30T01:58:34.666Z Compiling block-buffer v0.10.4
19632026-07-30T01:58:34.666Z Compiling zerovec v0.11.5
19642026-07-30T01:58:34.697Z Compiling zerotrie v0.2.3
19652026-07-30T01:58:34.854Z Compiling digest v0.10.7
19662026-07-30T01:58:35.025Z Compiling scroll_derive v0.12.1
19672026-07-30T01:58:35.030Z Compiling der v0.7.10
19682026-07-30T01:58:35.260Z Compiling openssl-macros v0.1.1
19692026-07-30T01:58:35.286Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19702026-07-30T01:58:35.286Z Compiling bzip2-sys v0.1.13+1.0.8
19712026-07-30T01:58:35.286Z Compiling tinystr v0.8.2
19722026-07-30T01:58:35.286Z Compiling potential_utf v0.1.4
19732026-07-30T01:58:35.286Z Compiling ahash v0.8.12
19742026-07-30T01:58:35.420Z Compiling icu_locale_core v2.1.1
19752026-07-30T01:58:35.440Z Compiling icu_collections v2.1.1
19762026-07-30T01:58:35.563Z Compiling packed_struct v0.10.1
19772026-07-30T01:58:35.590Z Compiling num-bigint-dig v0.8.6
19782026-07-30T01:58:35.590Z Compiling anyhow v1.0.102
19792026-07-30T01:58:35.732Z Compiling native-tls v0.2.18
19802026-07-30T01:58:35.885Z Compiling darling_macro v0.23.0
19812026-07-30T01:58:35.908Z Compiling regex v1.12.3
19822026-07-30T01:58:35.908Z Compiling spki v0.7.3
19832026-07-30T01:58:36.089Z Compiling zerocopy-derive v0.7.35
19842026-07-30T01:58:36.141Z Compiling icu_provider v2.1.1
19852026-07-30T01:58:36.207Z Compiling bytes v1.11.1
19862026-07-30T01:58:36.276Z Compiling chrono v0.4.45
19872026-07-30T01:58:36.282Z Compiling serde_tokenstream v0.2.3
19882026-07-30T01:58:36.495Z Compiling icu_normalizer v2.1.1
19892026-07-30T01:58:36.564Z Compiling icu_properties v2.1.2
19902026-07-30T01:58:36.810Z Compiling tokio v1.52.1
19912026-07-30T01:58:36.874Z Compiling http v1.4.2
19922026-07-30T01:58:37.120Z Compiling slog v2.8.2
19932026-07-30T01:58:37.277Z Compiling tracing-core v0.1.36
19942026-07-30T01:58:37.332Z Compiling ppv-lite86 v0.2.21
19952026-07-30T01:58:37.522Z Compiling idna_adapter v1.2.1
19962026-07-30T01:58:37.666Z Compiling idna v1.1.0
19972026-07-30T01:58:37.678Z Compiling cookie v0.18.1
19982026-07-30T01:58:37.682Z Compiling utf8parse v0.2.2
19992026-07-30T01:58:37.759Z Compiling cpufeatures v0.2.17
20002026-07-30T01:58:37.765Z Compiling camino v1.2.2
20012026-07-30T01:58:37.820Z Compiling paste v1.0.15
20022026-07-30T01:58:37.846Z Compiling tracing v0.1.44
20032026-07-30T01:58:37.891Z Compiling rand_chacha v0.9.0
20042026-07-30T01:58:38.034Z Compiling url v2.5.8
20052026-07-30T01:58:38.090Z Compiling darling v0.23.0
20062026-07-30T01:58:38.160Z Compiling toml_datetime v0.6.11
20072026-07-30T01:58:38.190Z Compiling serde_spanned v0.6.9
20082026-07-30T01:58:38.205Z Compiling packed_struct_codegen v0.10.1
20092026-07-30T01:58:38.255Z Compiling bitfield-macros v0.19.4
20102026-07-30T01:58:38.277Z Compiling zerocopy-derive v0.6.6
20112026-07-30T01:58:38.287Z Compiling clap_derive v4.6.1
20122026-07-30T01:58:38.351Z Compiling indexmap v1.9.3
20132026-07-30T01:58:38.422Z Compiling anstyle v1.0.14
20142026-07-30T01:58:38.662Z Compiling fastrand v2.3.0
20152026-07-30T01:58:38.943Z Compiling rand v0.9.2
20162026-07-30T01:58:39.000Z Compiling http-body v1.0.1
20172026-07-30T01:58:39.018Z Compiling pkcs8 v0.10.2
20182026-07-30T01:58:39.180Z Compiling rustls-pki-types v1.14.0
20192026-07-30T01:58:39.424Z Compiling spin v0.9.8
20202026-07-30T01:58:39.561Z Compiling usdt-impl v0.5.0
20212026-07-30T01:58:39.577Z Compiling cmov v0.5.4
20222026-07-30T01:58:39.654Z Compiling colorchoice v1.0.4
20232026-07-30T01:58:39.670Z Compiling anstyle-query v1.1.5
20242026-07-30T01:58:39.687Z Compiling ref-cast v1.0.25
20252026-07-30T01:58:39.708Z Compiling openssl-probe v0.2.1
20262026-07-30T01:58:39.806Z Compiling is_terminal_polyfill v1.70.2
20272026-07-30T01:58:39.816Z Compiling either v1.15.0
20282026-07-30T01:58:39.816Z Compiling usdt-impl v0.6.0
20292026-07-30T01:58:39.855Z Compiling winnow v0.5.40
20302026-07-30T01:58:39.909Z Compiling tinyvec_macros v0.1.1
20312026-07-30T01:58:39.952Z Compiling ctutils v0.4.2
20322026-07-30T01:58:39.983Z Compiling tinyvec v1.10.0
20332026-07-30T01:58:40.056Z Compiling sha2 v0.10.9
20342026-07-30T01:58:40.119Z Compiling scroll v0.12.0
20352026-07-30T01:58:40.233Z Compiling scroll v0.13.0
20362026-07-30T01:58:40.261Z Compiling daft-derive v0.1.7
20372026-07-30T01:58:40.346Z Compiling async-trait v0.1.89
20382026-07-30T01:58:40.363Z Compiling structmeta-derive v0.3.0
20392026-07-30T01:58:40.405Z Compiling heapless v0.7.17
20402026-07-30T01:58:40.531Z Compiling atomic-waker v1.1.2
20412026-07-30T01:58:40.538Z Compiling tower-service v0.3.3
20422026-07-30T01:58:40.552Z Compiling rustix v0.38.44
20432026-07-30T01:58:40.651Z Compiling tokio-util v0.7.18
20442026-07-30T01:58:40.668Z Compiling untrusted v0.7.1
20452026-07-30T01:58:40.671Z Compiling winnow v0.7.14
20462026-07-30T01:58:40.851Z Compiling zstd-safe v7.2.4
20472026-07-30T01:58:40.986Z Compiling winnow v1.0.3
20482026-07-30T01:58:41.076Z Compiling tower-layer v0.3.3
20492026-07-30T01:58:41.205Z Compiling toml_edit v0.19.15
20502026-07-30T01:58:41.253Z Compiling try-lock v0.2.5
20512026-07-30T01:58:41.287Z Compiling litrs v1.0.0
20522026-07-30T01:58:41.354Z Compiling signal-hook v0.3.18
20532026-07-30T01:58:41.385Z Compiling want v0.3.1
20542026-07-30T01:58:41.407Z Compiling structmeta v0.3.0
20552026-07-30T01:58:41.524Z Compiling h2 v0.4.15
20562026-07-30T01:58:41.568Z Compiling toml_parser v1.1.2+spec-1.1.0
20572026-07-30T01:58:41.623Z Compiling tempfile v3.25.0
20582026-07-30T01:58:41.754Z Compiling document-features v0.2.12
20592026-07-30T01:58:42.020Z Compiling goblin v0.10.5
20602026-07-30T01:58:42.108Z Compiling goblin v0.8.2
20612026-07-30T01:58:42.129Z Compiling hybrid-array v0.4.13
20622026-07-30T01:58:42.283Z Compiling anstyle-parse v1.0.0
20632026-07-30T01:58:42.476Z Compiling zerocopy v0.7.35
20642026-07-30T01:58:42.791Z Compiling ipnet v2.11.0
20652026-07-30T01:58:42.827Z Compiling ref-cast-impl v1.0.25
20662026-07-30T01:58:42.872Z Compiling darling_core v0.20.11
20672026-07-30T01:58:42.907Z Compiling curve25519-dalek v4.1.3
20682026-07-30T01:58:42.994Z Compiling memoffset v0.9.1
20692026-07-30T01:58:43.033Z Compiling untrusted v0.9.0
20702026-07-30T01:58:43.141Z Compiling simd-adler32 v0.3.8
20712026-07-30T01:58:43.180Z Compiling foreign-types-shared v0.1.1
20722026-07-30T01:58:43.259Z Compiling tap v1.0.1
20732026-07-30T01:58:43.323Z Compiling httpdate v1.0.3
20742026-07-30T01:58:43.355Z Compiling powerfmt v0.2.0
20752026-07-30T01:58:43.409Z Compiling wyz v0.5.1
20762026-07-30T01:58:43.468Z Compiling foreign-types v0.3.2
20772026-07-30T01:58:43.521Z Compiling deranged v0.5.8
20782026-07-30T01:58:43.557Z Compiling anstream v1.0.0
20792026-07-30T01:58:43.636Z Compiling unicode-normalization v0.1.25
20802026-07-30T01:58:43.741Z Compiling ipnetwork v0.21.1
20812026-07-30T01:58:43.797Z Compiling dtrace-parser v0.2.0
20822026-07-30T01:58:43.859Z Compiling rand_chacha v0.3.1
20832026-07-30T01:58:44.217Z Compiling hex v0.4.3
20842026-07-30T01:58:44.245Z Compiling signature v2.2.0
20852026-07-30T01:58:44.331Z Compiling dof v0.3.0
20862026-07-30T01:58:44.389Z Compiling dtrace-parser v0.3.0
20872026-07-30T01:58:44.416Z Compiling terminal_size v0.4.3
20882026-07-30T01:58:44.532Z Compiling pin-project-internal v1.1.11
20892026-07-30T01:58:44.649Z Compiling hyper v1.10.1
20902026-07-30T01:58:44.699Z Compiling dof v0.4.0
20912026-07-30T01:58:44.817Z Compiling darling_macro v0.20.11
20922026-07-30T01:58:44.978Z Compiling num-integer v0.1.46
20932026-07-30T01:58:45.206Z Compiling thread-id v4.2.2
20942026-07-30T01:58:45.267Z Compiling wait-timeout v0.2.1
20952026-07-30T01:58:45.287Z Compiling thread-id v5.1.0
20962026-07-30T01:58:45.303Z Compiling smoltcp v0.9.1
20972026-07-30T01:58:45.343Z Compiling quick-error v1.2.3
20982026-07-30T01:58:45.426Z Compiling bit-vec v0.8.0
20992026-07-30T01:58:45.430Z Compiling adler2 v2.0.1
21002026-07-30T01:58:45.471Z Compiling cfg_aliases v0.2.1
21012026-07-30T01:58:45.547Z Compiling funty v2.0.0
21022026-07-30T01:58:45.565Z Compiling clap_lex v1.0.0
21032026-07-30T01:58:45.609Z Compiling num_threads v0.1.7
21042026-07-30T01:58:45.653Z Compiling nix v0.31.2
21052026-07-30T01:58:45.666Z Compiling bit-set v0.8.0
21062026-07-30T01:58:45.684Z Compiling miniz_oxide v0.8.9
21072026-07-30T01:58:45.730Z Compiling clap_builder v4.6.0
21082026-07-30T01:58:45.747Z Compiling time v0.3.47
21092026-07-30T01:58:45.763Z Compiling rusty-fork v0.3.1
21102026-07-30T01:58:45.796Z Compiling hyper-util v0.1.20
21112026-07-30T01:58:45.856Z Compiling darling v0.20.11
21122026-07-30T01:58:45.938Z Compiling bitvec v1.0.1
21132026-07-30T01:58:46.026Z Compiling num-iter v0.1.45
21142026-07-30T01:58:46.185Z Compiling rand v0.8.6
21152026-07-30T01:58:46.219Z Compiling lazy_static v1.5.0
21162026-07-30T01:58:46.262Z Compiling anstyle-parse v0.2.7
21172026-07-30T01:58:46.621Z Compiling hmac v0.12.1
21182026-07-30T01:58:46.634Z Compiling strum_macros v0.26.4
21192026-07-30T01:58:46.676Z Compiling curve25519-dalek-derive v0.1.1
21202026-07-30T01:58:46.758Z Compiling rand_xorshift v0.4.0
21212026-07-30T01:58:46.798Z Compiling sync_wrapper v1.0.2
21222026-07-30T01:58:46.926Z Compiling unarray v0.1.4
21232026-07-30T01:58:47.054Z Compiling siphasher v1.0.2
21242026-07-30T01:58:47.256Z Compiling zlib-rs v0.6.2
21252026-07-30T01:58:47.366Z Compiling nodrop v0.1.14
21262026-07-30T01:58:47.392Z Compiling crc-catalog v2.4.0
21272026-07-30T01:58:47.474Z Compiling crc v3.4.0
21282026-07-30T01:58:47.503Z Compiling array-init v0.0.4
21292026-07-30T01:58:47.865Z Compiling clap v4.6.1
21302026-07-30T01:58:48.107Z Compiling proptest v1.10.0
21312026-07-30T01:58:48.189Z Compiling tower v0.5.3
21322026-07-30T01:58:49.017Z Compiling anstream v0.6.21
21332026-07-30T01:58:49.022Z Compiling smallvec v0.6.14
21342026-07-30T01:58:49.091Z Compiling derive_builder_core v0.20.2
21352026-07-30T01:58:49.248Z Compiling derive-ex v0.1.8
21362026-07-30T01:58:49.310Z Compiling flate2 v1.1.9
21372026-07-30T01:58:49.348Z Compiling pkcs1 v0.7.5
21382026-07-30T01:58:49.495Z Compiling http-body-util v0.1.3
21392026-07-30T01:58:49.552Z Compiling zerocopy v0.6.6
21402026-07-30T01:58:49.608Z Compiling bitfield v0.19.4
21412026-07-30T01:58:49.727Z Compiling hubpack_derive v0.1.1
21422026-07-30T01:58:49.738Z Compiling strum_macros v0.27.2
21432026-07-30T01:58:49.785Z Compiling snafu-derive v0.8.9
21442026-07-30T01:58:49.930Z Compiling env_filter v1.0.0
21452026-07-30T01:58:49.938Z Compiling fs-err v3.3.0
21462026-07-30T01:58:49.992Z Compiling base64 v0.21.7
21472026-07-30T01:58:50.124Z Compiling ryu v1.0.23
21482026-07-30T01:58:50.158Z Compiling object v0.37.3
21492026-07-30T01:58:50.213Z Compiling allocator-api2 v0.2.21
21502026-07-30T01:58:50.312Z Compiling iri-string v0.7.10
21512026-07-30T01:58:50.329Z Compiling unicode-segmentation v1.12.0
21522026-07-30T01:58:50.416Z Compiling unicode-properties v0.1.4
21532026-07-30T01:58:50.579Z Compiling unicode-bidi v0.3.18
21542026-07-30T01:58:50.647Z Compiling hashbrown v0.12.3
21552026-07-30T01:58:50.752Z Compiling test-strategy v0.4.5
21562026-07-30T01:58:50.970Z Compiling stringprep v0.1.5
21572026-07-30T01:58:51.058Z Compiling serde_urlencoded v0.7.1
21582026-07-30T01:58:51.317Z Compiling ron v0.8.1
21592026-07-30T01:58:51.343Z Compiling newtype-uuid v1.3.2
21602026-07-30T01:58:51.429Z Compiling env_logger v0.11.9
21612026-07-30T01:58:51.481Z Compiling tower-http v0.6.8
21622026-07-30T01:58:51.519Z Compiling derive_builder_macro v0.20.2
21632026-07-30T01:58:51.536Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21642026-07-30T01:58:51.550Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21652026-07-30T01:58:51.657Z Compiling rsa v0.9.10
21662026-07-30T01:58:51.690Z Compiling oxnet v0.1.6
21672026-07-30T01:58:51.730Z Compiling serde-hex v0.1.0
21682026-07-30T01:58:51.762Z Compiling hashbrown v0.13.2
21692026-07-30T01:58:51.779Z Compiling tokio-native-tls v0.3.1
21702026-07-30T01:58:51.909Z Compiling bzip2 v0.4.4
21712026-07-30T01:58:51.989Z Compiling usdt-macro v0.6.0
21722026-07-30T01:58:52.021Z Compiling usdt-attr-macro v0.6.0
21732026-07-30T01:58:52.045Z Compiling crypto-common v0.2.2
21742026-07-30T01:58:52.093Z Compiling block-buffer v0.12.1
21752026-07-30T01:58:52.164Z Compiling block-padding v0.4.2
21762026-07-30T01:58:52.325Z Compiling rustls-native-certs v0.8.3
21772026-07-30T01:58:52.438Z Compiling erased-serde v0.3.31
21782026-07-30T01:58:52.453Z Compiling x509-cert v0.2.5
21792026-07-30T01:58:52.611Z Compiling md-5 v0.10.6
21802026-07-30T01:58:52.624Z Compiling bstr v1.12.1
21812026-07-30T01:58:52.765Z Compiling vergen-lib v9.1.0
21822026-07-30T01:58:52.813Z Compiling hash32 v0.2.1
21832026-07-30T01:58:52.974Z Compiling encoding_rs v0.8.35
21842026-07-30T01:58:53.025Z Compiling crc-any v2.5.0
21852026-07-30T01:58:53.077Z Compiling fallible-iterator v0.2.0
21862026-07-30T01:58:53.258Z Compiling cpufeatures v0.3.0
21872026-07-30T01:58:53.310Z Compiling mime v0.3.17
21882026-07-30T01:58:53.373Z Compiling psl-types v2.0.11
21892026-07-30T01:58:53.391Z Compiling postgres-protocol v0.6.10
21902026-07-30T01:58:53.527Z Compiling publicsuffix v2.3.0
21912026-07-30T01:58:54.077Z Compiling inout v0.2.2
21922026-07-30T01:58:54.144Z Compiling object v0.30.4
21932026-07-30T01:58:54.260Z Compiling zip v0.6.6
21942026-07-30T01:58:54.273Z Compiling derive_builder v0.20.2
21952026-07-30T01:58:54.312Z Compiling daft v0.1.7
21962026-07-30T01:58:54.329Z Compiling hyper-tls v0.6.0
21972026-07-30T01:58:54.333Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21982026-07-30T01:58:54.380Z Compiling heck v0.4.1
21992026-07-30T01:58:54.414Z Compiling phf_shared v0.13.1
22002026-07-30T01:58:54.603Z Compiling pin-project v1.1.11
22012026-07-30T01:58:54.688Z Compiling toml v0.7.8
22022026-07-30T01:58:54.770Z Compiling serde_with_macros v3.21.0
22032026-07-30T01:58:54.809Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22042026-07-30T01:58:54.824Z Compiling futures-executor v0.3.32
22052026-07-30T01:58:55.042Z Compiling enum-as-inner v0.6.1
22062026-07-30T01:58:55.080Z Compiling serde_repr v0.1.20
22072026-07-30T01:58:55.178Z Compiling async-recursion v1.1.1
22082026-07-30T01:58:55.277Z Compiling ff v0.13.1
22092026-07-30T01:58:55.293Z Compiling vergen v9.1.0
22102026-07-30T01:58:55.433Z Compiling cargo-platform v0.3.2
22112026-07-30T01:58:55.500Z Compiling managed v0.8.0
22122026-07-30T01:58:55.624Z Compiling libbz2-rs-sys v0.2.2
22132026-07-30T01:58:55.700Z Compiling path-slash v0.1.5
22142026-07-30T01:58:55.788Z Compiling bitflags v1.3.2
22152026-07-30T01:58:55.824Z Compiling foldhash v0.2.0
22162026-07-30T01:58:55.876Z Compiling foldhash v0.1.5
22172026-07-30T01:58:55.893Z Compiling base16ct v0.2.0
22182026-07-30T01:58:56.045Z Compiling jiff-core v0.1.0
22192026-07-30T01:58:56.063Z Compiling same-file v1.0.6
22202026-07-30T01:58:56.080Z Compiling bumpalo v3.20.2
22212026-07-30T01:58:56.113Z Compiling bzip2 v0.6.1
22222026-07-30T01:58:56.156Z Compiling sec1 v0.7.3
22232026-07-30T01:58:56.208Z Compiling walkdir v2.5.0
22242026-07-30T01:58:56.230Z Compiling hashbrown v0.15.5
22252026-07-30T01:58:56.265Z Compiling hashbrown v0.16.1
22262026-07-30T01:58:56.335Z Compiling zopfli v0.8.3
22272026-07-30T01:58:56.592Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22282026-07-30T01:58:56.663Z Compiling cargo_metadata v0.23.1
22292026-07-30T01:58:56.804Z Compiling jiff v0.2.34
22302026-07-30T01:58:56.873Z Compiling group v0.13.0
22312026-07-30T01:58:57.022Z Compiling futures v0.3.32
22322026-07-30T01:58:57.506Z Compiling snafu v0.8.9
22332026-07-30T01:58:57.614Z Compiling phf v0.13.1
22342026-07-30T01:58:57.646Z Compiling reqwest v0.12.28
22352026-07-30T01:58:57.791Z Compiling signal-hook-mio v0.2.5
22362026-07-30T01:58:57.848Z Compiling cipher v0.5.2
22372026-07-30T01:58:57.900Z Compiling cookie_store v0.22.1
22382026-07-30T01:58:57.941Z Compiling postgres-types v0.2.12
22392026-07-30T01:58:58.059Z Compiling zstd v0.13.3
22402026-07-30T01:58:58.149Z Compiling globset v0.4.18
22412026-07-30T01:58:58.173Z Compiling strum v0.27.2
22422026-07-30T01:58:58.277Z Compiling hubpack v0.1.2
22432026-07-30T01:58:58.364Z Compiling phf_shared v0.11.3
22442026-07-30T01:58:58.376Z Compiling hkdf v0.12.4
22452026-07-30T01:58:58.405Z Compiling crossbeam-epoch v0.9.18
22462026-07-30T01:58:58.495Z Compiling byte-wrapper v0.1.0
22472026-07-30T01:58:58.512Z Compiling ed25519 v2.2.3
22482026-07-30T01:58:58.517Z Compiling olpc-cjson v0.1.4
22492026-07-30T01:58:58.773Z Compiling serde-big-array v0.5.1
22502026-07-30T01:58:58.779Z Compiling serde_plain v1.0.2
22512026-07-30T01:58:58.809Z Compiling pem v3.0.6
22522026-07-30T01:58:58.923Z Compiling crypto-bigint v0.5.5
22532026-07-30T01:58:59.030Z Compiling float-cmp v0.10.0
22542026-07-30T01:58:59.064Z Compiling memmap2 v0.9.10
22552026-07-30T01:58:59.113Z Compiling typed-path v0.9.3
22562026-07-30T01:58:59.149Z Compiling new_debug_unreachable v1.0.6
22572026-07-30T01:58:59.197Z Compiling normalize-line-endings v0.3.0
22582026-07-30T01:58:59.290Z Compiling fixedbitset v0.5.7
22592026-07-30T01:58:59.326Z Compiling predicates-core v1.0.10
22602026-07-30T01:58:59.560Z Compiling precomputed-hash v0.1.1
22612026-07-30T01:58:59.585Z Compiling data-encoding v2.10.0
22622026-07-30T01:58:59.604Z Compiling difflib v0.4.0
22632026-07-30T01:58:59.621Z Compiling whoami v2.1.0
22642026-07-30T01:58:59.667Z Compiling toml_write v0.1.2
22652026-07-30T01:58:59.724Z Compiling keccak v0.1.6
22662026-07-30T01:58:59.886Z Compiling fixedbitset v0.4.2
22672026-07-30T01:58:59.950Z Compiling const-oid v0.10.2
22682026-07-30T01:58:59.979Z Compiling static_assertions v1.1.0
22692026-07-30T01:59:00.012Z Compiling hickory-proto v0.25.2
22702026-07-30T01:59:00.065Z Compiling chacha20 v0.10.0
22712026-07-30T01:59:00.082Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22722026-07-30T01:59:00.086Z Compiling petgraph v0.6.5
22732026-07-30T01:59:00.116Z Compiling digest v0.11.3
22742026-07-30T01:59:00.116Z Compiling sha3 v0.10.8
22752026-07-30T01:59:00.145Z Compiling predicates v3.1.4
22762026-07-30T01:59:00.163Z Compiling tokio-postgres v0.7.16
22772026-07-30T01:59:00.268Z Compiling toml_edit v0.22.27
22782026-07-30T01:59:00.288Z Compiling elliptic-curve v0.13.8
22792026-07-30T01:59:00.375Z Compiling string_cache v0.8.9
22802026-07-30T01:59:00.611Z Compiling petgraph v0.8.3
22812026-07-30T01:59:00.739Z Compiling usdt v0.6.0
22822026-07-30T01:59:01.099Z Compiling zip v4.6.1
22832026-07-30T01:59:02.185Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22842026-07-30T01:59:02.250Z Compiling ed25519-dalek v2.2.0
22852026-07-30T01:59:02.860Z Compiling crossterm v0.28.1
22862026-07-30T01:59:02.980Z Compiling iddqd v0.4.2
22872026-07-30T01:59:02.996Z Compiling serde_with v3.21.0
22882026-07-30T01:59:03.222Z Compiling similar v2.7.0
22892026-07-30T01:59:03.539Z Compiling strum v0.26.3
22902026-07-30T01:59:03.963Z Compiling tokio-stream v0.1.18
22912026-07-30T01:59:04.022Z Compiling buf-list v1.1.2
22922026-07-30T01:59:04.041Z Compiling itertools v0.13.0
22932026-07-30T01:59:04.221Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22942026-07-30T01:59:04.292Z Compiling openapiv3 v2.2.0
22952026-07-30T01:59:04.949Z Compiling peg-runtime v0.8.5
22962026-07-30T01:59:05.194Z Compiling lalrpop-util v0.19.12
22972026-07-30T01:59:21.506Z Compiling rustls-webpki v0.103.13
22982026-07-30T01:59:24.650Z Compiling macaddr v1.0.1
22992026-07-30T01:59:24.780Z Compiling crucible-workspace-hack v0.1.0
23002026-07-30T01:59:24.801Z Compiling rayon-core v1.13.0
23012026-07-30T01:59:24.809Z Compiling itertools v0.15.0
23022026-07-30T01:59:24.888Z Compiling secrecy v0.10.3
23032026-07-30T01:59:24.898Z Compiling tokio-rustls v0.26.4
23042026-07-30T01:59:24.898Z Compiling rustls-platform-verifier v0.6.2
23052026-07-30T01:59:24.951Z Compiling tough v0.22.0
23062026-07-30T01:59:25.047Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23072026-07-30T01:59:25.064Z Compiling heapless v0.8.0
23082026-07-30T01:59:25.110Z Compiling hyper-rustls v0.27.7
23092026-07-30T01:59:25.303Z Compiling toml_datetime v0.7.5+spec-1.1.0
23102026-07-30T01:59:25.436Z Compiling reqwest v0.13.2
23112026-07-30T01:59:25.453Z Compiling toml_edit v0.23.10+spec-1.0.0
23122026-07-30T01:59:25.493Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23132026-07-30T01:59:25.614Z Compiling crossbeam-deque v0.8.6
23142026-07-30T01:59:25.619Z Compiling inout v0.1.4
23152026-07-30T01:59:25.619Z Compiling hash32 v0.3.1
23162026-07-30T01:59:25.744Z Compiling multer v3.1.0
23172026-07-30T01:59:25.759Z Compiling thread_local v1.1.9
23182026-07-30T01:59:25.770Z Compiling unicode-width v0.2.0
23192026-07-30T01:59:25.787Z Compiling slog-async v2.8.0
23202026-07-30T01:59:25.804Z Compiling compression-core v0.4.31
23212026-07-30T01:59:25.905Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-07-30T01:59:26.089Z Compiling smoltcp v0.11.0
23232026-07-30T01:59:26.107Z Compiling match_cfg v0.1.0
23242026-07-30T01:59:26.115Z Compiling proc-macro-crate v3.4.0
23252026-07-30T01:59:26.293Z Compiling hostname v0.3.1
23262026-07-30T01:59:26.302Z Compiling compression-codecs v0.4.37
23272026-07-30T01:59:26.302Z Compiling ingot-macros v0.2.0
23282026-07-30T01:59:26.467Z Compiling cipher v0.4.4
23292026-07-30T01:59:26.480Z Compiling atomicwrites v0.4.4
23302026-07-30T01:59:26.489Z Compiling slog-json v2.6.1
23312026-07-30T01:59:26.645Z Compiling crossbeam-channel v0.5.15
23322026-07-30T01:59:26.652Z Compiling half v2.7.1
23332026-07-30T01:59:26.653Z Compiling newtype-uuid-macros v0.1.0
23342026-07-30T01:59:26.673Z Compiling cobs v0.3.0
23352026-07-30T01:59:26.843Z Compiling universal-hash v0.5.1
23362026-07-30T01:59:26.870Z Compiling thiserror-impl-no-std v2.0.2
23372026-07-30T01:59:27.010Z Compiling async-stream-impl v0.3.6
23382026-07-30T01:59:27.030Z Compiling serde_spanned v1.1.1
23392026-07-30T01:59:27.030Z Compiling toml_datetime v1.1.1+spec-1.1.0
23402026-07-30T01:59:27.242Z Compiling is-terminal v0.4.17
23412026-07-30T01:59:27.398Z Compiling dropshot v0.17.1
23422026-07-30T01:59:27.398Z Compiling proc-macro-error-attr v1.0.4
23432026-07-30T01:59:27.416Z Compiling take_mut v0.2.2
23442026-07-30T01:59:27.416Z Compiling ciborium-io v0.2.2
23452026-07-30T01:59:27.422Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23462026-07-30T01:59:27.430Z Compiling convert_case v0.4.0
23472026-07-30T01:59:27.446Z Compiling opaque-debug v0.3.1
23482026-07-30T01:59:27.593Z Compiling term v1.2.1
23492026-07-30T01:59:27.598Z Compiling toml_writer v1.1.1+spec-1.1.0
23502026-07-30T01:59:27.598Z Compiling async-stream v0.3.6
23512026-07-30T01:59:27.599Z Compiling poly1305 v0.8.0
23522026-07-30T01:59:27.755Z Compiling ciborium-ll v0.2.2
23532026-07-30T01:59:27.763Z Compiling derive_more v0.99.20
23542026-07-30T01:59:27.787Z Compiling toml v1.1.2+spec-1.1.0
23552026-07-30T01:59:27.931Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23562026-07-30T01:59:27.936Z Compiling slog-term v2.9.2
23572026-07-30T01:59:27.936Z Compiling thiserror-no-std v2.0.2
23582026-07-30T01:59:28.095Z Compiling postcard v1.1.3
23592026-07-30T01:59:28.322Z Compiling slog-bunyan v2.5.0
23602026-07-30T01:59:28.449Z Compiling chacha20 v0.9.1
23612026-07-30T01:59:28.466Z Compiling num_enum_derive v0.7.6
23622026-07-30T01:59:28.524Z Compiling async-compression v0.4.41
23632026-07-30T01:59:28.682Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23642026-07-30T01:59:28.805Z Compiling ingot-types v0.2.0
23652026-07-30T01:59:28.834Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23662026-07-30T01:59:29.006Z Compiling sha1 v0.11.0
23672026-07-30T01:59:29.009Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23682026-07-30T01:59:29.136Z Compiling proc-macro-crate v1.3.1
23692026-07-30T01:59:29.317Z Compiling ingot v0.2.1
23702026-07-30T01:59:29.327Z Compiling parse-display-derive v0.10.0
23712026-07-30T01:59:29.332Z Compiling waitgroup v0.1.2
23722026-07-30T01:59:29.485Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23732026-07-30T01:59:29.491Z Compiling rustls-pemfile v2.2.0
23742026-07-30T01:59:29.491Z Compiling backon v1.6.0
23752026-07-30T01:59:29.494Z Compiling dropshot_endpoint v0.17.1
23762026-07-30T01:59:29.531Z Compiling password-hash v0.5.0
23772026-07-30T01:59:29.863Z Compiling blake2 v0.10.6
23782026-07-30T01:59:29.878Z Compiling aead v0.5.2
23792026-07-30T01:59:29.926Z Compiling foreign-types-macros v0.2.3
23802026-07-30T01:59:29.949Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23812026-07-30T01:59:30.067Z Compiling serde_path_to_error v0.1.20
23822026-07-30T01:59:30.079Z Compiling hostname v0.4.2
23832026-07-30T01:59:30.237Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23842026-07-30T01:59:30.383Z Compiling proc-macro-error v1.0.4
23852026-07-30T01:59:30.396Z Compiling instant v0.1.13
23862026-07-30T01:59:30.407Z Compiling debug-ignore v1.0.5
23872026-07-30T01:59:30.543Z Compiling foreign-types-shared v0.3.1
23882026-07-30T01:59:30.553Z Compiling backoff v0.4.0
23892026-07-30T01:59:30.553Z Compiling argon2 v0.5.3
23902026-07-30T01:59:30.565Z Compiling chacha20poly1305 v0.10.1
23912026-07-30T01:59:30.565Z Compiling foreign-types v0.5.0
23922026-07-30T01:59:30.702Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23932026-07-30T01:59:30.702Z Compiling num_enum_derive v0.5.11
23942026-07-30T01:59:30.719Z Compiling num_enum v0.7.6
23952026-07-30T01:59:30.720Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23962026-07-30T01:59:30.725Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23972026-07-30T01:59:30.736Z Compiling vsss-rs v3.3.4
23982026-07-30T01:59:30.862Z Compiling parse-display v0.10.0
23992026-07-30T01:59:30.873Z Compiling ciborium v0.2.2
24002026-07-30T01:59:31.262Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24012026-07-30T01:59:31.275Z Compiling tabwriter v1.4.1
24022026-07-30T01:59:31.400Z Compiling regress v0.10.5
24032026-07-30T01:59:31.413Z Compiling itertools v0.14.0
24042026-07-30T01:59:31.576Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24052026-07-30T01:59:31.585Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24062026-07-30T01:59:31.596Z Compiling cstr-argument v0.1.2
24072026-07-30T01:59:31.612Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24082026-07-30T01:59:31.663Z Compiling humantime v2.3.0
24092026-07-30T01:59:31.697Z Compiling num_enum v0.5.11
24102026-07-30T01:59:31.828Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24112026-07-30T01:59:31.937Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24122026-07-30T01:59:31.951Z Compiling rayon v1.11.0
24132026-07-30T01:59:31.963Z Compiling rand v0.10.1
24142026-07-30T01:59:32.067Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24152026-07-30T01:59:32.083Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24162026-07-30T01:59:32.089Z Compiling libefi-sys v0.1.0
24172026-07-30T01:59:32.104Z Compiling colored v3.1.1
24182026-07-30T01:59:32.110Z Compiling indent_write v2.2.0
24192026-07-30T01:59:32.110Z Compiling zone_cfg_derive v0.3.1
24202026-07-30T01:59:32.226Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24212026-07-30T01:59:32.236Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24222026-07-30T01:59:32.236Z Compiling camino-tempfile v1.4.1
24232026-07-30T01:59:32.383Z Compiling itertools v0.12.1
24242026-07-30T01:59:32.398Z Compiling usdt-macro v0.5.0
24252026-07-30T01:59:32.407Z Compiling usdt-attr-macro v0.5.0
24262026-07-30T01:59:32.418Z Compiling num-derive v0.4.2
24272026-07-30T01:59:32.598Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24282026-07-30T01:59:32.730Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24292026-07-30T01:59:32.736Z Compiling bitfield-struct v0.6.2
24302026-07-30T01:59:32.761Z Compiling blake3 v1.8.5
24312026-07-30T01:59:32.780Z Compiling sigpipe v0.1.3
24322026-07-30T01:59:32.886Z Compiling memmap v0.7.0
24332026-07-30T01:59:32.895Z Compiling swrite v0.1.0
24342026-07-30T01:59:33.129Z Compiling glob v0.3.3
24352026-07-30T01:59:33.144Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24362026-07-30T01:59:33.144Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24372026-07-30T01:59:33.180Z Compiling usdt v0.5.0
24382026-07-30T01:59:33.264Z Compiling smf v0.2.3
24392026-07-30T01:59:33.320Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24402026-07-30T01:59:33.335Z Compiling filetime v0.2.27
24412026-07-30T01:59:33.383Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24422026-07-30T01:59:33.496Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24432026-07-30T01:59:33.510Z Compiling constant_time_eq v0.4.2
24442026-07-30T01:59:33.631Z Compiling arrayvec v0.7.6
24452026-07-30T01:59:33.649Z Compiling xattr v1.6.1
24462026-07-30T01:59:33.659Z Compiling zone v0.3.1
24472026-07-30T01:59:33.814Z Compiling arrayref v0.3.9
24482026-07-30T01:59:33.820Z Compiling whoami v1.6.1
24492026-07-30T01:59:33.820Z Compiling tar v0.4.46
24502026-07-30T01:59:33.820Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24512026-07-30T01:59:33.846Z Compiling tokio-dtrace v0.1.1
24522026-07-30T01:59:33.850Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24532026-07-30T01:59:33.962Z Compiling console v0.16.2
24542026-07-30T01:59:33.983Z Compiling gethostname v0.5.0
24552026-07-30T01:59:34.133Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24562026-07-30T01:59:34.156Z Compiling unit-prefix v0.5.2
24572026-07-30T01:59:34.184Z Compiling topological-sort v0.2.2
24582026-07-30T01:59:34.200Z Compiling oxide-tokio-rt v0.1.4
24592026-07-30T01:59:34.325Z Compiling indicatif v0.18.4
24602026-07-30T01:59:34.482Z Compiling toml v0.8.23
24612026-07-30T01:59:34.556Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24622026-07-30T01:59:34.680Z Compiling shell-words v1.1.1
24632026-07-30T01:59:43.898Z Compiling progenitor-client v0.14.0
24642026-07-30T01:59:43.898Z Compiling omicron-zone-package v0.12.3
24652026-07-30T01:59:44.054Z Compiling progenitor-extras v0.2.0
24662026-07-30T01:59:44.411Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-07-30T01:59:44.555Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24682026-07-30T01:59:44.567Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24692026-07-30T01:59:44.567Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24702026-07-30T01:59:44.567Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24712026-07-30T01:59:44.590Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24722026-07-30T01:59:44.750Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-07-30T01:59:44.980Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24742026-07-30T01:59:45.595Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24752026-07-30T01:59:49.369Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24762026-07-30T01:59:57.483Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24772026-07-30T02:00:00.843Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24782026-07-30T02:00:01.855Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24792026-07-30T02:00:11.248Z Finished `release` profile [optimized] target(s) in 1m 44s
24802026-07-30T02:00:11.397Z Running `target/release/omicron-package -t test target create -p dev`
24812026-07-30T02:00:11.463ZLogging to: /work/oxidecomputer/omicron/out/LOG
24822026-07-30T02:00:11.466ZCreated new build target 'test' and set it as active
24832026-07-30T02:00:11.466Z
24842026-07-30T02:00:11.466Zreal 1:44.954446343
24852026-07-30T02:00:11.466Zuser 17:23.442937798
24862026-07-30T02:00:11.466Zsys 2:42.969783989
24872026-07-30T02:00:11.466Ztrap 0.482960110
24882026-07-30T02:00:11.466Ztflt 2.048011341
24892026-07-30T02:00:11.466Zdflt 4.838870768
24902026-07-30T02:00:11.466Zkflt 0.000461630
24912026-07-30T02:00:11.466Zlock 56:36.182918162
24922026-07-30T02:00:11.466Zslp 44:08.145569497
24932026-07-30T02:00:11.467Zlat 50.042302368
24942026-07-30T02:00:11.467Zstop 6:18.099014882
24952026-07-30T02:00:11.467Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24962026-07-30T02:00:12.362Z Finished `release` profile [optimized] target(s) in 0.88s
24972026-07-30T02:00:12.431Z Running `target/release/omicron-package -t test package`
24982026-07-30T02:00:13.491ZLogging to: /work/oxidecomputer/omicron/out/LOG
24992026-07-30T02:00:13.918Z Compiling heck v0.5.0
25002026-07-30T02:00:13.918Z Compiling regress v0.11.1
25012026-07-30T02:00:14.145Z Compiling unsafe-libyaml v0.2.11
25022026-07-30T02:00:14.183Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25032026-07-30T02:00:14.212Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25042026-07-30T02:00:14.241Z Compiling derive-where v1.6.0
25052026-07-30T02:00:14.244Z Compiling bytecount v0.6.9
25062026-07-30T02:00:14.274Z Compiling atomicwrites v0.4.4
25072026-07-30T02:00:14.279Z Compiling is-terminal v0.4.17
25082026-07-30T02:00:14.279Z Compiling prettyplease v0.2.37
25092026-07-30T02:00:14.279Z Compiling console v0.15.11
25102026-07-30T02:00:14.279Z Compiling newline-converter v0.3.0
25112026-07-30T02:00:14.327Z Compiling slog-dtrace v0.3.0
25122026-07-30T02:00:14.365Z Compiling resolv-conf v0.7.6
25132026-07-30T02:00:14.369Z Compiling num-rational v0.4.2
25142026-07-30T02:00:14.440Z Compiling num-complex v0.4.6
25152026-07-30T02:00:14.462Z Compiling thread_local v1.1.9
25162026-07-30T02:00:14.487Z Compiling cancel-safe-futures v0.1.5
25172026-07-30T02:00:14.514Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25182026-07-30T02:00:14.556Z Compiling compression-core v0.4.31
25192026-07-30T02:00:14.602Z Compiling match_cfg v0.1.0
25202026-07-30T02:00:14.696Z Compiling serde_yaml v0.9.34+deprecated
25212026-07-30T02:00:14.722Z Compiling expectorate v1.2.0
25222026-07-30T02:00:14.744Z Compiling unicode-width v0.1.14
25232026-07-30T02:00:14.795Z Compiling compression-codecs v0.4.37
25242026-07-30T02:00:14.841Z Compiling num v0.4.3
25252026-07-30T02:00:14.919Z Compiling hostname v0.3.1
25262026-07-30T02:00:14.944Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25272026-07-30T02:00:14.969Z Compiling multer v3.1.0
25282026-07-30T02:00:14.991Z Compiling slog-async v2.8.0
25292026-07-30T02:00:15.010Z Compiling crossbeam-channel v0.5.15
25302026-07-30T02:00:15.038Z Compiling slog-json v2.6.1
25312026-07-30T02:00:15.062Z Compiling toml_datetime v1.1.1+spec-1.1.0
25322026-07-30T02:00:15.081Z Compiling serde_spanned v1.1.1
25332026-07-30T02:00:15.084Z Compiling toml_writer v1.1.1+spec-1.1.0
25342026-07-30T02:00:15.104Z Compiling float-ord v0.3.2
25352026-07-30T02:00:15.267Z Compiling take_mut v0.2.2
25362026-07-30T02:00:15.289Z Compiling linked-hash-map v0.5.6
25372026-07-30T02:00:15.292Z Compiling term v1.2.1
25382026-07-30T02:00:15.332Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25392026-07-30T02:00:15.410Z Compiling toml v1.1.2+spec-1.1.0
25402026-07-30T02:00:15.413Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25412026-07-30T02:00:15.413Z Compiling slog-bunyan v2.5.0
25422026-07-30T02:00:15.456Z Compiling oxide-update-engine-types v0.1.2
25432026-07-30T02:00:15.505Z Compiling lru-cache v0.1.2
25442026-07-30T02:00:15.525Z Compiling async-compression v0.4.41
25452026-07-30T02:00:15.608Z Compiling slog-term v2.9.2
25462026-07-30T02:00:15.674Z Compiling typify-impl v0.6.2
25472026-07-30T02:00:15.857Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-07-30T02:00:15.880Z Compiling dropshot v0.17.1
25492026-07-30T02:00:15.904Z Compiling async-stream v0.3.6
25502026-07-30T02:00:15.967Z Compiling sha1 v0.11.0
25512026-07-30T02:00:15.994Z Compiling progenitor-client v0.14.0
25522026-07-30T02:00:16.017Z Compiling waitgroup v0.1.2
25532026-07-30T02:00:16.101Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25542026-07-30T02:00:16.121Z Compiling rustls-pemfile v2.2.0
25552026-07-30T02:00:16.172Z Compiling backon v1.6.0
25562026-07-30T02:00:16.194Z Compiling hostname v0.4.2
25572026-07-30T02:00:16.249Z Compiling serde_path_to_error v0.1.20
25582026-07-30T02:00:16.298Z Compiling instant v0.1.13
25592026-07-30T02:00:16.320Z Compiling linear-map v1.2.0
25602026-07-30T02:00:16.343Z Compiling minimal-lexical v0.2.1
25612026-07-30T02:00:16.364Z Compiling debug-ignore v1.0.5
25622026-07-30T02:00:16.394Z Compiling backoff v0.4.0
25632026-07-30T02:00:16.446Z Compiling progenitor-extras v0.2.0
25642026-07-30T02:00:16.473Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25652026-07-30T02:00:16.496Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25662026-07-30T02:00:16.583Z Compiling nom v7.1.3
25672026-07-30T02:00:16.630Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25682026-07-30T02:00:16.630Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25692026-07-30T02:00:16.723Z Compiling oxide-update-engine v0.1.2
25702026-07-30T02:00:16.781Z Compiling parse-display v0.10.0
25712026-07-30T02:00:16.830Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25722026-07-30T02:00:17.057Z Compiling hickory-proto v0.24.4
25732026-07-30T02:00:17.345Z Compiling itertools v0.14.0
25742026-07-30T02:00:17.468Z Compiling regress v0.10.5
25752026-07-30T02:00:17.973Z Compiling macaddr v1.0.1
25762026-07-30T02:00:18.018Z Compiling humantime v2.3.0
25772026-07-30T02:00:18.048Z Compiling unicode-xid v0.2.6
25782026-07-30T02:00:18.315Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25792026-07-30T02:00:18.337Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25802026-07-30T02:00:18.386Z Compiling convert_case v0.10.0
25812026-07-30T02:00:18.517Z Compiling owo-colors v4.3.0
25822026-07-30T02:00:18.628Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25832026-07-30T02:00:18.673Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25842026-07-30T02:00:18.696Z Compiling derive_more-impl v2.1.1
25852026-07-30T02:00:18.897Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25862026-07-30T02:00:18.954Z Compiling toml v0.8.23
25872026-07-30T02:00:19.148Z Compiling typify-macro v0.6.2
25882026-07-30T02:00:19.327Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25892026-07-30T02:00:19.479Z Compiling papergrid v0.11.0
25902026-07-30T02:00:19.514Z Compiling derive_more v2.1.1
25912026-07-30T02:00:19.538Z Compiling tabled_derive v0.7.0
25922026-07-30T02:00:19.561Z Compiling termtree v0.5.1
25932026-07-30T02:00:19.624Z Compiling hickory-resolver v0.24.4
25942026-07-30T02:00:19.763Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25952026-07-30T02:00:20.105Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25962026-07-30T02:00:20.497Z Compiling tabled v0.15.0
25972026-07-30T02:00:20.697Z Compiling crossterm v0.29.0
25982026-07-30T02:00:20.719Z Compiling phf_shared v0.12.1
25992026-07-30T02:00:20.756Z Compiling typify v0.6.2
26002026-07-30T02:00:20.969Z Compiling progenitor-impl v0.14.0
26012026-07-30T02:00:21.474Z Compiling qorb v0.4.1
26022026-07-30T02:00:21.734Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26032026-07-30T02:00:22.268Z Compiling vte v0.14.1
26042026-07-30T02:00:22.540Z Compiling csv-core v0.1.13
26052026-07-30T02:00:22.979Z Compiling chrono-tz v0.10.4
26062026-07-30T02:00:23.118Z Compiling progenitor-macro v0.14.0
26072026-07-30T02:00:23.197Z Compiling highway v1.3.0
26082026-07-30T02:00:24.052Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26092026-07-30T02:00:24.516Z Compiling csv v1.4.0
26102026-07-30T02:00:24.539Z Compiling strip-ansi-escapes v0.2.1
26112026-07-30T02:00:24.689Z Compiling phf v0.12.1
26122026-07-30T02:00:24.842Z Compiling const_format_proc_macros v0.2.34
26132026-07-30T02:00:24.908Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26142026-07-30T02:00:25.089Z Compiling fd-lock v4.0.4
26152026-07-30T02:00:25.271Z Compiling peg-macros v0.8.5
26162026-07-30T02:00:25.378Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26172026-07-30T02:00:25.466Z Compiling nu-ansi-term v0.50.3
26182026-07-30T02:00:25.680Z Compiling const_format v0.2.35
26192026-07-30T02:00:25.998Z Compiling reedline v0.40.0
26202026-07-30T02:00:26.156Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26212026-07-30T02:00:26.608Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26222026-07-30T02:00:27.029Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26232026-07-30T02:00:27.251Z Compiling progenitor v0.14.0
26242026-07-30T02:00:27.463Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26252026-07-30T02:00:27.605Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26262026-07-30T02:00:27.815Z Compiling peg v0.8.5
26272026-07-30T02:00:27.857Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26282026-07-30T02:00:27.926Z Compiling bcs v0.1.6
26292026-07-30T02:00:28.359Z Compiling nom v8.0.0
26302026-07-30T02:00:28.427Z Compiling semver v0.1.20
26312026-07-30T02:00:28.726Z Compiling rustc_version v0.1.7
26322026-07-30T02:00:28.951Z Compiling newtype_derive v0.1.6
26332026-07-30T02:00:29.171Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26342026-07-30T02:00:29.380Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26352026-07-30T02:00:29.426Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26362026-07-30T02:00:29.541Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26372026-07-30T02:00:29.923Z Compiling unicode-linebreak v0.1.5
26382026-07-30T02:00:29.974Z Compiling smawk v0.3.2
26392026-07-30T02:00:30.173Z Compiling textwrap v0.16.2
26402026-07-30T02:00:30.220Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26412026-07-30T02:00:30.374Z Compiling steno v0.4.1
26422026-07-30T02:00:30.918Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26432026-07-30T02:00:31.089Z Compiling dropshot-api-manager-types v0.7.2
26442026-07-30T02:00:31.119Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26452026-07-30T02:00:31.195Z Compiling sha1 v0.10.6
26462026-07-30T02:00:31.669Z Compiling utf-8 v0.7.6
26472026-07-30T02:00:31.691Z Compiling tagptr v0.2.0
26482026-07-30T02:00:31.735Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26492026-07-30T02:00:31.873Z Compiling moka v0.12.13
26502026-07-30T02:00:31.902Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26512026-07-30T02:00:31.981Z Compiling tungstenite v0.21.0
26522026-07-30T02:00:32.203Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26532026-07-30T02:00:32.272Z Compiling darling_core v0.21.3
26542026-07-30T02:00:32.397Z Compiling display-error-chain v0.2.2
26552026-07-30T02:00:32.582Z Compiling num-derive v0.3.3
26562026-07-30T02:00:33.124Z Compiling hickory-resolver v0.25.2
26572026-07-30T02:00:33.218Z Compiling tokio-tungstenite v0.21.0
26582026-07-30T02:00:33.477Z Compiling vergen-lib v0.1.6
26592026-07-30T02:00:33.607Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
26602026-07-30T02:00:33.721Z Compiling proc-macro-error-attr2 v2.0.0
26612026-07-30T02:00:34.020Z Compiling diesel_derives v2.3.7
26622026-07-30T02:00:34.177Z Compiling proc-macro-error2 v2.0.1
26632026-07-30T02:00:34.321Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26642026-07-30T02:00:34.489Z Compiling darling_macro v0.21.3
26652026-07-30T02:00:34.627Z Compiling libscf-sys v1.1.0
26662026-07-30T02:00:34.822Z Compiling scheduled-thread-pool v0.2.7
26672026-07-30T02:00:34.973Z Compiling vergen-gitcl v1.0.8
26682026-07-30T02:00:35.019Z Compiling darling v0.21.3
26692026-07-30T02:00:35.135Z Compiling dsl_auto_type v0.2.0
26702026-07-30T02:00:35.210Z Compiling diesel_table_macro_syntax v0.3.0
26712026-07-30T02:00:35.405Z Compiling dirs-sys-next v0.1.2
26722026-07-30T02:00:35.430Z Compiling maplit v1.0.2
26732026-07-30T02:00:35.548Z Compiling glob v0.3.3
26742026-07-30T02:00:35.674Z Compiling crunchy v0.2.4
26752026-07-30T02:00:35.921Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26762026-07-30T02:00:35.992Z Compiling clang-sys v1.8.1
26772026-07-30T02:00:36.072Z Compiling dirs-next v2.0.0
26782026-07-30T02:00:36.134Z Compiling r2d2 v0.8.10
26792026-07-30T02:00:36.215Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26802026-07-30T02:00:36.383Z Compiling tabled_derive v0.11.0
26812026-07-30T02:00:36.430Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26822026-07-30T02:00:36.621Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26832026-07-30T02:00:36.714Z Compiling papergrid v0.17.0
26842026-07-30T02:00:36.932Z Compiling testing_table v0.3.0
26852026-07-30T02:00:37.216Z Compiling tiny-keccak v2.0.2
26862026-07-30T02:00:37.436Z Compiling downcast-rs v2.0.2
26872026-07-30T02:00:37.603Z Compiling term v0.7.0
26882026-07-30T02:00:38.001Z Compiling tabled v0.20.0
26892026-07-30T02:00:38.242Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26902026-07-30T02:00:38.452Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26912026-07-30T02:00:38.521Z Compiling bit-vec v0.6.3
26922026-07-30T02:00:38.747Z Compiling bit-set v0.5.3
26932026-07-30T02:00:38.872Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26942026-07-30T02:00:38.934Z Compiling ascii-canvas v3.0.0
26952026-07-30T02:00:39.003Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26962026-07-30T02:00:39.185Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26972026-07-30T02:00:39.208Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26982026-07-30T02:00:39.414Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26992026-07-30T02:00:39.644Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27002026-07-30T02:00:39.695Z Compiling itertools v0.10.5
27012026-07-30T02:00:39.808Z Compiling ena v0.14.4
27022026-07-30T02:00:39.889Z Compiling libloading v0.8.9
27032026-07-30T02:00:39.889Z Compiling regex-syntax v0.6.29
27042026-07-30T02:00:40.049Z Compiling diff v0.1.13
27052026-07-30T02:00:40.071Z Compiling bindgen v0.71.1
27062026-07-30T02:00:40.315Z Compiling xshell-macros v0.2.7
27072026-07-30T02:00:40.361Z Compiling unicase v2.9.0
27082026-07-30T02:00:40.410Z Compiling diesel v2.3.7
27092026-07-30T02:00:40.438Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27102026-07-30T02:00:40.708Z Compiling xshell v0.2.7
27112026-07-30T02:00:41.755Z Compiling lalrpop v0.19.12
27122026-07-30T02:00:41.911Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27132026-07-30T02:00:41.948Z Compiling cexpr v0.6.0
27142026-07-30T02:00:42.001Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27152026-07-30T02:00:42.216Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27162026-07-30T02:00:42.344Z Compiling crc8 v0.1.1
27172026-07-30T02:00:42.484Z Compiling rustc-hash v2.1.1
27182026-07-30T02:00:42.744Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27192026-07-30T02:00:42.881Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27202026-07-30T02:00:43.075Z Compiling headers-core v0.3.0
27212026-07-30T02:00:43.234Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27222026-07-30T02:00:43.392Z Compiling libxml v0.3.3
27232026-07-30T02:00:43.417Z Compiling headers v0.4.1
27242026-07-30T02:00:43.688Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27252026-07-30T02:00:43.804Z Compiling strum_macros v0.24.3
27262026-07-30T02:00:43.919Z Compiling indoc v1.0.9
27272026-07-30T02:00:44.351Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27282026-07-30T02:00:44.408Z Compiling derive_builder v0.20.2
27292026-07-30T02:00:44.645Z Compiling quick-xml v0.37.5
27302026-07-30T02:00:44.650Z Compiling oso-derive v0.27.3
27312026-07-30T02:00:45.034Z Compiling impl-trait-for-tuples v0.2.3
27322026-07-30T02:00:45.058Z Compiling openssl-probe v0.1.6
27332026-07-30T02:00:45.140Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27342026-07-30T02:00:45.356Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27352026-07-30T02:00:45.568Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27362026-07-30T02:00:45.835Z Compiling bb8 v0.8.6
27372026-07-30T02:00:45.858Z Compiling trait-variant v0.1.2
27382026-07-30T02:00:45.882Z Compiling half v1.8.3
27392026-07-30T02:00:46.129Z Compiling serde_cbor v0.11.2
27402026-07-30T02:00:46.253Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27412026-07-30T02:00:46.275Z Compiling progenitor-impl v0.13.0
27422026-07-30T02:00:46.311Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27432026-07-30T02:00:46.333Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27442026-07-30T02:00:46.443Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27452026-07-30T02:00:47.116Z Compiling progenitor-client v0.13.0
27462026-07-30T02:00:47.337Z Compiling samael v0.0.19
27472026-07-30T02:00:47.347Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27482026-07-30T02:00:47.359Z Compiling nonempty v0.12.0
27492026-07-30T02:00:47.441Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27502026-07-30T02:00:47.603Z Compiling fxhash v0.2.1
27512026-07-30T02:00:47.626Z Compiling libz-sys v1.1.24
27522026-07-30T02:00:47.652Z Compiling salty v0.3.0
27532026-07-30T02:00:47.995Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27542026-07-30T02:00:48.101Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27552026-07-30T02:00:48.161Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27562026-07-30T02:00:48.436Z Compiling progenitor-macro v0.13.0
27572026-07-30T02:00:48.555Z Compiling kstat-rs v0.2.4
27582026-07-30T02:00:48.951Z Compiling mime_guess v2.0.5
27592026-07-30T02:00:48.994Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27602026-07-30T02:00:49.244Z Compiling polar-core v0.27.3
27612026-07-30T02:00:49.479Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27622026-07-30T02:00:50.285Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27632026-07-30T02:00:52.188Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27642026-07-30T02:00:52.563Z Compiling rfc6979 v0.4.0
27652026-07-30T02:00:52.587Z Compiling progenitor v0.13.0
27662026-07-30T02:00:52.742Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27672026-07-30T02:00:52.773Z Compiling nanorand v0.7.0
27682026-07-30T02:00:52.886Z Compiling libgit2-sys v0.18.3+1.9.2
27692026-07-30T02:00:53.132Z Compiling parking_lot_core v0.8.6
27702026-07-30T02:00:53.202Z Compiling flume v0.11.1
27712026-07-30T02:00:53.444Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27722026-07-30T02:00:53.603Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27732026-07-30T02:00:53.893Z Compiling ecdsa v0.16.9
27742026-07-30T02:00:54.282Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27752026-07-30T02:00:54.715Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27762026-07-30T02:00:54.738Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27772026-07-30T02:00:55.119Z Compiling primeorder v0.13.6
27782026-07-30T02:00:55.449Z Compiling git-stub v1.0.0
27792026-07-30T02:00:55.646Z Compiling atty v0.2.14
27802026-07-30T02:00:55.719Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27812026-07-30T02:00:55.796Z Compiling strsim v0.10.0
27822026-07-30T02:00:55.946Z Compiling http-range v0.1.5
27832026-07-30T02:00:55.964Z Compiling instability v0.3.11
27842026-07-30T02:00:56.102Z Compiling darling_core v0.13.4
27852026-07-30T02:00:56.257Z Compiling git-stub-vcs v0.1.0
27862026-07-30T02:00:56.283Z Compiling p384 v0.13.1
27872026-07-30T02:00:56.622Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27882026-07-30T02:00:57.400Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27892026-07-30T02:00:57.750Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27902026-07-30T02:00:57.778Z Compiling ignore v0.4.25
27912026-07-30T02:01:00.815Z Compiling oso v0.27.3
27922026-07-30T02:01:01.383Z Compiling async-bb8-diesel v0.2.1
27932026-07-30T02:01:01.430Z Compiling diesel-dtrace v0.5.0
27942026-07-30T02:01:01.615Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27952026-07-30T02:01:01.761Z Compiling castaway v0.2.4
27962026-07-30T02:01:01.836Z Compiling vergen-git2 v9.1.0
27972026-07-30T02:01:01.857Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27982026-07-30T02:01:01.922Z Compiling indoc v2.0.7
27992026-07-30T02:01:02.116Z Compiling compact_str v0.8.1
28002026-07-30T02:01:02.154Z Compiling globwalk v0.9.1
28012026-07-30T02:01:02.723Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28022026-07-30T02:01:02.880Z Compiling darling_macro v0.13.4
28032026-07-30T02:01:03.095Z Compiling parking_lot v0.11.2
28042026-07-30T02:01:03.117Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28052026-07-30T02:01:03.228Z Compiling hyper-staticfile v0.10.1
28062026-07-30T02:01:03.344Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28072026-07-30T02:01:06.598Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28082026-07-30T02:01:06.670Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28092026-07-30T02:01:06.670Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-07-30T02:01:06.670Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28112026-07-30T02:01:06.670Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28122026-07-30T02:01:06.670Z Compiling predicates-tree v1.0.13
28132026-07-30T02:01:06.670Z Compiling unicode-truncate v1.1.0
28142026-07-30T02:01:06.670Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28152026-07-30T02:01:06.670Z Compiling lru v0.12.5
28162026-07-30T02:01:06.670Z Compiling prefix-trie v0.7.0
28172026-07-30T02:01:06.670Z Compiling rand_seeder v0.4.0
28182026-07-30T02:01:06.670Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28192026-07-30T02:01:06.670Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28202026-07-30T02:01:06.670Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28212026-07-30T02:01:06.944Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28222026-07-30T02:01:07.439Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28232026-07-30T02:01:07.443Z Compiling cassowary v0.3.0
28242026-07-30T02:01:07.471Z Compiling corncobs v0.1.4
28252026-07-30T02:01:07.675Z Compiling illumos-nvpair-sys v0.2.0
28262026-07-30T02:01:07.824Z Compiling ratatui v0.29.0
28272026-07-30T02:01:07.864Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28282026-07-30T02:01:07.935Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28292026-07-30T02:01:08.435Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28302026-07-30T02:01:08.601Z Compiling hickory-server v0.25.2
28312026-07-30T02:01:08.798Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28322026-07-30T02:01:09.074Z Compiling camino-tempfile-ext v0.3.3
28332026-07-30T02:01:09.082Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28342026-07-30T02:01:10.081Z Compiling sled v0.34.7
28352026-07-30T02:01:10.322Z Compiling darling v0.13.4
28362026-07-30T02:01:10.723Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28372026-07-30T02:01:12.090Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28382026-07-30T02:01:12.143Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28392026-07-30T02:01:12.710Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28402026-07-30T02:01:13.253Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28412026-07-30T02:01:13.474Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28422026-07-30T02:01:13.617Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28432026-07-30T02:01:13.661Z Compiling secrecy v0.8.0
28442026-07-30T02:01:13.698Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28452026-07-30T02:01:13.862Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28462026-07-30T02:01:14.066Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28472026-07-30T02:01:14.212Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28482026-07-30T02:01:14.508Z Compiling serde_with_macros v1.5.2
28492026-07-30T02:01:15.360Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28502026-07-30T02:01:15.699Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28512026-07-30T02:01:16.243Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28522026-07-30T02:01:16.590Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28532026-07-30T02:01:17.346Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28542026-07-30T02:01:17.531Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28552026-07-30T02:01:17.763Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28562026-07-30T02:01:17.790Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28572026-07-30T02:01:17.981Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28582026-07-30T02:01:18.012Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28592026-07-30T02:01:18.202Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28602026-07-30T02:01:18.246Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28612026-07-30T02:01:18.430Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28622026-07-30T02:01:18.467Z Compiling sha2 v0.11.0
28632026-07-30T02:01:18.622Z Compiling git2 v0.20.4
28642026-07-30T02:01:19.322Z Compiling digest-io v0.1.0
28652026-07-30T02:01:20.293Z Compiling arc-swap v1.8.2
28662026-07-30T02:01:20.390Z Compiling fs-err v2.11.0
28672026-07-30T02:01:20.573Z Compiling rawzip v0.4.4
28682026-07-30T02:01:20.641Z Compiling void v1.0.2
28692026-07-30T02:01:20.790Z Compiling lzss v0.8.2
28702026-07-30T02:01:22.129Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28712026-07-30T02:01:22.172Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28722026-07-30T02:01:22.172Z Compiling slog-scope v4.4.1
28732026-07-30T02:01:22.172Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28742026-07-30T02:01:22.369Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28752026-07-30T02:01:22.702Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28762026-07-30T02:01:23.941Z Compiling illumos-nvpair v0.3.0
28772026-07-30T02:01:24.433Z Compiling serde_with v1.14.0
28782026-07-30T02:01:25.253Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28792026-07-30T02:01:25.638Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28802026-07-30T02:01:26.759Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28812026-07-30T02:01:27.872Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28822026-07-30T02:01:27.881Z Compiling tungstenite v0.23.0
28832026-07-30T02:01:28.595Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28842026-07-30T02:01:29.136Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28852026-07-30T02:01:30.159Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28862026-07-30T02:01:30.387Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28872026-07-30T02:01:30.630Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28882026-07-30T02:01:30.643Z Compiling nix v0.27.1
28892026-07-30T02:01:30.758Z Compiling twox-hash v2.1.2
28902026-07-30T02:01:30.815Z Compiling libsw-core v0.3.2
28912026-07-30T02:01:31.066Z Compiling serde_bytes v0.11.19
28922026-07-30T02:01:31.228Z Compiling libsw v3.5.0
28932026-07-30T02:01:31.250Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28942026-07-30T02:01:31.284Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28952026-07-30T02:01:31.342Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28962026-07-30T02:01:31.373Z Compiling tokio-tungstenite v0.23.1
28972026-07-30T02:01:31.750Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28982026-07-30T02:01:31.772Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28992026-07-30T02:01:32.289Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29002026-07-30T02:01:32.501Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29012026-07-30T02:01:32.819Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29022026-07-30T02:01:33.119Z Compiling slog-stdlog v4.1.1
29032026-07-30T02:01:34.920Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29042026-07-30T02:01:34.920Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29052026-07-30T02:01:34.920Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29062026-07-30T02:01:34.920Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29072026-07-30T02:01:34.920Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29082026-07-30T02:01:35.554Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29092026-07-30T02:01:36.524Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29102026-07-30T02:01:37.007Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29112026-07-30T02:01:37.939Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
29122026-07-30T02:01:38.205Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29132026-07-30T02:01:38.318Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29142026-07-30T02:01:40.678Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29152026-07-30T02:01:41.217Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29162026-07-30T02:01:41.416Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29172026-07-30T02:01:41.880Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29182026-07-30T02:01:42.102Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29192026-07-30T02:01:42.279Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
29202026-07-30T02:01:42.336Z Compiling signal-hook-tokio v0.3.1
29212026-07-30T02:01:42.796Z Compiling fatfs v0.3.6
29222026-07-30T02:01:43.008Z Compiling yasna v0.5.2
29232026-07-30T02:01:43.217Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29242026-07-30T02:01:43.829Z Compiling seq-macro v0.3.6
29252026-07-30T02:01:44.578Z Compiling parse-size v1.1.0
29262026-07-30T02:01:44.600Z Compiling assert_matches v1.5.0
29272026-07-30T02:01:45.018Z Compiling is_ci v1.2.0
29282026-07-30T02:01:45.140Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
29292026-07-30T02:01:45.140Z Compiling rcgen v0.12.1
29302026-07-30T02:01:45.140Z Compiling supports-color v3.0.2
29312026-07-30T02:01:45.140Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29322026-07-30T02:01:45.165Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29332026-07-30T02:01:47.132Z Compiling slog-envlogger v2.2.0
29342026-07-30T02:01:48.324Z Compiling oxide-update-engine-display v0.1.2
29352026-07-30T02:01:48.650Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29362026-07-30T02:01:49.239Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29372026-07-30T02:01:49.258Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29382026-07-30T02:01:49.379Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29392026-07-30T02:01:49.554Z Compiling port-file v0.1.0
29402026-07-30T02:01:49.567Z Compiling subprocess v0.2.15
29412026-07-30T02:01:49.873Z Compiling rtoolbox v0.0.3
29422026-07-30T02:01:50.180Z Compiling rpassword v7.5.4
29432026-07-30T02:01:50.317Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29442026-07-30T02:01:50.922Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29452026-07-30T02:01:52.671Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29462026-07-30T02:01:53.367Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29472026-07-30T02:01:53.839Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29482026-07-30T02:01:53.946Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29492026-07-30T02:01:54.702Z Compiling tui-tree-widget v0.23.1
29502026-07-30T02:01:54.987Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29512026-07-30T02:01:55.003Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29522026-07-30T02:01:55.548Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29532026-07-30T02:01:56.200Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29542026-07-30T02:01:56.421Z Compiling uzers v0.12.2
29552026-07-30T02:02:00.977Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29562026-07-30T02:02:01.076Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29572026-07-30T02:02:01.076Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29582026-07-30T02:02:01.076Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29592026-07-30T02:02:01.076Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29602026-07-30T02:02:01.651Z Compiling support-bundle-viewer v0.1.2
29612026-07-30T02:02:03.288Z Compiling multimap v0.10.1
29622026-07-30T02:02:10.690Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29632026-07-30T02:02:13.208Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29642026-07-30T02:02:17.929Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29652026-07-30T02:02:19.393Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29662026-07-30T02:02:21.932Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29672026-07-30T02:10:23.358Z Finished `release` profile [optimized] target(s) in 10m 10s
29682026-07-30T02:10:23.361Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29692026-07-30T02:10:23.361Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29702026-07-30T02:11:16.772Z
29712026-07-30T02:11:16.773Zreal 11:05.275878470
29722026-07-30T02:11:16.773Zuser 1:21:32.979218401
29732026-07-30T02:11:16.778Zsys 3:36.989206034
29742026-07-30T02:11:16.778Ztrap 1.817091219
29752026-07-30T02:11:16.778Ztflt 1.941045218
29762026-07-30T02:11:16.778Zdflt 19.240989126
29772026-07-30T02:11:16.778Zkflt 0.004855723
29782026-07-30T02:11:16.778Zlock 8:21:33.890696121
29792026-07-30T02:11:16.778Zslp 2:18:26.992470706
29802026-07-30T02:11:16.778Zlat 2:26.819240186
29812026-07-30T02:11:16.778Zstop 5:37.308980496
29822026-07-30T02:11:16.778Z+ mapfile -t packages
29832026-07-30T02:11:16.778Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29842026-07-30T02:11:17.711Z Finished `release` profile [optimized] target(s) in 0.93s
29852026-07-30T02:11:17.822Z Running `target/release/omicron-package -t test list-outputs`
29862026-07-30T02:11:17.844ZLogging to: /work/oxidecomputer/omicron/out/LOG
29872026-07-30T02:11:17.848Z+ ptime -m cargo build --locked --release -p xtask
29882026-07-30T02:11:18.338Z Compiling libc v0.2.185
29892026-07-30T02:11:18.338Z Compiling serde_core v1.0.228
29902026-07-30T02:11:18.338Z Compiling serde v1.0.228
29912026-07-30T02:11:18.341Z Compiling rustix v1.1.3
29922026-07-30T02:11:18.341Z Compiling serde_json v1.0.151
29932026-07-30T02:11:18.341Z Compiling bitflags v2.11.0
29942026-07-30T02:11:18.505Z Compiling syn v2.0.117
29952026-07-30T02:11:18.510Z Compiling usdt-impl v0.5.0
29962026-07-30T02:11:18.525Z Compiling syn v1.0.109
29972026-07-30T02:11:18.537Z Compiling getrandom v0.4.1
29982026-07-30T02:11:18.537Z Compiling log v0.4.29
29992026-07-30T02:11:18.540Z Compiling indexmap v2.14.0
30002026-07-30T02:11:18.574Z Compiling fs-err v3.3.0
30012026-07-30T02:11:18.730Z Compiling anyhow v1.0.102
30022026-07-30T02:11:18.781Z Compiling once_cell v1.21.3
30032026-07-30T02:11:18.808Z Compiling heck v0.4.1
30042026-07-30T02:11:19.188Z Compiling errno v0.3.14
30052026-07-30T02:11:19.192Z Compiling thread-id v4.2.2
30062026-07-30T02:11:19.192Z Compiling memmap v0.7.0
30072026-07-30T02:11:19.975Z Compiling proc-macro-error v1.0.4
30082026-07-30T02:11:20.177Z Compiling terminal_size v0.4.3
30092026-07-30T02:11:20.177Z Compiling tempfile v3.25.0
30102026-07-30T02:11:20.237Z Compiling tabled_derive v0.7.0
30112026-07-30T02:11:20.276Z Compiling clap_builder v4.6.0
30122026-07-30T02:11:20.276Z Compiling textwrap v0.16.2
30132026-07-30T02:11:20.623Z Compiling camino v1.2.2
30142026-07-30T02:11:20.639Z Compiling cargo-platform v0.3.2
30152026-07-30T02:11:20.651Z Compiling semver v1.0.28
30162026-07-30T02:11:20.676Z Compiling pest_generator v2.8.6
30172026-07-30T02:11:20.931Z Compiling camino-tempfile v1.4.1
30182026-07-30T02:11:20.953Z Compiling tabled v0.15.0
30192026-07-30T02:11:21.179Z Compiling serde_derive v1.0.228
30202026-07-30T02:11:21.179Z Compiling thiserror-impl v1.0.69
30212026-07-30T02:11:21.182Z Compiling zerocopy-derive v0.7.35
30222026-07-30T02:11:21.182Z Compiling scroll_derive v0.12.1
30232026-07-30T02:11:21.182Z Compiling thiserror-impl v2.0.18
30242026-07-30T02:11:21.182Z Compiling clap_derive v4.6.1
30252026-07-30T02:11:21.247Z Compiling pest_derive v2.8.6
30262026-07-30T02:11:21.848Z Compiling scroll v0.12.0
30272026-07-30T02:11:22.040Z Compiling zerocopy v0.7.35
30282026-07-30T02:11:22.102Z Compiling goblin v0.8.2
30292026-07-30T02:11:22.337Z Compiling thiserror v1.0.69
30302026-07-30T02:11:22.375Z Compiling thiserror v2.0.18
30312026-07-30T02:11:22.461Z Compiling dtrace-parser v0.2.0
30322026-07-30T02:11:22.629Z Compiling clap v4.6.1
30332026-07-30T02:11:24.368Z Compiling dof v0.3.0
30342026-07-30T02:11:24.384Z Compiling serde_spanned v0.6.9
30352026-07-30T02:11:24.411Z Compiling toml_datetime v0.6.11
30362026-07-30T02:11:24.433Z Compiling serde_tokenstream v0.2.3
30372026-07-30T02:11:24.446Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30382026-07-30T02:11:24.446Z Compiling macaddr v1.0.1
30392026-07-30T02:11:24.502Z Compiling cargo_metadata v0.23.1
30402026-07-30T02:11:24.738Z Compiling toml_edit v0.22.27
30412026-07-30T02:11:25.137Z Compiling usdt-macro v0.5.0
30422026-07-30T02:11:25.140Z Compiling usdt-attr-macro v0.5.0
30432026-07-30T02:11:25.794Z Compiling usdt v0.5.0
30442026-07-30T02:11:26.266Z Compiling toml v0.8.23
30452026-07-30T02:11:26.723Z Compiling cargo_toml v0.21.0
30462026-07-30T02:11:31.102Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30472026-07-30T02:11:34.333Z Finished `release` profile [optimized] target(s) in 16.47s
30482026-07-30T02:11:34.480Z
30492026-07-30T02:11:34.483Zreal 16.594938996
30502026-07-30T02:11:34.483Zuser 2:05.800397905
30512026-07-30T02:11:34.483Zsys 13.684224590
30522026-07-30T02:11:34.483Ztrap 0.062415206
30532026-07-30T02:11:34.483Ztflt 0.398190293
30542026-07-30T02:11:34.483Zdflt 1.595260199
30552026-07-30T02:11:34.483Zkflt 0.000062180
30562026-07-30T02:11:34.483Zlock 4:52.288632496
30572026-07-30T02:11:34.483Zslp 2:41.722895322
30582026-07-30T02:11:34.483Zlat 4.041399964
30592026-07-30T02:11:34.483Zstop 16.648006817
30602026-07-30T02:11:34.483Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30612026-07-30T02:11:34.483Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30622026-07-30T02:11:34.483Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30632026-07-30T02:11:34.483Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30642026-07-30T02:11:34.483Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30652026-07-30T02:11:35.431Z Compiling progenitor-client v0.14.0
30662026-07-30T02:11:35.431Z Compiling newtype-uuid-macros v0.1.0
30672026-07-30T02:11:35.431Z Compiling match_cfg v0.1.0
30682026-07-30T02:11:35.431Z Compiling slog-json v2.6.1
30692026-07-30T02:11:35.431Z Compiling sha1 v0.11.0
30702026-07-30T02:11:35.437Z Compiling multer v3.1.0
30712026-07-30T02:11:35.437Z Compiling compression-core v0.4.31
30722026-07-30T02:11:35.437Z Compiling debug-ignore v1.0.5
30732026-07-30T02:11:35.437Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30742026-07-30T02:11:35.437Z Compiling async-stream-impl v0.3.6
30752026-07-30T02:11:35.579Z Compiling serde_spanned v1.1.1
30762026-07-30T02:11:35.582Z Compiling toml_datetime v1.1.1+spec-1.1.0
30772026-07-30T02:11:35.582Z Compiling dropshot v0.17.1
30782026-07-30T02:11:35.582Z Compiling toml_writer v1.1.1+spec-1.1.0
30792026-07-30T02:11:35.596Z Compiling waitgroup v0.1.2
30802026-07-30T02:11:35.601Z Compiling rustls-pemfile v2.2.0
30812026-07-30T02:11:35.815Z Compiling compression-codecs v0.4.37
30822026-07-30T02:11:35.853Z Compiling dropshot_endpoint v0.17.1
30832026-07-30T02:11:35.868Z Compiling serde_path_to_error v0.1.20
30842026-07-30T02:11:35.888Z Compiling hostname v0.3.1
30852026-07-30T02:11:35.904Z Compiling hostname v0.4.2
30862026-07-30T02:11:35.949Z Compiling atomicwrites v0.4.4
30872026-07-30T02:11:35.964Z Compiling macaddr v1.0.1
30882026-07-30T02:11:35.968Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30892026-07-30T02:11:36.015Z Compiling toml v1.1.2+spec-1.1.0
30902026-07-30T02:11:36.018Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30912026-07-30T02:11:36.071Z Compiling slog-bunyan v2.5.0
30922026-07-30T02:11:36.087Z Compiling async-compression v0.4.41
30932026-07-30T02:11:36.106Z Compiling instant v0.1.13
30942026-07-30T02:11:36.160Z Compiling itertools v0.14.0
30952026-07-30T02:11:36.163Z Compiling regress v0.10.5
30962026-07-30T02:11:36.215Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30972026-07-30T02:11:36.237Z Compiling parse-display-derive v0.10.0
30982026-07-30T02:11:36.241Z Compiling backon v1.6.0
30992026-07-30T02:11:36.277Z Compiling backoff v0.4.0
31002026-07-30T02:11:36.277Z Compiling humantime v2.3.0
31012026-07-30T02:11:36.280Z Compiling regress v0.11.1
31022026-07-30T02:11:36.332Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31032026-07-30T02:11:36.352Z Compiling async-stream v0.3.6
31042026-07-30T02:11:36.447Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31052026-07-30T02:11:36.463Z Compiling progenitor-extras v0.2.0
31062026-07-30T02:11:36.490Z Compiling half v2.7.1
31072026-07-30T02:11:36.543Z Compiling ciborium-io v0.2.2
31082026-07-30T02:11:36.560Z Compiling crucible-workspace-hack v0.1.0
31092026-07-30T02:11:36.576Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31102026-07-30T02:11:36.608Z Compiling convert_case v0.4.0
31112026-07-30T02:11:36.622Z Compiling secrecy v0.10.3
31122026-07-30T02:11:36.659Z Compiling unsafe-libyaml v0.2.11
31132026-07-30T02:11:36.707Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31142026-07-30T02:11:36.735Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31152026-07-30T02:11:36.789Z Compiling ciborium-ll v0.2.2
31162026-07-30T02:11:36.825Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31172026-07-30T02:11:36.828Z Compiling inout v0.1.4
31182026-07-30T02:11:36.828Z Compiling toml_datetime v0.7.5+spec-1.1.0
31192026-07-30T02:11:36.881Z Compiling thiserror-impl-no-std v2.0.2
31202026-07-30T02:11:36.899Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31212026-07-30T02:11:36.995Z Compiling derive_more v0.99.20
31222026-07-30T02:11:37.015Z Compiling ciborium v0.2.2
31232026-07-30T02:11:37.033Z Compiling cipher v0.4.4
31242026-07-30T02:11:37.114Z Compiling toml_edit v0.23.10+spec-1.0.0
31252026-07-30T02:11:37.139Z Compiling universal-hash v0.5.1
31262026-07-30T02:11:37.193Z Compiling serde_yaml v0.9.34+deprecated
31272026-07-30T02:11:37.298Z Compiling opaque-debug v0.3.1
31282026-07-30T02:11:37.315Z Compiling chacha20 v0.9.1
31292026-07-30T02:11:37.359Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31302026-07-30T02:11:37.387Z Compiling poly1305 v0.8.0
31312026-07-30T02:11:37.404Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31322026-07-30T02:11:37.436Z Compiling blake2 v0.10.6
31332026-07-30T02:11:37.510Z Compiling aead v0.5.2
31342026-07-30T02:11:37.609Z Compiling password-hash v0.5.0
31352026-07-30T02:11:37.628Z Compiling indent_write v2.2.0
31362026-07-30T02:11:37.631Z Compiling itertools v0.15.0
31372026-07-30T02:11:37.743Z Compiling proc-macro-crate v3.4.0
31382026-07-30T02:11:37.793Z Compiling chacha20poly1305 v0.10.1
31392026-07-30T02:11:37.970Z Compiling typify-impl v0.6.2
31402026-07-30T02:11:38.002Z Compiling parse-display v0.10.0
31412026-07-30T02:11:38.031Z Compiling argon2 v0.5.3
31422026-07-30T02:11:38.049Z Compiling heapless v0.8.0
31432026-07-30T02:11:38.119Z Compiling thiserror-no-std v2.0.2
31442026-07-30T02:11:38.149Z Compiling tabwriter v1.4.1
31452026-07-30T02:11:38.199Z Compiling hash32 v0.3.1
31462026-07-30T02:11:38.233Z Compiling vsss-rs v3.3.4
31472026-07-30T02:11:38.317Z Compiling num_enum_derive v0.7.6
31482026-07-30T02:11:38.333Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31492026-07-30T02:11:38.391Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31502026-07-30T02:11:38.409Z Compiling smoltcp v0.11.0
31512026-07-30T02:11:38.603Z Compiling cobs v0.3.0
31522026-07-30T02:11:38.693Z Compiling colored v3.1.1
31532026-07-30T02:11:38.712Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31542026-07-30T02:11:38.826Z Compiling postcard v1.1.3
31552026-07-30T02:11:38.857Z Compiling proc-macro-error v1.0.4
31562026-07-30T02:11:38.983Z Compiling rand v0.10.1
31572026-07-30T02:11:39.070Z Compiling ingot-macros v0.2.0
31582026-07-30T02:11:39.123Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31592026-07-30T02:11:39.215Z Compiling proc-macro-crate v1.3.1
31602026-07-30T02:11:39.233Z Compiling foreign-types-macros v0.2.3
31612026-07-30T02:11:39.252Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31622026-07-30T02:11:39.269Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31632026-07-30T02:11:39.727Z Compiling foreign-types-shared v0.3.1
31642026-07-30T02:11:39.727Z Compiling num_enum v0.7.6
31652026-07-30T02:11:39.728Z Compiling rayon-core v1.13.0
31662026-07-30T02:11:39.728Z Compiling crossbeam-deque v0.8.6
31672026-07-30T02:11:39.728Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31682026-07-30T02:11:39.728Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31692026-07-30T02:11:39.728Z Compiling num_enum_derive v0.5.11
31702026-07-30T02:11:39.728Z Compiling cstr-argument v0.1.2
31712026-07-30T02:11:39.728Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-07-30T02:11:39.728Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31732026-07-30T02:11:39.780Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31742026-07-30T02:11:39.882Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31752026-07-30T02:11:39.885Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31762026-07-30T02:11:39.917Z Compiling foreign-types v0.5.0
31772026-07-30T02:11:39.920Z Compiling cpubits v0.1.1
31782026-07-30T02:11:39.952Z Compiling zone_cfg_derive v0.3.1
31792026-07-30T02:11:40.019Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31802026-07-30T02:11:40.037Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31812026-07-30T02:11:40.056Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31822026-07-30T02:11:40.105Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31832026-07-30T02:11:40.127Z Compiling itertools v0.12.1
31842026-07-30T02:11:40.144Z Compiling num-derive v0.4.2
31852026-07-30T02:11:40.191Z Compiling sigpipe v0.1.3
31862026-07-30T02:11:40.254Z Compiling rayon v1.11.0
31872026-07-30T02:11:40.300Z Compiling glob v0.3.3
31882026-07-30T02:11:40.303Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31892026-07-30T02:11:40.331Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31902026-07-30T02:11:40.546Z Compiling smf v0.2.3
31912026-07-30T02:11:40.568Z Compiling whoami v1.6.1
31922026-07-30T02:11:40.591Z Compiling usdt-macro v0.5.0
31932026-07-30T02:11:40.674Z Compiling usdt-attr-macro v0.5.0
31942026-07-30T02:11:40.712Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31952026-07-30T02:11:40.824Z Compiling num_enum v0.5.11
31962026-07-30T02:11:40.885Z Compiling gethostname v0.5.0
31972026-07-30T02:11:40.912Z Compiling num-rational v0.4.2
31982026-07-30T02:11:40.932Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31992026-07-30T02:11:40.967Z Compiling pem-rfc7468 v1.0.0
32002026-07-30T02:11:41.031Z Compiling num-complex v0.4.6
32012026-07-30T02:11:41.097Z Compiling derive-where v1.6.0
32022026-07-30T02:11:41.117Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
32032026-07-30T02:11:41.301Z Compiling zone v0.3.1
32042026-07-30T02:11:41.409Z Compiling memmap v0.7.0
32052026-07-30T02:11:41.427Z Compiling num v0.4.3
32062026-07-30T02:11:41.453Z Compiling float-ord v0.3.2
32072026-07-30T02:11:41.528Z Compiling toml v0.8.23
32082026-07-30T02:11:41.548Z Compiling hmac v0.13.0
32092026-07-30T02:11:41.551Z Compiling usdt v0.5.0
32102026-07-30T02:11:41.551Z Compiling universal-hash v0.6.1
32112026-07-30T02:11:41.551Z Compiling resolv-conf v0.7.6
32122026-07-30T02:11:41.617Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32132026-07-30T02:11:41.634Z Compiling cancel-safe-futures v0.1.5
32142026-07-30T02:11:41.763Z Compiling polyval v0.7.1
32152026-07-30T02:11:41.767Z Compiling der v0.8.0
32162026-07-30T02:11:41.798Z Compiling prettyplease v0.2.37
32172026-07-30T02:11:41.854Z Compiling pbkdf2 v0.13.0
32182026-07-30T02:11:41.875Z Compiling crypto-bigint v0.7.5
32192026-07-30T02:11:41.887Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32202026-07-30T02:11:42.006Z Compiling ghash v0.6.0
32212026-07-30T02:11:42.022Z Compiling aes v0.9.1
32222026-07-30T02:11:42.043Z Compiling ingot-types v0.2.0
32232026-07-30T02:11:42.047Z Compiling console v0.15.11
32242026-07-30T02:11:42.096Z Compiling hickory-proto v0.24.4
32252026-07-30T02:11:42.099Z Compiling newline-converter v0.3.0
32262026-07-30T02:11:42.169Z Compiling ctr v0.10.1
32272026-07-30T02:11:42.190Z Compiling aead v0.6.1
32282026-07-30T02:11:42.257Z Compiling sha2 v0.11.0
32292026-07-30T02:11:42.320Z Compiling libefi-sys v0.1.0
32302026-07-30T02:11:42.382Z Compiling linked-hash-map v0.5.6
32312026-07-30T02:11:42.405Z Compiling linear-map v1.2.0
32322026-07-30T02:11:42.465Z Compiling ingot v0.2.1
32332026-07-30T02:11:42.500Z Compiling oxide-update-engine-types v0.1.2
32342026-07-30T02:11:42.534Z Compiling aes-gcm v0.11.0
32352026-07-30T02:11:42.569Z Compiling lru-cache v0.1.2
32362026-07-30T02:11:42.603Z Compiling expectorate v1.2.0
32372026-07-30T02:11:42.652Z Compiling typify-macro v0.6.2
32382026-07-30T02:11:42.669Z Compiling salsa20 v0.11.0
32392026-07-30T02:11:42.725Z Compiling spki v0.8.0
32402026-07-30T02:11:42.770Z Compiling bitfield-struct v0.6.2
32412026-07-30T02:11:42.801Z Compiling nom v8.0.0
32422026-07-30T02:11:42.851Z Compiling semver v0.1.20
32432026-07-30T02:11:42.975Z Compiling scrypt v0.12.0
32442026-07-30T02:11:43.095Z Compiling rustc_version v0.1.7
32452026-07-30T02:11:43.174Z Compiling tokio-dtrace v0.1.1
32462026-07-30T02:11:43.304Z Compiling cbc v0.2.1
32472026-07-30T02:11:43.368Z Compiling slog-dtrace v0.3.0
32482026-07-30T02:11:43.372Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32492026-07-30T02:11:43.405Z Compiling minimal-lexical v0.2.1
32502026-07-30T02:11:43.469Z Compiling pkcs5 v0.8.1
32512026-07-30T02:11:43.486Z Compiling oxide-update-engine v0.1.2
32522026-07-30T02:11:43.490Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32532026-07-30T02:11:43.520Z Compiling oxide-tokio-rt v0.1.4
32542026-07-30T02:11:43.671Z Compiling nom v7.1.3
32552026-07-30T02:11:43.701Z Compiling newtype_derive v0.1.6
32562026-07-30T02:11:43.720Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32572026-07-30T02:11:43.822Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32582026-07-30T02:11:43.886Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32592026-07-30T02:11:43.909Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32602026-07-30T02:11:43.956Z Compiling phf_shared v0.12.1
32612026-07-30T02:11:44.022Z Compiling dropshot-api-manager-types v0.7.2
32622026-07-30T02:11:44.052Z Compiling csv-core v0.1.13
32632026-07-30T02:11:44.070Z Compiling xshell-macros v0.2.7
32642026-07-30T02:11:44.090Z Compiling chrono-tz v0.10.4
32652026-07-30T02:11:44.157Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32662026-07-30T02:11:44.255Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32672026-07-30T02:11:44.282Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32682026-07-30T02:11:44.306Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32692026-07-30T02:11:44.352Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32702026-07-30T02:11:44.379Z Compiling hickory-resolver v0.24.4
32712026-07-30T02:11:44.481Z Compiling unicode-xid v0.2.6
32722026-07-30T02:11:44.512Z Compiling highway v1.3.0
32732026-07-30T02:11:44.529Z Compiling xshell v0.2.7
32742026-07-30T02:11:44.564Z Compiling typify v0.6.2
32752026-07-30T02:11:44.635Z Compiling const_format_proc_macros v0.2.34
32762026-07-30T02:11:44.715Z Compiling progenitor-impl v0.14.0
32772026-07-30T02:11:44.945Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32782026-07-30T02:11:45.078Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32792026-07-30T02:11:45.142Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32802026-07-30T02:11:45.395Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32812026-07-30T02:11:45.413Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32822026-07-30T02:11:45.462Z Compiling qorb v0.4.1
32832026-07-30T02:11:45.529Z Compiling csv v1.4.0
32842026-07-30T02:11:45.768Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32852026-07-30T02:11:45.912Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32862026-07-30T02:11:45.931Z Compiling phf v0.12.1
32872026-07-30T02:11:46.054Z Compiling pkcs8 v0.11.0
32882026-07-30T02:11:46.135Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32892026-07-30T02:11:46.158Z Compiling ff v0.14.0
32902026-07-30T02:11:46.211Z Compiling owo-colors v4.3.0
32912026-07-30T02:11:46.251Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32922026-07-30T02:11:46.515Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32932026-07-30T02:11:46.573Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32942026-07-30T02:11:46.591Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32952026-07-30T02:11:46.694Z Compiling const_format v0.2.35
32962026-07-30T02:11:46.719Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32972026-07-30T02:11:46.789Z Compiling tabled_derive v0.7.0
32982026-07-30T02:11:47.049Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32992026-07-30T02:11:47.204Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33002026-07-30T02:11:47.371Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33012026-07-30T02:11:47.389Z Compiling bcs v0.1.6
33022026-07-30T02:11:47.473Z Compiling progenitor-macro v0.14.0
33032026-07-30T02:11:47.513Z Compiling termtree v0.5.1
33042026-07-30T02:11:47.534Z Compiling salty v0.3.0
33052026-07-30T02:11:47.654Z Compiling tagptr v0.2.0
33062026-07-30T02:11:47.699Z Compiling textwrap v0.16.2
33072026-07-30T02:11:47.748Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33082026-07-30T02:11:47.812Z Compiling tabled v0.15.0
33092026-07-30T02:11:47.845Z Compiling moka v0.12.13
33102026-07-30T02:11:47.912Z Compiling steno v0.4.1
33112026-07-30T02:11:47.994Z Compiling group v0.14.0
33122026-07-30T02:11:48.051Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33132026-07-30T02:11:48.120Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33142026-07-30T02:11:48.192Z Compiling sha1 v0.10.6
33152026-07-30T02:11:48.210Z Compiling signature v3.0.0
33162026-07-30T02:11:48.229Z Compiling base16ct v1.0.0
33172026-07-30T02:11:48.366Z Compiling hkdf v0.13.0
33182026-07-30T02:11:48.446Z Compiling sec1 v0.8.1
33192026-07-30T02:11:48.453Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33202026-07-30T02:11:48.453Z Compiling rfc6979 v0.4.0
33212026-07-30T02:11:48.569Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33222026-07-30T02:11:48.623Z Compiling hickory-resolver v0.25.2
33232026-07-30T02:11:48.642Z Compiling ecdsa v0.16.9
33242026-07-30T02:11:48.691Z Compiling elliptic-curve v0.14.1
33252026-07-30T02:11:48.755Z Compiling primeorder v0.13.6
33262026-07-30T02:11:48.782Z Compiling proc-macro-error-attr2 v2.0.0
33272026-07-30T02:11:48.942Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33282026-07-30T02:11:49.070Z Compiling utf-8 v0.7.6
33292026-07-30T02:11:49.087Z Compiling parking_lot_core v0.8.6
33302026-07-30T02:11:49.194Z Compiling p384 v0.13.1
33312026-07-30T02:11:49.267Z Compiling proc-macro-error2 v2.0.1
33322026-07-30T02:11:49.289Z Compiling tungstenite v0.21.0
33332026-07-30T02:11:49.316Z Compiling wnaf v0.14.0
33342026-07-30T02:11:49.399Z Compiling primefield v0.14.0
33352026-07-30T02:11:49.542Z Compiling rfc6979 v0.6.0
33362026-07-30T02:11:49.649Z Compiling git-stub v1.0.0
33372026-07-30T02:11:49.692Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33382026-07-30T02:11:49.754Z Compiling num-derive v0.3.3
33392026-07-30T02:11:49.842Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33402026-07-30T02:11:49.941Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33412026-07-30T02:11:50.050Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33422026-07-30T02:11:50.105Z Compiling tokio-tungstenite v0.21.0
33432026-07-30T02:11:50.217Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33442026-07-30T02:11:50.296Z Compiling git-stub-vcs v0.1.0
33452026-07-30T02:11:50.318Z Compiling ecdsa v0.17.0
33462026-07-30T02:11:50.371Z Compiling tabled_derive v0.11.0
33472026-07-30T02:11:50.472Z Compiling primeorder v0.14.0
33482026-07-30T02:11:50.518Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-07-30T02:11:50.673Z Compiling progenitor-impl v0.13.0
33502026-07-30T02:11:50.706Z Compiling papergrid v0.17.0
33512026-07-30T02:11:50.729Z Compiling libscf-sys v1.1.0
33522026-07-30T02:11:50.835Z Compiling testing_table v0.3.0
33532026-07-30T02:11:50.854Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33542026-07-30T02:11:50.872Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33552026-07-30T02:11:50.898Z Compiling curve25519-dalek v5.0.0
33562026-07-30T02:11:50.915Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33572026-07-30T02:11:51.022Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-07-30T02:11:51.082Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33592026-07-30T02:11:51.102Z Compiling corncobs v0.1.4
33602026-07-30T02:11:51.134Z Compiling unicase v2.9.0
33612026-07-30T02:11:51.163Z Compiling illumos-nvpair-sys v0.2.0
33622026-07-30T02:11:51.262Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33632026-07-30T02:11:51.349Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33642026-07-30T02:11:51.387Z Compiling mime_guess v2.0.5
33652026-07-30T02:11:51.390Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33662026-07-30T02:11:51.472Z Compiling parking_lot v0.11.2
33672026-07-30T02:11:51.482Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33682026-07-30T02:11:51.612Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33692026-07-30T02:11:51.696Z Compiling tabled v0.20.0
33702026-07-30T02:11:51.717Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33712026-07-30T02:11:51.803Z Compiling ssh-encoding v0.3.0
33722026-07-30T02:11:51.836Z Compiling progenitor-client v0.13.0
33732026-07-30T02:11:51.880Z Compiling prefix-trie v0.7.0
33742026-07-30T02:11:51.993Z Compiling fxhash v0.2.1
33752026-07-30T02:11:51.997Z Compiling secrecy v0.8.0
33762026-07-30T02:11:52.090Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33772026-07-30T02:11:52.165Z Compiling keccak v0.2.0
33782026-07-30T02:11:52.168Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33792026-07-30T02:11:52.202Z Compiling sled v0.34.7
33802026-07-30T02:11:52.308Z Compiling hickory-server v0.25.2
33812026-07-30T02:11:52.489Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33822026-07-30T02:11:52.495Z Compiling ed25519 v3.0.0
33832026-07-30T02:11:52.622Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33842026-07-30T02:11:52.641Z Compiling crypto-primes v0.7.2
33852026-07-30T02:11:52.696Z Compiling progenitor v0.14.0
33862026-07-30T02:11:52.879Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33872026-07-30T02:11:53.035Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33882026-07-30T02:11:53.260Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33892026-07-30T02:11:53.280Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33902026-07-30T02:11:53.345Z Compiling progenitor-macro v0.13.0
33912026-07-30T02:11:53.401Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33922026-07-30T02:11:53.629Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33932026-07-30T02:11:53.673Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33942026-07-30T02:11:53.856Z Compiling pkcs1 v0.8.0-rc.4
33952026-07-30T02:11:54.232Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33962026-07-30T02:11:54.249Z Compiling poly1305 v0.9.0
33972026-07-30T02:11:54.285Z Compiling blowfish v0.10.0
33982026-07-30T02:11:54.393Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33992026-07-30T02:11:54.567Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34002026-07-30T02:11:54.586Z Compiling blake2 v0.11.0-rc.6
34012026-07-30T02:11:54.737Z Compiling crc8 v0.1.1
34022026-07-30T02:11:54.852Z Compiling half v1.8.3
34032026-07-30T02:11:54.891Z Compiling http-range v0.1.5
34042026-07-30T02:11:55.063Z Compiling serde_cbor v0.11.2
34052026-07-30T02:11:55.114Z Compiling argon2 v0.6.0-rc.8
34062026-07-30T02:11:55.155Z Compiling ssh-cipher v0.3.0
34072026-07-30T02:11:55.225Z Compiling bcrypt-pbkdf v0.11.0
34082026-07-30T02:11:55.562Z Compiling rsa v0.10.0-rc.18
34092026-07-30T02:11:55.644Z Compiling ed25519-dalek v3.0.0
34102026-07-30T02:11:55.681Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34112026-07-30T02:11:55.781Z Compiling illumos-nvpair v0.3.0
34122026-07-30T02:11:55.888Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34132026-07-30T02:11:56.074Z Compiling sha3 v0.11.0
34142026-07-30T02:11:56.187Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34152026-07-30T02:11:56.206Z Compiling p384 v0.14.0
34162026-07-30T02:11:56.240Z Compiling p521 v0.14.0
34172026-07-30T02:11:56.258Z Compiling p256 v0.14.0
34182026-07-30T02:11:56.462Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34192026-07-30T02:11:56.557Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34202026-07-30T02:11:56.592Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34212026-07-30T02:11:56.629Z Compiling yasna v0.5.2
34222026-07-30T02:11:56.829Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34232026-07-30T02:11:57.030Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34242026-07-30T02:11:57.338Z Compiling kstat-rs v0.2.4
34252026-07-30T02:11:57.369Z Compiling headers-core v0.3.0
34262026-07-30T02:11:57.417Z Compiling kem v0.3.0
34272026-07-30T02:11:57.447Z Compiling module-lattice v0.2.3
34282026-07-30T02:11:57.509Z Compiling nanorand v0.7.0
34292026-07-30T02:11:57.527Z Compiling atty v0.2.14
34302026-07-30T02:11:57.568Z Compiling sponge-cursor v0.1.0
34312026-07-30T02:11:57.668Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34322026-07-30T02:11:57.668Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34332026-07-30T02:11:57.727Z Compiling flume v0.11.1
34342026-07-30T02:11:57.744Z Compiling sha3 v0.12.0
34352026-07-30T02:11:57.832Z Compiling ml-kem v0.3.2
34362026-07-30T02:11:57.882Z Compiling headers v0.4.1
34372026-07-30T02:11:58.078Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34382026-07-30T02:11:58.096Z Compiling rcgen v0.12.1
34392026-07-30T02:11:58.315Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34402026-07-30T02:11:58.487Z Compiling progenitor v0.13.0
34412026-07-30T02:11:58.555Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34422026-07-30T02:11:58.574Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34432026-07-30T02:11:58.669Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34442026-07-30T02:11:58.712Z Compiling hyper-staticfile v0.10.1
34452026-07-30T02:11:58.755Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34462026-07-30T02:11:58.777Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34472026-07-30T02:11:58.823Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34482026-07-30T02:11:58.933Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34492026-07-30T02:11:59.051Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34502026-07-30T02:11:59.131Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34512026-07-30T02:11:59.189Z Compiling russh-cryptovec v0.62.0
34522026-07-30T02:11:59.299Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34532026-07-30T02:11:59.316Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34542026-07-30T02:11:59.449Z Compiling ssh-key v0.7.0-rc.11
34552026-07-30T02:11:59.497Z Compiling internal-russh-num-bigint v0.5.0
34562026-07-30T02:11:59.520Z Compiling port-file v0.1.0
34572026-07-30T02:11:59.614Z Compiling num-bigint v0.4.6
34582026-07-30T02:11:59.618Z Compiling generic-array v1.4.3
34592026-07-30T02:11:59.752Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34602026-07-30T02:11:59.772Z Compiling russh-util v0.52.0
34612026-07-30T02:11:59.772Z Compiling enum_dispatch v0.3.13
34622026-07-30T02:11:59.807Z Compiling delegate v0.13.5
34632026-07-30T02:11:59.965Z Compiling subprocess v0.2.15
34642026-07-30T02:12:00.125Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34652026-07-30T02:12:00.148Z Compiling md5 v0.8.0
34662026-07-30T02:12:00.168Z Compiling hex-literal v1.1.0
34672026-07-30T02:12:00.278Z Compiling display-error-chain v0.2.2
34682026-07-30T02:12:00.331Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34692026-07-30T02:12:00.446Z Compiling colored v2.2.0
34702026-07-30T02:12:00.460Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34712026-07-30T02:12:00.588Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34722026-07-30T02:12:00.726Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34732026-07-30T02:12:00.857Z Compiling socket2 v0.5.10
34742026-07-30T02:12:00.864Z Compiling internet-checksum v0.2.1
34752026-07-30T02:12:00.864Z Compiling russh v0.62.4
34762026-07-30T02:12:01.774Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34772026-07-30T02:12:01.774Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34782026-07-30T02:12:04.351Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34792026-07-30T02:12:05.093Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34802026-07-30T02:12:05.348Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34812026-07-30T02:12:05.605Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34822026-07-30T02:12:07.510Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34832026-07-30T02:12:16.100Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34842026-07-30T02:12:16.101Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34852026-07-30T02:12:16.104Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34862026-07-30T02:12:16.104Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34872026-07-30T02:12:17.957Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34882026-07-30T02:12:17.991Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34892026-07-30T02:12:21.956Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34902026-07-30T02:13:02.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34912026-07-30T02:13:02.654Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34922026-07-30T02:13:02.654Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34932026-07-30T02:13:02.876Z
34942026-07-30T02:13:02.879Zreal 1:28.329907664
34952026-07-30T02:13:02.879Zuser 8:11.356187438
34962026-07-30T02:13:02.879Zsys 1:39.985995311
34972026-07-30T02:13:02.879Ztrap 0.244191214
34982026-07-30T02:13:02.879Ztflt 0.333607736
34992026-07-30T02:13:02.879Zdflt 1.954588543
35002026-07-30T02:13:02.879Zkflt 0.000226310
35012026-07-30T02:13:02.880Zlock 30:27.257672356
35022026-07-30T02:13:02.880Zslp 18:38.787172077
35032026-07-30T02:13:02.880Zlat 38.093593792
35042026-07-30T02:13:02.880Zstop 2:58.685685034
35052026-07-30T02:13:02.880Z+ mkdir tests
35062026-07-30T02:13:02.883Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35072026-07-30T02:13:02.883Z+ xargs -I '{}' -t cp '{}' tests/
35082026-07-30T02:13:02.909Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9f69d8183f8bcc47 tests/
35092026-07-30T02:13:02.941Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-83e280aff16c103b tests/
35102026-07-30T02:13:02.974Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0f4ea748b42df7f4 tests/
35112026-07-30T02:13:03.003Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f7c82fb8828e3177 tests/
35122026-07-30T02:13:03.316Z+ 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)
35132026-07-30T02:13:03.320Z+ 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-83e280aff16c103b tests/commtest-0f4ea748b42df7f4 tests/dhcp_server-9f69d8183f8bcc47 tests/end_to_end_tests-f7c82fb8828e3177 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
35142026-07-30T02:14:32.150ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35152026-07-30T02:14:32.150Za .github/buildomat/ci-env.sh 1K
35162026-07-30T02:14:32.150Za out/target/test 1K
35172026-07-30T02:14:32.150Za out/npuzone/npuzone 27402K
35182026-07-30T02:14:32.150Za package-manifest.toml 35K
35192026-07-30T02:14:32.151Za smf/sled-agent/non-gimlet/config.toml 6K
35202026-07-30T02:14:32.151Za target/release/omicron-package 49094K
35212026-07-30T02:14:32.151Za target/release/xtask 11722K
35222026-07-30T02:14:32.151Za target/debug/bootstrap 431129K
35232026-07-30T02:14:32.151Za tests/bootstrap-83e280aff16c103b 34516K
35242026-07-30T02:14:32.151Za tests/commtest-0f4ea748b42df7f4 34517K
35252026-07-30T02:14:32.151Za tests/dhcp_server-9f69d8183f8bcc47 34516K
35262026-07-30T02:14:32.151Za tests/end_to_end_tests-f7c82fb8828e3177 494074K
35272026-07-30T02:14:32.151Za tools/opte_version 1K
35282026-07-30T02:14:32.151Za tools/opte_version_override 2K
35292026-07-30T02:14:32.151Za out/clickhouse.tar.gz 325264K
35302026-07-30T02:14:32.151Za out/clickhouse_keeper.tar.gz 311490K
35312026-07-30T02:14:32.151Za out/clickhouse_server.tar.gz 325263K
35322026-07-30T02:14:32.151Za out/cockroachdb.tar.gz 167802K
35332026-07-30T02:14:32.151Za out/crucible-pantry-zone.tar.gz 41793K
35342026-07-30T02:14:32.151Za out/crucible-utils.tar 18900K
35352026-07-30T02:14:32.152Za out/crucible-zone.tar.gz 56488K
35362026-07-30T02:14:32.152Za out/external-dns.tar.gz 49848K
35372026-07-30T02:14:32.152Za out/internal-dns.tar.gz 49848K
35382026-07-30T02:14:32.152Za out/mg-ddm-gz.tar 100917K
35392026-07-30T02:14:32.152Za out/nexus.tar.gz 355638K
35402026-07-30T02:14:32.152Za out/ntp.tar.gz 33038K
35412026-07-30T02:14:32.152Za out/omicron-gateway-softnpu.tar.gz 29262K
35422026-07-30T02:14:32.152Za out/omicron-sled-agent.tar 233151K
35432026-07-30T02:14:32.152Za out/overlay.tar.gz 4K
35442026-07-30T02:14:32.152Za out/oximeter.tar.gz 67757K
35452026-07-30T02:14:32.152Za out/oxlog.tar 4066K
35462026-07-30T02:14:32.152Za out/probe.tar.gz 3037K
35472026-07-30T02:14:32.152Za out/propolis-server.tar.gz 34372K
35482026-07-30T02:14:32.152Za out/pumpkind-gz.tar 26647K
35492026-07-30T02:14:32.152Za out/switch-softnpu.tar.gz 498731K
35502026-07-30T02:14:32.161Z
35512026-07-30T02:14:32.161Zreal 1:28.823834708
35522026-07-30T02:14:32.161Zuser 1:25.779775590
35532026-07-30T02:14:32.161Zsys 5.025405345
35542026-07-30T02:14:32.161Ztrap 0.008197209
35552026-07-30T02:14:32.161Ztflt 0.000000000
35562026-07-30T02:14:32.161Zdflt 0.000000000
35572026-07-30T02:14:32.161Zkflt 0.000000000
35582026-07-30T02:14:32.161Zlock 0.000000000
35592026-07-30T02:14:32.161Zslp 1:25.654902187
35602026-07-30T02:14:32.161Zlat 1.173985249
35612026-07-30T02:14:32.161Zstop 0.000311350
35622026-07-30T02:14:32.161Zprocess exited: duration 1098682 ms, exit code 0
 
35632026-07-30T02:14:32.186Zfound 1 output files
35642026-07-30T02:14:32.186Zuploading: /work/package.tar.gz (2737994661 bytes)
35652026-07-30T02:15:39.778Zuploaded: /work/package.tar.gz