01KSPECA1HGJRXPD3PEY6PPQJ3: 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: 01KSPECQDGQNZ2QA56YA6D66Y9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T04:45:51.999Zjob assigned to worker 01KSPECTPPFN1ZSH9H11JPDQ4R [factory aws, i-0413ffe2c31b5983e] (queued for 54 s)
 
22026-05-28T04:45:59.076Zstarting task 0: "setup"
32026-05-28T04:45:59.081Z++ uname -s
42026-05-28T04:45:59.084Z+ kern=SunOS
52026-05-28T04:45:59.084Z+ build_user=build
62026-05-28T04:45:59.084Z+ build_uid=12345
72026-05-28T04:45:59.084Z+ work_dir=/work
82026-05-28T04:45:59.084Z+ input_dir=/input
92026-05-28T04:45:59.084Z+ [[ 0 == 12345 ]]
102026-05-28T04:45:59.084Z+ case "$kern" in
112026-05-28T04:45:59.084Z+ groupadd -g 12345 build
122026-05-28T04:45:59.102Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T04:46:01.093Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T04:46:01.215Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T04:46:01.218Z+ home_fs=zfs
162026-05-28T04:46:01.218Z+ [[ zfs == autofs ]]
172026-05-28T04:46:01.218Z+ mkdir -p /home/build
182026-05-28T04:46:01.222Z+ chown build:build /home/build /work
192026-05-28T04:46:03.221Z+ chmod 0700 /home/build /work
202026-05-28T04:46:03.224Zprocess exited: duration 4151 ms, exit code 0
 
212026-05-28T04:46:03.231Zstarting task 1: "rust-toolchain"
222026-05-28T04:46:03.237Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T04:46:03.237Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T04:46:03.237Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-28T04:46:03.237Z * rust toolchain channel = "1.94.0"
262026-05-28T04:46:03.237Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T04:46:03.237Z * rust toolchain profile = "default"
282026-05-28T04:46:03.240Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T04:46:03.240Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T04:46:03.330Zinfo: downloading installer
312026-05-28T04:46:04.691Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T04:46:04.691Zwarn: /home/build/.rustup/settings.toml
332026-05-28T04:46:04.691Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T04:46:04.691Zwarn: instead of the one inferred from the default host triple.
352026-05-28T04:46:04.702Zinfo: profile set to default
362026-05-28T04:46:04.702Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T04:46:04.705Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T04:46:04.850Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T04:46:04.853Zinfo: downloading 6 components
402026-05-28T04:46:18.846Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T04:46:18.846Z
422026-05-28T04:46:18.877Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T04:46:18.877Z
442026-05-28T04:46:18.877Z
452026-05-28T04:46:18.877ZRust is installed now. Great!
462026-05-28T04:46:18.877Z
472026-05-28T04:46:18.877ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T04:46:18.877Zenvironment variable. This has not been done automatically.
492026-05-28T04:46:18.877Z
502026-05-28T04:46:18.877ZTo configure your current shell, you need to source
512026-05-28T04:46:18.877Zthe corresponding env file under $HOME/.cargo.
522026-05-28T04:46:18.877Z
532026-05-28T04:46:18.877ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T04:46:18.877Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T04:46:18.877Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T04:46:18.877Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T04:46:18.877Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T04:46:18.877Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T04:46:18.878Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T04:46:18.880Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T04:46:18.880Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T04:46:18.974Z+ rustup --version
632026-05-28T04:46:18.980Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T04:46:18.981Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T04:46:19.002Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T04:46:19.005Z+ cargo --version
672026-05-28T04:46:19.013Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T04:46:19.016Z+ rustc --version
692026-05-28T04:46:19.037Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T04:46:19.040Zprocess exited: duration 15808 ms, exit code 0
 
712026-05-28T04:46:19.045Zstarting task 2: "authentication"
722026-05-28T04:46:19.063Zprocess exited: duration 17 ms, exit code 0
 
732026-05-28T04:46:19.070Zstarting task 3: "clone repository"
742026-05-28T04:46:19.078Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T04:46:19.078Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T04:46:19.117ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T04:46:30.289Z+ cd /work/oxidecomputer/omicron
782026-05-28T04:46:30.289Z+ git fetch origin 59309cb70ca42df9d2235c1eb1ad8b9e25903c21
792026-05-28T04:46:30.537ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T04:46:30.538Z * branch 59309cb70ca42df9d2235c1eb1ad8b9e25903c21 -> FETCH_HEAD
812026-05-28T04:46:30.552Z+ [[ -n multicast-e2e ]]
822026-05-28T04:46:30.556Z++ git branch --show-current
832026-05-28T04:46:30.556Z+ current=main
842026-05-28T04:46:30.556Z+ [[ main != multicast-e2e ]]
852026-05-28T04:46:30.556Z+ git branch -f multicast-e2e 59309cb70ca42df9d2235c1eb1ad8b9e25903c21
862026-05-28T04:46:30.560Z+ git checkout -f multicast-e2e
872026-05-28T04:46:31.002ZSwitched to branch 'multicast-e2e'
882026-05-28T04:46:31.005Z+ git reset --hard 59309cb70ca42df9d2235c1eb1ad8b9e25903c21
892026-05-28T04:46:31.041ZHEAD is now at 59309cb70 merge main + mag update
902026-05-28T04:46:31.045Zprocess exited: duration 11972 ms, exit code 0
 
