01KTWEFTZHC00XFYNA21HYZ7SA: 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: 01KTWEGHCQ52Z5ZN32YESN74WV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T22:59:07.139Zjob assigned to worker 01KTWEGNHYRWY7HGGQZ7RKYDBT [factory aws, i-041aa3b88fa2281ef] (queued for 56 s)
 
22026-06-11T22:59:14.430Zstarting task 0: "setup"
32026-06-11T22:59:14.435Z++ uname -s
42026-06-11T22:59:14.439Z+ kern=SunOS
52026-06-11T22:59:14.439Z+ build_user=build
62026-06-11T22:59:14.439Z+ build_uid=12345
72026-06-11T22:59:14.439Z+ work_dir=/work
82026-06-11T22:59:14.439Z+ input_dir=/input
92026-06-11T22:59:14.439Z+ [[ 0 == 12345 ]]
102026-06-11T22:59:14.439Z+ case "$kern" in
112026-06-11T22:59:14.439Z+ groupadd -g 12345 build
122026-06-11T22:59:14.443Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T22:59:16.448Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T22:59:16.569Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T22:59:16.572Z+ home_fs=zfs
162026-06-11T22:59:16.572Z+ [[ zfs == autofs ]]
172026-06-11T22:59:16.572Z+ mkdir -p /home/build
182026-06-11T22:59:16.574Z+ chown build:build /home/build /work
192026-06-11T22:59:18.575Z+ chmod 0700 /home/build /work
202026-06-11T22:59:18.579Zprocess exited: duration 4152 ms, exit code 0
 
212026-06-11T22:59:18.585Zstarting task 1: "rust-toolchain"
222026-06-11T22:59:18.591Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-11T22:59:18.591Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-11T22:59:18.591Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-11T22:59:18.591Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-11T22:59:18.591Z * rust toolchain channel = "1.94.0"
272026-06-11T22:59:18.591Z * rust toolchain profile = "default"
282026-06-11T22:59:18.595Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T22:59:18.595Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-11T22:59:18.705Zinfo: downloading installer
312026-06-11T22:59:20.271Zwarn: It looks like you have an existing rustup settings file at:
322026-06-11T22:59:20.272Zwarn: /home/build/.rustup/settings.toml
332026-06-11T22:59:20.272Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-11T22:59:20.272Zwarn: instead of the one inferred from the default host triple.
352026-06-11T22:59:20.284Zinfo: profile set to default
362026-06-11T22:59:20.284Zinfo: default host triple is x86_64-unknown-illumos
372026-06-11T22:59:20.287Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-11T22:59:20.435Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-11T22:59:20.438Zinfo: downloading 6 components
402026-06-11T22:59:36.729Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-11T22:59:36.729Z
422026-06-11T22:59:36.759Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-11T22:59:36.760Z
442026-06-11T22:59:36.760Z
452026-06-11T22:59:36.760ZRust is installed now. Great!
462026-06-11T22:59:36.760Z
472026-06-11T22:59:36.767ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-11T22:59:36.767Zenvironment variable. This has not been done automatically.
492026-06-11T22:59:36.767Z
502026-06-11T22:59:36.767ZTo configure your current shell, you need to source
512026-06-11T22:59:36.767Zthe corresponding env file under $HOME/.cargo.
522026-06-11T22:59:36.767Z
532026-06-11T22:59:36.767ZThis is usually done by running one of the following (note the leading DOT):
542026-06-11T22:59:36.767Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-11T22:59:36.768Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-11T22:59:36.768Zsource "~/.cargo/env.nu" # For nushell
572026-06-11T22:59:36.768Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-11T22:59:36.768Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-11T22:59:36.768Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-11T22:59:36.768Zwarn: no default linker (`cc`) was found in your PATH
612026-06-11T22:59:36.768Zwarn: many Rust crates require a system C toolchain to build
622026-06-11T22:59:36.852Z+ rustup --version
632026-06-11T22:59:36.858Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-11T22:59:36.858Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-11T22:59:36.880Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-11T22:59:36.883Z+ cargo --version
672026-06-11T22:59:36.893Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-11T22:59:36.896Z+ rustc --version
692026-06-11T22:59:36.916Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-11T22:59:36.920Zprocess exited: duration 18334 ms, exit code 0
 
712026-06-11T22:59:36.927Zstarting task 2: "authentication"
722026-06-11T22:59:36.948Zprocess exited: duration 19 ms, exit code 0
 
732026-06-11T22:59:36.955Zstarting task 3: "clone repository"
742026-06-11T22:59:36.960Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-11T22:59:36.964Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-11T22:59:36.997ZCloning into '/work/oxidecomputer/omicron'...
772026-06-11T22:59:46.201Z+ cd /work/oxidecomputer/omicron
782026-06-11T22:59:46.201Z+ git fetch origin ee63736055d959126febf3a07ee46484382c42fb
792026-06-11T22:59:46.523ZFrom https://github.com/oxidecomputer/omicron
802026-06-11T22:59:46.523Z * branch ee63736055d959126febf3a07ee46484382c42fb -> FETCH_HEAD
812026-06-11T22:59:46.537Z+ [[ -n fm-saga-diagnoser ]]
822026-06-11T22:59:46.541Z++ git branch --show-current
832026-06-11T22:59:46.545Z+ current=main
842026-06-11T22:59:46.545Z+ [[ main != fm-saga-diagnoser ]]
852026-06-11T22:59:46.545Z+ git branch -f fm-saga-diagnoser ee63736055d959126febf3a07ee46484382c42fb
862026-06-11T22:59:46.548Z+ git checkout -f fm-saga-diagnoser
872026-06-11T22:59:46.800ZSwitched to branch 'fm-saga-diagnoser'
882026-06-11T22:59:46.812Z+ git reset --hard ee63736055d959126febf3a07ee46484382c42fb
892026-06-11T22:59:47.027ZHEAD is now at ee6373605 [fm] saga diagnoser: close uninterpretable and duplicate cases
902026-06-11T22:59:47.033Zprocess exited: duration 10074 ms, exit code 0
 