912026-05-28T04:46:31.051Zstarting task 4: "build"
922026-05-28T04:46:31.057Z+ source .github/buildomat/ci-env.sh
932026-05-28T04:46:31.057Z++ export CARGO_TERM_COLOR=always
942026-05-28T04:46:31.057Z++ CARGO_TERM_COLOR=always
952026-05-28T04:46:31.057Z+ cargo --version
962026-05-28T04:46:31.068Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T04:46:31.071Z+ rustc --version
982026-05-28T04:46:31.095Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T04:46:31.098Z+ WORK=/work
1002026-05-28T04:46:31.098Z+ pfexec mkdir -p /work
1012026-05-28T04:46:31.101Z+ pfexec chown build /work
1022026-05-28T04:46:31.103Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-28T04:46:32.650Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-28T04:46:32.719Z Startup: Caching catalogs ... Done
1052026-05-28T04:46:32.985ZPlanning: Solver setup ... Done (0.223s)
1062026-05-28T04:46:33.004ZPlanning: Running solver ... Done (0.018s)
1072026-05-28T04:46:33.010ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-28T04:46:33.022ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-28T04:46:33.043ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-28T04:46:33.058ZPlanning: Package planning ... Done (0.015s)
1112026-05-28T04:46:33.061ZPlanning: Merging actions ... Done (0.002s)
1122026-05-28T04:46:33.260ZPlanning: Checking for conflicting actions ... Done (0.200s)
1132026-05-28T04:46:33.263ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-28T04:46:34.179ZPlanning: Evaluating mediators ... Done (0.919s)
1152026-05-28T04:46:34.183ZPlanning: Planning completed in 1.44 seconds
1162026-05-28T04:46:34.190Z Packages to install: 2
1172026-05-28T04:46:34.190Z Estimated space available: 156.07 GB
1182026-05-28T04:46:34.190ZEstimated space to be consumed: 22.53 MB
1192026-05-28T04:46:34.190Z Create boot environment: No
1202026-05-28T04:46:34.190ZCreate backup boot environment: No
1212026-05-28T04:46:34.193Z Rebuild boot archive: No
1222026-05-28T04:46:34.193Z
1232026-05-28T04:46:34.193ZChanged packages:
1242026-05-28T04:46:34.193Zhelios
1252026-05-28T04:46:34.193Z developer/build-essential
1262026-05-28T04:46:34.193Z None -> 11-3.0
1272026-05-28T04:46:34.193Z library/libxmlsec1
1282026-05-28T04:46:34.193Z None -> 1.2.35-3.0
1292026-05-28T04:46:34.218Z
1302026-05-28T04:46:34.218ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-28T04:46:34.693ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1322026-05-28T04:46:34.769Z Actions: 1/268 actions (Installing new actions)
1332026-05-28T04:46:34.807Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-28T04:46:34.838ZFinalize: Updating package state database ... Done (0.030s)
1352026-05-28T04:46:34.838ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-28T04:46:34.856ZFinalize: Updating image state ... Done (0.018s)
1372026-05-28T04:46:37.420ZFinalize: Creating fast lookup database ... Done (2.541s)
1382026-05-28T04:46:37.486ZFinalize: Reading search index ... Done (0.012s)
1392026-05-28T04:46:37.489ZFinalize: Updating search index ... Done (0.000s)
1402026-05-28T04:46:37.573ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-28T04:46:37.870ZPlanning: Evaluating mediator changes ... Done
1422026-05-28T04:46:37.974ZPlanning: Checking for conflicting actions ... Done
1432026-05-28T04:46:37.977ZPlanning: Consolidating action changes ... Done
1442026-05-28T04:46:38.133ZPlanning: Evaluating mediators ... Done
1452026-05-28T04:46:38.136ZPlanning: Planning completed in 0.26 seconds
1462026-05-28T04:46:38.158Z Mediators to change: 2
1472026-05-28T04:46:38.158Z Create boot environment: No
1482026-05-28T04:46:38.158ZCreate backup boot environment: No
1492026-05-28T04:46:38.216ZFinalize: Updating package state database ... Done
1502026-05-28T04:46:38.216ZFinalize: Updating package cache ... Done
1512026-05-28T04:46:38.229ZFinalize: Updating image state ... Done
1522026-05-28T04:46:40.171ZFinalize: Creating fast lookup database ... Done
1532026-05-28T04:46:40.231ZFinalize: Reading search index ... Done
1542026-05-28T04:46:40.234ZFinalize: Updating search index ... Done
1552026-05-28T04:46:40.320ZFinalize: Updating package cache ... Done
1562026-05-28T04:46:40.602ZPlanning: Evaluating mediator changes ... Done
1572026-05-28T04:46:40.706ZPlanning: Checking for conflicting actions ... Done
1582026-05-28T04:46:40.709ZPlanning: Consolidating action changes ... Done
1592026-05-28T04:46:40.863ZPlanning: Evaluating mediators ... Done
1602026-05-28T04:46:40.867ZPlanning: Planning completed in 0.26 seconds
1612026-05-28T04:46:40.888Z Mediators to change: 1
1622026-05-28T04:46:40.888Z Create boot environment: No
1632026-05-28T04:46:40.888ZCreate backup boot environment: No
1642026-05-28T04:46:40.945ZFinalize: Updating package state database ... Done
1652026-05-28T04:46:40.946ZFinalize: Updating package cache ... Done
1662026-05-28T04:46:40.957ZFinalize: Updating image state ... Done
1672026-05-28T04:46:42.886ZFinalize: Creating fast lookup database ... Done
1682026-05-28T04:46:42.948ZFinalize: Reading search index ... Done
1692026-05-28T04:46:42.952ZFinalize: Updating search index ... Done
1702026-05-28T04:46:43.027ZFinalize: Updating package cache ... Done
1712026-05-28T04:46:43.339ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-28T04:46:43.339Zapache system 2.4 system
1732026-05-28T04:46:43.339Zclang system 15 system
1742026-05-28T04:46:43.339Zcsh system system illumos
1752026-05-28T04:46:43.339Zctags system system illumos
1762026-05-28T04:46:43.339Zfile vendor vendor darwinsys
1772026-05-28T04:46:43.339Zfile system system illumos
1782026-05-28T04:46:43.339Zgcc vendor 14 vendor
1792026-05-28T04:46:43.339Zgcc system 13 system
1802026-05-28T04:46:43.339Zgcc system 10 system
1812026-05-28T04:46:43.339Zgo system 1.25 system
1822026-05-28T04:46:43.339Zllvm system 15 system
1832026-05-28T04:46:43.339Zmariadb system 11.4 system
1842026-05-28T04:46:43.339Zmta vendor vendor dma
1852026-05-28T04:46:43.339Zopenjdk system 17 system
1862026-05-28T04:46:43.339Zopenjdk system 11 system
1872026-05-28T04:46:43.340Zopenssl vendor 3 vendor
1882026-05-28T04:46:43.340Zperl system 5.40 system
1892026-05-28T04:46:43.340Zpostgresql system 18 system
1902026-05-28T04:46:43.340Zpostgresql system 17 system
1912026-05-28T04:46:43.340Zpython vendor 3 vendor
1922026-05-28T04:46:43.340Zpython system 2 system
1932026-05-28T04:46:43.340Zpython3 vendor 3.13 vendor
1942026-05-28T04:46:43.340Zruby system 3.4 system
1952026-05-28T04:46:43.340Zruby system 3.0 system
1962026-05-28T04:46:43.340Zwords vendor vendor american-english
1972026-05-28T04:46:43.340Zwords system system australian-english
1982026-05-28T04:46:43.340Zwords system system british-english
1992026-05-28T04:46:43.340Zwords system system canadian-english
2002026-05-28T04:46:43.340Zwords system system french
2012026-05-28T04:46:43.340Zwords system system italian
2022026-05-28T04:46:43.340Zwords system system ngerman
2032026-05-28T04:46:43.340Zwords system system ogerman
2042026-05-28T04:46:43.340Zwords system system spanish
2052026-05-28T04:46:43.593ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-28T04:46:43.593Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-28T04:46:43.869ZFMRI IFO
2082026-05-28T04:46:43.869Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-28T04:46:43.869Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-28T04:46:43.869Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-28T04:46:43.869Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-28T04:46:43.869Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-28T04:46:43.869Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-28T04:46:43.869Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-28T04:46:43.869Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-28T04:46:43.869Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-28T04:46:44.118Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-28T04:46:44.400Z Updating crates.io index
2192026-05-28T04:46:44.403Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-28T04:46:44.925Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-28T04:46:45.225Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-28T04:46:45.793Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-28T04:46:46.835Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-28T04:46:47.379Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-28T04:46:48.857Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-28T04:46:49.589Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-28T04:46:49.954Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-28T04:46:50.949Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-28T04:46:51.271Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-28T04:46:51.679Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-28T04:46:51.943Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-28T04:46:52.921Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-28T04:46:53.372Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-28T04:46:53.742Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-28T04:46:54.042Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-28T04:46:54.481Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-28T04:46:54.789Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-28T04:46:55.115Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-28T04:46:55.359Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-28T04:46:55.581Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-28T04:46:55.945Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-28T04:46:56.414Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-28T04:46:56.663Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-28T04:46:57.137Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-28T04:46:57.356Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-28T04:46:57.830Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-28T04:46:58.140Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-28T04:46:59.200Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-28T04:47:00.004Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-05-28T04:47:00.400Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-05-28T04:47:00.649Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-05-28T04:47:01.056Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-28T04:47:01.422Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-05-28T04:47:01.785Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-05-28T04:47:02.353Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-05-28T04:47:02.592Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-05-28T04:47:02.845Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-05-28T04:47:03.062Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-28T04:47:15.335Z Updating git repository `https://github.com/illumos/smf-rs`
2602026-05-28T04:47:17.234Z Downloading crates ...
2612026-05-28T04:47:17.272Z Downloaded block-buffer v0.10.4
2622026-05-28T04:47:17.279Z Downloaded anyhow v1.0.102
2632026-05-28T04:47:17.281Z Downloaded bytecount v0.6.9
2642026-05-28T04:47:17.284Z Downloaded anstream v1.0.0
2652026-05-28T04:47:17.284Z Downloaded cargo-platform v0.2.0
2662026-05-28T04:47:17.289Z Downloaded serde_derive v1.0.228
2672026-05-28T04:47:17.289Z Downloaded thiserror-impl v2.0.18
2682026-05-28T04:47:17.292Z Downloaded tempfile v3.25.0
2692026-05-28T04:47:17.295Z Downloaded usdt-macro v0.5.0
2702026-05-28T04:47:17.295Z Downloaded litemap v0.8.1
2712026-05-28T04:47:17.295Z Downloaded utf8parse v0.2.2
2722026-05-28T04:47:17.298Z Downloaded tinystr v0.8.2
2732026-05-28T04:47:17.298Z Downloaded thiserror v1.0.69
2742026-05-28T04:47:17.301Z Downloaded yoke-derive v0.8.1
2752026-05-28T04:47:17.301Z Downloaded unicode-xid v0.2.6
2762026-05-28T04:47:17.304Z Downloaded zmij v1.0.21
2772026-05-28T04:47:17.304Z Downloaded bitflags v2.11.0
2782026-05-28T04:47:17.306Z Downloaded icu_properties_data v2.1.2
2792026-05-28T04:47:17.311Z Downloaded zerofrom-derive v0.1.6
2802026-05-28T04:47:17.314Z Downloaded thiserror-impl v1.0.69
2812026-05-28T04:47:17.314Z Downloaded toml_write v0.1.2
2822026-05-28T04:47:17.314Z Downloaded synstructure v0.13.2
2832026-05-28T04:47:17.314Z Downloaded quote v1.0.45
2842026-05-28T04:47:17.317Z Downloaded semver v1.0.28
2852026-05-28T04:47:17.317Z Downloaded unicode-ident v1.0.24
2862026-05-28T04:47:17.320Z Downloaded heck v0.5.0
2872026-05-28T04:47:17.320Z Downloaded anstyle v1.0.14
2882026-05-28T04:47:17.320Z Downloaded zerofrom v0.1.6
2892026-05-28T04:47:17.324Z Downloaded utf8_iter v1.0.4
2902026-05-28T04:47:17.324Z Downloaded potential_utf v0.1.4
2912026-05-28T04:47:17.324Z Downloaded log v0.4.29
2922026-05-28T04:47:17.335Z Downloaded thiserror v2.0.18
2932026-05-28T04:47:17.335Z Downloaded percent-encoding v2.3.2
2942026-05-28T04:47:17.335Z Downloaded is_terminal_polyfill v1.70.2
2952026-05-28T04:47:17.335Z Downloaded cargo_metadata v0.21.0
2962026-05-28T04:47:17.335Z Downloaded zerovec-derive v0.11.2
2972026-05-28T04:47:17.348Z Downloaded macaddr v1.0.1
2982026-05-28T04:47:17.348Z Downloaded generic-array v0.14.7
2992026-05-28T04:47:17.348Z Downloaded smawk v0.3.2
3002026-05-28T04:47:17.348Z Downloaded yoke v0.8.1
3012026-05-28T04:47:17.348Z Downloaded usdt-impl v0.5.0
3022026-05-28T04:47:17.348Z Downloaded toml v0.8.23
3032026-05-28T04:47:17.348Z Downloaded typeid v1.0.3
3042026-05-28T04:47:17.348Z Downloaded byteorder v1.5.0
3052026-05-28T04:47:17.348Z Downloaded usdt v0.5.0
3062026-05-28T04:47:17.348Z Downloaded displaydoc v0.2.5
3072026-05-28T04:47:17.348Z Downloaded zerotrie v0.2.3
3082026-05-28T04:47:17.351Z Downloaded usdt-attr-macro v0.5.0
3092026-05-28T04:47:17.351Z Downloaded toml_datetime v0.6.11
3102026-05-28T04:47:17.351Z Downloaded ucd-trie v0.1.7
3112026-05-28T04:47:17.351Z Downloaded thread-id v4.2.2
3122026-05-28T04:47:17.351Z Downloaded unicode-linebreak v0.1.5
3132026-05-28T04:47:17.354Z Downloaded equivalent v1.0.2
3142026-05-28T04:47:17.354Z Downloaded textwrap v0.16.2
3152026-05-28T04:47:17.357Z Downloaded tabled_derive v0.7.0
3162026-05-28T04:47:17.357Z Downloaded serde_spanned v0.6.9
3172026-05-28T04:47:17.357Z Downloaded version_check v0.9.5
3182026-05-28T04:47:17.364Z Downloaded errno v0.3.14
3192026-05-28T04:47:17.367Z Downloaded typenum v1.19.0
3202026-05-28T04:47:17.370Z Downloaded swrite v0.1.0
3212026-05-28T04:47:17.370Z Downloaded dtrace-parser v0.2.0
3222026-05-28T04:47:17.373Z Downloaded zerocopy-derive v0.7.35
3232026-05-28T04:47:17.377Z Downloaded crypto-common v0.1.7
3242026-05-28T04:47:17.379Z Downloaded ordered-float v2.10.1
3252026-05-28T04:47:17.380Z Downloaded writeable v0.6.2
3262026-05-28T04:47:17.380Z Downloaded idna_adapter v1.2.1
3272026-05-28T04:47:17.382Z Downloaded url v2.5.8
3282026-05-28T04:47:17.385Z Downloaded autocfg v1.5.0
3292026-05-28T04:47:17.385Z Downloaded scroll v0.12.0
3302026-05-28T04:47:17.386Z Downloaded serde-value v0.7.0
3312026-05-28T04:47:17.390Z Downloaded toml_edit v0.22.27
3322026-05-28T04:47:17.392Z Downloaded dof v0.3.0
3332026-05-28T04:47:17.392Z Downloaded fastrand v2.3.0
3342026-05-28T04:47:17.392Z Downloaded cpufeatures v0.2.17
3352026-05-28T04:47:17.396Z Downloaded stable_deref_trait v1.2.1
3362026-05-28T04:47:17.396Z Downloaded zerocopy v0.7.35
3372026-05-28T04:47:17.404Z Downloaded pretty-hex v0.4.1
3382026-05-28T04:47:17.407Z Downloaded zerovec v0.11.5
3392026-05-28T04:47:17.411Z Downloaded winnow v0.7.14
3402026-05-28T04:47:17.414Z Downloaded scroll_derive v0.12.1
3412026-05-28T04:47:17.414Z Downloaded anstyle-parse v1.0.0
3422026-05-28T04:47:17.417Z Downloaded proc-macro-error-attr v1.0.4
3432026-05-28T04:47:17.417Z Downloaded plain v0.2.3
3442026-05-28T04:47:17.417Z Downloaded cfg-if v1.0.4
3452026-05-28T04:47:17.417Z Downloaded itoa v1.0.17
3462026-05-28T04:47:17.420Z Downloaded unicode-width v0.1.14
3472026-05-28T04:47:17.422Z Downloaded unicode-width v0.2.0
3482026-05-28T04:47:17.425Z Downloaded sha2 v0.10.9
3492026-05-28T04:47:17.426Z Downloaded erased-serde v0.4.9
3502026-05-28T04:47:17.428Z Downloaded anstyle-query v1.1.5
3512026-05-28T04:47:17.428Z Downloaded form_urlencoded v1.2.2
3522026-05-28T04:47:17.429Z Downloaded clap_lex v1.0.0
3532026-05-28T04:47:17.429Z Downloaded memmap v0.7.0
3542026-05-28T04:47:17.432Z Downloaded fnv v1.0.7
3552026-05-28T04:47:17.434Z Downloaded clap_derive v4.6.1
3562026-05-28T04:47:17.437Z Downloaded pest_derive v2.8.6
3572026-05-28T04:47:17.441Z Downloaded icu_normalizer_data v2.1.1
3582026-05-28T04:47:17.441Z Downloaded icu_normalizer v2.1.1
3592026-05-28T04:47:17.444Z Downloaded heck v0.4.1
3602026-05-28T04:47:17.446Z Downloaded fs-err v3.3.0
3612026-05-28T04:47:17.447Z Downloaded terminal_size v0.4.3
3622026-05-28T04:47:17.449Z Downloaded digest v0.10.7
3632026-05-28T04:47:17.449Z Downloaded strsim v0.11.1
3642026-05-28T04:47:17.449Z Downloaded camino-tempfile v1.4.1
3652026-05-28T04:47:17.453Z Downloaded cargo_toml v0.21.0
3662026-05-28T04:47:17.457Z Downloaded once_cell v1.21.3
3672026-05-28T04:47:17.460Z Downloaded serde_tokenstream v0.2.3
3682026-05-28T04:47:17.463Z Downloaded proc-macro-error v1.0.4
3692026-05-28T04:47:17.466Z Downloaded pest_generator v2.8.6
3702026-05-28T04:47:17.466Z Downloaded smallvec v1.15.1
3712026-05-28T04:47:17.469Z Downloaded colorchoice v1.0.4
3722026-05-28T04:47:17.469Z Downloaded papergrid v0.11.0
3732026-05-28T04:47:17.472Z Downloaded num-traits v0.2.19
3742026-05-28T04:47:17.475Z Downloaded serde-untagged v0.1.9
3752026-05-28T04:47:17.478Z Downloaded icu_locale_core v2.1.1
3762026-05-28T04:47:17.481Z Downloaded cargo-util-schemas v0.8.2
3772026-05-28T04:47:17.484Z Downloaded getrandom v0.4.1
3782026-05-28T04:47:17.489Z Downloaded clap v4.6.1
3792026-05-28T04:47:17.500Z Downloaded serde_core v1.0.228
3802026-05-28T04:47:17.508Z Downloaded camino v1.2.2
3812026-05-28T04:47:17.511Z Downloaded icu_properties v2.1.2
3822026-05-28T04:47:17.516Z Downloaded proc-macro2 v1.0.106
3832026-05-28T04:47:17.519Z Downloaded pest_meta v2.8.6
3842026-05-28T04:47:17.521Z Downloaded icu_provider v2.1.1
3852026-05-28T04:47:17.527Z Downloaded idna v1.1.0
3862026-05-28T04:47:17.538Z Downloaded icu_collections v2.1.1
3872026-05-28T04:47:17.545Z Downloaded memchr v2.8.0
3882026-05-28T04:47:17.548Z Downloaded clap_builder v4.6.0
3892026-05-28T04:47:17.552Z Downloaded indexmap v2.14.0
3902026-05-28T04:47:17.555Z Downloaded serde v1.0.228
3912026-05-28T04:47:17.567Z Downloaded pest v2.8.6
3922026-05-28T04:47:17.571Z Downloaded goblin v0.8.2
3932026-05-28T04:47:17.574Z Downloaded hashbrown v0.17.0
3942026-05-28T04:47:17.581Z Downloaded serde_json v1.0.149
3952026-05-28T04:47:17.600Z Downloaded tabled v0.15.0
3962026-05-28T04:47:17.618Z Downloaded syn v1.0.109
3972026-05-28T04:47:17.622Z Downloaded syn v2.0.117
3982026-05-28T04:47:17.629Z Downloaded rustix v1.1.3
3992026-05-28T04:47:17.659Z Downloaded libc v0.2.185
4002026-05-28T04:47:17.726Z Compiling proc-macro2 v1.0.106
4012026-05-28T04:47:17.726Z Compiling unicode-ident v1.0.24
4022026-05-28T04:47:17.726Z Compiling quote v1.0.45
4032026-05-28T04:47:17.729Z Compiling serde_core v1.0.228
4042026-05-28T04:47:17.729Z Compiling libc v0.2.185
4052026-05-28T04:47:17.729Z Compiling version_check v0.9.5
4062026-05-28T04:47:17.729Z Compiling serde v1.0.228
4072026-05-28T04:47:17.729Z Compiling stable_deref_trait v1.2.1
4082026-05-28T04:47:17.729Z Compiling memchr v2.8.0
4092026-05-28T04:47:17.729Z Compiling zmij v1.0.21
4102026-05-28T04:47:17.729Z Compiling thiserror v1.0.69
4112026-05-28T04:47:17.729Z Compiling autocfg v1.5.0
4122026-05-28T04:47:17.915Z Compiling itoa v1.0.17
4132026-05-28T04:47:17.918Z Compiling ucd-trie v0.1.7
4142026-05-28T04:47:17.918Z Compiling writeable v0.6.2
4152026-05-28T04:47:18.136Z Compiling litemap v0.8.1
4162026-05-28T04:47:18.172Z Compiling byteorder v1.5.0
4172026-05-28T04:47:18.400Z Compiling rustix v1.1.3
4182026-05-28T04:47:18.403Z Compiling icu_properties_data v2.1.2
4192026-05-28T04:47:18.451Z Compiling icu_normalizer_data v2.1.1
4202026-05-28T04:47:18.467Z Compiling bitflags v2.11.0
4212026-05-28T04:47:18.502Z Compiling serde_json v1.0.149
4222026-05-28T04:47:18.592Z Compiling pest v2.8.6
4232026-05-28T04:47:18.621Z Compiling num-traits v0.2.19
4242026-05-28T04:47:18.693Z Compiling hashbrown v0.17.0
4252026-05-28T04:47:18.741Z Compiling smallvec v1.15.1
4262026-05-28T04:47:18.756Z Compiling typeid v1.0.3
4272026-05-28T04:47:18.796Z Compiling equivalent v1.0.2
4282026-05-28T04:47:18.863Z Compiling usdt-impl v0.5.0
4292026-05-28T04:47:18.867Z Compiling proc-macro-error-attr v1.0.4
4302026-05-28T04:47:18.883Z Compiling errno v0.3.14
4312026-05-28T04:47:18.973Z Compiling thread-id v4.2.2
4322026-05-28T04:47:18.976Z Compiling erased-serde v0.4.9
4332026-05-28T04:47:18.976Z Compiling syn v1.0.109
4342026-05-28T04:47:18.976Z Compiling toml_write v0.1.2
4352026-05-28T04:47:19.049Z Compiling winnow v0.7.14
4362026-05-28T04:47:19.107Z Compiling proc-macro-error v1.0.4
4372026-05-28T04:47:19.139Z Compiling utf8parse v0.2.2
4382026-05-28T04:47:19.241Z Compiling indexmap v2.14.0
4392026-05-28T04:47:19.266Z Compiling percent-encoding v2.3.2
4402026-05-28T04:47:19.293Z Compiling plain v0.2.3
4412026-05-28T04:47:19.338Z Compiling thiserror v2.0.18
4422026-05-28T04:47:19.349Z Compiling camino v1.2.2
4432026-05-28T04:47:19.355Z Compiling log v0.4.29
4442026-05-28T04:47:19.388Z Compiling syn v2.0.117
4452026-05-28T04:47:19.426Z Compiling getrandom v0.4.1
4462026-05-28T04:47:19.465Z Compiling utf8_iter v1.0.4
4472026-05-28T04:47:19.529Z Compiling form_urlencoded v1.2.2
4482026-05-28T04:47:19.636Z Compiling anstyle-parse v1.0.0
4492026-05-28T04:47:19.713Z Compiling pest_meta v2.8.6
4502026-05-28T04:47:19.751Z Compiling ordered-float v2.10.1
4512026-05-28T04:47:19.833Z Compiling cfg-if v1.0.4
4522026-05-28T04:47:19.851Z Compiling anstyle-query v1.1.5
4532026-05-28T04:47:19.871Z Compiling is_terminal_polyfill v1.70.2
4542026-05-28T04:47:19.916Z Compiling anstyle v1.0.14
4552026-05-28T04:47:19.936Z Compiling colorchoice v1.0.4
4562026-05-28T04:47:19.939Z Compiling pretty-hex v0.4.1
4572026-05-28T04:47:20.028Z Compiling fs-err v3.3.0
4582026-05-28T04:47:20.046Z Compiling terminal_size v0.4.3
4592026-05-28T04:47:20.065Z Compiling clap_lex v1.0.0
4602026-05-28T04:47:20.085Z Compiling fnv v1.0.7
4612026-05-28T04:47:20.104Z Compiling anstream v1.0.0
4622026-05-28T04:47:20.107Z Compiling heck v0.4.1
4632026-05-28T04:47:20.171Z Compiling unicode-xid v0.2.6
4642026-05-28T04:47:20.212Z Compiling semver v1.0.28
4652026-05-28T04:47:20.316Z Compiling unicode-width v0.1.14
4662026-05-28T04:47:20.335Z Compiling once_cell v1.21.3
4672026-05-28T04:47:20.353Z Compiling anyhow v1.0.102
4682026-05-28T04:47:20.371Z Compiling bytecount v0.6.9
4692026-05-28T04:47:20.439Z Compiling fastrand v2.3.0
4702026-05-28T04:47:20.545Z Compiling strsim v0.11.1
4712026-05-28T04:47:20.549Z Compiling heck v0.5.0
4722026-05-28T04:47:20.582Z Compiling papergrid v0.11.0
4732026-05-28T04:47:20.637Z Compiling serde-untagged v0.1.9
4742026-05-28T04:47:20.658Z Compiling tempfile v3.25.0
4752026-05-28T04:47:20.711Z Compiling memmap v0.7.0
4762026-05-28T04:47:20.729Z Compiling unicode-linebreak v0.1.5
4772026-05-28T04:47:20.747Z Compiling clap_builder v4.6.0
4782026-05-28T04:47:20.824Z Compiling unicode-width v0.2.0
4792026-05-28T04:47:20.902Z Compiling smawk v0.3.2
4802026-05-28T04:47:20.921Z Compiling camino-tempfile v1.4.1
4812026-05-28T04:47:20.958Z Compiling swrite v0.1.0
4822026-05-28T04:47:20.996Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-05-28T04:47:21.063Z Compiling textwrap v0.16.2
4842026-05-28T04:47:21.435Z Compiling tabled_derive v0.7.0
4852026-05-28T04:47:21.945Z Compiling synstructure v0.13.2
4862026-05-28T04:47:21.945Z Compiling pest_generator v2.8.6
4872026-05-28T04:47:22.094Z Compiling tabled v0.15.0
4882026-05-28T04:47:22.450Z Compiling serde_derive v1.0.228
4892026-05-28T04:47:22.454Z Compiling zerofrom-derive v0.1.6
4902026-05-28T04:47:22.454Z Compiling yoke-derive v0.8.1
4912026-05-28T04:47:22.454Z Compiling zerovec-derive v0.11.2
4922026-05-28T04:47:22.454Z Compiling displaydoc v0.2.5
4932026-05-28T04:47:22.454Z Compiling thiserror-impl v1.0.69
4942026-05-28T04:47:22.503Z Compiling zerocopy-derive v0.7.35
4952026-05-28T04:47:22.551Z Compiling scroll_derive v0.12.1
4962026-05-28T04:47:22.554Z Compiling thiserror-impl v2.0.18
4972026-05-28T04:47:22.554Z Compiling clap_derive v4.6.1
4982026-05-28T04:47:22.571Z Compiling pest_derive v2.8.6
4992026-05-28T04:47:23.229Z Compiling scroll v0.12.0
5002026-05-28T04:47:23.314Z Compiling zerocopy v0.7.35
5012026-05-28T04:47:23.457Z Compiling goblin v0.8.2
5022026-05-28T04:47:23.584Z Compiling zerofrom v0.1.6
5032026-05-28T04:47:23.650Z Compiling dtrace-parser v0.2.0
5042026-05-28T04:47:23.688Z Compiling yoke v0.8.1
5052026-05-28T04:47:23.844Z Compiling zerovec v0.11.5
5062026-05-28T04:47:23.844Z Compiling zerotrie v0.2.3
5072026-05-28T04:47:23.968Z Compiling clap v4.6.1
5082026-05-28T04:47:24.279Z Compiling tinystr v0.8.2
5092026-05-28T04:47:24.279Z Compiling potential_utf v0.1.4
5102026-05-28T04:47:24.391Z Compiling icu_collections v2.1.1
5112026-05-28T04:47:24.495Z Compiling icu_locale_core v2.1.1
5122026-05-28T04:47:24.992Z Compiling toml_datetime v0.6.11
5132026-05-28T04:47:24.992Z Compiling serde_spanned v0.6.9
5142026-05-28T04:47:24.995Z Compiling serde-value v0.7.0
5152026-05-28T04:47:24.995Z Compiling cargo-platform v0.2.0
5162026-05-28T04:47:24.995Z Compiling macaddr v1.0.1
5172026-05-28T04:47:25.030Z Compiling dof v0.3.0
5182026-05-28T04:47:25.033Z Compiling serde_tokenstream v0.2.3
5192026-05-28T04:47:25.047Z Compiling icu_provider v2.1.1
5202026-05-28T04:47:25.165Z Compiling toml_edit v0.22.27
5212026-05-28T04:47:25.341Z Compiling icu_normalizer v2.1.1
5222026-05-28T04:47:25.344Z Compiling icu_properties v2.1.2
5232026-05-28T04:47:25.762Z Compiling usdt-attr-macro v0.5.0
5242026-05-28T04:47:25.762Z Compiling usdt-macro v0.5.0
5252026-05-28T04:47:26.137Z Compiling idna_adapter v1.2.1
5262026-05-28T04:47:26.243Z Compiling idna v1.1.0
5272026-05-28T04:47:26.357Z Compiling usdt v0.5.0
5282026-05-28T04:47:26.438Z Compiling toml v0.8.23
5292026-05-28T04:47:26.504Z Compiling url v2.5.8
5302026-05-28T04:47:26.763Z Compiling cargo_toml v0.21.0
5312026-05-28T04:47:26.898Z Compiling cargo-util-schemas v0.8.2
5322026-05-28T04:47:27.659Z Compiling cargo_metadata v0.21.0
5332026-05-28T04:47:28.575Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-05-28T04:47:30.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.73s
5352026-05-28T04:47:30.935Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-05-28T04:47:31.510Z Downloading crates ...
5372026-05-28T04:47:31.621Z Downloaded async-recursion v1.1.1
5382026-05-28T04:47:31.626Z Downloaded base16ct v0.2.0
5392026-05-28T04:47:31.626Z Downloaded adler2 v2.0.1
5402026-05-28T04:47:31.626Z Downloaded arrayvec v0.7.6
5412026-05-28T04:47:31.626Z Downloaded aead v0.5.2
5422026-05-28T04:47:31.629Z Downloaded cpufeatures v0.3.0
5432026-05-28T04:47:31.629Z Downloaded dirs-sys-next v0.1.2
5442026-05-28T04:47:31.633Z Downloaded csv-core v0.1.13
5452026-05-28T04:47:31.633Z Downloaded crc32fast v1.5.0
5462026-05-28T04:47:31.637Z Downloaded camino-tempfile-ext v0.3.3
5472026-05-28T04:47:31.637Z Downloaded debug-ignore v1.0.5
5482026-05-28T04:47:31.640Z Downloaded bit-vec v0.6.3
5492026-05-28T04:47:31.640Z Downloaded float-cmp v0.10.0
5502026-05-28T04:47:31.640Z Downloaded fd-lock v4.0.4
5512026-05-28T04:47:31.644Z Downloaded flagset v0.4.7
5522026-05-28T04:47:31.644Z Downloaded bzip2 v0.4.4
5532026-05-28T04:47:31.644Z Downloaded cipher v0.4.4
5542026-05-28T04:47:31.644Z Downloaded crossbeam-epoch v0.9.18
5552026-05-28T04:47:31.647Z Downloaded dyn-clone v1.0.20
5562026-05-28T04:47:31.647Z Downloaded darling_core v0.20.11
5572026-05-28T04:47:31.652Z Downloaded diesel_derives v2.3.7
5582026-05-28T04:47:31.656Z Downloaded defmt-parser v1.0.0
5592026-05-28T04:47:31.656Z Downloaded cookie v0.18.1
5602026-05-28T04:47:31.660Z Downloaded ar_archive_writer v0.5.1
5612026-05-28T04:47:31.661Z Downloaded bitflags v1.3.2
5622026-05-28T04:47:31.661Z Downloaded data-encoding v2.10.0
5632026-05-28T04:47:31.664Z Downloaded atomicwrites v0.4.4
5642026-05-28T04:47:31.664Z Downloaded crc-any v2.5.0
5652026-05-28T04:47:31.664Z Downloaded allocator-api2 v0.2.21
5662026-05-28T04:47:31.667Z Downloaded array-init v0.0.4
5672026-05-28T04:47:31.667Z Downloaded darling_macro v0.21.3
5682026-05-28T04:47:31.667Z Downloaded daft-derive v0.1.7
5692026-05-28T04:47:31.676Z Downloaded aes-gcm v0.10.3
5702026-05-28T04:47:31.683Z Downloaded cstr-argument v0.1.2
5712026-05-28T04:47:31.683Z Downloaded curve25519-dalek-derive v0.1.1
5722026-05-28T04:47:31.683Z Downloaded crc v3.4.0
5732026-05-28T04:47:31.684Z Downloaded ascii-canvas v3.0.0
5742026-05-28T04:47:31.684Z Downloaded derive_builder_macro v0.20.2
5752026-05-28T04:47:31.684Z Downloaded darling_macro v0.23.0
5762026-05-28T04:47:31.684Z Downloaded ctr v0.9.2
5772026-05-28T04:47:31.684Z Downloaded crossbeam-utils v0.8.21
5782026-05-28T04:47:31.684Z Downloaded castaway v0.2.4
5792026-05-28T04:47:31.684Z Downloaded anstyle-parse v0.2.7
5802026-05-28T04:47:31.688Z Downloaded display-error-chain v0.2.2
5812026-05-28T04:47:31.688Z Downloaded defmt v0.3.100
5822026-05-28T04:47:31.688Z Downloaded darling_core v0.23.0
5832026-05-28T04:47:31.691Z Downloaded diesel_table_macro_syntax v0.3.0
5842026-05-28T04:47:31.691Z Downloaded atty v0.2.14
5852026-05-28T04:47:31.691Z Downloaded ciborium-io v0.2.2
5862026-05-28T04:47:31.691Z Downloaded diesel-dtrace v0.5.0
5872026-05-28T04:47:31.691Z Downloaded derive_builder_core v0.20.2
5882026-05-28T04:47:31.694Z Downloaded daft v0.1.7
5892026-05-28T04:47:31.694Z Downloaded diff v0.1.13
5902026-05-28T04:47:31.702Z Downloaded blowfish v0.9.1
5912026-05-28T04:47:31.702Z Downloaded darling_macro v0.13.4
5922026-05-28T04:47:31.702Z Downloaded async-stream v0.3.6
5932026-05-28T04:47:31.705Z Downloaded cargo-platform v0.3.2
5942026-05-28T04:47:31.705Z Downloaded dunce v1.0.5
5952026-05-28T04:47:31.705Z Downloaded difflib v0.4.0
5962026-05-28T04:47:31.705Z Downloaded darling v0.20.11
5972026-05-28T04:47:31.705Z Downloaded env_filter v1.0.0
5982026-05-28T04:47:31.705Z Downloaded crc-catalog v2.4.0
5992026-05-28T04:47:31.708Z Downloaded assert_matches v1.5.0
6002026-05-28T04:47:31.708Z Downloaded chacha20poly1305 v0.10.1
6012026-05-28T04:47:31.708Z Downloaded endian-type v0.1.2
6022026-05-28T04:47:31.708Z Downloaded convert_case v0.4.0
6032026-05-28T04:47:31.712Z Downloaded cfg_aliases v0.2.1
6042026-05-28T04:47:31.712Z Downloaded block-padding v0.3.3
6052026-05-28T04:47:31.712Z Downloaded bitfield-macros v0.19.4
6062026-05-28T04:47:31.715Z Downloaded bit-set v0.5.3
6072026-05-28T04:47:31.715Z Downloaded async-stream-impl v0.3.6
6082026-05-28T04:47:31.715Z Downloaded dtrace-parser v0.3.0
6092026-05-28T04:47:31.715Z Downloaded darling_macro v0.20.11
6102026-05-28T04:47:31.715Z Downloaded atomic-waker v1.1.2
6112026-05-28T04:47:31.719Z Downloaded bcrypt-pbkdf v0.10.0
6122026-05-28T04:47:31.719Z Downloaded document-features v0.2.12
6132026-05-28T04:47:31.719Z Downloaded crunchy v0.2.4
6142026-05-28T04:47:31.723Z Downloaded compression-core v0.4.31
6152026-05-28T04:47:31.723Z Downloaded ciborium-ll v0.2.2
6162026-05-28T04:47:31.723Z Downloaded dof v0.4.0
6172026-05-28T04:47:31.727Z Downloaded foreign-types-shared v0.1.1
6182026-05-28T04:47:31.731Z Downloaded cfg_aliases v0.1.1
6192026-05-28T04:47:31.734Z Downloaded embedded-io v0.4.0
6202026-05-28T04:47:31.734Z Downloaded dsl_auto_type v0.2.0
6212026-05-28T04:47:31.737Z Downloaded crc8 v0.1.1
6222026-05-28T04:47:31.737Z Downloaded foreign-types v0.3.2
6232026-05-28T04:47:31.737Z Downloaded bit-set v0.8.0
6242026-05-28T04:47:31.743Z Downloaded foreign-types v0.5.0
6252026-05-28T04:47:31.743Z Downloaded arrayref v0.3.9
6262026-05-28T04:47:31.746Z Downloaded ff v0.13.1
6272026-05-28T04:47:31.746Z Downloaded derive_more v2.1.1
6282026-05-28T04:47:31.751Z Downloaded git-stub v1.0.0
6292026-05-28T04:47:31.754Z Downloaded crucible-workspace-hack v0.1.0
6302026-05-28T04:47:31.754Z Downloaded futures-io v0.3.32
6312026-05-28T04:47:31.754Z Downloaded float-ord v0.3.2
6322026-05-28T04:47:31.754Z Downloaded funty v2.0.0
6332026-05-28T04:47:31.754Z Downloaded const_format_proc_macros v0.2.34
6342026-05-28T04:47:31.754Z Downloaded embedded-io v0.6.1
6352026-05-28T04:47:31.759Z Downloaded futures-sink v0.3.32
6362026-05-28T04:47:31.759Z Downloaded compression-codecs v0.4.37
6372026-05-28T04:47:31.764Z Downloaded cassowary v0.3.0
6382026-05-28T04:47:31.765Z Downloaded cobs v0.3.0
6392026-05-28T04:47:31.765Z Downloaded downcast-rs v2.0.2
6402026-05-28T04:47:31.765Z Downloaded bb8 v0.8.6
6412026-05-28T04:47:31.765Z Downloaded gethostname v0.5.0
6422026-05-28T04:47:31.770Z Downloaded foreign-types-macros v0.2.3
6432026-05-28T04:47:31.770Z Downloaded dirs-next v2.0.0
6442026-05-28T04:47:31.770Z Downloaded derive-ex v0.1.8
6452026-05-28T04:47:31.770Z Downloaded dropshot-api-manager-types v0.7.2
6462026-05-28T04:47:31.770Z Downloaded futures-core v0.3.32
6472026-05-28T04:47:31.770Z Downloaded darling_core v0.21.3
6482026-05-28T04:47:31.773Z Downloaded enum-as-inner v0.6.1
6492026-05-28T04:47:31.773Z Downloaded ed25519 v2.2.3
6502026-05-28T04:47:31.773Z Downloaded cexpr v0.6.0
6512026-05-28T04:47:31.776Z Downloaded bitfield-struct v0.6.2
6522026-05-28T04:47:31.776Z Downloaded env_logger v0.11.9
6532026-05-28T04:47:31.776Z Downloaded ena v0.14.4
6542026-05-28T04:47:31.779Z Downloaded cargo_metadata v0.23.1
6552026-05-28T04:47:31.779Z Downloaded foreign-types-shared v0.3.1
6562026-05-28T04:47:31.783Z Downloaded constant_time_eq v0.4.2
6572026-05-28T04:47:31.783Z Downloaded find-msvc-tools v0.1.9
6582026-05-28T04:47:31.783Z Downloaded ecdsa v0.16.9
6592026-05-28T04:47:31.786Z Downloaded futures-macro v0.3.32
6602026-05-28T04:47:31.786Z Downloaded backoff v0.4.0
6612026-05-28T04:47:31.786Z Downloaded fallible-iterator v0.2.0
6622026-05-28T04:47:31.790Z Downloaded deranged v0.5.8
6632026-05-28T04:47:31.790Z Downloaded defmt-macros v1.0.1
6642026-05-28T04:47:31.793Z Downloaded anstream v0.6.21
6652026-05-28T04:47:31.793Z Downloaded erased-serde v0.3.31
6662026-05-28T04:47:31.793Z Downloaded cbc v0.1.2
6672026-05-28T04:47:31.797Z Downloaded const-oid v0.9.6
6682026-05-28T04:47:31.797Z Downloaded derive-where v1.6.0
6692026-05-28T04:47:31.800Z Downloaded hostname v0.4.2
6702026-05-28T04:47:31.800Z Downloaded ghash v0.5.1
6712026-05-28T04:47:31.805Z Downloaded fxhash v0.2.1
6722026-05-28T04:47:31.805Z Downloaded argon2 v0.5.3
6732026-05-28T04:47:31.805Z Downloaded hash32 v0.2.1
6742026-05-28T04:47:31.805Z Downloaded fixedbitset v0.4.2
6752026-05-28T04:47:31.805Z Downloaded headers-core v0.3.0
6762026-05-28T04:47:31.809Z Downloaded filetime v0.2.27
6772026-05-28T04:47:31.809Z Downloaded http-body v1.0.1
6782026-05-28T04:47:31.809Z Downloaded home v0.5.12
6792026-05-28T04:47:31.809Z Downloaded hex-literal v0.4.1
6802026-05-28T04:47:31.812Z Downloaded hex v0.4.3
6812026-05-28T04:47:31.812Z Downloaded either v1.15.0
6822026-05-28T04:47:31.812Z Downloaded indent_write v2.2.0
6832026-05-28T04:47:31.812Z Downloaded hostname v0.3.1
6842026-05-28T04:47:31.815Z Downloaded ident_case v1.0.1
6852026-05-28T04:47:31.815Z Downloaded hubpack v0.1.2
6862026-05-28T04:47:31.815Z Downloaded foldhash v0.2.0
6872026-05-28T04:47:31.815Z Downloaded foldhash v0.1.5
6882026-05-28T04:47:31.822Z Downloaded httpdate v1.0.3
6892026-05-28T04:47:31.822Z Downloaded cookie_store v0.22.1
6902026-05-28T04:47:31.822Z Downloaded bcs v0.1.6
6912026-05-28T04:47:31.822Z Downloaded bit-vec v0.8.0
6922026-05-28T04:47:31.825Z Downloaded buf-list v1.1.2
6932026-05-28T04:47:31.825Z Downloaded derive_builder v0.20.2
6942026-05-28T04:47:31.828Z Downloaded group v0.13.0
6952026-05-28T04:47:31.828Z Downloaded globwalk v0.9.1
6962026-05-28T04:47:31.835Z Downloaded futures-task v0.3.32
6972026-05-28T04:47:31.835Z Downloaded futures-executor v0.3.32
6982026-05-28T04:47:31.835Z Downloaded http-range v0.1.5
6992026-05-28T04:47:31.835Z Downloaded glob v0.3.3
7002026-05-28T04:47:31.835Z Downloaded darling v0.21.3
7012026-05-28T04:47:31.838Z Downloaded corncobs v0.1.4
7022026-05-28T04:47:31.838Z Downloaded chacha20 v0.9.1
7032026-05-28T04:47:31.839Z Downloaded crypto-bigint v0.5.5
7042026-05-28T04:47:31.843Z Downloaded instability v0.3.11
7052026-05-28T04:47:31.847Z Downloaded byte-wrapper v0.1.0
7062026-05-28T04:47:31.847Z Downloaded illumos-nvpair-sys v0.2.0
7072026-05-28T04:47:31.847Z Downloaded async-trait v0.1.89
7082026-05-28T04:47:31.850Z Downloaded git-stub-vcs v0.1.0
7092026-05-28T04:47:31.850Z Downloaded blake2 v0.10.6
7102026-05-28T04:47:31.850Z Downloaded internet-checksum v0.2.1
7112026-05-28T04:47:31.850Z Downloaded indoc v1.0.9
7122026-05-28T04:47:31.857Z Downloaded convert_case v0.10.0
7132026-05-28T04:47:31.857Z Downloaded keccak v0.1.6
7142026-05-28T04:47:31.857Z Downloaded inout v0.1.4
7152026-05-28T04:47:31.857Z Downloaded async-bb8-diesel v0.2.1
7162026-05-28T04:47:31.860Z Downloaded console v0.15.11
7172026-05-28T04:47:31.860Z Downloaded bzip2 v0.6.1
7182026-05-28T04:47:31.860Z Downloaded async-compression v0.4.41
7192026-05-28T04:47:31.863Z Downloaded kstat-rs v0.2.4
7202026-05-28T04:47:31.869Z Downloaded hubpack_derive v0.1.1
7212026-05-28T04:47:31.869Z Downloaded highway v1.3.0
7222026-05-28T04:47:31.869Z Downloaded is_ci v1.2.0
7232026-05-28T04:47:31.869Z Downloaded hash32 v0.3.1
7242026-05-28T04:47:31.873Z Downloaded lazy_static v1.5.0
7252026-05-28T04:47:31.873Z Downloaded is-terminal v0.4.17
7262026-05-28T04:47:31.873Z Downloaded lalrpop-util v0.19.12
7272026-05-28T04:47:31.873Z Downloaded instant v0.1.13
7282026-05-28T04:47:31.873Z Downloaded globset v0.4.18
7292026-05-28T04:47:31.876Z Downloaded fixedbitset v0.5.7
7302026-05-28T04:47:31.876Z Downloaded linked-hash-map v0.5.6
7312026-05-28T04:47:31.876Z Downloaded libscf-sys v1.1.0
7322026-05-28T04:47:31.876Z Downloaded backon v1.6.0
7332026-05-28T04:47:31.883Z Downloaded darling v0.23.0
7342026-05-28T04:47:31.886Z Downloaded ciborium v0.2.2
7352026-05-28T04:47:31.887Z Downloaded cancel-safe-futures v0.1.5
7362026-05-28T04:47:31.887Z Downloaded drift v0.2.0
7372026-05-28T04:47:31.893Z Downloaded lru v0.12.5
7382026-05-28T04:47:31.897Z Downloaded hyper-tls v0.6.0
7392026-05-28T04:47:31.897Z Downloaded hyper-staticfile v0.10.1
7402026-05-28T04:47:31.897Z Downloaded maybe-uninit v2.0.0
7412026-05-28T04:47:31.898Z Downloaded fs_extra v1.3.0
7422026-05-28T04:47:31.898Z Downloaded futures-channel v0.3.32
7432026-05-28T04:47:31.901Z Downloaded console v0.16.2
7442026-05-28T04:47:31.901Z Downloaded memoffset v0.9.1
7452026-05-28T04:47:31.901Z Downloaded match_cfg v0.1.0
7462026-05-28T04:47:31.901Z Downloaded managed v0.8.0
7472026-05-28T04:47:31.901Z Downloaded lru-cache v0.1.2
7482026-05-28T04:47:31.904Z Downloaded derive_more v0.99.20
7492026-05-28T04:47:31.907Z Downloaded fs-err v2.11.0
7502026-05-28T04:47:31.907Z Downloaded bitfield v0.19.4
7512026-05-28T04:47:31.910Z Downloaded md5 v0.7.0
7522026-05-28T04:47:31.910Z Downloaded md-5 v0.10.6
7532026-05-28T04:47:31.910Z Downloaded lzss v0.8.2
7542026-05-28T04:47:31.913Z Downloaded mime v0.3.17
7552026-05-28T04:47:31.913Z Downloaded illumos-nvpair v0.3.0
7562026-05-28T04:47:31.913Z Downloaded getrandom v0.2.17
7572026-05-28T04:47:31.917Z Downloaded nodrop v0.1.14
7582026-05-28T04:47:31.917Z Downloaded multimap v0.10.1
7592026-05-28T04:47:31.917Z Downloaded http-body-util v0.1.3
7602026-05-28T04:47:31.920Z Downloaded des v0.8.1
7612026-05-28T04:47:31.920Z Downloaded nonempty v0.12.0
7622026-05-28T04:47:31.920Z Downloaded ingot-types v0.1.2
7632026-05-28T04:47:31.921Z Downloaded newtype-uuid-macros v0.1.0
7642026-05-28T04:47:31.923Z Downloaded nibble_vec v0.1.0
7652026-05-28T04:47:31.923Z Downloaded half v1.8.3
7662026-05-28T04:47:31.923Z Downloaded newtype_derive v0.1.6
7672026-05-28T04:47:31.927Z Downloaded newline-converter v0.3.0
7682026-05-28T04:47:31.927Z Downloaded num-conv v0.2.0
7692026-05-28T04:47:31.927Z Downloaded num v0.4.3
7702026-05-28T04:47:31.927Z Downloaded normalize-line-endings v0.3.0
7712026-05-28T04:47:31.929Z Downloaded new_debug_unreachable v1.0.6
7722026-05-28T04:47:31.929Z Downloaded impl-trait-for-tuples v0.2.3
7732026-05-28T04:47:31.930Z Downloaded ipnetwork v0.21.1
7742026-05-28T04:47:31.933Z Downloaded getrandom v0.3.4
7752026-05-28T04:47:31.936Z Downloaded num-derive v0.3.3
7762026-05-28T04:47:31.936Z Downloaded num-iter v0.1.45
7772026-05-28T04:47:31.936Z Downloaded num_threads v0.1.7
7782026-05-28T04:47:31.936Z Downloaded humantime v2.3.0
7792026-05-28T04:47:31.939Z Downloaded dropshot_endpoint v0.17.0
7802026-05-28T04:47:31.939Z Downloaded libefi-sys v0.1.0
7812026-05-28T04:47:31.942Z Downloaded jobserver v0.1.34
7822026-05-28T04:47:31.942Z Downloaded libloading v0.8.9
7832026-05-28T04:47:31.945Z Downloaded indoc v2.0.7
7842026-05-28T04:47:31.945Z Downloaded num_enum_derive v0.5.11
7852026-05-28T04:47:31.949Z Downloaded num-derive v0.4.2
7862026-05-28T04:47:31.949Z Downloaded base64ct v1.8.3
7872026-05-28T04:47:31.952Z Downloaded chacha20 v0.10.0
7882026-05-28T04:47:31.952Z Downloaded maplit v1.0.2
7892026-05-28T04:47:31.952Z Downloaded ingot v0.1.1
7902026-05-28T04:47:31.955Z Downloaded fatfs v0.3.6
7912026-05-28T04:47:31.956Z Downloaded opaque-debug v0.3.1
7922026-05-28T04:47:31.956Z Downloaded darling_core v0.13.4
7932026-05-28T04:47:31.989Z Downloaded half v2.7.1
7942026-05-28T04:47:31.994Z Downloaded lru-slab v0.1.2
7952026-05-28T04:47:31.994Z Downloaded linear-map v1.2.0
7962026-05-28T04:47:31.994Z Downloaded openssl-probe v0.2.1
7972026-05-28T04:47:31.994Z Downloaded libsw-core v0.3.2
7982026-05-28T04:47:31.994Z Downloaded lock_api v0.4.14
7992026-05-28T04:47:31.994Z Downloaded libsw v3.5.0
8002026-05-28T04:47:31.994Z Downloaded hmac v0.12.1
8012026-05-28T04:47:31.994Z Downloaded oso-derive v0.27.3
8022026-05-28T04:47:31.994Z Downloaded packed_struct_codegen v0.10.1
8032026-05-28T04:47:31.994Z Downloaded openssl-probe v0.1.6
8042026-05-28T04:47:31.994Z Downloaded httparse v1.10.1
8052026-05-28T04:47:31.994Z Downloaded multer v3.1.0
8062026-05-28T04:47:31.994Z Downloaded openssl-macros v0.1.1
8072026-05-28T04:47:31.994Z Downloaded futures v0.3.32
8082026-05-28T04:47:31.994Z Downloaded colored v2.2.0
8092026-05-28T04:47:31.994Z Downloaded clang-sys v1.8.1
8102026-05-28T04:47:31.994Z Downloaded mime_guess v2.0.5
8112026-05-28T04:47:31.994Z Downloaded colored v3.1.1
8122026-05-28T04:47:31.994Z Downloaded ingot-macros v0.1.1
8132026-05-28T04:47:31.994Z Downloaded cmake v0.1.57
8142026-05-28T04:47:31.994Z Downloaded der_derive v0.7.3
8152026-05-28T04:47:31.994Z Downloaded nanorand v0.7.0
8162026-05-28T04:47:31.994Z Downloaded parse-display v0.10.0
8172026-05-28T04:47:31.994Z Downloaded pbkdf2 v0.12.2
8182026-05-28T04:47:31.994Z Downloaded newtype-uuid v1.3.2
8192026-05-28T04:47:31.994Z Downloaded defmt v1.0.1
8202026-05-28T04:47:31.998Z Downloaded path-slash v0.1.5
8212026-05-28T04:47:31.998Z Downloaded parse-size v1.1.0
8222026-05-28T04:47:31.998Z Downloaded pbkdf2 v0.11.0
8232026-05-28T04:47:31.998Z Downloaded base64 v0.21.7
8242026-05-28T04:47:32.003Z Downloaded native-tls v0.2.18
8252026-05-28T04:47:32.003Z Downloaded base64 v0.22.1
8262026-05-28T04:47:32.017Z Downloaded phf_shared v0.12.1
8272026-05-28T04:47:32.021Z Downloaded peg-runtime v0.8.5
8282026-05-28T04:47:32.021Z Downloaded olpc-cjson v0.1.4
8292026-05-28T04:47:32.021Z Downloaded num_enum_derive v0.7.6
8302026-05-28T04:47:32.026Z Downloaded num_enum v0.5.11
8312026-05-28T04:47:32.026Z Downloaded num-integer v0.1.46
8322026-05-28T04:47:32.026Z Downloaded num_enum v0.7.6
8332026-05-28T04:47:32.029Z Downloaded hyper-rustls v0.27.7
8342026-05-28T04:47:32.029Z Downloaded elliptic-curve v0.13.8
8352026-05-28T04:47:32.032Z Downloaded phf_shared v0.11.3
8362026-05-28T04:47:32.035Z Downloaded iana-time-zone v0.1.65
8372026-05-28T04:47:32.035Z Downloaded compact_str v0.8.1
8382026-05-28T04:47:32.038Z Downloaded owo-colors v4.3.0
8392026-05-28T04:47:32.038Z Downloaded predicates-tree v1.0.13
8402026-05-28T04:47:32.041Z Downloaded powerfmt v0.2.0
8412026-05-28T04:47:32.041Z Downloaded memmap2 v0.9.10
8422026-05-28T04:47:32.041Z Downloaded num-rational v0.4.2
8432026-05-28T04:47:32.044Z Downloaded litrs v1.0.0
8442026-05-28T04:47:32.044Z Downloaded der v0.7.10
8452026-05-28T04:47:32.047Z Downloaded proc-macro-error-attr2 v2.0.0
8462026-05-28T04:47:32.050Z Downloaded proc-macro-crate v3.4.0
8472026-05-28T04:47:32.050Z Downloaded proc-macro-crate v1.3.1
8482026-05-28T04:47:32.050Z Downloaded predicates-core v1.0.10
8492026-05-28T04:47:32.052Z Downloaded precomputed-hash v0.1.1
8502026-05-28T04:47:32.053Z Downloaded oxide-tokio-rt v0.1.4
8512026-05-28T04:47:32.053Z Downloaded parking_lot_core v0.8.6
8522026-05-28T04:47:32.055Z Downloaded ignore v0.4.25
8532026-05-28T04:47:32.055Z Downloaded cc v1.2.56
8542026-05-28T04:47:32.060Z Downloaded indexmap v1.9.3
8552026-05-28T04:47:32.063Z Downloaded progenitor-client v0.11.2
8562026-05-28T04:47:32.063Z Downloaded packed_struct v0.10.1
8572026-05-28T04:47:32.063Z Downloaded oxnet v0.1.5
8582026-05-28T04:47:32.063Z Downloaded peg-macros v0.8.5
8592026-05-28T04:47:32.066Z Downloaded bytes v1.11.1
8602026-05-28T04:47:32.069Z Downloaded progenitor-macro v0.13.0
8612026-05-28T04:47:32.069Z Downloaded quick-error v1.2.3
8622026-05-28T04:47:32.069Z Downloaded psl-types v2.0.11
8632026-05-28T04:47:32.070Z Downloaded peg v0.8.5
8642026-05-28T04:47:32.073Z Downloaded paste v1.0.15
8652026-05-28T04:47:32.073Z Downloaded pin-project-internal v1.1.11
8662026-05-28T04:47:32.076Z Downloaded password-hash v0.4.2
8672026-05-28T04:47:32.076Z Downloaded crossbeam-channel v0.5.15
8682026-05-28T04:47:32.079Z Downloaded heapless v0.7.17
8692026-05-28T04:47:32.082Z Downloaded phf v0.13.1
8702026-05-28T04:47:32.082Z Downloaded phf_shared v0.13.1
8712026-05-28T04:47:32.082Z Downloaded phf v0.12.1
8722026-05-28T04:47:32.086Z Downloaded pem-rfc7468 v0.7.0
8732026-05-28T04:47:32.086Z Downloaded progenitor-macro v0.14.0
8742026-05-28T04:47:32.086Z Downloaded pem v3.0.6
8752026-05-28T04:47:32.089Z Downloaded num-complex v0.4.6
8762026-05-28T04:47:32.089Z Downloaded derive_more-impl v2.1.1
8772026-05-28T04:47:32.092Z Downloaded libbz2-rs-sys v0.2.2
8782026-05-28T04:47:32.092Z Downloaded heapless v0.8.0
8792026-05-28T04:47:32.096Z Downloaded omicron-zone-package v0.12.2
8802026-05-28T04:47:32.096Z Downloaded pin-project-lite v0.2.17
8812026-05-28T04:47:32.099Z Downloaded radium v0.7.0
8822026-05-28T04:47:32.103Z Downloaded rand_chacha v0.3.1
8832026-05-28T04:47:32.103Z Downloaded pkcs8 v0.10.2
8842026-05-28T04:47:32.106Z Downloaded pin-utils v0.1.0
8852026-05-28T04:47:32.106Z Downloaded headers v0.4.1
8862026-05-28T04:47:32.112Z Downloaded progenitor-macro v0.11.2
8872026-05-28T04:47:32.112Z Downloaded postgres-protocol v0.6.10
8882026-05-28T04:47:32.112Z Downloaded indicatif v0.18.4
8892026-05-28T04:47:32.115Z Downloaded predicates v3.1.4
8902026-05-28T04:47:32.115Z Downloaded flume v0.11.1
8912026-05-28T04:47:32.118Z Downloaded ppv-lite86 v0.2.21
8922026-05-28T04:47:32.118Z Downloaded crossterm v0.29.0
8932026-05-28T04:47:32.121Z Downloaded recursive-proc-macro-impl v0.1.1
8942026-05-28T04:47:32.121Z Downloaded recursive v0.1.1
8952026-05-28T04:47:32.124Z Downloaded rand_xorshift v0.4.0
8962026-05-28T04:47:32.124Z Downloaded parking_lot v0.12.5
8972026-05-28T04:47:32.127Z Downloaded progenitor v0.13.0
8982026-05-28T04:47:32.127Z Downloaded primeorder v0.13.6
8992026-05-28T04:47:32.127Z Downloaded parking_lot v0.11.2
9002026-05-28T04:47:32.131Z Downloaded polyval v0.6.2
9012026-05-28T04:47:32.131Z Downloaded pkg-config v0.3.32
9022026-05-28T04:47:32.131Z Downloaded progenitor-extras v0.2.0
9032026-05-28T04:47:32.135Z Downloaded rtoolbox v0.0.3
9042026-05-28T04:47:32.135Z Downloaded ref-cast-impl v1.0.25
9052026-05-28T04:47:32.135Z Downloaded progenitor v0.11.2
9062026-05-28T04:47:32.135Z Downloaded proc-macro-error2 v2.0.1
9072026-05-28T04:47:32.138Z Downloaded ref-cast v1.0.25
9082026-05-28T04:47:32.138Z Downloaded russh-cryptovec v0.7.3
9092026-05-28T04:47:32.138Z Downloaded progenitor-client v0.13.0
9102026-05-28T04:47:32.144Z Downloaded expectorate v1.2.0
9112026-05-28T04:47:32.144Z Downloaded parse-display-derive v0.10.0
9122026-05-28T04:47:32.144Z Downloaded progenitor-client v0.14.0
9132026-05-28T04:47:32.144Z Downloaded parking_lot_core v0.9.12
9142026-05-28T04:47:32.147Z Downloaded bindgen v0.71.1
9152026-05-28T04:47:32.150Z Downloaded arc-swap v1.8.2
9162026-05-28T04:47:32.150Z Downloaded const_format v0.2.35
9172026-05-28T04:47:32.153Z Downloaded psm v0.1.30
9182026-05-28T04:47:32.156Z Downloaded nu-ansi-term v0.50.3
9192026-05-28T04:47:32.156Z Downloaded ipnet v2.11.0
9202026-05-28T04:47:32.159Z Downloaded rfc6979 v0.4.0
9212026-05-28T04:47:32.159Z Downloaded rand_core v0.9.5
9222026-05-28T04:47:32.159Z Downloaded rand_core v0.6.4
9232026-05-28T04:47:32.161Z Downloaded pkcs1 v0.7.5
9242026-05-28T04:47:32.161Z Downloaded darling v0.13.4
9252026-05-28T04:47:32.164Z Downloaded rustc_version v0.4.1
9262026-05-28T04:47:32.164Z Downloaded hickory-resolver v0.24.4
9272026-05-28T04:47:32.167Z Downloaded salsa20 v0.10.2
9282026-05-28T04:47:32.170Z Downloaded rand_core v0.10.0
9292026-05-28T04:47:32.170Z Downloaded r2d2 v0.8.10
9302026-05-28T04:47:32.170Z Downloaded rustc_version v0.1.7
9312026-05-28T04:47:32.174Z Downloaded hashbrown v0.12.3
9322026-05-28T04:47:32.174Z Downloaded oso v0.27.3
9332026-05-28T04:47:32.178Z Downloaded ahash v0.8.12
9342026-05-28T04:47:32.178Z Downloaded same-file v1.0.6
9352026-05-28T04:47:32.182Z Downloaded rustc-hash v2.1.1
9362026-05-28T04:47:32.182Z Downloaded crossbeam-deque v0.8.6
9372026-05-28T04:47:32.182Z Downloaded bumpalo v3.20.2
9382026-05-28T04:47:32.182Z Downloaded hashbrown v0.13.2
9392026-05-28T04:47:32.186Z Downloaded rand_seeder v0.4.0
9402026-05-28T04:47:32.186Z Downloaded rand_chacha v0.9.0
9412026-05-28T04:47:32.189Z Downloaded postcard v1.1.3
9422026-05-28T04:47:32.189Z Downloaded poly1305 v0.8.0
9432026-05-28T04:47:32.189Z Downloaded progenitor v0.14.0
9442026-05-28T04:47:32.192Z Downloaded papergrid v0.17.0
9452026-05-28T04:47:32.195Z Downloaded scheduled-thread-pool v0.2.7
9462026-05-28T04:47:32.195Z Downloaded critical-section v1.2.0
9472026-05-28T04:47:32.198Z Downloaded secrecy v0.10.3
9482026-05-28T04:47:32.198Z Downloaded scroll_derive v0.13.1
9492026-05-28T04:47:32.198Z Downloaded scrypt v0.11.0
9502026-05-28T04:47:32.198Z Downloaded scopeguard v1.2.0
9512026-05-28T04:47:32.203Z Downloaded sapling-renderdag v0.1.0
9522026-05-28T04:47:32.203Z Downloaded serde-big-array v0.5.1
9532026-05-28T04:47:32.203Z Downloaded secrecy v0.8.0
9542026-05-28T04:47:32.206Z Downloaded postgres-types v0.2.12
9552026-05-28T04:47:32.206Z Downloaded miniz_oxide v0.8.9
9562026-05-28T04:47:32.206Z Downloaded p256 v0.13.2
9572026-05-28T04:47:32.209Z Downloaded password-hash v0.5.0
9582026-05-28T04:47:32.209Z Downloaded ed25519-dalek v2.2.0
9592026-05-28T04:47:32.212Z Downloaded jiff-static v0.2.21
9602026-05-28T04:47:32.216Z Downloaded quinn-udp v0.5.14
9612026-05-28T04:47:32.219Z Downloaded seq-macro v0.3.6
9622026-05-28T04:47:32.219Z Downloaded serde_repr v0.1.20
9632026-05-28T04:47:32.222Z Downloaded pkcs5 v0.7.1
9642026-05-28T04:47:32.227Z Downloaded semver v0.1.20
9652026-05-28T04:47:32.232Z Downloaded serde_urlencoded v0.7.1
9662026-05-28T04:47:32.235Z Downloaded flate2 v1.1.9
9672026-05-28T04:47:32.238Z Downloaded sha1 v0.10.6
9682026-05-28T04:47:32.238Z Downloaded serde_bytes v0.11.19
9692026-05-28T04:47:32.241Z Downloaded prefix-trie v0.7.0
9702026-05-28T04:47:32.241Z Downloaded signal-hook-mio v0.2.5
9712026-05-28T04:47:32.244Z Downloaded serde_spanned v1.0.4
9722026-05-28T04:47:32.244Z Downloaded resolv-conf v0.7.6
9732026-05-28T04:47:32.244Z Downloaded serde_plain v1.0.2
9742026-05-28T04:47:32.249Z Downloaded signal-hook-tokio v0.3.1
9752026-05-28T04:47:32.249Z Downloaded pin-project v1.1.11
9762026-05-28T04:47:32.254Z Downloaded sigpipe v0.1.3
9772026-05-28T04:47:32.257Z Downloaded rustls-native-certs v0.8.3
9782026-05-28T04:47:32.257Z Downloaded signature v2.2.0
9792026-05-28T04:47:32.257Z Downloaded rustversion v1.0.22
9802026-05-28T04:47:32.260Z Downloaded progenitor-impl v0.11.2
9812026-05-28T04:47:32.260Z Downloaded rustls-pemfile v1.0.4
9822026-05-28T04:47:32.264Z Downloaded hickory-resolver v0.25.2
9832026-05-28T04:47:32.267Z Downloaded scroll v0.13.0
9842026-05-28T04:47:32.270Z Downloaded rustls-pemfile v2.2.0
9852026-05-28T04:47:32.273Z Downloaded siphasher v1.0.2
9862026-05-28T04:47:32.273Z Downloaded rusty-fork v0.3.1
9872026-05-28T04:47:32.277Z Downloaded sec1 v0.7.3
9882026-05-28T04:47:32.280Z Downloaded sct v0.7.1
9892026-05-28T04:47:32.282Z Downloaded schemars_derive v0.8.22
9902026-05-28T04:47:32.282Z Downloaded minimal-lexical v0.2.1
9912026-05-28T04:47:32.286Z Downloaded slog-envlogger v2.2.0
9922026-05-28T04:47:32.289Z Downloaded slog-bunyan v2.5.0
9932026-05-28T04:47:32.289Z Downloaded aes v0.8.4
9942026-05-28T04:47:32.293Z Downloaded crossterm v0.28.1
9952026-05-28T04:47:32.298Z Downloaded serde-hex v0.1.0
9962026-05-28T04:47:32.305Z Downloaded http v1.4.0
9972026-05-28T04:47:32.308Z Downloaded serde_path_to_error v0.1.20
9982026-05-28T04:47:32.311Z Downloaded serde_derive_internals v0.29.1
9992026-05-28T04:47:32.311Z Downloaded openssl-sys v0.9.115
10002026-05-28T04:47:32.314Z Downloaded ssh-cipher v0.2.0
10012026-05-28T04:47:32.314Z Downloaded shlex v1.3.0
10022026-05-28T04:47:32.317Z Downloaded structmeta-derive v0.3.0
10032026-05-28T04:47:32.317Z Downloaded ssh-encoding v0.2.0
10042026-05-28T04:47:32.317Z Downloaded strsim v0.10.0
10052026-05-28T04:47:32.320Z Downloaded strip-ansi-escapes v0.2.1
10062026-05-28T04:47:32.320Z Downloaded sqlparser_derive v0.5.0
10072026-05-28T04:47:32.320Z Downloaded shell-words v1.1.1
10082026-05-28T04:47:32.320Z Downloaded slab v0.4.12
10092026-05-28T04:47:32.324Z Downloaded signal-hook-registry v1.4.8
10102026-05-28T04:47:32.324Z Downloaded serde_with_macros v1.5.2
10112026-05-28T04:47:32.333Z Downloaded strum v0.27.2
10122026-05-28T04:47:32.335Z Downloaded hickory-server v0.25.2
10132026-05-28T04:47:32.339Z Downloaded sync-ptr v0.1.4
10142026-05-28T04:47:32.339Z Downloaded russh-keys v0.45.0
10152026-05-28T04:47:32.343Z Downloaded supports-color v3.0.2
10162026-05-28T04:47:32.343Z Downloaded strum v0.26.3
10172026-05-28T04:47:32.343Z Downloaded structmeta v0.3.0
10182026-05-28T04:47:32.343Z Downloaded dropshot-api-manager v0.7.2
10192026-05-28T04:47:32.346Z Downloaded subtle v2.6.1
10202026-05-28T04:47:32.346Z Downloaded prettyplease v0.2.37
10212026-05-28T04:47:32.349Z Downloaded simd-adler32 v0.3.8
10222026-05-28T04:47:32.352Z Downloaded rcgen v0.12.1
10232026-05-28T04:47:32.356Z Downloaded take_mut v0.2.2
10242026-05-28T04:47:32.359Z Downloaded slog-scope v4.4.1
10252026-05-28T04:47:32.359Z Downloaded tagptr v0.2.0
10262026-05-28T04:47:32.359Z Downloaded tabwriter v1.4.1
10272026-05-28T04:47:32.359Z Downloaded smallvec v0.6.14
10282026-05-28T04:47:32.362Z Downloaded slog-term v2.9.2
10292026-05-28T04:47:32.362Z Downloaded snafu-derive v0.8.9
10302026-05-28T04:47:32.365Z Downloaded slog-dtrace v0.3.0
10312026-05-28T04:47:32.365Z Downloaded slog-async v2.8.0
10322026-05-28T04:47:32.365Z Downloaded progenitor-impl v0.13.0
10332026-05-28T04:47:32.368Z Downloaded serde_cbor v0.11.2
10342026-05-28T04:47:32.368Z Downloaded pretty_assertions v1.4.1
10352026-05-28T04:47:32.373Z Downloaded slog-json v2.6.1
10362026-05-28T04:47:32.373Z Downloaded slog-stdlog v4.1.1
10372026-05-28T04:47:32.373Z Downloaded testing_table v0.3.0
10382026-05-28T04:47:32.376Z Downloaded spki v0.7.3
10392026-05-28T04:47:32.376Z Downloaded thread-id v5.1.0
10402026-05-28T04:47:32.376Z Downloaded hashbrown v0.15.5
10412026-05-28T04:47:32.379Z Downloaded sqlformat v0.3.5
10422026-05-28T04:47:32.382Z Downloaded serde_with_macros v3.17.0
10432026-05-28T04:47:32.382Z Downloaded itertools v0.10.5
10442026-05-28T04:47:32.387Z Downloaded ron v0.8.1
10452026-05-28T04:47:32.390Z Downloaded stringprep v0.1.5
10462026-05-28T04:47:32.392Z Downloaded static_assertions v1.1.0
10472026-05-28T04:47:32.392Z Downloaded stacker v0.1.23
10482026-05-28T04:47:32.396Z Downloaded thiserror-impl-no-std v2.0.2
10492026-05-28T04:47:32.396Z Downloaded schemars v0.8.22
10502026-05-28T04:47:32.403Z Downloaded tinyvec_macros v0.1.1
10512026-05-28T04:47:32.406Z Downloaded tokio-macros v2.7.0
10522026-05-28T04:47:32.406Z Downloaded time-core v0.1.8
10532026-05-28T04:47:32.407Z Downloaded strum_macros v0.27.2
10542026-05-28T04:47:32.407Z Downloaded string_cache v0.8.9
10552026-05-28T04:47:32.407Z Downloaded tap v1.0.1
10562026-05-28T04:47:32.410Z Downloaded termtree v0.5.1
10572026-05-28T04:47:32.410Z Downloaded nom v7.1.3
10582026-05-28T04:47:32.413Z Downloaded tabled_derive v0.11.0
10592026-05-28T04:47:32.416Z Downloaded quinn v0.11.9
10602026-05-28T04:47:32.418Z Downloaded qorb v0.4.1
10612026-05-28T04:47:32.421Z Downloaded sync_wrapper v1.0.2
10622026-05-28T04:47:32.421Z Downloaded strum_macros v0.24.3
10632026-05-28T04:47:32.424Z Downloaded smf v0.2.3
10642026-05-28T04:47:32.424Z Downloaded rustls-pki-types v1.14.0
10652026-05-28T04:47:32.427Z Downloaded support-bundle-viewer v0.1.2
10662026-05-28T04:47:32.427Z Downloaded ryu v1.0.23
10672026-05-28T04:47:32.430Z Downloaded rustls-platform-verifier v0.6.2
10682026-05-28T04:47:32.433Z Downloaded hyper-util v0.1.20
10692026-05-28T04:47:32.436Z Downloaded libxml v0.3.3
10702026-05-28T04:47:32.447Z Downloaded try-lock v0.2.5
10712026-05-28T04:47:32.450Z Downloaded tower-service v0.3.3
10722026-05-28T04:47:32.453Z Downloaded thread_local v1.1.9
10732026-05-28T04:47:32.453Z Downloaded signal-hook v0.3.18
10742026-05-28T04:47:32.456Z Downloaded tower-layer v0.3.3
10752026-05-28T04:47:32.459Z Downloaded slog v2.8.2
10762026-05-28T04:47:32.462Z Downloaded tiny-keccak v2.0.2
10772026-05-28T04:47:32.465Z Downloaded iri-string v0.7.10
10782026-05-28T04:47:32.468Z Downloaded typify-macro v0.4.3
10792026-05-28T04:47:32.471Z Downloaded trait-variant v0.1.2
10802026-05-28T04:47:32.471Z Downloaded tls_codec_derive v0.4.2
10812026-05-28T04:47:32.471Z Downloaded tls_codec v0.4.2
10822026-05-28T04:47:32.474Z Downloaded time-macros v0.2.27
10832026-05-28T04:47:32.474Z Downloaded thiserror-no-std v2.0.2
10842026-05-28T04:47:32.477Z Downloaded tokio-dtrace v0.1.1
10852026-05-28T04:47:32.479Z Downloaded unarray v0.1.4
10862026-05-28T04:47:32.479Z Downloaded rand v0.8.6
10872026-05-28T04:47:32.482Z Downloaded termios v0.3.3
10882026-05-28T04:47:32.482Z Downloaded num-bigint v0.4.6
10892026-05-28T04:47:32.485Z Downloaded tokio-native-tls v0.3.1
10902026-05-28T04:47:32.488Z Downloaded similar v2.7.0
10912026-05-28T04:47:32.491Z Downloaded publicsuffix v2.3.0
10922026-05-28T04:47:32.491Z Downloaded usdt-attr-macro v0.6.0
10932026-05-28T04:47:32.494Z Downloaded itertools v0.13.0
10942026-05-28T04:47:32.497Z Downloaded rayon-core v1.13.0
10952026-05-28T04:47:32.500Z Downloaded untrusted v0.7.1
10962026-05-28T04:47:32.500Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10972026-05-28T04:47:32.500Z Downloaded rand v0.9.2
10982026-05-28T04:47:32.503Z Downloaded untrusted v0.9.0
10992026-05-28T04:47:32.503Z Downloaded utf-8 v0.7.6
11002026-05-28T04:47:32.506Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-05-28T04:47:32.506Z Downloaded schemars v0.9.0
11022026-05-28T04:47:32.511Z Downloaded toml_writer v1.0.6+spec-1.1.0
11032026-05-28T04:47:32.515Z Downloaded socket2 v0.6.3
11042026-05-28T04:47:32.515Z Downloaded hashbrown v0.16.1
11052026-05-28T04:47:32.518Z Downloaded tokio-tungstenite v0.23.1
11062026-05-28T04:47:32.522Z Downloaded usdt-macro v0.6.0
11072026-05-28T04:47:32.522Z Downloaded tokio-rustls v0.25.0
11082026-05-28T04:47:32.525Z Downloaded term v0.7.0
11092026-05-28T04:47:32.525Z Downloaded itertools v0.12.1
11102026-05-28T04:47:32.528Z Downloaded wait-timeout v0.2.1
11112026-05-28T04:47:32.531Z Downloaded want v0.3.1
11122026-05-28T04:47:32.531Z Downloaded topological-sort v0.2.2
11132026-05-28T04:47:32.531Z Downloaded term v1.2.1
11142026-05-28T04:47:32.535Z Downloaded tui-tree-widget v0.23.1
11152026-05-28T04:47:32.535Z Downloaded rand v0.10.1
11162026-05-28T04:47:32.535Z Downloaded serde_yaml v0.9.34+deprecated
11172026-05-28T04:47:32.540Z Downloaded spin v0.9.8
11182026-05-28T04:47:32.540Z Downloaded aho-corasick v1.1.4
11192026-05-28T04:47:32.543Z Downloaded subprocess v0.2.15
11202026-05-28T04:47:32.545Z Downloaded usdt v0.6.0
11212026-05-28T04:47:32.545Z Downloaded rustls-webpki v0.103.9
11222026-05-28T04:47:32.548Z Downloaded waitgroup v0.1.2
11232026-05-28T04:47:32.548Z Downloaded void v1.0.2
11242026-05-28T04:47:32.548Z Downloaded progenitor-impl v0.14.0
11252026-05-28T04:47:32.551Z Downloaded universal-hash v0.5.1
11262026-05-28T04:47:32.551Z Downloaded unit-prefix v0.5.2
11272026-05-28T04:47:32.551Z Downloaded strum_macros v0.26.4
11282026-05-28T04:47:32.555Z Downloaded unicase v2.9.0
11292026-05-28T04:47:32.555Z Downloaded hyper v1.8.1
11302026-05-28T04:47:32.557Z Downloaded itertools v0.14.0
11312026-05-28T04:47:32.562Z Downloaded uzers v0.12.2
11322026-05-28T04:47:32.565Z Downloaded tokio-stream v0.1.18
11332026-05-28T04:47:32.568Z Downloaded unicode-truncate v1.1.0
11342026-05-28T04:47:32.568Z Downloaded hkdf v0.12.4
11352026-05-28T04:47:32.572Z Downloaded futures-util v0.3.32
11362026-05-28T04:47:32.576Z Downloaded zeroize_derive v1.4.3
11372026-05-28T04:47:32.578Z Downloaded xshell-macros v0.2.7
11382026-05-28T04:47:32.579Z Downloaded xattr v1.6.1
11392026-05-28T04:47:32.579Z Downloaded vergen-lib v0.1.6
11402026-05-28T04:47:32.582Z Downloaded tokio-rustls v0.26.4
11412026-05-28T04:47:32.582Z Downloaded tokio-tungstenite v0.21.0
11422026-05-28T04:47:32.584Z Downloaded snafu v0.8.9
11432026-05-28T04:47:32.588Z Downloaded num-bigint-dig v0.8.6
11442026-05-28T04:47:32.591Z Downloaded zone_cfg_derive v0.3.1
11452026-05-28T04:47:32.591Z Downloaded mio v1.2.0
11462026-05-28T04:47:32.594Z Downloaded usdt-impl v0.6.0
11472026-05-28T04:47:32.598Z Downloaded test-strategy v0.4.5
11482026-05-28T04:47:32.600Z Downloaded whoami v1.6.1
11492026-05-28T04:47:32.600Z Downloaded toml_parser v1.0.9+spec-1.1.0
11502026-05-28T04:47:32.600Z Downloaded zone v0.3.1
11512026-05-28T04:47:32.600Z Downloaded vergen-git2 v9.1.0
11522026-05-28T04:47:32.605Z Downloaded whoami v2.1.0
11532026-05-28T04:47:32.605Z Downloaded vergen-gitcl v1.0.8
11542026-05-28T04:47:32.608Z Downloaded tinyvec v1.10.0
11552026-05-28T04:47:32.608Z Downloaded walkdir v2.5.0
11562026-05-28T04:47:32.608Z Downloaded schemars v1.2.1
11572026-05-28T04:47:32.614Z Downloaded typify-macro v0.6.2
11582026-05-28T04:47:32.617Z Downloaded libm v0.2.16
11592026-05-28T04:47:32.621Z Downloaded vsss-rs v3.3.4
11602026-05-28T04:47:32.623Z Downloaded vergen-lib v9.1.0
11612026-05-28T04:47:32.623Z Downloaded twox-hash v2.1.2
11622026-05-28T04:47:32.626Z Downloaded tracing-attributes v0.1.31
11632026-05-28T04:47:32.626Z Downloaded samael v0.0.19
11642026-05-28T04:47:32.629Z Downloaded h2 v0.4.13
11652026-05-28T04:47:32.635Z Downloaded tar v0.4.45
11662026-05-28T04:47:32.637Z Downloaded tokio-rustls v0.24.1
11672026-05-28T04:47:32.637Z Downloaded socket2 v0.5.10
11682026-05-28T04:47:32.640Z Downloaded rsa v0.9.10
11692026-05-28T04:47:32.644Z Downloaded zeroize v1.8.2
11702026-05-28T04:47:32.644Z Downloaded wyz v0.5.1
11712026-05-28T04:47:32.644Z Downloaded unicode-properties v0.1.4
11722026-05-28T04:47:32.647Z Downloaded nom v8.0.0
11732026-05-28T04:47:32.650Z Downloaded toml v0.7.8
11742026-05-28T04:47:32.653Z Downloaded xshell v0.2.7
11752026-05-28T04:47:32.668Z Downloaded zstd v0.13.3
11762026-05-28T04:47:32.671Z Downloaded steno v0.4.1
11772026-05-28T04:47:32.675Z Downloaded typify v0.4.3
11782026-05-28T04:47:32.677Z Downloaded russh v0.45.0
11792026-05-28T04:47:32.677Z Downloaded typify v0.6.2
11802026-05-28T04:47:32.682Z Downloaded tungstenite v0.23.0
11812026-05-28T04:47:32.684Z Downloaded uuid v1.23.0
11822026-05-28T04:47:32.684Z Downloaded vergen v9.1.0
11832026-05-28T04:47:32.687Z Downloaded unicode-bidi v0.3.18
11842026-05-28T04:47:32.687Z Downloaded iddqd v0.4.2
11852026-05-28T04:47:32.692Z Downloaded zerocopy v0.6.6
11862026-05-28T04:47:32.694Z Downloaded toml v1.0.6+spec-1.1.0
11872026-05-28T04:47:32.697Z Downloaded rustyline v14.0.0
11882026-05-28T04:47:32.700Z Downloaded yasna v0.5.2
11892026-05-28T04:47:32.700Z Downloaded tracing-core v0.1.36
11902026-05-28T04:47:32.703Z Downloaded p521 v0.13.3
11912026-05-28T04:47:32.706Z Downloaded toml_edit v0.23.10+spec-1.0.0
11922026-05-28T04:47:32.736Z Downloaded vte v0.14.1
11932026-05-28T04:47:32.736Z Downloaded zstd-safe v7.2.4
11942026-05-28T04:47:32.736Z Downloaded ssh-key v0.6.7
11952026-05-28T04:47:32.736Z Downloaded serde_with v1.14.0
11962026-05-28T04:47:32.738Z Downloaded tungstenite v0.21.0
11972026-05-28T04:47:32.738Z Downloaded tokio-postgres v0.7.16
11982026-05-28T04:47:32.741Z Downloaded reedline v0.40.0
11992026-05-28T04:47:32.741Z Downloaded unsafe-libyaml v0.2.11
12002026-05-28T04:47:32.741Z Downloaded blake3 v1.8.3
12012026-05-28T04:47:32.754Z Downloaded regex v1.12.3
12022026-05-28T04:47:32.757Z Downloaded zopfli v0.8.3
12032026-05-28T04:47:32.760Z Downloaded rpassword v7.4.0
12042026-05-28T04:47:32.770Z Downloaded aws-lc-rs v1.16.3
12052026-05-28T04:47:32.775Z Downloaded git2 v0.20.4
12062026-05-28T04:47:32.780Z Downloaded zip v0.6.6
12072026-05-28T04:47:32.783Z Downloaded yansi v1.0.1
12082026-05-28T04:47:32.786Z Downloaded tower v0.5.3
12092026-05-28T04:47:32.789Z Downloaded reqwest v0.13.2
12102026-05-28T04:47:32.796Z Downloaded bitvec v1.0.1
12112026-05-28T04:47:32.805Z Downloaded reqwest v0.12.28
12122026-05-28T04:47:32.809Z Downloaded toml_edit v0.19.15
12132026-05-28T04:47:32.818Z Downloaded unicode_categories v0.1.1
12142026-05-28T04:47:32.821Z Downloaded rayon v1.11.0
12152026-05-28T04:47:32.824Z Downloaded zerocopy-derive v0.8.40
12162026-05-28T04:47:32.829Z Downloaded lalrpop v0.19.12
12172026-05-28T04:47:32.836Z Downloaded p384 v0.13.1
12182026-05-28T04:47:32.838Z Downloaded typed-path v0.9.3
12192026-05-28T04:47:32.842Z Downloaded salty v0.3.0
12202026-05-28T04:47:32.846Z Downloaded moka v0.12.13
12212026-05-28T04:47:32.850Z Downloaded portable-atomic v1.13.1
12222026-05-28T04:47:32.855Z Downloaded x509-cert v0.2.5
12232026-05-28T04:47:32.859Z Downloaded curve25519-dalek v4.1.3
12242026-05-28T04:47:32.864Z Downloaded rustls-webpki v0.101.7
12252026-05-28T04:47:32.872Z Downloaded unicode-normalization v0.1.25
12262026-05-28T04:47:32.875Z Downloaded chrono v0.4.44
12272026-05-28T04:47:32.878Z Downloaded quick-xml v0.37.5
12282026-05-28T04:47:32.882Z Downloaded proptest v1.10.0
12292026-05-28T04:47:32.888Z Downloaded petname v2.0.2
12302026-05-28T04:47:32.892Z Downloaded unicode-segmentation v1.12.0
12312026-05-28T04:47:32.894Z Downloaded tokio-util v0.7.18
12322026-05-28T04:47:32.900Z Downloaded tower-http v0.6.8
12332026-05-28T04:47:32.903Z Downloaded zip v4.6.1
12342026-05-28T04:47:32.907Z Downloaded goblin v0.10.5
12352026-05-28T04:47:32.915Z Downloaded tough v0.22.0
12362026-05-28T04:47:32.920Z Downloaded rustls-webpki v0.102.8
12372026-05-28T04:47:32.932Z Downloaded serde_with v3.17.0
12382026-05-28T04:47:32.939Z Downloaded quinn-proto v0.11.13
12392026-05-28T04:47:32.943Z Downloaded radix_trie v0.2.1
12402026-05-28T04:47:32.946Z Downloaded object v0.30.4
12412026-05-28T04:47:32.961Z Downloaded winnow v0.6.26
12422026-05-28T04:47:32.966Z Downloaded nix v0.27.1
12432026-05-28T04:47:32.986Z Downloaded polar-core v0.27.3
12442026-05-28T04:47:32.994Z Downloaded nix v0.28.0
12452026-05-28T04:47:33.004Z Downloaded winnow v1.0.3
12462026-05-28T04:47:33.010Z Downloaded winnow v0.5.40
12472026-05-28T04:47:33.015Z Downloaded bstr v1.12.1
12482026-05-28T04:47:33.021Z Downloaded zlib-rs v0.6.2
12492026-05-28T04:47:33.025Z Downloaded vcpkg v0.2.15
12502026-05-28T04:47:33.047Z Downloaded tabled v0.20.0
12512026-05-28T04:47:33.057Z Downloaded time v0.3.47
12522026-05-28T04:47:33.064Z Downloaded webpki-roots v1.0.6
12532026-05-28T04:47:33.067Z Downloaded rustls v0.21.12
12542026-05-28T04:47:33.072Z Downloaded regex-syntax v0.6.29
12552026-05-28T04:47:33.076Z Downloaded hickory-proto v0.25.2
12562026-05-28T04:47:33.085Z Downloaded zerocopy v0.8.40
12572026-05-28T04:47:33.090Z Downloaded smoltcp v0.9.1
12582026-05-28T04:47:33.095Z Downloaded regress v0.10.5
12592026-05-28T04:47:33.101Z Downloaded object v0.37.3
12602026-05-28T04:47:33.106Z Downloaded hickory-proto v0.24.4
12612026-05-28T04:47:33.114Z Downloaded smoltcp v0.11.0
12622026-05-28T04:47:33.122Z Downloaded rustls v0.22.4
12632026-05-28T04:47:33.129Z Downloaded openapiv3 v2.2.0
12642026-05-28T04:47:33.135Z Downloaded diesel v2.3.7
12652026-05-28T04:47:33.147Z Downloaded rustls v0.23.37
12662026-05-28T04:47:33.154Z Downloaded sqlparser v0.61.0
12672026-05-28T04:47:33.159Z Downloaded rustix v0.38.44
12682026-05-28T04:47:33.172Z Downloaded regress v0.11.1
12692026-05-28T04:47:33.176Z Downloaded typify-impl v0.6.2
12702026-05-28T04:47:33.184Z Downloaded regex-syntax v0.8.10
12712026-05-28T04:47:33.189Z Downloaded openssl v0.10.79
12722026-05-28T04:47:33.194Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-05-28T04:47:33.201Z Downloaded dropshot v0.17.0
12742026-05-28T04:47:33.213Z Downloaded nix v0.31.2
12752026-05-28T04:47:33.236Z Downloaded petgraph v0.6.5
12762026-05-28T04:47:33.254Z Downloaded sled v0.34.7
12772026-05-28T04:47:33.260Z Downloaded ratatui v0.29.0
12782026-05-28T04:47:33.271Z Downloaded chrono-tz v0.10.4
12792026-05-28T04:47:33.280Z Downloaded tracing v0.1.44
12802026-05-28T04:47:33.294Z Downloaded typify-impl v0.4.3
12812026-05-28T04:47:33.302Z Downloaded petgraph v0.8.3
12822026-05-28T04:47:33.314Z Downloaded regex-automata v0.4.14
12832026-05-28T04:47:33.322Z Downloaded libz-sys v1.1.24
12842026-05-28T04:47:33.334Z Downloaded zerocopy-derive v0.6.6
12852026-05-28T04:47:33.346Z Downloaded sha3 v0.10.8
12862026-05-28T04:47:33.356Z Downloaded jiff v0.2.21
12872026-05-28T04:47:33.366Z Downloaded csv v1.4.0
12882026-05-28T04:47:33.394Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12892026-05-28T04:47:33.404Z Downloaded tokio v1.52.1
12902026-05-28T04:47:33.462Z Downloaded encoding_rs v0.8.35
12912026-05-28T04:47:33.474Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-05-28T04:47:33.505Z Downloaded ring v0.17.14
12932026-05-28T04:47:34.001Z Downloaded aws-lc-sys v0.40.0
12942026-05-28T04:47:34.258Z Compiling libc v0.2.185
12952026-05-28T04:47:34.258Z Compiling serde v1.0.228
12962026-05-28T04:47:34.261Z Compiling log v0.4.29
12972026-05-28T04:47:34.261Z Compiling shlex v1.3.0
12982026-05-28T04:47:34.261Z Compiling find-msvc-tools v0.1.9
12992026-05-28T04:47:34.261Z Compiling smallvec v1.15.1
13002026-05-28T04:47:34.261Z Compiling typenum v1.19.0
13012026-05-28T04:47:34.261Z Compiling subtle v2.6.1
13022026-05-28T04:47:34.451Z Compiling generic-array v0.14.7
13032026-05-28T04:47:34.454Z Compiling scopeguard v1.2.0
13042026-05-28T04:47:34.477Z Compiling const-oid v0.9.6
13052026-05-28T04:47:34.529Z Compiling serde_json v1.0.149
13062026-05-28T04:47:34.541Z Compiling syn v2.0.117
13072026-05-28T04:47:34.544Z Compiling zerocopy v0.8.40
13082026-05-28T04:47:34.544Z Compiling portable-atomic v1.13.1
13092026-05-28T04:47:34.554Z Compiling pin-project-lite v0.2.17
13102026-05-28T04:47:34.609Z Compiling lock_api v0.4.14
13112026-05-28T04:47:34.625Z Compiling parking_lot_core v0.9.12
13122026-05-28T04:47:34.642Z Compiling pkg-config v0.3.32
13132026-05-28T04:47:34.691Z Compiling bitflags v2.11.0
13142026-05-28T04:47:34.736Z Compiling libm v0.2.16
13152026-05-28T04:47:34.752Z Compiling futures-core v0.3.32
13162026-05-28T04:47:34.756Z Compiling critical-section v1.2.0
13172026-05-28T04:47:34.832Z Compiling num-traits v0.2.19
13182026-05-28T04:47:34.848Z Compiling percent-encoding v2.3.2
13192026-05-28T04:47:34.912Z Compiling futures-sink v0.3.32
13202026-05-28T04:47:34.926Z Compiling getrandom v0.4.1
13212026-05-28T04:47:34.957Z Compiling slab v0.4.12
13222026-05-28T04:47:34.986Z Compiling futures-io v0.3.32
13232026-05-28T04:47:35.001Z Compiling cpufeatures v0.2.17
13242026-05-28T04:47:35.068Z Compiling futures-channel v0.3.32
13252026-05-28T04:47:35.088Z Compiling futures-task v0.3.32
13262026-05-28T04:47:35.107Z Compiling rand_core v0.10.0
13272026-05-28T04:47:35.133Z Compiling indexmap v2.14.0
13282026-05-28T04:47:35.176Z Compiling rustversion v1.0.22
13292026-05-28T04:47:35.192Z Compiling getrandom v0.3.4
13302026-05-28T04:47:35.241Z Compiling form_urlencoded v1.2.2
13312026-05-28T04:47:35.279Z Compiling fs_extra v1.3.0
13322026-05-28T04:47:35.294Z Compiling dunce v1.0.5
13332026-05-28T04:47:35.308Z Compiling ident_case v1.0.1
13342026-05-28T04:47:35.325Z Compiling base64ct v1.8.3
13352026-05-28T04:47:35.328Z Compiling regex-syntax v0.8.10
13362026-05-28T04:47:35.351Z Compiling getrandom v0.2.17
13372026-05-28T04:47:35.403Z Compiling jobserver v0.1.34
13382026-05-28T04:47:35.421Z Compiling errno v0.3.14
13392026-05-28T04:47:35.450Z Compiling mio v1.2.0
13402026-05-28T04:47:35.536Z Compiling rand_core v0.6.4
13412026-05-28T04:47:35.548Z Compiling signal-hook-registry v1.4.8
13422026-05-28T04:47:35.566Z Compiling socket2 v0.6.3
13432026-05-28T04:47:35.618Z Compiling cc v1.2.56
13442026-05-28T04:47:35.634Z Compiling parking_lot v0.12.5
13452026-05-28T04:47:35.655Z Compiling once_cell v1.21.3
13462026-05-28T04:47:35.787Z Compiling pem-rfc7468 v0.7.0
13472026-05-28T04:47:35.805Z Compiling flagset v0.4.7
13482026-05-28T04:47:35.820Z Compiling rustix v1.1.3
13492026-05-28T04:47:35.842Z Compiling iana-time-zone v0.1.65
13502026-05-28T04:47:35.882Z Compiling aws-lc-rs v1.16.3
13512026-05-28T04:47:35.948Z Compiling vcpkg v0.2.15
13522026-05-28T04:47:35.977Z Compiling uuid v1.23.0
13532026-05-28T04:47:36.009Z Compiling tracing-core v0.1.36
13542026-05-28T04:47:36.023Z Compiling rustc_version v0.4.1
13552026-05-28T04:47:36.040Z Compiling base64 v0.22.1
13562026-05-28T04:47:36.055Z Compiling untrusted v0.9.0
13572026-05-28T04:47:36.111Z Compiling openssl-probe v0.2.1
13582026-05-28T04:47:36.191Z Compiling rand_core v0.9.5
13592026-05-28T04:47:36.204Z Compiling httparse v1.10.1
13602026-05-28T04:47:36.233Z Compiling tinyvec_macros v0.1.1
13612026-05-28T04:47:36.287Z Compiling untrusted v0.7.1
13622026-05-28T04:47:36.304Z Compiling tinyvec v1.10.0
13632026-05-28T04:47:36.318Z Compiling aho-corasick v1.1.4
13642026-05-28T04:47:36.346Z Compiling cmake v0.1.57
13652026-05-28T04:47:36.364Z Compiling dyn-clone v1.0.20
13662026-05-28T04:47:36.378Z Compiling atomic-waker v1.1.2
13672026-05-28T04:47:36.427Z Compiling schemars v0.8.22
13682026-05-28T04:47:36.483Z Compiling rustls v0.23.37
13692026-05-28T04:47:36.510Z Compiling try-lock v0.2.5
13702026-05-28T04:47:36.513Z Compiling tower-layer v0.3.3
13712026-05-28T04:47:36.573Z Compiling tower-service v0.3.3
13722026-05-28T04:47:36.589Z Compiling pin-utils v0.1.0
13732026-05-28T04:47:36.634Z Compiling want v0.3.1
13742026-05-28T04:47:36.682Z Compiling openssl v0.10.79
13752026-05-28T04:47:36.685Z Compiling foreign-types-shared v0.1.1
13762026-05-28T04:47:36.699Z Compiling httpdate v1.0.3
13772026-05-28T04:47:36.727Z Compiling unicode-normalization v0.1.25
13782026-05-28T04:47:36.730Z Compiling socket2 v0.5.10
13792026-05-28T04:47:36.730Z Compiling spin v0.9.8
13802026-05-28T04:47:36.730Z Compiling native-tls v0.2.18
13812026-05-28T04:47:36.730Z Compiling time-core v0.1.8
13822026-05-28T04:47:36.801Z Compiling foreign-types v0.3.2
13832026-05-28T04:47:36.805Z Compiling powerfmt v0.2.0
13842026-05-28T04:47:36.831Z Compiling crc32fast v1.5.0
13852026-05-28T04:47:36.899Z Compiling num-conv v0.2.0
13862026-05-28T04:47:36.923Z Compiling wait-timeout v0.2.1
13872026-05-28T04:47:36.937Z Compiling sync_wrapper v1.0.2
13882026-05-28T04:47:36.951Z Compiling usdt-impl v0.6.0
13892026-05-28T04:47:36.966Z Compiling deranged v0.5.8
13902026-05-28T04:47:36.981Z Compiling syn v1.0.109
13912026-05-28T04:47:37.009Z Compiling bit-vec v0.8.0
13922026-05-28T04:47:37.024Z Compiling quick-error v1.2.3
13932026-05-28T04:47:37.045Z Compiling time-macros v0.2.27
13942026-05-28T04:47:37.060Z Compiling siphasher v1.0.2
13952026-05-28T04:47:37.172Z Compiling regex-automata v0.4.14
13962026-05-28T04:47:37.186Z Compiling simd-adler32 v0.3.8
13972026-05-28T04:47:37.204Z Compiling aws-lc-sys v0.40.0
13982026-05-28T04:47:37.207Z Compiling ring v0.17.14
13992026-05-28T04:47:37.234Z Compiling openssl-sys v0.9.115
14002026-05-28T04:47:37.237Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14012026-05-28T04:47:37.237Z Compiling crossbeam-utils v0.8.21
14022026-05-28T04:47:37.278Z Compiling num_threads v0.1.7
14032026-05-28T04:47:37.281Z Compiling unicode-segmentation v1.12.0
14042026-05-28T04:47:37.390Z Compiling synstructure v0.13.2
14052026-05-28T04:47:37.404Z Compiling serde_derive_internals v0.29.1
14062026-05-28T04:47:37.452Z Compiling pest_generator v2.8.6
14072026-05-28T04:47:37.573Z Compiling darling_core v0.20.11
14082026-05-28T04:47:37.649Z Compiling tempfile v3.25.0
14092026-05-28T04:47:37.719Z Compiling darling_core v0.21.3
14102026-05-28T04:47:37.742Z Compiling bit-set v0.8.0
14112026-05-28T04:47:37.952Z Compiling rusty-fork v0.3.1
14122026-05-28T04:47:38.057Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-05-28T04:47:38.099Z Compiling heapless v0.7.17
14142026-05-28T04:47:38.117Z Compiling rand_xorshift v0.4.0
14152026-05-28T04:47:38.234Z Compiling time v0.3.47
14162026-05-28T04:47:38.253Z Compiling slog v2.8.2
14172026-05-28T04:47:38.267Z Compiling thread-id v5.1.0
14182026-05-28T04:47:38.307Z Compiling cookie v0.18.1
14192026-05-28T04:47:38.333Z Compiling ryu v1.0.23
14202026-05-28T04:47:38.364Z Compiling unicode-bidi v0.3.18
14212026-05-28T04:47:38.380Z Compiling unarray v0.1.4
14222026-05-28T04:47:38.380Z Compiling anyhow v1.0.102
14232026-05-28T04:47:38.383Z Compiling adler2 v2.0.1
14242026-05-28T04:47:38.424Z Compiling iri-string v0.7.10
14252026-05-28T04:47:38.464Z Compiling zstd-safe v7.2.4
14262026-05-28T04:47:38.506Z Compiling paste v1.0.15
14272026-05-28T04:47:38.520Z Compiling allocator-api2 v0.2.21
14282026-05-28T04:47:38.536Z Compiling unicode-properties v0.1.4
14292026-05-28T04:47:38.557Z Compiling signal-hook v0.3.18
14302026-05-28T04:47:38.750Z Compiling stringprep v0.1.5
14312026-05-28T04:47:38.777Z Compiling miniz_oxide v0.8.9
14322026-05-28T04:47:38.922Z Compiling heck v0.4.1
14332026-05-28T04:47:38.969Z Compiling num-integer v0.1.46
14342026-05-28T04:47:39.167Z Compiling curve25519-dalek v4.1.3
14352026-05-28T04:47:39.201Z Compiling serde_derive v1.0.228
14362026-05-28T04:47:39.252Z Compiling zeroize_derive v1.4.3
14372026-05-28T04:47:39.323Z Compiling zerofrom-derive v0.1.6
14382026-05-28T04:47:39.399Z Compiling yoke-derive v0.8.1
14392026-05-28T04:47:39.433Z Compiling zerocopy-derive v0.8.40
14402026-05-28T04:47:39.533Z Compiling zerovec-derive v0.11.2
14412026-05-28T04:47:39.593Z Compiling displaydoc v0.2.5
14422026-05-28T04:47:39.896Z Compiling tokio-macros v2.7.0
14432026-05-28T04:47:39.937Z Compiling zeroize v1.8.2
14442026-05-28T04:47:40.005Z Compiling futures-macro v0.3.32
14452026-05-28T04:47:40.039Z Compiling der_derive v0.7.3
14462026-05-28T04:47:40.380Z Compiling rustls-pki-types v1.14.0
14472026-05-28T04:47:40.392Z Compiling tracing-attributes v0.1.31
14482026-05-28T04:47:40.605Z Compiling thiserror-impl v2.0.18
14492026-05-28T04:47:40.663Z Compiling pest_derive v2.8.6
14502026-05-28T04:47:40.708Z Compiling crypto-common v0.1.7
14512026-05-28T04:47:40.739Z Compiling block-buffer v0.10.4
14522026-05-28T04:47:40.775Z Compiling zerofrom v0.1.6
14532026-05-28T04:47:40.860Z Compiling block-padding v0.3.3
14542026-05-28T04:47:40.864Z Compiling futures-util v0.3.32
14552026-05-28T04:47:40.888Z Compiling yoke v0.8.1
14562026-05-28T04:47:40.917Z Compiling digest v0.10.7
14572026-05-28T04:47:40.935Z Compiling schemars_derive v0.8.22
14582026-05-28T04:47:41.050Z Compiling inout v0.1.4
14592026-05-28T04:47:41.065Z Compiling zerovec v0.11.5
14602026-05-28T04:47:41.097Z Compiling zerotrie v0.2.3
14612026-05-28T04:47:41.135Z Compiling hmac v0.12.1
14622026-05-28T04:47:41.189Z Compiling cipher v0.4.4
14632026-05-28T04:47:41.238Z Compiling sha2 v0.10.9
14642026-05-28T04:47:41.305Z Compiling der v0.7.10
14652026-05-28T04:47:41.420Z Compiling salsa20 v0.10.2
14662026-05-28T04:47:41.476Z Compiling pbkdf2 v0.12.2
14672026-05-28T04:47:41.491Z Compiling cbc v0.1.2
14682026-05-28T04:47:41.574Z Compiling tinystr v0.8.2
14692026-05-28T04:47:41.589Z Compiling potential_utf v0.1.4
14702026-05-28T04:47:41.605Z Compiling scrypt v0.11.0
14712026-05-28T04:47:41.651Z Compiling aes v0.8.4
14722026-05-28T04:47:41.772Z Compiling icu_locale_core v2.1.1
14732026-05-28T04:47:41.791Z Compiling icu_collections v2.1.1
14742026-05-28T04:47:41.802Z Compiling tracing v0.1.44
14752026-05-28T04:47:41.914Z Compiling scroll_derive v0.13.1
14762026-05-28T04:47:42.050Z Compiling thiserror v2.0.18
14772026-05-28T04:47:42.115Z Compiling darling_macro v0.20.11
14782026-05-28T04:47:42.177Z Compiling spki v0.7.3
14792026-05-28T04:47:42.283Z Compiling openssl-macros v0.1.1
14802026-05-28T04:47:42.311Z Compiling rustls-native-certs v0.8.3
14812026-05-28T04:47:42.413Z Compiling icu_provider v2.1.1
14822026-05-28T04:47:42.576Z Compiling pkcs5 v0.7.1
14832026-05-28T04:47:42.625Z Compiling darling v0.20.11
14842026-05-28T04:47:42.640Z Compiling dtrace-parser v0.3.0
14852026-05-28T04:47:42.689Z Compiling bytes v1.11.1
14862026-05-28T04:47:42.705Z Compiling icu_properties v2.1.2
14872026-05-28T04:47:42.708Z Compiling icu_normalizer v2.1.1
14882026-05-28T04:47:42.734Z Compiling chrono v0.4.44
14892026-05-28T04:47:42.752Z Compiling ipnet v2.11.0
14902026-05-28T04:47:42.769Z Compiling scroll v0.13.0
14912026-05-28T04:47:42.798Z Compiling derive_builder_core v0.20.2
14922026-05-28T04:47:42.921Z Compiling pkcs8 v0.10.2
14932026-05-28T04:47:43.109Z Compiling goblin v0.10.5
14942026-05-28T04:47:43.137Z Compiling signature v2.2.0
14952026-05-28T04:47:43.261Z Compiling tokio v1.52.1
14962026-05-28T04:47:43.283Z Compiling http v1.4.0
14972026-05-28T04:47:43.304Z Compiling webpki-roots v1.0.6
14982026-05-28T04:47:43.347Z Compiling scroll_derive v0.12.1
14992026-05-28T04:47:43.350Z Compiling thiserror-impl v1.0.69
15002026-05-28T04:47:43.376Z Compiling serde_urlencoded v0.7.1
15012026-05-28T04:47:43.441Z Compiling toml_datetime v0.6.11
15022026-05-28T04:47:43.490Z Compiling serde_tokenstream v0.2.3
15032026-05-28T04:47:43.642Z Compiling idna_adapter v1.2.1
15042026-05-28T04:47:43.696Z Compiling serde_spanned v0.6.9
15052026-05-28T04:47:43.725Z Compiling erased-serde v0.3.31
15062026-05-28T04:47:43.775Z Compiling idna v1.1.0
15072026-05-28T04:47:43.800Z Compiling derive_builder_macro v0.20.2
15082026-05-28T04:47:43.830Z Compiling md-5 v0.10.6
15092026-05-28T04:47:43.860Z Compiling darling_macro v0.21.3
15102026-05-28T04:47:43.883Z Compiling bstr v1.12.1
15112026-05-28T04:47:44.014Z Compiling ppv-lite86 v0.2.21
15122026-05-28T04:47:44.066Z Compiling url v2.5.8
15132026-05-28T04:47:44.135Z Compiling http-body v1.0.1
15142026-05-28T04:47:44.216Z Compiling scroll v0.12.0
15152026-05-28T04:47:44.234Z Compiling pin-project-internal v1.1.11
15162026-05-28T04:47:44.249Z Compiling async-trait v0.1.89
15172026-05-28T04:47:44.289Z Compiling http-body-util v0.1.3
15182026-05-28T04:47:44.309Z Compiling rand_chacha v0.9.0
15192026-05-28T04:47:44.353Z Compiling rand_chacha v0.3.1
15202026-05-28T04:47:44.373Z Compiling zerocopy-derive v0.7.35
15212026-05-28T04:47:44.455Z Compiling vergen-lib v9.1.0
15222026-05-28T04:47:44.508Z Compiling rand v0.9.2
15232026-05-28T04:47:44.550Z Compiling ff v0.13.1
15242026-05-28T04:47:44.656Z Compiling hash32 v0.2.1
15252026-05-28T04:47:44.671Z Compiling thiserror v1.0.69
15262026-05-28T04:47:44.701Z Compiling memoffset v0.9.1
15272026-05-28T04:47:44.788Z Compiling encoding_rs v0.8.35
15282026-05-28T04:47:44.868Z Compiling psl-types v2.0.11
15292026-05-28T04:47:44.894Z Compiling ref-cast v1.0.25
15302026-05-28T04:47:44.912Z Compiling num-bigint-dig v0.8.6
15312026-05-28T04:47:45.008Z Compiling fallible-iterator v0.2.0
15322026-05-28T04:47:45.036Z Compiling litrs v1.0.0
15332026-05-28T04:47:45.215Z Compiling proptest v1.10.0
15342026-05-28T04:47:45.229Z Compiling smoltcp v0.9.1
15352026-05-28T04:47:45.251Z Compiling mime v0.3.17
15362026-05-28T04:47:45.297Z Compiling rustix v0.38.44
15372026-05-28T04:47:45.331Z Compiling cfg_aliases v0.2.1
15382026-05-28T04:47:45.346Z Compiling zlib-rs v0.6.2
15392026-05-28T04:47:45.349Z Compiling base16ct v0.2.0
15402026-05-28T04:47:45.398Z Compiling ipnetwork v0.21.1
15412026-05-28T04:47:45.417Z Compiling nix v0.31.2
15422026-05-28T04:47:45.461Z Compiling pin-project v1.1.11
15432026-05-28T04:47:45.529Z Compiling sec1 v0.7.3
15442026-05-28T04:47:45.564Z Compiling zerocopy v0.7.35
15452026-05-28T04:47:45.586Z Compiling document-features v0.2.12
15462026-05-28T04:47:45.589Z Compiling postgres-protocol v0.6.10
15472026-05-28T04:47:45.681Z Compiling oxnet v0.1.5
15482026-05-28T04:47:45.819Z Compiling publicsuffix v2.3.0
15492026-05-28T04:47:45.849Z Compiling dof v0.4.0
15502026-05-28T04:47:45.935Z Compiling group v0.13.0
15512026-05-28T04:47:45.969Z Compiling rand v0.8.6
15522026-05-28T04:47:45.990Z Compiling goblin v0.8.2
15532026-05-28T04:47:46.006Z Compiling darling v0.21.3
15542026-05-28T04:47:46.101Z Compiling derive_builder v0.20.2
15552026-05-28T04:47:46.132Z Compiling futures-executor v0.3.32
15562026-05-28T04:47:46.149Z Compiling hubpack_derive v0.1.1
15572026-05-28T04:47:46.167Z Compiling hex v0.4.3
15582026-05-28T04:47:46.203Z Compiling hkdf v0.12.4
15592026-05-28T04:47:46.247Z Compiling crypto-bigint v0.5.5
15602026-05-28T04:47:46.387Z Compiling regex v1.12.3
15612026-05-28T04:47:46.439Z Compiling num-iter v0.1.45
15622026-05-28T04:47:46.453Z Compiling strum_macros v0.27.2
15632026-05-28T04:47:46.471Z Compiling ref-cast-impl v1.0.25
15642026-05-28T04:47:46.527Z Compiling curve25519-dalek-derive v0.1.1
15652026-05-28T04:47:46.638Z Compiling daft-derive v0.1.7
15662026-05-28T04:47:46.812Z Compiling snafu-derive v0.8.9
15672026-05-28T04:47:47.048Z Compiling tokio-util v0.7.18
15682026-05-28T04:47:47.063Z Compiling tower v0.5.3
15692026-05-28T04:47:47.183Z Compiling tokio-native-tls v0.3.1
15702026-05-28T04:47:47.212Z Compiling terminal_size v0.4.3
15712026-05-28T04:47:47.369Z Compiling phf_shared v0.13.1
15722026-05-28T04:47:47.385Z Compiling lazy_static v1.5.0
15732026-05-28T04:47:47.400Z Compiling anstyle-parse v0.2.7
15742026-05-28T04:47:47.424Z Compiling vergen v9.1.0
15752026-05-28T04:47:47.496Z Compiling tower-http v0.6.8
15762026-05-28T04:47:47.515Z Compiling newtype-uuid v1.3.2
15772026-05-28T04:47:47.542Z Compiling cargo-platform v0.3.2
15782026-05-28T04:47:47.558Z Compiling fs-err v3.3.0
15792026-05-28T04:47:47.602Z Compiling ahash v0.8.12
15802026-05-28T04:47:47.621Z Compiling foldhash v0.1.5
15812026-05-28T04:47:47.621Z Compiling bumpalo v3.20.2
15822026-05-28T04:47:47.776Z Compiling h2 v0.4.13
15832026-05-28T04:47:47.811Z Compiling foldhash v0.2.0
15842026-05-28T04:47:47.828Z Compiling libbz2-rs-sys v0.2.2
15852026-05-28T04:47:47.833Z Compiling object v0.37.3
15862026-05-28T04:47:47.862Z Compiling bitflags v1.3.2
15872026-05-28T04:47:47.900Z Compiling winnow v0.5.40
15882026-05-28T04:47:47.915Z Compiling managed v0.8.0
15892026-05-28T04:47:47.948Z Compiling same-file v1.0.6
15902026-05-28T04:47:48.112Z Compiling walkdir v2.5.0
15912026-05-28T04:47:48.171Z Compiling hashbrown v0.16.1
15922026-05-28T04:47:48.187Z Compiling zopfli v0.8.3
15932026-05-28T04:47:48.254Z Compiling flate2 v1.1.9
15942026-05-28T04:47:48.435Z Compiling bzip2 v0.6.1
15952026-05-28T04:47:48.461Z Compiling dof v0.3.0
15962026-05-28T04:47:48.490Z Compiling strum v0.27.2
15972026-05-28T04:47:48.651Z Compiling hashbrown v0.15.5
15982026-05-28T04:47:48.667Z Compiling cargo_metadata v0.23.1
15992026-05-28T04:47:48.671Z Compiling daft v0.1.7
16002026-05-28T04:47:48.721Z Compiling clap_builder v4.6.0
16012026-05-28T04:47:48.750Z Compiling phf v0.13.1
16022026-05-28T04:47:48.800Z Compiling anstream v0.6.21
16032026-05-28T04:47:48.835Z Compiling snafu v0.8.9
16042026-05-28T04:47:48.929Z Compiling usdt-macro v0.6.0
16052026-05-28T04:47:48.968Z Compiling usdt-attr-macro v0.6.0
16062026-05-28T04:47:48.989Z Compiling signal-hook-mio v0.2.5
16072026-05-28T04:47:49.124Z Compiling elliptic-curve v0.13.8
16082026-05-28T04:47:49.251Z Compiling cookie_store v0.22.1
16092026-05-28T04:47:49.255Z Compiling hubpack v0.1.2
16102026-05-28T04:47:49.340Z Compiling toml_edit v0.19.15
16112026-05-28T04:47:49.442Z Compiling bzip2 v0.4.4
16122026-05-28T04:47:49.494Z Compiling futures v0.3.32
16132026-05-28T04:47:49.530Z Compiling serde_with_macros v3.17.0
16142026-05-28T04:47:49.547Z Compiling postgres-types v0.2.12
16152026-05-28T04:47:49.589Z Compiling zstd v0.13.3
16162026-05-28T04:47:49.693Z Compiling dtrace-parser v0.2.0
16172026-05-28T04:47:49.734Z Compiling globset v0.4.18
16182026-05-28T04:47:49.825Z Compiling ed25519 v2.2.3
16192026-05-28T04:47:49.873Z Compiling pkcs1 v0.7.5
16202026-05-28T04:47:49.929Z Compiling serde-big-array v0.5.1
16212026-05-28T04:47:50.065Z Compiling olpc-cjson v0.1.4
16222026-05-28T04:47:50.088Z Compiling serde_plain v1.0.2
16232026-05-28T04:47:50.145Z Compiling rfc6979 v0.4.0
16242026-05-28T04:47:50.248Z Compiling enum-as-inner v0.6.1
16252026-05-28T04:47:50.292Z Compiling async-recursion v1.1.1
16262026-05-28T04:47:50.309Z Compiling strum_macros v0.26.4
16272026-05-28T04:47:50.325Z Compiling clap_derive v4.6.1
16282026-05-28T04:47:50.452Z Compiling serde_repr v0.1.20
16292026-05-28T04:47:50.478Z Compiling phf_shared v0.11.3
16302026-05-28T04:47:50.683Z Compiling float-cmp v0.10.0
16312026-05-28T04:47:50.726Z Compiling pem v3.0.6
16322026-05-28T04:47:50.771Z Compiling thread-id v4.2.2
16332026-05-28T04:47:50.787Z Compiling hyper v1.8.1
16342026-05-28T04:47:50.815Z Compiling memmap2 v0.9.10
16352026-05-28T04:47:50.855Z Compiling env_filter v1.0.0
16362026-05-28T04:47:50.872Z Compiling static_assertions v1.1.0
16372026-05-28T04:47:50.958Z Compiling difflib v0.4.0
16382026-05-28T04:47:50.988Z Compiling new_debug_unreachable v1.0.6
16392026-05-28T04:47:51.020Z Compiling jiff v0.2.21
16402026-05-28T04:47:51.056Z Compiling typed-path v0.9.3
16412026-05-28T04:47:51.074Z Compiling keccak v0.1.6
16422026-05-28T04:47:51.090Z Compiling data-encoding v2.10.0
16432026-05-28T04:47:51.177Z Compiling whoami v2.1.0
16442026-05-28T04:47:51.546Z Compiling predicates-core v1.0.10
16452026-05-28T04:47:51.571Z Compiling precomputed-hash v0.1.1
16462026-05-28T04:47:51.688Z Compiling normalize-line-endings v0.3.0
16472026-05-28T04:47:51.739Z Compiling fixedbitset v0.4.2
16482026-05-28T04:47:51.797Z Compiling fixedbitset v0.5.7
16492026-05-28T04:47:51.797Z Compiling predicates v3.1.4
16502026-05-28T04:47:51.829Z Compiling string_cache v0.8.9
16512026-05-28T04:47:51.832Z Compiling tokio-postgres v0.7.16
16522026-05-28T04:47:51.903Z Compiling hyper-util v0.1.20
16532026-05-28T04:47:51.978Z Compiling petgraph v0.6.5
16542026-05-28T04:47:52.058Z Compiling petgraph v0.8.3
16552026-05-28T04:47:52.084Z Compiling hickory-proto v0.25.2
16562026-05-28T04:47:52.098Z Compiling sha3 v0.10.8
16572026-05-28T04:47:52.132Z Compiling strum v0.26.3
16582026-05-28T04:47:52.147Z Compiling toml_edit v0.22.27
16592026-05-28T04:47:52.165Z Compiling clap v4.6.1
16602026-05-28T04:47:52.258Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16612026-05-28T04:47:52.281Z Compiling env_logger v0.11.9
16622026-05-28T04:47:52.295Z Compiling usdt v0.6.0
16632026-05-28T04:47:52.416Z Compiling usdt-impl v0.5.0
16642026-05-28T04:47:52.486Z Compiling serde_with v3.17.0
16652026-05-28T04:47:52.574Z Compiling toml v0.7.8
16662026-05-28T04:47:52.577Z Compiling crossterm v0.28.1
16672026-05-28T04:47:52.647Z Compiling ecdsa v0.16.9
16682026-05-28T04:47:53.070Z Compiling rsa v0.9.10
16692026-05-28T04:47:53.086Z Compiling ed25519-dalek v2.2.0
16702026-05-28T04:47:53.497Z Compiling hyper-tls v0.6.0
16712026-05-28T04:47:53.739Z Compiling zip v4.6.1
16722026-05-28T04:47:53.758Z Compiling zip v0.6.6
16732026-05-28T04:47:53.954Z Compiling iddqd v0.4.2
16742026-05-28T04:47:54.267Z Compiling toml_parser v1.0.9+spec-1.1.0
16752026-05-28T04:47:54.374Z Compiling tokio-stream v0.1.18
16762026-05-28T04:47:54.390Z Compiling buf-list v1.1.2
16772026-05-28T04:47:54.537Z Compiling similar v2.7.0
16782026-05-28T04:47:54.567Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-05-28T04:47:54.687Z Compiling openapiv3 v2.2.0
16802026-05-28T04:47:54.738Z Compiling x509-cert v0.2.5
16812026-05-28T04:47:54.790Z Compiling sha1 v0.10.6
16822026-05-28T04:47:54.866Z Compiling crossbeam-epoch v0.9.18
16832026-05-28T04:47:54.898Z Compiling lalrpop-util v0.19.12
16842026-05-28T04:47:54.920Z Compiling peg-runtime v0.8.5
16852026-05-28T04:47:54.943Z Compiling either v1.15.0
16862026-05-28T04:47:55.037Z Compiling thread_local v1.1.9
16872026-05-28T04:47:55.108Z Compiling slog-async v2.8.0
16882026-05-28T04:47:55.175Z Compiling crossbeam-channel v0.5.15
16892026-05-28T04:47:55.198Z Compiling filetime v0.2.27
16902026-05-28T04:47:55.228Z Compiling is-terminal v0.4.17
16912026-05-28T04:47:55.242Z Compiling xattr v1.6.1
16922026-05-28T04:47:55.275Z Compiling term v1.2.1
16932026-05-28T04:47:55.291Z Compiling take_mut v0.2.2
16942026-05-28T04:47:55.392Z Compiling tar v0.4.45
16952026-05-28T04:47:55.571Z Compiling slog-term v2.9.2
16962026-05-28T04:48:13.094Z Compiling rustls-webpki v0.103.9
16972026-05-28T04:48:15.877Z Compiling tokio-rustls v0.26.4
16982026-05-28T04:48:15.878Z Compiling rustls-platform-verifier v0.6.2
16992026-05-28T04:48:16.071Z Compiling hyper-rustls v0.27.7
17002026-05-28T04:48:16.264Z Compiling reqwest v0.12.28
17012026-05-28T04:48:16.264Z Compiling reqwest v0.13.2
17022026-05-28T04:48:17.486Z Compiling tough v0.22.0
17032026-05-28T04:48:20.031Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-05-28T04:48:20.236Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-05-28T04:48:23.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.05s
17062026-05-28T04:48:23.206Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17072026-05-28T04:48:23.262ZMay 28 04:48:21.732 INFO Starting download, target: Cockroach
17082026-05-28T04:48:23.262ZMay 28 04:48:21.733 INFO Starting download, target: MaghemiteDdmd
17092026-05-28T04:48:23.263ZMay 28 04:48:21.733 INFO Starting download, target: MaghemiteMgd
17102026-05-28T04:48:23.265ZMay 28 04:48:21.733 INFO Starting download, target: DendriteStub
17112026-05-28T04:48:23.266ZMay 28 04:48:21.733 INFO Starting download, target: Clickhouse
17122026-05-28T04:48:23.266ZMay 28 04:48:21.733 INFO Starting download, target: Console
17132026-05-28T04:48:23.266ZMay 28 04:48:21.733 INFO Starting download, target: TransceiverControl
17142026-05-28T04:48:23.266ZMay 28 04:48:21.733 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17152026-05-28T04:48:23.266ZMay 28 04:48:21.733 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17162026-05-28T04:48:23.266ZMay 28 04:48:21.733 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17172026-05-28T04:48:23.266ZMay 28 04:48:21.733 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17182026-05-28T04:48:23.266ZMay 28 04:48:21.733 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17192026-05-28T04:48:23.266ZMay 28 04:48:21.733 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17202026-05-28T04:48:23.266ZMay 28 04:48:21.733 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17212026-05-28T04:48:23.774ZMay 28 04:48:22.245 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17222026-05-28T04:48:23.982ZMay 28 04:48:22.450 INFO Download complete, target: TransceiverControl
17232026-05-28T04:48:24.237ZMay 28 04:48:22.705 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17242026-05-28T04:48:24.473ZMay 28 04:48:22.943 INFO Download complete, target: Console
17252026-05-28T04:48:25.186ZMay 28 04:48:23.656 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17262026-05-28T04:48:25.197ZMay 28 04:48:23.667 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17272026-05-28T04:48:25.330ZMay 28 04:48:23.797 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-05-28T04:48:25.590ZMay 28 04:48:24.060 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17292026-05-28T04:48:25.891ZMay 28 04:48:24.363 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17302026-05-28T04:48:25.891ZMay 28 04:48:24.363 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17312026-05-28T04:48:27.214ZMay 28 04:48:25.685 INFO Download complete, target: MaghemiteDdmd
17322026-05-28T04:48:28.048ZMay 28 04:48:26.519 INFO Download complete, target: DendriteStub
17332026-05-28T04:48:28.300ZMay 28 04:48:26.771 INFO Download complete, target: MaghemiteMgd
17342026-05-28T04:48:30.578ZMay 28 04:48:29.045 INFO Checking that binary works, target: Cockroach
17352026-05-28T04:48:30.699ZMay 28 04:48:29.170 INFO Download complete, target: Cockroach
17362026-05-28T04:48:32.139ZMay 28 04:48:30.592 INFO Checking that binary works, target: Clickhouse
17372026-05-28T04:48:32.232ZMay 28 04:48:30.688 INFO Download complete, target: Clickhouse
17382026-05-28T04:48:32.254ZAll prerequisites installed successfully
17392026-05-28T04:48:32.254Z
17402026-05-28T04:48:32.254Zreal 2:01.117297575
17412026-05-28T04:48:32.254Zuser 6:58.781980463
17422026-05-28T04:48:32.255Zsys 1:42.396409167
17432026-05-28T04:48:32.255Ztrap 0.249564933
17442026-05-28T04:48:32.255Ztflt 1.153787972
17452026-05-28T04:48:32.255Zdflt 1.869397174
17462026-05-28T04:48:32.255Zkflt 0.024355154
17472026-05-28T04:48:32.255Zlock 23:00.325789403
17482026-05-28T04:48:32.255Zslp 18:55.328254574
17492026-05-28T04:48:32.255Zlat 22.391639909
17502026-05-28T04:48:32.255Zstop 2:51.999528621
17512026-05-28T04:48:32.255Z+ ptime -m cargo xtask download softnpu
17522026-05-28T04:48:32.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17532026-05-28T04:48:32.806Z Running `target/debug/xtask download softnpu`
17542026-05-28T04:48:33.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17552026-05-28T04:48:33.654Z Running `target/debug/xtask-downloader softnpu`
17562026-05-28T04:48:33.716ZMay 28 04:48:32.161 INFO Starting download, target: Softnpu
17572026-05-28T04:48:33.746ZMay 28 04:48:32.162 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17582026-05-28T04:48:34.375ZMay 28 04:48:32.841 INFO Download complete, target: Softnpu
17592026-05-28T04:48:34.383Z
17602026-05-28T04:48:34.383Zreal 2.143110385
17612026-05-28T04:48:34.383Zuser 1.411889074
17622026-05-28T04:48:34.383Zsys 0.693578914
17632026-05-28T04:48:34.383Ztrap 0.000558730
17642026-05-28T04:48:34.383Ztflt 0.000100530
17652026-05-28T04:48:34.383Zdflt 0.000134860
17662026-05-28T04:48:34.383Zkflt 0.000000000
17672026-05-28T04:48:34.383Zlock 12.265248166
17682026-05-28T04:48:34.383Zslp 0.525720244
17692026-05-28T04:48:34.383Zlat 0.086556393
17702026-05-28T04:48:34.384Zstop 0.000171390
17712026-05-28T04:48:34.384Z+ export CARGO_INCREMENTAL=0
17722026-05-28T04:48:34.384Z+ CARGO_INCREMENTAL=0
17732026-05-28T04:48:34.384Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17742026-05-28T04:48:35.319Z Compiling proc-macro2 v1.0.106
17752026-05-28T04:48:35.319Z Compiling quote v1.0.45
17762026-05-28T04:48:35.319Z Compiling unicode-ident v1.0.24
17772026-05-28T04:48:35.319Z Compiling libc v0.2.185
17782026-05-28T04:48:35.322Z Compiling serde_core v1.0.228
17792026-05-28T04:48:35.323Z Compiling serde v1.0.228
17802026-05-28T04:48:35.323Z Compiling cfg-if v1.0.4
17812026-05-28T04:48:35.323Z Compiling version_check v0.9.5
17822026-05-28T04:48:35.323Z Compiling find-msvc-tools v0.1.9
17832026-05-28T04:48:35.323Z Compiling shlex v1.3.0
17842026-05-28T04:48:35.467Z Compiling typenum v1.19.0
17852026-05-28T04:48:35.471Z Compiling zmij v1.0.21
17862026-05-28T04:48:35.471Z Compiling autocfg v1.5.0
17872026-05-28T04:48:35.471Z Compiling serde_json v1.0.149
17882026-05-28T04:48:35.471Z Compiling memchr v2.8.0
17892026-05-28T04:48:35.597Z Compiling portable-atomic v1.13.1
17902026-05-28T04:48:35.673Z Compiling libm v0.2.16
17912026-05-28T04:48:35.785Z Compiling generic-array v0.14.7
17922026-05-28T04:48:35.907Z Compiling zerocopy v0.8.40
17932026-05-28T04:48:35.910Z Compiling smallvec v1.15.1
17942026-05-28T04:48:35.910Z Compiling parking_lot_core v0.9.12
17952026-05-28T04:48:35.910Z Compiling icu_properties_data v2.1.2
17962026-05-28T04:48:36.004Z Compiling num-traits v0.2.19
17972026-05-28T04:48:36.007Z Compiling icu_normalizer_data v2.1.1
17982026-05-28T04:48:36.101Z Compiling itoa v1.0.17
17992026-05-28T04:48:36.121Z Compiling getrandom v0.4.1
18002026-05-28T04:48:36.138Z Compiling log v0.4.29
18012026-05-28T04:48:36.206Z Compiling stable_deref_trait v1.2.1
18022026-05-28T04:48:36.295Z Compiling pkg-config v0.3.32
18032026-05-28T04:48:36.731Z Compiling subtle v2.6.1
18042026-05-28T04:48:36.734Z Compiling scopeguard v1.2.0
18052026-05-28T04:48:36.734Z Compiling getrandom v0.2.17
18062026-05-28T04:48:36.734Z Compiling errno v0.3.14
18072026-05-28T04:48:36.734Z Compiling lock_api v0.4.14
18082026-05-28T04:48:36.734Z Compiling percent-encoding v2.3.2
18092026-05-28T04:48:36.734Z Compiling jobserver v0.1.34
18102026-05-28T04:48:36.734Z Compiling rand_core v0.6.4
18112026-05-28T04:48:36.734Z Compiling writeable v0.6.2
18122026-05-28T04:48:36.751Z Compiling litemap v0.8.1
18132026-05-28T04:48:36.857Z Compiling syn v2.0.117
18142026-05-28T04:48:36.874Z Compiling cc v1.2.56
18152026-05-28T04:48:36.906Z Compiling pin-project-lite v0.2.17
18162026-05-28T04:48:36.941Z Compiling fnv v1.0.7
18172026-05-28T04:48:36.991Z Compiling thiserror v2.0.18
18182026-05-28T04:48:37.035Z Compiling getrandom v0.3.4
18192026-05-28T04:48:37.084Z Compiling dunce v1.0.5
18202026-05-28T04:48:37.084Z Compiling equivalent v1.0.2
18212026-05-28T04:48:37.119Z Compiling fs_extra v1.3.0
18222026-05-28T04:48:37.188Z Compiling rustversion v1.0.22
18232026-05-28T04:48:37.192Z Compiling schemars v0.8.22
18242026-05-28T04:48:37.216Z Compiling utf8_iter v1.0.4
18252026-05-28T04:48:37.230Z Compiling rand_core v0.10.0
18262026-05-28T04:48:37.331Z Compiling form_urlencoded v1.2.2
18272026-05-28T04:48:37.432Z Compiling critical-section v1.2.0
18282026-05-28T04:48:37.436Z Compiling signal-hook-registry v1.4.8
18292026-05-28T04:48:37.547Z Compiling hashbrown v0.17.0
18302026-05-28T04:48:37.576Z Compiling rustix v1.1.3
18312026-05-28T04:48:37.623Z Compiling cmake v0.1.57
18322026-05-28T04:48:37.641Z Compiling mio v1.2.0
18332026-05-28T04:48:37.704Z Compiling socket2 v0.6.3
18342026-05-28T04:48:37.925Z Compiling semver v1.0.28
18352026-05-28T04:48:37.994Z Compiling bitflags v2.11.0
18362026-05-28T04:48:37.994Z Compiling once_cell v1.21.3
18372026-05-28T04:48:38.012Z Compiling parking_lot v0.12.5
18382026-05-28T04:48:38.137Z Compiling indexmap v2.14.0
18392026-05-28T04:48:38.154Z Compiling const-oid v0.9.6
18402026-05-28T04:48:38.221Z Compiling ring v0.17.14
18412026-05-28T04:48:38.248Z Compiling aws-lc-sys v0.40.0
18422026-05-28T04:48:38.285Z Compiling aws-lc-rs v1.16.3
18432026-05-28T04:48:38.300Z Compiling futures-core v0.3.32
18442026-05-28T04:48:38.372Z Compiling httparse v1.10.1
18452026-05-28T04:48:38.458Z Compiling thiserror v1.0.69
18462026-05-28T04:48:38.473Z Compiling strsim v0.11.1
18472026-05-28T04:48:38.597Z Compiling byteorder v1.5.0
18482026-05-28T04:48:38.714Z Compiling vcpkg v0.2.15
18492026-05-28T04:48:38.753Z Compiling iana-time-zone v0.1.65
18502026-05-28T04:48:38.757Z Compiling ucd-trie v0.1.7
18512026-05-28T04:48:38.820Z Compiling heck v0.5.0
18522026-05-28T04:48:38.837Z Compiling regex-syntax v0.8.10
18532026-05-28T04:48:38.851Z Compiling ident_case v1.0.1
18542026-05-28T04:48:38.878Z Compiling syn v1.0.109
18552026-05-28T04:48:38.899Z Compiling uuid v1.23.0
18562026-05-28T04:48:38.955Z Compiling pest v2.8.6
18572026-05-28T04:48:39.012Z Compiling rustls v0.23.37
18582026-05-28T04:48:39.027Z Compiling cpufeatures v0.2.17
18592026-05-28T04:48:39.208Z Compiling futures-sink v0.3.32
18602026-05-28T04:48:39.264Z Compiling rustc_version v0.4.1
18612026-05-28T04:48:39.315Z Compiling openssl-sys v0.9.115
18622026-05-28T04:48:39.334Z Compiling futures-channel v0.3.32
18632026-05-28T04:48:39.388Z Compiling slab v0.4.12
18642026-05-28T04:48:39.514Z Compiling futures-io v0.3.32
18652026-05-28T04:48:39.539Z Compiling futures-task v0.3.32
18662026-05-28T04:48:39.658Z Compiling aho-corasick v1.1.4
18672026-05-28T04:48:39.726Z Compiling synstructure v0.13.2
18682026-05-28T04:48:39.766Z Compiling serde_derive_internals v0.29.1
18692026-05-28T04:48:39.770Z Compiling dyn-clone v1.0.20
18702026-05-28T04:48:39.970Z Compiling crc32fast v1.5.0
18712026-05-28T04:48:39.979Z Compiling plain v0.2.3
18722026-05-28T04:48:39.992Z Compiling num-conv v0.2.0
18732026-05-28T04:48:40.029Z Compiling base64 v0.22.1
18742026-05-28T04:48:40.097Z Compiling pest_meta v2.8.6
18752026-05-28T04:48:40.127Z Compiling time-core v0.1.8
18762026-05-28T04:48:40.146Z Compiling openssl v0.10.79
18772026-05-28T04:48:40.302Z Compiling time-macros v0.2.27
18782026-05-28T04:48:40.332Z Compiling crossbeam-utils v0.8.21
18792026-05-28T04:48:40.428Z Compiling pretty-hex v0.4.1
18802026-05-28T04:48:40.471Z Compiling regex-automata v0.4.14
18812026-05-28T04:48:40.528Z Compiling native-tls v0.2.18
18822026-05-28T04:48:40.541Z Compiling base64ct v1.8.3
18832026-05-28T04:48:40.562Z Compiling anyhow v1.0.102
18842026-05-28T04:48:40.594Z Compiling darling_core v0.21.3
18852026-05-28T04:48:40.705Z Compiling pest_generator v2.8.6
18862026-05-28T04:48:40.746Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18872026-05-28T04:48:40.771Z Compiling tracing-core v0.1.36
18882026-05-28T04:48:40.864Z Compiling pem-rfc7468 v0.7.0
18892026-05-28T04:48:40.955Z Compiling serde_derive v1.0.228
18902026-05-28T04:48:40.992Z Compiling zeroize_derive v1.4.3
18912026-05-28T04:48:41.080Z Compiling zerofrom-derive v0.1.6
18922026-05-28T04:48:41.105Z Compiling yoke-derive v0.8.1
18932026-05-28T04:48:41.129Z Compiling zerovec-derive v0.11.2
18942026-05-28T04:48:41.152Z Compiling displaydoc v0.2.5
18952026-05-28T04:48:41.283Z Compiling zerocopy-derive v0.8.40
18962026-05-28T04:48:41.346Z Compiling tokio-macros v2.7.0
18972026-05-28T04:48:41.397Z Compiling futures-macro v0.3.32
18982026-05-28T04:48:41.570Z Compiling zeroize v1.8.2
18992026-05-28T04:48:41.840Z Compiling thiserror-impl v2.0.18
19002026-05-28T04:48:42.031Z Compiling schemars_derive v0.8.22
19012026-05-28T04:48:42.053Z Compiling tracing-attributes v0.1.31
19022026-05-28T04:48:42.146Z Compiling der_derive v0.7.3
19032026-05-28T04:48:42.162Z Compiling thiserror-impl v1.0.69
19042026-05-28T04:48:42.205Z Compiling zerofrom v0.1.6
19052026-05-28T04:48:42.348Z Compiling yoke v0.8.1
19062026-05-28T04:48:42.385Z Compiling crypto-common v0.1.7
19072026-05-28T04:48:42.548Z Compiling zerovec v0.11.5
19082026-05-28T04:48:42.566Z Compiling zerotrie v0.2.3
19092026-05-28T04:48:42.730Z Compiling block-buffer v0.10.4
19102026-05-28T04:48:43.019Z Compiling digest v0.10.7
19112026-05-28T04:48:43.078Z Compiling tinystr v0.8.2
19122026-05-28T04:48:43.144Z Compiling potential_utf v0.1.4
19132026-05-28T04:48:43.168Z Compiling pest_derive v2.8.6
19142026-05-28T04:48:43.215Z Compiling futures-util v0.3.32
19152026-05-28T04:48:43.258Z Compiling icu_locale_core v2.1.1
19162026-05-28T04:48:43.272Z Compiling icu_collections v2.1.1
19172026-05-28T04:48:43.309Z Compiling hmac v0.12.1
19182026-05-28T04:48:43.360Z Compiling block-padding v0.3.3
19192026-05-28T04:48:43.507Z Compiling inout v0.1.4
19202026-05-28T04:48:43.523Z Compiling rustls-pki-types v1.14.0
19212026-05-28T04:48:43.695Z Compiling cipher v0.4.4
19222026-05-28T04:48:43.906Z Compiling sha2 v0.10.9
19232026-05-28T04:48:44.024Z Compiling icu_provider v2.1.1
19242026-05-28T04:48:44.117Z Compiling bytes v1.11.1
19252026-05-28T04:48:44.134Z Compiling chrono v0.4.44
19262026-05-28T04:48:44.163Z Compiling serde_tokenstream v0.2.3
19272026-05-28T04:48:44.368Z Compiling icu_properties v2.1.2
19282026-05-28T04:48:44.471Z Compiling icu_normalizer v2.1.1
19292026-05-28T04:48:44.488Z Compiling openssl-macros v0.1.1
19302026-05-28T04:48:44.505Z Compiling scroll_derive v0.13.1
19312026-05-28T04:48:44.727Z Compiling tokio v1.52.1
19322026-05-28T04:48:45.083Z Compiling scroll_derive v0.12.1
19332026-05-28T04:48:45.273Z Compiling idna_adapter v1.2.1
19342026-05-28T04:48:45.480Z Compiling idna v1.1.0
19352026-05-28T04:48:45.635Z Compiling ppv-lite86 v0.2.21
19362026-05-28T04:48:45.759Z Compiling http v1.4.0
19372026-05-28T04:48:45.781Z Compiling url v2.5.8
19382026-05-28T04:48:45.847Z Compiling flagset v0.4.7
19392026-05-28T04:48:45.932Z Compiling untrusted v0.9.0
19402026-05-28T04:48:46.001Z Compiling der v0.7.10
19412026-05-28T04:48:46.067Z Compiling tracing v0.1.44
19422026-05-28T04:48:46.160Z Compiling darling_macro v0.21.3
19432026-05-28T04:48:46.208Z Compiling regex v1.12.3
19442026-05-28T04:48:46.299Z Compiling zerocopy-derive v0.7.35
19452026-05-28T04:48:46.638Z Compiling rand_core v0.9.5
19462026-05-28T04:48:46.668Z Compiling slog v2.8.2
19472026-05-28T04:48:46.885Z Compiling cookie v0.18.1
19482026-05-28T04:48:47.151Z Compiling spki v0.7.3
19492026-05-28T04:48:47.339Z Compiling darling v0.21.3
19502026-05-28T04:48:47.356Z Compiling salsa20 v0.10.2
19512026-05-28T04:48:47.373Z Compiling pbkdf2 v0.12.2
19522026-05-28T04:48:47.877Z Compiling camino v1.2.2
19532026-05-28T04:48:48.055Z Compiling scrypt v0.11.0
19542026-05-28T04:48:48.163Z Compiling rand_chacha v0.9.0
19552026-05-28T04:48:48.195Z Compiling http-body v1.0.1
19562026-05-28T04:48:48.214Z Compiling aes v0.8.4
19572026-05-28T04:48:48.277Z Compiling cbc v0.1.2
19582026-05-28T04:48:48.394Z Compiling usdt-impl v0.5.0
19592026-05-28T04:48:48.409Z Compiling tinyvec_macros v0.1.1
19602026-05-28T04:48:48.448Z Compiling atomic-waker v1.1.2
19612026-05-28T04:48:48.492Z Compiling winnow v0.7.14
19622026-05-28T04:48:48.547Z Compiling ref-cast v1.0.25
19632026-05-28T04:48:48.579Z Compiling tokio-util v0.7.18
19642026-05-28T04:48:48.596Z Compiling unicode-segmentation v1.12.0
19652026-05-28T04:48:48.627Z Compiling openssl-probe v0.2.1
19662026-05-28T04:48:48.663Z Compiling usdt-impl v0.6.0
19672026-05-28T04:48:48.692Z Compiling paste v1.0.15
19682026-05-28T04:48:48.806Z Compiling untrusted v0.7.1
19692026-05-28T04:48:48.848Z Compiling pkcs5 v0.7.1
19702026-05-28T04:48:48.985Z Compiling tinyvec v1.10.0
19712026-05-28T04:48:49.068Z Compiling rand v0.9.2
19722026-05-28T04:48:49.548Z Compiling scroll v0.12.0
19732026-05-28T04:48:49.582Z Compiling scroll v0.13.0
19742026-05-28T04:48:49.638Z Compiling serde_spanned v0.6.9
19752026-05-28T04:48:49.670Z Compiling toml_datetime v0.6.11
19762026-05-28T04:48:49.782Z Compiling async-trait v0.1.89
19772026-05-28T04:48:49.803Z Compiling heapless v0.7.17
19782026-05-28T04:48:49.876Z Compiling bzip2-sys v0.1.13+1.0.8
19792026-05-28T04:48:49.895Z Compiling try-lock v0.2.5
19802026-05-28T04:48:49.943Z Compiling litrs v1.0.0
19812026-05-28T04:48:49.963Z Compiling tower-layer v0.3.3
19822026-05-28T04:48:49.988Z Compiling zstd-safe v7.2.4
19832026-05-28T04:48:50.050Z Compiling signal-hook v0.3.18
19842026-05-28T04:48:50.185Z Compiling either v1.15.0
19852026-05-28T04:48:50.190Z Compiling tower-service v0.3.3
19862026-05-28T04:48:50.230Z Compiling fastrand v2.3.0
19872026-05-28T04:48:50.409Z Compiling document-features v0.2.12
19882026-05-28T04:48:50.426Z Compiling h2 v0.4.13
19892026-05-28T04:48:50.440Z Compiling want v0.3.1
19902026-05-28T04:48:50.600Z Compiling goblin v0.10.5
19912026-05-28T04:48:50.616Z Compiling toml_parser v1.0.9+spec-1.1.0
19922026-05-28T04:48:50.670Z Compiling goblin v0.8.2
19932026-05-28T04:48:50.729Z Compiling pkcs8 v0.10.2
19942026-05-28T04:48:50.948Z Compiling heck v0.4.1
19952026-05-28T04:48:51.041Z Compiling zerocopy v0.7.35
19962026-05-28T04:48:51.092Z Compiling ipnet v2.11.0
19972026-05-28T04:48:51.188Z Compiling ref-cast-impl v1.0.25
19982026-05-28T04:48:51.327Z Compiling darling_core v0.20.11
19992026-05-28T04:48:51.539Z Compiling curve25519-dalek v4.1.3
20002026-05-28T04:48:51.639Z Compiling memoffset v0.9.1
20012026-05-28T04:48:51.723Z Compiling pin-utils v0.1.0
20022026-05-28T04:48:51.802Z Compiling rustix v0.38.44
20032026-05-28T04:48:51.946Z Compiling powerfmt v0.2.0
20042026-05-28T04:48:51.984Z Compiling foreign-types-shared v0.1.1
20052026-05-28T04:48:52.090Z Compiling winnow v0.5.40
20062026-05-28T04:48:52.147Z Compiling utf8parse v0.2.2
20072026-05-28T04:48:52.276Z Compiling httpdate v1.0.3
20082026-05-28T04:48:52.463Z Compiling tempfile v3.25.0
20092026-05-28T04:48:52.521Z Compiling deranged v0.5.8
20102026-05-28T04:48:52.639Z Compiling foreign-types v0.3.2
20112026-05-28T04:48:53.021Z Compiling dof v0.3.0
20122026-05-28T04:48:53.105Z Compiling unicode-normalization v0.1.25
20132026-05-28T04:48:53.298Z Compiling darling_macro v0.20.11
20142026-05-28T04:48:53.380Z Compiling toml_edit v0.19.15
20152026-05-28T04:48:53.460Z Compiling hyper v1.8.1
20162026-05-28T04:48:53.516Z Compiling dof v0.4.0
20172026-05-28T04:48:53.583Z Compiling dtrace-parser v0.2.0
20182026-05-28T04:48:53.775Z Compiling dtrace-parser v0.3.0
20192026-05-28T04:48:53.828Z Compiling daft-derive v0.1.7
20202026-05-28T04:48:53.925Z Compiling pin-project-internal v1.1.11
20212026-05-28T04:48:53.988Z Compiling spin v0.9.8
20222026-05-28T04:48:54.070Z Compiling thread-id v5.1.0
20232026-05-28T04:48:54.175Z Compiling thread-id v4.2.2
20242026-05-28T04:48:54.202Z Compiling socket2 v0.5.10
20252026-05-28T04:48:54.388Z Compiling cfg_aliases v0.2.1
20262026-05-28T04:48:54.475Z Compiling smoltcp v0.9.1
20272026-05-28T04:48:54.479Z Compiling anstyle v1.0.14
20282026-05-28T04:48:54.543Z Compiling num_threads v0.1.7
20292026-05-28T04:48:54.602Z Compiling num-bigint-dig v0.8.6
20302026-05-28T04:48:54.619Z Compiling hyper-util v0.1.20
20312026-05-28T04:48:54.651Z Compiling time v0.3.47
20322026-05-28T04:48:54.656Z Compiling nix v0.31.2
20332026-05-28T04:48:55.048Z Compiling darling v0.20.11
20342026-05-28T04:48:55.289Z Compiling rustls-native-certs v0.8.3
20352026-05-28T04:48:55.373Z Compiling ipnetwork v0.21.1
20362026-05-28T04:48:55.652Z Compiling curve25519-dalek-derive v0.1.1
20372026-05-28T04:48:55.705Z Compiling strum_macros v0.26.4
20382026-05-28T04:48:55.930Z Compiling sync_wrapper v1.0.2
20392026-05-28T04:48:56.063Z Compiling wait-timeout v0.2.1
20402026-05-28T04:48:56.289Z Compiling quick-error v1.2.3
20412026-05-28T04:48:56.332Z Compiling siphasher v1.0.2
20422026-05-28T04:48:56.411Z Compiling anstyle-query v1.1.5
20432026-05-28T04:48:56.415Z Compiling colorchoice v1.0.4
20442026-05-28T04:48:56.542Z Compiling bit-vec v0.8.0
20452026-05-28T04:48:56.547Z Compiling simd-adler32 v0.3.8
20462026-05-28T04:48:56.658Z Compiling is_terminal_polyfill v1.70.2
20472026-05-28T04:48:56.772Z Compiling bit-set v0.8.0
20482026-05-28T04:48:56.859Z Compiling rusty-fork v0.3.1
20492026-05-28T04:48:56.955Z Compiling tower v0.5.3
20502026-05-28T04:48:57.208Z Compiling derive_builder_core v0.20.2
20512026-05-28T04:48:57.269Z Compiling snafu-derive v0.8.9
20522026-05-28T04:48:57.461Z Compiling http-body-util v0.1.3
20532026-05-28T04:48:57.680Z Compiling webpki-roots v1.0.6
20542026-05-28T04:48:57.755Z Compiling rand_xorshift v0.4.0
20552026-05-28T04:48:57.782Z Compiling signature v2.2.0
20562026-05-28T04:48:57.813Z Compiling hubpack_derive v0.1.1
20572026-05-28T04:48:57.846Z Compiling strum_macros v0.27.2
20582026-05-28T04:48:57.974Z Compiling fs-err v3.3.0
20592026-05-28T04:48:58.064Z Compiling ahash v0.8.12
20602026-05-28T04:48:58.080Z Compiling encoding_rs v0.8.35
20612026-05-28T04:48:58.193Z Compiling adler2 v2.0.1
20622026-05-28T04:48:58.251Z Compiling allocator-api2 v0.2.21
20632026-05-28T04:48:58.278Z Compiling unicode-bidi v0.3.18
20642026-05-28T04:48:58.338Z Compiling unarray v0.1.4
20652026-05-28T04:48:58.349Z Compiling unicode-properties v0.1.4
20662026-05-28T04:48:58.369Z Compiling mime v0.3.17
20672026-05-28T04:48:58.463Z Compiling iri-string v0.7.10
20682026-05-28T04:48:58.502Z Compiling object v0.37.3
20692026-05-28T04:48:58.586Z Compiling ryu v1.0.23
20702026-05-28T04:48:58.733Z Compiling serde_urlencoded v0.7.1
20712026-05-28T04:48:58.779Z Compiling stringprep v0.1.5
20722026-05-28T04:48:58.793Z Compiling proptest v1.10.0
20732026-05-28T04:48:58.864Z Compiling miniz_oxide v0.8.9
20742026-05-28T04:48:58.957Z Compiling derive_builder_macro v0.20.2
20752026-05-28T04:48:59.096Z Compiling tokio-native-tls v0.3.1
20762026-05-28T04:48:59.154Z Compiling usdt-attr-macro v0.6.0
20772026-05-28T04:48:59.276Z Compiling usdt-macro v0.6.0
20782026-05-28T04:48:59.427Z Compiling anstyle-parse v1.0.0
20792026-05-28T04:48:59.630Z Compiling tower-http v0.6.8
20802026-05-28T04:48:59.665Z Compiling rand_chacha v0.3.1
20812026-05-28T04:48:59.699Z Compiling erased-serde v0.3.31
20822026-05-28T04:48:59.747Z Compiling md-5 v0.10.6
20832026-05-28T04:48:59.860Z Compiling bstr v1.12.1
20842026-05-28T04:48:59.955Z Compiling num-integer v0.1.46
20852026-05-28T04:49:00.032Z Compiling hash32 v0.2.1
20862026-05-28T04:49:00.062Z Compiling vergen-lib v9.1.0
20872026-05-28T04:49:00.078Z Compiling ff v0.13.1
20882026-05-28T04:49:00.255Z Compiling zlib-rs v0.6.2
20892026-05-28T04:49:00.286Z Compiling base16ct v0.2.0
20902026-05-28T04:49:00.294Z Compiling psl-types v2.0.11
20912026-05-28T04:49:00.351Z Compiling fallible-iterator v0.2.0
20922026-05-28T04:49:00.479Z Compiling publicsuffix v2.3.0
20932026-05-28T04:49:00.482Z Compiling sec1 v0.7.3
20942026-05-28T04:49:00.548Z Compiling group v0.13.0
20952026-05-28T04:49:00.642Z Compiling postgres-protocol v0.6.10
20962026-05-28T04:49:00.669Z Compiling num-iter v0.1.45
20972026-05-28T04:49:00.812Z Compiling newtype-uuid v1.3.2
20982026-05-28T04:49:01.128Z Compiling rand v0.8.6
20992026-05-28T04:49:01.364Z Compiling anstream v1.0.0
21002026-05-28T04:49:01.483Z Compiling oxnet v0.1.5
21012026-05-28T04:49:01.524Z Compiling derive_builder v0.20.2
21022026-05-28T04:49:01.539Z Compiling hyper-tls v0.6.0
21032026-05-28T04:49:01.699Z Compiling phf_shared v0.13.1
21042026-05-28T04:49:01.794Z Compiling pin-project v1.1.11
21052026-05-28T04:49:01.858Z Compiling lazy_static v1.5.0
21062026-05-28T04:49:01.874Z Compiling anstyle-parse v0.2.7
21072026-05-28T04:49:02.012Z Compiling terminal_size v0.4.3
21082026-05-28T04:49:02.024Z Compiling serde_with_macros v3.17.0
21092026-05-28T04:49:02.042Z Compiling futures-executor v0.3.32
21102026-05-28T04:49:02.042Z Compiling hex v0.4.3
21112026-05-28T04:49:02.255Z Compiling hkdf v0.12.4
21122026-05-28T04:49:02.322Z Compiling flate2 v1.1.9
21132026-05-28T04:49:02.328Z Compiling crypto-bigint v0.5.5
21142026-05-28T04:49:02.414Z Compiling enum-as-inner v0.6.1
21152026-05-28T04:49:02.493Z Compiling serde_repr v0.1.20
21162026-05-28T04:49:02.524Z Compiling async-recursion v1.1.1
21172026-05-28T04:49:02.545Z Compiling clap_derive v4.6.1
21182026-05-28T04:49:02.602Z Compiling vergen v9.1.0
21192026-05-28T04:49:02.605Z Compiling cargo-platform v0.3.2
21202026-05-28T04:49:02.727Z Compiling foldhash v0.1.5
21212026-05-28T04:49:02.771Z Compiling foldhash v0.2.0
21222026-05-28T04:49:02.817Z Compiling clap_lex v1.0.0
21232026-05-28T04:49:02.889Z Compiling bitflags v1.3.2
21242026-05-28T04:49:02.934Z Compiling bumpalo v3.20.2
21252026-05-28T04:49:03.004Z Compiling libbz2-rs-sys v0.2.2
21262026-05-28T04:49:03.033Z Compiling same-file v1.0.6
21272026-05-28T04:49:03.081Z Compiling managed v0.8.0
21282026-05-28T04:49:03.205Z Compiling walkdir v2.5.0
21292026-05-28T04:49:03.235Z Compiling zopfli v0.8.3
21302026-05-28T04:49:03.395Z Compiling elliptic-curve v0.13.8
21312026-05-28T04:49:03.426Z Compiling bzip2 v0.6.1
21322026-05-28T04:49:03.494Z Compiling clap_builder v4.6.0
21332026-05-28T04:49:03.583Z Compiling hashbrown v0.16.1
21342026-05-28T04:49:03.600Z Compiling hashbrown v0.15.5
21352026-05-28T04:49:03.663Z Compiling cargo_metadata v0.23.1
21362026-05-28T04:49:03.802Z Compiling zstd v0.13.3
21372026-05-28T04:49:04.071Z Compiling futures v0.3.32
21382026-05-28T04:49:04.182Z Compiling anstream v0.6.21
21392026-05-28T04:49:04.247Z Compiling phf v0.13.1
21402026-05-28T04:49:04.304Z Compiling snafu v0.8.9
21412026-05-28T04:49:04.453Z Compiling daft v0.1.7
21422026-05-28T04:49:04.519Z Compiling signal-hook-mio v0.2.5
21432026-05-28T04:49:04.685Z Compiling cookie_store v0.22.1
21442026-05-28T04:49:04.742Z Compiling postgres-types v0.2.12
21452026-05-28T04:49:04.913Z Compiling bzip2 v0.4.4
21462026-05-28T04:49:04.972Z Compiling globset v0.4.18
21472026-05-28T04:49:05.086Z Compiling strum v0.27.2
21482026-05-28T04:49:05.297Z Compiling hubpack v0.1.2
21492026-05-28T04:49:05.334Z Compiling ed25519 v2.2.3
21502026-05-28T04:49:05.334Z Compiling phf_shared v0.11.3
21512026-05-28T04:49:05.443Z Compiling crossbeam-epoch v0.9.18
21522026-05-28T04:49:05.510Z Compiling olpc-cjson v0.1.4
21532026-05-28T04:49:05.528Z Compiling pkcs1 v0.7.5
21542026-05-28T04:49:05.583Z Compiling pem v3.0.6
21552026-05-28T04:49:05.711Z Compiling serde_plain v1.0.2
21562026-05-28T04:49:05.737Z Compiling serde-big-array v0.5.1
21572026-05-28T04:49:05.761Z Compiling rfc6979 v0.4.0
21582026-05-28T04:49:05.870Z Compiling float-cmp v0.10.0
21592026-05-28T04:49:05.887Z Compiling memmap2 v0.9.10
21602026-05-28T04:49:05.904Z Compiling env_filter v1.0.0
21612026-05-28T04:49:05.919Z Compiling predicates-core v1.0.10
21622026-05-28T04:49:05.922Z Compiling typed-path v0.9.3
21632026-05-28T04:49:05.966Z Compiling static_assertions v1.1.0
21642026-05-28T04:49:06.009Z Compiling fixedbitset v0.4.2
21652026-05-28T04:49:06.038Z Compiling whoami v2.1.0
21662026-05-28T04:49:06.058Z Compiling jiff v0.2.21
21672026-05-28T04:49:06.074Z Compiling keccak v0.1.6
21682026-05-28T04:49:06.104Z Compiling normalize-line-endings v0.3.0
21692026-05-28T04:49:06.119Z Compiling precomputed-hash v0.1.1
21702026-05-28T04:49:06.173Z Compiling difflib v0.4.0
21712026-05-28T04:49:06.221Z Compiling toml_write v0.1.2
21722026-05-28T04:49:06.260Z Compiling new_debug_unreachable v1.0.6
21732026-05-28T04:49:06.263Z Compiling data-encoding v2.10.0
21742026-05-28T04:49:06.366Z Compiling fixedbitset v0.5.7
21752026-05-28T04:49:06.385Z Compiling string_cache v0.8.9
21762026-05-28T04:49:06.457Z Compiling toml_edit v0.22.27
21772026-05-28T04:49:06.579Z Compiling petgraph v0.8.3
21782026-05-28T04:49:06.626Z Compiling hickory-proto v0.25.2
21792026-05-28T04:49:06.640Z Compiling predicates v3.1.4
21802026-05-28T04:49:06.698Z Compiling tokio-postgres v0.7.16
21812026-05-28T04:49:06.796Z Compiling sha3 v0.10.8
21822026-05-28T04:49:06.933Z Compiling petgraph v0.6.5
21832026-05-28T04:49:07.101Z Compiling env_logger v0.11.9
21842026-05-28T04:49:07.218Z Compiling usdt v0.6.0
21852026-05-28T04:49:07.272Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21862026-05-28T04:49:07.469Z Compiling ecdsa v0.16.9
21872026-05-28T04:49:07.487Z Compiling rsa v0.9.10
21882026-05-28T04:49:08.128Z Compiling ed25519-dalek v2.2.0
21892026-05-28T04:49:08.683Z Compiling zip v4.6.1
21902026-05-28T04:49:08.787Z Compiling crossterm v0.28.1
21912026-05-28T04:49:08.830Z Compiling zip v0.6.6
21922026-05-28T04:49:09.227Z Compiling clap v4.6.1
21932026-05-28T04:49:09.357Z Compiling iddqd v0.4.2
21942026-05-28T04:49:09.737Z Compiling serde_with v3.17.0
21952026-05-28T04:49:09.755Z Compiling similar v2.7.0
21962026-05-28T04:49:09.856Z Compiling strum v0.26.3
21972026-05-28T04:49:09.934Z Compiling toml v0.7.8
21982026-05-28T04:49:09.992Z Compiling tokio-stream v0.1.18
21992026-05-28T04:49:10.064Z Compiling buf-list v1.1.2
22002026-05-28T04:49:10.133Z Compiling x509-cert v0.2.5
22012026-05-28T04:49:10.500Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22022026-05-28T04:49:10.607Z Compiling openapiv3 v2.2.0
22032026-05-28T04:49:10.775Z Compiling sha1 v0.10.6
22042026-05-28T04:49:10.948Z Compiling peg-runtime v0.8.5
22052026-05-28T04:49:11.167Z Compiling lalrpop-util v0.19.12
22062026-05-28T04:49:25.614Z Compiling rustls-webpki v0.103.9
22072026-05-28T04:49:26.988Z Compiling macaddr v1.0.1
22082026-05-28T04:49:27.112Z Compiling structmeta-derive v0.3.0
22092026-05-28T04:49:27.288Z Compiling rayon-core v1.13.0
22102026-05-28T04:49:27.501Z Compiling crucible-workspace-hack v0.1.0
22112026-05-28T04:49:27.599Z Compiling itertools v0.14.0
22122026-05-28T04:49:27.735Z Compiling secrecy v0.10.3
22132026-05-28T04:49:27.807Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-05-28T04:49:27.924Z Compiling heapless v0.8.0
22152026-05-28T04:49:28.012Z Compiling rustls v0.22.4
22162026-05-28T04:49:28.046Z Compiling toml_datetime v0.7.5+spec-1.1.0
22172026-05-28T04:49:28.112Z Compiling structmeta v0.3.0
22182026-05-28T04:49:28.224Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-05-28T04:49:28.272Z Compiling toml_edit v0.23.10+spec-1.0.0
22202026-05-28T04:49:28.304Z Compiling crossbeam-deque v0.8.6
22212026-05-28T04:49:28.322Z Compiling rustls-webpki v0.102.8
22222026-05-28T04:49:28.345Z Compiling hash32 v0.3.1
22232026-05-28T04:49:28.382Z Compiling multer v3.1.0
22242026-05-28T04:49:28.398Z Compiling thread_local v1.1.9
22252026-05-28T04:49:28.420Z Compiling unicode-width v0.2.0
22262026-05-28T04:49:28.446Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-05-28T04:49:28.531Z Compiling slog-async v2.8.0
22282026-05-28T04:49:28.534Z Compiling smoltcp v0.11.0
22292026-05-28T04:49:28.564Z Compiling compression-core v0.4.31
22302026-05-28T04:49:28.599Z Compiling match_cfg v0.1.0
22312026-05-28T04:49:28.700Z Compiling compression-codecs v0.4.37
22322026-05-28T04:49:28.722Z Compiling hostname v0.3.1
22332026-05-28T04:49:28.809Z Compiling proc-macro-crate v3.4.0
22342026-05-28T04:49:28.866Z Compiling ingot-macros v0.1.1
22352026-05-28T04:49:28.918Z Compiling derive-ex v0.1.8
22362026-05-28T04:49:28.940Z Compiling slog-json v2.6.1
22372026-05-28T04:49:29.089Z Compiling crossbeam-channel v0.5.15
22382026-05-28T04:49:29.200Z Compiling half v2.7.1
22392026-05-28T04:49:29.216Z Compiling newtype-uuid-macros v0.1.0
22402026-05-28T04:49:29.251Z Compiling cobs v0.3.0
22412026-05-28T04:49:29.426Z Compiling tokio-rustls v0.26.4
22422026-05-28T04:49:29.587Z Compiling rustls-platform-verifier v0.6.2
22432026-05-28T04:49:29.604Z Compiling thiserror-impl-no-std v2.0.2
22442026-05-28T04:49:29.717Z Compiling hyper-rustls v0.27.7
22452026-05-28T04:49:29.819Z Compiling universal-hash v0.5.1
22462026-05-28T04:49:29.843Z Compiling async-stream-impl v0.3.6
22472026-05-28T04:49:29.968Z Compiling reqwest v0.12.28
22482026-05-28T04:49:29.990Z Compiling reqwest v0.13.2
22492026-05-28T04:49:30.069Z Compiling serde_spanned v1.0.4
22502026-05-28T04:49:30.190Z Compiling toml_datetime v1.0.0+spec-1.1.0
22512026-05-28T04:49:30.258Z Compiling is-terminal v0.4.17
22522026-05-28T04:49:30.342Z Compiling proc-macro-error-attr v1.0.4
22532026-05-28T04:49:30.376Z Compiling dropshot v0.17.0
22542026-05-28T04:49:30.435Z Compiling term v1.2.1
22552026-05-28T04:49:30.497Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
22562026-05-28T04:49:30.564Z Compiling ciborium-io v0.2.2
22572026-05-28T04:49:30.602Z Compiling toml_writer v1.0.6+spec-1.1.0
22582026-05-28T04:49:30.649Z Compiling convert_case v0.4.0
22592026-05-28T04:49:30.668Z Compiling take_mut v0.2.2
22602026-05-28T04:49:30.686Z Compiling opaque-debug v0.3.1
22612026-05-28T04:49:30.731Z Compiling thiserror-no-std v2.0.2
22622026-05-28T04:49:30.807Z Compiling toml v1.0.6+spec-1.1.0
22632026-05-28T04:49:30.845Z Compiling poly1305 v0.8.0
22642026-05-28T04:49:30.876Z Compiling tokio-rustls v0.25.0
22652026-05-28T04:49:30.893Z Compiling slog-term v2.9.2
22662026-05-28T04:49:30.976Z Compiling derive_more v0.99.20
22672026-05-28T04:49:31.089Z Compiling ciborium-ll v0.2.2
22682026-05-28T04:49:31.270Z Compiling test-strategy v0.4.5
22692026-05-28T04:49:31.375Z Compiling async-stream v0.3.6
22702026-05-28T04:49:31.499Z Compiling tough v0.22.0
22712026-05-28T04:49:31.515Z Compiling ingot-types v0.1.2
22722026-05-28T04:49:31.588Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22732026-05-28T04:49:31.993Z Compiling ingot v0.1.1
22742026-05-28T04:49:32.032Z Compiling postcard v1.1.3
22752026-05-28T04:49:32.261Z Compiling num_enum_derive v0.7.6
22762026-05-28T04:49:32.438Z Compiling slog-bunyan v2.5.0
22772026-05-28T04:49:32.521Z Compiling async-compression v0.4.41
22782026-05-28T04:49:32.648Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22792026-05-28T04:49:33.028Z Compiling parse-display-derive v0.10.0
22802026-05-28T04:49:33.150Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-05-28T04:49:33.220Z Compiling proc-macro-crate v1.3.1
22822026-05-28T04:49:33.275Z Compiling backon v1.6.0
22832026-05-28T04:49:33.358Z Compiling waitgroup v0.1.2
22842026-05-28T04:49:33.377Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
22852026-05-28T04:49:33.404Z Compiling password-hash v0.5.0
22862026-05-28T04:49:33.540Z Compiling chacha20 v0.9.1
22872026-05-28T04:49:33.557Z Compiling dropshot_endpoint v0.17.0
22882026-05-28T04:49:33.583Z Compiling rustls-pemfile v2.2.0
22892026-05-28T04:49:33.775Z Compiling blake2 v0.10.6
22902026-05-28T04:49:33.832Z Compiling aead v0.5.2
22912026-05-28T04:49:33.906Z Compiling foreign-types-macros v0.2.3
22922026-05-28T04:49:34.157Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-05-28T04:49:34.205Z Compiling serde_path_to_error v0.1.20
22942026-05-28T04:49:34.293Z Compiling hostname v0.4.2
22952026-05-28T04:49:34.412Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22962026-05-28T04:49:34.516Z Compiling proc-macro-error v1.0.4
22972026-05-28T04:49:34.531Z Compiling instant v0.1.13
22982026-05-28T04:49:34.548Z Compiling debug-ignore v1.0.5
22992026-05-28T04:49:34.551Z Compiling foreign-types-shared v0.3.1
23002026-05-28T04:49:34.591Z Compiling typeid v1.0.3
23012026-05-28T04:49:34.618Z Compiling cpufeatures v0.3.0
23022026-05-28T04:49:34.674Z Compiling foreign-types v0.5.0
23032026-05-28T04:49:34.691Z Compiling chacha20 v0.10.0
23042026-05-28T04:49:34.694Z Compiling backoff v0.4.0
23052026-05-28T04:49:34.710Z Compiling parse-display v0.10.0
23062026-05-28T04:49:34.744Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23072026-05-28T04:49:34.780Z Compiling argon2 v0.5.3
23082026-05-28T04:49:34.785Z Compiling chacha20poly1305 v0.10.1
23092026-05-28T04:49:34.814Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23102026-05-28T04:49:34.897Z Compiling num_enum_derive v0.5.11
23112026-05-28T04:49:34.941Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23122026-05-28T04:49:34.957Z Compiling num_enum v0.7.6
23132026-05-28T04:49:34.974Z Compiling ciborium v0.2.2
23142026-05-28T04:49:35.040Z Compiling vsss-rs v3.3.4
23152026-05-28T04:49:35.104Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-05-28T04:49:35.376Z Compiling tabwriter v1.4.1
23172026-05-28T04:49:35.396Z Compiling regress v0.10.5
23182026-05-28T04:49:35.457Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-05-28T04:49:35.637Z Compiling byte-wrapper v0.1.0
23202026-05-28T04:49:35.766Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23212026-05-28T04:49:35.840Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-05-28T04:49:35.843Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23232026-05-28T04:49:35.874Z Compiling cstr-argument v0.1.2
23242026-05-28T04:49:35.889Z Compiling erased-serde v0.4.9
23252026-05-28T04:49:36.069Z Compiling humantime v2.3.0
23262026-05-28T04:49:36.131Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
23272026-05-28T04:49:36.239Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23282026-05-28T04:49:36.289Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23292026-05-28T04:49:36.367Z Compiling num_enum v0.5.11
23302026-05-28T04:49:36.465Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
23312026-05-28T04:49:36.499Z Compiling rand v0.10.1
23322026-05-28T04:49:36.535Z Compiling rayon v1.11.0
23332026-05-28T04:49:36.577Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23342026-05-28T04:49:36.592Z Compiling indent_write v2.2.0
23352026-05-28T04:49:36.658Z Compiling libefi-sys v0.1.0
23362026-05-28T04:49:36.685Z Compiling winnow v1.0.3
23372026-05-28T04:49:36.722Z Compiling colored v3.1.1
23382026-05-28T04:49:36.750Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23392026-05-28T04:49:36.774Z Compiling zone_cfg_derive v0.3.1
23402026-05-28T04:49:36.880Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23412026-05-28T04:49:36.941Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23422026-05-28T04:49:36.957Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23432026-05-28T04:49:37.157Z Compiling camino-tempfile v1.4.1
23442026-05-28T04:49:37.193Z Compiling itertools v0.12.1
23452026-05-28T04:49:37.303Z Compiling usdt-attr-macro v0.5.0
23462026-05-28T04:49:37.393Z Compiling usdt-macro v0.5.0
23472026-05-28T04:49:37.423Z Compiling num-derive v0.4.2
23482026-05-28T04:49:37.492Z Compiling bitfield-struct v0.6.2
23492026-05-28T04:49:37.532Z Compiling blake3 v1.8.3
23502026-05-28T04:49:37.572Z Compiling ordered-float v2.10.1
23512026-05-28T04:49:37.896Z Compiling sigpipe v0.1.3
23522026-05-28T04:49:38.016Z Compiling memmap v0.7.0
23532026-05-28T04:49:38.059Z Compiling glob v0.3.3
23542026-05-28T04:49:38.087Z Compiling swrite v0.1.0
23552026-05-28T04:49:38.110Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23562026-05-28T04:49:38.164Z Compiling usdt v0.5.0
23572026-05-28T04:49:38.220Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-05-28T04:49:38.322Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23592026-05-28T04:49:38.359Z Compiling serde-value v0.7.0
23602026-05-28T04:49:38.569Z Compiling zone v0.3.1
23612026-05-28T04:49:38.657Z Compiling serde-untagged v0.1.9
23622026-05-28T04:49:38.759Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23632026-05-28T04:49:38.826Z Compiling toml v0.8.23
23642026-05-28T04:49:39.009Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23652026-05-28T04:49:39.042Z Compiling smf v0.2.3
23662026-05-28T04:49:39.060Z Compiling filetime v0.2.27
23672026-05-28T04:49:39.078Z Compiling arrayvec v0.7.6
23682026-05-28T04:49:39.080Z Compiling xattr v1.6.1
23692026-05-28T04:49:39.080Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-05-28T04:49:39.080Z Compiling whoami v1.6.1
23712026-05-28T04:49:39.210Z Compiling constant_time_eq v0.4.2
23722026-05-28T04:49:39.261Z Compiling arrayref v0.3.9
23732026-05-28T04:49:39.294Z Compiling unicode-xid v0.2.6
23742026-05-28T04:49:39.310Z Compiling tar v0.4.45
23752026-05-28T04:49:39.367Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-05-28T04:49:39.466Z Compiling cargo-util-schemas v0.8.2
23772026-05-28T04:49:39.498Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23782026-05-28T04:49:39.606Z Compiling tokio-dtrace v0.1.1
23792026-05-28T04:49:39.751Z Compiling console v0.16.2
23802026-05-28T04:49:39.961Z Compiling gethostname v0.5.0
23812026-05-28T04:49:40.116Z Compiling cargo-platform v0.2.0
23822026-05-28T04:49:40.134Z Compiling topological-sort v0.2.2
23832026-05-28T04:49:40.153Z Compiling unit-prefix v0.5.2
23842026-05-28T04:49:40.181Z Compiling oxide-tokio-rt v0.1.4
23852026-05-28T04:49:40.251Z Compiling shell-words v1.1.1
23862026-05-28T04:49:40.330Z Compiling indicatif v0.18.4
23872026-05-28T04:49:40.346Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23882026-05-28T04:49:40.692Z Compiling cargo_metadata v0.21.0
23892026-05-28T04:49:49.981Z Compiling progenitor-client v0.14.0
23902026-05-28T04:49:49.981Z Compiling progenitor-client v0.13.0
23912026-05-28T04:49:49.999Z Compiling omicron-zone-package v0.12.2
23922026-05-28T04:49:50.476Z Compiling progenitor-extras v0.2.0
23932026-05-28T04:49:52.809Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23942026-05-28T04:49:52.871Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-05-28T04:49:52.901Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23962026-05-28T04:49:53.036Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-05-28T04:49:53.067Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-05-28T04:49:53.087Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-05-28T04:49:53.140Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-05-28T04:49:53.168Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24012026-05-28T04:49:53.217Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-05-28T04:49:57.135Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24032026-05-28T04:50:04.708Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24042026-05-28T04:50:07.757Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24052026-05-28T04:50:08.733Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24062026-05-28T04:50:18.554Z Finished `release` profile [optimized] target(s) in 1m 44s
24072026-05-28T04:50:18.711Z Running `target/release/omicron-package -t test target create -p dev`
24082026-05-28T04:50:18.774ZLogging to: /work/oxidecomputer/omicron/out/LOG
24092026-05-28T04:50:18.777ZCreated new build target 'test' and set it as active
24102026-05-28T04:50:18.777Z
24112026-05-28T04:50:18.777Zreal 1:44.400383701
24122026-05-28T04:50:18.777Zuser 17:04.433846324
24132026-05-28T04:50:18.777Zsys 2:37.507255214
24142026-05-28T04:50:18.777Ztrap 0.467775290
24152026-05-28T04:50:18.777Ztflt 3.189839437
24162026-05-28T04:50:18.778Zdflt 4.465006390
24172026-05-28T04:50:18.778Zkflt 0.000431140
24182026-05-28T04:50:18.778Zlock 53:07.365392492
24192026-05-28T04:50:18.778Zslp 43:18.692950083
24202026-05-28T04:50:18.778Zlat 43.445974177
24212026-05-28T04:50:18.778Zstop 5:39.516704972
24222026-05-28T04:50:18.781Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24232026-05-28T04:50:19.689Z Finished `release` profile [optimized] target(s) in 0.89s
24242026-05-28T04:50:19.760Z Running `target/release/omicron-package -t test package`
24252026-05-28T04:50:19.817ZLogging to: /work/oxidecomputer/omicron/out/LOG
24262026-05-28T04:50:21.351Z Compiling heck v0.5.0
24272026-05-28T04:50:21.574Z Compiling regress v0.11.1
24282026-05-28T04:50:21.596Z Compiling unsafe-libyaml v0.2.11
24292026-05-28T04:50:21.643Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24302026-05-28T04:50:21.674Z Compiling regress v0.10.5
24312026-05-28T04:50:21.674Z Compiling unicode-width v0.1.14
24322026-05-28T04:50:21.677Z Compiling is-terminal v0.4.17
24332026-05-28T04:50:21.677Z Compiling prettyplease v0.2.37
24342026-05-28T04:50:21.697Z Compiling derive-where v1.6.0
24352026-05-28T04:50:21.700Z Compiling num-rational v0.4.2
24362026-05-28T04:50:21.768Z Compiling num-complex v0.4.6
24372026-05-28T04:50:21.771Z Compiling rustls v0.22.4
24382026-05-28T04:50:21.788Z Compiling rustls-webpki v0.102.8
24392026-05-28T04:50:21.791Z Compiling thread_local v1.1.9
24402026-05-28T04:50:21.809Z Compiling compression-core v0.4.31
24412026-05-28T04:50:21.917Z Compiling match_cfg v0.1.0
24422026-05-28T04:50:21.941Z Compiling float-ord v0.3.2
24432026-05-28T04:50:21.966Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-05-28T04:50:22.019Z Compiling bytecount v0.6.9
24452026-05-28T04:50:22.041Z Compiling hostname v0.3.1
24462026-05-28T04:50:22.072Z Compiling compression-codecs v0.4.37
24472026-05-28T04:50:22.096Z Compiling multer v3.1.0
24482026-05-28T04:50:22.099Z Compiling slog-async v2.8.0
24492026-05-28T04:50:22.159Z Compiling serde_yaml v0.9.34+deprecated
24502026-05-28T04:50:22.181Z Compiling crossbeam-channel v0.5.15
24512026-05-28T04:50:22.206Z Compiling num v0.4.3
24522026-05-28T04:50:22.228Z Compiling slog-json v2.6.1
24532026-05-28T04:50:22.253Z Compiling toml_datetime v1.0.0+spec-1.1.0
24542026-05-28T04:50:22.308Z Compiling serde_spanned v1.0.4
24552026-05-28T04:50:22.330Z Compiling toml_writer v1.0.6+spec-1.1.0
24562026-05-28T04:50:22.350Z Compiling term v1.2.1
24572026-05-28T04:50:22.457Z Compiling take_mut v0.2.2
24582026-05-28T04:50:22.482Z Compiling slog-bunyan v2.5.0
24592026-05-28T04:50:22.527Z Compiling toml v1.0.6+spec-1.1.0
24602026-05-28T04:50:22.561Z Compiling async-compression v0.4.41
24612026-05-28T04:50:22.656Z Compiling slog-term v2.9.2
24622026-05-28T04:50:22.716Z Compiling console v0.15.11
24632026-05-28T04:50:22.777Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24642026-05-28T04:50:22.897Z Compiling async-stream v0.3.6
24652026-05-28T04:50:22.920Z Compiling dropshot v0.17.0
24662026-05-28T04:50:22.951Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672026-05-28T04:50:22.994Z Compiling progenitor-client v0.14.0
24682026-05-28T04:50:23.017Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24692026-05-28T04:50:23.041Z Compiling waitgroup v0.1.2
24702026-05-28T04:50:23.044Z Compiling backon v1.6.0
24712026-05-28T04:50:23.094Z Compiling rustls-pemfile v2.2.0
24722026-05-28T04:50:23.117Z Compiling typify-impl v0.6.2
24732026-05-28T04:50:23.175Z Compiling serde_path_to_error v0.1.20
24742026-05-28T04:50:23.208Z Compiling hostname v0.4.2
24752026-05-28T04:50:23.229Z Compiling instant v0.1.13
24762026-05-28T04:50:23.295Z Compiling debug-ignore v1.0.5
24772026-05-28T04:50:23.344Z Compiling progenitor-extras v0.2.0
24782026-05-28T04:50:23.371Z Compiling backoff v0.4.0
24792026-05-28T04:50:23.393Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24802026-05-28T04:50:23.436Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24812026-05-28T04:50:23.468Z Compiling parse-display v0.10.0
24822026-05-28T04:50:23.571Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24832026-05-28T04:50:23.637Z Compiling atomicwrites v0.4.4
24842026-05-28T04:50:23.664Z Compiling newline-converter v0.3.0
24852026-05-28T04:50:23.689Z Compiling progenitor-client v0.13.0
24862026-05-28T04:50:23.735Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24872026-05-28T04:50:23.794Z Compiling macaddr v1.0.1
24882026-05-28T04:50:23.836Z Compiling humantime v2.3.0
24892026-05-28T04:50:23.963Z Compiling expectorate v1.2.0
24902026-05-28T04:50:24.055Z Compiling slog-dtrace v0.3.0
24912026-05-28T04:50:24.078Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-05-28T04:50:24.110Z Compiling tokio-rustls v0.25.0
24932026-05-28T04:50:24.200Z Compiling resolv-conf v0.7.6
24942026-05-28T04:50:24.203Z Compiling cancel-safe-futures v0.1.5
24952026-05-28T04:50:24.246Z Compiling owo-colors v4.3.0
24962026-05-28T04:50:24.268Z Compiling libsw-core v0.3.2
24972026-05-28T04:50:24.314Z Compiling minimal-lexical v0.2.1
24982026-05-28T04:50:24.314Z Compiling toml v0.8.23
24992026-05-28T04:50:24.508Z Compiling libsw v3.5.0
25002026-05-28T04:50:24.578Z Compiling nom v7.1.3
25012026-05-28T04:50:24.624Z Compiling num-derive v0.3.3
25022026-05-28T04:50:24.746Z Compiling linear-map v1.2.0
25032026-05-28T04:50:24.858Z Compiling linked-hash-map v0.5.6
25042026-05-28T04:50:24.975Z Compiling hickory-proto v0.24.4
25052026-05-28T04:50:25.002Z Compiling unicode-xid v0.2.6
25062026-05-28T04:50:25.052Z Compiling itertools v0.13.0
25072026-05-28T04:50:25.112Z Compiling lru-cache v0.1.2
25082026-05-28T04:50:25.135Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25092026-05-28T04:50:25.164Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25102026-05-28T04:50:25.213Z Compiling csv-core v0.1.13
25112026-05-28T04:50:25.288Z Compiling highway v1.3.0
25122026-05-28T04:50:25.549Z Compiling libscf-sys v1.1.0
25132026-05-28T04:50:25.639Z Compiling termtree v0.5.1
25142026-05-28T04:50:25.663Z Compiling csv v1.4.0
25152026-05-28T04:50:25.726Z Compiling papergrid v0.11.0
25162026-05-28T04:50:25.852Z Compiling tabled_derive v0.7.0
25172026-05-28T04:50:25.955Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25182026-05-28T04:50:26.018Z Compiling phf_shared v0.12.1
25192026-05-28T04:50:26.102Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25202026-05-28T04:50:26.168Z Compiling tagptr v0.2.0
25212026-05-28T04:50:26.270Z Compiling chrono-tz v0.10.4
25222026-05-28T04:50:26.362Z Compiling moka v0.12.13
25232026-05-28T04:50:26.528Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25242026-05-28T04:50:26.560Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25252026-05-28T04:50:26.591Z Compiling phf v0.12.1
25262026-05-28T04:50:26.655Z Compiling typify-macro v0.6.2
25272026-05-28T04:50:26.680Z Compiling const_format_proc_macros v0.2.34
25282026-05-28T04:50:26.759Z Compiling tabled v0.15.0
25292026-05-28T04:50:26.796Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25302026-05-28T04:50:27.150Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25312026-05-28T04:50:27.248Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25322026-05-28T04:50:27.465Z Compiling hickory-resolver v0.24.4
25332026-05-28T04:50:27.488Z Compiling const_format v0.2.35
25342026-05-28T04:50:27.671Z Compiling hickory-resolver v0.25.2
25352026-05-28T04:50:28.001Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25362026-05-28T04:50:28.185Z Compiling typify v0.6.2
25372026-05-28T04:50:28.498Z Compiling progenitor-impl v0.14.0
25382026-05-28T04:50:29.314Z Compiling progenitor-impl v0.13.0
25392026-05-28T04:50:30.718Z Compiling progenitor-macro v0.14.0
25402026-05-28T04:50:31.068Z Compiling qorb v0.4.1
25412026-05-28T04:50:31.537Z Compiling progenitor-macro v0.13.0
25422026-05-28T04:50:32.735Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-05-28T04:50:33.890Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-05-28T04:50:34.128Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25452026-05-28T04:50:34.290Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25462026-05-28T04:50:34.456Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25472026-05-28T04:50:34.673Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25482026-05-28T04:50:34.749Z Compiling progenitor v0.14.0
25492026-05-28T04:50:34.935Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-28T04:50:35.369Z Compiling bcs v0.1.6
25512026-05-28T04:50:35.543Z Compiling progenitor v0.13.0
25522026-05-28T04:50:35.729Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25532026-05-28T04:50:35.752Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25542026-05-28T04:50:35.806Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25552026-05-28T04:50:35.877Z Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
25562026-05-28T04:50:36.294Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25572026-05-28T04:50:36.980Z Compiling semver v0.1.20
25582026-05-28T04:50:37.306Z Compiling rustc_version v0.1.7
25592026-05-28T04:50:37.454Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25602026-05-28T04:50:37.634Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25612026-05-28T04:50:39.073Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25622026-05-28T04:50:39.210Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25632026-05-28T04:50:39.326Z Compiling newtype_derive v0.1.6
25642026-05-28T04:50:39.491Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25652026-05-28T04:50:39.649Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25662026-05-28T04:50:39.829Z Compiling convert_case v0.10.0
25672026-05-28T04:50:39.917Z Compiling smawk v0.3.2
25682026-05-28T04:50:40.136Z Compiling unicode-linebreak v0.1.5
25692026-05-28T04:50:40.139Z Compiling derive_more-impl v2.1.1
25702026-05-28T04:50:40.222Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25712026-05-28T04:50:40.461Z Compiling textwrap v0.16.2
25722026-05-28T04:50:40.601Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25732026-05-28T04:50:40.829Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25742026-05-28T04:50:40.977Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
25752026-05-28T04:50:42.120Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25762026-05-28T04:50:42.183Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25772026-05-28T04:50:42.394Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25782026-05-28T04:50:42.640Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25792026-05-28T04:50:43.075Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25802026-05-28T04:50:43.291Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25812026-05-28T04:50:43.487Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25822026-05-28T04:50:43.565Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25832026-05-28T04:50:43.642Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25842026-05-28T04:50:43.700Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25852026-05-28T04:50:43.816Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25862026-05-28T04:50:43.882Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25872026-05-28T04:50:43.998Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25882026-05-28T04:50:44.040Z Compiling derive_more v2.1.1
25892026-05-28T04:50:44.160Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25902026-05-28T04:50:44.255Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25912026-05-28T04:50:44.336Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25922026-05-28T04:50:44.454Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25932026-05-28T04:50:44.639Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25942026-05-28T04:50:44.750Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25952026-05-28T04:50:44.947Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25962026-05-28T04:50:45.152Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25972026-05-28T04:50:45.410Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25982026-05-28T04:50:45.458Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25992026-05-28T04:50:45.637Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26002026-05-28T04:50:46.052Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26012026-05-28T04:50:46.311Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26022026-05-28T04:50:46.739Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26032026-05-28T04:50:47.196Z Compiling steno v0.4.1
26042026-05-28T04:50:48.106Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26052026-05-28T04:50:48.199Z Compiling crossterm v0.29.0
26062026-05-28T04:50:49.815Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26072026-05-28T04:50:49.940Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26082026-05-28T04:50:50.527Z Compiling vte v0.14.1
26092026-05-28T04:50:50.648Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26102026-05-28T04:50:50.688Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26112026-05-28T04:50:50.792Z Compiling strip-ansi-escapes v0.2.1
26122026-05-28T04:50:50.956Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26132026-05-28T04:50:51.201Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26142026-05-28T04:50:51.368Z Compiling fd-lock v4.0.4
26152026-05-28T04:50:51.554Z Compiling peg-macros v0.8.5
26162026-05-28T04:50:51.702Z Compiling nu-ansi-term v0.50.3
26172026-05-28T04:50:52.056Z Compiling reedline v0.40.0
26182026-05-28T04:50:52.299Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26192026-05-28T04:50:52.835Z Compiling peg v0.8.5
26202026-05-28T04:50:52.916Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26212026-05-28T04:50:52.949Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26222026-05-28T04:50:54.504Z Compiling nom v8.0.0
26232026-05-28T04:50:54.749Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
26242026-05-28T04:50:54.837Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
26252026-05-28T04:50:54.998Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26262026-05-28T04:50:55.262Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26272026-05-28T04:50:55.532Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26282026-05-28T04:50:55.676Z Compiling base64 v0.21.7
26292026-05-28T04:50:55.864Z Compiling dropshot-api-manager-types v0.7.2
26302026-05-28T04:50:55.976Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26312026-05-28T04:50:56.051Z Compiling utf-8 v0.7.6
26322026-05-28T04:50:56.234Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26332026-05-28T04:50:56.264Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26342026-05-28T04:50:56.297Z Compiling tungstenite v0.21.0
26352026-05-28T04:50:56.319Z Compiling radium v0.7.0
26362026-05-28T04:50:56.426Z Compiling maybe-uninit v2.0.0
26372026-05-28T04:50:56.502Z Compiling display-error-chain v0.2.2
26382026-05-28T04:50:56.654Z Compiling tap v1.0.1
26392026-05-28T04:50:56.808Z Compiling wyz v0.5.1
26402026-05-28T04:50:56.832Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26412026-05-28T04:50:56.961Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
26422026-05-28T04:50:57.063Z Compiling tokio-tungstenite v0.21.0
26432026-05-28T04:50:57.085Z Compiling zerocopy-derive v0.6.6
26442026-05-28T04:50:57.181Z Compiling proc-macro-error-attr2 v2.0.0
26452026-05-28T04:50:57.454Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
26462026-05-28T04:50:57.590Z Compiling funty v2.0.0
26472026-05-28T04:50:57.865Z Compiling crc-catalog v2.4.0
26482026-05-28T04:50:58.004Z Compiling packed_struct v0.10.1
26492026-05-28T04:50:58.403Z Compiling crc v3.4.0
26502026-05-28T04:50:58.440Z Compiling bitvec v1.0.1
26512026-05-28T04:50:58.569Z Compiling zerocopy v0.6.6
26522026-05-28T04:50:58.636Z Compiling proc-macro-error2 v2.0.1
26532026-05-28T04:50:58.996Z Compiling itertools v0.10.5
26542026-05-28T04:50:59.027Z Compiling packed_struct_codegen v0.10.1
26552026-05-28T04:50:59.082Z Compiling vergen-lib v0.1.6
26562026-05-28T04:50:59.316Z Compiling bitfield-macros v0.19.4
26572026-05-28T04:50:59.681Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26582026-05-28T04:51:00.043Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26592026-05-28T04:51:00.065Z Compiling indexmap v1.9.3
26602026-05-28T04:51:00.097Z Compiling nodrop v0.1.14
26612026-05-28T04:51:00.228Z Compiling array-init v0.0.4
26622026-05-28T04:51:00.283Z Compiling bitfield v0.19.4
26632026-05-28T04:51:00.401Z Compiling smallvec v0.6.14
26642026-05-28T04:51:00.622Z Compiling tabled_derive v0.11.0
26652026-05-28T04:51:00.678Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26662026-05-28T04:51:00.824Z Compiling papergrid v0.17.0
26672026-05-28T04:51:01.003Z Compiling testing_table v0.3.0
26682026-05-28T04:51:01.380Z Compiling vergen-gitcl v1.0.8
26692026-05-28T04:51:01.446Z Compiling dirs-sys-next v0.1.2
26702026-05-28T04:51:01.629Z Compiling maplit v1.0.2
26712026-05-28T04:51:01.683Z Compiling hashbrown v0.12.3
26722026-05-28T04:51:01.729Z Compiling glob v0.3.3
26732026-05-28T04:51:01.756Z Compiling diesel_derives v2.3.7
26742026-05-28T04:51:01.868Z Compiling crunchy v0.2.4
26752026-05-28T04:51:01.988Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
26762026-05-28T04:51:02.110Z Compiling clang-sys v1.8.1
26772026-05-28T04:51:02.193Z Compiling tabled v0.20.0
26782026-05-28T04:51:02.333Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26792026-05-28T04:51:02.392Z Compiling dirs-next v2.0.0
26802026-05-28T04:51:02.416Z Compiling serde-hex v0.1.0
26812026-05-28T04:51:02.549Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26822026-05-28T04:51:02.775Z Compiling ron v0.8.1
26832026-05-28T04:51:02.796Z Compiling hashbrown v0.13.2
26842026-05-28T04:51:02.844Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26852026-05-28T04:51:03.413Z Compiling scheduled-thread-pool v0.2.7
26862026-05-28T04:51:03.581Z Compiling dsl_auto_type v0.2.0
26872026-05-28T04:51:04.028Z Compiling diesel_table_macro_syntax v0.3.0
26882026-05-28T04:51:04.140Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26892026-05-28T04:51:04.260Z Compiling crc-any v2.5.0
26902026-05-28T04:51:04.284Z Compiling tiny-keccak v2.0.2
26912026-05-28T04:51:04.494Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26922026-05-28T04:51:04.549Z Compiling r2d2 v0.8.10
26932026-05-28T04:51:04.577Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26942026-05-28T04:51:04.708Z Compiling object v0.30.4
26952026-05-28T04:51:05.184Z Compiling term v0.7.0
26962026-05-28T04:51:05.388Z Compiling bit-vec v0.6.3
26972026-05-28T04:51:05.410Z Compiling xshell-macros v0.2.7
26982026-05-28T04:51:05.643Z Compiling downcast-rs v2.0.2
26992026-05-28T04:51:05.702Z Compiling path-slash v0.1.5
27002026-05-28T04:51:05.822Z Compiling xshell v0.2.7
27012026-05-28T04:51:05.900Z Compiling bit-set v0.5.3
27022026-05-28T04:51:06.096Z Compiling ascii-canvas v3.0.0
27032026-05-28T04:51:06.567Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27042026-05-28T04:51:06.640Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27052026-05-28T04:51:07.127Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
27062026-05-28T04:51:07.162Z Compiling ena v0.14.4
27072026-05-28T04:51:07.413Z Compiling libloading v0.8.9
27082026-05-28T04:51:07.655Z Compiling crc8 v0.1.1
27092026-05-28T04:51:07.800Z Compiling bindgen v0.71.1
27102026-05-28T04:51:07.914Z Compiling diff v0.1.13
27112026-05-28T04:51:08.121Z Compiling regex-syntax v0.6.29
27122026-05-28T04:51:08.225Z Compiling unicase v2.9.0
27132026-05-28T04:51:08.405Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27142026-05-28T04:51:08.857Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27152026-05-28T04:51:09.029Z Compiling diesel v2.3.7
27162026-05-28T04:51:09.519Z Compiling lalrpop v0.19.12
27172026-05-28T04:51:09.664Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27182026-05-28T04:51:09.996Z Compiling cexpr v0.6.0
27192026-05-28T04:51:10.037Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27202026-05-28T04:51:10.178Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27212026-05-28T04:51:10.273Z Compiling rustc-hash v2.1.1
27222026-05-28T04:51:10.354Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27232026-05-28T04:51:10.376Z Compiling headers-core v0.3.0
27242026-05-28T04:51:10.535Z Compiling libxml v0.3.3
27252026-05-28T04:51:10.625Z Compiling headers v0.4.1
27262026-05-28T04:51:10.737Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27272026-05-28T04:51:10.863Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27282026-05-28T04:51:11.011Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27292026-05-28T04:51:11.618Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27302026-05-28T04:51:11.847Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27312026-05-28T04:51:12.176Z Compiling git-stub v1.0.0
27322026-05-28T04:51:12.308Z Compiling strum_macros v0.24.3
27332026-05-28T04:51:12.332Z Compiling indoc v1.0.9
27342026-05-28T04:51:12.455Z Compiling git-stub-vcs v0.1.0
27352026-05-28T04:51:12.837Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27362026-05-28T04:51:13.000Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27372026-05-28T04:51:13.026Z Compiling derive_builder v0.20.2
27382026-05-28T04:51:13.075Z Compiling quick-xml v0.37.5
27392026-05-28T04:51:13.209Z Compiling oso-derive v0.27.3
27402026-05-28T04:51:13.444Z Compiling impl-trait-for-tuples v0.2.3
27412026-05-28T04:51:13.574Z Compiling openssl-probe v0.1.6
27422026-05-28T04:51:13.760Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27432026-05-28T04:51:13.888Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27442026-05-28T04:51:14.492Z Compiling half v1.8.3
27452026-05-28T04:51:14.643Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
27462026-05-28T04:51:14.745Z Compiling serde_cbor v0.11.2
27472026-05-28T04:51:14.993Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27482026-05-28T04:51:15.032Z Compiling samael v0.0.19
27492026-05-28T04:51:15.222Z Compiling bb8 v0.8.6
27502026-05-28T04:51:15.613Z Compiling trait-variant v0.1.2
27512026-05-28T04:51:15.780Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
27522026-05-28T04:51:15.840Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27532026-05-28T04:51:15.863Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27542026-05-28T04:51:16.175Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27552026-05-28T04:51:16.199Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27562026-05-28T04:51:16.427Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27572026-05-28T04:51:16.734Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27582026-05-28T04:51:17.063Z Compiling polar-core v0.27.3
27592026-05-28T04:51:17.103Z Compiling typify-impl v0.4.3
27602026-05-28T04:51:17.243Z Compiling fxhash v0.2.1
27612026-05-28T04:51:17.419Z Compiling libz-sys v1.1.24
27622026-05-28T04:51:17.857Z Compiling salty v0.3.0
27632026-05-28T04:51:18.069Z Compiling nonempty v0.12.0
27642026-05-28T04:51:18.264Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27652026-05-28T04:51:18.313Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27662026-05-28T04:51:18.514Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27672026-05-28T04:51:18.724Z Compiling kstat-rs v0.2.4
27682026-05-28T04:51:19.239Z Compiling arc-swap v1.8.2
27692026-05-28T04:51:19.649Z Compiling fs-err v2.11.0
27702026-05-28T04:51:20.061Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27712026-05-28T04:51:20.151Z Compiling mime_guess v2.0.5
27722026-05-28T04:51:20.177Z Compiling slog-scope v4.4.1
27732026-05-28T04:51:20.412Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27742026-05-28T04:51:20.593Z Compiling typify-macro v0.4.3
27752026-05-28T04:51:20.624Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27762026-05-28T04:51:20.648Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27772026-05-28T04:51:21.697Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27782026-05-28T04:51:21.731Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27792026-05-28T04:51:22.097Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27802026-05-28T04:51:22.124Z Compiling nanorand v0.7.0
27812026-05-28T04:51:22.176Z Compiling darling_core v0.23.0
27822026-05-28T04:51:22.548Z Compiling libgit2-sys v0.18.3+1.9.2
27832026-05-28T04:51:22.980Z Compiling parking_lot_core v0.8.6
27842026-05-28T04:51:23.312Z Compiling flume v0.11.1
27852026-05-28T04:51:23.758Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27862026-05-28T04:51:24.305Z Compiling slog-stdlog v4.1.1
27872026-05-28T04:51:24.329Z Compiling darling_macro v0.23.0
27882026-05-28T04:51:24.850Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27892026-05-28T04:51:24.942Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27902026-05-28T04:51:25.024Z Compiling primeorder v0.13.6
27912026-05-28T04:51:25.349Z Compiling atty v0.2.14
27922026-05-28T04:51:25.511Z Compiling parse-size v1.1.0
27932026-05-28T04:51:25.747Z Compiling strsim v0.10.0
27942026-05-28T04:51:26.147Z Compiling oso v0.27.3
27952026-05-28T04:51:26.787Z Compiling diesel-dtrace v0.5.0
27962026-05-28T04:51:27.120Z Compiling async-bb8-diesel v0.2.1
27972026-05-28T04:51:27.592Z Compiling http-range v0.1.5
27982026-05-28T04:51:27.935Z Compiling instability v0.3.11
27992026-05-28T04:51:28.176Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
28002026-05-28T04:51:28.486Z Compiling darling_core v0.13.4
28012026-05-28T04:51:29.574Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28022026-05-28T04:51:30.174Z Compiling p384 v0.13.1
28032026-05-28T04:51:31.002Z Compiling darling v0.23.0
28042026-05-28T04:51:31.128Z Compiling slog-envlogger v2.2.0
28052026-05-28T04:51:32.341Z Compiling typify v0.4.3
28062026-05-28T04:51:32.363Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
28072026-05-28T04:51:32.394Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28082026-05-28T04:51:32.486Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28092026-05-28T04:51:33.064Z Compiling ignore v0.4.25
28102026-05-28T04:51:33.106Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28112026-05-28T04:51:33.285Z Compiling vergen-git2 v9.1.0
28122026-05-28T04:51:33.525Z Compiling castaway v0.2.4
28132026-05-28T04:51:33.688Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28142026-05-28T04:51:33.932Z Compiling indoc v2.0.7
28152026-05-28T04:51:34.228Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28162026-05-28T04:51:34.604Z Compiling globwalk v0.9.1
28172026-05-28T04:51:35.247Z Compiling compact_str v0.8.1
28182026-05-28T04:51:35.334Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28192026-05-28T04:51:36.023Z Compiling progenitor-impl v0.11.2
28202026-05-28T04:51:36.050Z Compiling parking_lot v0.11.2
28212026-05-28T04:51:36.392Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28222026-05-28T04:51:36.975Z Compiling hyper-staticfile v0.10.1
28232026-05-28T04:51:37.074Z Compiling darling_macro v0.13.4
28242026-05-28T04:51:37.884Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28252026-05-28T04:51:38.102Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28262026-05-28T04:51:38.187Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28272026-05-28T04:51:38.209Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28282026-05-28T04:51:38.255Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28292026-05-28T04:51:38.348Z Compiling unicode-truncate v1.1.0
28302026-05-28T04:51:38.539Z Compiling predicates-tree v1.0.13
28312026-05-28T04:51:38.561Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28322026-05-28T04:51:38.588Z Compiling lru v0.12.5
28332026-05-28T04:51:38.693Z Compiling prefix-trie v0.7.0
28342026-05-28T04:51:38.800Z Compiling rand_seeder v0.4.0
28352026-05-28T04:51:38.824Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28362026-05-28T04:51:38.939Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28372026-05-28T04:51:39.009Z Compiling cassowary v0.3.0
28382026-05-28T04:51:39.066Z Compiling corncobs v0.1.4
28392026-05-28T04:51:39.190Z Compiling rustls v0.21.12
28402026-05-28T04:51:39.214Z Compiling illumos-nvpair-sys v0.2.0
28412026-05-28T04:51:39.286Z Compiling ratatui v0.29.0
28422026-05-28T04:51:39.316Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28432026-05-28T04:51:39.455Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28442026-05-28T04:51:39.546Z Compiling hickory-server v0.25.2
28452026-05-28T04:51:40.187Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28462026-05-28T04:51:40.286Z Compiling camino-tempfile-ext v0.3.3
28472026-05-28T04:51:40.400Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28482026-05-28T04:51:40.612Z Compiling progenitor-macro v0.11.2
28492026-05-28T04:51:40.934Z Compiling darling v0.13.4
28502026-05-28T04:51:41.053Z Compiling sled v0.34.7
28512026-05-28T04:51:43.977Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28522026-05-28T04:51:44.218Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28532026-05-28T04:51:44.551Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28542026-05-28T04:51:45.498Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28552026-05-28T04:51:45.958Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28562026-05-28T04:51:47.608Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28572026-05-28T04:51:48.572Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28582026-05-28T04:51:48.621Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28592026-05-28T04:51:48.777Z Compiling git2 v0.20.4
28602026-05-28T04:51:51.275Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28612026-05-28T04:51:51.516Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28622026-05-28T04:51:51.751Z Compiling progenitor-client v0.11.2
28632026-05-28T04:51:51.809Z Compiling sct v0.7.1
28642026-05-28T04:51:51.834Z Compiling rustls-webpki v0.101.7
28652026-05-28T04:51:51.860Z Compiling secrecy v0.8.0
28662026-05-28T04:51:51.981Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28672026-05-28T04:51:52.058Z Compiling progenitor v0.11.2
28682026-05-28T04:51:52.143Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28692026-05-28T04:51:52.372Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28702026-05-28T04:51:52.478Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28712026-05-28T04:51:52.693Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28722026-05-28T04:51:52.876Z Compiling serde_with_macros v1.5.2
28732026-05-28T04:51:53.513Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28742026-05-28T04:51:53.704Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28752026-05-28T04:51:54.996Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28762026-05-28T04:51:55.366Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28772026-05-28T04:51:56.012Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28782026-05-28T04:51:56.319Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28792026-05-28T04:51:56.476Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28802026-05-28T04:51:56.766Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28812026-05-28T04:51:56.999Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28822026-05-28T04:51:57.237Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28832026-05-28T04:51:57.520Z Compiling void v1.0.2
28842026-05-28T04:51:57.680Z Compiling lzss v0.8.2
28852026-05-28T04:51:58.175Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28862026-05-28T04:51:58.328Z Compiling illumos-nvpair v0.3.0
28872026-05-28T04:51:58.697Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28882026-05-28T04:51:58.822Z Compiling tokio-rustls v0.24.1
28892026-05-28T04:51:59.120Z Compiling serde_with v1.14.0
28902026-05-28T04:51:59.995Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28912026-05-28T04:52:00.655Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28922026-05-28T04:52:00.837Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28932026-05-28T04:52:01.229Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28942026-05-28T04:52:01.483Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28952026-05-28T04:52:02.236Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28962026-05-28T04:52:02.497Z Compiling tungstenite v0.23.0
28972026-05-28T04:52:02.680Z Compiling rustls-pemfile v1.0.4
28982026-05-28T04:52:03.085Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28992026-05-28T04:52:03.108Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29002026-05-28T04:52:03.223Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29012026-05-28T04:52:03.361Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
29022026-05-28T04:52:03.472Z Compiling nix v0.27.1
29032026-05-28T04:52:04.772Z Compiling twox-hash v2.1.2
29042026-05-28T04:52:04.917Z Compiling serde_bytes v0.11.19
29052026-05-28T04:52:05.240Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29062026-05-28T04:52:05.341Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29072026-05-28T04:52:05.372Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
29082026-05-28T04:52:05.709Z Compiling tokio-tungstenite v0.23.1
29092026-05-28T04:52:06.098Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29102026-05-28T04:52:06.517Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29112026-05-28T04:52:07.959Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29122026-05-28T04:52:09.404Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29132026-05-28T04:52:09.665Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29142026-05-28T04:52:10.327Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29152026-05-28T04:52:10.352Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29162026-05-28T04:52:10.785Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29172026-05-28T04:52:11.042Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29182026-05-28T04:52:11.460Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29192026-05-28T04:52:11.485Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29202026-05-28T04:52:11.509Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29212026-05-28T04:52:11.565Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29222026-05-28T04:52:12.008Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29232026-05-28T04:52:12.925Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29242026-05-28T04:52:13.280Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29252026-05-28T04:52:15.672Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29262026-05-28T04:52:16.240Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29272026-05-28T04:52:16.314Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29282026-05-28T04:52:16.581Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29292026-05-28T04:52:18.433Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29302026-05-28T04:52:18.578Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29312026-05-28T04:52:18.581Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29322026-05-28T04:52:18.779Z Compiling signal-hook-tokio v0.3.1
29332026-05-28T04:52:18.804Z Compiling fatfs v0.3.6
29342026-05-28T04:52:18.836Z Compiling yasna v0.5.2
29352026-05-28T04:52:18.973Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29362026-05-28T04:52:19.552Z Compiling seq-macro v0.3.6
29372026-05-28T04:52:19.815Z Compiling is_ci v1.2.0
29382026-05-28T04:52:20.010Z Compiling assert_matches v1.5.0
29392026-05-28T04:52:20.035Z Compiling supports-color v3.0.2
29402026-05-28T04:52:20.038Z Compiling rcgen v0.12.1
29412026-05-28T04:52:20.086Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29422026-05-28T04:52:20.125Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29432026-05-28T04:52:20.436Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29442026-05-28T04:52:20.566Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29452026-05-28T04:52:20.801Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29462026-05-28T04:52:21.039Z Compiling subprocess v0.2.15
29472026-05-28T04:52:22.684Z Compiling rtoolbox v0.0.3
29482026-05-28T04:52:22.972Z Compiling rpassword v7.4.0
29492026-05-28T04:52:23.226Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29502026-05-28T04:52:23.297Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29512026-05-28T04:52:24.423Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29522026-05-28T04:52:25.019Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29532026-05-28T04:52:25.122Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29542026-05-28T04:52:25.170Z Compiling tui-tree-widget v0.23.1
29552026-05-28T04:52:25.477Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29562026-05-28T04:52:27.633Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29572026-05-28T04:52:28.161Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29582026-05-28T04:52:28.618Z Compiling uzers v0.12.2
29592026-05-28T04:52:29.979Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29602026-05-28T04:52:30.123Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29612026-05-28T04:52:30.869Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29622026-05-28T04:52:31.131Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29632026-05-28T04:52:33.443Z Compiling support-bundle-viewer v0.1.2
29642026-05-28T04:52:35.370Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29652026-05-28T04:52:37.572Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29662026-05-28T04:52:42.108Z Compiling multimap v0.10.1
29672026-05-28T04:52:49.840Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29682026-05-28T04:52:56.147Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29692026-05-28T04:52:56.599Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29702026-05-28T04:53:00.391Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29712026-05-28T05:02:19.703Z Finished `release` profile [optimized] target(s) in 11m 59s
29722026-05-28T05:03:08.338Z
29732026-05-28T05:03:08.338Zreal 12:49.536371980
29742026-05-28T05:03:08.341Zuser 1:28:22.226999026
29752026-05-28T05:03:08.341Zsys 3:57.841673663
29762026-05-28T05:03:08.341Ztrap 1.926658289
29772026-05-28T05:03:08.341Ztflt 2.862600871
29782026-05-28T05:03:08.341Zdflt 20.969928621
29792026-05-28T05:03:08.341Zkflt 0.005315862
29802026-05-28T05:03:08.341Zlock 9:26:09.807476537
29812026-05-28T05:03:08.341Zslp 2:44:34.268260465
29822026-05-28T05:03:08.341Zlat 2:58.104379885
29832026-05-28T05:03:08.341Zstop 6:11.492370153
29842026-05-28T05:03:08.341Z+ mapfile -t packages
29852026-05-28T05:03:08.341Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29862026-05-28T05:03:09.324Z Finished `release` profile [optimized] target(s) in 0.97s
29872026-05-28T05:03:09.397Z Running `target/release/omicron-package -t test list-outputs`
29882026-05-28T05:03:09.460ZLogging to: /work/oxidecomputer/omicron/out/LOG
29892026-05-28T05:03:09.464Z+ ptime -m cargo build --locked --release -p xtask
29902026-05-28T05:03:10.021Z Compiling libc v0.2.185
29912026-05-28T05:03:10.021Z Compiling serde v1.0.228
29922026-05-28T05:03:10.021Z Compiling serde_core v1.0.228
29932026-05-28T05:03:10.025Z Compiling rustix v1.1.3
29942026-05-28T05:03:10.118Z Compiling serde_json v1.0.149
29952026-05-28T05:03:10.128Z Compiling bitflags v2.11.0
29962026-05-28T05:03:10.177Z Compiling num-traits v0.2.19
29972026-05-28T05:03:10.186Z Compiling syn v2.0.117
29982026-05-28T05:03:10.209Z Compiling smallvec v1.15.1
29992026-05-28T05:03:10.213Z Compiling indexmap v2.14.0
30002026-05-28T05:03:10.228Z Compiling usdt-impl v0.5.0
30012026-05-28T05:03:10.242Z Compiling syn v1.0.109
30022026-05-28T05:03:10.254Z Compiling percent-encoding v2.3.2
30032026-05-28T05:03:10.258Z Compiling log v0.4.29
30042026-05-28T05:03:10.430Z Compiling getrandom v0.4.1
30052026-05-28T05:03:10.502Z Compiling form_urlencoded v1.2.2
30062026-05-28T05:03:10.534Z Compiling fs-err v3.3.0
30072026-05-28T05:03:10.549Z Compiling once_cell v1.21.3
30082026-05-28T05:03:10.653Z Compiling anyhow v1.0.102
30092026-05-28T05:03:10.657Z Compiling heck v0.4.1
30102026-05-28T05:03:10.967Z Compiling errno v0.3.14
30112026-05-28T05:03:10.970Z Compiling thread-id v4.2.2
30122026-05-28T05:03:10.970Z Compiling memmap v0.7.0
30132026-05-28T05:03:11.204Z Compiling ordered-float v2.10.1
30142026-05-28T05:03:11.748Z Compiling proc-macro-error v1.0.4
30152026-05-28T05:03:11.993Z Compiling tabled_derive v0.7.0
30162026-05-28T05:03:12.011Z Compiling terminal_size v0.4.3
30172026-05-28T05:03:12.015Z Compiling tempfile v3.25.0
30182026-05-28T05:03:12.110Z Compiling clap_builder v4.6.0
30192026-05-28T05:03:12.110Z Compiling textwrap v0.16.2
30202026-05-28T05:03:12.245Z Compiling camino-tempfile v1.4.1
30212026-05-28T05:03:12.676Z Compiling tabled v0.15.0
30222026-05-28T05:03:12.714Z Compiling synstructure v0.13.2
30232026-05-28T05:03:12.714Z Compiling pest_generator v2.8.6
30242026-05-28T05:03:13.138Z Compiling serde_derive v1.0.228
30252026-05-28T05:03:13.138Z Compiling zerofrom-derive v0.1.6
30262026-05-28T05:03:13.141Z Compiling yoke-derive v0.8.1
30272026-05-28T05:03:13.141Z Compiling zerovec-derive v0.11.2
30282026-05-28T05:03:13.141Z Compiling displaydoc v0.2.5
30292026-05-28T05:03:13.141Z Compiling thiserror-impl v1.0.69
30302026-05-28T05:03:13.228Z Compiling zerocopy-derive v0.7.35
30312026-05-28T05:03:13.714Z Compiling pest_derive v2.8.6
30322026-05-28T05:03:13.752Z Compiling scroll_derive v0.12.1
30332026-05-28T05:03:13.821Z Compiling thiserror-impl v2.0.18
30342026-05-28T05:03:13.855Z Compiling clap_derive v4.6.1
30352026-05-28T05:03:14.050Z Compiling zerocopy v0.7.35
30362026-05-28T05:03:14.280Z Compiling thiserror v1.0.69
30372026-05-28T05:03:14.293Z Compiling zerofrom v0.1.6
30382026-05-28T05:03:14.408Z Compiling yoke v0.8.1
30392026-05-28T05:03:14.429Z Compiling scroll v0.12.0
30402026-05-28T05:03:14.441Z Compiling dtrace-parser v0.2.0
30412026-05-28T05:03:14.628Z Compiling zerovec v0.11.5
30422026-05-28T05:03:14.640Z Compiling zerotrie v0.2.3
30432026-05-28T05:03:14.753Z Compiling goblin v0.8.2
30442026-05-28T05:03:15.015Z Compiling thiserror v2.0.18
30452026-05-28T05:03:15.246Z Compiling tinystr v0.8.2
30462026-05-28T05:03:15.482Z Compiling icu_locale_core v2.1.1
30472026-05-28T05:03:15.495Z Compiling potential_utf v0.1.4
30482026-05-28T05:03:15.694Z Compiling icu_collections v2.1.1
30492026-05-28T05:03:15.746Z Compiling clap v4.6.1
30502026-05-28T05:03:16.311Z Compiling icu_provider v2.1.1
30512026-05-28T05:03:16.385Z Compiling serde_spanned v0.6.9
30522026-05-28T05:03:16.396Z Compiling toml_datetime v0.6.11
30532026-05-28T05:03:16.419Z Compiling dof v0.3.0
30542026-05-28T05:03:16.570Z Compiling serde_tokenstream v0.2.3
30552026-05-28T05:03:16.716Z Compiling icu_normalizer v2.1.1
30562026-05-28T05:03:16.743Z Compiling icu_properties v2.1.2
30572026-05-28T05:03:16.756Z Compiling toml_edit v0.22.27
30582026-05-28T05:03:16.800Z Compiling serde-value v0.7.0
30592026-05-28T05:03:16.890Z Compiling cargo-platform v0.2.0
30602026-05-28T05:03:17.019Z Compiling macaddr v1.0.1
30612026-05-28T05:03:17.313Z Compiling usdt-attr-macro v0.5.0
30622026-05-28T05:03:17.343Z Compiling usdt-macro v0.5.0
30632026-05-28T05:03:17.610Z Compiling idna_adapter v1.2.1
30642026-05-28T05:03:17.729Z Compiling idna v1.1.0
30652026-05-28T05:03:18.121Z Compiling url v2.5.8
30662026-05-28T05:03:18.134Z Compiling usdt v0.5.0
30672026-05-28T05:03:18.327Z Compiling toml v0.8.23
30682026-05-28T05:03:18.794Z Compiling cargo-util-schemas v0.8.2
30692026-05-28T05:03:18.808Z Compiling cargo_toml v0.21.0
30702026-05-28T05:03:19.842Z Compiling cargo_metadata v0.21.0
30712026-05-28T05:03:22.948Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30722026-05-28T05:03:25.975Z Finished `release` profile [optimized] target(s) in 16.50s
30732026-05-28T05:03:26.145Z
30742026-05-28T05:03:26.145Zreal 16.640691378
30752026-05-28T05:03:26.145Zuser 2:22.837173225
30762026-05-28T05:03:26.148Zsys 16.976581725
30772026-05-28T05:03:26.148Ztrap 0.079648528
30782026-05-28T05:03:26.148Ztflt 0.527664518
30792026-05-28T05:03:26.148Zdflt 1.558156343
30802026-05-28T05:03:26.148Zkflt 0.000076710
30812026-05-28T05:03:26.148Zlock 5:11.611281399
30822026-05-28T05:03:26.148Zslp 3:21.048132867
30832026-05-28T05:03:26.148Zlat 5.814897606
30842026-05-28T05:03:26.148Zstop 20.232251050
30852026-05-28T05:03:26.148Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30862026-05-28T05:03:26.148Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30872026-05-28T05:03:26.148Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30882026-05-28T05:03:26.148Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30892026-05-28T05:03:26.148Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30902026-05-28T05:03:27.216Z Compiling newtype-uuid-macros v0.1.0
30912026-05-28T05:03:27.220Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30922026-05-28T05:03:27.220Z Compiling debug-ignore v1.0.5
30932026-05-28T05:03:27.220Z Compiling rustls v0.22.4
30942026-05-28T05:03:27.220Z Compiling rustls-webpki v0.102.8
30952026-05-28T05:03:27.220Z Compiling structmeta-derive v0.3.0
30962026-05-28T05:03:27.379Z Compiling multer v3.1.0
30972026-05-28T05:03:27.382Z Compiling match_cfg v0.1.0
30982026-05-28T05:03:27.382Z Compiling compression-core v0.4.31
30992026-05-28T05:03:27.383Z Compiling slog-json v2.6.1
31002026-05-28T05:03:27.398Z Compiling async-stream-impl v0.3.6
31012026-05-28T05:03:27.401Z Compiling toml_datetime v1.0.0+spec-1.1.0
31022026-05-28T05:03:27.401Z Compiling serde_spanned v1.0.4
31032026-05-28T05:03:27.401Z Compiling dropshot v0.17.0
31042026-05-28T05:03:27.519Z Compiling toml_writer v1.0.6+spec-1.1.0
31052026-05-28T05:03:27.522Z Compiling progenitor-client v0.14.0
31062026-05-28T05:03:27.609Z Compiling hostname v0.3.1
31072026-05-28T05:03:27.628Z Compiling compression-codecs v0.4.37
31082026-05-28T05:03:27.645Z Compiling waitgroup v0.1.2
31092026-05-28T05:03:27.702Z Compiling rustls-pemfile v2.2.0
31102026-05-28T05:03:27.740Z Compiling toml v1.0.6+spec-1.1.0
31112026-05-28T05:03:27.779Z Compiling slog-bunyan v2.5.0
31122026-05-28T05:03:27.779Z Compiling dropshot_endpoint v0.17.0
31132026-05-28T05:03:27.783Z Compiling serde_path_to_error v0.1.20
31142026-05-28T05:03:27.783Z Compiling hostname v0.4.2
31152026-05-28T05:03:27.857Z Compiling async-compression v0.4.41
31162026-05-28T05:03:27.945Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31172026-05-28T05:03:27.949Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
31182026-05-28T05:03:27.949Z Compiling itertools v0.14.0
31192026-05-28T05:03:27.949Z Compiling regress v0.10.5
31202026-05-28T05:03:28.002Z Compiling macaddr v1.0.1
31212026-05-28T05:03:28.088Z Compiling instant v0.1.13
31222026-05-28T05:03:28.131Z Compiling async-stream v0.3.6
31232026-05-28T05:03:28.151Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31242026-05-28T05:03:28.169Z Compiling progenitor-client v0.13.0
31252026-05-28T05:03:28.214Z Compiling backon v1.6.0
31262026-05-28T05:03:28.236Z Compiling backoff v0.4.0
31272026-05-28T05:03:28.252Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31282026-05-28T05:03:28.253Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
31292026-05-28T05:03:28.294Z Compiling humantime v2.3.0
31302026-05-28T05:03:28.327Z Compiling convert_case v0.4.0
31312026-05-28T05:03:28.390Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31322026-05-28T05:03:28.441Z Compiling progenitor-extras v0.2.0
31332026-05-28T05:03:28.463Z Compiling secrecy v0.10.3
31342026-05-28T05:03:28.517Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31352026-05-28T05:03:28.543Z Compiling universal-hash v0.5.1
31362026-05-28T05:03:28.543Z Compiling opaque-debug v0.3.1
31372026-05-28T05:03:28.580Z Compiling crucible-workspace-hack v0.1.0
31382026-05-28T05:03:28.640Z Compiling half v2.7.1
31392026-05-28T05:03:28.659Z Compiling ciborium-io v0.2.2
31402026-05-28T05:03:28.693Z Compiling aead v0.5.2
31412026-05-28T05:03:28.715Z Compiling poly1305 v0.8.0
31422026-05-28T05:03:28.732Z Compiling derive_more v0.99.20
31432026-05-28T05:03:28.735Z Compiling chacha20 v0.9.1
31442026-05-28T05:03:28.784Z Compiling byte-wrapper v0.1.0
31452026-05-28T05:03:28.803Z Compiling structmeta v0.3.0
31462026-05-28T05:03:28.841Z Compiling regress v0.11.1
31472026-05-28T05:03:28.844Z Compiling thiserror-impl-no-std v2.0.2
31482026-05-28T05:03:28.930Z Compiling ciborium-ll v0.2.2
31492026-05-28T05:03:28.970Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31502026-05-28T05:03:28.989Z Compiling blake2 v0.10.6
31512026-05-28T05:03:29.032Z Compiling password-hash v0.5.0
31522026-05-28T05:03:29.054Z Compiling derive-ex v0.1.8
31532026-05-28T05:03:29.073Z Compiling parse-display-derive v0.10.0
31542026-05-28T05:03:29.155Z Compiling ciborium v0.2.2
31552026-05-28T05:03:29.184Z Compiling unsafe-libyaml v0.2.11
31562026-05-28T05:03:29.209Z Compiling chacha20poly1305 v0.10.1
31572026-05-28T05:03:29.288Z Compiling indent_write v2.2.0
31582026-05-28T05:03:29.391Z Compiling argon2 v0.5.3
31592026-05-28T05:03:29.455Z Compiling toml_datetime v0.7.5+spec-1.1.0
31602026-05-28T05:03:29.474Z Compiling num-rational v0.4.2
31612026-05-28T05:03:29.496Z Compiling num-complex v0.4.6
31622026-05-28T05:03:29.582Z Compiling heapless v0.8.0
31632026-05-28T05:03:29.645Z Compiling toml_edit v0.23.10+spec-1.0.0
31642026-05-28T05:03:29.669Z Compiling tokio-rustls v0.25.0
31652026-05-28T05:03:29.736Z Compiling serde_yaml v0.9.34+deprecated
31662026-05-28T05:03:29.754Z Compiling ingot-macros v0.1.1
31672026-05-28T05:03:29.927Z Compiling num v0.4.3
31682026-05-28T05:03:29.962Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-05-28T05:03:30.039Z Compiling atomicwrites v0.4.4
31702026-05-28T05:03:30.093Z Compiling camino-tempfile v1.4.1
31712026-05-28T05:03:30.112Z Compiling thiserror-no-std v2.0.2
31722026-05-28T05:03:30.128Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
31732026-05-28T05:03:30.227Z Compiling vsss-rs v3.3.4
31742026-05-28T05:03:30.260Z Compiling proc-macro-crate v3.4.0
31752026-05-28T05:03:30.352Z Compiling hash32 v0.3.1
31762026-05-28T05:03:30.373Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31772026-05-28T05:03:30.481Z Compiling typify-impl v0.6.2
31782026-05-28T05:03:30.534Z Compiling smoltcp v0.11.0
31792026-05-28T05:03:30.618Z Compiling float-ord v0.3.2
31802026-05-28T05:03:30.738Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
31812026-05-28T05:03:30.766Z Compiling tabwriter v1.4.1
31822026-05-28T05:03:30.818Z Compiling test-strategy v0.4.5
31832026-05-28T05:03:30.850Z Compiling num_enum_derive v0.7.6
31842026-05-28T05:03:30.867Z Compiling parse-display v0.10.0
31852026-05-28T05:03:30.958Z Compiling cobs v0.3.0
31862026-05-28T05:03:31.021Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
31872026-05-28T05:03:31.141Z Compiling postcard v1.1.3
31882026-05-28T05:03:31.184Z Compiling proc-macro-error v1.0.4
31892026-05-28T05:03:31.204Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31902026-05-28T05:03:31.242Z Compiling proc-macro-crate v1.3.1
31912026-05-28T05:03:31.262Z Compiling foreign-types-macros v0.2.3
31922026-05-28T05:03:31.300Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31932026-05-28T05:03:31.362Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31942026-05-28T05:03:31.509Z Compiling foreign-types-shared v0.3.1
31952026-05-28T05:03:31.528Z Compiling rayon-core v1.13.0
31962026-05-28T05:03:31.593Z Compiling cpufeatures v0.3.0
31972026-05-28T05:03:31.625Z Compiling colored v3.1.1
31982026-05-28T05:03:31.692Z Compiling num_enum_derive v0.5.11
31992026-05-28T05:03:31.711Z Compiling chacha20 v0.10.0
32002026-05-28T05:03:31.729Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32012026-05-28T05:03:31.920Z Compiling crossbeam-deque v0.8.6
32022026-05-28T05:03:31.939Z Compiling foreign-types v0.5.0
32032026-05-28T05:03:31.957Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32042026-05-28T05:03:31.974Z Compiling num_enum v0.7.6
32052026-05-28T05:03:32.039Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32062026-05-28T05:03:32.059Z Compiling cstr-argument v0.1.2
32072026-05-28T05:03:32.077Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
32082026-05-28T05:03:32.202Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
32092026-05-28T05:03:32.202Z Compiling rand v0.10.1
32102026-05-28T05:03:32.247Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32112026-05-28T05:03:32.336Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32122026-05-28T05:03:32.370Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32132026-05-28T05:03:32.399Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
32142026-05-28T05:03:32.433Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32152026-05-28T05:03:32.537Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32162026-05-28T05:03:32.556Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
32172026-05-28T05:03:32.576Z Compiling winnow v1.0.3
32182026-05-28T05:03:32.682Z Compiling ingot-types v0.1.2
32192026-05-28T05:03:32.685Z Compiling rayon v1.11.0
32202026-05-28T05:03:32.702Z Compiling zone_cfg_derive v0.3.1
32212026-05-28T05:03:32.811Z Compiling num_enum v0.5.11
32222026-05-28T05:03:32.845Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32232026-05-28T05:03:32.925Z Compiling toml v0.8.23
32242026-05-28T05:03:32.991Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32252026-05-28T05:03:33.010Z Compiling itertools v0.12.1
32262026-05-28T05:03:33.031Z Compiling num-derive v0.4.2
32272026-05-28T05:03:33.069Z Compiling sigpipe v0.1.3
32282026-05-28T05:03:33.186Z Compiling ingot v0.1.1
32292026-05-28T05:03:33.206Z Compiling glob v0.3.3
32302026-05-28T05:03:33.282Z Compiling smf v0.2.3
32312026-05-28T05:03:33.340Z Compiling whoami v1.6.1
32322026-05-28T05:03:33.482Z Compiling prettyplease v0.2.37
32332026-05-28T05:03:33.517Z Compiling usdt-attr-macro v0.5.0
32342026-05-28T05:03:33.571Z Compiling usdt-macro v0.5.0
32352026-05-28T05:03:33.640Z Compiling gethostname v0.5.0
32362026-05-28T05:03:33.664Z Compiling derive-where v1.6.0
32372026-05-28T05:03:33.753Z Compiling memmap v0.7.0
32382026-05-28T05:03:33.790Z Compiling resolv-conf v0.7.6
32392026-05-28T05:03:33.837Z Compiling console v0.15.11
32402026-05-28T05:03:33.976Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32412026-05-28T05:03:34.030Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
32422026-05-28T05:03:34.165Z Compiling newline-converter v0.3.0
32432026-05-28T05:03:34.316Z Compiling zone v0.3.1
32442026-05-28T05:03:34.335Z Compiling owo-colors v4.3.0
32452026-05-28T05:03:34.370Z Compiling cancel-safe-futures v0.1.5
32462026-05-28T05:03:34.388Z Compiling usdt v0.5.0
32472026-05-28T05:03:34.408Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32482026-05-28T05:03:34.451Z Compiling expectorate v1.2.0
32492026-05-28T05:03:34.470Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32502026-05-28T05:03:34.593Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32512026-05-28T05:03:34.643Z Compiling libsw-core v0.3.2
32522026-05-28T05:03:34.696Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32532026-05-28T05:03:34.850Z Compiling libsw v3.5.0
32542026-05-28T05:03:34.869Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32552026-05-28T05:03:34.966Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32562026-05-28T05:03:34.991Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32572026-05-28T05:03:35.010Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32582026-05-28T05:03:35.041Z Compiling hickory-proto v0.24.4
32592026-05-28T05:03:35.045Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32602026-05-28T05:03:35.079Z Compiling linear-map v1.2.0
32612026-05-28T05:03:35.082Z Compiling minimal-lexical v0.2.1
32622026-05-28T05:03:35.117Z Compiling typify-macro v0.6.2
32632026-05-28T05:03:35.171Z Compiling linked-hash-map v0.5.6
32642026-05-28T05:03:35.205Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32652026-05-28T05:03:35.281Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32662026-05-28T05:03:35.309Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32672026-05-28T05:03:35.328Z Compiling nom v7.1.3
32682026-05-28T05:03:35.385Z Compiling lru-cache v0.1.2
32692026-05-28T05:03:35.403Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32702026-05-28T05:03:35.455Z Compiling tokio-dtrace v0.1.1
32712026-05-28T05:03:35.477Z Compiling csv-core v0.1.13
32722026-05-28T05:03:35.544Z Compiling slog-dtrace v0.3.0
32732026-05-28T05:03:35.561Z Compiling tagptr v0.2.0
32742026-05-28T05:03:35.578Z Compiling highway v1.3.0
32752026-05-28T05:03:35.697Z Compiling semver v0.1.20
32762026-05-28T05:03:35.743Z Compiling moka v0.12.13
32772026-05-28T05:03:35.746Z Compiling csv v1.4.0
32782026-05-28T05:03:35.781Z Compiling oxide-tokio-rt v0.1.4
32792026-05-28T05:03:35.843Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32802026-05-28T05:03:36.014Z Compiling rustc_version v0.1.7
32812026-05-28T05:03:36.123Z Compiling phf_shared v0.12.1
32822026-05-28T05:03:36.149Z Compiling chrono-tz v0.10.4
32832026-05-28T05:03:36.168Z Compiling const_format_proc_macros v0.2.34
32842026-05-28T05:03:36.270Z Compiling newtype_derive v0.1.6
32852026-05-28T05:03:36.318Z Compiling phf v0.12.1
32862026-05-28T05:03:36.336Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32872026-05-28T05:03:36.424Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32882026-05-28T05:03:36.493Z Compiling hickory-resolver v0.25.2
32892026-05-28T05:03:36.577Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32902026-05-28T05:03:36.595Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32912026-05-28T05:03:36.707Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32922026-05-28T05:03:36.724Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32932026-05-28T05:03:36.758Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32942026-05-28T05:03:36.836Z Compiling num-derive v0.3.3
32952026-05-28T05:03:36.971Z Compiling typify v0.6.2
32962026-05-28T05:03:36.995Z Compiling bcs v0.1.6
32972026-05-28T05:03:37.038Z Compiling const_format v0.2.35
32982026-05-28T05:03:37.116Z Compiling progenitor-impl v0.14.0
32992026-05-28T05:03:37.135Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33002026-05-28T05:03:37.246Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33012026-05-28T05:03:37.358Z Compiling hickory-resolver v0.24.4
33022026-05-28T05:03:37.397Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33032026-05-28T05:03:37.415Z Compiling progenitor-impl v0.13.0
33042026-05-28T05:03:37.756Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
33052026-05-28T05:03:37.810Z Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33062026-05-28T05:03:37.852Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33072026-05-28T05:03:38.345Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33082026-05-28T05:03:38.366Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33092026-05-28T05:03:38.498Z Compiling qorb v0.4.1
33102026-05-28T05:03:38.725Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33112026-05-28T05:03:38.815Z Compiling termtree v0.5.1
33122026-05-28T05:03:38.947Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33132026-05-28T05:03:38.997Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33142026-05-28T05:03:40.017Z Compiling libscf-sys v1.1.0
33152026-05-28T05:03:40.020Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33162026-05-28T05:03:40.020Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33172026-05-28T05:03:40.020Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33182026-05-28T05:03:40.020Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33192026-05-28T05:03:40.020Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33202026-05-28T05:03:40.020Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33212026-05-28T05:03:40.020Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33222026-05-28T05:03:40.020Z Compiling progenitor-macro v0.14.0
33232026-05-28T05:03:40.065Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33242026-05-28T05:03:40.167Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33252026-05-28T05:03:40.185Z Compiling progenitor-macro v0.13.0
33262026-05-28T05:03:40.251Z Compiling tabled_derive v0.7.0
33272026-05-28T05:03:40.340Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33282026-05-28T05:03:40.411Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33292026-05-28T05:03:40.510Z Compiling textwrap v0.16.2
33302026-05-28T05:03:40.547Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33312026-05-28T05:03:40.606Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33322026-05-28T05:03:40.693Z Compiling steno v0.4.1
33332026-05-28T05:03:40.802Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33342026-05-28T05:03:40.824Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33352026-05-28T05:03:40.864Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33362026-05-28T05:03:40.938Z Compiling libefi-sys v0.1.0
33372026-05-28T05:03:40.958Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33382026-05-28T05:03:41.030Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33392026-05-28T05:03:41.188Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33402026-05-28T05:03:41.271Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33412026-05-28T05:03:41.294Z Compiling tabled v0.15.0
33422026-05-28T05:03:41.330Z Compiling git-stub v1.0.0
33432026-05-28T05:03:41.632Z Compiling bitfield-struct v0.6.2
33442026-05-28T05:03:41.746Z Compiling nom v8.0.0
33452026-05-28T05:03:41.781Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33462026-05-28T05:03:41.973Z Compiling git-stub-vcs v0.1.0
33472026-05-28T05:03:42.028Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33482026-05-28T05:03:42.326Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33492026-05-28T05:03:42.489Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33502026-05-28T05:03:42.601Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
33512026-05-28T05:03:42.665Z Compiling dropshot-api-manager-types v0.7.2
33522026-05-28T05:03:42.798Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33532026-05-28T05:03:42.932Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33542026-05-28T05:03:42.951Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33552026-05-28T05:03:43.041Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33562026-05-28T05:03:43.059Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33572026-05-28T05:03:43.085Z Compiling xshell-macros v0.2.7
33582026-05-28T05:03:43.201Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33592026-05-28T05:03:43.224Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33602026-05-28T05:03:43.369Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33612026-05-28T05:03:43.521Z Compiling xshell v0.2.7
33622026-05-28T05:03:43.631Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33632026-05-28T05:03:43.725Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33642026-05-28T05:03:43.760Z Compiling primeorder v0.13.6
33652026-05-28T05:03:44.046Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33662026-05-28T05:03:44.065Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33672026-05-28T05:03:44.086Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33682026-05-28T05:03:44.103Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33692026-05-28T05:03:44.125Z Compiling salty v0.3.0
33702026-05-28T05:03:44.224Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33712026-05-28T05:03:44.394Z Compiling base64 v0.21.7
33722026-05-28T05:03:44.431Z Compiling radium v0.7.0
33732026-05-28T05:03:44.764Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33742026-05-28T05:03:44.826Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33752026-05-28T05:03:44.938Z Compiling p384 v0.13.1
33762026-05-28T05:03:44.990Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33772026-05-28T05:03:45.011Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33782026-05-28T05:03:45.034Z Compiling typify-impl v0.4.3
33792026-05-28T05:03:45.058Z Compiling tap v1.0.1
33802026-05-28T05:03:45.180Z Compiling progenitor v0.14.0
33812026-05-28T05:03:45.208Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33822026-05-28T05:03:45.373Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33832026-05-28T05:03:45.391Z Compiling progenitor v0.13.0
33842026-05-28T05:03:45.410Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33852026-05-28T05:03:45.484Z Compiling maybe-uninit v2.0.0
33862026-05-28T05:03:45.539Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33872026-05-28T05:03:45.559Z Compiling wyz v0.5.1
33882026-05-28T05:03:45.786Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33892026-05-28T05:03:45.806Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33902026-05-28T05:03:45.843Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33912026-05-28T05:03:45.889Z Compiling proc-macro-error-attr2 v2.0.0
33922026-05-28T05:03:46.026Z Compiling packed_struct v0.10.1
33932026-05-28T05:03:46.176Z Compiling parking_lot_core v0.8.6
33942026-05-28T05:03:46.325Z Compiling utf-8 v0.7.6
33952026-05-28T05:03:46.329Z Compiling funty v2.0.0
33962026-05-28T05:03:46.474Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33972026-05-28T05:03:46.545Z Compiling tungstenite v0.21.0
33982026-05-28T05:03:46.893Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33992026-05-28T05:03:47.203Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34002026-05-28T05:03:47.427Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34012026-05-28T05:03:47.734Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34022026-05-28T05:03:47.896Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34032026-05-28T05:03:48.149Z Compiling bitvec v1.0.1
34042026-05-28T05:03:48.389Z Compiling proc-macro-error2 v2.0.1
34052026-05-28T05:03:48.746Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
34062026-05-28T05:03:48.767Z Compiling polyval v0.6.2
34072026-05-28T05:03:48.784Z Compiling packed_struct_codegen v0.10.1
34082026-05-28T05:03:49.013Z Compiling bitfield-macros v0.19.4
34092026-05-28T05:03:49.046Z Compiling zerocopy-derive v0.6.6
34102026-05-28T05:03:49.099Z Compiling indexmap v1.9.3
34112026-05-28T05:03:49.338Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34122026-05-28T05:03:49.623Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34132026-05-28T05:03:49.653Z Compiling typify-macro v0.4.3
34142026-05-28T05:03:49.676Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34152026-05-28T05:03:49.739Z Compiling crc-catalog v2.4.0
34162026-05-28T05:03:49.764Z Compiling nodrop v0.1.14
34172026-05-28T05:03:49.822Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34182026-05-28T05:03:49.877Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34192026-05-28T05:03:49.900Z Compiling array-init v0.0.4
34202026-05-28T05:03:49.983Z Compiling zerocopy v0.6.6
34212026-05-28T05:03:50.079Z Compiling crc v3.4.0
34222026-05-28T05:03:50.120Z Compiling bitfield v0.19.4
34232026-05-28T05:03:50.170Z Compiling ghash v0.5.1
34242026-05-28T05:03:50.293Z Compiling tabled_derive v0.11.0
34252026-05-28T05:03:50.323Z Compiling smallvec v0.6.14
34262026-05-28T05:03:50.369Z Compiling tokio-tungstenite v0.21.0
34272026-05-28T05:03:50.454Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34282026-05-28T05:03:50.573Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34292026-05-28T05:03:50.627Z Compiling papergrid v0.17.0
34302026-05-28T05:03:50.693Z Compiling testing_table v0.3.0
34312026-05-28T05:03:50.712Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34322026-05-28T05:03:50.736Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34332026-05-28T05:03:50.878Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
34342026-05-28T05:03:50.898Z Compiling ctr v0.9.2
34352026-05-28T05:03:50.928Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34362026-05-28T05:03:50.950Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34372026-05-28T05:03:50.971Z Compiling corncobs v0.1.4
34382026-05-28T05:03:51.083Z Compiling hashbrown v0.12.3
34392026-05-28T05:03:51.132Z Compiling unicase v2.9.0
34402026-05-28T05:03:51.135Z Compiling illumos-nvpair-sys v0.2.0
34412026-05-28T05:03:51.179Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34422026-05-28T05:03:51.197Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34432026-05-28T05:03:51.235Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34442026-05-28T05:03:51.298Z Compiling aes-gcm v0.10.3
34452026-05-28T05:03:51.325Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34462026-05-28T05:03:51.350Z Compiling parking_lot v0.11.2
34472026-05-28T05:03:51.372Z Compiling mime_guess v2.0.5
34482026-05-28T05:03:51.412Z Compiling serde-hex v0.1.0
34492026-05-28T05:03:51.432Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34502026-05-28T05:03:51.498Z Compiling typify v0.4.3
34512026-05-28T05:03:51.545Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
34522026-05-28T05:03:51.668Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34532026-05-28T05:03:51.668Z Compiling progenitor-impl v0.11.2
34542026-05-28T05:03:51.668Z Compiling tabled v0.20.0
34552026-05-28T05:03:51.761Z Compiling ron v0.8.1
34562026-05-28T05:03:51.779Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34572026-05-28T05:03:51.797Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34582026-05-28T05:03:51.988Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34592026-05-28T05:03:52.076Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34602026-05-28T05:03:52.231Z Compiling progenitor-client v0.11.2
34612026-05-28T05:03:52.295Z Compiling hashbrown v0.13.2
34622026-05-28T05:03:52.349Z Compiling blowfish v0.9.1
34632026-05-28T05:03:52.380Z Compiling ssh-encoding v0.2.0
34642026-05-28T05:03:52.474Z Compiling prefix-trie v0.7.0
34652026-05-28T05:03:52.497Z Compiling fxhash v0.2.1
34662026-05-28T05:03:52.593Z Compiling secrecy v0.8.0
34672026-05-28T05:03:52.626Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34682026-05-28T05:03:52.674Z Compiling crc-any v2.5.0
34692026-05-28T05:03:52.677Z Compiling sled v0.34.7
34702026-05-28T05:03:52.773Z Compiling object v0.30.4
34712026-05-28T05:03:52.830Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34722026-05-28T05:03:52.890Z Compiling hickory-server v0.25.2
34732026-05-28T05:03:52.954Z Compiling ssh-cipher v0.2.0
34742026-05-28T05:03:52.974Z Compiling bcrypt-pbkdf v0.10.0
34752026-05-28T05:03:53.131Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34762026-05-28T05:03:53.336Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34772026-05-28T05:03:53.461Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34782026-05-28T05:03:53.577Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
34792026-05-28T05:03:53.602Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34802026-05-28T05:03:53.621Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34812026-05-28T05:03:53.726Z Compiling password-hash v0.4.2
34822026-05-28T05:03:53.891Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34832026-05-28T05:03:54.014Z Compiling path-slash v0.1.5
34842026-05-28T05:03:54.154Z Compiling crc8 v0.1.1
34852026-05-28T05:03:54.180Z Compiling http-range v0.1.5
34862026-05-28T05:03:54.198Z Compiling half v1.8.3
34872026-05-28T05:03:54.249Z Compiling pbkdf2 v0.11.0
34882026-05-28T05:03:54.304Z Compiling illumos-nvpair v0.3.0
34892026-05-28T05:03:54.329Z Compiling progenitor-macro v0.11.2
34902026-05-28T05:03:54.424Z Compiling serde_cbor v0.11.2
34912026-05-28T05:03:54.497Z Compiling ssh-key v0.6.7
34922026-05-28T05:03:54.589Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34932026-05-28T05:03:54.761Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34942026-05-28T05:03:54.951Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34952026-05-28T05:03:54.991Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34962026-05-28T05:03:55.043Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34972026-05-28T05:03:55.062Z Compiling p256 v0.13.2
34982026-05-28T05:03:55.080Z Compiling p521 v0.13.3
34992026-05-28T05:03:55.348Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35002026-05-28T05:03:55.468Z Compiling yasna v0.5.2
35012026-05-28T05:03:55.512Z Compiling kstat-rs v0.2.4
35022026-05-28T05:03:55.533Z Compiling headers-core v0.3.0
35032026-05-28T05:03:55.687Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35042026-05-28T05:03:55.782Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
35052026-05-28T05:03:55.841Z Compiling nanorand v0.7.0
35062026-05-28T05:03:55.962Z Compiling atty v0.2.14
35072026-05-28T05:03:55.991Z Compiling russh-cryptovec v0.7.3
35082026-05-28T05:03:56.062Z Compiling home v0.5.12
35092026-05-28T05:03:56.081Z Compiling md5 v0.7.0
35102026-05-28T05:03:56.105Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
35112026-05-28T05:03:56.144Z Compiling flume v0.11.1
35122026-05-28T05:03:56.165Z Compiling rcgen v0.12.1
35132026-05-28T05:03:56.186Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35142026-05-28T05:03:56.210Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35152026-05-28T05:03:56.210Z Compiling headers v0.4.1
35162026-05-28T05:03:56.248Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35172026-05-28T05:03:56.390Z Compiling russh-keys v0.45.0
35182026-05-28T05:03:56.490Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35192026-05-28T05:03:56.535Z Compiling hyper-staticfile v0.10.1
35202026-05-28T05:03:56.641Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35212026-05-28T05:03:56.838Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35222026-05-28T05:03:57.002Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35232026-05-28T05:03:57.044Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35242026-05-28T05:03:57.075Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35252026-05-28T05:03:57.078Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35262026-05-28T05:03:57.263Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35272026-05-28T05:03:57.287Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35282026-05-28T05:03:57.307Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35292026-05-28T05:03:57.345Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
35302026-05-28T05:03:57.719Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35312026-05-28T05:03:57.790Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35322026-05-28T05:03:57.893Z Compiling num-bigint v0.4.6
35332026-05-28T05:03:58.016Z Compiling des v0.8.1
35342026-05-28T05:03:58.035Z Compiling subprocess v0.2.15
35352026-05-28T05:03:58.070Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35362026-05-28T05:03:58.174Z Compiling hex-literal v0.4.1
35372026-05-28T05:03:58.245Z Compiling display-error-chain v0.2.2
35382026-05-28T05:03:58.325Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35392026-05-28T05:03:58.388Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35402026-05-28T05:03:58.413Z Compiling colored v2.2.0
35412026-05-28T05:03:58.416Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35422026-05-28T05:03:58.533Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35432026-05-28T05:03:58.556Z Compiling internet-checksum v0.2.1
35442026-05-28T05:03:59.086Z Compiling russh v0.45.0
35452026-05-28T05:03:59.365Z Compiling progenitor v0.11.2
35462026-05-28T05:03:59.548Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35472026-05-28T05:04:00.159Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35482026-05-28T05:04:08.345Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35492026-05-28T05:04:10.032Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35502026-05-28T05:04:10.968Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
35512026-05-28T05:04:11.741Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
35522026-05-28T05:04:15.139Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35532026-05-28T05:04:15.139Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35542026-05-28T05:04:24.183Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35552026-05-28T05:04:32.016Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35562026-05-28T05:04:32.016Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35572026-05-28T05:04:32.019Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35582026-05-28T05:04:32.019Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35592026-05-28T05:04:33.873Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35602026-05-28T05:04:33.948Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35612026-05-28T05:04:37.986Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35622026-05-28T05:05:18.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s
35632026-05-28T05:05:19.136Z
35642026-05-28T05:05:19.139Zreal 1:52.920705752
35652026-05-28T05:05:19.140Zuser 9:49.482899977
35662026-05-28T05:05:19.140Zsys 1:57.725751854
35672026-05-28T05:05:19.140Ztrap 0.291836577
35682026-05-28T05:05:19.140Ztflt 0.493605051
35692026-05-28T05:05:19.140Zdflt 1.449963957
35702026-05-28T05:05:19.140Zkflt 0.000426340
35712026-05-28T05:05:19.140Zlock 34:37.528120086
35722026-05-28T05:05:19.140Zslp 22:42.721748111
35732026-05-28T05:05:19.140Zlat 45.665114157
35742026-05-28T05:05:19.140Zstop 3:20.103155736
35752026-05-28T05:05:19.140Z+ mkdir tests
35762026-05-28T05:05:19.144Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35772026-05-28T05:05:19.144Z+ xargs -I '{}' -t cp '{}' tests/
35782026-05-28T05:05:19.171Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cba8d6fddddf9297 tests/
35792026-05-28T05:05:19.192Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ec9cf5871ec6069e tests/
35802026-05-28T05:05:19.212Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-aab2485e83471ea8 tests/
35812026-05-28T05:05:19.232Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f563209677f1187a tests/
35822026-05-28T05:05:19.509Z+ 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)
35832026-05-28T05:05:19.512Z+ 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-ec9cf5871ec6069e tests/commtest-aab2485e83471ea8 tests/dhcp_server-cba8d6fddddf9297 tests/end_to_end_tests-f563209677f1187a 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
35842026-05-28T05:06:43.995ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35852026-05-28T05:06:43.995Za .github/buildomat/ci-env.sh 1K
35862026-05-28T05:06:43.995Za out/target/test 1K
35872026-05-28T05:06:43.995Za out/npuzone/npuzone 31102K
35882026-05-28T05:06:43.995Za package-manifest.toml 35K
35892026-05-28T05:06:43.995Za smf/sled-agent/non-gimlet/config.toml 6K
35902026-05-28T05:06:43.995Za target/release/omicron-package 45209K
35912026-05-28T05:06:43.995Za target/release/xtask 11453K
35922026-05-28T05:06:43.995Za target/debug/bootstrap 402852K
35932026-05-28T05:06:43.995Za tests/bootstrap-ec9cf5871ec6069e 31215K
35942026-05-28T05:06:43.995Za tests/commtest-aab2485e83471ea8 32300K
35952026-05-28T05:06:43.995Za tests/dhcp_server-cba8d6fddddf9297 31215K
35962026-05-28T05:06:43.996Za tests/end_to_end_tests-f563209677f1187a 478987K
35972026-05-28T05:06:43.996Za tools/opte_version 1K
35982026-05-28T05:06:43.996Za tools/opte_version_override 2K
35992026-05-28T05:06:43.996Za out/clickhouse.tar.gz 313500K
36002026-05-28T05:06:43.996Za out/clickhouse_keeper.tar.gz 298540K
36012026-05-28T05:06:43.996Za out/clickhouse_server.tar.gz 313498K
36022026-05-28T05:06:43.996Za out/cockroachdb.tar.gz 157688K
36032026-05-28T05:06:43.996Za out/crucible-pantry-zone.tar.gz 36469K
36042026-05-28T05:06:43.996Za out/crucible-utils.tar 16478K
36052026-05-28T05:06:43.996Za out/crucible-zone.tar.gz 52039K
36062026-05-28T05:06:43.996Za out/external-dns.tar.gz 42396K
36072026-05-28T05:06:43.996Za out/internal-dns.tar.gz 42396K
36082026-05-28T05:06:43.996Za out/mg-ddm-gz.tar 103604K
36092026-05-28T05:06:43.996Za out/nexus.tar.gz 295290K
36102026-05-28T05:06:43.996Za out/ntp.tar.gz 24126K
36112026-05-28T05:06:43.996Za out/omicron-gateway-softnpu.tar.gz 33457K
36122026-05-28T05:06:43.996Za out/omicron-sled-agent.tar 216743K
36132026-05-28T05:06:43.996Za out/overlay.tar.gz 3K
36142026-05-28T05:06:43.996Za out/oximeter.tar.gz 70298K
36152026-05-28T05:06:43.996Za out/oxlog.tar 3782K
36162026-05-28T05:06:43.996Za out/probe.tar.gz 1390K
36172026-05-28T05:06:43.996Za out/propolis-server.tar.gz 34911K
36182026-05-28T05:06:43.998Za out/pumpkind-gz.tar 26647K
36192026-05-28T05:06:43.998Za out/switch-softnpu.tar.gz 466295K
36202026-05-28T05:06:44.003Z
36212026-05-28T05:06:44.003Zreal 1:24.482486355
36222026-05-28T05:06:44.003Zuser 1:21.709596355
36232026-05-28T05:06:44.003Zsys 4.628390422
36242026-05-28T05:06:44.003Ztrap 0.006726837
36252026-05-28T05:06:44.003Ztflt 0.000000000
36262026-05-28T05:06:44.003Zdflt 0.000000000
36272026-05-28T05:06:44.003Zkflt 0.000000000
36282026-05-28T05:06:44.003Zlock 0.000000000
36292026-05-28T05:06:44.003Zslp 1:21.576963754
36302026-05-28T05:06:44.003Zlat 1.036928162
36312026-05-28T05:06:44.003Zstop 0.000223710
36322026-05-28T05:06:44.003Zprocess exited: duration 1212944 ms, exit code 0
 
36332026-05-28T05:06:44.018Zfound 1 output files
36342026-05-28T05:06:44.018Zuploading: /work/package.tar.gz (2563053277 bytes)
36352026-05-28T05:07:13.981Zuploaded: /work/package.tar.gz