912026-06-11T22:59:47.045Zstarting task 4: "build"
922026-06-11T22:59:47.052Z+ source .github/buildomat/ci-env.sh
932026-06-11T22:59:47.052Z++ export CARGO_TERM_COLOR=always
942026-06-11T22:59:47.052Z++ CARGO_TERM_COLOR=always
952026-06-11T22:59:47.052Z+ cargo --version
962026-06-11T22:59:47.062Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-11T22:59:47.066Z+ rustc --version
982026-06-11T22:59:47.087Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-11T22:59:47.091Z+ WORK=/work
1002026-06-11T22:59:47.091Z+ pfexec mkdir -p /work
1012026-06-11T22:59:47.091Z+ pfexec chown build /work
1022026-06-11T22:59:47.097Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-11T22:59:48.640Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-11T22:59:48.727Z Startup: Caching catalogs ... Done
1052026-06-11T22:59:49.057ZPlanning: Solver setup ... Done (0.292s)
1062026-06-11T22:59:49.078ZPlanning: Running solver ... Done (0.021s)
1072026-06-11T22:59:49.087ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-11T22:59:49.109ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-11T22:59:49.138ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-11T22:59:49.152ZPlanning: Package planning ... Done (0.014s)
1112026-06-11T22:59:49.154ZPlanning: Merging actions ... Done (0.001s)
1122026-06-11T22:59:49.352ZPlanning: Checking for conflicting actions ... Done (0.198s)
1132026-06-11T22:59:49.355ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-11T22:59:50.265ZPlanning: Evaluating mediators ... Done (0.912s)
1152026-06-11T22:59:50.269ZPlanning: Planning completed in 1.52 seconds
1162026-06-11T22:59:50.275Z Packages to install: 2
1172026-06-11T22:59:50.275Z Estimated space available: 156.07 GB
1182026-06-11T22:59:50.275ZEstimated space to be consumed: 25.37 MB
1192026-06-11T22:59:50.275Z Create boot environment: No
1202026-06-11T22:59:50.275ZCreate backup boot environment: No
1212026-06-11T22:59:50.275Z Rebuild boot archive: No
1222026-06-11T22:59:50.278Z
1232026-06-11T22:59:50.278ZChanged packages:
1242026-06-11T22:59:50.278Zhelios
1252026-06-11T22:59:50.279Z developer/build-essential
1262026-06-11T22:59:50.279Z None -> 11-3.0
1272026-06-11T22:59:50.279Z library/libxmlsec1
1282026-06-11T22:59:50.279Z None -> 1.2.35-3.0
1292026-06-11T22:59:50.302Z
1302026-06-11T22:59:50.302ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-11T22:59:51.563ZDownload: Completed 1.28 MB in 1.26 seconds (1.0M/s)
1322026-06-11T22:59:51.659Z Actions: 1/268 actions (Installing new actions)
1332026-06-11T22:59:51.698Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-11T22:59:51.707ZFinalize: Updating package state database ... Done (0.010s)
1352026-06-11T22:59:51.707ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-11T22:59:51.729ZFinalize: Updating image state ... Done (0.022s)
1372026-06-11T22:59:54.346ZFinalize: Creating fast lookup database ... Done (2.593s)
1382026-06-11T22:59:54.414ZFinalize: Reading search index ... Done (0.012s)
1392026-06-11T22:59:54.417ZFinalize: Updating search index ... Done (0.000s)
1402026-06-11T22:59:54.493ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-11T22:59:54.799ZPlanning: Evaluating mediator changes ... Done
1422026-06-11T22:59:54.907ZPlanning: Checking for conflicting actions ... Done
1432026-06-11T22:59:54.910ZPlanning: Consolidating action changes ... Done
1442026-06-11T22:59:55.065ZPlanning: Evaluating mediators ... Done
1452026-06-11T22:59:55.068ZPlanning: Planning completed in 0.27 seconds
1462026-06-11T22:59:55.091Z Mediators to change: 2
1472026-06-11T22:59:55.091Z Create boot environment: No
1482026-06-11T22:59:55.091ZCreate backup boot environment: No
1492026-06-11T22:59:55.154ZFinalize: Updating package state database ... Done
1502026-06-11T22:59:55.155ZFinalize: Updating package cache ... Done
1512026-06-11T22:59:55.169ZFinalize: Updating image state ... Done
1522026-06-11T22:59:57.146ZFinalize: Creating fast lookup database ... Done
1532026-06-11T22:59:57.208ZFinalize: Reading search index ... Done
1542026-06-11T22:59:57.211ZFinalize: Updating search index ... Done
1552026-06-11T22:59:57.289ZFinalize: Updating package cache ... Done
1562026-06-11T22:59:57.576ZPlanning: Evaluating mediator changes ... Done
1572026-06-11T22:59:57.682ZPlanning: Checking for conflicting actions ... Done
1582026-06-11T22:59:57.686ZPlanning: Consolidating action changes ... Done
1592026-06-11T22:59:57.844ZPlanning: Evaluating mediators ... Done
1602026-06-11T22:59:57.846ZPlanning: Planning completed in 0.27 seconds
1612026-06-11T22:59:57.866Z Mediators to change: 1
1622026-06-11T22:59:57.866Z Create boot environment: No
1632026-06-11T22:59:57.866ZCreate backup boot environment: No
1642026-06-11T22:59:57.922ZFinalize: Updating package state database ... Done
1652026-06-11T22:59:57.922ZFinalize: Updating package cache ... Done
1662026-06-11T22:59:57.938ZFinalize: Updating image state ... Done
1672026-06-11T22:59:59.911ZFinalize: Creating fast lookup database ... Done
1682026-06-11T22:59:59.978ZFinalize: Reading search index ... Done
1692026-06-11T22:59:59.981ZFinalize: Updating search index ... Done
1702026-06-11T23:00:00.051ZFinalize: Updating package cache ... Done
1712026-06-11T23:00:00.363ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-11T23:00:00.363Zapache system 2.4 system
1732026-06-11T23:00:00.363Zclang system 15 system
1742026-06-11T23:00:00.363Zcsh system system illumos
1752026-06-11T23:00:00.363Zctags system system illumos
1762026-06-11T23:00:00.363Zfile vendor vendor darwinsys
1772026-06-11T23:00:00.363Zfile system system illumos
1782026-06-11T23:00:00.363Zgcc vendor 14 vendor
1792026-06-11T23:00:00.363Zgcc system 13 system
1802026-06-11T23:00:00.363Zgcc system 10 system
1812026-06-11T23:00:00.364Zgo system 1.25 system
1822026-06-11T23:00:00.364Zllvm system 15 system
1832026-06-11T23:00:00.364Zmariadb system 11.4 system
1842026-06-11T23:00:00.364Zmta vendor vendor dma
1852026-06-11T23:00:00.364Zopenjdk system 17 system
1862026-06-11T23:00:00.364Zopenjdk system 11 system
1872026-06-11T23:00:00.364Zopenssl vendor 3 vendor
1882026-06-11T23:00:00.364Zperl system 5.40 system
1892026-06-11T23:00:00.364Zpostgresql system 18 system
1902026-06-11T23:00:00.364Zpostgresql system 17 system
1912026-06-11T23:00:00.364Zpython vendor 3 vendor
1922026-06-11T23:00:00.364Zpython system 2 system
1932026-06-11T23:00:00.364Zpython3 vendor 3.13 vendor
1942026-06-11T23:00:00.364Zruby system 3.4 system
1952026-06-11T23:00:00.364Zruby system 3.0 system
1962026-06-11T23:00:00.364Zwords vendor vendor american-english
1972026-06-11T23:00:00.364Zwords system system australian-english
1982026-06-11T23:00:00.364Zwords system system british-english
1992026-06-11T23:00:00.364Zwords system system canadian-english
2002026-06-11T23:00:00.364Zwords system system french
2012026-06-11T23:00:00.364Zwords system system italian
2022026-06-11T23:00:00.364Zwords system system ngerman
2032026-06-11T23:00:00.365Zwords system system ogerman
2042026-06-11T23:00:00.365Zwords system system spanish
2052026-06-11T23:00:00.618ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-11T23:00:00.618Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-11T23:00:00.920ZFMRI IFO
2082026-06-11T23:00:00.920Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-11T23:00:00.920Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-11T23:00:00.920Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-11T23:00:00.920Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-11T23:00:00.920Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-11T23:00:00.920Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-11T23:00:00.920Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-11T23:00:00.920Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-11T23:00:00.920Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-11T23:00:01.165Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-11T23:00:01.536Z Updating crates.io index
2192026-06-11T23:00:01.539Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-11T23:00:02.222Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-11T23:00:03.165Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-11T23:00:03.862Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-11T23:00:05.160Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-11T23:00:05.916Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-11T23:00:07.489Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-11T23:00:08.273Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-11T23:00:08.756Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-11T23:00:09.890Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-11T23:00:10.452Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-11T23:00:10.804Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-11T23:00:11.216Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-11T23:00:12.240Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-11T23:00:12.776Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-11T23:00:13.150Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-11T23:00:13.523Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-11T23:00:14.044Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-11T23:00:14.528Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-11T23:00:14.835Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-11T23:00:15.099Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-11T23:00:15.380Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-11T23:00:15.906Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-11T23:00:16.521Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-11T23:00:16.979Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-11T23:00:17.517Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-11T23:00:17.832Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-11T23:00:18.438Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-11T23:00:19.654Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-11T23:00:20.351Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-11T23:00:20.811Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-11T23:00:21.262Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-11T23:00:21.779Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-11T23:00:22.171Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-11T23:00:22.510Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-11T23:00:22.994Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-11T23:00:23.359Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-11T23:00:23.944Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-11T23:00:24.239Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-11T23:00:24.597Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-11T23:00:24.945Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-11T23:00:37.080Z Downloading crates ...
2612026-06-11T23:00:37.153Z Downloaded dtrace-parser v0.2.0
2622026-06-11T23:00:37.159Z Downloaded digest v0.10.7
2632026-06-11T23:00:37.162Z Downloaded anstream v1.0.0
2642026-06-11T23:00:37.162Z Downloaded autocfg v1.5.0
2652026-06-11T23:00:37.167Z Downloaded textwrap v0.16.2
2662026-06-11T23:00:37.169Z Downloaded thiserror v1.0.69
2672026-06-11T23:00:37.169Z Downloaded usdt-attr-macro v0.5.0
2682026-06-11T23:00:37.172Z Downloaded typeid v1.0.3
2692026-06-11T23:00:37.172Z Downloaded thiserror-impl v1.0.69
2702026-06-11T23:00:37.172Z Downloaded zerofrom v0.1.6
2712026-06-11T23:00:37.172Z Downloaded smawk v0.3.2
2722026-06-11T23:00:37.175Z Downloaded version_check v0.9.5
2732026-06-11T23:00:37.175Z Downloaded toml_write v0.1.2
2742026-06-11T23:00:37.175Z Downloaded generic-array v0.14.7
2752026-06-11T23:00:37.178Z Downloaded anstyle-query v1.1.5
2762026-06-11T23:00:37.178Z Downloaded usdt-macro v0.5.0
2772026-06-11T23:00:37.178Z Downloaded equivalent v1.0.2
2782026-06-11T23:00:37.178Z Downloaded zerovec-derive v0.11.2
2792026-06-11T23:00:37.181Z Downloaded usdt v0.5.0
2802026-06-11T23:00:37.181Z Downloaded toml_datetime v0.6.11
2812026-06-11T23:00:37.181Z Downloaded yoke-derive v0.8.1
2822026-06-11T23:00:37.181Z Downloaded thiserror v2.0.18
2832026-06-11T23:00:37.183Z Downloaded yoke v0.8.1
2842026-06-11T23:00:37.186Z Downloaded dof v0.3.0
2852026-06-11T23:00:37.186Z Downloaded toml v0.8.23
2862026-06-11T23:00:37.189Z Downloaded fnv v1.0.7
2872026-06-11T23:00:37.189Z Downloaded unicode-linebreak v0.1.5
2882026-06-11T23:00:37.192Z Downloaded thread-id v4.2.2
2892026-06-11T23:00:37.195Z Downloaded fastrand v2.3.0
2902026-06-11T23:00:37.198Z Downloaded colorchoice v1.0.4
2912026-06-11T23:00:37.202Z Downloaded utf8parse v0.2.2
2922026-06-11T23:00:37.202Z Downloaded crypto-common v0.1.7
2932026-06-11T23:00:37.202Z Downloaded utf8_iter v1.0.4
2942026-06-11T23:00:37.202Z Downloaded form_urlencoded v1.2.2
2952026-06-11T23:00:37.202Z Downloaded cfg-if v1.0.4
2962026-06-11T23:00:37.205Z Downloaded bitflags v2.11.0
2972026-06-11T23:00:37.208Z Downloaded zerofrom-derive v0.1.6
2982026-06-11T23:00:37.208Z Downloaded writeable v0.6.2
2992026-06-11T23:00:37.211Z Downloaded synstructure v0.13.2
3002026-06-11T23:00:37.211Z Downloaded cargo-platform v0.2.0
3012026-06-11T23:00:37.214Z Downloaded unicode-xid v0.2.6
3022026-06-11T23:00:37.217Z Downloaded usdt-impl v0.5.0
3032026-06-11T23:00:37.217Z Downloaded zmij v1.0.21
3042026-06-11T23:00:37.221Z Downloaded tinystr v0.8.2
3052026-06-11T23:00:37.221Z Downloaded thiserror-impl v2.0.18
3062026-06-11T23:00:37.224Z Downloaded ordered-float v2.10.1
3072026-06-11T23:00:37.224Z Downloaded stable_deref_trait v1.2.1
3082026-06-11T23:00:37.225Z Downloaded errno v0.3.14
3092026-06-11T23:00:37.225Z Downloaded displaydoc v0.2.5
3102026-06-11T23:00:37.225Z Downloaded bytecount v0.6.9
3112026-06-11T23:00:37.228Z Downloaded anstyle-parse v1.0.0
3122026-06-11T23:00:37.228Z Downloaded cargo_metadata v0.21.0
3132026-06-11T23:00:37.233Z Downloaded clap_lex v1.0.0
3142026-06-11T23:00:37.235Z Downloaded zerocopy-derive v0.7.35
3152026-06-11T23:00:37.235Z Downloaded ucd-trie v0.1.7
3162026-06-11T23:00:37.235Z Downloaded idna_adapter v1.2.1
3172026-06-11T23:00:37.235Z Downloaded anstyle v1.0.14
3182026-06-11T23:00:37.239Z Downloaded fs-err v3.3.0
3192026-06-11T23:00:37.239Z Downloaded byteorder v1.5.0
3202026-06-11T23:00:37.242Z Downloaded cpufeatures v0.2.17
3212026-06-11T23:00:37.244Z Downloaded unicode-ident v1.0.24
3222026-06-11T23:00:37.244Z Downloaded potential_utf v0.1.4
3232026-06-11T23:00:37.247Z Downloaded zerotrie v0.2.3
3242026-06-11T23:00:37.251Z Downloaded typenum v1.19.0
3252026-06-11T23:00:37.255Z Downloaded heck v0.4.1
3262026-06-11T23:00:37.255Z Downloaded block-buffer v0.10.4
3272026-06-11T23:00:37.258Z Downloaded url v2.5.8
3282026-06-11T23:00:37.258Z Downloaded memmap v0.7.0
3292026-06-11T23:00:37.258Z Downloaded toml_edit v0.22.27
3302026-06-11T23:00:37.261Z Downloaded zerovec v0.11.5
3312026-06-11T23:00:37.263Z Downloaded serde-value v0.7.0
3322026-06-11T23:00:37.263Z Downloaded macaddr v1.0.1
3332026-06-11T23:00:37.263Z Downloaded heck v0.5.0
3342026-06-11T23:00:37.266Z Downloaded percent-encoding v2.3.2
3352026-06-11T23:00:37.270Z Downloaded terminal_size v0.4.3
3362026-06-11T23:00:37.274Z Downloaded camino-tempfile v1.4.1
3372026-06-11T23:00:37.277Z Downloaded zerocopy v0.7.35
3382026-06-11T23:00:37.286Z Downloaded sha2 v0.10.9
3392026-06-11T23:00:37.289Z Downloaded serde_spanned v0.6.9
3402026-06-11T23:00:37.289Z Downloaded plain v0.2.3
3412026-06-11T23:00:37.289Z Downloaded winnow v0.7.14
3422026-06-11T23:00:37.293Z Downloaded scroll_derive v0.12.1
3432026-06-11T23:00:37.296Z Downloaded itoa v1.0.17
3442026-06-11T23:00:37.296Z Downloaded unicode-width v0.1.14
3452026-06-11T23:00:37.299Z Downloaded tabled_derive v0.7.0
3462026-06-11T23:00:37.299Z Downloaded unicode-width v0.2.0
3472026-06-11T23:00:37.302Z Downloaded strsim v0.11.1
3482026-06-11T23:00:37.302Z Downloaded proc-macro-error-attr v1.0.4
3492026-06-11T23:00:37.306Z Downloaded pretty-hex v0.4.1
3502026-06-11T23:00:37.307Z Downloaded is_terminal_polyfill v1.70.2
3512026-06-11T23:00:37.309Z Downloaded swrite v0.1.0
3522026-06-11T23:00:37.309Z Downloaded clap_derive v4.6.1
3532026-06-11T23:00:37.312Z Downloaded camino v1.2.2
3542026-06-11T23:00:37.312Z Downloaded anyhow v1.0.102
3552026-06-11T23:00:37.315Z Downloaded cargo-util-schemas v0.8.2
3562026-06-11T23:00:37.319Z Downloaded tempfile v3.25.0
3572026-06-11T23:00:37.323Z Downloaded quote v1.0.45
3582026-06-11T23:00:37.323Z Downloaded cargo_toml v0.21.0
3592026-06-11T23:00:37.337Z Downloaded erased-serde v0.4.9
3602026-06-11T23:00:37.356Z Downloaded serde-untagged v0.1.9
3612026-06-11T23:00:37.363Z Downloaded serde_tokenstream v0.2.3
3622026-06-11T23:00:37.365Z Downloaded proc-macro-error v1.0.4
3632026-06-11T23:00:37.369Z Downloaded once_cell v1.21.3
3642026-06-11T23:00:37.369Z Downloaded clap v4.6.1
3652026-06-11T23:00:37.373Z Downloaded pest_generator v2.8.6
3662026-06-11T23:00:37.379Z Downloaded pest_derive v2.8.6
3672026-06-11T23:00:37.385Z Downloaded smallvec v1.15.1
3682026-06-11T23:00:37.394Z Downloaded getrandom v0.4.1
3692026-06-11T23:00:37.405Z Downloaded semver v1.0.28
3702026-06-11T23:00:37.407Z Downloaded icu_collections v2.1.1
3712026-06-11T23:00:37.410Z Downloaded scroll v0.12.0
3722026-06-11T23:00:37.413Z Downloaded serde_derive v1.0.228
3732026-06-11T23:00:37.416Z Downloaded num-traits v0.2.19
3742026-06-11T23:00:37.419Z Downloaded litemap v0.8.1
3752026-06-11T23:00:37.428Z Downloaded papergrid v0.11.0
3762026-06-11T23:00:37.431Z Downloaded icu_normalizer v2.1.1
3772026-06-11T23:00:37.437Z Downloaded log v0.4.29
3782026-06-11T23:00:37.445Z Downloaded serde_core v1.0.228
3792026-06-11T23:00:37.448Z Downloaded icu_normalizer_data v2.1.1
3802026-06-11T23:00:37.451Z Downloaded icu_provider v2.1.1
3812026-06-11T23:00:37.451Z Downloaded pest_meta v2.8.6
3822026-06-11T23:00:37.455Z Downloaded icu_properties v2.1.2
3832026-06-11T23:00:37.459Z Downloaded memchr v2.8.0
3842026-06-11T23:00:37.462Z Downloaded icu_locale_core v2.1.1
3852026-06-11T23:00:37.467Z Downloaded proc-macro2 v1.0.106
3862026-06-11T23:00:37.470Z Downloaded clap_builder v4.6.0
3872026-06-11T23:00:37.483Z Downloaded serde v1.0.228
3882026-06-11T23:00:37.486Z Downloaded indexmap v2.14.0
3892026-06-11T23:00:37.514Z Downloaded hashbrown v0.17.0
3902026-06-11T23:00:37.517Z Downloaded pest v2.8.6
3912026-06-11T23:00:37.520Z Downloaded idna v1.1.0
3922026-06-11T23:00:37.524Z Downloaded serde_json v1.0.149
3932026-06-11T23:00:37.534Z Downloaded icu_properties_data v2.1.2
3942026-06-11T23:00:37.548Z Downloaded goblin v0.8.2
3952026-06-11T23:00:37.564Z Downloaded tabled v0.15.0
3962026-06-11T23:00:37.571Z Downloaded syn v1.0.109
3972026-06-11T23:00:37.578Z Downloaded syn v2.0.117
3982026-06-11T23:00:37.610Z Downloaded rustix v1.1.3
3992026-06-11T23:00:37.636Z Downloaded libc v0.2.185
4002026-06-11T23:00:37.709Z Compiling proc-macro2 v1.0.106
4012026-06-11T23:00:37.709Z Compiling quote v1.0.45
4022026-06-11T23:00:37.709Z Compiling unicode-ident v1.0.24
4032026-06-11T23:00:37.713Z Compiling serde_core v1.0.228
4042026-06-11T23:00:37.713Z Compiling libc v0.2.185
4052026-06-11T23:00:37.713Z Compiling version_check v0.9.5
4062026-06-11T23:00:37.713Z Compiling memchr v2.8.0
4072026-06-11T23:00:37.714Z Compiling serde v1.0.228
4082026-06-11T23:00:37.714Z Compiling stable_deref_trait v1.2.1
4092026-06-11T23:00:37.714Z Compiling zmij v1.0.21
4102026-06-11T23:00:37.714Z Compiling itoa v1.0.17
4112026-06-11T23:00:37.714Z Compiling autocfg v1.5.0
4122026-06-11T23:00:37.714Z Compiling thiserror v1.0.69
4132026-06-11T23:00:37.714Z Compiling ucd-trie v0.1.7
4142026-06-11T23:00:37.892Z Compiling writeable v0.6.2
4152026-06-11T23:00:38.006Z Compiling litemap v0.8.1
4162026-06-11T23:00:38.148Z Compiling rustix v1.1.3
4172026-06-11T23:00:38.270Z Compiling byteorder v1.5.0
4182026-06-11T23:00:38.319Z Compiling icu_normalizer_data v2.1.1
4192026-06-11T23:00:38.371Z Compiling icu_properties_data v2.1.2
4202026-06-11T23:00:38.446Z Compiling pest v2.8.6
4212026-06-11T23:00:38.463Z Compiling serde_json v1.0.149
4222026-06-11T23:00:38.515Z Compiling bitflags v2.11.0
4232026-06-11T23:00:38.518Z Compiling num-traits v0.2.19
4242026-06-11T23:00:38.534Z Compiling smallvec v1.15.1
4252026-06-11T23:00:38.657Z Compiling hashbrown v0.17.0
4262026-06-11T23:00:38.728Z Compiling equivalent v1.0.2
4272026-06-11T23:00:38.820Z Compiling typeid v1.0.3
4282026-06-11T23:00:38.841Z Compiling usdt-impl v0.5.0
4292026-06-11T23:00:38.859Z Compiling proc-macro-error-attr v1.0.4
4302026-06-11T23:00:38.907Z Compiling syn v1.0.109
4312026-06-11T23:00:38.911Z Compiling toml_write v0.1.2
4322026-06-11T23:00:38.911Z Compiling erased-serde v0.4.9
4332026-06-11T23:00:38.962Z Compiling winnow v0.7.14
4342026-06-11T23:00:38.999Z Compiling proc-macro-error v1.0.4
4352026-06-11T23:00:39.092Z Compiling errno v0.3.14
4362026-06-11T23:00:39.112Z Compiling thread-id v4.2.2
4372026-06-11T23:00:39.199Z Compiling indexmap v2.14.0
4382026-06-11T23:00:39.305Z Compiling utf8_iter v1.0.4
4392026-06-11T23:00:39.308Z Compiling plain v0.2.3
4402026-06-11T23:00:39.309Z Compiling percent-encoding v2.3.2
4412026-06-11T23:00:39.324Z Compiling getrandom v0.4.1
4422026-06-11T23:00:39.377Z Compiling syn v2.0.117
4432026-06-11T23:00:39.411Z Compiling utf8parse v0.2.2
4442026-06-11T23:00:39.464Z Compiling thiserror v2.0.18
4452026-06-11T23:00:39.503Z Compiling log v0.4.29
4462026-06-11T23:00:39.523Z Compiling camino v1.2.2
4472026-06-11T23:00:39.558Z Compiling pest_meta v2.8.6
4482026-06-11T23:00:39.561Z Compiling anstyle-parse v1.0.0
4492026-06-11T23:00:39.596Z Compiling form_urlencoded v1.2.2
4502026-06-11T23:00:39.827Z Compiling ordered-float v2.10.1
4512026-06-11T23:00:39.880Z Compiling cfg-if v1.0.4
4522026-06-11T23:00:39.919Z Compiling anstyle-query v1.1.5
4532026-06-11T23:00:39.919Z Compiling colorchoice v1.0.4
4542026-06-11T23:00:39.959Z Compiling pretty-hex v0.4.1
4552026-06-11T23:00:39.959Z Compiling anstyle v1.0.14
4562026-06-11T23:00:39.979Z Compiling is_terminal_polyfill v1.70.2
4572026-06-11T23:00:40.104Z Compiling fs-err v3.3.0
4582026-06-11T23:00:40.125Z Compiling strsim v0.11.1
4592026-06-11T23:00:40.147Z Compiling once_cell v1.21.3
4602026-06-11T23:00:40.167Z Compiling fnv v1.0.7
4612026-06-11T23:00:40.187Z Compiling terminal_size v0.4.3
4622026-06-11T23:00:40.288Z Compiling anstream v1.0.0
4632026-06-11T23:00:40.306Z Compiling semver v1.0.28
4642026-06-11T23:00:40.380Z Compiling anyhow v1.0.102
4652026-06-11T23:00:40.397Z Compiling heck v0.5.0
4662026-06-11T23:00:40.480Z Compiling fastrand v2.3.0
4672026-06-11T23:00:40.518Z Compiling unicode-xid v0.2.6
4682026-06-11T23:00:40.536Z Compiling unicode-width v0.1.14
4692026-06-11T23:00:40.564Z Compiling bytecount v0.6.9
4702026-06-11T23:00:40.630Z Compiling clap_lex v1.0.0
4712026-06-11T23:00:40.666Z Compiling heck v0.4.1
4722026-06-11T23:00:40.685Z Compiling serde-untagged v0.1.9
4732026-06-11T23:00:40.704Z Compiling tempfile v3.25.0
4742026-06-11T23:00:40.763Z Compiling memmap v0.7.0
4752026-06-11T23:00:40.763Z Compiling smawk v0.3.2
4762026-06-11T23:00:40.801Z Compiling papergrid v0.11.0
4772026-06-11T23:00:40.843Z Compiling clap_builder v4.6.0
4782026-06-11T23:00:40.860Z Compiling unicode-width v0.2.0
4792026-06-11T23:00:40.916Z Compiling unicode-linebreak v0.1.5
4802026-06-11T23:00:40.934Z Compiling camino-tempfile v1.4.1
4812026-06-11T23:00:40.988Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-11T23:00:41.110Z Compiling swrite v0.1.0
4832026-06-11T23:00:41.168Z Compiling textwrap v0.16.2
4842026-06-11T23:00:41.490Z Compiling tabled_derive v0.7.0
4852026-06-11T23:00:42.078Z Compiling synstructure v0.13.2
4862026-06-11T23:00:42.078Z Compiling pest_generator v2.8.6
4872026-06-11T23:00:42.175Z Compiling tabled v0.15.0
4882026-06-11T23:00:42.593Z Compiling serde_derive v1.0.228
4892026-06-11T23:00:42.593Z Compiling zerofrom-derive v0.1.6
4902026-06-11T23:00:42.596Z Compiling yoke-derive v0.8.1
4912026-06-11T23:00:42.596Z Compiling zerovec-derive v0.11.2
4922026-06-11T23:00:42.596Z Compiling displaydoc v0.2.5
4932026-06-11T23:00:42.596Z Compiling thiserror-impl v1.0.69
4942026-06-11T23:00:42.596Z Compiling zerocopy-derive v0.7.35
4952026-06-11T23:00:42.665Z Compiling scroll_derive v0.12.1
4962026-06-11T23:00:42.685Z Compiling pest_derive v2.8.6
4972026-06-11T23:00:42.701Z Compiling thiserror-impl v2.0.18
4982026-06-11T23:00:42.785Z Compiling clap_derive v4.6.1
4992026-06-11T23:00:43.374Z Compiling zerocopy v0.7.35
5002026-06-11T23:00:43.408Z Compiling scroll v0.12.0
5012026-06-11T23:00:43.633Z Compiling goblin v0.8.2
5022026-06-11T23:00:43.679Z Compiling zerofrom v0.1.6
5032026-06-11T23:00:43.784Z Compiling yoke v0.8.1
5042026-06-11T23:00:43.802Z Compiling dtrace-parser v0.2.0
5052026-06-11T23:00:43.943Z Compiling zerovec v0.11.5
5062026-06-11T23:00:43.943Z Compiling zerotrie v0.2.3
5072026-06-11T23:00:44.132Z Compiling clap v4.6.1
5082026-06-11T23:00:44.377Z Compiling tinystr v0.8.2
5092026-06-11T23:00:44.377Z Compiling potential_utf v0.1.4
5102026-06-11T23:00:44.498Z Compiling icu_collections v2.1.1
5112026-06-11T23:00:44.528Z Compiling icu_locale_core v2.1.1
5122026-06-11T23:00:45.065Z Compiling icu_provider v2.1.1
5132026-06-11T23:00:45.082Z Compiling toml_datetime v0.6.11
5142026-06-11T23:00:45.085Z Compiling serde_spanned v0.6.9
5152026-06-11T23:00:45.085Z Compiling serde-value v0.7.0
5162026-06-11T23:00:45.085Z Compiling cargo-platform v0.2.0
5172026-06-11T23:00:45.085Z Compiling macaddr v1.0.1
5182026-06-11T23:00:45.098Z Compiling dof v0.3.0
5192026-06-11T23:00:45.101Z Compiling serde_tokenstream v0.2.3
5202026-06-11T23:00:45.253Z Compiling toml_edit v0.22.27
5212026-06-11T23:00:45.286Z Compiling icu_properties v2.1.2
5222026-06-11T23:00:45.286Z Compiling icu_normalizer v2.1.1
5232026-06-11T23:00:45.809Z Compiling usdt-attr-macro v0.5.0
5242026-06-11T23:00:45.809Z Compiling usdt-macro v0.5.0
5252026-06-11T23:00:46.099Z Compiling idna_adapter v1.2.1
5262026-06-11T23:00:46.206Z Compiling idna v1.1.0
5272026-06-11T23:00:46.408Z Compiling usdt v0.5.0
5282026-06-11T23:00:46.466Z Compiling url v2.5.8
5292026-06-11T23:00:46.551Z Compiling toml v0.8.23
5302026-06-11T23:00:46.885Z Compiling cargo-util-schemas v0.8.2
5312026-06-11T23:00:46.885Z Compiling cargo_toml v0.21.0
5322026-06-11T23:00:47.689Z Compiling cargo_metadata v0.21.0
5332026-06-11T23:00:48.607Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-11T23:00:50.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.70s
5352026-06-11T23:00:50.957Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-06-11T23:00:51.528Z Downloading crates ...
5372026-06-11T23:00:51.632Z Downloaded aead v0.5.2
5382026-06-11T23:00:51.639Z Downloaded array-init v0.0.4
5392026-06-11T23:00:51.644Z Downloaded crucible-workspace-hack v0.1.0
5402026-06-11T23:00:51.644Z Downloaded ascii-canvas v3.0.0
5412026-06-11T23:00:51.644Z Downloaded difflib v0.4.0
5422026-06-11T23:00:51.649Z Downloaded adler2 v2.0.1
5432026-06-11T23:00:51.649Z Downloaded crc8 v0.1.1
5442026-06-11T23:00:51.649Z Downloaded arrayref v0.3.9
5452026-06-11T23:00:51.649Z Downloaded dsl_auto_type v0.2.0
5462026-06-11T23:00:51.652Z Downloaded either v1.15.0
5472026-06-11T23:00:51.652Z Downloaded defmt v0.3.100
5482026-06-11T23:00:51.652Z Downloaded daft-derive v0.1.7
5492026-06-11T23:00:51.655Z Downloaded csv-core v0.1.13
5502026-06-11T23:00:51.656Z Downloaded bit-set v0.8.0
5512026-06-11T23:00:51.658Z Downloaded crunchy v0.2.4
5522026-06-11T23:00:51.658Z Downloaded arrayvec v0.7.6
5532026-06-11T23:00:51.663Z Downloaded ctr v0.9.2
5542026-06-11T23:00:51.663Z Downloaded crc-any v2.5.0
5552026-06-11T23:00:51.665Z Downloaded derive_builder v0.20.2
5562026-06-11T23:00:51.665Z Downloaded cfg_aliases v0.2.1
5572026-06-11T23:00:51.668Z Downloaded camino-tempfile-ext v0.3.3
5582026-06-11T23:00:51.668Z Downloaded argon2 v0.5.3
5592026-06-11T23:00:51.668Z Downloaded ahash v0.8.12
5602026-06-11T23:00:51.671Z Downloaded anstyle-parse v0.2.7
5612026-06-11T23:00:51.671Z Downloaded cexpr v0.6.0
5622026-06-11T23:00:51.674Z Downloaded anstream v0.6.21
5632026-06-11T23:00:51.674Z Downloaded cstr-argument v0.1.2
5642026-06-11T23:00:51.678Z Downloaded crypto-bigint v0.5.5
5652026-06-11T23:00:51.680Z Downloaded blowfish v0.9.1
5662026-06-11T23:00:51.680Z Downloaded block-padding v0.3.3
5672026-06-11T23:00:51.681Z Downloaded bitflags v1.3.2
5682026-06-11T23:00:51.683Z Downloaded assert_matches v1.5.0
5692026-06-11T23:00:51.686Z Downloaded cookie_store v0.22.1
5702026-06-11T23:00:51.686Z Downloaded darling v0.13.4
5712026-06-11T23:00:51.689Z Downloaded allocator-api2 v0.2.21
5722026-06-11T23:00:51.692Z Downloaded async-bb8-diesel v0.2.1
5732026-06-11T23:00:51.692Z Downloaded async-stream-impl v0.3.6
5742026-06-11T23:00:51.692Z Downloaded endian-type v0.1.2
5752026-06-11T23:00:51.695Z Downloaded const-oid v0.9.6
5762026-06-11T23:00:51.695Z Downloaded des v0.8.1
5772026-06-11T23:00:51.695Z Downloaded ena v0.14.4
5782026-06-11T23:00:51.698Z Downloaded arc-swap v1.8.2
5792026-06-11T23:00:51.701Z Downloaded colored v3.1.1
5802026-06-11T23:00:51.704Z Downloaded env_filter v1.0.0
5812026-06-11T23:00:51.704Z Downloaded bit-set v0.5.3
5822026-06-11T23:00:51.704Z Downloaded embedded-io v0.6.1
5832026-06-11T23:00:51.706Z Downloaded document-features v0.2.12
5842026-06-11T23:00:51.707Z Downloaded cpufeatures v0.3.0
5852026-06-11T23:00:51.707Z Downloaded cobs v0.3.0
5862026-06-11T23:00:51.709Z Downloaded darling_macro v0.20.11
5872026-06-11T23:00:51.709Z Downloaded atomicwrites v0.4.4
5882026-06-11T23:00:51.709Z Downloaded ciborium-io v0.2.2
5892026-06-11T23:00:51.714Z Downloaded float-cmp v0.10.0
5902026-06-11T23:00:51.714Z Downloaded cfg_aliases v0.1.1
5912026-06-11T23:00:51.714Z Downloaded chacha20 v0.10.0
5922026-06-11T23:00:51.717Z Downloaded dirs-next v2.0.0
5932026-06-11T23:00:51.717Z Downloaded base64ct v1.8.3
5942026-06-11T23:00:51.720Z Downloaded enum-as-inner v0.6.1
5952026-06-11T23:00:51.720Z Downloaded diesel_table_macro_syntax v0.3.0
5962026-06-11T23:00:51.723Z Downloaded convert_case v0.4.0
5972026-06-11T23:00:51.723Z Downloaded bitfield-macros v0.19.4
5982026-06-11T23:00:51.726Z Downloaded dof v0.4.0
5992026-06-11T23:00:51.726Z Downloaded derive_builder_macro v0.20.2
6002026-06-11T23:00:51.728Z Downloaded atty v0.2.14
6012026-06-11T23:00:51.728Z Downloaded darling_macro v0.21.3
6022026-06-11T23:00:51.728Z Downloaded embedded-io v0.4.0
6032026-06-11T23:00:51.731Z Downloaded foreign-types-macros v0.2.3
6042026-06-11T23:00:51.731Z Downloaded bcrypt-pbkdf v0.10.0
6052026-06-11T23:00:51.731Z Downloaded curve25519-dalek-derive v0.1.1
6062026-06-11T23:00:51.735Z Downloaded env_logger v0.11.9
6072026-06-11T23:00:51.738Z Downloaded crc-catalog v2.4.0
6082026-06-11T23:00:51.740Z Downloaded foreign-types-shared v0.3.1
6092026-06-11T23:00:51.745Z Downloaded compression-core v0.4.31
6102026-06-11T23:00:51.748Z Downloaded crc v3.4.0
6112026-06-11T23:00:51.751Z Downloaded display-error-chain v0.2.2
6122026-06-11T23:00:51.751Z Downloaded darling_macro v0.23.0
6132026-06-11T23:00:51.753Z Downloaded debug-ignore v1.0.5
6142026-06-11T23:00:51.753Z Downloaded futures-core v0.3.32
6152026-06-11T23:00:51.756Z Downloaded fd-lock v4.0.4
6162026-06-11T23:00:51.756Z Downloaded fixedbitset v0.4.2
6172026-06-11T23:00:51.759Z Downloaded byte-wrapper v0.1.0
6182026-06-11T23:00:51.759Z Downloaded flagset v0.4.7
6192026-06-11T23:00:51.762Z Downloaded dtrace-parser v0.3.0
6202026-06-11T23:00:51.762Z Downloaded darling_macro v0.13.4
6212026-06-11T23:00:51.762Z Downloaded const_format_proc_macros v0.2.34
6222026-06-11T23:00:51.764Z Downloaded corncobs v0.1.4
6232026-06-11T23:00:51.764Z Downloaded dyn-clone v1.0.20
6242026-06-11T23:00:51.767Z Downloaded castaway v0.2.4
6252026-06-11T23:00:51.767Z Downloaded downcast-rs v2.0.2
6262026-06-11T23:00:51.767Z Downloaded bit-vec v0.8.0
6272026-06-11T23:00:51.771Z Downloaded base16ct v0.2.0
6282026-06-11T23:00:51.771Z Downloaded cargo-platform v0.3.2
6292026-06-11T23:00:51.774Z Downloaded dunce v1.0.5
6302026-06-11T23:00:51.774Z Downloaded futures-io v0.3.32
6312026-06-11T23:00:51.774Z Downloaded foreign-types v0.5.0
6322026-06-11T23:00:51.774Z Downloaded defmt-parser v1.0.0
6332026-06-11T23:00:51.774Z Downloaded buf-list v1.1.2
6342026-06-11T23:00:51.777Z Downloaded console v0.16.2
6352026-06-11T23:00:51.777Z Downloaded float-ord v0.3.2
6362026-06-11T23:00:51.779Z Downloaded const_format v0.2.35
6372026-06-11T23:00:51.782Z Downloaded futures-macro v0.3.32
6382026-06-11T23:00:51.782Z Downloaded funty v2.0.0
6392026-06-11T23:00:51.782Z Downloaded async-trait v0.1.89
6402026-06-11T23:00:51.785Z Downloaded ghash v0.5.1
6412026-06-11T23:00:51.785Z Downloaded futures-sink v0.3.32
6422026-06-11T23:00:51.788Z Downloaded git-stub v1.0.0
6432026-06-11T23:00:51.788Z Downloaded gethostname v0.5.0
6442026-06-11T23:00:51.788Z Downloaded futures-task v0.3.32
6452026-06-11T23:00:51.790Z Downloaded foreign-types v0.3.2
6462026-06-11T23:00:51.790Z Downloaded fxhash v0.2.1
6472026-06-11T23:00:51.790Z Downloaded foreign-types-shared v0.1.1
6482026-06-11T23:00:51.791Z Downloaded ar_archive_writer v0.5.1
6492026-06-11T23:00:51.793Z Downloaded hash32 v0.3.1
6502026-06-11T23:00:51.793Z Downloaded globwalk v0.9.1
6512026-06-11T23:00:51.812Z Downloaded data-encoding v2.10.0
6522026-06-11T23:00:51.812Z Downloaded ed25519 v2.2.3
6532026-06-11T23:00:51.812Z Downloaded convert_case v0.10.0
6542026-06-11T23:00:51.812Z Downloaded bcs v0.1.6
6552026-06-11T23:00:51.812Z Downloaded ecdsa v0.16.9
6562026-06-11T23:00:51.812Z Downloaded foldhash v0.2.0
6572026-06-11T23:00:51.812Z Downloaded bb8 v0.8.6
6582026-06-11T23:00:51.812Z Downloaded fallible-iterator v0.2.0
6592026-06-11T23:00:51.812Z Downloaded derive_builder_core v0.20.2
6602026-06-11T23:00:51.812Z Downloaded dirs-sys-next v0.1.2
6612026-06-11T23:00:51.812Z Downloaded async-recursion v1.1.1
6622026-06-11T23:00:51.812Z Downloaded hash32 v0.2.1
6632026-06-11T23:00:51.812Z Downloaded cipher v0.4.4
6642026-06-11T23:00:51.812Z Downloaded cassowary v0.3.0
6652026-06-11T23:00:51.812Z Downloaded bit-vec v0.6.3
6662026-06-11T23:00:51.812Z Downloaded async-stream v0.3.6
6672026-06-11T23:00:51.816Z Downloaded headers-core v0.3.0
6682026-06-11T23:00:51.816Z Downloaded bitfield-struct v0.6.2
6692026-06-11T23:00:51.816Z Downloaded compression-codecs v0.4.37
6702026-06-11T23:00:51.816Z Downloaded atomic-waker v1.1.2
6712026-06-11T23:00:51.819Z Downloaded cmake v0.1.57
6722026-06-11T23:00:51.819Z Downloaded backoff v0.4.0
6732026-06-11T23:00:51.822Z Downloaded hostname v0.4.2
6742026-06-11T23:00:51.822Z Downloaded defmt v1.0.1
6752026-06-11T23:00:51.825Z Downloaded ciborium-ll v0.2.2
6762026-06-11T23:00:51.825Z Downloaded cbc v0.1.2
6772026-06-11T23:00:51.827Z Downloaded hostname v0.3.1
6782026-06-11T23:00:51.827Z Downloaded home v0.5.12
6792026-06-11T23:00:51.830Z Downloaded hex-literal v0.4.1
6802026-06-11T23:00:51.830Z Downloaded constant_time_eq v0.4.2
6812026-06-11T23:00:51.830Z Downloaded ciborium v0.2.2
6822026-06-11T23:00:51.833Z Downloaded chacha20 v0.9.1
6832026-06-11T23:00:51.833Z Downloaded ff v0.13.1
6842026-06-11T23:00:51.836Z Downloaded hex v0.4.3
6852026-06-11T23:00:51.836Z Downloaded fixedbitset v0.5.7
6862026-06-11T23:00:51.838Z Downloaded foldhash v0.1.5
6872026-06-11T23:00:51.839Z Downloaded critical-section v1.2.0
6882026-06-11T23:00:51.839Z Downloaded dropshot-api-manager-types v0.7.2
6892026-06-11T23:00:51.842Z Downloaded crossbeam-deque v0.8.6
6902026-06-11T23:00:51.842Z Downloaded blake2 v0.10.6
6912026-06-11T23:00:51.844Z Downloaded fs_extra v1.3.0
6922026-06-11T23:00:51.844Z Downloaded hubpack_derive v0.1.1
6932026-06-11T23:00:51.844Z Downloaded hyper-tls v0.6.0
6942026-06-11T23:00:51.847Z Downloaded hubpack v0.1.2
6952026-06-11T23:00:51.847Z Downloaded http-range v0.1.5
6962026-06-11T23:00:51.847Z Downloaded futures-executor v0.3.32
6972026-06-11T23:00:51.850Z Downloaded daft v0.1.7
6982026-06-11T23:00:51.850Z Downloaded fs-err v2.11.0
6992026-06-11T23:00:51.850Z Downloaded httpdate v1.0.3
7002026-06-11T23:00:51.853Z Downloaded globset v0.4.18
7012026-06-11T23:00:51.853Z Downloaded group v0.13.0
7022026-06-11T23:00:51.853Z Downloaded crossbeam-epoch v0.9.18
7032026-06-11T23:00:51.856Z Downloaded der_derive v0.7.3
7042026-06-11T23:00:51.859Z Downloaded darling v0.20.11
7052026-06-11T23:00:51.861Z Downloaded illumos-nvpair-sys v0.2.0
7062026-06-11T23:00:51.861Z Downloaded illumos-nvpair v0.3.0
7072026-06-11T23:00:51.861Z Downloaded ident_case v1.0.1
7082026-06-11T23:00:51.861Z Downloaded diesel_derives v2.3.7
7092026-06-11T23:00:51.865Z Downloaded is_ci v1.2.0
7102026-06-11T23:00:51.867Z Downloaded lalrpop-util v0.19.12
7112026-06-11T23:00:51.867Z Downloaded is-terminal v0.4.17
7122026-06-11T23:00:51.867Z Downloaded instant v0.1.13
7132026-06-11T23:00:51.871Z Downloaded instability v0.3.11
7142026-06-11T23:00:51.871Z Downloaded indoc v1.0.9
7152026-06-11T23:00:51.871Z Downloaded internet-checksum v0.2.1
7162026-06-11T23:00:51.874Z Downloaded cancel-safe-futures v0.1.5
7172026-06-11T23:00:51.874Z Downloaded bzip2 v0.6.1
7182026-06-11T23:00:51.877Z Downloaded bzip2 v0.4.4
7192026-06-11T23:00:51.877Z Downloaded inout v0.1.4
7202026-06-11T23:00:51.877Z Downloaded indent_write v2.2.0
7212026-06-11T23:00:51.880Z Downloaded derive_more v2.1.1
7222026-06-11T23:00:51.885Z Downloaded highway v1.3.0
7232026-06-11T23:00:51.888Z Downloaded libscf-sys v1.1.0
7242026-06-11T23:00:51.888Z Downloaded kstat-rs v0.2.4
7252026-06-11T23:00:51.891Z Downloaded keccak v0.1.6
7262026-06-11T23:00:51.891Z Downloaded console v0.15.11
7272026-06-11T23:00:51.895Z Downloaded lazy_static v1.5.0
7282026-06-11T23:00:51.895Z Downloaded colored v2.2.0
7292026-06-11T23:00:51.895Z Downloaded lru-cache v0.1.2
7302026-06-11T23:00:51.898Z Downloaded derive-ex v0.1.8
7312026-06-11T23:00:51.898Z Downloaded darling v0.23.0
7322026-06-11T23:00:51.901Z Downloaded cargo_metadata v0.23.1
7332026-06-11T23:00:51.901Z Downloaded bitfield v0.19.4
7342026-06-11T23:00:51.904Z Downloaded darling v0.21.3
7352026-06-11T23:00:51.906Z Downloaded backon v1.6.0
7362026-06-11T23:00:51.906Z Downloaded erased-serde v0.3.31
7372026-06-11T23:00:51.911Z Downloaded filetime v0.2.27
7382026-06-11T23:00:51.911Z Downloaded mime v0.3.17
7392026-06-11T23:00:51.913Z Downloaded memoffset v0.9.1
7402026-06-11T23:00:51.913Z Downloaded maybe-uninit v2.0.0
7412026-06-11T23:00:51.913Z Downloaded match_cfg v0.1.0
7422026-06-11T23:00:51.913Z Downloaded maplit v1.0.2
7432026-06-11T23:00:51.913Z Downloaded lzss v0.8.2
7442026-06-11T23:00:51.916Z Downloaded hyper-staticfile v0.10.1
7452026-06-11T23:00:51.916Z Downloaded md5 v0.7.0
7462026-06-11T23:00:51.919Z Downloaded lru-slab v0.1.2
7472026-06-11T23:00:51.919Z Downloaded linked-hash-map v0.5.6
7482026-06-11T23:00:51.919Z Downloaded futures-channel v0.3.32
7492026-06-11T23:00:51.922Z Downloaded half v1.8.3
7502026-06-11T23:00:51.922Z Downloaded darling_core v0.13.4
7512026-06-11T23:00:51.924Z Downloaded derive-where v1.6.0
7522026-06-11T23:00:51.927Z Downloaded ingot-types v0.1.2
7532026-06-11T23:00:51.927Z Downloaded ingot v0.1.1
7542026-06-11T23:00:51.930Z Downloaded ipnet v2.11.0
7552026-06-11T23:00:51.930Z Downloaded ipnetwork v0.21.1
7562026-06-11T23:00:51.933Z Downloaded newline-converter v0.3.0
7572026-06-11T23:00:51.933Z Downloaded newtype-uuid-macros v0.1.0
7582026-06-11T23:00:51.933Z Downloaded new_debug_unreachable v1.0.6
7592026-06-11T23:00:51.935Z Downloaded multimap v0.10.1
7602026-06-11T23:00:51.935Z Downloaded indoc v2.0.7
7612026-06-11T23:00:51.936Z Downloaded nibble_vec v0.1.0
7622026-06-11T23:00:51.939Z Downloaded newtype_derive v0.1.6
7632026-06-11T23:00:51.939Z Downloaded impl-trait-for-tuples v0.2.3
7642026-06-11T23:00:51.941Z Downloaded deranged v0.5.8
7652026-06-11T23:00:51.941Z Downloaded clang-sys v1.8.1
7662026-06-11T23:00:51.944Z Downloaded drift v0.2.0
7672026-06-11T23:00:51.948Z Downloaded httparse v1.10.1
7682026-06-11T23:00:51.951Z Downloaded http-body-util v0.1.3
7692026-06-11T23:00:51.953Z Downloaded lru v0.12.5
7702026-06-11T23:00:51.953Z Downloaded lock_api v0.4.14
7712026-06-11T23:00:51.953Z Downloaded libsw-core v0.3.2
7722026-06-11T23:00:51.956Z Downloaded jobserver v0.1.34
7732026-06-11T23:00:51.956Z Downloaded libefi-sys v0.1.0
7742026-06-11T23:00:51.959Z Downloaded hmac v0.12.1
7752026-06-11T23:00:51.959Z Downloaded nodrop v0.1.14
7762026-06-11T23:00:51.959Z Downloaded cookie v0.18.1
7772026-06-11T23:00:51.961Z Downloaded normalize-line-endings v0.3.0
7782026-06-11T23:00:51.961Z Downloaded nonempty v0.12.0
7792026-06-11T23:00:51.966Z Downloaded num-iter v0.1.45
7802026-06-11T23:00:51.966Z Downloaded num_enum_derive v0.5.11
7812026-06-11T23:00:51.966Z Downloaded num-derive v0.4.2
7822026-06-11T23:00:51.972Z Downloaded defmt-macros v1.0.1
7832026-06-11T23:00:51.972Z Downloaded opaque-debug v0.3.1
7842026-06-11T23:00:51.972Z Downloaded num-conv v0.2.0
7852026-06-11T23:00:51.972Z Downloaded crc32fast v1.5.0
7862026-06-11T23:00:51.972Z Downloaded elliptic-curve v0.13.8
7872026-06-11T23:00:51.975Z Downloaded libsw v3.5.0
7882026-06-11T23:00:51.975Z Downloaded dropshot_endpoint v0.17.0
7892026-06-11T23:00:51.980Z Downloaded managed v0.8.0
7902026-06-11T23:00:51.980Z Downloaded linear-map v1.2.0
7912026-06-11T23:00:51.980Z Downloaded diff v0.1.13
7922026-06-11T23:00:51.981Z Downloaded oso-derive v0.27.3
7932026-06-11T23:00:51.981Z Downloaded openssl-probe v0.2.1
7942026-06-11T23:00:51.985Z Downloaded humantime v2.3.0
7952026-06-11T23:00:51.985Z Downloaded glob v0.3.3
7962026-06-11T23:00:51.985Z Downloaded git-stub-vcs v0.1.0
7972026-06-11T23:00:51.985Z Downloaded crossbeam-utils v0.8.21
7982026-06-11T23:00:51.988Z Downloaded getrandom v0.3.4
7992026-06-11T23:00:51.988Z Downloaded md-5 v0.10.6
8002026-06-11T23:00:51.991Z Downloaded darling_core v0.21.3
8012026-06-11T23:00:51.993Z Downloaded openssl-probe v0.1.6
8022026-06-11T23:00:51.993Z Downloaded half v2.7.1
8032026-06-11T23:00:51.996Z Downloaded olpc-cjson v0.1.4
8042026-06-11T23:00:51.996Z Downloaded iana-time-zone v0.1.65
8052026-06-11T23:00:51.999Z Downloaded getrandom v0.2.17
8062026-06-11T23:00:52.002Z Downloaded mime_guess v2.0.5
8072026-06-11T23:00:52.002Z Downloaded multer v3.1.0
8082026-06-11T23:00:52.002Z Downloaded libloading v0.8.9
8092026-06-11T23:00:52.005Z Downloaded ingot-macros v0.1.1
8102026-06-11T23:00:52.005Z Downloaded http-body v1.0.1
8112026-06-11T23:00:52.005Z Downloaded find-msvc-tools v0.1.9
8122026-06-11T23:00:52.008Z Downloaded diesel-dtrace v0.5.0
8132026-06-11T23:00:52.008Z Downloaded packed_struct_codegen v0.10.1
8142026-06-11T23:00:52.011Z Downloaded parse-size v1.1.0
8152026-06-11T23:00:52.011Z Downloaded native-tls v0.2.18
8162026-06-11T23:00:52.011Z Downloaded path-slash v0.1.5
8172026-06-11T23:00:52.014Z Downloaded pbkdf2 v0.11.0
8182026-06-11T23:00:52.014Z Downloaded compact_str v0.8.1
8192026-06-11T23:00:52.017Z Downloaded chacha20poly1305 v0.10.1
8202026-06-11T23:00:52.017Z Downloaded newtype-uuid v1.3.2
8212026-06-11T23:00:52.020Z Downloaded bytes v1.11.1
8222026-06-11T23:00:52.023Z Downloaded flume v0.11.1
8232026-06-11T23:00:52.023Z Downloaded base64 v0.22.1
8242026-06-11T23:00:52.026Z Downloaded peg-runtime v0.8.5
8252026-06-11T23:00:52.026Z Downloaded hyper-rustls v0.27.7
8262026-06-11T23:00:52.043Z Downloaded pin-utils v0.1.0
8272026-06-11T23:00:52.046Z Downloaded phf_shared v0.13.1
8282026-06-11T23:00:52.046Z Downloaded phf_shared v0.12.1
8292026-06-11T23:00:52.046Z Downloaded phf_shared v0.11.3
8302026-06-11T23:00:52.046Z Downloaded pbkdf2 v0.12.2
8312026-06-11T23:00:52.049Z Downloaded num_threads v0.1.7
8322026-06-11T23:00:52.049Z Downloaded num_enum_derive v0.7.6
8332026-06-11T23:00:52.049Z Downloaded num_enum v0.7.6
8342026-06-11T23:00:52.053Z Downloaded openssl-macros v0.1.1
8352026-06-11T23:00:52.053Z Downloaded fatfs v0.3.6
8362026-06-11T23:00:52.057Z Downloaded derive_more v0.99.20
8372026-06-11T23:00:52.060Z Downloaded darling_core v0.23.0
8382026-06-11T23:00:52.060Z Downloaded powerfmt v0.2.0
8392026-06-11T23:00:52.063Z Downloaded litrs v1.0.0
8402026-06-11T23:00:52.063Z Downloaded num_enum v0.5.11
8412026-06-11T23:00:52.065Z Downloaded owo-colors v4.3.0
8422026-06-11T23:00:52.068Z Downloaded predicates-core v1.0.10
8432026-06-11T23:00:52.068Z Downloaded precomputed-hash v0.1.1
8442026-06-11T23:00:52.068Z Downloaded heapless v0.7.17
8452026-06-11T23:00:52.071Z Downloaded headers v0.4.1
8462026-06-11T23:00:52.076Z Downloaded predicates-tree v1.0.13
8472026-06-11T23:00:52.079Z Downloaded crossterm v0.29.0
8482026-06-11T23:00:52.079Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-06-11T23:00:52.082Z Downloaded proc-macro-crate v3.4.0
8502026-06-11T23:00:52.082Z Downloaded password-hash v0.5.0
8512026-06-11T23:00:52.082Z Downloaded password-hash v0.4.2
8522026-06-11T23:00:52.085Z Downloaded parse-display-derive v0.10.0
8532026-06-11T23:00:52.085Z Downloaded parking_lot_core v0.8.6
8542026-06-11T23:00:52.087Z Downloaded proc-macro-crate v1.3.1
8552026-06-11T23:00:52.087Z Downloaded progenitor-client v0.11.2
8562026-06-11T23:00:52.087Z Downloaded progenitor-client v0.14.0
8572026-06-11T23:00:52.090Z Downloaded packed_struct v0.10.1
8582026-06-11T23:00:52.090Z Downloaded oxnet v0.1.5
8592026-06-11T23:00:52.093Z Downloaded futures v0.3.32
8602026-06-11T23:00:52.096Z Downloaded progenitor-macro v0.11.2
8612026-06-11T23:00:52.096Z Downloaded paste v1.0.15
8622026-06-11T23:00:52.101Z Downloaded cc v1.2.56
8632026-06-11T23:00:52.101Z Downloaded base64 v0.21.7
8642026-06-11T23:00:52.103Z Downloaded num-rational v0.4.2
8652026-06-11T23:00:52.103Z Downloaded libbz2-rs-sys v0.2.2
8662026-06-11T23:00:52.103Z Downloaded num-integer v0.1.46
8672026-06-11T23:00:52.106Z Downloaded progenitor-macro v0.13.0
8682026-06-11T23:00:52.106Z Downloaded omicron-zone-package v0.12.2
8692026-06-11T23:00:52.109Z Downloaded psl-types v2.0.11
8702026-06-11T23:00:52.109Z Downloaded progenitor-macro v0.14.0
8712026-06-11T23:00:52.109Z Downloaded phf v0.13.1
8722026-06-11T23:00:52.112Z Downloaded quick-error v1.2.3
8732026-06-11T23:00:52.112Z Downloaded phf v0.12.1
8742026-06-11T23:00:52.112Z Downloaded radium v0.7.0
8752026-06-11T23:00:52.112Z Downloaded pem v3.0.6
8762026-06-11T23:00:52.115Z Downloaded async-compression v0.4.41
8772026-06-11T23:00:52.118Z Downloaded flate2 v1.1.9
8782026-06-11T23:00:52.121Z Downloaded crossbeam-channel v0.5.15
8792026-06-11T23:00:52.123Z Downloaded peg-macros v0.8.5
8802026-06-11T23:00:52.126Z Downloaded der v0.7.10
8812026-06-11T23:00:52.128Z Downloaded polyval v0.6.2
8822026-06-11T23:00:52.129Z Downloaded pkg-config v0.3.32
8832026-06-11T23:00:52.131Z Downloaded pin-project-internal v1.1.11
8842026-06-11T23:00:52.131Z Downloaded poly1305 v0.8.0
8852026-06-11T23:00:52.134Z Downloaded ppv-lite86 v0.2.21
8862026-06-11T23:00:52.134Z Downloaded pkcs8 v0.10.2
8872026-06-11T23:00:52.137Z Downloaded darling_core v0.20.11
8882026-06-11T23:00:52.140Z Downloaded rand_chacha v0.3.1
8892026-06-11T23:00:52.140Z Downloaded peg v0.8.5
8902026-06-11T23:00:52.142Z Downloaded rand_xorshift v0.4.0
8912026-06-11T23:00:52.142Z Downloaded oxide-tokio-rt v0.1.4
8922026-06-11T23:00:52.145Z Downloaded ignore v0.4.25
8932026-06-11T23:00:52.145Z Downloaded memmap2 v0.9.10
8942026-06-11T23:00:52.148Z Downloaded indexmap v1.9.3
8952026-06-11T23:00:52.150Z Downloaded primeorder v0.13.6
8962026-06-11T23:00:52.151Z Downloaded progenitor v0.14.0
8972026-06-11T23:00:52.151Z Downloaded proc-macro-error2 v2.0.1
8982026-06-11T23:00:52.154Z Downloaded parking_lot_core v0.9.12
8992026-06-11T23:00:52.154Z Downloaded num-derive v0.3.3
9002026-06-11T23:00:52.158Z Downloaded recursive v0.1.1
9012026-06-11T23:00:52.158Z Downloaded num-complex v0.4.6
9022026-06-11T23:00:52.158Z Downloaded num v0.4.3
9032026-06-11T23:00:52.158Z Downloaded nu-ansi-term v0.50.3
9042026-06-11T23:00:52.160Z Downloaded bumpalo v3.20.2
9052026-06-11T23:00:52.163Z Downloaded parse-display v0.10.0
9062026-06-11T23:00:52.163Z Downloaded progenitor-extras v0.2.0
9072026-06-11T23:00:52.163Z Downloaded progenitor-client v0.13.0
9082026-06-11T23:00:52.166Z Downloaded heapless v0.8.0
9092026-06-11T23:00:52.166Z Downloaded nanorand v0.7.0
9102026-06-11T23:00:52.168Z Downloaded hickory-resolver v0.24.4
9112026-06-11T23:00:52.171Z Downloaded ref-cast-impl v1.0.25
9122026-06-11T23:00:52.171Z Downloaded recursive-proc-macro-impl v0.1.1
9132026-06-11T23:00:52.174Z Downloaded rfc6979 v0.4.0
9142026-06-11T23:00:52.178Z Downloaded hickory-resolver v0.25.2
9152026-06-11T23:00:52.180Z Downloaded pem-rfc7468 v0.7.0
9162026-06-11T23:00:52.183Z Downloaded rustc-hash v2.1.1
9172026-06-11T23:00:52.183Z Downloaded psm v0.1.30
9182026-06-11T23:00:52.186Z Downloaded rustc_version v0.4.1
9192026-06-11T23:00:52.186Z Downloaded rtoolbox v0.0.3
9202026-06-11T23:00:52.189Z Downloaded r2d2 v0.8.10
9212026-06-11T23:00:52.192Z Downloaded derive_more-impl v2.1.1
9222026-06-11T23:00:52.195Z Downloaded pin-project-lite v0.2.17
9232026-06-11T23:00:52.197Z Downloaded rustc_version v0.1.7
9242026-06-11T23:00:52.200Z Downloaded russh-cryptovec v0.7.3
9252026-06-11T23:00:52.200Z Downloaded rand_core v0.9.5
9262026-06-11T23:00:52.200Z Downloaded postgres-protocol v0.6.10
9272026-06-11T23:00:52.203Z Downloaded expectorate v1.2.0
9282026-06-11T23:00:52.204Z Downloaded predicates v3.1.4
9292026-06-11T23:00:52.206Z Downloaded rand_core v0.10.0
9302026-06-11T23:00:52.206Z Downloaded pkcs5 v0.7.1
9312026-06-11T23:00:52.209Z Downloaded pkcs1 v0.7.5
9322026-06-11T23:00:52.209Z Downloaded oso v0.27.3
9332026-06-11T23:00:52.212Z Downloaded rand_seeder v0.4.0
9342026-06-11T23:00:52.215Z Downloaded scopeguard v1.2.0
9352026-06-11T23:00:52.215Z Downloaded indicatif v0.18.4
9362026-06-11T23:00:52.220Z Downloaded scheduled-thread-pool v0.2.7
9372026-06-11T23:00:52.220Z Downloaded postcard v1.1.3
9382026-06-11T23:00:52.220Z Downloaded postgres-types v0.2.12
9392026-06-11T23:00:52.223Z Downloaded progenitor v0.13.0
9402026-06-11T23:00:52.223Z Downloaded miniz_oxide v0.8.9
9412026-06-11T23:00:52.223Z Downloaded hashbrown v0.12.3
9422026-06-11T23:00:52.226Z Downloaded papergrid v0.17.0
9432026-06-11T23:00:52.229Z Downloaded resolv-conf v0.7.6
9442026-06-11T23:00:52.229Z Downloaded progenitor v0.11.2
9452026-06-11T23:00:52.232Z Downloaded parking_lot v0.11.2
9462026-06-11T23:00:52.232Z Downloaded parking_lot v0.12.5
9472026-06-11T23:00:52.235Z Downloaded sapling-renderdag v0.1.0
9482026-06-11T23:00:52.235Z Downloaded seq-macro v0.3.6
9492026-06-11T23:00:52.235Z Downloaded secrecy v0.8.0
9502026-06-11T23:00:52.238Z Downloaded scrypt v0.11.0
9512026-06-11T23:00:52.238Z Downloaded scroll_derive v0.13.1
9522026-06-11T23:00:52.238Z Downloaded same-file v1.0.6
9532026-06-11T23:00:52.243Z Downloaded salsa20 v0.10.2
9542026-06-11T23:00:52.243Z Downloaded rand_core v0.6.4
9552026-06-11T23:00:52.243Z Downloaded rand_chacha v0.9.0
9562026-06-11T23:00:52.243Z Downloaded secrecy v0.10.3
9572026-06-11T23:00:52.246Z Downloaded ref-cast v1.0.25
9582026-06-11T23:00:52.248Z Downloaded jiff-static v0.2.21
9592026-06-11T23:00:52.252Z Downloaded pin-project v1.1.11
9602026-06-11T23:00:52.259Z Downloaded serde_urlencoded v0.7.1
9612026-06-11T23:00:52.262Z Downloaded serde_spanned v1.0.4
9622026-06-11T23:00:52.262Z Downloaded serde_bytes v0.11.19
9632026-06-11T23:00:52.265Z Downloaded serde_repr v0.1.20
9642026-06-11T23:00:52.265Z Downloaded rustls-pemfile v1.0.4
9652026-06-11T23:00:52.267Z Downloaded rustls-native-certs v0.8.3
9662026-06-11T23:00:52.267Z Downloaded serde_plain v1.0.2
9672026-06-11T23:00:52.270Z Downloaded serde-big-array v0.5.1
9682026-06-11T23:00:52.270Z Downloaded rustls-pemfile v2.2.0
9692026-06-11T23:00:52.270Z Downloaded prefix-trie v0.7.0
9702026-06-11T23:00:52.273Z Downloaded openssl-sys v0.9.115
9712026-06-11T23:00:52.276Z Downloaded quinn-udp v0.5.14
9722026-06-11T23:00:52.280Z Downloaded ed25519-dalek v2.2.0
9732026-06-11T23:00:52.283Z Downloaded shell-words v1.1.1
9742026-06-11T23:00:52.283Z Downloaded siphasher v1.0.2
9752026-06-11T23:00:52.283Z Downloaded rustversion v1.0.22
9762026-06-11T23:00:52.283Z Downloaded sha1 v0.10.6
9772026-06-11T23:00:52.286Z Downloaded signal-hook-tokio v0.3.1
9782026-06-11T23:00:52.286Z Downloaded signature v2.2.0
9792026-06-11T23:00:52.289Z Downloaded rusty-fork v0.3.1
9802026-06-11T23:00:52.289Z Downloaded progenitor-impl v0.14.0
9812026-06-11T23:00:52.289Z Downloaded minimal-lexical v0.2.1
9822026-06-11T23:00:52.293Z Downloaded p256 v0.13.2
9832026-06-11T23:00:52.296Z Downloaded hashbrown v0.13.2
9842026-06-11T23:00:52.299Z Downloaded sigpipe v0.1.3
9852026-06-11T23:00:52.299Z Downloaded sct v0.7.1
9862026-06-11T23:00:52.302Z Downloaded slog-bunyan v2.5.0
9872026-06-11T23:00:52.302Z Downloaded scroll v0.13.0
9882026-06-11T23:00:52.305Z Downloaded schemars_derive v0.8.22
9892026-06-11T23:00:52.305Z Downloaded aho-corasick v1.1.4
9902026-06-11T23:00:52.308Z Downloaded progenitor-impl v0.13.0
9912026-06-11T23:00:52.310Z Downloaded aes v0.8.4
9922026-06-11T23:00:52.310Z Downloaded progenitor-impl v0.11.2
9932026-06-11T23:00:52.313Z Downloaded signal-hook-mio v0.2.5
9942026-06-11T23:00:52.321Z Downloaded russh-keys v0.45.0
9952026-06-11T23:00:52.324Z Downloaded serde_derive_internals v0.29.1
9962026-06-11T23:00:52.329Z Downloaded semver v0.1.20
9972026-06-11T23:00:52.334Z Downloaded sqlparser_derive v0.5.0
9982026-06-11T23:00:52.334Z Downloaded slog-envlogger v2.2.0
9992026-06-11T23:00:52.338Z Downloaded strip-ansi-escapes v0.2.1
10002026-06-11T23:00:52.338Z Downloaded ssh-cipher v0.2.0
10012026-06-11T23:00:52.338Z Downloaded serde_path_to_error v0.1.20
10022026-06-11T23:00:52.338Z Downloaded crossterm v0.28.1
10032026-06-11T23:00:52.347Z Downloaded http v1.4.0
10042026-06-11T23:00:52.350Z Downloaded strum v0.26.3
10052026-06-11T23:00:52.353Z Downloaded ssh-encoding v0.2.0
10062026-06-11T23:00:52.358Z Downloaded shlex v1.3.0
10072026-06-11T23:00:52.361Z Downloaded rustls-pki-types v1.14.0
10082026-06-11T23:00:52.365Z Downloaded strum v0.27.2
10092026-06-11T23:00:52.365Z Downloaded structmeta v0.3.0
10102026-06-11T23:00:52.365Z Downloaded strsim v0.10.0
10112026-06-11T23:00:52.367Z Downloaded signal-hook-registry v1.4.8
10122026-06-11T23:00:52.368Z Downloaded hyper-util v0.1.20
10132026-06-11T23:00:52.370Z Downloaded structmeta-derive v0.3.0
10142026-06-11T23:00:52.370Z Downloaded pretty_assertions v1.4.1
10152026-06-11T23:00:52.373Z Downloaded subtle v2.6.1
10162026-06-11T23:00:52.376Z Downloaded simd-adler32 v0.3.8
10172026-06-11T23:00:52.381Z Downloaded sync_wrapper v1.0.2
10182026-06-11T23:00:52.383Z Downloaded slog-json v2.6.1
10192026-06-11T23:00:52.383Z Downloaded tabwriter v1.4.1
10202026-06-11T23:00:52.386Z Downloaded rcgen v0.12.1
10212026-06-11T23:00:52.386Z Downloaded termtree v0.5.1
10222026-06-11T23:00:52.389Z Downloaded tap v1.0.1
10232026-06-11T23:00:52.389Z Downloaded take_mut v0.2.2
10242026-06-11T23:00:52.389Z Downloaded supports-color v3.0.2
10252026-06-11T23:00:52.389Z Downloaded sync-ptr v0.1.4
10262026-06-11T23:00:52.392Z Downloaded slog-stdlog v4.1.1
10272026-06-11T23:00:52.392Z Downloaded tagptr v0.2.0
10282026-06-11T23:00:52.392Z Downloaded slog-dtrace v0.3.0
10292026-06-11T23:00:52.394Z Downloaded slog-async v2.8.0
10302026-06-11T23:00:52.394Z Downloaded slog-term v2.9.2
10312026-06-11T23:00:52.398Z Downloaded slab v0.4.12
10322026-06-11T23:00:52.398Z Downloaded sec1 v0.7.3
10332026-06-11T23:00:52.401Z Downloaded smf v0.2.3
10342026-06-11T23:00:52.405Z Downloaded serde-hex v0.1.0
10352026-06-11T23:00:52.408Z Downloaded smallvec v0.6.14
10362026-06-11T23:00:52.408Z Downloaded ron v0.8.1
10372026-06-11T23:00:52.411Z Downloaded time-core v0.1.8
10382026-06-11T23:00:52.411Z Downloaded slog-scope v4.4.1
10392026-06-11T23:00:52.413Z Downloaded thread-id v5.1.0
10402026-06-11T23:00:52.414Z Downloaded serde_with_macros v1.5.2
10412026-06-11T23:00:52.414Z Downloaded dropshot-api-manager v0.7.2
10422026-06-11T23:00:52.416Z Downloaded thiserror-impl-no-std v2.0.2
10432026-06-11T23:00:52.419Z Downloaded testing_table v0.3.0
10442026-06-11T23:00:52.419Z Downloaded spki v0.7.3
10452026-06-11T23:00:52.424Z Downloaded tokio-macros v2.7.0
10462026-06-11T23:00:52.424Z Downloaded tinyvec_macros v0.1.1
10472026-06-11T23:00:52.424Z Downloaded serde_with_macros v3.17.0
10482026-06-11T23:00:52.424Z Downloaded static_assertions v1.1.0
10492026-06-11T23:00:52.427Z Downloaded stringprep v0.1.5
10502026-06-11T23:00:52.427Z Downloaded sqlformat v0.3.5
10512026-06-11T23:00:52.427Z Downloaded string_cache v0.8.9
10522026-06-11T23:00:52.429Z Downloaded hickory-server v0.25.2
10532026-06-11T23:00:52.433Z Downloaded rayon-core v1.13.0
10542026-06-11T23:00:52.433Z Downloaded aes-gcm v0.10.3
10552026-06-11T23:00:52.435Z Downloaded ryu v1.0.23
10562026-06-11T23:00:52.438Z Downloaded strum_macros v0.24.3
10572026-06-11T23:00:52.438Z Downloaded rustls-platform-verifier v0.6.2
10582026-06-11T23:00:52.441Z Downloaded prettyplease v0.2.37
10592026-06-11T23:00:52.445Z Downloaded mio v1.2.0
10602026-06-11T23:00:52.447Z Downloaded schemars v0.8.22
10612026-06-11T23:00:52.455Z Downloaded support-bundle-viewer v0.1.2
10622026-06-11T23:00:52.458Z Downloaded strum_macros v0.27.2
10632026-06-11T23:00:52.460Z Downloaded tabled_derive v0.11.0
10642026-06-11T23:00:52.464Z Downloaded nom v7.1.3
10652026-06-11T23:00:52.467Z Downloaded termios v0.3.3
10662026-06-11T23:00:52.470Z Downloaded serde_cbor v0.11.2
10672026-06-11T23:00:52.474Z Downloaded topological-sort v0.2.2
10682026-06-11T23:00:52.474Z Downloaded hashbrown v0.15.5
10692026-06-11T23:00:52.476Z Downloaded hashbrown v0.16.1
10702026-06-11T23:00:52.479Z Downloaded itertools v0.10.5
10712026-06-11T23:00:52.483Z Downloaded snafu-derive v0.8.9
10722026-06-11T23:00:52.483Z Downloaded publicsuffix v2.3.0
10732026-06-11T23:00:52.485Z Downloaded num-bigint v0.4.6
10742026-06-11T23:00:52.488Z Downloaded tiny-keccak v2.0.2
10752026-06-11T23:00:52.490Z Downloaded time-macros v0.2.27
10762026-06-11T23:00:52.490Z Downloaded thread_local v1.1.9
10772026-06-11T23:00:52.493Z Downloaded tower-service v0.3.3
10782026-06-11T23:00:52.493Z Downloaded quinn v0.11.9
10792026-06-11T23:00:52.496Z Downloaded tls_codec v0.4.2
10802026-06-11T23:00:52.496Z Downloaded tower-layer v0.3.3
10812026-06-11T23:00:52.499Z Downloaded thiserror-no-std v2.0.2
10822026-06-11T23:00:52.499Z Downloaded rand v0.8.6
10832026-06-11T23:00:52.501Z Downloaded stacker v0.1.23
10842026-06-11T23:00:52.505Z Downloaded libxml v0.3.3
10852026-06-11T23:00:52.509Z Downloaded tokio-dtrace v0.1.1
10862026-06-11T23:00:52.511Z Downloaded typify-macro v0.6.2
10872026-06-11T23:00:52.511Z Downloaded signal-hook v0.3.18
10882026-06-11T23:00:52.514Z Downloaded typify-macro v0.4.3
10892026-06-11T23:00:52.514Z Downloaded tls_codec_derive v0.4.2
10902026-06-11T23:00:52.517Z Downloaded strum_macros v0.26.4
10912026-06-11T23:00:52.520Z Downloaded tokio-native-tls v0.3.1
10922026-06-11T23:00:52.523Z Downloaded try-lock v0.2.5
10932026-06-11T23:00:52.523Z Downloaded trait-variant v0.1.2
10942026-06-11T23:00:52.527Z Downloaded universal-hash v0.5.1
10952026-06-11T23:00:52.527Z Downloaded unarray v0.1.4
10962026-06-11T23:00:52.532Z Downloaded itertools v0.13.0
10972026-06-11T23:00:52.537Z Downloaded similar v2.7.0
10982026-06-11T23:00:52.540Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10992026-06-11T23:00:52.543Z Downloaded tokio-tungstenite v0.23.1
11002026-06-11T23:00:52.543Z Downloaded usdt-macro v0.6.0
11012026-06-11T23:00:52.545Z Downloaded usdt v0.6.0
11022026-06-11T23:00:52.546Z Downloaded untrusted v0.7.1
11032026-06-11T23:00:52.548Z Downloaded socket2 v0.6.3
11042026-06-11T23:00:52.548Z Downloaded untrusted v0.9.0
11052026-06-11T23:00:52.551Z Downloaded unit-prefix v0.5.2
11062026-06-11T23:00:52.551Z Downloaded unicode-truncate v1.1.0
11072026-06-11T23:00:52.555Z Downloaded rsa v0.9.10
11082026-06-11T23:00:52.557Z Downloaded num-bigint-dig v0.8.6
11092026-06-11T23:00:52.560Z Downloaded socket2 v0.5.10
11102026-06-11T23:00:52.564Z Downloaded toml_writer v1.0.6+spec-1.1.0
11112026-06-11T23:00:52.564Z Downloaded void v1.0.2
11122026-06-11T23:00:52.564Z Downloaded term v1.2.1
11132026-06-11T23:00:52.566Z Downloaded usdt-attr-macro v0.6.0
11142026-06-11T23:00:52.566Z Downloaded term v0.7.0
11152026-06-11T23:00:52.571Z Downloaded qorb v0.4.1
11162026-06-11T23:00:52.575Z Downloaded rand v0.10.0
11172026-06-11T23:00:52.578Z Downloaded serde_yaml v0.9.34+deprecated
11182026-06-11T23:00:52.582Z Downloaded want v0.3.1
11192026-06-11T23:00:52.582Z Downloaded waitgroup v0.1.2
11202026-06-11T23:00:52.585Z Downloaded wait-timeout v0.2.1
11212026-06-11T23:00:52.585Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11222026-06-11T23:00:52.585Z Downloaded spin v0.9.8
11232026-06-11T23:00:52.588Z Downloaded rand v0.9.2
11242026-06-11T23:00:52.588Z Downloaded futures-util v0.3.32
11252026-06-11T23:00:52.594Z Downloaded tokio-rustls v0.26.4
11262026-06-11T23:00:52.597Z Downloaded unicase v2.9.0
11272026-06-11T23:00:52.597Z Downloaded tokio-rustls v0.25.0
11282026-06-11T23:00:52.600Z Downloaded schemars v0.9.0
11292026-06-11T23:00:52.605Z Downloaded xshell-macros v0.2.7
11302026-06-11T23:00:52.607Z Downloaded xattr v1.6.1
11312026-06-11T23:00:52.607Z Downloaded tui-tree-widget v0.23.1
11322026-06-11T23:00:52.607Z Downloaded tokio-rustls v0.24.1
11332026-06-11T23:00:52.611Z Downloaded samael v0.0.19
11342026-06-11T23:00:52.614Z Downloaded tokio-tungstenite v0.21.0
11352026-06-11T23:00:52.614Z Downloaded itertools v0.14.0
11362026-06-11T23:00:52.618Z Downloaded utf-8 v0.7.6
11372026-06-11T23:00:52.621Z Downloaded tokio-stream v0.1.18
11382026-06-11T23:00:52.623Z Downloaded zeroize_derive v1.4.3
11392026-06-11T23:00:52.623Z Downloaded usdt-impl v0.6.0
11402026-06-11T23:00:52.623Z Downloaded slog v2.8.2
11412026-06-11T23:00:52.628Z Downloaded rustls-webpki v0.103.9
11422026-06-11T23:00:52.630Z Downloaded libm v0.2.16
11432026-06-11T23:00:52.633Z Downloaded snafu v0.8.9
11442026-06-11T23:00:52.637Z Downloaded zone v0.3.1
11452026-06-11T23:00:52.640Z Downloaded vergen-gitcl v1.0.8
11462026-06-11T23:00:52.640Z Downloaded vergen-lib v9.1.0
11472026-06-11T23:00:52.640Z Downloaded vergen-git2 v9.1.0
11482026-06-11T23:00:52.643Z Downloaded hyper v1.8.1
11492026-06-11T23:00:52.648Z Downloaded nom v8.0.0
11502026-06-11T23:00:52.662Z Downloaded zone_cfg_derive v0.3.1
11512026-06-11T23:00:52.662Z Downloaded vsss-rs v3.3.4
11522026-06-11T23:00:52.662Z Downloaded vergen-lib v0.1.6
11532026-06-11T23:00:52.663Z Downloaded uzers v0.12.2
11542026-06-11T23:00:52.668Z Downloaded tinyvec v1.10.0
11552026-06-11T23:00:52.668Z Downloaded twox-hash v2.1.2
11562026-06-11T23:00:52.671Z Downloaded whoami v1.6.1
11572026-06-11T23:00:52.671Z Downloaded whoami v2.1.0
11582026-06-11T23:00:52.671Z Downloaded schemars v1.2.1
11592026-06-11T23:00:52.678Z Downloaded wyz v0.5.1
11602026-06-11T23:00:52.682Z Downloaded iri-string v0.7.10
11612026-06-11T23:00:52.685Z Downloaded tracing-attributes v0.1.31
11622026-06-11T23:00:52.685Z Downloaded rpassword v7.4.0
11632026-06-11T23:00:52.688Z Downloaded unicode-properties v0.1.4
11642026-06-11T23:00:52.688Z Downloaded toml_parser v1.0.9+spec-1.1.0
11652026-06-11T23:00:52.691Z Downloaded toml v0.7.8
11662026-06-11T23:00:52.691Z Downloaded itertools v0.12.1
11672026-06-11T23:00:52.694Z Downloaded p521 v0.13.3
11682026-06-11T23:00:52.696Z Downloaded russh v0.45.0
11692026-06-11T23:00:52.699Z Downloaded hkdf v0.12.4
11702026-06-11T23:00:52.702Z Downloaded test-strategy v0.4.5
11712026-06-11T23:00:52.705Z Downloaded vergen v9.1.0
11722026-06-11T23:00:52.705Z Downloaded toml v1.0.6+spec-1.1.0
11732026-06-11T23:00:52.708Z Downloaded tar v0.4.45
11742026-06-11T23:00:52.710Z Downloaded bitvec v1.0.1
11752026-06-11T23:00:52.718Z Downloaded zstd-safe v7.2.4
11762026-06-11T23:00:52.720Z Downloaded walkdir v2.5.0
11772026-06-11T23:00:52.720Z Downloaded tungstenite v0.23.0
11782026-06-11T23:00:52.723Z Downloaded xshell v0.2.7
11792026-06-11T23:00:52.723Z Downloaded tungstenite v0.21.0
11802026-06-11T23:00:52.726Z Downloaded typify v0.4.3
11812026-06-11T23:00:52.729Z Downloaded steno v0.4.1
11822026-06-11T23:00:52.731Z Downloaded yasna v0.5.2
11832026-06-11T23:00:52.731Z Downloaded typify v0.6.2
11842026-06-11T23:00:52.734Z Downloaded iddqd v0.4.2
11852026-06-11T23:00:52.738Z Downloaded zeroize v1.8.2
11862026-06-11T23:00:52.741Z Downloaded unsafe-libyaml v0.2.11
11872026-06-11T23:00:52.744Z Downloaded blake3 v1.8.3
11882026-06-11T23:00:52.747Z Downloaded rustyline v14.0.0
11892026-06-11T23:00:52.749Z Downloaded toml_edit v0.23.10+spec-1.0.0
11902026-06-11T23:00:52.752Z Downloaded subprocess v0.2.15
11912026-06-11T23:00:52.755Z Downloaded h2 v0.4.13
11922026-06-11T23:00:52.758Z Downloaded vte v0.14.1
11932026-06-11T23:00:52.773Z Downloaded unicode-bidi v0.3.18
11942026-06-11T23:00:52.781Z Downloaded zerocopy v0.6.6
11952026-06-11T23:00:52.788Z Downloaded aws-lc-rs v1.16.3
11962026-06-11T23:00:52.794Z Downloaded zopfli v0.8.3
11972026-06-11T23:00:52.796Z Downloaded toml_edit v0.19.15
11982026-06-11T23:00:52.804Z Downloaded zstd v0.13.3
11992026-06-11T23:00:52.807Z Downloaded serde_with v1.14.0
12002026-06-11T23:00:52.810Z Downloaded tracing-core v0.1.36
12012026-06-11T23:00:52.813Z Downloaded ssh-key v0.6.7
12022026-06-11T23:00:52.817Z Downloaded tokio-postgres v0.7.16
12032026-06-11T23:00:52.820Z Downloaded regex v1.12.3
12042026-06-11T23:00:52.823Z Downloaded yansi v1.0.1
12052026-06-11T23:00:52.828Z Downloaded uuid v1.23.0
12062026-06-11T23:00:52.830Z Downloaded reqwest v0.13.2
12072026-06-11T23:00:52.833Z Downloaded zip v0.6.6
12082026-06-11T23:00:52.836Z Downloaded reedline v0.40.0
12092026-06-11T23:00:52.840Z Downloaded git2 v0.20.4
12102026-06-11T23:00:52.845Z Downloaded tower v0.5.3
12112026-06-11T23:00:52.850Z Downloaded rayon v1.11.0
12122026-06-11T23:00:52.855Z Downloaded p384 v0.13.1
12132026-06-11T23:00:52.858Z Downloaded unicode_categories v0.1.1
12142026-06-11T23:00:52.861Z Downloaded bindgen v0.71.1
12152026-06-11T23:00:52.864Z Downloaded lalrpop v0.19.12
12162026-06-11T23:00:52.871Z Downloaded reqwest v0.12.28
12172026-06-11T23:00:52.878Z Downloaded chrono v0.4.44
12182026-06-11T23:00:52.882Z Downloaded portable-atomic v1.13.1
12192026-06-11T23:00:52.887Z Downloaded goblin v0.10.5
12202026-06-11T23:00:52.891Z Downloaded typed-path v0.9.3
12212026-06-11T23:00:52.895Z Downloaded salty v0.3.0
12222026-06-11T23:00:52.900Z Downloaded rustls-webpki v0.101.7
12232026-06-11T23:00:52.908Z Downloaded x509-cert v0.2.5
12242026-06-11T23:00:52.912Z Downloaded unicode-segmentation v1.12.0
12252026-06-11T23:00:52.915Z Downloaded quick-xml v0.37.5
12262026-06-11T23:00:52.918Z Downloaded moka v0.12.13
12272026-06-11T23:00:52.925Z Downloaded zerocopy-derive v0.8.40
12282026-06-11T23:00:52.943Z Downloaded zip v4.6.1
12292026-06-11T23:00:52.946Z Downloaded tough v0.22.0
12302026-06-11T23:00:52.955Z Downloaded bstr v1.12.1
12312026-06-11T23:00:52.960Z Downloaded unicode-normalization v0.1.25
12322026-06-11T23:00:52.964Z Downloaded object v0.30.4
12332026-06-11T23:00:52.968Z Downloaded petname v2.0.2
12342026-06-11T23:00:52.971Z Downloaded rustls-webpki v0.102.8
12352026-06-11T23:00:52.982Z Downloaded tokio-util v0.7.18
12362026-06-11T23:00:52.987Z Downloaded proptest v1.10.0
12372026-06-11T23:00:52.994Z Downloaded radix_trie v0.2.1
12382026-06-11T23:00:52.996Z Downloaded nix v0.27.1
12392026-06-11T23:00:53.001Z Downloaded tower-http v0.6.8
12402026-06-11T23:00:53.006Z Downloaded polar-core v0.27.3
12412026-06-11T23:00:53.011Z Downloaded serde_with v3.17.0
12422026-06-11T23:00:53.021Z Downloaded curve25519-dalek v4.1.3
12432026-06-11T23:00:53.056Z Downloaded openssl v0.10.79
12442026-06-11T23:00:53.061Z Downloaded quinn-proto v0.11.13
12452026-06-11T23:00:53.065Z Downloaded rustls v0.21.12
12462026-06-11T23:00:53.077Z Downloaded winnow v0.5.40
12472026-06-11T23:00:53.085Z Downloaded zlib-rs v0.6.2
12482026-06-11T23:00:53.106Z Downloaded winnow v0.6.26
12492026-06-11T23:00:53.110Z Downloaded object v0.37.3
12502026-06-11T23:00:53.117Z Downloaded nix v0.28.0
12512026-06-11T23:00:53.123Z Downloaded zerocopy v0.8.40
12522026-06-11T23:00:53.129Z Downloaded regex-syntax v0.6.29
12532026-06-11T23:00:53.134Z Downloaded openapiv3 v2.2.0
12542026-06-11T23:00:53.140Z Downloaded smoltcp v0.11.0
12552026-06-11T23:00:53.149Z Downloaded dropshot v0.17.0
12562026-06-11T23:00:53.161Z Downloaded time v0.3.47
12572026-06-11T23:00:53.168Z Downloaded tabled v0.20.0
12582026-06-11T23:00:53.178Z Downloaded vcpkg v0.2.15
12592026-06-11T23:00:53.202Z Downloaded rustix v0.38.44
12602026-06-11T23:00:53.214Z Downloaded smoltcp v0.9.1
12612026-06-11T23:00:53.220Z Downloaded hickory-proto v0.24.4
12622026-06-11T23:00:53.228Z Downloaded webpki-roots v1.0.6
12632026-06-11T23:00:53.234Z Downloaded nix v0.31.2
12642026-06-11T23:00:53.238Z Downloaded diesel v2.3.7
12652026-06-11T23:00:53.250Z Downloaded regress v0.11.1
12662026-06-11T23:00:53.255Z Downloaded regress v0.10.5
12672026-06-11T23:00:53.260Z Downloaded rustls v0.22.4
12682026-06-11T23:00:53.268Z Downloaded rustls v0.23.37
12692026-06-11T23:00:53.275Z Downloaded hickory-proto v0.25.2
12702026-06-11T23:00:53.284Z Downloaded sled v0.34.7
12712026-06-11T23:00:53.290Z Downloaded regex-syntax v0.8.10
12722026-06-11T23:00:53.302Z Downloaded ratatui v0.29.0
12732026-06-11T23:00:53.317Z Downloaded bzip2-sys v0.1.13+1.0.8
12742026-06-11T23:00:53.341Z Downloaded sqlparser v0.61.0
12752026-06-11T23:00:53.347Z Downloaded zerocopy-derive v0.6.6
12762026-06-11T23:00:53.372Z Downloaded typify-impl v0.6.2
12772026-06-11T23:00:53.380Z Downloaded typify-impl v0.4.3
12782026-06-11T23:00:53.389Z Downloaded csv v1.4.0
12792026-06-11T23:00:53.402Z Downloaded chrono-tz v0.10.4
12802026-06-11T23:00:53.413Z Downloaded jiff v0.2.21
12812026-06-11T23:00:53.423Z Downloaded tracing v0.1.44
12822026-06-11T23:00:53.435Z Downloaded regex-automata v0.4.14
12832026-06-11T23:00:53.444Z Downloaded libz-sys v1.1.24
12842026-06-11T23:00:53.458Z Downloaded sha3 v0.10.8
12852026-06-11T23:00:53.464Z Downloaded petgraph v0.6.5
12862026-06-11T23:00:53.475Z Downloaded tokio v1.52.1
12872026-06-11T23:00:53.498Z Downloaded petgraph v0.8.3
12882026-06-11T23:00:53.519Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12892026-06-11T23:00:53.562Z Downloaded encoding_rs v0.8.35
12902026-06-11T23:00:53.582Z Downloaded ring v0.17.14
12912026-06-11T23:00:53.615Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-06-11T23:00:54.149Z Downloaded aws-lc-sys v0.40.0
12932026-06-11T23:00:54.401Z Compiling libc v0.2.185
12942026-06-11T23:00:54.401Z Compiling serde v1.0.228
12952026-06-11T23:00:54.404Z Compiling log v0.4.29
12962026-06-11T23:00:54.404Z Compiling shlex v1.3.0
12972026-06-11T23:00:54.404Z Compiling find-msvc-tools v0.1.9
12982026-06-11T23:00:54.404Z Compiling smallvec v1.15.1
12992026-06-11T23:00:54.404Z Compiling typenum v1.19.0
13002026-06-11T23:00:54.405Z Compiling subtle v2.6.1
13012026-06-11T23:00:54.405Z Compiling generic-array v0.14.7
13022026-06-11T23:00:54.405Z Compiling scopeguard v1.2.0
13032026-06-11T23:00:54.621Z Compiling const-oid v0.9.6
13042026-06-11T23:00:54.634Z Compiling serde_json v1.0.149
13052026-06-11T23:00:54.659Z Compiling syn v2.0.117
13062026-06-11T23:00:54.672Z Compiling zerocopy v0.8.40
13072026-06-11T23:00:54.675Z Compiling portable-atomic v1.13.1
13082026-06-11T23:00:54.685Z Compiling pin-project-lite v0.2.17
13092026-06-11T23:00:54.746Z Compiling lock_api v0.4.14
13102026-06-11T23:00:54.779Z Compiling parking_lot_core v0.9.12
13112026-06-11T23:00:54.784Z Compiling pkg-config v0.3.32
13122026-06-11T23:00:54.794Z Compiling bitflags v2.11.0
13132026-06-11T23:00:54.809Z Compiling futures-core v0.3.32
13142026-06-11T23:00:54.882Z Compiling libm v0.2.16
13152026-06-11T23:00:54.897Z Compiling critical-section v1.2.0
13162026-06-11T23:00:54.900Z Compiling num-traits v0.2.19
13172026-06-11T23:00:54.941Z Compiling percent-encoding v2.3.2
13182026-06-11T23:00:54.985Z Compiling futures-sink v0.3.32
13192026-06-11T23:00:54.985Z Compiling slab v0.4.12
13202026-06-11T23:00:55.055Z Compiling futures-task v0.3.32
13212026-06-11T23:00:55.083Z Compiling futures-io v0.3.32
13222026-06-11T23:00:55.173Z Compiling futures-channel v0.3.32
13232026-06-11T23:00:55.203Z Compiling cpufeatures v0.2.17
13242026-06-11T23:00:55.244Z Compiling getrandom v0.4.1
13252026-06-11T23:00:55.261Z Compiling rand_core v0.10.0
13262026-06-11T23:00:55.296Z Compiling indexmap v2.14.0
13272026-06-11T23:00:55.309Z Compiling rustversion v1.0.22
13282026-06-11T23:00:55.309Z Compiling getrandom v0.3.4
13292026-06-11T23:00:55.339Z Compiling form_urlencoded v1.2.2
13302026-06-11T23:00:55.366Z Compiling fs_extra v1.3.0
13312026-06-11T23:00:55.432Z Compiling dunce v1.0.5
13322026-06-11T23:00:55.440Z Compiling base64ct v1.8.3
13332026-06-11T23:00:55.440Z Compiling ident_case v1.0.1
13342026-06-11T23:00:55.463Z Compiling iana-time-zone v0.1.65
13352026-06-11T23:00:55.561Z Compiling regex-syntax v0.8.10
13362026-06-11T23:00:55.567Z Compiling flagset v0.4.7
13372026-06-11T23:00:55.587Z Compiling getrandom v0.2.17
13382026-06-11T23:00:55.608Z Compiling jobserver v0.1.34
13392026-06-11T23:00:55.654Z Compiling errno v0.3.14
13402026-06-11T23:00:55.688Z Compiling mio v1.2.0
13412026-06-11T23:00:55.692Z Compiling socket2 v0.6.3
13422026-06-11T23:00:55.723Z Compiling rand_core v0.6.4
13432026-06-11T23:00:55.776Z Compiling signal-hook-registry v1.4.8
13442026-06-11T23:00:55.804Z Compiling once_cell v1.21.3
13452026-06-11T23:00:55.839Z Compiling cc v1.2.56
13462026-06-11T23:00:55.857Z Compiling parking_lot v0.12.5
13472026-06-11T23:00:55.998Z Compiling pem-rfc7468 v0.7.0
13482026-06-11T23:00:55.998Z Compiling rustix v1.1.3
13492026-06-11T23:00:56.026Z Compiling aws-lc-rs v1.16.3
13502026-06-11T23:00:56.042Z Compiling vcpkg v0.2.15
13512026-06-11T23:00:56.072Z Compiling tracing-core v0.1.36
13522026-06-11T23:00:56.072Z Compiling uuid v1.23.0
13532026-06-11T23:00:56.169Z Compiling rustc_version v0.4.1
13542026-06-11T23:00:56.192Z Compiling base64 v0.22.1
13552026-06-11T23:00:56.277Z Compiling rand_core v0.9.5
13562026-06-11T23:00:56.340Z Compiling untrusted v0.9.0
13572026-06-11T23:00:56.340Z Compiling openssl-probe v0.2.1
13582026-06-11T23:00:56.369Z Compiling untrusted v0.7.1
13592026-06-11T23:00:56.486Z Compiling tinyvec_macros v0.1.1
13602026-06-11T23:00:56.530Z Compiling httparse v1.10.1
13612026-06-11T23:00:56.556Z Compiling aho-corasick v1.1.4
13622026-06-11T23:00:56.572Z Compiling try-lock v0.2.5
13632026-06-11T23:00:56.588Z Compiling tinyvec v1.10.0
13642026-06-11T23:00:56.602Z Compiling tower-service v0.3.3
13652026-06-11T23:00:56.616Z Compiling atomic-waker v1.1.2
13662026-06-11T23:00:56.619Z Compiling schemars v0.8.22
13672026-06-11T23:00:56.670Z Compiling cmake v0.1.57
13682026-06-11T23:00:56.701Z Compiling dyn-clone v1.0.20
13692026-06-11T23:00:56.704Z Compiling rustls v0.23.37
13702026-06-11T23:00:56.742Z Compiling tower-layer v0.3.3
13712026-06-11T23:00:56.757Z Compiling want v0.3.1
13722026-06-11T23:00:56.825Z Compiling httpdate v1.0.3
13732026-06-11T23:00:56.880Z Compiling pin-utils v0.1.0
13742026-06-11T23:00:56.885Z Compiling openssl v0.10.79
13752026-06-11T23:00:56.902Z Compiling foreign-types-shared v0.1.1
13762026-06-11T23:00:56.918Z Compiling spin v0.9.8
13772026-06-11T23:00:56.921Z Compiling num-conv v0.2.0
13782026-06-11T23:00:56.921Z Compiling time-core v0.1.8
13792026-06-11T23:00:56.960Z Compiling unicode-normalization v0.1.25
13802026-06-11T23:00:56.963Z Compiling native-tls v0.2.18
13812026-06-11T23:00:57.000Z Compiling foreign-types v0.3.2
13822026-06-11T23:00:57.000Z Compiling crc32fast v1.5.0
13832026-06-11T23:00:57.069Z Compiling powerfmt v0.2.0
13842026-06-11T23:00:57.087Z Compiling wait-timeout v0.2.1
13852026-06-11T23:00:57.092Z Compiling sync_wrapper v1.0.2
13862026-06-11T23:00:57.116Z Compiling time-macros v0.2.27
13872026-06-11T23:00:57.135Z Compiling usdt-impl v0.6.0
13882026-06-11T23:00:57.147Z Compiling num_threads v0.1.7
13892026-06-11T23:00:57.163Z Compiling quick-error v1.2.3
13902026-06-11T23:00:57.219Z Compiling simd-adler32 v0.3.8
13912026-06-11T23:00:57.232Z Compiling deranged v0.5.8
13922026-06-11T23:00:57.262Z Compiling unicode-segmentation v1.12.0
13932026-06-11T23:00:57.292Z Compiling crossbeam-utils v0.8.21
13942026-06-11T23:00:57.314Z Compiling syn v1.0.109
13952026-06-11T23:00:57.361Z Compiling bit-vec v0.8.0
13962026-06-11T23:00:57.375Z Compiling siphasher v1.0.2
13972026-06-11T23:00:57.429Z Compiling regex-automata v0.4.14
13982026-06-11T23:00:57.523Z Compiling slog v2.8.2
13992026-06-11T23:00:57.538Z Compiling heapless v0.7.17
14002026-06-11T23:00:57.574Z Compiling aws-lc-sys v0.40.0
14012026-06-11T23:00:57.630Z Compiling ring v0.17.14
14022026-06-11T23:00:57.645Z Compiling openssl-sys v0.9.115
14032026-06-11T23:00:57.660Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-06-11T23:00:57.676Z Compiling tempfile v3.25.0
14052026-06-11T23:00:57.700Z Compiling synstructure v0.13.2
14062026-06-11T23:00:57.739Z Compiling pest_generator v2.8.6
14072026-06-11T23:00:57.748Z Compiling serde_derive_internals v0.29.1
14082026-06-11T23:00:57.812Z Compiling darling_core v0.20.11
14092026-06-11T23:00:57.970Z Compiling rusty-fork v0.3.1
14102026-06-11T23:00:58.106Z Compiling darling_core v0.21.3
14112026-06-11T23:00:58.168Z Compiling bit-set v0.8.0
14122026-06-11T23:00:58.310Z Compiling time v0.3.47
14132026-06-11T23:00:58.329Z Compiling bzip2-sys v0.1.13+1.0.8
14142026-06-11T23:00:58.340Z Compiling rand_xorshift v0.4.0
14152026-06-11T23:00:58.402Z Compiling thread-id v5.1.0
14162026-06-11T23:00:58.417Z Compiling cookie v0.18.1
14172026-06-11T23:00:58.432Z Compiling paste v1.0.15
14182026-06-11T23:00:58.502Z Compiling adler2 v2.0.1
14192026-06-11T23:00:58.516Z Compiling unicode-properties v0.1.4
14202026-06-11T23:00:58.531Z Compiling signal-hook v0.3.18
14212026-06-11T23:00:58.630Z Compiling zstd-safe v7.2.4
14222026-06-11T23:00:58.645Z Compiling iri-string v0.7.10
14232026-06-11T23:00:58.661Z Compiling allocator-api2 v0.2.21
14242026-06-11T23:00:58.722Z Compiling anyhow v1.0.102
14252026-06-11T23:00:58.737Z Compiling ryu v1.0.23
14262026-06-11T23:00:58.740Z Compiling unicode-bidi v0.3.18
14272026-06-11T23:00:58.766Z Compiling unarray v0.1.4
14282026-06-11T23:00:58.890Z Compiling miniz_oxide v0.8.9
14292026-06-11T23:00:59.092Z Compiling stringprep v0.1.5
14302026-06-11T23:00:59.295Z Compiling heck v0.4.1
14312026-06-11T23:00:59.315Z Compiling num-integer v0.1.46
14322026-06-11T23:00:59.467Z Compiling vergen-lib v9.1.0
14332026-06-11T23:00:59.524Z Compiling serde_derive v1.0.228
14342026-06-11T23:00:59.543Z Compiling zeroize_derive v1.4.3
14352026-06-11T23:00:59.578Z Compiling zerofrom-derive v0.1.6
14362026-06-11T23:00:59.585Z Compiling yoke-derive v0.8.1
14372026-06-11T23:00:59.618Z Compiling zerovec-derive v0.11.2
14382026-06-11T23:00:59.660Z Compiling zerocopy-derive v0.8.40
14392026-06-11T23:00:59.687Z Compiling displaydoc v0.2.5
14402026-06-11T23:00:59.966Z Compiling tokio-macros v2.7.0
14412026-06-11T23:01:00.237Z Compiling futures-macro v0.3.32
14422026-06-11T23:01:00.255Z Compiling der_derive v0.7.3
14432026-06-11T23:01:00.279Z Compiling zeroize v1.8.2
14442026-06-11T23:01:00.504Z Compiling rustls-pki-types v1.14.0
14452026-06-11T23:01:00.794Z Compiling thiserror-impl v2.0.18
14462026-06-11T23:01:00.801Z Compiling tracing-attributes v0.1.31
14472026-06-11T23:01:00.812Z Compiling scroll_derive v0.13.1
14482026-06-11T23:01:00.858Z Compiling schemars_derive v0.8.22
14492026-06-11T23:01:00.996Z Compiling pest_derive v2.8.6
14502026-06-11T23:01:01.013Z Compiling crypto-common v0.1.7
14512026-06-11T23:01:01.074Z Compiling zerofrom v0.1.6
14522026-06-11T23:01:01.098Z Compiling block-buffer v0.10.4
14532026-06-11T23:01:01.181Z Compiling futures-util v0.3.32
14542026-06-11T23:01:01.228Z Compiling yoke v0.8.1
14552026-06-11T23:01:01.278Z Compiling digest v0.10.7
14562026-06-11T23:01:01.290Z Compiling block-padding v0.3.3
14572026-06-11T23:01:01.423Z Compiling zerovec v0.11.5
14582026-06-11T23:01:01.455Z Compiling zerotrie v0.2.3
14592026-06-11T23:01:01.469Z Compiling inout v0.1.4
14602026-06-11T23:01:01.543Z Compiling hmac v0.12.1
14612026-06-11T23:01:01.669Z Compiling cipher v0.4.4
14622026-06-11T23:01:01.674Z Compiling sha2 v0.10.9
14632026-06-11T23:01:01.714Z Compiling der v0.7.10
14642026-06-11T23:01:01.785Z Compiling pbkdf2 v0.12.2
14652026-06-11T23:01:01.801Z Compiling scroll v0.13.0
14662026-06-11T23:01:01.941Z Compiling tinystr v0.8.2
14672026-06-11T23:01:01.963Z Compiling potential_utf v0.1.4
14682026-06-11T23:01:01.979Z Compiling salsa20 v0.10.2
14692026-06-11T23:01:02.122Z Compiling icu_collections v2.1.1
14702026-06-11T23:01:02.169Z Compiling icu_locale_core v2.1.1
14712026-06-11T23:01:02.206Z Compiling scrypt v0.11.0
14722026-06-11T23:01:02.216Z Compiling aes v0.8.4
14732026-06-11T23:01:02.216Z Compiling tracing v0.1.44
14742026-06-11T23:01:02.223Z Compiling thiserror v2.0.18
14752026-06-11T23:01:02.235Z Compiling cbc v0.1.2
14762026-06-11T23:01:02.364Z Compiling darling_macro v0.20.11
14772026-06-11T23:01:02.409Z Compiling openssl-macros v0.1.1
14782026-06-11T23:01:02.496Z Compiling goblin v0.10.5
14792026-06-11T23:01:02.503Z Compiling rustls-native-certs v0.8.3
14802026-06-11T23:01:02.769Z Compiling spki v0.7.3
14812026-06-11T23:01:02.839Z Compiling icu_provider v2.1.1
14822026-06-11T23:01:02.856Z Compiling pkcs5 v0.7.1
14832026-06-11T23:01:02.893Z Compiling darling v0.20.11
14842026-06-11T23:01:02.972Z Compiling derive_builder_core v0.20.2
14852026-06-11T23:01:03.039Z Compiling dtrace-parser v0.3.0
14862026-06-11T23:01:03.039Z Compiling signature v2.2.0
14872026-06-11T23:01:03.107Z Compiling bytes v1.11.1
14882026-06-11T23:01:03.135Z Compiling icu_normalizer v2.1.1
14892026-06-11T23:01:03.148Z Compiling icu_properties v2.1.2
14902026-06-11T23:01:03.171Z Compiling chrono v0.4.44
14912026-06-11T23:01:03.207Z Compiling pkcs8 v0.10.2
14922026-06-11T23:01:03.271Z Compiling ipnet v2.11.0
14932026-06-11T23:01:03.356Z Compiling webpki-roots v1.0.6
14942026-06-11T23:01:03.473Z Compiling scroll_derive v0.12.1
14952026-06-11T23:01:03.545Z Compiling tokio v1.52.1
14962026-06-11T23:01:03.587Z Compiling http v1.4.0
14972026-06-11T23:01:03.688Z Compiling thiserror-impl v1.0.69
14982026-06-11T23:01:03.700Z Compiling toml_datetime v0.6.11
14992026-06-11T23:01:03.765Z Compiling erased-serde v0.3.31
15002026-06-11T23:01:03.803Z Compiling serde_spanned v0.6.9
15012026-06-11T23:01:03.858Z Compiling derive_builder_macro v0.20.2
15022026-06-11T23:01:03.969Z Compiling serde_urlencoded v0.7.1
15032026-06-11T23:01:03.987Z Compiling serde_tokenstream v0.2.3
15042026-06-11T23:01:04.088Z Compiling idna_adapter v1.2.1
15052026-06-11T23:01:04.193Z Compiling ppv-lite86 v0.2.21
15062026-06-11T23:01:04.239Z Compiling idna v1.1.0
15072026-06-11T23:01:04.253Z Compiling http-body v1.0.1
15082026-06-11T23:01:04.265Z Compiling scroll v0.12.0
15092026-06-11T23:01:04.296Z Compiling md-5 v0.10.6
15102026-06-11T23:01:04.312Z Compiling darling_macro v0.21.3
15112026-06-11T23:01:04.340Z Compiling bstr v1.12.1
15122026-06-11T23:01:04.391Z Compiling pin-project-internal v1.1.11
15132026-06-11T23:01:04.441Z Compiling http-body-util v0.1.3
15142026-06-11T23:01:04.468Z Compiling async-trait v0.1.89
15152026-06-11T23:01:04.509Z Compiling rand_chacha v0.9.0
15162026-06-11T23:01:04.540Z Compiling url v2.5.8
15172026-06-11T23:01:04.552Z Compiling rand_chacha v0.3.1
15182026-06-11T23:01:04.588Z Compiling zerocopy-derive v0.7.35
15192026-06-11T23:01:04.698Z Compiling curve25519-dalek v4.1.3
15202026-06-11T23:01:04.837Z Compiling rand v0.9.2
15212026-06-11T23:01:04.904Z Compiling ff v0.13.1
15222026-06-11T23:01:05.008Z Compiling thiserror v1.0.69
15232026-06-11T23:01:05.056Z Compiling hash32 v0.2.1
15242026-06-11T23:01:05.111Z Compiling memoffset v0.9.1
15252026-06-11T23:01:05.177Z Compiling encoding_rs v0.8.35
15262026-06-11T23:01:05.324Z Compiling dof v0.4.0
15272026-06-11T23:01:05.338Z Compiling num-bigint-dig v0.8.6
15282026-06-11T23:01:05.442Z Compiling litrs v1.0.0
15292026-06-11T23:01:05.520Z Compiling zlib-rs v0.6.2
15302026-06-11T23:01:05.577Z Compiling proptest v1.10.0
15312026-06-11T23:01:05.600Z Compiling base16ct v0.2.0
15322026-06-11T23:01:05.600Z Compiling smoltcp v0.9.1
15332026-06-11T23:01:05.623Z Compiling fallible-iterator v0.2.0
15342026-06-11T23:01:05.663Z Compiling rustix v0.38.44
15352026-06-11T23:01:05.758Z Compiling cfg_aliases v0.2.1
15362026-06-11T23:01:05.770Z Compiling psl-types v2.0.11
15372026-06-11T23:01:05.794Z Compiling mime v0.3.17
15382026-06-11T23:01:05.828Z Compiling ref-cast v1.0.25
15392026-06-11T23:01:05.894Z Compiling postgres-protocol v0.6.10
15402026-06-11T23:01:05.930Z Compiling ipnetwork v0.21.1
15412026-06-11T23:01:05.975Z Compiling publicsuffix v2.3.0
15422026-06-11T23:01:05.982Z Compiling document-features v0.2.12
15432026-06-11T23:01:06.085Z Compiling nix v0.31.2
15442026-06-11T23:01:06.208Z Compiling oxnet v0.1.5
15452026-06-11T23:01:06.244Z Compiling sec1 v0.7.3
15462026-06-11T23:01:06.365Z Compiling zerocopy v0.7.35
15472026-06-11T23:01:06.381Z Compiling pin-project v1.1.11
15482026-06-11T23:01:06.495Z Compiling group v0.13.0
15492026-06-11T23:01:06.552Z Compiling darling v0.21.3
15502026-06-11T23:01:06.569Z Compiling rand v0.8.6
15512026-06-11T23:01:06.589Z Compiling goblin v0.8.2
15522026-06-11T23:01:06.611Z Compiling derive_builder v0.20.2
15532026-06-11T23:01:06.644Z Compiling futures-executor v0.3.32
15542026-06-11T23:01:06.672Z Compiling hex v0.4.3
15552026-06-11T23:01:06.704Z Compiling hubpack_derive v0.1.1
15562026-06-11T23:01:06.745Z Compiling hkdf v0.12.4
15572026-06-11T23:01:06.790Z Compiling crypto-bigint v0.5.5
15582026-06-11T23:01:06.791Z Compiling regex v1.12.3
15592026-06-11T23:01:06.881Z Compiling num-iter v0.1.45
15602026-06-11T23:01:06.942Z Compiling snafu-derive v0.8.9
15612026-06-11T23:01:06.955Z Compiling daft-derive v0.1.7
15622026-06-11T23:01:06.955Z Compiling ref-cast-impl v1.0.25
15632026-06-11T23:01:06.984Z Compiling strum_macros v0.27.2
15642026-06-11T23:01:07.041Z Compiling curve25519-dalek-derive v0.1.1
15652026-06-11T23:01:07.422Z Compiling terminal_size v0.4.3
15662026-06-11T23:01:07.450Z Compiling phf_shared v0.13.1
15672026-06-11T23:01:07.487Z Compiling tokio-util v0.7.18
15682026-06-11T23:01:07.525Z Compiling tower v0.5.3
15692026-06-11T23:01:07.545Z Compiling tokio-native-tls v0.3.1
15702026-06-11T23:01:07.570Z Compiling lazy_static v1.5.0
15712026-06-11T23:01:07.713Z Compiling anstyle-parse v0.2.7
15722026-06-11T23:01:07.734Z Compiling vergen v9.1.0
15732026-06-11T23:01:07.734Z Compiling cargo-platform v0.3.2
15742026-06-11T23:01:07.747Z Compiling fs-err v3.3.0
15752026-06-11T23:01:07.747Z Compiling ahash v0.8.12
15762026-06-11T23:01:07.747Z Compiling foldhash v0.1.5
15772026-06-11T23:01:07.907Z Compiling newtype-uuid v1.3.2
15782026-06-11T23:01:07.941Z Compiling bumpalo v3.20.2
15792026-06-11T23:01:07.996Z Compiling tower-http v0.6.8
15802026-06-11T23:01:07.996Z Compiling libbz2-rs-sys v0.2.2
15812026-06-11T23:01:08.058Z Compiling same-file v1.0.6
15822026-06-11T23:01:08.058Z Compiling object v0.37.3
15832026-06-11T23:01:08.064Z Compiling bitflags v1.3.2
15842026-06-11T23:01:08.131Z Compiling foldhash v0.2.0
15852026-06-11T23:01:08.168Z Compiling winnow v0.5.40
15862026-06-11T23:01:08.212Z Compiling managed v0.8.0
15872026-06-11T23:01:08.248Z Compiling h2 v0.4.13
15882026-06-11T23:01:08.363Z Compiling flate2 v1.1.9
15892026-06-11T23:01:08.368Z Compiling bzip2 v0.6.1
15902026-06-11T23:01:08.417Z Compiling hashbrown v0.16.1
15912026-06-11T23:01:08.582Z Compiling zopfli v0.8.3
15922026-06-11T23:01:08.620Z Compiling walkdir v2.5.0
15932026-06-11T23:01:08.742Z Compiling daft v0.1.7
15942026-06-11T23:01:08.861Z Compiling cargo_metadata v0.23.1
15952026-06-11T23:01:08.946Z Compiling dof v0.3.0
15962026-06-11T23:01:08.946Z Compiling hashbrown v0.15.5
15972026-06-11T23:01:08.990Z Compiling anstream v0.6.21
15982026-06-11T23:01:08.990Z Compiling snafu v0.8.9
15992026-06-11T23:01:09.004Z Compiling clap_builder v4.6.0
16002026-06-11T23:01:09.037Z Compiling strum v0.27.2
16012026-06-11T23:01:09.149Z Compiling elliptic-curve v0.13.8
16022026-06-11T23:01:09.282Z Compiling phf v0.13.1
16032026-06-11T23:01:09.339Z Compiling signal-hook-mio v0.2.5
16042026-06-11T23:01:09.511Z Compiling toml_edit v0.19.15
16052026-06-11T23:01:09.511Z Compiling cookie_store v0.22.1
16062026-06-11T23:01:09.511Z Compiling hubpack v0.1.2
16072026-06-11T23:01:09.529Z Compiling bzip2 v0.4.4
16082026-06-11T23:01:09.560Z Compiling usdt-attr-macro v0.6.0
16092026-06-11T23:01:09.614Z Compiling usdt-macro v0.6.0
16102026-06-11T23:01:09.696Z Compiling futures v0.3.32
16112026-06-11T23:01:09.731Z Compiling serde_with_macros v3.17.0
16122026-06-11T23:01:09.785Z Compiling zstd v0.13.3
16132026-06-11T23:01:09.824Z Compiling postgres-types v0.2.12
16142026-06-11T23:01:10.149Z Compiling dtrace-parser v0.2.0
16152026-06-11T23:01:10.181Z Compiling globset v0.4.18
16162026-06-11T23:01:10.181Z Compiling pkcs1 v0.7.5
16172026-06-11T23:01:10.294Z Compiling ed25519 v2.2.3
16182026-06-11T23:01:10.438Z Compiling olpc-cjson v0.1.4
16192026-06-11T23:01:10.501Z Compiling serde-big-array v0.5.1
16202026-06-11T23:01:10.512Z Compiling serde_plain v1.0.2
16212026-06-11T23:01:10.597Z Compiling rfc6979 v0.4.0
16222026-06-11T23:01:10.616Z Compiling clap_derive v4.6.1
16232026-06-11T23:01:10.679Z Compiling strum_macros v0.26.4
16242026-06-11T23:01:10.737Z Compiling async-recursion v1.1.1
16252026-06-11T23:01:10.751Z Compiling serde_repr v0.1.20
16262026-06-11T23:01:10.893Z Compiling enum-as-inner v0.6.1
16272026-06-11T23:01:10.949Z Compiling phf_shared v0.11.3
16282026-06-11T23:01:10.970Z Compiling float-cmp v0.10.0
16292026-06-11T23:01:10.989Z Compiling pem v3.0.6
16302026-06-11T23:01:11.131Z Compiling thread-id v4.2.2
16312026-06-11T23:01:11.148Z Compiling memmap2 v0.9.10
16322026-06-11T23:01:11.213Z Compiling env_filter v1.0.0
16332026-06-11T23:01:11.231Z Compiling normalize-line-endings v0.3.0
16342026-06-11T23:01:11.312Z Compiling hyper v1.8.1
16352026-06-11T23:01:11.344Z Compiling predicates-core v1.0.10
16362026-06-11T23:01:11.368Z Compiling data-encoding v2.10.0
16372026-06-11T23:01:11.402Z Compiling fixedbitset v0.4.2
16382026-06-11T23:01:11.406Z Compiling fixedbitset v0.5.7
16392026-06-11T23:01:11.426Z Compiling either v1.15.0
16402026-06-11T23:01:11.549Z Compiling whoami v2.1.0
16412026-06-11T23:01:11.562Z Compiling jiff v0.2.21
16422026-06-11T23:01:11.656Z Compiling new_debug_unreachable v1.0.6
16432026-06-11T23:01:11.660Z Compiling static_assertions v1.1.0
16442026-06-11T23:01:11.736Z Compiling difflib v0.4.0
16452026-06-11T23:01:11.741Z Compiling typed-path v0.9.3
16462026-06-11T23:01:11.830Z Compiling precomputed-hash v0.1.1
16472026-06-11T23:01:11.871Z Compiling keccak v0.1.6
16482026-06-11T23:01:11.971Z Compiling predicates v3.1.4
16492026-06-11T23:01:12.085Z Compiling sha3 v0.10.8
16502026-06-11T23:01:12.105Z Compiling string_cache v0.8.9
16512026-06-11T23:01:12.130Z Compiling tokio-postgres v0.7.16
16522026-06-11T23:01:12.204Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16532026-06-11T23:01:12.321Z Compiling hickory-proto v0.25.2
16542026-06-11T23:01:12.339Z Compiling petgraph v0.8.3
16552026-06-11T23:01:12.359Z Compiling itertools v0.13.0
16562026-06-11T23:01:12.499Z Compiling hyper-util v0.1.20
16572026-06-11T23:01:12.514Z Compiling strum v0.26.3
16582026-06-11T23:01:12.570Z Compiling clap v4.6.1
16592026-06-11T23:01:12.632Z Compiling petgraph v0.6.5
16602026-06-11T23:01:12.658Z Compiling toml_edit v0.22.27
16612026-06-11T23:01:12.669Z Compiling env_logger v0.11.9
16622026-06-11T23:01:12.719Z Compiling usdt v0.6.0
16632026-06-11T23:01:12.968Z Compiling usdt-impl v0.5.0
16642026-06-11T23:01:13.003Z Compiling serde_with v3.17.0
16652026-06-11T23:01:13.015Z Compiling toml v0.7.8
16662026-06-11T23:01:13.047Z Compiling crossterm v0.28.1
16672026-06-11T23:01:13.596Z Compiling ecdsa v0.16.9
16682026-06-11T23:01:13.627Z Compiling ed25519-dalek v2.2.0
16692026-06-11T23:01:13.640Z Compiling rsa v0.9.10
16702026-06-11T23:01:13.983Z Compiling hyper-tls v0.6.0
16712026-06-11T23:01:14.144Z Compiling zip v4.6.1
16722026-06-11T23:01:14.357Z Compiling zip v0.6.6
16732026-06-11T23:01:14.396Z Compiling iddqd v0.4.2
16742026-06-11T23:01:14.687Z Compiling tokio-stream v0.1.18
16752026-06-11T23:01:14.715Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-06-11T23:01:14.822Z Compiling buf-list v1.1.2
16772026-06-11T23:01:14.905Z Compiling similar v2.7.0
16782026-06-11T23:01:14.952Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-06-11T23:01:15.060Z Compiling openapiv3 v2.2.0
16802026-06-11T23:01:15.139Z Compiling x509-cert v0.2.5
16812026-06-11T23:01:15.167Z Compiling sha1 v0.10.6
16822026-06-11T23:01:15.217Z Compiling crossbeam-epoch v0.9.18
16832026-06-11T23:01:15.310Z Compiling peg-runtime v0.8.5
16842026-06-11T23:01:15.431Z Compiling lalrpop-util v0.19.12
16852026-06-11T23:01:15.440Z Compiling thread_local v1.1.9
16862026-06-11T23:01:15.449Z Compiling slog-async v2.8.0
16872026-06-11T23:01:15.558Z Compiling crossbeam-channel v0.5.15
16882026-06-11T23:01:15.624Z Compiling filetime v0.2.27
16892026-06-11T23:01:15.642Z Compiling is-terminal v0.4.17
16902026-06-11T23:01:15.680Z Compiling term v1.2.1
16912026-06-11T23:01:15.716Z Compiling xattr v1.6.1
16922026-06-11T23:01:15.778Z Compiling take_mut v0.2.2
16932026-06-11T23:01:15.842Z Compiling tar v0.4.45
16942026-06-11T23:01:16.054Z Compiling slog-term v2.9.2
16952026-06-11T23:01:36.748Z Compiling rustls-webpki v0.103.9
16962026-06-11T23:01:36.775Z Compiling tokio-rustls v0.26.4
16972026-06-11T23:01:36.775Z Compiling rustls-platform-verifier v0.6.2
16982026-06-11T23:01:36.776Z Compiling hyper-rustls v0.27.7
16992026-06-11T23:01:36.828Z Compiling reqwest v0.12.28
17002026-06-11T23:01:36.828Z Compiling reqwest v0.13.2
17012026-06-11T23:01:38.039Z Compiling tough v0.22.0
17022026-06-11T23:01:40.542Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17032026-06-11T23:01:40.781Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17042026-06-11T23:01:43.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.65s
17052026-06-11T23:01:43.831Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17062026-06-11T23:01:43.889ZJun 11 23:01:41.992 INFO Starting download, target: Console
17072026-06-11T23:01:43.889ZJun 11 23:01:41.993 INFO Starting download, target: Clickhouse
17082026-06-11T23:01:43.892ZJun 11 23:01:41.993 INFO Starting download, target: Cockroach
17092026-06-11T23:01:43.892ZJun 11 23:01:41.993 INFO Starting download, target: DendriteStub
17102026-06-11T23:01:43.892ZJun 11 23:01:41.993 INFO Starting download, target: MaghemiteMgd
17112026-06-11T23:01:43.892ZJun 11 23:01:41.993 INFO Starting download, target: MaghemiteDdmd
17122026-06-11T23:01:43.892ZJun 11 23:01:41.993 INFO Starting download, target: TransceiverControl
17132026-06-11T23:01:43.892ZJun 11 23:01:41.993 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17142026-06-11T23:01:43.892ZJun 11 23:01:41.993 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17152026-06-11T23:01:43.892ZJun 11 23:01:41.993 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17162026-06-11T23:01:43.892ZJun 11 23:01:41.993 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17172026-06-11T23:01:43.892ZJun 11 23:01:41.993 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17182026-06-11T23:01:43.892ZJun 11 23:01:41.993 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17192026-06-11T23:01:43.892ZJun 11 23:01:41.993 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17202026-06-11T23:01:44.886ZJun 11 23:01:42.988 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17212026-06-11T23:01:45.128ZJun 11 23:01:43.232 INFO Download complete, target: Console
17222026-06-11T23:01:45.982ZJun 11 23:01:44.083 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17232026-06-11T23:01:52.755ZJun 11 23:01:50.857 INFO Checking that binary works, target: Clickhouse
17242026-06-11T23:01:52.843ZJun 11 23:01:50.947 INFO Download complete, target: Clickhouse
17252026-06-11T23:02:03.721ZJun 11 23:02:01.774 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17262026-06-11T23:02:03.888ZJun 11 23:02:01.979 INFO Download complete, target: TransceiverControl
17272026-06-11T23:02:07.935ZJun 11 23:02:05.996 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-06-11T23:02:08.539ZJun 11 23:02:06.577 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17292026-06-11T23:02:09.098ZJun 11 23:02:07.191 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-06-11T23:02:09.513ZJun 11 23:02:07.569 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17312026-06-11T23:02:09.513ZJun 11 23:02:07.569 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17322026-06-11T23:02:10.514ZJun 11 23:02:08.605 INFO Download complete, target: DendriteStub
17332026-06-11T23:02:10.558ZJun 11 23:02:08.659 INFO Download complete, target: MaghemiteDdmd
17342026-06-11T23:02:11.550ZJun 11 23:02:09.653 INFO Download complete, target: MaghemiteMgd
17352026-06-11T23:02:14.177ZJun 11 23:02:12.279 INFO Checking that binary works, target: Cockroach
17362026-06-11T23:02:14.296ZJun 11 23:02:12.399 INFO Download complete, target: Cockroach
17372026-06-11T23:02:14.302ZAll prerequisites installed successfully
17382026-06-11T23:02:14.305Z
17392026-06-11T23:02:14.305Zreal 2:27.206408183
17402026-06-11T23:02:14.305Zuser 7:01.665530361
17412026-06-11T23:02:14.305Zsys 1:42.212145228
17422026-06-11T23:02:14.305Ztrap 0.276151514
17432026-06-11T23:02:14.305Ztflt 1.252295327
17442026-06-11T23:02:14.305Zdflt 1.770109193
17452026-06-11T23:02:14.305Zkflt 0.027766267
17462026-06-11T23:02:14.305Zlock 31:23.477861082
17472026-06-11T23:02:14.305Zslp 19:55.820396281
17482026-06-11T23:02:14.305Zlat 25.684397760
17492026-06-11T23:02:14.305Zstop 2:54.193503954
17502026-06-11T23:02:14.305Z+ ptime -m cargo xtask download softnpu
17512026-06-11T23:02:14.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17522026-06-11T23:02:14.853Z Running `target/debug/xtask download softnpu`
17532026-06-11T23:02:15.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17542026-06-11T23:02:15.715Z Running `target/debug/xtask-downloader softnpu`
17552026-06-11T23:02:15.738ZJun 11 23:02:13.841 INFO Starting download, target: Softnpu
17562026-06-11T23:02:15.741ZJun 11 23:02:13.842 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17572026-06-11T23:02:16.308ZJun 11 23:02:14.411 INFO Download complete, target: Softnpu
17582026-06-11T23:02:16.311Z
17592026-06-11T23:02:16.311Zreal 2.003074828
17602026-06-11T23:02:16.311Zuser 1.350145812
17612026-06-11T23:02:16.311Zsys 0.667014418
17622026-06-11T23:02:16.311Ztrap 0.000714550
17632026-06-11T23:02:16.311Ztflt 0.000206480
17642026-06-11T23:02:16.314Zdflt 0.000452740
17652026-06-11T23:02:16.314Zkflt 0.000000000
17662026-06-11T23:02:16.314Zlock 10.200637003
17672026-06-11T23:02:16.314Zslp 0.411607386
17682026-06-11T23:02:16.314Zlat 0.086802661
17692026-06-11T23:02:16.314Zstop 0.000162850
17702026-06-11T23:02:16.314Z+ export CARGO_INCREMENTAL=0
17712026-06-11T23:02:16.315Z+ CARGO_INCREMENTAL=0
17722026-06-11T23:02:16.315Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17732026-06-11T23:02:17.215Z Compiling proc-macro2 v1.0.106
17742026-06-11T23:02:17.215Z Compiling quote v1.0.45
17752026-06-11T23:02:17.215Z Compiling unicode-ident v1.0.24
17762026-06-11T23:02:17.215Z Compiling libc v0.2.185
17772026-06-11T23:02:17.215Z Compiling serde_core v1.0.228
17782026-06-11T23:02:17.218Z Compiling serde v1.0.228
17792026-06-11T23:02:17.218Z Compiling cfg-if v1.0.4
17802026-06-11T23:02:17.218Z Compiling version_check v0.9.5
17812026-06-11T23:02:17.218Z Compiling shlex v1.3.0
17822026-06-11T23:02:17.218Z Compiling find-msvc-tools v0.1.9
17832026-06-11T23:02:17.218Z Compiling typenum v1.19.0
17842026-06-11T23:02:17.361Z Compiling zmij v1.0.21
17852026-06-11T23:02:17.364Z Compiling autocfg v1.5.0
17862026-06-11T23:02:17.364Z Compiling memchr v2.8.0
17872026-06-11T23:02:17.364Z Compiling serde_json v1.0.149
17882026-06-11T23:02:17.581Z Compiling portable-atomic v1.13.1
17892026-06-11T23:02:17.629Z Compiling libm v0.2.16
17902026-06-11T23:02:17.679Z Compiling zerocopy v0.8.40
17912026-06-11T23:02:17.699Z Compiling parking_lot_core v0.9.12
17922026-06-11T23:02:17.822Z Compiling generic-array v0.14.7
17932026-06-11T23:02:17.854Z Compiling smallvec v1.15.1
17942026-06-11T23:02:17.871Z Compiling icu_normalizer_data v2.1.1
17952026-06-11T23:02:17.887Z Compiling icu_properties_data v2.1.2
17962026-06-11T23:02:17.941Z Compiling num-traits v0.2.19
17972026-06-11T23:02:17.957Z Compiling itoa v1.0.17
17982026-06-11T23:02:17.974Z Compiling getrandom v0.4.1
17992026-06-11T23:02:18.060Z Compiling log v0.4.29
18002026-06-11T23:02:18.094Z Compiling stable_deref_trait v1.2.1
18012026-06-11T23:02:18.112Z Compiling pkg-config v0.3.32
18022026-06-11T23:02:18.143Z Compiling subtle v2.6.1
18032026-06-11T23:02:18.293Z Compiling scopeguard v1.2.0
18042026-06-11T23:02:18.356Z Compiling percent-encoding v2.3.2
18052026-06-11T23:02:18.388Z Compiling lock_api v0.4.14
18062026-06-11T23:02:18.432Z Compiling jobserver v0.1.34
18072026-06-11T23:02:18.490Z Compiling getrandom v0.2.17
18082026-06-11T23:02:18.523Z Compiling errno v0.3.14
18092026-06-11T23:02:18.609Z Compiling syn v2.0.117
18102026-06-11T23:02:18.642Z Compiling cc v1.2.56
18112026-06-11T23:02:18.659Z Compiling rand_core v0.6.4
18122026-06-11T23:02:18.708Z Compiling writeable v0.6.2
18132026-06-11T23:02:18.722Z Compiling fnv v1.0.7
18142026-06-11T23:02:18.726Z Compiling litemap v0.8.1
18152026-06-11T23:02:18.771Z Compiling pin-project-lite v0.2.17
18162026-06-11T23:02:18.787Z Compiling thiserror v2.0.18
18172026-06-11T23:02:18.889Z Compiling getrandom v0.3.4
18182026-06-11T23:02:18.939Z Compiling rand_core v0.10.0
18192026-06-11T23:02:18.956Z Compiling equivalent v1.0.2
18202026-06-11T23:02:19.047Z Compiling schemars v0.8.22
18212026-06-11T23:02:19.091Z Compiling rustversion v1.0.22
18222026-06-11T23:02:19.094Z Compiling dunce v1.0.5
18232026-06-11T23:02:19.122Z Compiling fs_extra v1.3.0
18242026-06-11T23:02:19.168Z Compiling critical-section v1.2.0
18252026-06-11T23:02:19.249Z Compiling utf8_iter v1.0.4
18262026-06-11T23:02:19.267Z Compiling rustix v1.1.3
18272026-06-11T23:02:19.305Z Compiling form_urlencoded v1.2.2
18282026-06-11T23:02:19.397Z Compiling hashbrown v0.17.0
18292026-06-11T23:02:19.433Z Compiling cmake v0.1.57
18302026-06-11T23:02:19.466Z Compiling signal-hook-registry v1.4.8
18312026-06-11T23:02:19.495Z Compiling const-oid v0.9.6
18322026-06-11T23:02:19.616Z Compiling semver v1.0.28
18332026-06-11T23:02:19.632Z Compiling once_cell v1.21.3
18342026-06-11T23:02:19.838Z Compiling bitflags v2.11.0
18352026-06-11T23:02:19.930Z Compiling parking_lot v0.12.5
18362026-06-11T23:02:19.966Z Compiling indexmap v2.14.0
18372026-06-11T23:02:19.969Z Compiling socket2 v0.6.3
18382026-06-11T23:02:19.998Z Compiling mio v1.2.0
18392026-06-11T23:02:20.060Z Compiling ring v0.17.14
18402026-06-11T23:02:20.063Z Compiling aws-lc-sys v0.40.0
18412026-06-11T23:02:20.096Z Compiling aws-lc-rs v1.16.3
18422026-06-11T23:02:20.227Z Compiling futures-core v0.3.32
18432026-06-11T23:02:20.306Z Compiling thiserror v1.0.69
18442026-06-11T23:02:20.371Z Compiling httparse v1.10.1
18452026-06-11T23:02:20.411Z Compiling strsim v0.11.1
18462026-06-11T23:02:20.572Z Compiling byteorder v1.5.0
18472026-06-11T23:02:20.611Z Compiling ucd-trie v0.1.7
18482026-06-11T23:02:20.654Z Compiling vcpkg v0.2.15
18492026-06-11T23:02:20.697Z Compiling iana-time-zone v0.1.65
18502026-06-11T23:02:20.749Z Compiling heck v0.5.0
18512026-06-11T23:02:20.752Z Compiling ident_case v1.0.1
18522026-06-11T23:02:20.752Z Compiling regex-syntax v0.8.10
18532026-06-11T23:02:20.797Z Compiling pest v2.8.6
18542026-06-11T23:02:20.812Z Compiling syn v1.0.109
18552026-06-11T23:02:20.828Z Compiling uuid v1.23.0
18562026-06-11T23:02:20.883Z Compiling cpufeatures v0.2.17
18572026-06-11T23:02:21.091Z Compiling rustls v0.23.37
18582026-06-11T23:02:21.111Z Compiling rustc_version v0.4.1
18592026-06-11T23:02:21.200Z Compiling futures-sink v0.3.32
18602026-06-11T23:02:21.244Z Compiling openssl-sys v0.9.115
18612026-06-11T23:02:21.300Z Compiling futures-channel v0.3.32
18622026-06-11T23:02:21.415Z Compiling aho-corasick v1.1.4
18632026-06-11T23:02:21.418Z Compiling dyn-clone v1.0.20
18642026-06-11T23:02:21.481Z Compiling slab v0.4.12
18652026-06-11T23:02:21.524Z Compiling synstructure v0.13.2
18662026-06-11T23:02:21.555Z Compiling serde_derive_internals v0.29.1
18672026-06-11T23:02:21.585Z Compiling futures-io v0.3.32
18682026-06-11T23:02:21.626Z Compiling futures-task v0.3.32
18692026-06-11T23:02:21.857Z Compiling crc32fast v1.5.0
18702026-06-11T23:02:21.906Z Compiling pest_meta v2.8.6
18712026-06-11T23:02:21.923Z Compiling plain v0.2.3
18722026-06-11T23:02:21.959Z Compiling openssl v0.10.79
18732026-06-11T23:02:22.022Z Compiling num-conv v0.2.0
18742026-06-11T23:02:22.072Z Compiling crossbeam-utils v0.8.21
18752026-06-11T23:02:22.123Z Compiling time-core v0.1.8
18762026-06-11T23:02:22.139Z Compiling base64 v0.22.1
18772026-06-11T23:02:22.259Z Compiling pretty-hex v0.4.1
18782026-06-11T23:02:22.285Z Compiling regex-automata v0.4.14
18792026-06-11T23:02:22.302Z Compiling time-macros v0.2.27
18802026-06-11T23:02:22.368Z Compiling native-tls v0.2.18
18812026-06-11T23:02:22.372Z Compiling base64ct v1.8.3
18822026-06-11T23:02:22.415Z Compiling anyhow v1.0.102
18832026-06-11T23:02:22.430Z Compiling darling_core v0.21.3
18842026-06-11T23:02:22.550Z Compiling pest_generator v2.8.6
18852026-06-11T23:02:22.620Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18862026-06-11T23:02:22.675Z Compiling pem-rfc7468 v0.7.0
18872026-06-11T23:02:22.731Z Compiling flagset v0.4.7
18882026-06-11T23:02:22.750Z Compiling rand_core v0.9.5
18892026-06-11T23:02:22.772Z Compiling serde_derive v1.0.228
18902026-06-11T23:02:22.872Z Compiling zeroize_derive v1.4.3
18912026-06-11T23:02:22.890Z Compiling zerofrom-derive v0.1.6
18922026-06-11T23:02:22.919Z Compiling yoke-derive v0.8.1
18932026-06-11T23:02:22.946Z Compiling zerovec-derive v0.11.2
18942026-06-11T23:02:22.964Z Compiling displaydoc v0.2.5
18952026-06-11T23:02:22.979Z Compiling zerocopy-derive v0.8.40
18962026-06-11T23:02:23.004Z Compiling tokio-macros v2.7.0
18972026-06-11T23:02:23.189Z Compiling futures-macro v0.3.32
18982026-06-11T23:02:23.208Z Compiling thiserror-impl v2.0.18
18992026-06-11T23:02:23.260Z Compiling schemars_derive v0.8.22
19002026-06-11T23:02:23.491Z Compiling zeroize v1.8.2
19012026-06-11T23:02:23.757Z Compiling tracing-attributes v0.1.31
19022026-06-11T23:02:23.876Z Compiling der_derive v0.7.3
19032026-06-11T23:02:23.968Z Compiling thiserror-impl v1.0.69
19042026-06-11T23:02:24.023Z Compiling zerofrom v0.1.6
19052026-06-11T23:02:24.171Z Compiling yoke v0.8.1
19062026-06-11T23:02:24.288Z Compiling crypto-common v0.1.7
19072026-06-11T23:02:24.387Z Compiling zerovec v0.11.5
19082026-06-11T23:02:24.404Z Compiling zerotrie v0.2.3
19092026-06-11T23:02:24.467Z Compiling block-buffer v0.10.4
19102026-06-11T23:02:24.608Z Compiling digest v0.10.7
19112026-06-11T23:02:24.686Z Compiling pest_derive v2.8.6
19122026-06-11T23:02:24.850Z Compiling hmac v0.12.1
19132026-06-11T23:02:24.867Z Compiling futures-util v0.3.32
19142026-06-11T23:02:24.949Z Compiling tinystr v0.8.2
19152026-06-11T23:02:24.965Z Compiling potential_utf v0.1.4
19162026-06-11T23:02:24.997Z Compiling block-padding v0.3.3
19172026-06-11T23:02:25.012Z Compiling sha2 v0.10.9
19182026-06-11T23:02:25.111Z Compiling icu_collections v2.1.1
19192026-06-11T23:02:25.149Z Compiling icu_locale_core v2.1.1
19202026-06-11T23:02:25.181Z Compiling inout v0.1.4
19212026-06-11T23:02:25.195Z Compiling rustls-pki-types v1.14.0
19222026-06-11T23:02:25.230Z Compiling scroll_derive v0.13.1
19232026-06-11T23:02:25.386Z Compiling cipher v0.4.4
19242026-06-11T23:02:25.402Z Compiling openssl-macros v0.1.1
19252026-06-11T23:02:25.820Z Compiling scroll_derive v0.12.1
19262026-06-11T23:02:25.878Z Compiling icu_provider v2.1.1
19272026-06-11T23:02:26.013Z Compiling bytes v1.11.1
19282026-06-11T23:02:26.013Z Compiling chrono v0.4.44
19292026-06-11T23:02:26.163Z Compiling icu_normalizer v2.1.1
19302026-06-11T23:02:26.196Z Compiling icu_properties v2.1.2
19312026-06-11T23:02:26.364Z Compiling serde_tokenstream v0.2.3
19322026-06-11T23:02:26.474Z Compiling der v0.7.10
19332026-06-11T23:02:26.667Z Compiling tokio v1.52.1
19342026-06-11T23:02:26.841Z Compiling http v1.4.0
19352026-06-11T23:02:27.123Z Compiling idna_adapter v1.2.1
19362026-06-11T23:02:27.282Z Compiling idna v1.1.0
19372026-06-11T23:02:27.374Z Compiling ppv-lite86 v0.2.21
19382026-06-11T23:02:27.557Z Compiling darling_macro v0.21.3
19392026-06-11T23:02:27.619Z Compiling url v2.5.8
19402026-06-11T23:02:27.663Z Compiling regex v1.12.3
19412026-06-11T23:02:27.711Z Compiling zerocopy-derive v0.7.35
19422026-06-11T23:02:28.100Z Compiling slog v2.8.2
19432026-06-11T23:02:28.119Z Compiling tracing-core v0.1.36
19442026-06-11T23:02:28.285Z Compiling untrusted v0.9.0
19452026-06-11T23:02:28.495Z Compiling tracing v0.1.44
19462026-06-11T23:02:28.654Z Compiling darling v0.21.3
19472026-06-11T23:02:28.752Z Compiling spki v0.7.3
19482026-06-11T23:02:28.850Z Compiling salsa20 v0.10.2
19492026-06-11T23:02:28.865Z Compiling pbkdf2 v0.12.2
19502026-06-11T23:02:29.440Z Compiling cookie v0.18.1
19512026-06-11T23:02:29.456Z Compiling camino v1.2.2
19522026-06-11T23:02:29.654Z Compiling scrypt v0.11.0
19532026-06-11T23:02:29.699Z Compiling rand_chacha v0.9.0
19542026-06-11T23:02:29.793Z Compiling http-body v1.0.1
19552026-06-11T23:02:29.813Z Compiling aes v0.8.4
19562026-06-11T23:02:29.889Z Compiling cbc v0.1.2
19572026-06-11T23:02:29.977Z Compiling usdt-impl v0.5.0
19582026-06-11T23:02:30.046Z Compiling either v1.15.0
19592026-06-11T23:02:30.060Z Compiling untrusted v0.7.1
19602026-06-11T23:02:30.084Z Compiling winnow v0.7.14
19612026-06-11T23:02:30.165Z Compiling usdt-impl v0.6.0
19622026-06-11T23:02:30.180Z Compiling paste v1.0.15
19632026-06-11T23:02:30.214Z Compiling tinyvec_macros v0.1.1
19642026-06-11T23:02:30.221Z Compiling ref-cast v1.0.25
19652026-06-11T23:02:30.246Z Compiling openssl-probe v0.2.1
19662026-06-11T23:02:30.263Z Compiling fastrand v2.3.0
19672026-06-11T23:02:30.283Z Compiling unicode-segmentation v1.12.0
19682026-06-11T23:02:30.405Z Compiling tinyvec v1.10.0
19692026-06-11T23:02:30.450Z Compiling pkcs5 v0.7.1
19702026-06-11T23:02:30.472Z Compiling tokio-util v0.7.18
19712026-06-11T23:02:30.558Z Compiling rand v0.9.2
19722026-06-11T23:02:30.777Z Compiling scroll v0.12.0
19732026-06-11T23:02:30.877Z Compiling toml_datetime v0.6.11
19742026-06-11T23:02:30.920Z Compiling serde_spanned v0.6.9
19752026-06-11T23:02:31.061Z Compiling scroll v0.13.0
19762026-06-11T23:02:31.080Z Compiling async-trait v0.1.89
19772026-06-11T23:02:31.144Z Compiling heapless v0.7.17
19782026-06-11T23:02:31.275Z Compiling bzip2-sys v0.1.13+1.0.8
19792026-06-11T23:02:31.415Z Compiling signal-hook v0.3.18
19802026-06-11T23:02:31.461Z Compiling atomic-waker v1.1.2
19812026-06-11T23:02:31.496Z Compiling try-lock v0.2.5
19822026-06-11T23:02:31.523Z Compiling zstd-safe v7.2.4
19832026-06-11T23:02:31.583Z Compiling tower-service v0.3.3
19842026-06-11T23:02:31.599Z Compiling rustix v0.38.44
19852026-06-11T23:02:31.615Z Compiling tower-layer v0.3.3
19862026-06-11T23:02:31.630Z Compiling want v0.3.1
19872026-06-11T23:02:31.698Z Compiling h2 v0.4.13
19882026-06-11T23:02:31.733Z Compiling toml_parser v1.0.9+spec-1.1.0
19892026-06-11T23:02:31.801Z Compiling goblin v0.10.5
19902026-06-11T23:02:31.943Z Compiling goblin v0.8.2
19912026-06-11T23:02:31.981Z Compiling pkcs8 v0.10.2
19922026-06-11T23:02:32.149Z Compiling heck v0.4.1
19932026-06-11T23:02:32.307Z Compiling zerocopy v0.7.35
19942026-06-11T23:02:32.310Z Compiling ipnet v2.11.0
19952026-06-11T23:02:32.368Z Compiling ref-cast-impl v1.0.25
19962026-06-11T23:02:32.443Z Compiling darling_core v0.20.11
19972026-06-11T23:02:32.755Z Compiling curve25519-dalek v4.1.3
19982026-06-11T23:02:32.803Z Compiling memoffset v0.9.1
19992026-06-11T23:02:32.905Z Compiling httpdate v1.0.3
20002026-06-11T23:02:32.987Z Compiling foreign-types-shared v0.1.1
20012026-06-11T23:02:33.026Z Compiling winnow v0.5.40
20022026-06-11T23:02:33.088Z Compiling pin-utils v0.1.0
20032026-06-11T23:02:33.185Z Compiling utf8parse v0.2.2
20042026-06-11T23:02:33.358Z Compiling litrs v1.0.0
20052026-06-11T23:02:33.387Z Compiling foreign-types v0.3.2
20062026-06-11T23:02:33.593Z Compiling tempfile v3.25.0
20072026-06-11T23:02:33.851Z Compiling document-features v0.2.12
20082026-06-11T23:02:34.413Z Compiling darling_macro v0.20.11
20092026-06-11T23:02:34.434Z Compiling toml_edit v0.19.15
20102026-06-11T23:02:34.451Z Compiling dof v0.3.0
20112026-06-11T23:02:34.475Z Compiling unicode-normalization v0.1.25
20122026-06-11T23:02:34.541Z Compiling dof v0.4.0
20132026-06-11T23:02:34.648Z Compiling dtrace-parser v0.2.0
20142026-06-11T23:02:34.690Z Compiling hyper v1.8.1
20152026-06-11T23:02:35.039Z Compiling dtrace-parser v0.3.0
20162026-06-11T23:02:35.273Z Compiling daft-derive v0.1.7
20172026-06-11T23:02:35.276Z Compiling pin-project-internal v1.1.11
20182026-06-11T23:02:35.416Z Compiling spin v0.9.8
20192026-06-11T23:02:35.430Z Compiling thread-id v5.1.0
20202026-06-11T23:02:35.532Z Compiling thread-id v4.2.2
20212026-06-11T23:02:35.576Z Compiling cfg_aliases v0.2.1
20222026-06-11T23:02:35.647Z Compiling num-bigint-dig v0.8.6
20232026-06-11T23:02:35.650Z Compiling smoltcp v0.9.1
20242026-06-11T23:02:35.753Z Compiling powerfmt v0.2.0
20252026-06-11T23:02:35.776Z Compiling anstyle v1.0.14
20262026-06-11T23:02:35.791Z Compiling hyper-util v0.1.20
20272026-06-11T23:02:35.860Z Compiling nix v0.31.2
20282026-06-11T23:02:35.961Z Compiling deranged v0.5.8
20292026-06-11T23:02:36.233Z Compiling darling v0.20.11
20302026-06-11T23:02:36.336Z Compiling rustls-native-certs v0.8.3
20312026-06-11T23:02:36.523Z Compiling ipnetwork v0.21.1
20322026-06-11T23:02:36.605Z Compiling strum_macros v0.26.4
20332026-06-11T23:02:36.734Z Compiling curve25519-dalek-derive v0.1.1
20342026-06-11T23:02:36.808Z Compiling sync_wrapper v1.0.2
20352026-06-11T23:02:36.824Z Compiling wait-timeout v0.2.1
20362026-06-11T23:02:37.060Z Compiling siphasher v1.0.2
20372026-06-11T23:02:37.077Z Compiling quick-error v1.2.3
20382026-06-11T23:02:37.094Z Compiling bit-vec v0.8.0
20392026-06-11T23:02:37.139Z Compiling num_threads v0.1.7
20402026-06-11T23:02:37.205Z Compiling colorchoice v1.0.4
20412026-06-11T23:02:37.259Z Compiling simd-adler32 v0.3.8
20422026-06-11T23:02:37.442Z Compiling is_terminal_polyfill v1.70.2
20432026-06-11T23:02:37.490Z Compiling anstyle-query v1.1.5
20442026-06-11T23:02:37.506Z Compiling time v0.3.47
20452026-06-11T23:02:37.524Z Compiling bit-set v0.8.0
20462026-06-11T23:02:37.618Z Compiling rusty-fork v0.3.1
20472026-06-11T23:02:37.935Z Compiling tower v0.5.3
20482026-06-11T23:02:38.141Z Compiling derive_builder_core v0.20.2
20492026-06-11T23:02:38.171Z Compiling snafu-derive v0.8.9
20502026-06-11T23:02:38.187Z Compiling http-body-util v0.1.3
20512026-06-11T23:02:38.451Z Compiling webpki-roots v1.0.6
20522026-06-11T23:02:38.538Z Compiling signature v2.2.0
20532026-06-11T23:02:38.593Z Compiling hubpack_derive v0.1.1
20542026-06-11T23:02:38.740Z Compiling rand_xorshift v0.4.0
20552026-06-11T23:02:38.853Z Compiling strum_macros v0.27.2
20562026-06-11T23:02:38.970Z Compiling fs-err v3.3.0
20572026-06-11T23:02:39.050Z Compiling ahash v0.8.12
20582026-06-11T23:02:39.092Z Compiling object v0.37.3
20592026-06-11T23:02:39.109Z Compiling allocator-api2 v0.2.21
20602026-06-11T23:02:39.126Z Compiling ryu v1.0.23
20612026-06-11T23:02:39.286Z Compiling adler2 v2.0.1
20622026-06-11T23:02:39.333Z Compiling unarray v0.1.4
20632026-06-11T23:02:39.437Z Compiling unicode-bidi v0.3.18
20642026-06-11T23:02:39.453Z Compiling unicode-properties v0.1.4
20652026-06-11T23:02:39.470Z Compiling iri-string v0.7.10
20662026-06-11T23:02:39.588Z Compiling proptest v1.10.0
20672026-06-11T23:02:39.880Z Compiling stringprep v0.1.5
20682026-06-11T23:02:39.941Z Compiling miniz_oxide v0.8.9
20692026-06-11T23:02:39.944Z Compiling serde_urlencoded v0.7.1
20702026-06-11T23:02:40.265Z Compiling derive_builder_macro v0.20.2
20712026-06-11T23:02:40.445Z Compiling tokio-native-tls v0.3.1
20722026-06-11T23:02:40.523Z Compiling usdt-macro v0.6.0
20732026-06-11T23:02:40.638Z Compiling tower-http v0.6.8
20742026-06-11T23:02:40.682Z Compiling usdt-attr-macro v0.6.0
20752026-06-11T23:02:40.871Z Compiling anstyle-parse v1.0.0
20762026-06-11T23:02:41.233Z Compiling rand_chacha v0.3.1
20772026-06-11T23:02:41.237Z Compiling erased-serde v0.3.31
20782026-06-11T23:02:41.262Z Compiling md-5 v0.10.6
20792026-06-11T23:02:41.266Z Compiling bstr v1.12.1
20802026-06-11T23:02:41.457Z Compiling num-integer v0.1.46
20812026-06-11T23:02:41.540Z Compiling hash32 v0.2.1
20822026-06-11T23:02:41.597Z Compiling vergen-lib v9.1.0
20832026-06-11T23:02:41.618Z Compiling ff v0.13.1
20842026-06-11T23:02:41.708Z Compiling encoding_rs v0.8.35
20852026-06-11T23:02:41.767Z Compiling mime v0.3.17
20862026-06-11T23:02:41.785Z Compiling base16ct v0.2.0
20872026-06-11T23:02:41.818Z Compiling zlib-rs v0.6.2
20882026-06-11T23:02:41.868Z Compiling psl-types v2.0.11
20892026-06-11T23:02:41.919Z Compiling fallible-iterator v0.2.0
20902026-06-11T23:02:42.035Z Compiling publicsuffix v2.3.0
20912026-06-11T23:02:42.063Z Compiling sec1 v0.7.3
20922026-06-11T23:02:42.137Z Compiling group v0.13.0
20932026-06-11T23:02:42.201Z Compiling postgres-protocol v0.6.10
20942026-06-11T23:02:42.244Z Compiling num-iter v0.1.45
20952026-06-11T23:02:42.392Z Compiling newtype-uuid v1.3.2
20962026-06-11T23:02:42.486Z Compiling rand v0.8.6
20972026-06-11T23:02:42.834Z Compiling anstream v1.0.0
20982026-06-11T23:02:42.879Z Compiling oxnet v0.1.5
20992026-06-11T23:02:43.049Z Compiling derive_builder v0.20.2
21002026-06-11T23:02:43.051Z Compiling hyper-tls v0.6.0
21012026-06-11T23:02:43.111Z Compiling phf_shared v0.13.1
21022026-06-11T23:02:43.196Z Compiling pin-project v1.1.11
21032026-06-11T23:02:43.268Z Compiling lazy_static v1.5.0
21042026-06-11T23:02:43.271Z Compiling anstyle-parse v0.2.7
21052026-06-11T23:02:43.399Z Compiling terminal_size v0.4.3
21062026-06-11T23:02:43.414Z Compiling serde_with_macros v3.17.0
21072026-06-11T23:02:43.431Z Compiling futures-executor v0.3.32
21082026-06-11T23:02:43.446Z Compiling hex v0.4.3
21092026-06-11T23:02:43.551Z Compiling hkdf v0.12.4
21102026-06-11T23:02:43.631Z Compiling crypto-bigint v0.5.5
21112026-06-11T23:02:43.646Z Compiling clap_derive v4.6.1
21122026-06-11T23:02:43.670Z Compiling serde_repr v0.1.20
21132026-06-11T23:02:43.675Z Compiling async-recursion v1.1.1
21142026-06-11T23:02:43.715Z Compiling enum-as-inner v0.6.1
21152026-06-11T23:02:43.755Z Compiling vergen v9.1.0
21162026-06-11T23:02:43.777Z Compiling cargo-platform v0.3.2
21172026-06-11T23:02:43.873Z Compiling flate2 v1.1.9
21182026-06-11T23:02:44.118Z Compiling foldhash v0.1.5
21192026-06-11T23:02:44.213Z Compiling foldhash v0.2.0
21202026-06-11T23:02:44.246Z Compiling libbz2-rs-sys v0.2.2
21212026-06-11T23:02:44.308Z Compiling same-file v1.0.6
21222026-06-11T23:02:44.364Z Compiling managed v0.8.0
21232026-06-11T23:02:44.471Z Compiling bitflags v1.3.2
21242026-06-11T23:02:44.490Z Compiling bumpalo v3.20.2
21252026-06-11T23:02:44.582Z Compiling clap_lex v1.0.0
21262026-06-11T23:02:44.673Z Compiling bzip2 v0.6.1
21272026-06-11T23:02:44.740Z Compiling zopfli v0.8.3
21282026-06-11T23:02:44.772Z Compiling clap_builder v4.6.0
21292026-06-11T23:02:44.837Z Compiling elliptic-curve v0.13.8
21302026-06-11T23:02:44.851Z Compiling walkdir v2.5.0
21312026-06-11T23:02:44.867Z Compiling hashbrown v0.16.1
21322026-06-11T23:02:44.899Z Compiling hashbrown v0.15.5
21332026-06-11T23:02:45.206Z Compiling cargo_metadata v0.23.1
21342026-06-11T23:02:45.339Z Compiling futures v0.3.32
21352026-06-11T23:02:45.608Z Compiling anstream v0.6.21
21362026-06-11T23:02:45.793Z Compiling zstd v0.13.3
21372026-06-11T23:02:46.065Z Compiling phf v0.13.1
21382026-06-11T23:02:46.115Z Compiling snafu v0.8.9
21392026-06-11T23:02:46.439Z Compiling daft v0.1.7
21402026-06-11T23:02:46.534Z Compiling signal-hook-mio v0.2.5
21412026-06-11T23:02:46.566Z Compiling cookie_store v0.22.1
21422026-06-11T23:02:46.653Z Compiling postgres-types v0.2.12
21432026-06-11T23:02:46.674Z Compiling bzip2 v0.4.4
21442026-06-11T23:02:46.730Z Compiling globset v0.4.18
21452026-06-11T23:02:46.904Z Compiling strum v0.27.2
21462026-06-11T23:02:47.026Z Compiling hubpack v0.1.2
21472026-06-11T23:02:47.046Z Compiling ed25519 v2.2.3
21482026-06-11T23:02:47.062Z Compiling phf_shared v0.11.3
21492026-06-11T23:02:47.116Z Compiling crossbeam-epoch v0.9.18
21502026-06-11T23:02:47.152Z Compiling olpc-cjson v0.1.4
21512026-06-11T23:02:47.169Z Compiling pkcs1 v0.7.5
21522026-06-11T23:02:47.259Z Compiling pem v3.0.6
21532026-06-11T23:02:47.329Z Compiling serde_plain v1.0.2
21542026-06-11T23:02:47.343Z Compiling serde-big-array v0.5.1
21552026-06-11T23:02:47.368Z Compiling rfc6979 v0.4.0
21562026-06-11T23:02:47.502Z Compiling float-cmp v0.10.0
21572026-06-11T23:02:47.518Z Compiling memmap2 v0.9.10
21582026-06-11T23:02:47.537Z Compiling env_filter v1.0.0
21592026-06-11T23:02:47.540Z Compiling difflib v0.4.0
21602026-06-11T23:02:47.567Z Compiling normalize-line-endings v0.3.0
21612026-06-11T23:02:47.568Z Compiling precomputed-hash v0.1.1
21622026-06-11T23:02:47.670Z Compiling jiff v0.2.21
21632026-06-11T23:02:47.670Z Compiling typed-path v0.9.3
21642026-06-11T23:02:47.704Z Compiling whoami v2.1.0
21652026-06-11T23:02:47.744Z Compiling predicates-core v1.0.10
21662026-06-11T23:02:47.809Z Compiling static_assertions v1.1.0
21672026-06-11T23:02:47.826Z Compiling fixedbitset v0.4.2
21682026-06-11T23:02:47.884Z Compiling new_debug_unreachable v1.0.6
21692026-06-11T23:02:47.906Z Compiling fixedbitset v0.5.7
21702026-06-11T23:02:47.925Z Compiling data-encoding v2.10.0
21712026-06-11T23:02:47.942Z Compiling toml_write v0.1.2
21722026-06-11T23:02:47.997Z Compiling keccak v0.1.6
21732026-06-11T23:02:48.048Z Compiling petgraph v0.6.5
21742026-06-11T23:02:48.065Z Compiling string_cache v0.8.9
21752026-06-11T23:02:48.120Z Compiling petgraph v0.8.3
21762026-06-11T23:02:48.162Z Compiling sha3 v0.10.8
21772026-06-11T23:02:48.210Z Compiling toml_edit v0.22.27
21782026-06-11T23:02:48.225Z Compiling hickory-proto v0.25.2
21792026-06-11T23:02:48.448Z Compiling tokio-postgres v0.7.16
21802026-06-11T23:02:48.465Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21812026-06-11T23:02:48.611Z Compiling predicates v3.1.4
21822026-06-11T23:02:49.130Z Compiling env_logger v0.11.9
21832026-06-11T23:02:49.214Z Compiling usdt v0.6.0
21842026-06-11T23:02:49.470Z Compiling ecdsa v0.16.9
21852026-06-11T23:02:49.488Z Compiling rsa v0.9.10
21862026-06-11T23:02:49.548Z Compiling ed25519-dalek v2.2.0
21872026-06-11T23:02:50.311Z Compiling zip v4.6.1
21882026-06-11T23:02:50.314Z Compiling zip v0.6.6
21892026-06-11T23:02:50.503Z Compiling iddqd v0.4.2
21902026-06-11T23:02:50.579Z Compiling crossterm v0.28.1
21912026-06-11T23:02:51.225Z Compiling clap v4.6.1
21922026-06-11T23:02:51.278Z Compiling serde_with v3.17.0
21932026-06-11T23:02:51.291Z Compiling similar v2.7.0
21942026-06-11T23:02:51.327Z Compiling strum v0.26.3
21952026-06-11T23:02:51.406Z Compiling toml v0.7.8
21962026-06-11T23:02:51.478Z Compiling tokio-stream v0.1.18
21972026-06-11T23:02:51.652Z Compiling buf-list v1.1.2
21982026-06-11T23:02:51.725Z Compiling itertools v0.13.0
21992026-06-11T23:02:51.870Z Compiling x509-cert v0.2.5
22002026-06-11T23:02:51.979Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22012026-06-11T23:02:52.007Z Compiling openapiv3 v2.2.0
22022026-06-11T23:02:52.299Z Compiling sha1 v0.10.6
22032026-06-11T23:02:52.550Z Compiling peg-runtime v0.8.5
22042026-06-11T23:02:52.857Z Compiling lalrpop-util v0.19.12
22052026-06-11T23:03:07.249Z Compiling rustls-webpki v0.103.9
22062026-06-11T23:03:08.938Z Compiling macaddr v1.0.1
22072026-06-11T23:03:09.016Z Compiling structmeta-derive v0.3.0
22082026-06-11T23:03:09.150Z Compiling rayon-core v1.13.0
22092026-06-11T23:03:09.265Z Compiling crucible-workspace-hack v0.1.0
22102026-06-11T23:03:09.281Z Compiling itertools v0.14.0
22112026-06-11T23:03:09.388Z Compiling secrecy v0.10.3
22122026-06-11T23:03:09.494Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-06-11T23:03:09.587Z Compiling heapless v0.8.0
22142026-06-11T23:03:09.602Z Compiling toml_datetime v0.7.5+spec-1.1.0
22152026-06-11T23:03:09.710Z Compiling rustls v0.22.4
22162026-06-11T23:03:09.860Z Compiling toml_edit v0.23.10+spec-1.0.0
22172026-06-11T23:03:09.940Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-06-11T23:03:09.976Z Compiling crossbeam-deque v0.8.6
22192026-06-11T23:03:10.004Z Compiling rustls-webpki v0.102.8
22202026-06-11T23:03:10.050Z Compiling structmeta v0.3.0
22212026-06-11T23:03:10.084Z Compiling hash32 v0.3.1
22222026-06-11T23:03:10.092Z Compiling multer v3.1.0
22232026-06-11T23:03:10.112Z Compiling thread_local v1.1.9
22242026-06-11T23:03:10.128Z Compiling unicode-width v0.2.0
22252026-06-11T23:03:10.225Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22262026-06-11T23:03:10.265Z Compiling match_cfg v0.1.0
22272026-06-11T23:03:10.284Z Compiling compression-core v0.4.31
22282026-06-11T23:03:10.309Z Compiling slog-async v2.8.0
22292026-06-11T23:03:10.326Z Compiling smoltcp v0.11.0
22302026-06-11T23:03:10.355Z Compiling hostname v0.3.1
22312026-06-11T23:03:10.488Z Compiling compression-codecs v0.4.37
22322026-06-11T23:03:10.488Z Compiling proc-macro-crate v3.4.0
22332026-06-11T23:03:10.538Z Compiling derive-ex v0.1.8
22342026-06-11T23:03:10.570Z Compiling ingot-macros v0.1.1
22352026-06-11T23:03:10.699Z Compiling atomicwrites v0.4.4
22362026-06-11T23:03:10.795Z Compiling slog-json v2.6.1
22372026-06-11T23:03:10.885Z Compiling crossbeam-channel v0.5.15
22382026-06-11T23:03:10.952Z Compiling half v2.7.1
22392026-06-11T23:03:11.000Z Compiling newtype-uuid-macros v0.1.0
22402026-06-11T23:03:11.064Z Compiling tokio-rustls v0.26.4
22412026-06-11T23:03:11.100Z Compiling rustls-platform-verifier v0.6.2
22422026-06-11T23:03:11.317Z Compiling cobs v0.3.0
22432026-06-11T23:03:11.335Z Compiling thiserror-impl-no-std v2.0.2
22442026-06-11T23:03:11.398Z Compiling hyper-rustls v0.27.7
22452026-06-11T23:03:11.580Z Compiling universal-hash v0.5.1
22462026-06-11T23:03:11.619Z Compiling async-stream-impl v0.3.6
22472026-06-11T23:03:11.734Z Compiling reqwest v0.12.28
22482026-06-11T23:03:11.751Z Compiling reqwest v0.13.2
22492026-06-11T23:03:11.754Z Compiling toml_datetime v1.0.0+spec-1.1.0
22502026-06-11T23:03:11.823Z Compiling serde_spanned v1.0.4
22512026-06-11T23:03:12.012Z Compiling is-terminal v0.4.17
22522026-06-11T23:03:12.067Z Compiling dropshot v0.17.0
22532026-06-11T23:03:12.134Z Compiling proc-macro-error-attr v1.0.4
22542026-06-11T23:03:12.174Z Compiling ciborium-io v0.2.2
22552026-06-11T23:03:12.199Z Compiling take_mut v0.2.2
22562026-06-11T23:03:12.212Z Compiling convert_case v0.4.0
22572026-06-11T23:03:12.288Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22582026-06-11T23:03:12.304Z Compiling term v1.2.1
22592026-06-11T23:03:12.345Z Compiling opaque-debug v0.3.1
22602026-06-11T23:03:12.360Z Compiling toml_writer v1.0.6+spec-1.1.0
22612026-06-11T23:03:12.395Z Compiling thiserror-no-std v2.0.2
22622026-06-11T23:03:12.434Z Compiling poly1305 v0.8.0
22632026-06-11T23:03:12.519Z Compiling tokio-rustls v0.25.0
22642026-06-11T23:03:12.542Z Compiling derive_more v0.99.20
22652026-06-11T23:03:12.603Z Compiling toml v1.0.6+spec-1.1.0
22662026-06-11T23:03:12.655Z Compiling slog-term v2.9.2
22672026-06-11T23:03:12.756Z Compiling ciborium-ll v0.2.2
22682026-06-11T23:03:12.799Z Compiling async-stream v0.3.6
22692026-06-11T23:03:13.012Z Compiling test-strategy v0.4.5
22702026-06-11T23:03:13.042Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22712026-06-11T23:03:13.074Z Compiling postcard v1.1.3
22722026-06-11T23:03:13.155Z Compiling ingot-types v0.1.2
22732026-06-11T23:03:13.477Z Compiling tough v0.22.0
22742026-06-11T23:03:13.626Z Compiling ingot v0.1.1
22752026-06-11T23:03:13.891Z Compiling slog-bunyan v2.5.0
22762026-06-11T23:03:13.921Z Compiling num_enum_derive v0.7.6
22772026-06-11T23:03:14.120Z Compiling async-compression v0.4.41
22782026-06-11T23:03:14.327Z Compiling parse-display-derive v0.10.0
22792026-06-11T23:03:14.608Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22802026-06-11T23:03:14.732Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-06-11T23:03:14.863Z Compiling proc-macro-crate v1.3.1
22822026-06-11T23:03:14.913Z Compiling waitgroup v0.1.2
22832026-06-11T23:03:14.994Z Compiling backon v1.6.0
22842026-06-11T23:03:15.047Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22852026-06-11T23:03:15.097Z Compiling password-hash v0.5.0
22862026-06-11T23:03:15.120Z Compiling dropshot_endpoint v0.17.0
22872026-06-11T23:03:15.278Z Compiling chacha20 v0.9.1
22882026-06-11T23:03:15.325Z Compiling rustls-pemfile v2.2.0
22892026-06-11T23:03:15.340Z Compiling blake2 v0.10.6
22902026-06-11T23:03:15.634Z Compiling aead v0.5.2
22912026-06-11T23:03:15.637Z Compiling foreign-types-macros v0.2.3
22922026-06-11T23:03:15.819Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22932026-06-11T23:03:15.852Z Compiling serde_path_to_error v0.1.20
22942026-06-11T23:03:15.854Z Compiling hostname v0.4.2
22952026-06-11T23:03:15.930Z Compiling proc-macro-error v1.0.4
22962026-06-11T23:03:16.058Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22972026-06-11T23:03:16.072Z Compiling instant v0.1.13
22982026-06-11T23:03:16.153Z Compiling cpufeatures v0.3.0
22992026-06-11T23:03:16.170Z Compiling typeid v1.0.3
23002026-06-11T23:03:16.216Z Compiling foreign-types-shared v0.3.1
23012026-06-11T23:03:16.232Z Compiling debug-ignore v1.0.5
23022026-06-11T23:03:16.251Z Compiling chacha20 v0.10.0
23032026-06-11T23:03:16.269Z Compiling backoff v0.4.0
23042026-06-11T23:03:16.319Z Compiling foreign-types v0.5.0
23052026-06-11T23:03:16.352Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23062026-06-11T23:03:16.355Z Compiling parse-display v0.10.0
23072026-06-11T23:03:16.387Z Compiling chacha20poly1305 v0.10.1
23082026-06-11T23:03:16.420Z Compiling argon2 v0.5.3
23092026-06-11T23:03:16.472Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-06-11T23:03:16.520Z Compiling num_enum_derive v0.5.11
23112026-06-11T23:03:16.524Z Compiling num_enum v0.7.6
23122026-06-11T23:03:16.552Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23132026-06-11T23:03:16.570Z Compiling ciborium v0.2.2
23142026-06-11T23:03:16.726Z Compiling vsss-rs v3.3.4
23152026-06-11T23:03:16.942Z Compiling tabwriter v1.4.1
23162026-06-11T23:03:17.030Z Compiling regress v0.10.5
23172026-06-11T23:03:17.125Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23182026-06-11T23:03:17.268Z Compiling byte-wrapper v0.1.0
23192026-06-11T23:03:17.328Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23202026-06-11T23:03:17.428Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-06-11T23:03:17.448Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23222026-06-11T23:03:17.451Z Compiling cstr-argument v0.1.2
23232026-06-11T23:03:17.484Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23242026-06-11T23:03:17.560Z Compiling humantime v2.3.0
23252026-06-11T23:03:17.642Z Compiling erased-serde v0.4.9
23262026-06-11T23:03:17.884Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23272026-06-11T23:03:17.917Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-06-11T23:03:18.012Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-06-11T23:03:18.028Z Compiling num_enum v0.5.11
23302026-06-11T23:03:18.065Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23312026-06-11T23:03:18.119Z Compiling rand v0.10.0
23322026-06-11T23:03:18.164Z Compiling rayon v1.11.0
23332026-06-11T23:03:18.185Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23342026-06-11T23:03:18.225Z Compiling libefi-sys v0.1.0
23352026-06-11T23:03:18.242Z Compiling indent_write v2.2.0
23362026-06-11T23:03:18.319Z Compiling colored v3.1.1
23372026-06-11T23:03:18.344Z Compiling zone_cfg_derive v0.3.1
23382026-06-11T23:03:18.419Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23392026-06-11T23:03:18.466Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23402026-06-11T23:03:18.554Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23412026-06-11T23:03:18.569Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23422026-06-11T23:03:18.646Z Compiling camino-tempfile v1.4.1
23432026-06-11T23:03:18.817Z Compiling itertools v0.12.1
23442026-06-11T23:03:18.916Z Compiling usdt-macro v0.5.0
23452026-06-11T23:03:18.956Z Compiling usdt-attr-macro v0.5.0
23462026-06-11T23:03:19.018Z Compiling bitfield-struct v0.6.2
23472026-06-11T23:03:19.074Z Compiling num-derive v0.4.2
23482026-06-11T23:03:19.107Z Compiling blake3 v1.8.3
23492026-06-11T23:03:19.150Z Compiling ordered-float v2.10.1
23502026-06-11T23:03:19.460Z Compiling sigpipe v0.1.3
23512026-06-11T23:03:19.483Z Compiling memmap v0.7.0
23522026-06-11T23:03:19.579Z Compiling swrite v0.1.0
23532026-06-11T23:03:19.637Z Compiling glob v0.3.3
23542026-06-11T23:03:19.662Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-06-11T23:03:19.713Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-06-11T23:03:19.768Z Compiling usdt v0.5.0
23572026-06-11T23:03:19.907Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23582026-06-11T23:03:19.974Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23592026-06-11T23:03:20.051Z Compiling serde-value v0.7.0
23602026-06-11T23:03:20.252Z Compiling zone v0.3.1
23612026-06-11T23:03:20.331Z Compiling serde-untagged v0.1.9
23622026-06-11T23:03:20.360Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23632026-06-11T23:03:20.578Z Compiling toml v0.8.23
23642026-06-11T23:03:20.643Z Compiling smf v0.2.3
23652026-06-11T23:03:20.671Z Compiling filetime v0.2.27
23662026-06-11T23:03:20.689Z Compiling arrayvec v0.7.6
23672026-06-11T23:03:20.701Z Compiling xattr v1.6.1
23682026-06-11T23:03:20.719Z Compiling arrayref v0.3.9
23692026-06-11T23:03:20.772Z Compiling constant_time_eq v0.4.2
23702026-06-11T23:03:20.811Z Compiling unicode-xid v0.2.6
23712026-06-11T23:03:20.896Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-06-11T23:03:20.918Z Compiling whoami v1.6.1
23732026-06-11T23:03:20.953Z Compiling tar v0.4.45
23742026-06-11T23:03:20.968Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23752026-06-11T23:03:20.986Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23762026-06-11T23:03:21.002Z Compiling tokio-dtrace v0.1.1
23772026-06-11T23:03:21.237Z Compiling cargo-util-schemas v0.8.2
23782026-06-11T23:03:21.345Z Compiling console v0.16.2
23792026-06-11T23:03:21.382Z Compiling gethostname v0.5.0
23802026-06-11T23:03:21.538Z Compiling cargo-platform v0.2.0
23812026-06-11T23:03:21.639Z Compiling unit-prefix v0.5.2
23822026-06-11T23:03:21.760Z Compiling topological-sort v0.2.2
23832026-06-11T23:03:21.788Z Compiling indicatif v0.18.4
23842026-06-11T23:03:21.817Z Compiling oxide-tokio-rt v0.1.4
23852026-06-11T23:03:21.833Z Compiling shell-words v1.1.1
23862026-06-11T23:03:21.943Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23872026-06-11T23:03:22.414Z Compiling cargo_metadata v0.21.0
23882026-06-11T23:03:31.757Z Compiling progenitor-client v0.14.0
23892026-06-11T23:03:31.774Z Compiling omicron-zone-package v0.12.2
23902026-06-11T23:03:32.258Z Compiling progenitor-extras v0.2.0
23912026-06-11T23:03:34.489Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23922026-06-11T23:03:34.577Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23932026-06-11T23:03:34.622Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23942026-06-11T23:03:34.653Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23952026-06-11T23:03:34.711Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23962026-06-11T23:03:34.778Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23972026-06-11T23:03:34.819Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23982026-06-11T23:03:34.841Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-06-11T23:03:34.924Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-06-11T23:03:38.804Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24012026-06-11T23:03:46.552Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24022026-06-11T23:03:49.614Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24032026-06-11T23:03:50.608Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24042026-06-11T23:04:00.341Z Finished `release` profile [optimized] target(s) in 1m 44s
24052026-06-11T23:04:00.494Z Running `target/release/omicron-package -t test target create -p dev`
24062026-06-11T23:04:00.559ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-06-11T23:04:00.562ZCreated new build target 'test' and set it as active
24082026-06-11T23:04:00.562Z
24092026-06-11T23:04:00.562Zreal 1:44.245635628
24102026-06-11T23:04:00.562Zuser 16:59.848361817
24112026-06-11T23:04:00.562Zsys 2:38.696057294
24122026-06-11T23:04:00.562Ztrap 0.471062562
24132026-06-11T23:04:00.562Ztflt 2.872607933
24142026-06-11T23:04:00.563Zdflt 4.271754850
24152026-06-11T23:04:00.563Zkflt 0.012710339
24162026-06-11T23:04:00.563Zlock 52:52.457043244
24172026-06-11T23:04:00.563Zslp 42:59.980856889
24182026-06-11T23:04:00.563Zlat 43.574274242
24192026-06-11T23:04:00.563Zstop 5:32.062893158
24202026-06-11T23:04:00.566Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24212026-06-11T23:04:01.450Z Finished `release` profile [optimized] target(s) in 0.87s
24222026-06-11T23:04:01.519Z Running `target/release/omicron-package -t test package`
24232026-06-11T23:04:01.578ZLogging to: /work/oxidecomputer/omicron/out/LOG
24242026-06-11T23:04:03.021Z Compiling heck v0.5.0
24252026-06-11T23:04:03.021Z Compiling regress v0.11.1
24262026-06-11T23:04:03.024Z Compiling unsafe-libyaml v0.2.11
24272026-06-11T23:04:03.287Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24282026-06-11T23:04:03.309Z Compiling atomicwrites v0.4.4
24292026-06-11T23:04:03.337Z Compiling regress v0.10.5
24302026-06-11T23:04:03.359Z Compiling is-terminal v0.4.17
24312026-06-11T23:04:03.378Z Compiling unicode-width v0.1.14
24322026-06-11T23:04:03.382Z Compiling prettyplease v0.2.37
24332026-06-11T23:04:03.382Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24342026-06-11T23:04:03.382Z Compiling bytecount v0.6.9
24352026-06-11T23:04:03.382Z Compiling rustls v0.22.4
24362026-06-11T23:04:03.401Z Compiling rustls-webpki v0.102.8
24372026-06-11T23:04:03.422Z Compiling derive-where v1.6.0
24382026-06-11T23:04:03.426Z Compiling thread_local v1.1.9
24392026-06-11T23:04:03.507Z Compiling match_cfg v0.1.0
24402026-06-11T23:04:03.527Z Compiling compression-core v0.4.31
24412026-06-11T23:04:03.570Z Compiling multer v3.1.0
24422026-06-11T23:04:03.617Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24432026-06-11T23:04:03.639Z Compiling hostname v0.3.1
24442026-06-11T23:04:03.662Z Compiling slog-async v2.8.0
24452026-06-11T23:04:03.718Z Compiling compression-codecs v0.4.37
24462026-06-11T23:04:03.739Z Compiling crossbeam-channel v0.5.15
24472026-06-11T23:04:03.743Z Compiling slog-json v2.6.1
24482026-06-11T23:04:03.743Z Compiling serde_yaml v0.9.34+deprecated
24492026-06-11T23:04:03.763Z Compiling serde_spanned v1.0.4
24502026-06-11T23:04:03.829Z Compiling toml_datetime v1.0.0+spec-1.1.0
24512026-06-11T23:04:03.832Z Compiling take_mut v0.2.2
24522026-06-11T23:04:03.833Z Compiling toml_writer v1.0.6+spec-1.1.0
24532026-06-11T23:04:03.975Z Compiling term v1.2.1
24542026-06-11T23:04:03.996Z Compiling slog-bunyan v2.5.0
24552026-06-11T23:04:03.996Z Compiling async-compression v0.4.41
24562026-06-11T23:04:04.156Z Compiling toml v1.0.6+spec-1.1.0
24572026-06-11T23:04:04.178Z Compiling dropshot v0.17.0
24582026-06-11T23:04:04.179Z Compiling async-stream v0.3.6
24592026-06-11T23:04:04.231Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24602026-06-11T23:04:04.270Z Compiling num-rational v0.4.2
24612026-06-11T23:04:04.377Z Compiling slog-term v2.9.2
24622026-06-11T23:04:04.399Z Compiling progenitor-client v0.14.0
24632026-06-11T23:04:04.402Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24642026-06-11T23:04:04.504Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-06-11T23:04:04.525Z Compiling waitgroup v0.1.2
24662026-06-11T23:04:04.572Z Compiling backon v1.6.0
24672026-06-11T23:04:04.629Z Compiling rustls-pemfile v2.2.0
24682026-06-11T23:04:04.665Z Compiling num-complex v0.4.6
24692026-06-11T23:04:04.690Z Compiling hostname v0.4.2
24702026-06-11T23:04:04.721Z Compiling serde_path_to_error v0.1.20
24712026-06-11T23:04:04.741Z Compiling instant v0.1.13
24722026-06-11T23:04:04.809Z Compiling typify-impl v0.6.2
24732026-06-11T23:04:04.844Z Compiling debug-ignore v1.0.5
24742026-06-11T23:04:04.864Z Compiling backoff v0.4.0
24752026-06-11T23:04:04.885Z Compiling progenitor-extras v0.2.0
24762026-06-11T23:04:04.908Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24772026-06-11T23:04:04.982Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24782026-06-11T23:04:05.103Z Compiling num v0.4.3
24792026-06-11T23:04:05.145Z Compiling parse-display v0.10.0
24802026-06-11T23:04:05.165Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24812026-06-11T23:04:05.188Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24822026-06-11T23:04:05.230Z Compiling macaddr v1.0.1
24832026-06-11T23:04:05.274Z Compiling humantime v2.3.0
24842026-06-11T23:04:05.298Z Compiling float-ord v0.3.2
24852026-06-11T23:04:05.440Z Compiling console v0.15.11
24862026-06-11T23:04:05.461Z Compiling newline-converter v0.3.0
24872026-06-11T23:04:05.503Z Compiling slog-dtrace v0.3.0
24882026-06-11T23:04:05.558Z Compiling cancel-safe-futures v0.1.5
24892026-06-11T23:04:05.605Z Compiling owo-colors v4.3.0
24902026-06-11T23:04:05.648Z Compiling resolv-conf v0.7.6
24912026-06-11T23:04:05.730Z Compiling tokio-rustls v0.25.0
24922026-06-11T23:04:05.857Z Compiling expectorate v1.2.0
24932026-06-11T23:04:05.902Z Compiling toml v0.8.23
24942026-06-11T23:04:05.906Z Compiling libsw-core v0.3.2
24952026-06-11T23:04:06.104Z Compiling libsw v3.5.0
24962026-06-11T23:04:06.157Z Compiling linked-hash-map v0.5.6
24972026-06-11T23:04:06.292Z Compiling linear-map v1.2.0
24982026-06-11T23:04:06.354Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24992026-06-11T23:04:06.415Z Compiling lru-cache v0.1.2
25002026-06-11T23:04:06.436Z Compiling minimal-lexical v0.2.1
25012026-06-11T23:04:06.514Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25022026-06-11T23:04:06.543Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25032026-06-11T23:04:06.589Z Compiling hickory-proto v0.24.4
25042026-06-11T23:04:06.612Z Compiling unicode-xid v0.2.6
25052026-06-11T23:04:06.714Z Compiling nom v7.1.3
25062026-06-11T23:04:06.738Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25072026-06-11T23:04:06.769Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-06-11T23:04:06.804Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25092026-06-11T23:04:07.038Z Compiling convert_case v0.10.0
25102026-06-11T23:04:07.331Z Compiling derive_more-impl v2.1.1
25112026-06-11T23:04:07.726Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25122026-06-11T23:04:08.082Z Compiling derive_more v2.1.1
25132026-06-11T23:04:08.104Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25142026-06-11T23:04:08.107Z Compiling papergrid v0.11.0
25152026-06-11T23:04:08.198Z Compiling tabled_derive v0.7.0
25162026-06-11T23:04:08.269Z Compiling typify-macro v0.6.2
25172026-06-11T23:04:08.291Z Compiling termtree v0.5.1
25182026-06-11T23:04:08.496Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25192026-06-11T23:04:08.740Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25202026-06-11T23:04:09.080Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25212026-06-11T23:04:09.113Z Compiling hickory-resolver v0.24.4
25222026-06-11T23:04:09.332Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25232026-06-11T23:04:09.353Z Compiling tabled v0.15.0
25242026-06-11T23:04:09.557Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25252026-06-11T23:04:09.834Z Compiling typify v0.6.2
25262026-06-11T23:04:09.997Z Compiling progenitor-impl v0.14.0
25272026-06-11T23:04:10.615Z Compiling qorb v0.4.1
25282026-06-11T23:04:10.772Z Compiling crossterm v0.29.0
25292026-06-11T23:04:12.178Z Compiling progenitor-macro v0.14.0
25302026-06-11T23:04:12.557Z Compiling phf_shared v0.12.1
25312026-06-11T23:04:12.814Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25322026-06-11T23:04:13.387Z Compiling vte v0.14.1
25332026-06-11T23:04:13.679Z Compiling csv-core v0.1.13
25342026-06-11T23:04:13.728Z Compiling chrono-tz v0.10.4
25352026-06-11T23:04:13.947Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-06-11T23:04:14.134Z Compiling highway v1.3.0
25372026-06-11T23:04:14.540Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25382026-06-11T23:04:14.751Z Compiling csv v1.4.0
25392026-06-11T23:04:14.806Z Compiling strip-ansi-escapes v0.2.1
25402026-06-11T23:04:14.869Z Compiling phf v0.12.1
25412026-06-11T23:04:15.056Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422026-06-11T23:04:15.084Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-06-11T23:04:15.105Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442026-06-11T23:04:15.504Z Compiling const_format_proc_macros v0.2.34
25452026-06-11T23:04:15.596Z Compiling fd-lock v4.0.4
25462026-06-11T23:04:15.745Z Compiling peg-macros v0.8.5
25472026-06-11T23:04:15.771Z Compiling nu-ansi-term v0.50.3
25482026-06-11T23:04:16.244Z Compiling progenitor v0.14.0
25492026-06-11T23:04:16.277Z Compiling const_format v0.2.35
25502026-06-11T23:04:16.361Z Compiling reedline v0.40.0
25512026-06-11T23:04:16.427Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25522026-06-11T23:04:16.823Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25532026-06-11T23:04:16.968Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-06-11T23:04:17.020Z Compiling peg v0.8.5
25552026-06-11T23:04:17.230Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-06-11T23:04:17.421Z Compiling bcs v0.1.6
25572026-06-11T23:04:17.870Z Compiling nom v8.0.0
25582026-06-11T23:04:18.008Z Compiling semver v0.1.20
25592026-06-11T23:04:18.298Z Compiling rustc_version v0.1.7
25602026-06-11T23:04:18.560Z Compiling newtype_derive v0.1.6
25612026-06-11T23:04:18.804Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-06-11T23:04:19.056Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25632026-06-11T23:04:19.079Z Compiling unicode-linebreak v0.1.5
25642026-06-11T23:04:19.165Z Compiling smawk v0.3.2
25652026-06-11T23:04:19.382Z Compiling textwrap v0.16.2
25662026-06-11T23:04:19.475Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-06-11T23:04:19.613Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25682026-06-11T23:04:19.723Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25692026-06-11T23:04:19.983Z Compiling base64 v0.21.7
25702026-06-11T23:04:20.072Z Compiling steno v0.4.1
25712026-06-11T23:04:20.227Z Compiling dropshot-api-manager-types v0.7.2
25722026-06-11T23:04:20.514Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25732026-06-11T23:04:20.539Z Compiling tagptr v0.2.0
25742026-06-11T23:04:20.608Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25752026-06-11T23:04:20.733Z Compiling moka v0.12.13
25762026-06-11T23:04:20.839Z Compiling utf-8 v0.7.6
25772026-06-11T23:04:20.892Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-06-11T23:04:20.974Z Compiling radium v0.7.0
25792026-06-11T23:04:21.072Z Compiling tungstenite v0.21.0
25802026-06-11T23:04:21.105Z Compiling tap v1.0.1
25812026-06-11T23:04:21.256Z Compiling display-error-chain v0.2.2
25822026-06-11T23:04:21.310Z Compiling maybe-uninit v2.0.0
25832026-06-11T23:04:21.723Z Compiling tokio-tungstenite v0.21.0
25842026-06-11T23:04:21.862Z Compiling hickory-resolver v0.25.2
25852026-06-11T23:04:21.954Z Compiling wyz v0.5.1
25862026-06-11T23:04:22.090Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25872026-06-11T23:04:22.199Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25882026-06-11T23:04:22.319Z Compiling num-derive v0.3.3
25892026-06-11T23:04:22.850Z Compiling zerocopy-derive v0.6.6
25902026-06-11T23:04:23.209Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-06-11T23:04:23.264Z Compiling proc-macro-error-attr2 v2.0.0
25922026-06-11T23:04:23.661Z Compiling packed_struct v0.10.1
25932026-06-11T23:04:23.713Z Compiling funty v2.0.0
25942026-06-11T23:04:23.986Z Compiling crc-catalog v2.4.0
25952026-06-11T23:04:24.121Z Compiling bitvec v1.0.1
25962026-06-11T23:04:24.394Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25972026-06-11T23:04:24.714Z Compiling crc v3.4.0
25982026-06-11T23:04:24.945Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25992026-06-11T23:04:25.045Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26002026-06-11T23:04:25.123Z Compiling proc-macro-error2 v2.0.1
26012026-06-11T23:04:25.144Z Compiling zerocopy v0.6.6
26022026-06-11T23:04:25.450Z Compiling libscf-sys v1.1.0
26032026-06-11T23:04:25.634Z Compiling packed_struct_codegen v0.10.1
26042026-06-11T23:04:25.687Z Compiling vergen-lib v0.1.6
26052026-06-11T23:04:25.914Z Compiling bitfield-macros v0.19.4
26062026-06-11T23:04:26.023Z Compiling indexmap v1.9.3
26072026-06-11T23:04:26.277Z Compiling nodrop v0.1.14
26082026-06-11T23:04:26.408Z Compiling array-init v0.0.4
26092026-06-11T23:04:26.623Z Compiling bitfield v0.19.4
26102026-06-11T23:04:26.740Z Compiling smallvec v0.6.14
26112026-06-11T23:04:26.797Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26122026-06-11T23:04:26.960Z Compiling tabled_derive v0.11.0
26132026-06-11T23:04:27.039Z Compiling papergrid v0.17.0
26142026-06-11T23:04:27.193Z Compiling testing_table v0.3.0
26152026-06-11T23:04:27.454Z Compiling vergen-gitcl v1.0.8
26162026-06-11T23:04:27.522Z Compiling dirs-sys-next v0.1.2
26172026-06-11T23:04:27.637Z Compiling diesel_derives v2.3.7
26182026-06-11T23:04:27.684Z Compiling hashbrown v0.12.3
26192026-06-11T23:04:27.790Z Compiling glob v0.3.3
26202026-06-11T23:04:27.849Z Compiling maplit v1.0.2
26212026-06-11T23:04:27.870Z Compiling crunchy v0.2.4
26222026-06-11T23:04:28.009Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26232026-06-11T23:04:28.012Z Compiling dirs-next v2.0.0
26242026-06-11T23:04:28.178Z Compiling clang-sys v1.8.1
26252026-06-11T23:04:28.225Z Compiling tabled v0.20.0
26262026-06-11T23:04:28.267Z Compiling serde-hex v0.1.0
26272026-06-11T23:04:28.374Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-06-11T23:04:28.569Z Compiling ron v0.8.1
26292026-06-11T23:04:28.620Z Compiling hashbrown v0.13.2
26302026-06-11T23:04:28.642Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26312026-06-11T23:04:28.716Z Compiling dsl_auto_type v0.2.0
26322026-06-11T23:04:28.771Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26332026-06-11T23:04:29.270Z Compiling scheduled-thread-pool v0.2.7
26342026-06-11T23:04:29.293Z Compiling diesel_table_macro_syntax v0.3.0
26352026-06-11T23:04:29.523Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26362026-06-11T23:04:29.759Z Compiling tiny-keccak v2.0.2
26372026-06-11T23:04:29.892Z Compiling crc-any v2.5.0
26382026-06-11T23:04:30.085Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-06-11T23:04:30.326Z Compiling r2d2 v0.8.10
26402026-06-11T23:04:30.428Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26412026-06-11T23:04:30.621Z Compiling object v0.30.4
26422026-06-11T23:04:31.133Z Compiling term v0.7.0
26432026-06-11T23:04:31.215Z Compiling xshell-macros v0.2.7
26442026-06-11T23:04:31.434Z Compiling downcast-rs v2.0.2
26452026-06-11T23:04:31.499Z Compiling path-slash v0.1.5
26462026-06-11T23:04:31.575Z Compiling bit-vec v0.6.3
26472026-06-11T23:04:31.625Z Compiling xshell v0.2.7
26482026-06-11T23:04:31.677Z Compiling ascii-canvas v3.0.0
26492026-06-11T23:04:31.828Z Compiling bit-set v0.5.3
26502026-06-11T23:04:32.017Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26512026-06-11T23:04:32.188Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-06-11T23:04:32.655Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-06-11T23:04:32.701Z Compiling itertools v0.10.5
26542026-06-11T23:04:32.935Z Compiling ena v0.14.4
26552026-06-11T23:04:33.204Z Compiling libloading v0.8.9
26562026-06-11T23:04:33.417Z Compiling unicase v2.9.0
26572026-06-11T23:04:33.724Z Compiling crc8 v0.1.1
26582026-06-11T23:04:33.780Z Compiling regex-syntax v0.6.29
26592026-06-11T23:04:33.869Z Compiling diff v0.1.13
26602026-06-11T23:04:34.157Z Compiling bindgen v0.71.1
26612026-06-11T23:04:34.401Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-06-11T23:04:34.477Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26632026-06-11T23:04:34.589Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26642026-06-11T23:04:34.857Z Compiling diesel v2.3.7
26652026-06-11T23:04:35.240Z Compiling lalrpop v0.19.12
26662026-06-11T23:04:35.383Z Compiling cexpr v0.6.0
26672026-06-11T23:04:35.617Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26682026-06-11T23:04:35.739Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26692026-06-11T23:04:35.803Z Compiling rustc-hash v2.1.1
26702026-06-11T23:04:35.942Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26712026-06-11T23:04:35.993Z Compiling headers-core v0.3.0
26722026-06-11T23:04:35.996Z Compiling libxml v0.3.3
26732026-06-11T23:04:36.038Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26742026-06-11T23:04:36.092Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-06-11T23:04:36.155Z Compiling headers v0.4.1
26762026-06-11T23:04:36.324Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-06-11T23:04:36.552Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26782026-06-11T23:04:36.578Z Compiling git-stub v1.0.0
26792026-06-11T23:04:36.855Z Compiling strum_macros v0.24.3
26802026-06-11T23:04:37.024Z Compiling indoc v1.0.9
26812026-06-11T23:04:37.245Z Compiling git-stub-vcs v0.1.0
26822026-06-11T23:04:37.457Z Compiling progenitor-impl v0.13.0
26832026-06-11T23:04:37.613Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842026-06-11T23:04:37.805Z Compiling derive_builder v0.20.2
26852026-06-11T23:04:37.836Z Compiling quick-xml v0.37.5
26862026-06-11T23:04:37.974Z Compiling oso-derive v0.27.3
26872026-06-11T23:04:38.114Z Compiling impl-trait-for-tuples v0.2.3
26882026-06-11T23:04:38.480Z Compiling openssl-probe v0.1.6
26892026-06-11T23:04:38.545Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-06-11T23:04:38.784Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26912026-06-11T23:04:38.911Z Compiling progenitor-client v0.13.0
26922026-06-11T23:04:39.211Z Compiling half v1.8.3
26932026-06-11T23:04:39.265Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-06-11T23:04:39.426Z Compiling bb8 v0.8.6
26952026-06-11T23:04:39.470Z Compiling serde_cbor v0.11.2
26962026-06-11T23:04:39.502Z Compiling trait-variant v0.1.2
26972026-06-11T23:04:39.682Z Compiling progenitor-macro v0.13.0
26982026-06-11T23:04:39.759Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-06-11T23:04:39.828Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27002026-06-11T23:04:40.051Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27012026-06-11T23:04:40.175Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-06-11T23:04:40.402Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27032026-06-11T23:04:40.520Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-06-11T23:04:40.574Z Compiling typify-impl v0.4.3
27052026-06-11T23:04:40.671Z Compiling fxhash v0.2.1
27062026-06-11T23:04:40.726Z Compiling samael v0.0.19
27072026-06-11T23:04:40.781Z Compiling libz-sys v1.1.24
27082026-06-11T23:04:40.844Z Compiling nonempty v0.12.0
27092026-06-11T23:04:41.079Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27102026-06-11T23:04:41.188Z Compiling salty v0.3.0
27112026-06-11T23:04:41.908Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-06-11T23:04:41.933Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27132026-06-11T23:04:41.984Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27142026-06-11T23:04:42.270Z Compiling kstat-rs v0.2.4
27152026-06-11T23:04:42.350Z Compiling arc-swap v1.8.2
27162026-06-11T23:04:42.713Z Compiling polar-core v0.27.3
27172026-06-11T23:04:42.734Z Compiling fs-err v2.11.0
27182026-06-11T23:04:43.012Z Compiling mime_guess v2.0.5
27192026-06-11T23:04:43.127Z Compiling slog-scope v4.4.1
27202026-06-11T23:04:43.540Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-06-11T23:04:43.590Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27222026-06-11T23:04:43.752Z Compiling progenitor v0.13.0
27232026-06-11T23:04:43.943Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27242026-06-11T23:04:44.014Z Compiling typify-macro v0.4.3
27252026-06-11T23:04:44.985Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27262026-06-11T23:04:45.150Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27272026-06-11T23:04:45.277Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-06-11T23:04:45.474Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27292026-06-11T23:04:45.541Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27302026-06-11T23:04:45.868Z Compiling nanorand v0.7.0
27312026-06-11T23:04:46.009Z Compiling darling_core v0.23.0
27322026-06-11T23:04:46.234Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-06-11T23:04:46.487Z Compiling parking_lot_core v0.8.6
27342026-06-11T23:04:46.802Z Compiling flume v0.11.1
27352026-06-11T23:04:47.241Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27362026-06-11T23:04:47.268Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-06-11T23:04:48.178Z Compiling darling_macro v0.23.0
27382026-06-11T23:04:48.253Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27392026-06-11T23:04:48.544Z Compiling slog-stdlog v4.1.1
27402026-06-11T23:04:48.871Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-06-11T23:04:49.013Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-06-11T23:04:49.658Z Compiling primeorder v0.13.6
27432026-06-11T23:04:50.007Z Compiling atty v0.2.14
27442026-06-11T23:04:50.161Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27452026-06-11T23:04:50.249Z Compiling http-range v0.1.5
27462026-06-11T23:04:50.402Z Compiling instability v0.3.11
27472026-06-11T23:04:50.591Z Compiling strsim v0.10.0
27482026-06-11T23:04:50.630Z Compiling parse-size v1.1.0
27492026-06-11T23:04:50.766Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27502026-06-11T23:04:50.854Z Compiling darling_core v0.13.4
27512026-06-11T23:04:50.961Z Compiling p384 v0.13.1
27522026-06-11T23:04:52.494Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27532026-06-11T23:04:54.003Z Compiling oso v0.27.3
27542026-06-11T23:04:54.925Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27552026-06-11T23:04:54.961Z Compiling async-bb8-diesel v0.2.1
27562026-06-11T23:04:55.241Z Compiling diesel-dtrace v0.5.0
27572026-06-11T23:04:55.405Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27582026-06-11T23:04:55.897Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27592026-06-11T23:04:56.981Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602026-06-11T23:04:57.144Z Compiling slog-envlogger v2.2.0
27612026-06-11T23:04:57.594Z Compiling darling v0.23.0
27622026-06-11T23:04:58.532Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27632026-06-11T23:04:58.992Z Compiling typify v0.4.3
27642026-06-11T23:04:59.171Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27652026-06-11T23:04:59.698Z Compiling ignore v0.4.25
27662026-06-11T23:05:00.496Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-06-11T23:05:01.299Z Compiling castaway v0.2.4
27682026-06-11T23:05:01.470Z Compiling vergen-git2 v9.1.0
27692026-06-11T23:05:01.702Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-06-11T23:05:01.846Z Compiling indoc v2.0.7
27712026-06-11T23:05:01.964Z Compiling compact_str v0.8.1
27722026-06-11T23:05:02.163Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-06-11T23:05:02.202Z Compiling globwalk v0.9.1
27742026-06-11T23:05:02.652Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27752026-06-11T23:05:02.762Z Compiling progenitor-impl v0.11.2
27762026-06-11T23:05:02.886Z Compiling parking_lot v0.11.2
27772026-06-11T23:05:02.988Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27782026-06-11T23:05:03.104Z Compiling hyper-staticfile v0.10.1
27792026-06-11T23:05:03.700Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27802026-06-11T23:05:03.814Z Compiling darling_macro v0.13.4
27812026-06-11T23:05:04.316Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27822026-06-11T23:05:04.337Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-06-11T23:05:04.409Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27842026-06-11T23:05:04.741Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27852026-06-11T23:05:04.889Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27862026-06-11T23:05:04.943Z Compiling predicates-tree v1.0.13
27872026-06-11T23:05:04.999Z Compiling unicode-truncate v1.1.0
27882026-06-11T23:05:05.128Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27892026-06-11T23:05:05.215Z Compiling lru v0.12.5
27902026-06-11T23:05:05.357Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-06-11T23:05:05.411Z Compiling rand_seeder v0.4.0
27922026-06-11T23:05:05.454Z Compiling prefix-trie v0.7.0
27932026-06-11T23:05:05.671Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-06-11T23:05:05.922Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27952026-06-11T23:05:05.957Z Compiling rustls v0.21.12
27962026-06-11T23:05:06.137Z Compiling cassowary v0.3.0
27972026-06-11T23:05:06.182Z Compiling corncobs v0.1.4
27982026-06-11T23:05:06.203Z Compiling illumos-nvpair-sys v0.2.0
27992026-06-11T23:05:06.419Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-06-11T23:05:06.439Z Compiling ratatui v0.29.0
28012026-06-11T23:05:06.494Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-06-11T23:05:06.584Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-06-11T23:05:06.729Z Compiling hickory-server v0.25.2
28042026-06-11T23:05:06.769Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28052026-06-11T23:05:06.992Z Compiling camino-tempfile-ext v0.3.3
28062026-06-11T23:05:07.022Z Compiling progenitor-macro v0.11.2
28072026-06-11T23:05:07.247Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-06-11T23:05:07.634Z Compiling darling v0.13.4
28092026-06-11T23:05:07.760Z Compiling sled v0.34.7
28102026-06-11T23:05:08.800Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28112026-06-11T23:05:10.243Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28122026-06-11T23:05:11.046Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28132026-06-11T23:05:11.404Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28142026-06-11T23:05:11.796Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28152026-06-11T23:05:11.896Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28162026-06-11T23:05:12.022Z Compiling progenitor-client v0.11.2
28172026-06-11T23:05:12.131Z Compiling sct v0.7.1
28182026-06-11T23:05:12.290Z Compiling rustls-webpki v0.101.7
28192026-06-11T23:05:12.369Z Compiling git2 v0.20.4
28202026-06-11T23:05:12.428Z Compiling secrecy v0.8.0
28212026-06-11T23:05:12.635Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28222026-06-11T23:05:13.972Z Compiling progenitor v0.11.2
28232026-06-11T23:05:14.245Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28242026-06-11T23:05:14.592Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28252026-06-11T23:05:15.312Z Compiling serde_with_macros v1.5.2
28262026-06-11T23:05:15.489Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28272026-06-11T23:05:16.160Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28282026-06-11T23:05:16.230Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28292026-06-11T23:05:16.397Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28302026-06-11T23:05:17.689Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28312026-06-11T23:05:17.789Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28322026-06-11T23:05:18.036Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28332026-06-11T23:05:18.263Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28342026-06-11T23:05:18.494Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28352026-06-11T23:05:18.707Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28362026-06-11T23:05:18.730Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28372026-06-11T23:05:18.943Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28382026-06-11T23:05:19.190Z Compiling void v1.0.2
28392026-06-11T23:05:19.325Z Compiling lzss v0.8.2
28402026-06-11T23:05:19.861Z Compiling illumos-nvpair v0.3.0
28412026-06-11T23:05:20.255Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-06-11T23:05:20.505Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-06-11T23:05:21.591Z Compiling serde_with v1.14.0
28442026-06-11T23:05:22.143Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28452026-06-11T23:05:22.727Z Compiling tokio-rustls v0.24.1
28462026-06-11T23:05:23.014Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28472026-06-11T23:05:23.117Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28482026-06-11T23:05:23.238Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28492026-06-11T23:05:23.278Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-06-11T23:05:24.012Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28512026-06-11T23:05:24.314Z Compiling tungstenite v0.23.0
28522026-06-11T23:05:24.903Z Compiling rustls-pemfile v1.0.4
28532026-06-11T23:05:24.981Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28542026-06-11T23:05:25.213Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28552026-06-11T23:05:25.362Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28562026-06-11T23:05:25.443Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28572026-06-11T23:05:25.598Z Compiling nix v0.27.1
28582026-06-11T23:05:26.649Z Compiling twox-hash v2.1.2
28592026-06-11T23:05:26.784Z Compiling serde_bytes v0.11.19
28602026-06-11T23:05:27.083Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28612026-06-11T23:05:27.107Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28622026-06-11T23:05:27.154Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28632026-06-11T23:05:27.580Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28642026-06-11T23:05:27.678Z Compiling tokio-tungstenite v0.23.1
28652026-06-11T23:05:28.056Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28662026-06-11T23:05:28.161Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28672026-06-11T23:05:30.058Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28682026-06-11T23:05:31.383Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28692026-06-11T23:05:31.496Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28702026-06-11T23:05:31.913Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28712026-06-11T23:05:32.045Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28722026-06-11T23:05:32.335Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28732026-06-11T23:05:32.444Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-06-11T23:05:32.602Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-06-11T23:05:32.936Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28762026-06-11T23:05:33.459Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28772026-06-11T23:05:35.216Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28782026-06-11T23:05:36.212Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28792026-06-11T23:05:36.979Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-06-11T23:05:38.304Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28812026-06-11T23:05:38.307Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28822026-06-11T23:05:38.371Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28832026-06-11T23:05:39.440Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28842026-06-11T23:05:39.576Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28852026-06-11T23:05:39.820Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28862026-06-11T23:05:40.044Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28872026-06-11T23:05:40.422Z Compiling signal-hook-tokio v0.3.1
28882026-06-11T23:05:40.617Z Compiling fatfs v0.3.6
28892026-06-11T23:05:40.978Z Compiling yasna v0.5.2
28902026-06-11T23:05:41.091Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28912026-06-11T23:05:41.307Z Compiling seq-macro v0.3.6
28922026-06-11T23:05:41.346Z Compiling is_ci v1.2.0
28932026-06-11T23:05:41.555Z Compiling assert_matches v1.5.0
28942026-06-11T23:05:41.649Z Compiling rcgen v0.12.1
28952026-06-11T23:05:41.670Z Compiling supports-color v3.0.2
28962026-06-11T23:05:41.804Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28972026-06-11T23:05:41.950Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28982026-06-11T23:05:42.579Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28992026-06-11T23:05:43.159Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29002026-06-11T23:05:43.396Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29012026-06-11T23:05:43.489Z Compiling subprocess v0.2.15
29022026-06-11T23:05:43.629Z Compiling rtoolbox v0.0.3
29032026-06-11T23:05:43.910Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29042026-06-11T23:05:44.779Z Compiling rpassword v7.4.0
29052026-06-11T23:05:45.137Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29062026-06-11T23:05:45.962Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29072026-06-11T23:05:46.020Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29082026-06-11T23:05:46.162Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29092026-06-11T23:05:46.237Z Compiling tui-tree-widget v0.23.1
29102026-06-11T23:05:46.382Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29112026-06-11T23:05:46.532Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29122026-06-11T23:05:47.128Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29132026-06-11T23:05:48.625Z Compiling uzers v0.12.2
29142026-06-11T23:05:49.068Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29152026-06-11T23:05:49.749Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29162026-06-11T23:05:50.841Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29172026-06-11T23:05:52.052Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29182026-06-11T23:05:55.022Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29192026-06-11T23:05:55.768Z Compiling support-bundle-viewer v0.1.2
29202026-06-11T23:05:57.203Z Compiling multimap v0.10.1
29212026-06-11T23:06:05.691Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29222026-06-11T23:06:11.319Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29232026-06-11T23:06:17.417Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29242026-06-11T23:06:18.271Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29252026-06-11T23:06:20.467Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29262026-06-11T23:12:14.974Z Finished `release` profile [optimized] target(s) in 8m 13s
29272026-06-11T23:13:27.995Z
29282026-06-11T23:13:27.995Zreal 9:27.403191069
29292026-06-11T23:13:27.995Zuser 1:19:18.512227568
29302026-06-11T23:13:27.999Zsys 3:37.279228544
29312026-06-11T23:13:28.001Ztrap 1.756025315
29322026-06-11T23:13:28.001Ztflt 2.524268963
29332026-06-11T23:13:28.001Zdflt 17.970061587
29342026-06-11T23:13:28.001Zkflt 0.005289302
29352026-06-11T23:13:28.002Zlock 6:52:01.192965562
29362026-06-11T23:13:28.002Zslp 2:16:16.969161432
29372026-06-11T23:13:28.002Zlat 2:29.664154123
29382026-06-11T23:13:28.002Zstop 5:21.624295852
29392026-06-11T23:13:28.002Z+ mapfile -t packages
29402026-06-11T23:13:28.002Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29412026-06-11T23:13:28.969Z Finished `release` profile [optimized] target(s) in 0.96s
29422026-06-11T23:13:29.040Z Running `target/release/omicron-package -t test list-outputs`
29432026-06-11T23:13:29.103ZLogging to: /work/oxidecomputer/omicron/out/LOG
29442026-06-11T23:13:29.107Z+ ptime -m cargo build --locked --release -p xtask
29452026-06-11T23:13:29.650Z Compiling libc v0.2.185
29462026-06-11T23:13:29.650Z Compiling serde v1.0.228
29472026-06-11T23:13:29.654Z Compiling serde_core v1.0.228
29482026-06-11T23:13:29.654Z Compiling rustix v1.1.3
29492026-06-11T23:13:29.762Z Compiling bitflags v2.11.0
29502026-06-11T23:13:29.765Z Compiling serde_json v1.0.149
29512026-06-11T23:13:29.798Z Compiling num-traits v0.2.19
29522026-06-11T23:13:29.809Z Compiling syn v2.0.117
29532026-06-11T23:13:29.831Z Compiling smallvec v1.15.1
29542026-06-11T23:13:29.843Z Compiling usdt-impl v0.5.0
29552026-06-11T23:13:29.846Z Compiling indexmap v2.14.0
29562026-06-11T23:13:29.868Z Compiling syn v1.0.109
29572026-06-11T23:13:29.881Z Compiling getrandom v0.4.1
29582026-06-11T23:13:29.885Z Compiling log v0.4.29
29592026-06-11T23:13:30.038Z Compiling percent-encoding v2.3.2
29602026-06-11T23:13:30.190Z Compiling form_urlencoded v1.2.2
29612026-06-11T23:13:30.261Z Compiling fs-err v3.3.0
29622026-06-11T23:13:30.264Z Compiling heck v0.4.1
29632026-06-11T23:13:30.265Z Compiling anyhow v1.0.102
29642026-06-11T23:13:30.268Z Compiling once_cell v1.21.3
29652026-06-11T23:13:30.516Z Compiling errno v0.3.14
29662026-06-11T23:13:30.519Z Compiling thread-id v4.2.2
29672026-06-11T23:13:30.566Z Compiling memmap v0.7.0
29682026-06-11T23:13:30.816Z Compiling ordered-float v2.10.1
29692026-06-11T23:13:31.421Z Compiling proc-macro-error v1.0.4
29702026-06-11T23:13:31.513Z Compiling terminal_size v0.4.3
29712026-06-11T23:13:31.513Z Compiling tempfile v3.25.0
29722026-06-11T23:13:31.615Z Compiling clap_builder v4.6.0
29732026-06-11T23:13:31.615Z Compiling textwrap v0.16.2
29742026-06-11T23:13:31.677Z Compiling tabled_derive v0.7.0
29752026-06-11T23:13:31.751Z Compiling camino-tempfile v1.4.1
29762026-06-11T23:13:32.326Z Compiling tabled v0.15.0
29772026-06-11T23:13:32.343Z Compiling synstructure v0.13.2
29782026-06-11T23:13:32.343Z Compiling pest_generator v2.8.6
29792026-06-11T23:13:32.752Z Compiling serde_derive v1.0.228
29802026-06-11T23:13:32.756Z Compiling zerofrom-derive v0.1.6
29812026-06-11T23:13:32.756Z Compiling yoke-derive v0.8.1
29822026-06-11T23:13:32.756Z Compiling zerovec-derive v0.11.2
29832026-06-11T23:13:32.756Z Compiling displaydoc v0.2.5
29842026-06-11T23:13:32.756Z Compiling thiserror-impl v1.0.69
29852026-06-11T23:13:32.756Z Compiling zerocopy-derive v0.7.35
29862026-06-11T23:13:32.756Z Compiling scroll_derive v0.12.1
29872026-06-11T23:13:32.756Z Compiling thiserror-impl v2.0.18
29882026-06-11T23:13:32.756Z Compiling clap_derive v4.6.1
29892026-06-11T23:13:32.884Z Compiling pest_derive v2.8.6
29902026-06-11T23:13:33.454Z Compiling scroll v0.12.0
29912026-06-11T23:13:33.568Z Compiling zerocopy v0.7.35
29922026-06-11T23:13:33.784Z Compiling goblin v0.8.2
29932026-06-11T23:13:33.995Z Compiling zerofrom v0.1.6
29942026-06-11T23:13:33.999Z Compiling thiserror v1.0.69
29952026-06-11T23:13:34.039Z Compiling thiserror v2.0.18
29962026-06-11T23:13:34.127Z Compiling yoke v0.8.1
29972026-06-11T23:13:34.146Z Compiling dtrace-parser v0.2.0
29982026-06-11T23:13:34.343Z Compiling zerovec v0.11.5
29992026-06-11T23:13:34.442Z Compiling zerotrie v0.2.3
30002026-06-11T23:13:34.455Z Compiling clap v4.6.1
30012026-06-11T23:13:34.887Z Compiling tinystr v0.8.2
30022026-06-11T23:13:34.942Z Compiling potential_utf v0.1.4
30032026-06-11T23:13:35.132Z Compiling icu_locale_core v2.1.1
30042026-06-11T23:13:35.154Z Compiling icu_collections v2.1.1
30052026-06-11T23:13:35.865Z Compiling icu_provider v2.1.1
30062026-06-11T23:13:36.034Z Compiling toml_datetime v0.6.11
30072026-06-11T23:13:36.186Z Compiling icu_properties v2.1.2
30082026-06-11T23:13:36.227Z Compiling icu_normalizer v2.1.1
30092026-06-11T23:13:36.314Z Compiling serde_spanned v0.6.9
30102026-06-11T23:13:36.330Z Compiling dof v0.3.0
30112026-06-11T23:13:36.387Z Compiling serde_tokenstream v0.2.3
30122026-06-11T23:13:36.438Z Compiling toml_edit v0.22.27
30132026-06-11T23:13:36.509Z Compiling serde-value v0.7.0
30142026-06-11T23:13:36.692Z Compiling cargo-platform v0.2.0
30152026-06-11T23:13:36.715Z Compiling macaddr v1.0.1
30162026-06-11T23:13:37.115Z Compiling idna_adapter v1.2.1
30172026-06-11T23:13:37.188Z Compiling usdt-macro v0.5.0
30182026-06-11T23:13:37.229Z Compiling usdt-attr-macro v0.5.0
30192026-06-11T23:13:37.240Z Compiling idna v1.1.0
30202026-06-11T23:13:37.622Z Compiling url v2.5.8
30212026-06-11T23:13:37.872Z Compiling usdt v0.5.0
30222026-06-11T23:13:38.024Z Compiling toml v0.8.23
30232026-06-11T23:13:38.483Z Compiling cargo-util-schemas v0.8.2
30242026-06-11T23:13:38.507Z Compiling cargo_toml v0.21.0
30252026-06-11T23:13:39.513Z Compiling cargo_metadata v0.21.0
30262026-06-11T23:13:42.620Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30272026-06-11T23:13:45.636Z Finished `release` profile [optimized] target(s) in 16.51s
30282026-06-11T23:13:45.759Z
30292026-06-11T23:13:45.759Zreal 16.614458864
30302026-06-11T23:13:45.759Zuser 2:22.005977269
30312026-06-11T23:13:45.759Zsys 16.922079934
30322026-06-11T23:13:45.763Ztrap 0.076885854
30332026-06-11T23:13:45.763Ztflt 0.461098031
30342026-06-11T23:13:45.763Zdflt 1.469605308
30352026-06-11T23:13:45.763Zkflt 0.000066870
30362026-06-11T23:13:45.763Zlock 5:21.690308255
30372026-06-11T23:13:45.763Zslp 3:26.863203825
30382026-06-11T23:13:45.763Zlat 6.458641714
30392026-06-11T23:13:45.763Zstop 20.665388196
30402026-06-11T23:13:45.763Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30412026-06-11T23:13:45.763Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30422026-06-11T23:13:45.763Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30432026-06-11T23:13:45.763Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30442026-06-11T23:13:45.763Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30452026-06-11T23:13:46.737Z Compiling progenitor-client v0.14.0
30462026-06-11T23:13:46.737Z Compiling newtype-uuid-macros v0.1.0
30472026-06-11T23:13:46.738Z Compiling structmeta-derive v0.3.0
30482026-06-11T23:13:46.738Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-06-11T23:13:46.753Z Compiling rustls v0.22.4
30502026-06-11T23:13:46.898Z Compiling rustls-webpki v0.102.8
30512026-06-11T23:13:46.921Z Compiling multer v3.1.0
30522026-06-11T23:13:46.949Z Compiling match_cfg v0.1.0
30532026-06-11T23:13:46.949Z Compiling debug-ignore v1.0.5
30542026-06-11T23:13:46.949Z Compiling compression-core v0.4.31
30552026-06-11T23:13:46.949Z Compiling atomicwrites v0.4.4
30562026-06-11T23:13:46.949Z Compiling slog-json v2.6.1
30572026-06-11T23:13:46.987Z Compiling async-stream-impl v0.3.6
30582026-06-11T23:13:46.993Z Compiling toml_datetime v1.0.0+spec-1.1.0
30592026-06-11T23:13:46.993Z Compiling serde_spanned v1.0.4
30602026-06-11T23:13:46.993Z Compiling dropshot v0.17.0
30612026-06-11T23:13:47.214Z Compiling hostname v0.3.1
30622026-06-11T23:13:47.232Z Compiling toml_writer v1.0.6+spec-1.1.0
30632026-06-11T23:13:47.244Z Compiling itertools v0.14.0
30642026-06-11T23:13:47.244Z Compiling waitgroup v0.1.2
30652026-06-11T23:13:47.253Z Compiling rustls-pemfile v2.2.0
30662026-06-11T23:13:47.686Z Compiling dropshot_endpoint v0.17.0
30672026-06-11T23:13:47.724Z Compiling compression-codecs v0.4.37
30682026-06-11T23:13:47.724Z Compiling slog-bunyan v2.5.0
30692026-06-11T23:13:47.724Z Compiling toml v1.0.6+spec-1.1.0
30702026-06-11T23:13:47.724Z Compiling serde_path_to_error v0.1.20
30712026-06-11T23:13:47.724Z Compiling hostname v0.4.2
30722026-06-11T23:13:47.724Z Compiling async-compression v0.4.41
30732026-06-11T23:13:47.724Z Compiling regress v0.10.5
30742026-06-11T23:13:47.724Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30752026-06-11T23:13:47.724Z Compiling macaddr v1.0.1
30762026-06-11T23:13:47.724Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-06-11T23:13:47.724Z Compiling instant v0.1.13
30782026-06-11T23:13:47.729Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30792026-06-11T23:13:47.737Z Compiling async-stream v0.3.6
30802026-06-11T23:13:47.742Z Compiling backon v1.6.0
30812026-06-11T23:13:47.772Z Compiling backoff v0.4.0
30822026-06-11T23:13:47.797Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30832026-06-11T23:13:47.871Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30842026-06-11T23:13:47.886Z Compiling humantime v2.3.0
30852026-06-11T23:13:47.886Z Compiling universal-hash v0.5.1
30862026-06-11T23:13:47.922Z Compiling progenitor-extras v0.2.0
30872026-06-11T23:13:47.946Z Compiling opaque-debug v0.3.1
30882026-06-11T23:13:47.983Z Compiling half v2.7.1
30892026-06-11T23:13:48.016Z Compiling ciborium-io v0.2.2
30902026-06-11T23:13:48.027Z Compiling structmeta v0.3.0
30912026-06-11T23:13:48.062Z Compiling crucible-workspace-hack v0.1.0
30922026-06-11T23:13:48.074Z Compiling convert_case v0.4.0
30932026-06-11T23:13:48.082Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30942026-06-11T23:13:48.128Z Compiling aead v0.5.2
30952026-06-11T23:13:48.172Z Compiling secrecy v0.10.3
30962026-06-11T23:13:48.201Z Compiling poly1305 v0.8.0
30972026-06-11T23:13:48.241Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30982026-06-11T23:13:48.253Z Compiling ciborium-ll v0.2.2
30992026-06-11T23:13:48.294Z Compiling derive-ex v0.1.8
31002026-06-11T23:13:48.306Z Compiling parse-display-derive v0.10.0
31012026-06-11T23:13:48.361Z Compiling chacha20 v0.9.1
31022026-06-11T23:13:48.375Z Compiling regress v0.11.1
31032026-06-11T23:13:48.397Z Compiling unsafe-libyaml v0.2.11
31042026-06-11T23:13:48.416Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31052026-06-11T23:13:48.463Z Compiling derive_more v0.99.20
31062026-06-11T23:13:48.528Z Compiling ciborium v0.2.2
31072026-06-11T23:13:48.549Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-06-11T23:13:48.561Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31092026-06-11T23:13:48.644Z Compiling thiserror-impl-no-std v2.0.2
31102026-06-11T23:13:48.812Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31112026-06-11T23:13:48.822Z Compiling byte-wrapper v0.1.0
31122026-06-11T23:13:48.906Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31132026-06-11T23:13:48.926Z Compiling password-hash v0.5.0
31142026-06-11T23:13:48.980Z Compiling serde_yaml v0.9.34+deprecated
31152026-06-11T23:13:49.134Z Compiling blake2 v0.10.6
31162026-06-11T23:13:49.153Z Compiling toml_datetime v0.7.5+spec-1.1.0
31172026-06-11T23:13:49.170Z Compiling chacha20poly1305 v0.10.1
31182026-06-11T23:13:49.186Z Compiling indent_write v2.2.0
31192026-06-11T23:13:49.206Z Compiling heapless v0.8.0
31202026-06-11T23:13:49.340Z Compiling tokio-rustls v0.25.0
31212026-06-11T23:13:49.359Z Compiling toml_edit v0.23.10+spec-1.0.0
31222026-06-11T23:13:49.362Z Compiling ingot-macros v0.1.1
31232026-06-11T23:13:49.423Z Compiling argon2 v0.5.3
31242026-06-11T23:13:49.704Z Compiling tabwriter v1.4.1
31252026-06-11T23:13:49.721Z Compiling hash32 v0.3.1
31262026-06-11T23:13:49.880Z Compiling thiserror-no-std v2.0.2
31272026-06-11T23:13:49.920Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31282026-06-11T23:13:49.985Z Compiling typify-impl v0.6.2
31292026-06-11T23:13:50.005Z Compiling vsss-rs v3.3.4
31302026-06-11T23:13:50.051Z Compiling test-strategy v0.4.5
31312026-06-11T23:13:50.119Z Compiling parse-display v0.10.0
31322026-06-11T23:13:50.228Z Compiling proc-macro-crate v3.4.0
31332026-06-11T23:13:50.458Z Compiling smoltcp v0.11.0
31342026-06-11T23:13:50.489Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31352026-06-11T23:13:50.649Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31362026-06-11T23:13:50.775Z Compiling num-rational v0.4.2
31372026-06-11T23:13:50.793Z Compiling cobs v0.3.0
31382026-06-11T23:13:50.799Z Compiling num-complex v0.4.6
31392026-06-11T23:13:50.831Z Compiling num_enum_derive v0.7.6
31402026-06-11T23:13:50.838Z Compiling colored v3.1.1
31412026-06-11T23:13:50.893Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31422026-06-11T23:13:50.972Z Compiling postcard v1.1.3
31432026-06-11T23:13:51.125Z Compiling proc-macro-error v1.0.4
31442026-06-11T23:13:51.143Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31452026-06-11T23:13:51.161Z Compiling proc-macro-crate v1.3.1
31462026-06-11T23:13:51.237Z Compiling num v0.4.3
31472026-06-11T23:13:51.254Z Compiling foreign-types-macros v0.2.3
31482026-06-11T23:13:51.335Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31492026-06-11T23:13:51.360Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31502026-06-11T23:13:51.401Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31512026-06-11T23:13:51.437Z Compiling rayon-core v1.13.0
31522026-06-11T23:13:51.466Z Compiling foreign-types-shared v0.3.1
31532026-06-11T23:13:51.586Z Compiling float-ord v0.3.2
31542026-06-11T23:13:51.612Z Compiling cpufeatures v0.3.0
31552026-06-11T23:13:51.633Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31562026-06-11T23:13:51.633Z Compiling num_enum_derive v0.5.11
31572026-06-11T23:13:51.705Z Compiling chacha20 v0.10.0
31582026-06-11T23:13:51.743Z Compiling crossbeam-deque v0.8.6
31592026-06-11T23:13:51.743Z Compiling camino-tempfile v1.4.1
31602026-06-11T23:13:51.749Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31612026-06-11T23:13:51.873Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31622026-06-11T23:13:51.892Z Compiling cstr-argument v0.1.2
31632026-06-11T23:13:51.911Z Compiling foreign-types v0.5.0
31642026-06-11T23:13:51.961Z Compiling num_enum v0.7.6
31652026-06-11T23:13:51.989Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31662026-06-11T23:13:52.010Z Compiling rand v0.10.0
31672026-06-11T23:13:52.052Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31682026-06-11T23:13:52.088Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31692026-06-11T23:13:52.111Z Compiling toml v0.8.23
31702026-06-11T23:13:52.235Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31712026-06-11T23:13:52.254Z Compiling zone_cfg_derive v0.3.1
31722026-06-11T23:13:52.273Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31732026-06-11T23:13:52.294Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31742026-06-11T23:13:52.329Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31752026-06-11T23:13:52.348Z Compiling itertools v0.12.1
31762026-06-11T23:13:52.368Z Compiling ingot-types v0.1.2
31772026-06-11T23:13:52.389Z Compiling num-derive v0.4.2
31782026-06-11T23:13:52.449Z Compiling sigpipe v0.1.3
31792026-06-11T23:13:52.526Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31802026-06-11T23:13:52.589Z Compiling rayon v1.11.0
31812026-06-11T23:13:52.624Z Compiling glob v0.3.3
31822026-06-11T23:13:52.640Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31832026-06-11T23:13:52.794Z Compiling ingot v0.1.1
31842026-06-11T23:13:52.814Z Compiling num_enum v0.5.11
31852026-06-11T23:13:52.857Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31862026-06-11T23:13:52.893Z Compiling smf v0.2.3
31872026-06-11T23:13:52.912Z Compiling prettyplease v0.2.37
31882026-06-11T23:13:52.969Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31892026-06-11T23:13:52.985Z Compiling whoami v1.6.1
31902026-06-11T23:13:53.022Z Compiling usdt-macro v0.5.0
31912026-06-11T23:13:53.054Z Compiling usdt-attr-macro v0.5.0
31922026-06-11T23:13:53.145Z Compiling gethostname v0.5.0
31932026-06-11T23:13:53.318Z Compiling memmap v0.7.0
31942026-06-11T23:13:53.321Z Compiling derive-where v1.6.0
31952026-06-11T23:13:53.414Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31962026-06-11T23:13:53.450Z Compiling resolv-conf v0.7.6
31972026-06-11T23:13:53.480Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31982026-06-11T23:13:53.542Z Compiling zone v0.3.1
31992026-06-11T23:13:53.648Z Compiling cancel-safe-futures v0.1.5
32002026-06-11T23:13:53.670Z Compiling owo-colors v4.3.0
32012026-06-11T23:13:53.831Z Compiling libsw-core v0.3.2
32022026-06-11T23:13:53.849Z Compiling console v0.15.11
32032026-06-11T23:13:53.849Z Compiling hickory-proto v0.24.4
32042026-06-11T23:13:53.931Z Compiling usdt v0.5.0
32052026-06-11T23:13:54.033Z Compiling libsw v3.5.0
32062026-06-11T23:13:54.242Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32072026-06-11T23:13:54.261Z Compiling newline-converter v0.3.0
32082026-06-11T23:13:54.279Z Compiling linked-hash-map v0.5.6
32092026-06-11T23:13:54.300Z Compiling linear-map v1.2.0
32102026-06-11T23:13:54.410Z Compiling libefi-sys v0.1.0
32112026-06-11T23:13:54.433Z Compiling expectorate v1.2.0
32122026-06-11T23:13:54.451Z Compiling git-stub v1.0.0
32132026-06-11T23:13:54.490Z Compiling lru-cache v0.1.2
32142026-06-11T23:13:54.509Z Compiling bitfield-struct v0.6.2
32152026-06-11T23:13:54.529Z Compiling nom v8.0.0
32162026-06-11T23:13:54.532Z Compiling semver v0.1.20
32172026-06-11T23:13:54.620Z Compiling typify-macro v0.6.2
32182026-06-11T23:13:54.639Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32192026-06-11T23:13:54.676Z Compiling git-stub-vcs v0.1.0
32202026-06-11T23:13:54.765Z Compiling rustc_version v0.1.7
32212026-06-11T23:13:54.771Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32222026-06-11T23:13:54.788Z Compiling tokio-dtrace v0.1.1
32232026-06-11T23:13:54.872Z Compiling dropshot-api-manager-types v0.7.2
32242026-06-11T23:13:54.890Z Compiling slog-dtrace v0.3.0
32252026-06-11T23:13:54.908Z Compiling minimal-lexical v0.2.1
32262026-06-11T23:13:54.930Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-06-11T23:13:55.021Z Compiling newtype_derive v0.1.6
32282026-06-11T23:13:55.040Z Compiling oxide-tokio-rt v0.1.4
32292026-06-11T23:13:55.072Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32302026-06-11T23:13:55.090Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-06-11T23:13:55.195Z Compiling nom v7.1.3
32322026-06-11T23:13:55.214Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32332026-06-11T23:13:55.217Z Compiling phf_shared v0.12.1
32342026-06-11T23:13:55.234Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-06-11T23:13:55.237Z Compiling csv-core v0.1.13
32362026-06-11T23:13:55.284Z Compiling highway v1.3.0
32372026-06-11T23:13:55.311Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32382026-06-11T23:13:55.359Z Compiling xshell-macros v0.2.7
32392026-06-11T23:13:55.404Z Compiling chrono-tz v0.10.4
32402026-06-11T23:13:55.441Z Compiling phf v0.12.1
32412026-06-11T23:13:55.584Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32422026-06-11T23:13:55.639Z Compiling csv v1.4.0
32432026-06-11T23:13:55.663Z Compiling const_format_proc_macros v0.2.34
32442026-06-11T23:13:55.791Z Compiling xshell v0.2.7
32452026-06-11T23:13:55.816Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-06-11T23:13:55.832Z Compiling primeorder v0.13.6
32472026-06-11T23:13:56.005Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32482026-06-11T23:13:56.064Z Compiling hickory-resolver v0.24.4
32492026-06-11T23:13:56.097Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32502026-06-11T23:13:56.236Z Compiling tabled_derive v0.7.0
32512026-06-11T23:13:56.333Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32522026-06-11T23:13:56.432Z Compiling bcs v0.1.6
32532026-06-11T23:13:56.436Z Compiling termtree v0.5.1
32542026-06-11T23:13:56.495Z Compiling typify v0.6.2
32552026-06-11T23:13:56.531Z Compiling const_format v0.2.35
32562026-06-11T23:13:56.597Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32572026-06-11T23:13:56.630Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32582026-06-11T23:13:56.648Z Compiling progenitor-impl v0.14.0
32592026-06-11T23:13:56.787Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-06-11T23:13:56.866Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-06-11T23:13:56.882Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32622026-06-11T23:13:56.920Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32632026-06-11T23:13:57.124Z Compiling qorb v0.4.1
32642026-06-11T23:13:57.145Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32652026-06-11T23:13:57.165Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32662026-06-11T23:13:57.270Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32672026-06-11T23:13:57.370Z Compiling tagptr v0.2.0
32682026-06-11T23:13:57.407Z Compiling salty v0.3.0
32692026-06-11T23:13:57.598Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32702026-06-11T23:13:57.621Z Compiling moka v0.12.13
32712026-06-11T23:13:57.713Z Compiling textwrap v0.16.2
32722026-06-11T23:13:57.778Z Compiling tabled v0.15.0
32732026-06-11T23:13:57.842Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32742026-06-11T23:13:58.091Z Compiling steno v0.4.1
32752026-06-11T23:13:58.257Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32762026-06-11T23:13:58.384Z Compiling radium v0.7.0
32772026-06-11T23:13:58.420Z Compiling base64 v0.21.7
32782026-06-11T23:13:58.439Z Compiling hickory-resolver v0.25.2
32792026-06-11T23:13:58.496Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32802026-06-11T23:13:58.709Z Compiling p384 v0.13.1
32812026-06-11T23:13:58.727Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32822026-06-11T23:13:58.777Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32832026-06-11T23:13:58.928Z Compiling typify-impl v0.4.3
32842026-06-11T23:13:59.105Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-06-11T23:13:59.110Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-06-11T23:13:59.220Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32872026-06-11T23:13:59.303Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32882026-06-11T23:13:59.308Z Compiling tap v1.0.1
32892026-06-11T23:13:59.459Z Compiling progenitor-macro v0.14.0
32902026-06-11T23:13:59.477Z Compiling maybe-uninit v2.0.0
32912026-06-11T23:13:59.498Z Compiling wyz v0.5.1
32922026-06-11T23:13:59.772Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32932026-06-11T23:13:59.906Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32942026-06-11T23:13:59.940Z Compiling proc-macro-error-attr2 v2.0.0
32952026-06-11T23:14:00.114Z Compiling packed_struct v0.10.1
32962026-06-11T23:14:00.274Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32972026-06-11T23:14:00.301Z Compiling utf-8 v0.7.6
32982026-06-11T23:14:00.391Z Compiling funty v2.0.0
32992026-06-11T23:14:00.408Z Compiling parking_lot_core v0.8.6
33002026-06-11T23:14:00.452Z Compiling tungstenite v0.21.0
33012026-06-11T23:14:00.525Z Compiling proc-macro-error2 v2.0.1
33022026-06-11T23:14:00.607Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33032026-06-11T23:14:00.640Z Compiling polyval v0.6.2
33042026-06-11T23:14:00.726Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33052026-06-11T23:14:00.743Z Compiling bitvec v1.0.1
33062026-06-11T23:14:00.875Z Compiling packed_struct_codegen v0.10.1
33072026-06-11T23:14:00.894Z Compiling num-derive v0.3.3
33082026-06-11T23:14:00.913Z Compiling zerocopy-derive v0.6.6
33092026-06-11T23:14:01.020Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33102026-06-11T23:14:01.068Z Compiling bitfield-macros v0.19.4
33112026-06-11T23:14:01.156Z Compiling indexmap v1.9.3
33122026-06-11T23:14:01.178Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33132026-06-11T23:14:01.337Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-06-11T23:14:01.386Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33152026-06-11T23:14:01.405Z Compiling nodrop v0.1.14
33162026-06-11T23:14:01.528Z Compiling crc-catalog v2.4.0
33172026-06-11T23:14:01.552Z Compiling array-init v0.0.4
33182026-06-11T23:14:01.647Z Compiling crc v3.4.0
33192026-06-11T23:14:01.663Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33202026-06-11T23:14:01.826Z Compiling zerocopy v0.6.6
33212026-06-11T23:14:01.852Z Compiling bitfield v0.19.4
33222026-06-11T23:14:01.877Z Compiling libscf-sys v1.1.0
33232026-06-11T23:14:01.894Z Compiling tokio-tungstenite v0.21.0
33242026-06-11T23:14:01.929Z Compiling tabled_derive v0.11.0
33252026-06-11T23:14:02.010Z Compiling ghash v0.5.1
33262026-06-11T23:14:02.111Z Compiling smallvec v0.6.14
33272026-06-11T23:14:02.219Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-06-11T23:14:02.239Z Compiling papergrid v0.17.0
33292026-06-11T23:14:02.258Z Compiling testing_table v0.3.0
33302026-06-11T23:14:02.356Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-06-11T23:14:02.376Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33322026-06-11T23:14:02.450Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33332026-06-11T23:14:02.488Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33342026-06-11T23:14:02.492Z Compiling ctr v0.9.2
33352026-06-11T23:14:02.614Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-06-11T23:14:02.734Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33372026-06-11T23:14:02.751Z Compiling unicase v2.9.0
33382026-06-11T23:14:02.842Z Compiling corncobs v0.1.4
33392026-06-11T23:14:02.953Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-06-11T23:14:02.993Z Compiling hashbrown v0.12.3
33412026-06-11T23:14:02.998Z Compiling illumos-nvpair-sys v0.2.0
33422026-06-11T23:14:03.047Z Compiling mime_guess v2.0.5
33432026-06-11T23:14:03.069Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-06-11T23:14:03.111Z Compiling aes-gcm v0.10.3
33452026-06-11T23:14:03.138Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-06-11T23:14:03.202Z Compiling serde-hex v0.1.0
33472026-06-11T23:14:03.254Z Compiling parking_lot v0.11.2
33482026-06-11T23:14:03.334Z Compiling tabled v0.20.0
33492026-06-11T23:14:03.532Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33502026-06-11T23:14:03.555Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33512026-06-11T23:14:03.607Z Compiling typify-macro v0.4.3
33522026-06-11T23:14:03.639Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-06-11T23:14:03.658Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33542026-06-11T23:14:03.852Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33552026-06-11T23:14:03.876Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33562026-06-11T23:14:03.916Z Compiling ron v0.8.1
33572026-06-11T23:14:03.945Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33582026-06-11T23:14:04.047Z Compiling progenitor-client v0.11.2
33592026-06-11T23:14:04.064Z Compiling hashbrown v0.13.2
33602026-06-11T23:14:04.189Z Compiling prefix-trie v0.7.0
33612026-06-11T23:14:04.411Z Compiling blowfish v0.9.1
33622026-06-11T23:14:04.458Z Compiling ssh-encoding v0.2.0
33632026-06-11T23:14:04.595Z Compiling fxhash v0.2.1
33642026-06-11T23:14:04.615Z Compiling secrecy v0.8.0
33652026-06-11T23:14:04.656Z Compiling progenitor v0.14.0
33662026-06-11T23:14:04.692Z Compiling crc-any v2.5.0
33672026-06-11T23:14:04.761Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33682026-06-11T23:14:04.805Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33692026-06-11T23:14:04.840Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33702026-06-11T23:14:04.941Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33712026-06-11T23:14:05.020Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33722026-06-11T23:14:05.045Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33732026-06-11T23:14:05.131Z Compiling sled v0.34.7
33742026-06-11T23:14:05.387Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33752026-06-11T23:14:05.469Z Compiling typify v0.4.3
33762026-06-11T23:14:05.615Z Compiling progenitor-impl v0.11.2
33772026-06-11T23:14:05.663Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33782026-06-11T23:14:05.683Z Compiling ssh-cipher v0.2.0
33792026-06-11T23:14:05.705Z Compiling bcrypt-pbkdf v0.10.0
33802026-06-11T23:14:05.816Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33812026-06-11T23:14:05.904Z Compiling object v0.30.4
33822026-06-11T23:14:06.068Z Compiling hickory-server v0.25.2
33832026-06-11T23:14:06.093Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33842026-06-11T23:14:06.230Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33852026-06-11T23:14:06.247Z Compiling password-hash v0.4.2
33862026-06-11T23:14:06.312Z Compiling half v1.8.3
33872026-06-11T23:14:06.396Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-06-11T23:14:06.609Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33892026-06-11T23:14:06.668Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33902026-06-11T23:14:07.008Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33912026-06-11T23:14:07.492Z Compiling path-slash v0.1.5
33922026-06-11T23:14:07.699Z Compiling crc8 v0.1.1
33932026-06-11T23:14:07.722Z Compiling http-range v0.1.5
33942026-06-11T23:14:07.854Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33952026-06-11T23:14:07.870Z Compiling serde_cbor v0.11.2
33962026-06-11T23:14:07.941Z Compiling pbkdf2 v0.11.0
33972026-06-11T23:14:08.054Z Compiling illumos-nvpair v0.3.0
33982026-06-11T23:14:08.342Z Compiling ssh-key v0.6.7
33992026-06-11T23:14:08.346Z Compiling progenitor-macro v0.11.2
34002026-06-11T23:14:08.375Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34012026-06-11T23:14:08.518Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34022026-06-11T23:14:08.743Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34032026-06-11T23:14:08.864Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34042026-06-11T23:14:08.929Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34052026-06-11T23:14:08.933Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34062026-06-11T23:14:08.985Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34072026-06-11T23:14:09.265Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-06-11T23:14:09.292Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34092026-06-11T23:14:09.392Z Compiling p521 v0.13.3
34102026-06-11T23:14:09.419Z Compiling p256 v0.13.2
34112026-06-11T23:14:09.562Z Compiling yasna v0.5.2
34122026-06-11T23:14:09.842Z Compiling kstat-rs v0.2.4
34132026-06-11T23:14:09.861Z Compiling headers-core v0.3.0
34142026-06-11T23:14:09.908Z Compiling nanorand v0.7.0
34152026-06-11T23:14:09.960Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34162026-06-11T23:14:10.016Z Compiling russh-cryptovec v0.7.3
34172026-06-11T23:14:10.039Z Compiling atty v0.2.14
34182026-06-11T23:14:10.085Z Compiling home v0.5.12
34192026-06-11T23:14:10.109Z Compiling md5 v0.7.0
34202026-06-11T23:14:10.179Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34212026-06-11T23:14:10.198Z Compiling flume v0.11.1
34222026-06-11T23:14:10.231Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34232026-06-11T23:14:10.250Z Compiling rcgen v0.12.1
34242026-06-11T23:14:10.268Z Compiling headers v0.4.1
34252026-06-11T23:14:10.285Z Compiling russh-keys v0.45.0
34262026-06-11T23:14:10.388Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34272026-06-11T23:14:10.413Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34282026-06-11T23:14:10.568Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34292026-06-11T23:14:10.592Z Compiling hyper-staticfile v0.10.1
34302026-06-11T23:14:10.740Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34312026-06-11T23:14:10.758Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34322026-06-11T23:14:10.938Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34332026-06-11T23:14:10.988Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-06-11T23:14:11.070Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34352026-06-11T23:14:11.144Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34362026-06-11T23:14:11.171Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34372026-06-11T23:14:11.188Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34382026-06-11T23:14:11.446Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34392026-06-11T23:14:11.484Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34402026-06-11T23:14:11.641Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34412026-06-11T23:14:11.712Z Compiling num-bigint v0.4.6
34422026-06-11T23:14:11.731Z Compiling des v0.8.1
34432026-06-11T23:14:11.753Z Compiling subprocess v0.2.15
34442026-06-11T23:14:11.777Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34452026-06-11T23:14:11.795Z Compiling display-error-chain v0.2.2
34462026-06-11T23:14:11.829Z Compiling hex-literal v0.4.1
34472026-06-11T23:14:11.947Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-06-11T23:14:11.964Z Compiling colored v2.2.0
34492026-06-11T23:14:11.980Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-06-11T23:14:11.999Z Compiling socket2 v0.5.10
34512026-06-11T23:14:11.999Z Compiling internet-checksum v0.2.1
34522026-06-11T23:14:12.230Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-06-11T23:14:12.352Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34542026-06-11T23:14:12.908Z Compiling russh v0.45.0
34552026-06-11T23:14:13.415Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34562026-06-11T23:14:13.449Z Compiling progenitor v0.11.2
34572026-06-11T23:14:13.474Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34582026-06-11T23:14:13.575Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34592026-06-11T23:14:15.918Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34602026-06-11T23:14:16.567Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34612026-06-11T23:14:17.033Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34622026-06-11T23:14:18.878Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34632026-06-11T23:14:19.270Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34642026-06-11T23:14:27.130Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34652026-06-11T23:14:27.131Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34662026-06-11T23:14:27.131Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34672026-06-11T23:14:27.136Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34682026-06-11T23:14:28.872Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34692026-06-11T23:14:28.925Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34702026-06-11T23:14:33.144Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34712026-06-11T23:15:12.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34722026-06-11T23:15:12.911Z
34732026-06-11T23:15:12.911Zreal 1:27.083873214
34742026-06-11T23:15:12.911Zuser 8:13.972518877
34752026-06-11T23:15:12.911Zsys 1:41.730499168
34762026-06-11T23:15:12.911Ztrap 0.248168410
34772026-06-11T23:15:12.911Ztflt 0.619129803
34782026-06-11T23:15:12.911Zdflt 1.570997689
34792026-06-11T23:15:12.911Zkflt 0.000369770
34802026-06-11T23:15:12.911Zlock 29:01.672885130
34812026-06-11T23:15:12.915Zslp 18:42.124608339
34822026-06-11T23:15:12.915Zlat 38.575723611
34832026-06-11T23:15:12.915Zstop 2:56.505604028
34842026-06-11T23:15:12.915Z+ mkdir tests
34852026-06-11T23:15:12.919Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34862026-06-11T23:15:12.919Z+ xargs -I '{}' -t cp '{}' tests/
34872026-06-11T23:15:12.939Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-44497a0941bcae3f tests/
34882026-06-11T23:15:12.960Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-95f04c2751b2755d tests/
34892026-06-11T23:15:12.980Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e48c16f2d363903b tests/
34902026-06-11T23:15:13.002Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3544b827135dc869 tests/
34912026-06-11T23:15:13.232Z+ 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)
34922026-06-11T23:15:13.235Z+ 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-95f04c2751b2755d tests/commtest-e48c16f2d363903b tests/dhcp_server-44497a0941bcae3f tests/end_to_end_tests-3544b827135dc869 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
34932026-06-11T23:16:35.625ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34942026-06-11T23:16:35.625Za .github/buildomat/ci-env.sh 1K
34952026-06-11T23:16:35.625Za out/target/test 1K
34962026-06-11T23:16:35.625Za out/npuzone/npuzone 27402K
34972026-06-11T23:16:35.625Za package-manifest.toml 35K
34982026-06-11T23:16:35.625Za smf/sled-agent/non-gimlet/config.toml 6K
34992026-06-11T23:16:35.625Za target/release/omicron-package 46219K
35002026-06-11T23:16:35.625Za target/release/xtask 11453K
35012026-06-11T23:16:35.625Za target/debug/bootstrap 354995K
35022026-06-11T23:16:35.625Za tests/bootstrap-95f04c2751b2755d 31215K
35032026-06-11T23:16:35.625Za tests/commtest-e48c16f2d363903b 32300K
35042026-06-11T23:16:35.625Za tests/dhcp_server-44497a0941bcae3f 31215K
35052026-06-11T23:16:35.625Za tests/end_to_end_tests-3544b827135dc869 396083K
35062026-06-11T23:16:35.625Za tools/opte_version 1K
35072026-06-11T23:16:35.625Za tools/opte_version_override 2K
35082026-06-11T23:16:35.625Za out/clickhouse.tar.gz 321861K
35092026-06-11T23:16:35.625Za out/clickhouse_keeper.tar.gz 306931K
35102026-06-11T23:16:35.625Za out/clickhouse_server.tar.gz 321859K
35112026-06-11T23:16:35.625Za out/cockroachdb.tar.gz 166140K
35122026-06-11T23:16:35.625Za out/crucible-pantry-zone.tar.gz 41126K
35132026-06-11T23:16:35.625Za out/crucible-utils.tar 16478K
35142026-06-11T23:16:35.625Za out/crucible-zone.tar.gz 56696K
35152026-06-11T23:16:35.625Za out/external-dns.tar.gz 51265K
35162026-06-11T23:16:35.626Za out/internal-dns.tar.gz 51265K
35172026-06-11T23:16:35.626Za out/mg-ddm-gz.tar 97912K
35182026-06-11T23:16:35.626Za out/nexus.tar.gz 281529K
35192026-06-11T23:16:35.626Za out/ntp.tar.gz 32796K
35202026-06-11T23:16:35.626Za out/omicron-gateway-softnpu.tar.gz 29920K
35212026-06-11T23:16:35.626Za out/omicron-sled-agent.tar 203442K
35222026-06-11T23:16:35.626Za out/overlay.tar.gz 3K
35232026-06-11T23:16:35.626Za out/oximeter.tar.gz 68185K
35242026-06-11T23:16:35.626Za out/oxlog.tar 3782K
35252026-06-11T23:16:35.626Za out/probe.tar.gz 3037K
35262026-06-11T23:16:35.626Za out/propolis-server.tar.gz 34918K
35272026-06-11T23:16:35.626Za out/pumpkind-gz.tar 26647K
35282026-06-11T23:16:35.626Za out/switch-softnpu.tar.gz 455638K
35292026-06-11T23:16:35.629Z
35302026-06-11T23:16:35.629Zreal 1:22.388351152
35312026-06-11T23:16:35.630Zuser 1:19.624076785
35322026-06-11T23:16:35.630Zsys 4.581265133
35332026-06-11T23:16:35.630Ztrap 0.006728485
35342026-06-11T23:16:35.630Ztflt 0.000000000
35352026-06-11T23:16:35.630Zdflt 0.000000000
35362026-06-11T23:16:35.630Zkflt 0.000000000
35372026-06-11T23:16:35.630Zlock 0.000000000
35382026-06-11T23:16:35.630Zslp 1:19.543364275
35392026-06-11T23:16:35.630Zlat 1.016314325
35402026-06-11T23:16:35.630Zstop 0.000276640
35412026-06-11T23:16:35.630Zprocess exited: duration 1008578 ms, exit code 0
 
35422026-06-11T23:16:35.646Zfound 1 output files
35432026-06-11T23:16:35.649Zuploading: /work/package.tar.gz (2568840345 bytes)
35442026-06-11T23:17:08.458Zuploaded: /work/package.tar.gz