01KVRNTBEVTEKFD51SX9V73WGK: 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: 01KVRNTSQKNSEATKDT6WYG03GF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T22:05:44.506Zjob assigned to worker 01KVRNV30ZBJAH5NB11B70FK42 [factory aws, i-06f594edbfed042de] (queued for 53 s)
 
22026-06-22T22:05:51.882Zstarting task 0: "setup"
32026-06-22T22:05:51.886Z++ uname -s
42026-06-22T22:05:51.889Z+ kern=SunOS
52026-06-22T22:05:51.889Z+ build_user=build
62026-06-22T22:05:51.889Z+ build_uid=12345
72026-06-22T22:05:51.889Z+ work_dir=/work
82026-06-22T22:05:51.889Z+ input_dir=/input
92026-06-22T22:05:51.889Z+ [[ 0 == 12345 ]]
102026-06-22T22:05:51.889Z+ case "$kern" in
112026-06-22T22:05:51.889Z+ groupadd -g 12345 build
122026-06-22T22:05:51.903Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T22:05:53.911Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T22:05:53.995Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T22:05:53.998Z+ home_fs=zfs
162026-06-22T22:05:53.998Z+ [[ zfs == autofs ]]
172026-06-22T22:05:53.998Z+ mkdir -p /home/build
182026-06-22T22:05:54.001Z+ chown build:build /home/build /work
192026-06-22T22:05:56.001Z+ chmod 0700 /home/build /work
202026-06-22T22:05:56.004Zprocess exited: duration 4123 ms, exit code 0
 
212026-06-22T22:05:56.010Zstarting task 1: "rust-toolchain"
222026-06-22T22:05:56.015Z * rust toolchain channel = "1.94.0"
232026-06-22T22:05:56.015Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-06-22T22:05:56.015Z * rust toolchain profile = "default"
252026-06-22T22:05:56.015Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-22T22:05:56.015Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T22:05:56.015Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T22:05:56.018Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T22:05:56.018Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T22:05:56.126Zinfo: downloading installer
312026-06-22T22:05:57.884Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T22:05:57.884Zwarn: /home/build/.rustup/settings.toml
332026-06-22T22:05:57.884Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T22:05:57.884Zwarn: instead of the one inferred from the default host triple.
352026-06-22T22:05:57.896Zinfo: profile set to default
362026-06-22T22:05:57.896Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T22:05:57.900Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T22:05:58.043Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T22:05:58.046Zinfo: downloading 6 components
402026-06-22T22:06:14.297Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T22:06:14.297Z
422026-06-22T22:06:14.324Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T22:06:14.324Z
442026-06-22T22:06:14.324Z
452026-06-22T22:06:14.324ZRust is installed now. Great!
462026-06-22T22:06:14.324Z
472026-06-22T22:06:14.324ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T22:06:14.324Zenvironment variable. This has not been done automatically.
492026-06-22T22:06:14.324Z
502026-06-22T22:06:14.324ZTo configure your current shell, you need to source
512026-06-22T22:06:14.325Zthe corresponding env file under $HOME/.cargo.
522026-06-22T22:06:14.325Z
532026-06-22T22:06:14.325ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T22:06:14.327Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T22:06:14.328Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T22:06:14.328Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T22:06:14.328Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T22:06:14.328Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T22:06:14.328Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T22:06:14.328Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T22:06:14.328Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T22:06:14.422Z+ rustup --version
632026-06-22T22:06:14.428Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T22:06:14.428Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T22:06:14.449Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T22:06:14.452Z+ cargo --version
672026-06-22T22:06:14.460Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T22:06:14.463Z+ rustc --version
692026-06-22T22:06:14.484Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T22:06:14.488Zprocess exited: duration 18477 ms, exit code 0
 
712026-06-22T22:06:14.493Zstarting task 2: "authentication"
722026-06-22T22:06:14.512Zprocess exited: duration 17 ms, exit code 0
 
732026-06-22T22:06:14.520Zstarting task 3: "clone repository"
742026-06-22T22:06:14.522Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-22T22:06:14.525Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-22T22:06:14.565ZCloning into '/work/oxidecomputer/omicron'...
772026-06-22T22:06:24.105Z+ cd /work/oxidecomputer/omicron
782026-06-22T22:06:24.105Z+ git fetch origin f6ef6642eaa6f8aab1caa398d4e40007a4cb8c14
792026-06-22T22:06:24.757ZFrom https://github.com/oxidecomputer/omicron
802026-06-22T22:06:24.757Z * branch f6ef6642eaa6f8aab1caa398d4e40007a4cb8c14 -> FETCH_HEAD
812026-06-22T22:06:24.769Z+ [[ -n milan100c ]]
822026-06-22T22:06:24.772Z++ git branch --show-current
832026-06-22T22:06:24.772Z+ current=main
842026-06-22T22:06:24.772Z+ [[ main != milan100c ]]
852026-06-22T22:06:24.772Z+ git branch -f milan100c f6ef6642eaa6f8aab1caa398d4e40007a4cb8c14
862026-06-22T22:06:24.776Z+ git checkout -f milan100c
872026-06-22T22:06:25.021ZSwitched to branch 'milan100c'
882026-06-22T22:06:25.027Z+ git reset --hard f6ef6642eaa6f8aab1caa398d4e40007a4cb8c14
892026-06-22T22:06:25.101ZHEAD is now at f6ef6642e debug: pin helios to AMD Milan FW 1.0.0.c
902026-06-22T22:06:25.104Zprocess exited: duration 10584 ms, exit code 0
 
912026-06-22T22:06:25.112Zstarting task 4: "build"
922026-06-22T22:06:25.125Z+ source .github/buildomat/ci-env.sh
932026-06-22T22:06:25.125Z++ export CARGO_TERM_COLOR=always
942026-06-22T22:06:25.125Z++ CARGO_TERM_COLOR=always
952026-06-22T22:06:25.125Z+ cargo --version
962026-06-22T22:06:25.134Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-22T22:06:25.134Z+ rustc --version
982026-06-22T22:06:25.150Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-22T22:06:25.154Z+ WORK=/work
1002026-06-22T22:06:25.154Z+ pfexec mkdir -p /work
1012026-06-22T22:06:25.158Z+ pfexec chown build /work
1022026-06-22T22:06:25.162Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-22T22:06:27.138Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-22T22:06:27.235Z Startup: Caching catalogs ... Done
1052026-06-22T22:06:27.666ZPlanning: Solver setup ... Done (0.380s)
1062026-06-22T22:06:27.689ZPlanning: Running solver ... Done (0.023s)
1072026-06-22T22:06:27.699ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-22T22:06:27.710ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-22T22:06:27.733ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-22T22:06:27.747ZPlanning: Package planning ... Done (0.014s)
1112026-06-22T22:06:27.750ZPlanning: Merging actions ... Done (0.002s)
1122026-06-22T22:06:27.920ZPlanning: Checking for conflicting actions ... Done (0.171s)
1132026-06-22T22:06:27.924ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-22T22:06:28.753ZPlanning: Evaluating mediators ... Done (0.832s)
1152026-06-22T22:06:28.757ZPlanning: Planning completed in 1.49 seconds
1162026-06-22T22:06:28.763Z Packages to install: 2
1172026-06-22T22:06:28.763Z Estimated space available: 156.07 GB
1182026-06-22T22:06:28.763ZEstimated space to be consumed: 28.17 MB
1192026-06-22T22:06:28.763Z Create boot environment: No
1202026-06-22T22:06:28.763ZCreate backup boot environment: No
1212026-06-22T22:06:28.766Z Rebuild boot archive: No
1222026-06-22T22:06:28.766Z
1232026-06-22T22:06:28.766ZChanged packages:
1242026-06-22T22:06:28.766Zhelios
1252026-06-22T22:06:28.766Z developer/build-essential
1262026-06-22T22:06:28.766Z None -> 11-3.0
1272026-06-22T22:06:28.766Z library/libxmlsec1
1282026-06-22T22:06:28.766Z None -> 1.2.35-3.0
1292026-06-22T22:06:28.789Z
1302026-06-22T22:06:28.789ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-22T22:06:29.274ZDownload: Completed 1.28 MB in 0.48 seconds (2.6M/s)
1322026-06-22T22:06:29.366Z Actions: 1/268 actions (Installing new actions)
1332026-06-22T22:06:29.406Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-22T22:06:29.414ZFinalize: Updating package state database ... Done (0.009s)
1352026-06-22T22:06:29.414ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-22T22:06:29.440ZFinalize: Updating image state ... Done (0.026s)
1372026-06-22T22:06:32.057ZFinalize: Creating fast lookup database ... Done (2.592s)
1382026-06-22T22:06:32.126ZFinalize: Reading search index ... Done (0.013s)
1392026-06-22T22:06:32.129ZFinalize: Updating search index ... Done (0.000s)
1402026-06-22T22:06:32.238ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-22T22:06:32.547ZPlanning: Evaluating mediator changes ... Done
1422026-06-22T22:06:32.651ZPlanning: Checking for conflicting actions ... Done
1432026-06-22T22:06:32.655ZPlanning: Consolidating action changes ... Done
1442026-06-22T22:06:32.812ZPlanning: Evaluating mediators ... Done
1452026-06-22T22:06:32.815ZPlanning: Planning completed in 0.27 seconds
1462026-06-22T22:06:32.835Z Mediators to change: 2
1472026-06-22T22:06:32.835Z Create boot environment: No
1482026-06-22T22:06:32.835ZCreate backup boot environment: No
1492026-06-22T22:06:32.889ZFinalize: Updating package state database ... Done
1502026-06-22T22:06:32.890ZFinalize: Updating package cache ... Done
1512026-06-22T22:06:32.906ZFinalize: Updating image state ... Done
1522026-06-22T22:06:34.850ZFinalize: Creating fast lookup database ... Done
1532026-06-22T22:06:34.910ZFinalize: Reading search index ... Done
1542026-06-22T22:06:34.913ZFinalize: Updating search index ... Done
1552026-06-22T22:06:34.983ZFinalize: Updating package cache ... Done
1562026-06-22T22:06:35.267ZPlanning: Evaluating mediator changes ... Done
1572026-06-22T22:06:35.372ZPlanning: Checking for conflicting actions ... Done
1582026-06-22T22:06:35.376ZPlanning: Consolidating action changes ... Done
1592026-06-22T22:06:35.531ZPlanning: Evaluating mediators ... Done
1602026-06-22T22:06:35.535ZPlanning: Planning completed in 0.26 seconds
1612026-06-22T22:06:35.554Z Mediators to change: 1
1622026-06-22T22:06:35.554Z Create boot environment: No
1632026-06-22T22:06:35.554ZCreate backup boot environment: No
1642026-06-22T22:06:35.610ZFinalize: Updating package state database ... Done
1652026-06-22T22:06:35.610ZFinalize: Updating package cache ... Done
1662026-06-22T22:06:35.627ZFinalize: Updating image state ... Done
1672026-06-22T22:06:37.564ZFinalize: Creating fast lookup database ... Done
1682026-06-22T22:06:37.625ZFinalize: Reading search index ... Done
1692026-06-22T22:06:37.630ZFinalize: Updating search index ... Done
1702026-06-22T22:06:37.693ZFinalize: Updating package cache ... Done
1712026-06-22T22:06:38.004ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-22T22:06:38.004Zapache system 2.4 system
1732026-06-22T22:06:38.004Zclang system 15 system
1742026-06-22T22:06:38.004Zcsh system system illumos
1752026-06-22T22:06:38.004Zctags system system illumos
1762026-06-22T22:06:38.004Zfile vendor vendor darwinsys
1772026-06-22T22:06:38.004Zfile system system illumos
1782026-06-22T22:06:38.005Zgcc vendor 14 vendor
1792026-06-22T22:06:38.005Zgcc system 13 system
1802026-06-22T22:06:38.005Zgcc system 10 system
1812026-06-22T22:06:38.005Zgo system 1.25 system
1822026-06-22T22:06:38.005Zllvm system 15 system
1832026-06-22T22:06:38.005Zmariadb system 11.4 system
1842026-06-22T22:06:38.005Zmta vendor vendor dma
1852026-06-22T22:06:38.005Zopenjdk system 17 system
1862026-06-22T22:06:38.005Zopenjdk system 11 system
1872026-06-22T22:06:38.005Zopenssl vendor 3 vendor
1882026-06-22T22:06:38.005Zperl system 5.40 system
1892026-06-22T22:06:38.005Zpostgresql system 18 system
1902026-06-22T22:06:38.005Zpostgresql system 17 system
1912026-06-22T22:06:38.005Zpython vendor 3 vendor
1922026-06-22T22:06:38.005Zpython system 2 system
1932026-06-22T22:06:38.005Zpython3 vendor 3.13 vendor
1942026-06-22T22:06:38.005Zruby system 3.4 system
1952026-06-22T22:06:38.005Zruby system 3.0 system
1962026-06-22T22:06:38.005Zwords vendor vendor american-english
1972026-06-22T22:06:38.005Zwords system system australian-english
1982026-06-22T22:06:38.005Zwords system system british-english
1992026-06-22T22:06:38.005Zwords system system canadian-english
2002026-06-22T22:06:38.005Zwords system system french
2012026-06-22T22:06:38.005Zwords system system italian
2022026-06-22T22:06:38.005Zwords system system ngerman
2032026-06-22T22:06:38.006Zwords system system ogerman
2042026-06-22T22:06:38.006Zwords system system spanish
2052026-06-22T22:06:38.256ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-22T22:06:38.256Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-22T22:06:38.547ZFMRI IFO
2082026-06-22T22:06:38.547Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-22T22:06:38.547Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-22T22:06:38.547Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-22T22:06:38.547Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-22T22:06:38.547Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-22T22:06:38.548Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-22T22:06:38.548Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-22T22:06:38.548Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-22T22:06:38.548Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-22T22:06:38.794Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-22T22:06:39.089Z Updating crates.io index
2192026-06-22T22:06:39.122Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-22T22:06:39.395Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-22T22:06:40.388Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-22T22:06:41.180Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-22T22:06:42.087Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-22T22:06:42.580Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-22T22:06:44.129Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-22T22:06:45.036Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-22T22:06:45.302Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-22T22:06:46.865Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-22T22:06:47.495Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-22T22:06:47.788Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-22T22:06:48.226Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-22T22:06:48.641Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-22T22:06:49.103Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-22T22:06:49.638Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-22T22:06:49.976Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-22T22:06:50.387Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-22T22:06:50.783Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-22T22:06:51.048Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-22T22:06:51.278Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-22T22:06:51.548Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-22T22:06:51.958Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-22T22:06:52.439Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-22T22:06:52.670Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-22T22:06:53.234Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-22T22:06:53.516Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-22T22:06:53.865Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-22T22:06:55.138Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-22T22:06:55.850Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-22T22:06:56.269Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-22T22:06:56.633Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-22T22:06:56.953Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-22T22:06:57.288Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-22T22:06:57.613Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-22T22:06:57.934Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-22T22:06:58.503Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-22T22:06:58.754Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-22T22:06:58.989Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-22T22:06:59.289Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-22T22:06:59.676Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-22T22:07:12.224Z Downloading crates ...
2612026-06-22T22:07:12.284Z Downloaded itoa v1.0.17
2622026-06-22T22:07:12.291Z Downloaded cfg-if v1.0.4
2632026-06-22T22:07:12.294Z Downloaded indexmap v2.14.0
2642026-06-22T22:07:12.297Z Downloaded form_urlencoded v1.2.2
2652026-06-22T22:07:12.297Z Downloaded anstream v1.0.0
2662026-06-22T22:07:12.297Z Downloaded toml_write v0.1.2
2672026-06-22T22:07:12.301Z Downloaded fnv v1.0.7
2682026-06-22T22:07:12.301Z Downloaded anstyle v1.0.14
2692026-06-22T22:07:12.303Z Downloaded cargo-platform v0.2.0
2702026-06-22T22:07:12.307Z Downloaded equivalent v1.0.2
2712026-06-22T22:07:12.310Z Downloaded toml v0.8.23
2722026-06-22T22:07:12.313Z Downloaded toml_datetime v0.6.11
2732026-06-22T22:07:12.316Z Downloaded textwrap v0.16.2
2742026-06-22T22:07:12.316Z Downloaded erased-serde v0.4.9
2752026-06-22T22:07:12.319Z Downloaded is_terminal_polyfill v1.70.2
2762026-06-22T22:07:12.319Z Downloaded unicode-linebreak v0.1.5
2772026-06-22T22:07:12.321Z Downloaded hashbrown v0.17.0
2782026-06-22T22:07:12.324Z Downloaded icu_locale_core v2.1.1
2792026-06-22T22:07:12.327Z Downloaded icu_collections v2.1.1
2802026-06-22T22:07:12.330Z Downloaded unicode-xid v0.2.6
2812026-06-22T22:07:12.333Z Downloaded icu_normalizer v2.1.1
2822026-06-22T22:07:12.333Z Downloaded cargo-util-schemas v0.8.2
2832026-06-22T22:07:12.335Z Downloaded crypto-common v0.1.7
2842026-06-22T22:07:12.335Z Downloaded byteorder v1.5.0
2852026-06-22T22:07:12.335Z Downloaded zmij v1.0.21
2862026-06-22T22:07:12.338Z Downloaded zerovec-derive v0.11.2
2872026-06-22T22:07:12.338Z Downloaded fastrand v2.3.0
2882026-06-22T22:07:12.338Z Downloaded dtrace-parser v0.2.0
2892026-06-22T22:07:12.338Z Downloaded errno v0.3.14
2902026-06-22T22:07:12.342Z Downloaded utf8parse v0.2.2
2912026-06-22T22:07:12.342Z Downloaded typeid v1.0.3
2922026-06-22T22:07:12.342Z Downloaded clap v4.6.1
2932026-06-22T22:07:12.345Z Downloaded getrandom v0.4.1
2942026-06-22T22:07:12.347Z Downloaded thiserror-impl v1.0.69
2952026-06-22T22:07:12.350Z Downloaded camino-tempfile v1.4.1
2962026-06-22T22:07:12.353Z Downloaded zerofrom v0.1.6
2972026-06-22T22:07:12.355Z Downloaded serde_derive v1.0.228
2982026-06-22T22:07:12.358Z Downloaded zerofrom-derive v0.1.6
2992026-06-22T22:07:12.358Z Downloaded version_check v0.9.5
3002026-06-22T22:07:12.358Z Downloaded ordered-float v2.10.1
3012026-06-22T22:07:12.358Z Downloaded icu_properties v2.1.2
3022026-06-22T22:07:12.361Z Downloaded yoke-derive v0.8.1
3032026-06-22T22:07:12.361Z Downloaded winnow v0.7.14
3042026-06-22T22:07:12.365Z Downloaded thiserror v1.0.69
3052026-06-22T22:07:12.367Z Downloaded num-traits v0.2.19
3062026-06-22T22:07:12.370Z Downloaded usdt v0.5.0
3072026-06-22T22:07:12.370Z Downloaded utf8_iter v1.0.4
3082026-06-22T22:07:12.370Z Downloaded serde_spanned v0.6.9
3092026-06-22T22:07:12.373Z Downloaded bitflags v2.11.0
3102026-06-22T22:07:12.373Z Downloaded zerocopy-derive v0.7.35
3112026-06-22T22:07:12.376Z Downloaded usdt-impl v0.5.0
3122026-06-22T22:07:12.376Z Downloaded usdt-macro v0.5.0
3132026-06-22T22:07:12.379Z Downloaded usdt-attr-macro v0.5.0
3142026-06-22T22:07:12.379Z Downloaded memmap v0.7.0
3152026-06-22T22:07:12.379Z Downloaded heck v0.5.0
3162026-06-22T22:07:12.379Z Downloaded dof v0.3.0
3172026-06-22T22:07:12.379Z Downloaded ucd-trie v0.1.7
3182026-06-22T22:07:12.382Z Downloaded percent-encoding v2.3.2
3192026-06-22T22:07:12.382Z Downloaded yoke v0.8.1
3202026-06-22T22:07:12.382Z Downloaded stable_deref_trait v1.2.1
3212026-06-22T22:07:12.384Z Downloaded unicode-ident v1.0.24
3222026-06-22T22:07:12.384Z Downloaded zerotrie v0.2.3
3232026-06-22T22:07:12.387Z Downloaded thiserror v2.0.18
3242026-06-22T22:07:12.390Z Downloaded autocfg v1.5.0
3252026-06-22T22:07:12.390Z Downloaded tinystr v0.8.2
3262026-06-22T22:07:12.393Z Downloaded tabled_derive v0.7.0
3272026-06-22T22:07:12.393Z Downloaded swrite v0.1.0
3282026-06-22T22:07:12.393Z Downloaded colorchoice v1.0.4
3292026-06-22T22:07:12.393Z Downloaded thiserror-impl v2.0.18
3302026-06-22T22:07:12.393Z Downloaded thread-id v4.2.2
3312026-06-22T22:07:12.395Z Downloaded plain v0.2.3
3322026-06-22T22:07:12.395Z Downloaded idna_adapter v1.2.1
3332026-06-22T22:07:12.398Z Downloaded macaddr v1.0.1
3342026-06-22T22:07:12.398Z Downloaded block-buffer v0.10.4
3352026-06-22T22:07:12.401Z Downloaded potential_utf v0.1.4
3362026-06-22T22:07:12.401Z Downloaded serde_tokenstream v0.2.3
3372026-06-22T22:07:12.404Z Downloaded writeable v0.6.2
3382026-06-22T22:07:12.404Z Downloaded typenum v1.19.0
3392026-06-22T22:07:12.407Z Downloaded toml_edit v0.22.27
3402026-06-22T22:07:12.409Z Downloaded clap_lex v1.0.0
3412026-06-22T22:07:12.409Z Downloaded bytecount v0.6.9
3422026-06-22T22:07:12.412Z Downloaded strsim v0.11.1
3432026-06-22T22:07:12.412Z Downloaded serde-value v0.7.0
3442026-06-22T22:07:12.415Z Downloaded url v2.5.8
3452026-06-22T22:07:12.415Z Downloaded cpufeatures v0.2.17
3462026-06-22T22:07:12.418Z Downloaded pretty-hex v0.4.1
3472026-06-22T22:07:12.421Z Downloaded zerovec v0.11.5
3482026-06-22T22:07:12.423Z Downloaded heck v0.4.1
3492026-06-22T22:07:12.423Z Downloaded anstyle-query v1.1.5
3502026-06-22T22:07:12.426Z Downloaded proc-macro-error-attr v1.0.4
3512026-06-22T22:07:12.429Z Downloaded sha2 v0.10.9
3522026-06-22T22:07:12.429Z Downloaded displaydoc v0.2.5
3532026-06-22T22:07:12.432Z Downloaded anstyle-parse v1.0.0
3542026-06-22T22:07:12.435Z Downloaded scroll v0.12.0
3552026-06-22T22:07:12.435Z Downloaded generic-array v0.14.7
3562026-06-22T22:07:12.437Z Downloaded synstructure v0.13.2
3572026-06-22T22:07:12.437Z Downloaded quote v1.0.45
3582026-06-22T22:07:12.437Z Downloaded zerocopy v0.7.35
3592026-06-22T22:07:12.447Z Downloaded serde-untagged v0.1.9
3602026-06-22T22:07:12.449Z Downloaded unicode-width v0.2.0
3612026-06-22T22:07:12.452Z Downloaded cargo_metadata v0.21.0
3622026-06-22T22:07:12.452Z Downloaded smawk v0.3.2
3632026-06-22T22:07:12.452Z Downloaded camino v1.2.2
3642026-06-22T22:07:12.455Z Downloaded unicode-width v0.1.14
3652026-06-22T22:07:12.458Z Downloaded terminal_size v0.4.3
3662026-06-22T22:07:12.458Z Downloaded semver v1.0.28
3672026-06-22T22:07:12.460Z Downloaded fs-err v3.3.0
3682026-06-22T22:07:12.460Z Downloaded proc-macro-error v1.0.4
3692026-06-22T22:07:12.464Z Downloaded digest v0.10.7
3702026-06-22T22:07:12.469Z Downloaded cargo_toml v0.21.0
3712026-06-22T22:07:12.473Z Downloaded clap_derive v4.6.1
3722026-06-22T22:07:12.489Z Downloaded pest_derive v2.8.6
3732026-06-22T22:07:12.492Z Downloaded scroll_derive v0.12.1
3742026-06-22T22:07:12.494Z Downloaded anyhow v1.0.102
3752026-06-22T22:07:12.498Z Downloaded pest_generator v2.8.6
3762026-06-22T22:07:12.501Z Downloaded litemap v0.8.1
3772026-06-22T22:07:12.505Z Downloaded tempfile v3.25.0
3782026-06-22T22:07:12.508Z Downloaded serde_core v1.0.228
3792026-06-22T22:07:12.516Z Downloaded icu_provider v2.1.1
3802026-06-22T22:07:12.518Z Downloaded smallvec v1.15.1
3812026-06-22T22:07:12.521Z Downloaded log v0.4.29
3822026-06-22T22:07:12.521Z Downloaded once_cell v1.21.3
3832026-06-22T22:07:12.524Z Downloaded proc-macro2 v1.0.106
3842026-06-22T22:07:12.532Z Downloaded pest_meta v2.8.6
3852026-06-22T22:07:12.535Z Downloaded papergrid v0.11.0
3862026-06-22T22:07:12.540Z Downloaded icu_normalizer_data v2.1.1
3872026-06-22T22:07:12.564Z Downloaded serde v1.0.228
3882026-06-22T22:07:12.567Z Downloaded memchr v2.8.0
3892026-06-22T22:07:12.584Z Downloaded clap_builder v4.6.0
3902026-06-22T22:07:12.601Z Downloaded idna v1.1.0
3912026-06-22T22:07:12.605Z Downloaded pest v2.8.6
3922026-06-22T22:07:12.607Z Downloaded icu_properties_data v2.1.2
3932026-06-22T22:07:12.612Z Downloaded serde_json v1.0.149
3942026-06-22T22:07:12.615Z Downloaded goblin v0.8.2
3952026-06-22T22:07:12.628Z Downloaded tabled v0.15.0
3962026-06-22T22:07:12.639Z Downloaded syn v1.0.109
3972026-06-22T22:07:12.652Z Downloaded syn v2.0.117
3982026-06-22T22:07:12.667Z Downloaded rustix v1.1.3
3992026-06-22T22:07:12.694Z Downloaded libc v0.2.185
4002026-06-22T22:07:12.762Z Compiling proc-macro2 v1.0.106
4012026-06-22T22:07:12.769Z Compiling quote v1.0.45
4022026-06-22T22:07:12.769Z Compiling unicode-ident v1.0.24
4032026-06-22T22:07:12.769Z Compiling serde_core v1.0.228
4042026-06-22T22:07:12.769Z Compiling libc v0.2.185
4052026-06-22T22:07:12.769Z Compiling version_check v0.9.5
4062026-06-22T22:07:12.769Z Compiling serde v1.0.228
4072026-06-22T22:07:12.769Z Compiling stable_deref_trait v1.2.1
4082026-06-22T22:07:12.769Z Compiling memchr v2.8.0
4092026-06-22T22:07:12.769Z Compiling zmij v1.0.21
4102026-06-22T22:07:12.769Z Compiling autocfg v1.5.0
4112026-06-22T22:07:12.769Z Compiling ucd-trie v0.1.7
4122026-06-22T22:07:12.769Z Compiling thiserror v1.0.69
4132026-06-22T22:07:12.954Z Compiling itoa v1.0.17
4142026-06-22T22:07:12.957Z Compiling writeable v0.6.2
4152026-06-22T22:07:13.216Z Compiling litemap v0.8.1
4162026-06-22T22:07:13.352Z Compiling icu_normalizer_data v2.1.1
4172026-06-22T22:07:13.352Z Compiling rustix v1.1.3
4182026-06-22T22:07:13.384Z Compiling icu_properties_data v2.1.2
4192026-06-22T22:07:13.402Z Compiling byteorder v1.5.0
4202026-06-22T22:07:13.436Z Compiling serde_json v1.0.149
4212026-06-22T22:07:13.536Z Compiling pest v2.8.6
4222026-06-22T22:07:13.642Z Compiling bitflags v2.11.0
4232026-06-22T22:07:13.757Z Compiling num-traits v0.2.19
4242026-06-22T22:07:13.875Z Compiling typeid v1.0.3
4252026-06-22T22:07:14.054Z Compiling equivalent v1.0.2
4262026-06-22T22:07:14.083Z Compiling smallvec v1.15.1
4272026-06-22T22:07:14.152Z Compiling hashbrown v0.17.0
4282026-06-22T22:07:14.285Z Compiling proc-macro-error-attr v1.0.4
4292026-06-22T22:07:14.352Z Compiling usdt-impl v0.5.0
4302026-06-22T22:07:14.371Z Compiling erased-serde v0.4.9
4312026-06-22T22:07:14.388Z Compiling winnow v0.7.14
4322026-06-22T22:07:14.391Z Compiling toml_write v0.1.2
4332026-06-22T22:07:14.494Z Compiling syn v1.0.109
4342026-06-22T22:07:14.497Z Compiling proc-macro-error v1.0.4
4352026-06-22T22:07:14.567Z Compiling pest_meta v2.8.6
4362026-06-22T22:07:14.617Z Compiling errno v0.3.14
4372026-06-22T22:07:14.635Z Compiling thread-id v4.2.2
4382026-06-22T22:07:14.715Z Compiling indexmap v2.14.0
4392026-06-22T22:07:14.737Z Compiling getrandom v0.4.1
4402026-06-22T22:07:14.790Z Compiling percent-encoding v2.3.2
4412026-06-22T22:07:14.796Z Compiling plain v0.2.3
4422026-06-22T22:07:14.831Z Compiling camino v1.2.2
4432026-06-22T22:07:14.834Z Compiling thiserror v2.0.18
4442026-06-22T22:07:14.834Z Compiling utf8parse v0.2.2
4452026-06-22T22:07:14.865Z Compiling log v0.4.29
4462026-06-22T22:07:14.962Z Compiling utf8_iter v1.0.4
4472026-06-22T22:07:14.998Z Compiling anstyle-parse v1.0.0
4482026-06-22T22:07:15.018Z Compiling form_urlencoded v1.2.2
4492026-06-22T22:07:15.142Z Compiling syn v2.0.117
4502026-06-22T22:07:15.226Z Compiling ordered-float v2.10.1
4512026-06-22T22:07:15.229Z Compiling anstyle v1.0.14
4522026-06-22T22:07:15.229Z Compiling colorchoice v1.0.4
4532026-06-22T22:07:15.303Z Compiling anstyle-query v1.1.5
4542026-06-22T22:07:15.355Z Compiling is_terminal_polyfill v1.70.2
4552026-06-22T22:07:15.374Z Compiling pretty-hex v0.4.1
4562026-06-22T22:07:15.422Z Compiling cfg-if v1.0.4
4572026-06-22T22:07:15.453Z Compiling anstream v1.0.0
4582026-06-22T22:07:15.510Z Compiling fs-err v3.3.0
4592026-06-22T22:07:15.549Z Compiling clap_lex v1.0.0
4602026-06-22T22:07:15.552Z Compiling unicode-xid v0.2.6
4612026-06-22T22:07:15.552Z Compiling heck v0.4.1
4622026-06-22T22:07:15.614Z Compiling terminal_size v0.4.3
4632026-06-22T22:07:15.709Z Compiling fnv v1.0.7
4642026-06-22T22:07:15.731Z Compiling heck v0.5.0
4652026-06-22T22:07:15.750Z Compiling unicode-width v0.1.14
4662026-06-22T22:07:15.777Z Compiling fastrand v2.3.0
4672026-06-22T22:07:15.796Z Compiling strsim v0.11.1
4682026-06-22T22:07:15.816Z Compiling anyhow v1.0.102
4692026-06-22T22:07:15.834Z Compiling once_cell v1.21.3
4702026-06-22T22:07:15.838Z Compiling bytecount v0.6.9
4712026-06-22T22:07:15.894Z Compiling memmap v0.7.0
4722026-06-22T22:07:16.054Z Compiling semver v1.0.28
4732026-06-22T22:07:16.074Z Compiling tempfile v3.25.0
4742026-06-22T22:07:16.096Z Compiling papergrid v0.11.0
4752026-06-22T22:07:16.116Z Compiling clap_builder v4.6.0
4762026-06-22T22:07:16.116Z Compiling unicode-linebreak v0.1.5
4772026-06-22T22:07:16.154Z Compiling smawk v0.3.2
4782026-06-22T22:07:16.184Z Compiling unicode-width v0.2.0
4792026-06-22T22:07:16.382Z Compiling camino-tempfile v1.4.1
4802026-06-22T22:07:16.401Z Compiling serde-untagged v0.1.9
4812026-06-22T22:07:16.445Z Compiling textwrap v0.16.2
4822026-06-22T22:07:16.473Z Compiling swrite v0.1.0
4832026-06-22T22:07:16.491Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-06-22T22:07:16.853Z Compiling tabled_derive v0.7.0
4852026-06-22T22:07:17.508Z Compiling tabled v0.15.0
4862026-06-22T22:07:17.650Z Compiling synstructure v0.13.2
4872026-06-22T22:07:17.650Z Compiling pest_generator v2.8.6
4882026-06-22T22:07:18.220Z Compiling serde_derive v1.0.228
4892026-06-22T22:07:18.220Z Compiling zerofrom-derive v0.1.6
4902026-06-22T22:07:18.223Z Compiling yoke-derive v0.8.1
4912026-06-22T22:07:18.223Z Compiling zerovec-derive v0.11.2
4922026-06-22T22:07:18.223Z Compiling displaydoc v0.2.5
4932026-06-22T22:07:18.223Z Compiling thiserror-impl v1.0.69
4942026-06-22T22:07:18.223Z Compiling zerocopy-derive v0.7.35
4952026-06-22T22:07:18.223Z Compiling scroll_derive v0.12.1
4962026-06-22T22:07:18.223Z Compiling thiserror-impl v2.0.18
4972026-06-22T22:07:18.223Z Compiling clap_derive v4.6.1
4982026-06-22T22:07:18.290Z Compiling pest_derive v2.8.6
4992026-06-22T22:07:18.905Z Compiling scroll v0.12.0
5002026-06-22T22:07:19.085Z Compiling zerocopy v0.7.35
5012026-06-22T22:07:19.139Z Compiling goblin v0.8.2
5022026-06-22T22:07:19.189Z Compiling zerofrom v0.1.6
5032026-06-22T22:07:19.298Z Compiling yoke v0.8.1
5042026-06-22T22:07:19.415Z Compiling dtrace-parser v0.2.0
5052026-06-22T22:07:19.459Z Compiling zerovec v0.11.5
5062026-06-22T22:07:19.460Z Compiling zerotrie v0.2.3
5072026-06-22T22:07:19.648Z Compiling clap v4.6.1
5082026-06-22T22:07:19.896Z Compiling tinystr v0.8.2
5092026-06-22T22:07:19.896Z Compiling potential_utf v0.1.4
5102026-06-22T22:07:20.021Z Compiling icu_collections v2.1.1
5112026-06-22T22:07:20.048Z Compiling icu_locale_core v2.1.1
5122026-06-22T22:07:20.576Z Compiling icu_provider v2.1.1
5132026-06-22T22:07:20.707Z Compiling serde_spanned v0.6.9
5142026-06-22T22:07:20.707Z Compiling toml_datetime v0.6.11
5152026-06-22T22:07:20.707Z Compiling serde-value v0.7.0
5162026-06-22T22:07:20.710Z Compiling cargo-platform v0.2.0
5172026-06-22T22:07:20.711Z Compiling macaddr v1.0.1
5182026-06-22T22:07:20.724Z Compiling dof v0.3.0
5192026-06-22T22:07:20.728Z Compiling serde_tokenstream v0.2.3
5202026-06-22T22:07:20.798Z Compiling icu_properties v2.1.2
5212026-06-22T22:07:20.802Z Compiling icu_normalizer v2.1.1
5222026-06-22T22:07:20.917Z Compiling toml_edit v0.22.27
5232026-06-22T22:07:21.461Z Compiling usdt-macro v0.5.0
5242026-06-22T22:07:21.465Z Compiling usdt-attr-macro v0.5.0
5252026-06-22T22:07:21.656Z Compiling idna_adapter v1.2.1
5262026-06-22T22:07:21.756Z Compiling idna v1.1.0
5272026-06-22T22:07:22.024Z Compiling url v2.5.8
5282026-06-22T22:07:22.052Z Compiling usdt v0.5.0
5292026-06-22T22:07:22.176Z Compiling toml v0.8.23
5302026-06-22T22:07:22.501Z Compiling cargo-util-schemas v0.8.2
5312026-06-22T22:07:22.501Z Compiling cargo_toml v0.21.0
5322026-06-22T22:07:23.319Z Compiling cargo_metadata v0.21.0
5332026-06-22T22:07:24.240Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-22T22:07:26.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.68s
5352026-06-22T22:07:26.568Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5362026-06-22T22:07:27.112Z Downloading crates ...
5372026-06-22T22:07:27.230Z Downloaded cookie_store v0.22.1
5382026-06-22T22:07:27.233Z Downloaded crc-catalog v2.4.0
5392026-06-22T22:07:27.240Z Downloaded display-error-chain v0.2.2
5402026-06-22T22:07:27.243Z Downloaded crc-any v2.5.0
5412026-06-22T22:07:27.243Z Downloaded either v1.15.0
5422026-06-22T22:07:27.248Z Downloaded darling v0.13.4
5432026-06-22T22:07:27.250Z Downloaded diesel-dtrace v0.5.0
5442026-06-22T22:07:27.250Z Downloaded deranged v0.5.8
5452026-06-22T22:07:27.253Z Downloaded darling_macro v0.23.0
5462026-06-22T22:07:27.254Z Downloaded crossbeam-epoch v0.9.18
5472026-06-22T22:07:27.256Z Downloaded cobs v0.3.0
5482026-06-22T22:07:27.256Z Downloaded cargo_metadata v0.23.1
5492026-06-22T22:07:27.256Z Downloaded colored v2.2.0
5502026-06-22T22:07:27.259Z Downloaded diff v0.1.13
5512026-06-22T22:07:27.262Z Downloaded chacha20poly1305 v0.10.1
5522026-06-22T22:07:27.262Z Downloaded crc32fast v1.5.0
5532026-06-22T22:07:27.265Z Downloaded cancel-safe-futures v0.1.5
5542026-06-22T22:07:27.265Z Downloaded crc8 v0.1.1
5552026-06-22T22:07:27.267Z Downloaded ciborium-io v0.2.2
5562026-06-22T22:07:27.267Z Downloaded derive-where v1.6.0
5572026-06-22T22:07:27.271Z Downloaded csv-core v0.1.13
5582026-06-22T22:07:27.271Z Downloaded bitflags v1.3.2
5592026-06-22T22:07:27.275Z Downloaded crucible-workspace-hack v0.1.0
5602026-06-22T22:07:27.275Z Downloaded crossbeam-utils v0.8.21
5612026-06-22T22:07:27.275Z Downloaded ahash v0.8.12
5622026-06-22T22:07:27.278Z Downloaded clang-sys v1.8.1
5632026-06-22T22:07:27.278Z Downloaded cfg_aliases v0.2.1
5642026-06-22T22:07:27.281Z Downloaded darling v0.21.3
5652026-06-22T22:07:27.285Z Downloaded compression-core v0.4.31
5662026-06-22T22:07:27.285Z Downloaded defmt-macros v1.0.1
5672026-06-22T22:07:27.287Z Downloaded dirs-sys-next v0.1.2
5682026-06-22T22:07:27.287Z Downloaded chacha20 v0.10.0
5692026-06-22T22:07:27.290Z Downloaded cargo-platform v0.3.2
5702026-06-22T22:07:27.291Z Downloaded darling v0.23.0
5712026-06-22T22:07:27.294Z Downloaded des v0.8.1
5722026-06-22T22:07:27.296Z Downloaded dirs-next v2.0.0
5732026-06-22T22:07:27.296Z Downloaded darling_macro v0.13.4
5742026-06-22T22:07:27.299Z Downloaded cfg_aliases v0.1.1
5752026-06-22T22:07:27.299Z Downloaded darling_macro v0.21.3
5762026-06-22T22:07:27.299Z Downloaded bitfield v0.19.4
5772026-06-22T22:07:27.299Z Downloaded aead v0.5.2
5782026-06-22T22:07:27.302Z Downloaded const_format_proc_macros v0.2.34
5792026-06-22T22:07:27.302Z Downloaded ciborium-ll v0.2.2
5802026-06-22T22:07:27.304Z Downloaded downcast-rs v2.0.2
5812026-06-22T22:07:27.304Z Downloaded derive_builder_macro v0.20.2
5822026-06-22T22:07:27.304Z Downloaded daft-derive v0.1.7
5832026-06-22T22:07:27.308Z Downloaded castaway v0.2.4
5842026-06-22T22:07:27.311Z Downloaded backon v1.6.0
5852026-06-22T22:07:27.311Z Downloaded dof v0.4.0
5862026-06-22T22:07:27.311Z Downloaded atomicwrites v0.4.4
5872026-06-22T22:07:27.314Z Downloaded cstr-argument v0.1.2
5882026-06-22T22:07:27.314Z Downloaded debug-ignore v1.0.5
5892026-06-22T22:07:27.314Z Downloaded difflib v0.4.0
5902026-06-22T22:07:27.316Z Downloaded block-padding v0.3.3
5912026-06-22T22:07:27.316Z Downloaded base16ct v0.2.0
5922026-06-22T22:07:27.316Z Downloaded darling_macro v0.20.11
5932026-06-22T22:07:27.320Z Downloaded ctr v0.9.2
5942026-06-22T22:07:27.320Z Downloaded atomic-waker v1.1.2
5952026-06-22T22:07:27.320Z Downloaded crossbeam-channel v0.5.15
5962026-06-22T22:07:27.323Z Downloaded diesel_table_macro_syntax v0.3.0
5972026-06-22T22:07:27.323Z Downloaded curve25519-dalek-derive v0.1.1
5982026-06-22T22:07:27.325Z Downloaded document-features v0.2.12
5992026-06-22T22:07:27.325Z Downloaded crunchy v0.2.4
6002026-06-22T22:07:27.328Z Downloaded float-cmp v0.10.0
6012026-06-22T22:07:27.328Z Downloaded async-stream v0.3.6
6022026-06-22T22:07:27.328Z Downloaded defmt v0.3.100
6032026-06-22T22:07:27.331Z Downloaded bitfield-struct v0.6.2
6042026-06-22T22:07:27.331Z Downloaded corncobs v0.1.4
6052026-06-22T22:07:27.331Z Downloaded ascii-canvas v3.0.0
6062026-06-22T22:07:27.334Z Downloaded critical-section v1.2.0
6072026-06-22T22:07:27.336Z Downloaded convert_case v0.4.0
6082026-06-22T22:07:27.339Z Downloaded arrayref v0.3.9
6092026-06-22T22:07:27.342Z Downloaded dtrace-parser v0.3.0
6102026-06-22T22:07:27.345Z Downloaded env_filter v1.0.0
6112026-06-22T22:07:27.345Z Downloaded async-recursion v1.1.1
6122026-06-22T22:07:27.348Z Downloaded cexpr v0.6.0
6132026-06-22T22:07:27.348Z Downloaded float-ord v0.3.2
6142026-06-22T22:07:27.351Z Downloaded dropshot-api-manager-types v0.7.2
6152026-06-22T22:07:27.351Z Downloaded foreign-types v0.3.2
6162026-06-22T22:07:27.351Z Downloaded array-init v0.0.4
6172026-06-22T22:07:27.355Z Downloaded fixedbitset v0.4.2
6182026-06-22T22:07:27.358Z Downloaded fd-lock v4.0.4
6192026-06-22T22:07:27.358Z Downloaded flagset v0.4.7
6202026-06-22T22:07:27.361Z Downloaded dyn-clone v1.0.20
6212026-06-22T22:07:27.363Z Downloaded crc v3.4.0
6222026-06-22T22:07:27.363Z Downloaded embedded-io v0.4.0
6232026-06-22T22:07:27.366Z Downloaded dunce v1.0.5
6242026-06-22T22:07:27.366Z Downloaded dsl_auto_type v0.2.0
6252026-06-22T22:07:27.366Z Downloaded defmt-parser v1.0.0
6262026-06-22T22:07:27.369Z Downloaded assert_matches v1.5.0
6272026-06-22T22:07:27.370Z Downloaded bitfield-macros v0.19.4
6282026-06-22T22:07:27.370Z Downloaded bb8 v0.8.6
6292026-06-22T22:07:27.372Z Downloaded enum-as-inner v0.6.1
6302026-06-22T22:07:27.372Z Downloaded async-stream-impl v0.3.6
6312026-06-22T22:07:27.375Z Downloaded adler2 v2.0.1
6322026-06-22T22:07:27.378Z Downloaded cpufeatures v0.3.0
6332026-06-22T22:07:27.380Z Downloaded futures-io v0.3.32
6342026-06-22T22:07:27.381Z Downloaded gethostname v0.5.0
6352026-06-22T22:07:27.381Z Downloaded bit-set v0.8.0
6362026-06-22T22:07:27.383Z Downloaded bit-set v0.5.3
6372026-06-22T22:07:27.383Z Downloaded atty v0.2.14
6382026-06-22T22:07:27.384Z Downloaded darling_core v0.23.0
6392026-06-22T22:07:27.386Z Downloaded ecdsa v0.16.9
6402026-06-22T22:07:27.389Z Downloaded fxhash v0.2.1
6412026-06-22T22:07:27.389Z Downloaded futures-macro v0.3.32
6422026-06-22T22:07:27.389Z Downloaded bcrypt-pbkdf v0.10.0
6432026-06-22T22:07:27.392Z Downloaded futures-task v0.3.32
6442026-06-22T22:07:27.392Z Downloaded env_logger v0.11.9
6452026-06-22T22:07:27.392Z Downloaded ghash v0.5.1
6462026-06-22T22:07:27.395Z Downloaded foreign-types-shared v0.3.1
6472026-06-22T22:07:27.395Z Downloaded fallible-iterator v0.2.0
6482026-06-22T22:07:27.395Z Downloaded der_derive v0.7.3
6492026-06-22T22:07:27.398Z Downloaded data-encoding v2.10.0
6502026-06-22T22:07:27.398Z Downloaded foreign-types-shared v0.1.1
6512026-06-22T22:07:27.398Z Downloaded foreign-types-macros v0.2.3
6522026-06-22T22:07:27.398Z Downloaded foreign-types v0.5.0
6532026-06-22T22:07:27.400Z Downloaded find-msvc-tools v0.1.9
6542026-06-22T22:07:27.403Z Downloaded futures-sink v0.3.32
6552026-06-22T22:07:27.403Z Downloaded crossbeam-deque v0.8.6
6562026-06-22T22:07:27.403Z Downloaded endian-type v0.1.2
6572026-06-22T22:07:27.406Z Downloaded derive-ex v0.1.8
6582026-06-22T22:07:27.406Z Downloaded funty v2.0.0
6592026-06-22T22:07:27.406Z Downloaded bit-vec v0.8.0
6602026-06-22T22:07:27.409Z Downloaded bcs v0.1.6
6612026-06-22T22:07:27.409Z Downloaded hex v0.4.3
6622026-06-22T22:07:27.412Z Downloaded argon2 v0.5.3
6632026-06-22T22:07:27.412Z Downloaded hash32 v0.3.1
6642026-06-22T22:07:27.415Z Downloaded compression-codecs v0.4.37
6652026-06-22T22:07:27.415Z Downloaded home v0.5.12
6662026-06-22T22:07:27.418Z Downloaded http-body v1.0.1
6672026-06-22T22:07:27.418Z Downloaded hostname v0.3.1
6682026-06-22T22:07:27.418Z Downloaded foldhash v0.1.5
6692026-06-22T22:07:27.421Z Downloaded fixedbitset v0.5.7
6702026-06-22T22:07:27.421Z Downloaded daft v0.1.7
6712026-06-22T22:07:27.421Z Downloaded defmt v1.0.1
6722026-06-22T22:07:27.424Z Downloaded embedded-io v0.6.1
6732026-06-22T22:07:27.428Z Downloaded cbc v0.1.2
6742026-06-22T22:07:27.428Z Downloaded filetime v0.2.27
6752026-06-22T22:07:27.428Z Downloaded arrayvec v0.7.6
6762026-06-22T22:07:27.431Z Downloaded bit-vec v0.6.3
6772026-06-22T22:07:27.431Z Downloaded hash32 v0.2.1
6782026-06-22T22:07:27.431Z Downloaded fs-err v2.11.0
6792026-06-22T22:07:27.434Z Downloaded erased-serde v0.3.31
6802026-06-22T22:07:27.434Z Downloaded globwalk v0.9.1
6812026-06-22T22:07:27.434Z Downloaded git-stub v1.0.0
6822026-06-22T22:07:27.437Z Downloaded hubpack v0.1.2
6832026-06-22T22:07:27.437Z Downloaded headers-core v0.3.0
6842026-06-22T22:07:27.438Z Downloaded hubpack_derive v0.1.1
6852026-06-22T22:07:27.441Z Downloaded httpdate v1.0.3
6862026-06-22T22:07:27.441Z Downloaded foldhash v0.2.0
6872026-06-22T22:07:27.441Z Downloaded derive_builder v0.20.2
6882026-06-22T22:07:27.444Z Downloaded hostname v0.4.2
6892026-06-22T22:07:27.448Z Downloaded ena v0.14.4
6902026-06-22T22:07:27.452Z Downloaded illumos-nvpair v0.3.0
6912026-06-22T22:07:27.452Z Downloaded hyper-tls v0.6.0
6922026-06-22T22:07:27.455Z Downloaded convert_case v0.10.0
6932026-06-22T22:07:27.458Z Downloaded group v0.13.0
6942026-06-22T22:07:27.458Z Downloaded blake3 v1.8.3
6952026-06-22T22:07:27.461Z Downloaded illumos-nvpair-sys v0.2.0
6962026-06-22T22:07:27.464Z Downloaded base64 v0.21.7
6972026-06-22T22:07:27.468Z Downloaded indoc v1.0.9
6982026-06-22T22:07:27.468Z Downloaded inout v0.1.4
6992026-06-22T22:07:27.468Z Downloaded darling_core v0.21.3
7002026-06-22T22:07:27.471Z Downloaded glob v0.3.3
7012026-06-22T22:07:27.471Z Downloaded cipher v0.4.4
7022026-06-22T22:07:27.474Z Downloaded indent_write v2.2.0
7032026-06-22T22:07:27.474Z Downloaded constant_time_eq v0.4.2
7042026-06-22T22:07:27.474Z Downloaded byte-wrapper v0.1.0
7052026-06-22T22:07:27.477Z Downloaded ar_archive_writer v0.5.1
7062026-06-22T22:07:27.481Z Downloaded anstyle-parse v0.2.7
7072026-06-22T22:07:27.481Z Downloaded instability v0.3.11
7082026-06-22T22:07:27.484Z Downloaded futures-executor v0.3.32
7092026-06-22T22:07:27.484Z Downloaded highway v1.3.0
7102026-06-22T22:07:27.484Z Downloaded diesel_derives v2.3.7
7112026-06-22T22:07:27.487Z Downloaded futures-core v0.3.32
7122026-06-22T22:07:27.490Z Downloaded darling v0.20.11
7132026-06-22T22:07:27.493Z Downloaded ident_case v1.0.1
7142026-06-22T22:07:27.493Z Downloaded cassowary v0.3.0
7152026-06-22T22:07:27.493Z Downloaded derive_builder_core v0.20.2
7162026-06-22T22:07:27.496Z Downloaded ff v0.13.1
7172026-06-22T22:07:27.496Z Downloaded anstream v0.6.21
7182026-06-22T22:07:27.498Z Downloaded git-stub-vcs v0.1.0
7192026-06-22T22:07:27.501Z Downloaded bzip2 v0.4.4
7202026-06-22T22:07:27.501Z Downloaded lazy_static v1.5.0
7212026-06-22T22:07:27.504Z Downloaded keccak v0.1.6
7222026-06-22T22:07:27.504Z Downloaded ciborium v0.2.2
7232026-06-22T22:07:27.506Z Downloaded internet-checksum v0.2.1
7242026-06-22T22:07:27.509Z Downloaded is-terminal v0.4.17
7252026-06-22T22:07:27.509Z Downloaded kstat-rs v0.2.4
7262026-06-22T22:07:27.509Z Downloaded ed25519 v2.2.3
7272026-06-22T22:07:27.512Z Downloaded instant v0.1.13
7282026-06-22T22:07:27.512Z Downloaded elliptic-curve v0.13.8
7292026-06-22T22:07:27.515Z Downloaded lalrpop-util v0.19.12
7302026-06-22T22:07:27.515Z Downloaded chacha20 v0.9.1
7312026-06-22T22:07:27.518Z Downloaded humantime v2.3.0
7322026-06-22T22:07:27.518Z Downloaded libscf-sys v1.1.0
7332026-06-22T22:07:27.518Z Downloaded hex-literal v0.4.1
7342026-06-22T22:07:27.521Z Downloaded globset v0.4.18
7352026-06-22T22:07:27.521Z Downloaded fs_extra v1.3.0
7362026-06-22T22:07:27.521Z Downloaded getrandom v0.2.17
7372026-06-22T22:07:27.524Z Downloaded darling_core v0.20.11
7382026-06-22T22:07:27.526Z Downloaded http-range v0.1.5
7392026-06-22T22:07:27.526Z Downloaded http-body-util v0.1.3
7402026-06-22T22:07:27.529Z Downloaded blowfish v0.9.1
7412026-06-22T22:07:27.529Z Downloaded const-oid v0.9.6
7422026-06-22T22:07:27.532Z Downloaded memoffset v0.9.1
7432026-06-22T22:07:27.532Z Downloaded lru-slab v0.1.2
7442026-06-22T22:07:27.532Z Downloaded managed v0.8.0
7452026-06-22T22:07:27.535Z Downloaded impl-trait-for-tuples v0.2.3
7462026-06-22T22:07:27.535Z Downloaded maplit v1.0.2
7472026-06-22T22:07:27.537Z Downloaded lzss v0.8.2
7482026-06-22T22:07:27.537Z Downloaded console v0.16.2
7492026-06-22T22:07:27.540Z Downloaded buf-list v1.1.2
7502026-06-22T22:07:27.540Z Downloaded half v1.8.3
7512026-06-22T22:07:27.543Z Downloaded hyper-staticfile v0.10.1
7522026-06-22T22:07:27.543Z Downloaded blake2 v0.10.6
7532026-06-22T22:07:27.545Z Downloaded lru-cache v0.1.2
7542026-06-22T22:07:27.545Z Downloaded colored v3.1.1
7552026-06-22T22:07:27.548Z Downloaded md5 v0.7.0
7562026-06-22T22:07:27.548Z Downloaded md-5 v0.10.6
7572026-06-22T22:07:27.549Z Downloaded maybe-uninit v2.0.0
7582026-06-22T22:07:27.551Z Downloaded ingot-types v0.1.2
7592026-06-22T22:07:27.551Z Downloaded match_cfg v0.1.0
7602026-06-22T22:07:27.554Z Downloaded cookie v0.18.1
7612026-06-22T22:07:27.554Z Downloaded mime v0.3.17
7622026-06-22T22:07:27.557Z Downloaded console v0.15.11
7632026-06-22T22:07:27.557Z Downloaded newtype-uuid-macros v0.1.0
7642026-06-22T22:07:27.557Z Downloaded nibble_vec v0.1.0
7652026-06-22T22:07:27.560Z Downloaded newline-converter v0.3.0
7662026-06-22T22:07:27.560Z Downloaded cmake v0.1.57
7672026-06-22T22:07:27.562Z Downloaded newtype_derive v0.1.6
7682026-06-22T22:07:27.562Z Downloaded ipnet v2.11.0
7692026-06-22T22:07:27.563Z Downloaded new_debug_unreachable v1.0.6
7702026-06-22T22:07:27.565Z Downloaded futures-channel v0.3.32
7712026-06-22T22:07:27.565Z Downloaded drift v0.2.0
7722026-06-22T22:07:27.571Z Downloaded is_ci v1.2.0
7732026-06-22T22:07:27.574Z Downloaded ingot v0.1.1
7742026-06-22T22:07:27.574Z Downloaded indoc v2.0.7
7752026-06-22T22:07:27.578Z Downloaded dropshot_endpoint v0.17.0
7762026-06-22T22:07:27.578Z Downloaded async-trait v0.1.89
7772026-06-22T22:07:27.581Z Downloaded multimap v0.10.1
7782026-06-22T22:07:27.581Z Downloaded nodrop v0.1.14
7792026-06-22T22:07:27.581Z Downloaded httparse v1.10.1
7802026-06-22T22:07:27.584Z Downloaded libloading v0.8.9
7812026-06-22T22:07:27.584Z Downloaded hyper-rustls v0.27.7
7822026-06-22T22:07:27.587Z Downloaded derive_more v0.99.20
7832026-06-22T22:07:27.589Z Downloaded num v0.4.3
7842026-06-22T22:07:27.589Z Downloaded num-conv v0.2.0
7852026-06-22T22:07:27.592Z Downloaded iana-time-zone v0.1.65
7862026-06-22T22:07:27.592Z Downloaded der v0.7.10
7872026-06-22T22:07:27.595Z Downloaded libefi-sys v0.1.0
7882026-06-22T22:07:27.598Z Downloaded num-derive v0.4.2
7892026-06-22T22:07:27.598Z Downloaded num-derive v0.3.3
7902026-06-22T22:07:27.598Z Downloaded hmac v0.12.1
7912026-06-22T22:07:27.600Z Downloaded normalize-line-endings v0.3.0
7922026-06-22T22:07:27.600Z Downloaded nonempty v0.12.0
7932026-06-22T22:07:27.600Z Downloaded num_threads v0.1.7
7942026-06-22T22:07:27.603Z Downloaded linked-hash-map v0.5.6
7952026-06-22T22:07:27.603Z Downloaded num_enum_derive v0.5.11
7962026-06-22T22:07:27.603Z Downloaded lru v0.12.5
7972026-06-22T22:07:27.606Z Downloaded lock_api v0.4.14
7982026-06-22T22:07:27.606Z Downloaded libsw-core v0.3.2
7992026-06-22T22:07:27.609Z Downloaded ingot-macros v0.1.1
8002026-06-22T22:07:27.609Z Downloaded libsw v3.5.0
8012026-06-22T22:07:27.609Z Downloaded ipnetwork v0.21.1
8022026-06-22T22:07:27.611Z Downloaded darling_core v0.13.4
8032026-06-22T22:07:27.614Z Downloaded olpc-cjson v0.1.4
8042026-06-22T22:07:27.614Z Downloaded camino-tempfile-ext v0.3.3
8052026-06-22T22:07:27.617Z Downloaded openssl-macros v0.1.1
8062026-06-22T22:07:27.617Z Downloaded opaque-debug v0.3.1
8072026-06-22T22:07:27.618Z Downloaded bzip2 v0.6.1
8082026-06-22T22:07:27.620Z Downloaded base64ct v1.8.3
8092026-06-22T22:07:27.620Z Downloaded backoff v0.4.0
8102026-06-22T22:07:27.620Z Downloaded linear-map v1.2.0
8112026-06-22T22:07:27.623Z Downloaded async-bb8-diesel v0.2.1
8122026-06-22T22:07:27.626Z Downloaded openssl-probe v0.2.1
8132026-06-22T22:07:27.628Z Downloaded parse-display v0.10.0
8142026-06-22T22:07:27.631Z Downloaded newtype-uuid v1.3.2
8152026-06-22T22:07:27.631Z Downloaded fatfs v0.3.6
8162026-06-22T22:07:27.634Z Downloaded nanorand v0.7.0
8172026-06-22T22:07:27.652Z Downloaded parse-size v1.1.0
8182026-06-22T22:07:27.655Z Downloaded derive_more v2.1.1
8192026-06-22T22:07:27.661Z Downloaded pbkdf2 v0.11.0
8202026-06-22T22:07:27.664Z Downloaded path-slash v0.1.5
8212026-06-22T22:07:27.664Z Downloaded multer v3.1.0
8222026-06-22T22:07:27.667Z Downloaded mime_guess v2.0.5
8232026-06-22T22:07:27.667Z Downloaded num-iter v0.1.45
8242026-06-22T22:07:27.670Z Downloaded num-complex v0.4.6
8252026-06-22T22:07:27.670Z Downloaded pbkdf2 v0.12.2
8262026-06-22T22:07:27.670Z Downloaded compact_str v0.8.1
8272026-06-22T22:07:27.673Z Downloaded bytes v1.11.1
8282026-06-22T22:07:27.675Z Downloaded powerfmt v0.2.0
8292026-06-22T22:07:27.678Z Downloaded phf_shared v0.11.3
8302026-06-22T22:07:27.678Z Downloaded peg-runtime v0.8.5
8312026-06-22T22:07:27.678Z Downloaded arc-swap v1.8.2
8322026-06-22T22:07:27.681Z Downloaded pin-utils v0.1.0
8332026-06-22T22:07:27.681Z Downloaded num_enum v0.7.6
8342026-06-22T22:07:27.684Z Downloaded allocator-api2 v0.2.21
8352026-06-22T22:07:27.687Z Downloaded packed_struct_codegen v0.10.1
8362026-06-22T22:07:27.687Z Downloaded oso-derive v0.27.3
8372026-06-22T22:07:27.689Z Downloaded nu-ansi-term v0.50.3
8382026-06-22T22:07:27.689Z Downloaded heapless v0.7.17
8392026-06-22T22:07:27.692Z Downloaded jobserver v0.1.34
8402026-06-22T22:07:27.692Z Downloaded getrandom v0.3.4
8412026-06-22T22:07:27.695Z Downloaded memmap2 v0.9.10
8422026-06-22T22:07:27.697Z Downloaded phf_shared v0.13.1
8432026-06-22T22:07:27.697Z Downloaded packed_struct v0.10.1
8442026-06-22T22:07:27.700Z Downloaded num-rational v0.4.2
8452026-06-22T22:07:27.700Z Downloaded num-integer v0.1.46
8462026-06-22T22:07:27.703Z Downloaded native-tls v0.2.18
8472026-06-22T22:07:27.703Z Downloaded crypto-bigint v0.5.5
8482026-06-22T22:07:27.706Z Downloaded predicates-tree v1.0.13
8492026-06-22T22:07:27.709Z Downloaded litrs v1.0.0
8502026-06-22T22:07:27.709Z Downloaded predicates-core v1.0.10
8512026-06-22T22:07:27.712Z Downloaded precomputed-hash v0.1.1
8522026-06-22T22:07:27.712Z Downloaded parking_lot_core v0.8.6
8532026-06-22T22:07:27.712Z Downloaded num_enum_derive v0.7.6
8542026-06-22T22:07:27.715Z Downloaded num_enum v0.5.11
8552026-06-22T22:07:27.717Z Downloaded proc-macro-error-attr2 v2.0.0
8562026-06-22T22:07:27.717Z Downloaded flume v0.11.1
8572026-06-22T22:07:27.720Z Downloaded const_format v0.2.35
8582026-06-22T22:07:27.723Z Downloaded parse-display-derive v0.10.0
8592026-06-22T22:07:27.723Z Downloaded peg-macros v0.8.5
8602026-06-22T22:07:27.726Z Downloaded psl-types v2.0.11
8612026-06-22T22:07:27.726Z Downloaded progenitor-macro v0.14.0
8622026-06-22T22:07:27.728Z Downloaded progenitor-macro v0.11.2
8632026-06-22T22:07:27.728Z Downloaded progenitor-client v0.14.0
8642026-06-22T22:07:27.728Z Downloaded progenitor-client v0.11.2
8652026-06-22T22:07:27.728Z Downloaded libbz2-rs-sys v0.2.2
8662026-06-22T22:07:27.731Z Downloaded futures v0.3.32
8672026-06-22T22:07:27.734Z Downloaded peg v0.8.5
8682026-06-22T22:07:27.736Z Downloaded owo-colors v4.3.0
8692026-06-22T22:07:27.736Z Downloaded paste v1.0.15
8702026-06-22T22:07:27.740Z Downloaded derive_more-impl v2.1.1
8712026-06-22T22:07:27.743Z Downloaded progenitor-macro v0.13.0
8722026-06-22T22:07:27.743Z Downloaded poly1305 v0.8.0
8732026-06-22T22:07:27.745Z Downloaded phf_shared v0.12.1
8742026-06-22T22:07:27.746Z Downloaded phf v0.13.1
8752026-06-22T22:07:27.746Z Downloaded phf v0.12.1
8762026-06-22T22:07:27.748Z Downloaded ignore v0.4.25
8772026-06-22T22:07:27.748Z Downloaded radium v0.7.0
8782026-06-22T22:07:27.748Z Downloaded polyval v0.6.2
8792026-06-22T22:07:27.751Z Downloaded proc-macro-crate v1.3.1
8802026-06-22T22:07:27.751Z Downloaded indexmap v1.9.3
8812026-06-22T22:07:27.754Z Downloaded quick-error v1.2.3
8822026-06-22T22:07:27.757Z Downloaded omicron-zone-package v0.12.2
8832026-06-22T22:07:27.760Z Downloaded hickory-resolver v0.25.2
8842026-06-22T22:07:27.763Z Downloaded heapless v0.8.0
8852026-06-22T22:07:27.766Z Downloaded password-hash v0.5.0
8862026-06-22T22:07:27.769Z Downloaded pem v3.0.6
8872026-06-22T22:07:27.769Z Downloaded postgres-protocol v0.6.10
8882026-06-22T22:07:27.769Z Downloaded password-hash v0.4.2
8892026-06-22T22:07:27.772Z Downloaded openssl-probe v0.1.6
8902026-06-22T22:07:27.772Z Downloaded oxide-tokio-rt v0.1.4
8912026-06-22T22:07:27.775Z Downloaded rand_chacha v0.3.1
8922026-06-22T22:07:27.775Z Downloaded pkg-config v0.3.32
8932026-06-22T22:07:27.775Z Downloaded pkcs8 v0.10.2
8942026-06-22T22:07:27.779Z Downloaded pin-project-internal v1.1.11
8952026-06-22T22:07:27.779Z Downloaded headers v0.4.1
8962026-06-22T22:07:27.781Z Downloaded half v2.7.1
8972026-06-22T22:07:27.784Z Downloaded parking_lot_core v0.9.12
8982026-06-22T22:07:27.787Z Downloaded indicatif v0.18.4
8992026-06-22T22:07:27.790Z Downloaded ref-cast v1.0.25
9002026-06-22T22:07:27.792Z Downloaded recursive-proc-macro-impl v0.1.1
9012026-06-22T22:07:27.792Z Downloaded primeorder v0.13.6
9022026-06-22T22:07:27.792Z Downloaded progenitor-client v0.10.0
9032026-06-22T22:07:27.795Z Downloaded recursive v0.1.1
9042026-06-22T22:07:27.795Z Downloaded proc-macro-error2 v2.0.1
9052026-06-22T22:07:27.798Z Downloaded progenitor-extras v0.2.0
9062026-06-22T22:07:27.798Z Downloaded progenitor-client v0.13.0
9072026-06-22T22:07:27.800Z Downloaded proc-macro-crate v3.4.0
9082026-06-22T22:07:27.800Z Downloaded ref-cast-impl v1.0.25
9092026-06-22T22:07:27.801Z Downloaded ed25519-dalek v2.2.0
9102026-06-22T22:07:27.803Z Downloaded flate2 v1.1.9
9112026-06-22T22:07:27.807Z Downloaded predicates v3.1.4
9122026-06-22T22:07:27.810Z Downloaded ppv-lite86 v0.2.21
9132026-06-22T22:07:27.810Z Downloaded crossterm v0.29.0
9142026-06-22T22:07:27.817Z Downloaded rustc_version v0.1.7
9152026-06-22T22:07:27.819Z Downloaded rfc6979 v0.4.0
9162026-06-22T22:07:27.822Z Downloaded postgres-types v0.2.12
9172026-06-22T22:07:27.822Z Downloaded postcard v1.1.3
9182026-06-22T22:07:27.825Z Downloaded miniz_oxide v0.8.9
9192026-06-22T22:07:27.828Z Downloaded oxnet v0.1.5
9202026-06-22T22:07:27.828Z Downloaded hashbrown v0.12.3
9212026-06-22T22:07:27.831Z Downloaded rand_xorshift v0.4.0
9222026-06-22T22:07:27.833Z Downloaded rand_core v0.6.4
9232026-06-22T22:07:27.834Z Downloaded rand_chacha v0.9.0
9242026-06-22T22:07:27.834Z Downloaded rustc-hash v2.1.1
9252026-06-22T22:07:27.837Z Downloaded progenitor v0.13.0
9262026-06-22T22:07:27.837Z Downloaded progenitor v0.11.2
9272026-06-22T22:07:27.840Z Downloaded parking_lot v0.11.2
9282026-06-22T22:07:27.841Z Downloaded parking_lot v0.12.5
9292026-06-22T22:07:27.843Z Downloaded expectorate v1.2.0
9302026-06-22T22:07:27.843Z Downloaded rand_core v0.9.5
9312026-06-22T22:07:27.843Z Downloaded progenitor v0.14.0
9322026-06-22T22:07:27.846Z Downloaded jiff-static v0.2.21
9332026-06-22T22:07:27.846Z Downloaded base64 v0.22.1
9342026-06-22T22:07:27.849Z Downloaded russh-cryptovec v0.7.3
9352026-06-22T22:07:27.849Z Downloaded bumpalo v3.20.2
9362026-06-22T22:07:27.852Z Downloaded rustc_version v0.4.1
9372026-06-22T22:07:27.855Z Downloaded sapling-renderdag v0.1.0
9382026-06-22T22:07:27.855Z Downloaded rtoolbox v0.0.3
9392026-06-22T22:07:27.857Z Downloaded salsa20 v0.10.2
9402026-06-22T22:07:27.865Z Downloaded pkcs1 v0.7.5
9412026-06-22T22:07:27.867Z Downloaded pem-rfc7468 v0.7.0
9422026-06-22T22:07:27.870Z Downloaded scheduled-thread-pool v0.2.7
9432026-06-22T22:07:27.873Z Downloaded scopeguard v1.2.0
9442026-06-22T22:07:27.873Z Downloaded pin-project-lite v0.2.17
9452026-06-22T22:07:27.875Z Downloaded scrypt v0.11.0
9462026-06-22T22:07:27.878Z Downloaded hickory-resolver v0.24.4
9472026-06-22T22:07:27.905Z Downloaded resolv-conf v0.7.6
9482026-06-22T22:07:27.906Z Downloaded r2d2 v0.8.10
9492026-06-22T22:07:27.906Z Downloaded quinn-udp v0.5.14
9502026-06-22T22:07:27.906Z Downloaded rand_seeder v0.4.0
9512026-06-22T22:07:27.906Z Downloaded pkcs5 v0.7.1
9522026-06-22T22:07:27.906Z Downloaded same-file v1.0.6
9532026-06-22T22:07:27.906Z Downloaded secrecy v0.10.3
9542026-06-22T22:07:27.906Z Downloaded scroll_derive v0.13.1
9552026-06-22T22:07:27.906Z Downloaded minimal-lexical v0.2.1
9562026-06-22T22:07:27.909Z Downloaded rand_core v0.10.0
9572026-06-22T22:07:27.909Z Downloaded http v1.4.0
9582026-06-22T22:07:27.909Z Downloaded async-compression v0.4.41
9592026-06-22T22:07:27.911Z Downloaded semver v0.1.20
9602026-06-22T22:07:27.914Z Downloaded rusty-fork v0.3.1
9612026-06-22T22:07:27.914Z Downloaded rustversion v1.0.22
9622026-06-22T22:07:27.917Z Downloaded rustls-pemfile v1.0.4
9632026-06-22T22:07:27.917Z Downloaded cc v1.2.56
9642026-06-22T22:07:27.920Z Downloaded hickory-server v0.25.2
9652026-06-22T22:07:27.923Z Downloaded hashbrown v0.13.2
9662026-06-22T22:07:27.925Z Downloaded oso v0.27.3
9672026-06-22T22:07:27.928Z Downloaded serde_bytes v0.11.19
9682026-06-22T22:07:27.928Z Downloaded sha1 v0.10.6
9692026-06-22T22:07:27.931Z Downloaded progenitor-impl v0.11.2
9702026-06-22T22:07:27.934Z Downloaded serde-big-array v0.5.1
9712026-06-22T22:07:27.934Z Downloaded secrecy v0.8.0
9722026-06-22T22:07:27.937Z Downloaded progenitor-impl v0.14.0
9732026-06-22T22:07:27.940Z Downloaded serde_repr v0.1.20
9742026-06-22T22:07:27.942Z Downloaded serde_plain v1.0.2
9752026-06-22T22:07:27.945Z Downloaded scroll v0.13.0
9762026-06-22T22:07:27.945Z Downloaded siphasher v1.0.2
9772026-06-22T22:07:27.948Z Downloaded signal-hook-tokio v0.3.1
9782026-06-22T22:07:27.948Z Downloaded schemars_derive v0.8.22
9792026-06-22T22:07:27.951Z Downloaded serde_spanned v1.0.4
9802026-06-22T22:07:27.953Z Downloaded slog-bunyan v2.5.0
9812026-06-22T22:07:27.964Z Downloaded papergrid v0.17.0
9822026-06-22T22:07:27.967Z Downloaded shell-words v1.1.1
9832026-06-22T22:07:27.971Z Downloaded serde_urlencoded v0.7.1
9842026-06-22T22:07:27.971Z Downloaded signal-hook-mio v0.2.5
9852026-06-22T22:07:27.974Z Downloaded serde_derive_internals v0.29.1
9862026-06-22T22:07:27.974Z Downloaded serde-hex v0.1.0
9872026-06-22T22:07:27.974Z Downloaded prefix-trie v0.7.0
9882026-06-22T22:07:27.977Z Downloaded sec1 v0.7.3
9892026-06-22T22:07:27.980Z Downloaded signature v2.2.0
9902026-06-22T22:07:27.985Z Downloaded sigpipe v0.1.3
9912026-06-22T22:07:27.988Z Downloaded itertools v0.10.5
9922026-06-22T22:07:27.992Z Downloaded rustls-pki-types v1.14.0
9932026-06-22T22:07:27.996Z Downloaded rustls-pemfile v2.2.0
9942026-06-22T22:07:27.996Z Downloaded rustls-native-certs v0.8.3
9952026-06-22T22:07:27.998Z Downloaded pretty_assertions v1.4.1
9962026-06-22T22:07:27.998Z Downloaded crossterm v0.28.1
9972026-06-22T22:07:28.002Z Downloaded sqlparser_derive v0.5.0
9982026-06-22T22:07:28.005Z Downloaded slog-envlogger v2.2.0
9992026-06-22T22:07:28.005Z Downloaded ssh-encoding v0.2.0
10002026-06-22T22:07:28.007Z Downloaded serde_with_macros v1.5.2
10012026-06-22T22:07:28.007Z Downloaded progenitor-impl v0.13.0
10022026-06-22T22:07:28.007Z Downloaded dropshot-api-manager v0.7.2
10032026-06-22T22:07:28.013Z Downloaded sct v0.7.1
10042026-06-22T22:07:28.021Z Downloaded slog-async v2.8.0
10052026-06-22T22:07:28.023Z Downloaded simd-adler32 v0.3.8
10062026-06-22T22:07:28.023Z Downloaded p256 v0.13.2
10072026-06-22T22:07:28.026Z Downloaded hyper-util v0.1.20
10082026-06-22T22:07:28.032Z Downloaded strum v0.26.3
10092026-06-22T22:07:28.035Z Downloaded structmeta-derive v0.3.0
10102026-06-22T22:07:28.035Z Downloaded serde_path_to_error v0.1.20
10112026-06-22T22:07:28.038Z Downloaded supports-color v3.0.2
10122026-06-22T22:07:28.038Z Downloaded strum v0.27.2
10132026-06-22T22:07:28.038Z Downloaded ssh-cipher v0.2.0
10142026-06-22T22:07:28.038Z Downloaded seq-macro v0.3.6
10152026-06-22T22:07:28.041Z Downloaded subtle v2.6.1
10162026-06-22T22:07:28.041Z Downloaded openssl-sys v0.9.115
10172026-06-22T22:07:28.043Z Downloaded psm v0.1.30
10182026-06-22T22:07:28.048Z Downloaded strsim v0.10.0
10192026-06-22T22:07:28.051Z Downloaded structmeta v0.3.0
10202026-06-22T22:07:28.054Z Downloaded strip-ansi-escapes v0.2.1
10212026-06-22T22:07:28.054Z Downloaded tabled_derive v0.11.0
10222026-06-22T22:07:28.057Z Downloaded smallvec v0.6.14
10232026-06-22T22:07:28.060Z Downloaded shlex v1.3.0
10242026-06-22T22:07:28.062Z Downloaded rustls-platform-verifier v0.6.2
10252026-06-22T22:07:28.065Z Downloaded pin-project v1.1.11
10262026-06-22T22:07:28.072Z Downloaded tap v1.0.1
10272026-06-22T22:07:28.074Z Downloaded take_mut v0.2.2
10282026-06-22T22:07:28.075Z Downloaded tagptr v0.2.0
10292026-06-22T22:07:28.075Z Downloaded sync_wrapper v1.0.2
10302026-06-22T22:07:28.077Z Downloaded sync-ptr v0.1.4
10312026-06-22T22:07:28.077Z Downloaded ryu v1.0.23
10322026-06-22T22:07:28.080Z Downloaded termtree v0.5.1
10332026-06-22T22:07:28.083Z Downloaded schemars v0.8.22
10342026-06-22T22:07:28.089Z Downloaded thiserror-impl-no-std v2.0.2
10352026-06-22T22:07:28.092Z Downloaded thread-id v5.1.0
10362026-06-22T22:07:28.092Z Downloaded rcgen v0.12.1
10372026-06-22T22:07:28.095Z Downloaded stacker v0.1.23
10382026-06-22T22:07:28.095Z Downloaded signal-hook-registry v1.4.8
10392026-06-22T22:07:28.098Z Downloaded tinyvec_macros v0.1.1
10402026-06-22T22:07:28.098Z Downloaded static_assertions v1.1.0
10412026-06-22T22:07:28.101Z Downloaded serde_with_macros v3.17.0
10422026-06-22T22:07:28.101Z Downloaded snafu-derive v0.8.9
10432026-06-22T22:07:28.105Z Downloaded smf v0.2.3
10442026-06-22T22:07:28.105Z Downloaded slog-stdlog v4.1.1
10452026-06-22T22:07:28.105Z Downloaded slog-json v2.6.1
10462026-06-22T22:07:28.108Z Downloaded libxml v0.3.3
10472026-06-22T22:07:28.111Z Downloaded testing_table v0.3.0
10482026-06-22T22:07:28.111Z Downloaded qorb v0.4.1
10492026-06-22T22:07:28.113Z Downloaded support-bundle-viewer v0.1.2
10502026-06-22T22:07:28.116Z Downloaded strum_macros v0.26.4
10512026-06-22T22:07:28.116Z Downloaded spki v0.7.3
10522026-06-22T22:07:28.119Z Downloaded aes v0.8.4
10532026-06-22T22:07:28.119Z Downloaded tokio-macros v2.7.0
10542026-06-22T22:07:28.122Z Downloaded rand v0.8.6
10552026-06-22T22:07:28.125Z Downloaded hashbrown v0.15.5
10562026-06-22T22:07:28.127Z Downloaded tabwriter v1.4.1
10572026-06-22T22:07:28.134Z Downloaded sqlformat v0.3.5
10582026-06-22T22:07:28.136Z Downloaded itertools v0.12.1
10592026-06-22T22:07:28.142Z Downloaded string_cache v0.8.9
10602026-06-22T22:07:28.146Z Downloaded serde_yaml v0.9.34+deprecated
10612026-06-22T22:07:28.149Z Downloaded ron v0.8.1
10622026-06-22T22:07:28.151Z Downloaded strum_macros v0.27.2
10632026-06-22T22:07:28.154Z Downloaded stringprep v0.1.5
10642026-06-22T22:07:28.154Z Downloaded russh-keys v0.45.0
10652026-06-22T22:07:28.157Z Downloaded termios v0.3.3
10662026-06-22T22:07:28.164Z Downloaded topological-sort v0.2.2
10672026-06-22T22:07:28.166Z Downloaded time-macros v0.2.27
10682026-06-22T22:07:28.170Z Downloaded trait-variant v0.1.2
10692026-06-22T22:07:28.170Z Downloaded tower-layer v0.3.3
10702026-06-22T22:07:28.170Z Downloaded slab v0.4.12
10712026-06-22T22:07:28.172Z Downloaded time-core v0.1.8
10722026-06-22T22:07:28.175Z Downloaded thread_local v1.1.9
10732026-06-22T22:07:28.185Z Downloaded tls_codec v0.4.2
10742026-06-22T22:07:28.188Z Downloaded spin v0.9.8
10752026-06-22T22:07:28.190Z Downloaded tower-service v0.3.3
10762026-06-22T22:07:28.190Z Downloaded tokio-native-tls v0.3.1
10772026-06-22T22:07:28.190Z Downloaded try-lock v0.2.5
10782026-06-22T22:07:28.193Z Downloaded h2 v0.4.13
10792026-06-22T22:07:28.196Z Downloaded tls_codec_derive v0.4.2
10802026-06-22T22:07:28.196Z Downloaded strum_macros v0.24.3
10812026-06-22T22:07:28.199Z Downloaded slog-term v2.9.2
10822026-06-22T22:07:28.202Z Downloaded thiserror-no-std v2.0.2
10832026-06-22T22:07:28.202Z Downloaded tokio-rustls v0.25.0
10842026-06-22T22:07:28.204Z Downloaded socket2 v0.6.3
10852026-06-22T22:07:28.205Z Downloaded slog-scope v4.4.1
10862026-06-22T22:07:28.207Z Downloaded tokio-tungstenite v0.23.1
10872026-06-22T22:07:28.207Z Downloaded tokio-tungstenite v0.21.0
10882026-06-22T22:07:28.210Z Downloaded slog-dtrace v0.3.0
10892026-06-22T22:07:28.210Z Downloaded unarray v0.1.4
10902026-06-22T22:07:28.213Z Downloaded typify-macro v0.6.2
10912026-06-22T22:07:28.213Z Downloaded typify-macro v0.4.3
10922026-06-22T22:07:28.217Z Downloaded unicode-truncate v1.1.0
10932026-06-22T22:07:28.219Z Downloaded socket2 v0.5.10
10942026-06-22T22:07:28.219Z Downloaded similar v2.7.0
10952026-06-22T22:07:28.222Z Downloaded serde_cbor v0.11.2
10962026-06-22T22:07:28.225Z Downloaded rustls-webpki v0.103.9
10972026-06-22T22:07:28.227Z Downloaded tiny-keccak v2.0.2
10982026-06-22T22:07:28.227Z Downloaded publicsuffix v2.3.0
10992026-06-22T22:07:28.230Z Downloaded prettyplease v0.2.37
11002026-06-22T22:07:28.233Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-06-22T22:07:28.233Z Downloaded term v1.2.1
11022026-06-22T22:07:28.235Z Downloaded unit-prefix v0.5.2
11032026-06-22T22:07:28.235Z Downloaded usdt v0.6.0
11042026-06-22T22:07:28.235Z Downloaded untrusted v0.7.1
11052026-06-22T22:07:28.239Z Downloaded untrusted v0.9.0
11062026-06-22T22:07:28.239Z Downloaded universal-hash v0.5.1
11072026-06-22T22:07:28.239Z Downloaded tokio-dtrace v0.1.1
11082026-06-22T22:07:28.239Z Downloaded quinn v0.11.9
11092026-06-22T22:07:28.241Z Downloaded mio v1.2.0
11102026-06-22T22:07:28.244Z Downloaded itertools v0.14.0
11112026-06-22T22:07:28.247Z Downloaded schemars v0.9.0
11122026-06-22T22:07:28.254Z Downloaded usdt-macro v0.6.0
11132026-06-22T22:07:28.256Z Downloaded usdt-attr-macro v0.6.0
11142026-06-22T22:07:28.257Z Downloaded tui-tree-widget v0.23.1
11152026-06-22T22:07:28.257Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11162026-06-22T22:07:28.259Z Downloaded toml_writer v1.0.6+spec-1.1.0
11172026-06-22T22:07:28.259Z Downloaded term v0.7.0
11182026-06-22T22:07:28.262Z Downloaded slog v2.8.2
11192026-06-22T22:07:28.265Z Downloaded hashbrown v0.16.1
11202026-06-22T22:07:28.267Z Downloaded nom v7.1.3
11212026-06-22T22:07:28.270Z Downloaded void v1.0.2
11222026-06-22T22:07:28.270Z Downloaded rayon-core v1.13.0
11232026-06-22T22:07:28.273Z Downloaded num-bigint v0.4.6
11242026-06-22T22:07:28.276Z Downloaded itertools v0.13.0
11252026-06-22T22:07:28.279Z Downloaded tokio-stream v0.1.18
11262026-06-22T22:07:28.282Z Downloaded wait-timeout v0.2.1
11272026-06-22T22:07:28.293Z Downloaded aes-gcm v0.10.3
11282026-06-22T22:07:28.298Z Downloaded unicase v2.9.0
11292026-06-22T22:07:28.319Z Downloaded want v0.3.1
11302026-06-22T22:07:28.322Z Downloaded waitgroup v0.1.2
11312026-06-22T22:07:28.327Z Downloaded xshell-macros v0.2.7
11322026-06-22T22:07:28.331Z Downloaded xattr v1.6.1
11332026-06-22T22:07:28.331Z Downloaded uzers v0.12.2
11342026-06-22T22:07:28.334Z Downloaded utf-8 v0.7.6
11352026-06-22T22:07:28.334Z Downloaded rsa v0.9.10
11362026-06-22T22:07:28.338Z Downloaded signal-hook v0.3.18
11372026-06-22T22:07:28.341Z Downloaded tokio-rustls v0.24.1
11382026-06-22T22:07:28.344Z Downloaded tinyvec v1.10.0
11392026-06-22T22:07:28.346Z Downloaded subprocess v0.2.15
11402026-06-22T22:07:28.349Z Downloaded usdt-impl v0.6.0
11412026-06-22T22:07:28.352Z Downloaded zone_cfg_derive v0.3.1
11422026-06-22T22:07:28.352Z Downloaded zone v0.3.1
11432026-06-22T22:07:28.355Z Downloaded vergen-lib v0.1.6
11442026-06-22T22:07:28.355Z Downloaded toml_parser v1.0.9+spec-1.1.0
11452026-06-22T22:07:28.358Z Downloaded vergen-git2 v9.1.0
11462026-06-22T22:07:28.358Z Downloaded walkdir v2.5.0
11472026-06-22T22:07:28.361Z Downloaded tokio-rustls v0.26.4
11482026-06-22T22:07:28.363Z Downloaded hyper v1.8.1
11492026-06-22T22:07:28.366Z Downloaded schemars v1.2.1
11502026-06-22T22:07:28.374Z Downloaded zeroize_derive v1.4.3
11512026-06-22T22:07:28.377Z Downloaded rand v0.10.0
11522026-06-22T22:07:28.377Z Downloaded whoami v1.6.1
11532026-06-22T22:07:28.380Z Downloaded vsss-rs v3.3.4
11542026-06-22T22:07:28.380Z Downloaded rustyline v14.0.0
11552026-06-22T22:07:28.383Z Downloaded wyz v0.5.1
11562026-06-22T22:07:28.386Z Downloaded whoami v2.1.0
11572026-06-22T22:07:28.386Z Downloaded twox-hash v2.1.2
11582026-06-22T22:07:28.389Z Downloaded test-strategy v0.4.5
11592026-06-22T22:07:28.389Z Downloaded snafu v0.8.9
11602026-06-22T22:07:28.392Z Downloaded vergen-gitcl v1.0.8
11612026-06-22T22:07:28.395Z Downloaded toml v1.0.6+spec-1.1.0
11622026-06-22T22:07:28.398Z Downloaded toml v0.7.8
11632026-06-22T22:07:28.398Z Downloaded steno v0.4.1
11642026-06-22T22:07:28.401Z Downloaded vergen v9.1.0
11652026-06-22T22:07:28.402Z Downloaded futures-util v0.3.32
11662026-06-22T22:07:28.409Z Downloaded vergen-lib v9.1.0
11672026-06-22T22:07:28.412Z Downloaded samael v0.0.19
11682026-06-22T22:07:28.412Z Downloaded zstd v0.13.3
11692026-06-22T22:07:28.415Z Downloaded tungstenite v0.21.0
11702026-06-22T22:07:28.417Z Downloaded unicode-properties v0.1.4
11712026-06-22T22:07:28.417Z Downloaded iri-string v0.7.10
11722026-06-22T22:07:28.420Z Downloaded zstd-safe v7.2.4
11732026-06-22T22:07:28.423Z Downloaded rand v0.9.2
11742026-06-22T22:07:28.426Z Downloaded num-bigint-dig v0.8.6
11752026-06-22T22:07:28.428Z Downloaded zeroize v1.8.2
11762026-06-22T22:07:28.428Z Downloaded xshell v0.2.7
11772026-06-22T22:07:28.438Z Downloaded hkdf v0.12.4
11782026-06-22T22:07:28.445Z Downloaded unicode-bidi v0.3.18
11792026-06-22T22:07:28.448Z Downloaded yasna v0.5.2
11802026-06-22T22:07:28.448Z Downloaded tar v0.4.45
11812026-06-22T22:07:28.451Z Downloaded toml_edit v0.23.10+spec-1.0.0
11822026-06-22T22:07:28.451Z Downloaded typify v0.4.3
11832026-06-22T22:07:28.454Z Downloaded tracing-core v0.1.36
11842026-06-22T22:07:28.454Z Downloaded tracing-attributes v0.1.31
11852026-06-22T22:07:28.458Z Downloaded reedline v0.40.0
11862026-06-22T22:07:28.464Z Downloaded p521 v0.13.3
11872026-06-22T22:07:28.468Z Downloaded typify v0.6.2
11882026-06-22T22:07:28.475Z Downloaded rpassword v7.4.0
11892026-06-22T22:07:28.482Z Downloaded git2 v0.20.4
11902026-06-22T22:07:28.487Z Downloaded nom v8.0.0
11912026-06-22T22:07:28.490Z Downloaded unsafe-libyaml v0.2.11
11922026-06-22T22:07:28.501Z Downloaded serde_with v1.14.0
11932026-06-22T22:07:28.509Z Downloaded toml_edit v0.19.15
11942026-06-22T22:07:28.518Z Downloaded zerocopy v0.6.6
11952026-06-22T22:07:28.520Z Downloaded aho-corasick v1.1.4
11962026-06-22T22:07:28.523Z Downloaded tungstenite v0.23.0
11972026-06-22T22:07:28.526Z Downloaded vte v0.14.1
11982026-06-22T22:07:28.526Z Downloaded iddqd v0.4.2
11992026-06-22T22:07:28.531Z Downloaded regex v1.12.3
12002026-06-22T22:07:28.534Z Downloaded zopfli v0.8.3
12012026-06-22T22:07:28.537Z Downloaded russh v0.45.0
12022026-06-22T22:07:28.539Z Downloaded reqwest v0.12.28
12032026-06-22T22:07:28.542Z Downloaded uuid v1.23.0
12042026-06-22T22:07:28.545Z Downloaded tokio-postgres v0.7.16
12052026-06-22T22:07:28.548Z Downloaded portable-atomic v1.13.1
12062026-06-22T22:07:28.550Z Downloaded libm v0.2.16
12072026-06-22T22:07:28.556Z Downloaded reqwest v0.13.2
12082026-06-22T22:07:28.560Z Downloaded unicode_categories v0.1.1
12092026-06-22T22:07:28.563Z Downloaded bitvec v1.0.1
12102026-06-22T22:07:28.570Z Downloaded tower v0.5.3
12112026-06-22T22:07:28.576Z Downloaded zip v0.6.6
12122026-06-22T22:07:28.579Z Downloaded ssh-key v0.6.7
12132026-06-22T22:07:28.589Z Downloaded unicode-segmentation v1.12.0
12142026-06-22T22:07:28.595Z Downloaded rustls-webpki v0.101.7
12152026-06-22T22:07:28.603Z Downloaded yansi v1.0.1
12162026-06-22T22:07:28.611Z Downloaded curve25519-dalek v4.1.3
12172026-06-22T22:07:28.616Z Downloaded aws-lc-rs v1.16.3
12182026-06-22T22:07:28.639Z Downloaded chrono v0.4.44
12192026-06-22T22:07:28.644Z Downloaded x509-cert v0.2.5
12202026-06-22T22:07:28.647Z Downloaded bindgen v0.71.1
12212026-06-22T22:07:28.652Z Downloaded rayon v1.11.0
12222026-06-22T22:07:28.659Z Downloaded p384 v0.13.1
12232026-06-22T22:07:28.662Z Downloaded quick-xml v0.37.5
12242026-06-22T22:07:28.665Z Downloaded typed-path v0.9.3
12252026-06-22T22:07:28.668Z Downloaded zerocopy-derive v0.8.40
12262026-06-22T22:07:28.678Z Downloaded unicode-normalization v0.1.25
12272026-06-22T22:07:28.685Z Downloaded tower-http v0.6.8
12282026-06-22T22:07:28.690Z Downloaded proptest v1.10.0
12292026-06-22T22:07:28.695Z Downloaded object v0.30.4
12302026-06-22T22:07:28.700Z Downloaded lalrpop v0.19.12
12312026-06-22T22:07:28.706Z Downloaded moka v0.12.13
12322026-06-22T22:07:28.710Z Downloaded rustls-webpki v0.102.8
12332026-06-22T22:07:28.720Z Downloaded serde_with v3.17.0
12342026-06-22T22:07:28.728Z Downloaded salty v0.3.0
12352026-06-22T22:07:28.731Z Downloaded petname v2.0.2
12362026-06-22T22:07:28.735Z Downloaded goblin v0.10.5
12372026-06-22T22:07:28.741Z Downloaded tokio-util v0.7.18
12382026-06-22T22:07:28.745Z Downloaded tough v0.22.0
12392026-06-22T22:07:28.753Z Downloaded zip v4.6.1
12402026-06-22T22:07:28.758Z Downloaded polar-core v0.27.3
12412026-06-22T22:07:28.763Z Downloaded radix_trie v0.2.1
12422026-06-22T22:07:28.777Z Downloaded winnow v0.5.40
12432026-06-22T22:07:28.782Z Downloaded quinn-proto v0.11.13
12442026-06-22T22:07:28.786Z Downloaded nix v0.28.0
12452026-06-22T22:07:28.792Z Downloaded nix v0.27.1
12462026-06-22T22:07:28.813Z Downloaded winnow v0.6.26
12472026-06-22T22:07:28.830Z Downloaded tabled v0.20.0
12482026-06-22T22:07:28.847Z Downloaded bstr v1.12.1
12492026-06-22T22:07:28.852Z Downloaded openssl v0.10.79
12502026-06-22T22:07:28.867Z Downloaded nix v0.31.2
12512026-06-22T22:07:28.874Z Downloaded zlib-rs v0.6.2
12522026-06-22T22:07:28.878Z Downloaded smoltcp v0.9.1
12532026-06-22T22:07:28.884Z Downloaded time v0.3.47
12542026-06-22T22:07:28.890Z Downloaded regex-syntax v0.6.29
12552026-06-22T22:07:28.894Z Downloaded dropshot v0.17.0
12562026-06-22T22:07:28.907Z Downloaded diesel v2.3.7
12572026-06-22T22:07:28.920Z Downloaded webpki-roots v1.0.6
12582026-06-22T22:07:28.923Z Downloaded vcpkg v0.2.15
12592026-06-22T22:07:28.944Z Downloaded zerocopy v0.8.40
12602026-06-22T22:07:28.949Z Downloaded object v0.37.3
12612026-06-22T22:07:28.955Z Downloaded openapiv3 v2.2.0
12622026-06-22T22:07:28.962Z Downloaded smoltcp v0.11.0
12632026-06-22T22:07:28.970Z Downloaded regress v0.11.1
12642026-06-22T22:07:28.975Z Downloaded rustix v0.38.44
12652026-06-22T22:07:28.987Z Downloaded regex-syntax v0.8.10
12662026-06-22T22:07:28.992Z Downloaded hickory-proto v0.25.2
12672026-06-22T22:07:29.001Z Downloaded hickory-proto v0.24.4
12682026-06-22T22:07:29.009Z Downloaded rustls v0.23.37
12692026-06-22T22:07:29.016Z Downloaded regress v0.10.5
12702026-06-22T22:07:29.021Z Downloaded rustls v0.22.4
12712026-06-22T22:07:29.028Z Downloaded rustls v0.21.12
12722026-06-22T22:07:29.034Z Downloaded sqlparser v0.61.0
12732026-06-22T22:07:29.076Z Downloaded sled v0.34.7
12742026-06-22T22:07:29.081Z Downloaded tracing v0.1.44
12752026-06-22T22:07:29.095Z Downloaded typify-impl v0.6.2
12762026-06-22T22:07:29.103Z Downloaded typify-impl v0.4.3
12772026-06-22T22:07:29.129Z Downloaded ratatui v0.29.0
12782026-06-22T22:07:29.142Z Downloaded zerocopy-derive v0.6.6
12792026-06-22T22:07:29.146Z Downloaded bzip2-sys v0.1.13+1.0.8
12802026-06-22T22:07:29.169Z Downloaded regex-automata v0.4.14
12812026-06-22T22:07:29.178Z Downloaded petgraph v0.6.5
12822026-06-22T22:07:29.190Z Downloaded jiff v0.2.21
12832026-06-22T22:07:29.199Z Downloaded csv v1.4.0
12842026-06-22T22:07:29.212Z Downloaded chrono-tz v0.10.4
12852026-06-22T22:07:29.222Z Downloaded petgraph v0.8.3
12862026-06-22T22:07:29.235Z Downloaded libz-sys v1.1.24
12872026-06-22T22:07:29.248Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12882026-06-22T22:07:29.262Z Downloaded sha3 v0.10.8
12892026-06-22T22:07:29.274Z Downloaded tokio v1.52.1
12902026-06-22T22:07:29.321Z Downloaded encoding_rs v0.8.35
12912026-06-22T22:07:29.355Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-06-22T22:07:29.387Z Downloaded ring v0.17.14
12932026-06-22T22:07:30.020Z Downloaded aws-lc-sys v0.40.0
12942026-06-22T22:07:30.261Z Compiling libc v0.2.185
12952026-06-22T22:07:30.264Z Compiling serde v1.0.228
12962026-06-22T22:07:30.264Z Compiling log v0.4.29
12972026-06-22T22:07:30.264Z Compiling shlex v1.3.0
12982026-06-22T22:07:30.264Z Compiling find-msvc-tools v0.1.9
12992026-06-22T22:07:30.264Z Compiling smallvec v1.15.1
13002026-06-22T22:07:30.264Z Compiling typenum v1.19.0
13012026-06-22T22:07:30.264Z Compiling subtle v2.6.1
13022026-06-22T22:07:30.264Z Compiling generic-array v0.14.7
13032026-06-22T22:07:30.264Z Compiling scopeguard v1.2.0
13042026-06-22T22:07:30.410Z Compiling const-oid v0.9.6
13052026-06-22T22:07:30.456Z Compiling serde_json v1.0.149
13062026-06-22T22:07:30.493Z Compiling syn v2.0.117
13072026-06-22T22:07:30.505Z Compiling zerocopy v0.8.40
13082026-06-22T22:07:30.508Z Compiling portable-atomic v1.13.1
13092026-06-22T22:07:30.558Z Compiling lock_api v0.4.14
13102026-06-22T22:07:30.587Z Compiling parking_lot_core v0.9.12
13112026-06-22T22:07:30.608Z Compiling pin-project-lite v0.2.17
13122026-06-22T22:07:30.631Z Compiling pkg-config v0.3.32
13132026-06-22T22:07:30.692Z Compiling bitflags v2.11.0
13142026-06-22T22:07:30.715Z Compiling critical-section v1.2.0
13152026-06-22T22:07:30.729Z Compiling libm v0.2.16
13162026-06-22T22:07:30.770Z Compiling futures-core v0.3.32
13172026-06-22T22:07:30.785Z Compiling num-traits v0.2.19
13182026-06-22T22:07:30.844Z Compiling percent-encoding v2.3.2
13192026-06-22T22:07:30.873Z Compiling futures-sink v0.3.32
13202026-06-22T22:07:30.876Z Compiling slab v0.4.12
13212026-06-22T22:07:30.945Z Compiling futures-task v0.3.32
13222026-06-22T22:07:30.948Z Compiling futures-io v0.3.32
13232026-06-22T22:07:30.975Z Compiling futures-channel v0.3.32
13242026-06-22T22:07:31.017Z Compiling cpufeatures v0.2.17
13252026-06-22T22:07:31.041Z Compiling getrandom v0.4.1
13262026-06-22T22:07:31.078Z Compiling rand_core v0.10.0
13272026-06-22T22:07:31.107Z Compiling indexmap v2.14.0
13282026-06-22T22:07:31.110Z Compiling getrandom v0.3.4
13292026-06-22T22:07:31.150Z Compiling rustversion v1.0.22
13302026-06-22T22:07:31.153Z Compiling form_urlencoded v1.2.2
13312026-06-22T22:07:31.188Z Compiling dunce v1.0.5
13322026-06-22T22:07:31.211Z Compiling fs_extra v1.3.0
13332026-06-22T22:07:31.231Z Compiling ident_case v1.0.1
13342026-06-22T22:07:31.245Z Compiling base64ct v1.8.3
13352026-06-22T22:07:31.259Z Compiling rustix v1.1.3
13362026-06-22T22:07:31.292Z Compiling iana-time-zone v0.1.65
13372026-06-22T22:07:31.356Z Compiling flagset v0.4.7
13382026-06-22T22:07:31.372Z Compiling getrandom v0.2.17
13392026-06-22T22:07:31.397Z Compiling jobserver v0.1.34
13402026-06-22T22:07:31.447Z Compiling errno v0.3.14
13412026-06-22T22:07:31.499Z Compiling mio v1.2.0
13422026-06-22T22:07:31.512Z Compiling rand_core v0.6.4
13432026-06-22T22:07:31.512Z Compiling socket2 v0.6.3
13442026-06-22T22:07:31.570Z Compiling signal-hook-registry v1.4.8
13452026-06-22T22:07:31.611Z Compiling cc v1.2.56
13462026-06-22T22:07:31.626Z Compiling once_cell v1.21.3
13472026-06-22T22:07:31.687Z Compiling parking_lot v0.12.5
13482026-06-22T22:07:31.761Z Compiling pem-rfc7468 v0.7.0
13492026-06-22T22:07:31.787Z Compiling regex-syntax v0.8.10
13502026-06-22T22:07:31.818Z Compiling aws-lc-rs v1.16.3
13512026-06-22T22:07:31.863Z Compiling vcpkg v0.2.15
13522026-06-22T22:07:31.878Z Compiling tracing-core v0.1.36
13532026-06-22T22:07:31.956Z Compiling uuid v1.23.0
13542026-06-22T22:07:31.970Z Compiling rustc_version v0.4.1
13552026-06-22T22:07:31.983Z Compiling base64 v0.22.1
13562026-06-22T22:07:32.089Z Compiling rand_core v0.9.5
13572026-06-22T22:07:32.103Z Compiling untrusted v0.7.1
13582026-06-22T22:07:32.137Z Compiling untrusted v0.9.0
13592026-06-22T22:07:32.169Z Compiling httparse v1.10.1
13602026-06-22T22:07:32.242Z Compiling openssl-probe v0.2.1
13612026-06-22T22:07:32.257Z Compiling tinyvec_macros v0.1.1
13622026-06-22T22:07:32.257Z Compiling aho-corasick v1.1.4
13632026-06-22T22:07:32.284Z Compiling atomic-waker v1.1.2
13642026-06-22T22:07:32.316Z Compiling tower-layer v0.3.3
13652026-06-22T22:07:32.330Z Compiling tinyvec v1.10.0
13662026-06-22T22:07:32.352Z Compiling cmake v0.1.57
13672026-06-22T22:07:32.378Z Compiling try-lock v0.2.5
13682026-06-22T22:07:32.427Z Compiling tower-service v0.3.3
13692026-06-22T22:07:32.441Z Compiling dyn-clone v1.0.20
13702026-06-22T22:07:32.456Z Compiling rustls v0.23.37
13712026-06-22T22:07:32.501Z Compiling schemars v0.8.22
13722026-06-22T22:07:32.514Z Compiling want v0.3.1
13732026-06-22T22:07:32.529Z Compiling pin-utils v0.1.0
13742026-06-22T22:07:32.544Z Compiling foreign-types-shared v0.1.1
13752026-06-22T22:07:32.602Z Compiling httpdate v1.0.3
13762026-06-22T22:07:32.617Z Compiling openssl v0.10.79
13772026-06-22T22:07:32.647Z Compiling foreign-types v0.3.2
13782026-06-22T22:07:32.739Z Compiling unicode-normalization v0.1.25
13792026-06-22T22:07:32.742Z Compiling spin v0.9.8
13802026-06-22T22:07:32.770Z Compiling time-core v0.1.8
13812026-06-22T22:07:32.788Z Compiling crc32fast v1.5.0
13822026-06-22T22:07:32.791Z Compiling native-tls v0.2.18
13832026-06-22T22:07:32.829Z Compiling num-conv v0.2.0
13842026-06-22T22:07:32.835Z Compiling powerfmt v0.2.0
13852026-06-22T22:07:32.835Z Compiling wait-timeout v0.2.1
13862026-06-22T22:07:32.891Z Compiling sync_wrapper v1.0.2
13872026-06-22T22:07:32.906Z Compiling unicode-segmentation v1.12.0
13882026-06-22T22:07:32.935Z Compiling siphasher v1.0.2
13892026-06-22T22:07:32.983Z Compiling usdt-impl v0.6.0
13902026-06-22T22:07:32.997Z Compiling time-macros v0.2.27
13912026-06-22T22:07:33.000Z Compiling num_threads v0.1.7
13922026-06-22T22:07:33.025Z Compiling deranged v0.5.8
13932026-06-22T22:07:33.041Z Compiling syn v1.0.109
13942026-06-22T22:07:33.112Z Compiling tempfile v3.25.0
13952026-06-22T22:07:33.146Z Compiling simd-adler32 v0.3.8
13962026-06-22T22:07:33.173Z Compiling quick-error v1.2.3
13972026-06-22T22:07:33.187Z Compiling crossbeam-utils v0.8.21
13982026-06-22T22:07:33.204Z Compiling bit-vec v0.8.0
13992026-06-22T22:07:33.287Z Compiling heapless v0.7.17
14002026-06-22T22:07:33.303Z Compiling rand_xorshift v0.4.0
14012026-06-22T22:07:33.306Z Compiling aws-lc-sys v0.40.0
14022026-06-22T22:07:33.368Z Compiling ring v0.17.14
14032026-06-22T22:07:33.395Z Compiling openssl-sys v0.9.115
14042026-06-22T22:07:33.434Z Compiling synstructure v0.13.2
14052026-06-22T22:07:33.438Z Compiling serde_derive_internals v0.29.1
14062026-06-22T22:07:33.478Z Compiling pest_generator v2.8.6
14072026-06-22T22:07:33.496Z Compiling darling_core v0.20.11
14082026-06-22T22:07:33.510Z Compiling regex-automata v0.4.14
14092026-06-22T22:07:33.538Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14102026-06-22T22:07:33.596Z Compiling darling_core v0.21.3
14112026-06-22T22:07:33.638Z Compiling bit-set v0.8.0
14122026-06-22T22:07:33.819Z Compiling rusty-fork v0.3.1
14132026-06-22T22:07:34.066Z Compiling bzip2-sys v0.1.13+1.0.8
14142026-06-22T22:07:34.100Z Compiling slog v2.8.2
14152026-06-22T22:07:34.129Z Compiling thread-id v5.1.0
14162026-06-22T22:07:34.160Z Compiling time v0.3.47
14172026-06-22T22:07:34.175Z Compiling cookie v0.18.1
14182026-06-22T22:07:34.228Z Compiling unicode-properties v0.1.4
14192026-06-22T22:07:34.243Z Compiling zstd-safe v7.2.4
14202026-06-22T22:07:34.311Z Compiling signal-hook v0.3.18
14212026-06-22T22:07:34.326Z Compiling unicode-bidi v0.3.18
14222026-06-22T22:07:34.369Z Compiling anyhow v1.0.102
14232026-06-22T22:07:34.384Z Compiling adler2 v2.0.1
14242026-06-22T22:07:34.433Z Compiling unarray v0.1.4
14252026-06-22T22:07:34.455Z Compiling iri-string v0.7.10
14262026-06-22T22:07:34.468Z Compiling allocator-api2 v0.2.21
14272026-06-22T22:07:34.509Z Compiling ryu v1.0.23
14282026-06-22T22:07:34.526Z Compiling paste v1.0.15
14292026-06-22T22:07:34.575Z Compiling miniz_oxide v0.8.9
14302026-06-22T22:07:34.715Z Compiling stringprep v0.1.5
14312026-06-22T22:07:34.991Z Compiling heck v0.4.1
14322026-06-22T22:07:35.201Z Compiling num-integer v0.1.46
14332026-06-22T22:07:35.225Z Compiling curve25519-dalek v4.1.3
14342026-06-22T22:07:35.239Z Compiling vergen-lib v9.1.0
14352026-06-22T22:07:35.255Z Compiling serde_derive v1.0.228
14362026-06-22T22:07:35.435Z Compiling zeroize_derive v1.4.3
14372026-06-22T22:07:35.449Z Compiling zerofrom-derive v0.1.6
14382026-06-22T22:07:35.531Z Compiling yoke-derive v0.8.1
14392026-06-22T22:07:35.574Z Compiling zerocopy-derive v0.8.40
14402026-06-22T22:07:35.601Z Compiling zerovec-derive v0.11.2
14412026-06-22T22:07:35.774Z Compiling displaydoc v0.2.5
14422026-06-22T22:07:35.886Z Compiling tokio-macros v2.7.0
14432026-06-22T22:07:36.011Z Compiling futures-macro v0.3.32
14442026-06-22T22:07:36.115Z Compiling zeroize v1.8.2
14452026-06-22T22:07:36.199Z Compiling der_derive v0.7.3
14462026-06-22T22:07:36.554Z Compiling rustls-pki-types v1.14.0
14472026-06-22T22:07:36.648Z Compiling thiserror-impl v2.0.18
14482026-06-22T22:07:36.750Z Compiling tracing-attributes v0.1.31
14492026-06-22T22:07:36.780Z Compiling schemars_derive v0.8.22
14502026-06-22T22:07:36.810Z Compiling scroll_derive v0.13.1
14512026-06-22T22:07:36.875Z Compiling crypto-common v0.1.7
14522026-06-22T22:07:36.911Z Compiling block-buffer v0.10.4
14532026-06-22T22:07:36.925Z Compiling zerofrom v0.1.6
14542026-06-22T22:07:37.043Z Compiling yoke v0.8.1
14552026-06-22T22:07:37.058Z Compiling digest v0.10.7
14562026-06-22T22:07:37.073Z Compiling futures-util v0.3.32
14572026-06-22T22:07:37.104Z Compiling block-padding v0.3.3
14582026-06-22T22:07:37.221Z Compiling zerovec v0.11.5
14592026-06-22T22:07:37.247Z Compiling zerotrie v0.2.3
14602026-06-22T22:07:37.281Z Compiling hmac v0.12.1
14612026-06-22T22:07:37.328Z Compiling inout v0.1.4
14622026-06-22T22:07:37.457Z Compiling sha2 v0.10.9
14632026-06-22T22:07:37.513Z Compiling cipher v0.4.4
14642026-06-22T22:07:37.558Z Compiling der v0.7.10
14652026-06-22T22:07:37.705Z Compiling pbkdf2 v0.12.2
14662026-06-22T22:07:37.812Z Compiling tinystr v0.8.2
14672026-06-22T22:07:37.838Z Compiling potential_utf v0.1.4
14682026-06-22T22:07:37.855Z Compiling salsa20 v0.10.2
14692026-06-22T22:07:37.870Z Compiling cbc v0.1.2
14702026-06-22T22:07:38.017Z Compiling icu_locale_core v2.1.1
14712026-06-22T22:07:38.032Z Compiling icu_collections v2.1.1
14722026-06-22T22:07:38.049Z Compiling scrypt v0.11.0
14732026-06-22T22:07:38.052Z Compiling aes v0.8.4
14742026-06-22T22:07:38.078Z Compiling thiserror v2.0.18
14752026-06-22T22:07:38.146Z Compiling pest_derive v2.8.6
14762026-06-22T22:07:38.171Z Compiling tracing v0.1.44
14772026-06-22T22:07:38.202Z Compiling scroll v0.13.0
14782026-06-22T22:07:38.337Z Compiling darling_macro v0.20.11
14792026-06-22T22:07:38.493Z Compiling spki v0.7.3
14802026-06-22T22:07:38.536Z Compiling openssl-macros v0.1.1
14812026-06-22T22:07:38.603Z Compiling goblin v0.10.5
14822026-06-22T22:07:38.716Z Compiling icu_provider v2.1.1
14832026-06-22T22:07:38.845Z Compiling bytes v1.11.1
14842026-06-22T22:07:38.903Z Compiling chrono v0.4.44
14852026-06-22T22:07:38.920Z Compiling pkcs5 v0.7.1
14862026-06-22T22:07:38.939Z Compiling ipnet v2.11.0
14872026-06-22T22:07:38.953Z Compiling darling v0.20.11
14882026-06-22T22:07:38.966Z Compiling icu_normalizer v2.1.1
14892026-06-22T22:07:38.970Z Compiling icu_properties v2.1.2
14902026-06-22T22:07:39.037Z Compiling rustls-native-certs v0.8.3
14912026-06-22T22:07:39.071Z Compiling derive_builder_core v0.20.2
14922026-06-22T22:07:39.147Z Compiling dtrace-parser v0.3.0
14932026-06-22T22:07:39.345Z Compiling tokio v1.52.1
14942026-06-22T22:07:39.425Z Compiling http v1.4.0
14952026-06-22T22:07:39.464Z Compiling pkcs8 v0.10.2
14962026-06-22T22:07:39.484Z Compiling signature v2.2.0
14972026-06-22T22:07:39.499Z Compiling webpki-roots v1.0.6
14982026-06-22T22:07:39.529Z Compiling scroll_derive v0.12.1
14992026-06-22T22:07:39.636Z Compiling thiserror-impl v1.0.69
15002026-06-22T22:07:39.685Z Compiling serde_tokenstream v0.2.3
15012026-06-22T22:07:39.798Z Compiling erased-serde v0.3.31
15022026-06-22T22:07:39.916Z Compiling idna_adapter v1.2.1
15032026-06-22T22:07:39.965Z Compiling derive_builder_macro v0.20.2
15042026-06-22T22:07:40.024Z Compiling toml_datetime v0.6.11
15052026-06-22T22:07:40.077Z Compiling ppv-lite86 v0.2.21
15062026-06-22T22:07:40.103Z Compiling idna v1.1.0
15072026-06-22T22:07:40.197Z Compiling http-body v1.0.1
15082026-06-22T22:07:40.275Z Compiling scroll v0.12.0
15092026-06-22T22:07:40.305Z Compiling serde_spanned v0.6.9
15102026-06-22T22:07:40.320Z Compiling serde_urlencoded v0.7.1
15112026-06-22T22:07:40.338Z Compiling md-5 v0.10.6
15122026-06-22T22:07:40.372Z Compiling rand_chacha v0.9.0
15132026-06-22T22:07:40.372Z Compiling http-body-util v0.1.3
15142026-06-22T22:07:40.416Z Compiling url v2.5.8
15152026-06-22T22:07:40.465Z Compiling rand_chacha v0.3.1
15162026-06-22T22:07:40.477Z Compiling darling_macro v0.21.3
15172026-06-22T22:07:40.524Z Compiling bstr v1.12.1
15182026-06-22T22:07:40.565Z Compiling pin-project-internal v1.1.11
15192026-06-22T22:07:40.584Z Compiling rand v0.9.2
15202026-06-22T22:07:40.643Z Compiling zerocopy-derive v0.7.35
15212026-06-22T22:07:40.779Z Compiling async-trait v0.1.89
15222026-06-22T22:07:40.995Z Compiling thiserror v1.0.69
15232026-06-22T22:07:41.082Z Compiling ff v0.13.1
15242026-06-22T22:07:41.112Z Compiling hash32 v0.2.1
15252026-06-22T22:07:41.193Z Compiling proptest v1.10.0
15262026-06-22T22:07:41.233Z Compiling memoffset v0.9.1
15272026-06-22T22:07:41.282Z Compiling encoding_rs v0.8.35
15282026-06-22T22:07:41.319Z Compiling fallible-iterator v0.2.0
15292026-06-22T22:07:41.391Z Compiling dof v0.4.0
15302026-06-22T22:07:41.456Z Compiling cfg_aliases v0.2.1
15312026-06-22T22:07:41.543Z Compiling mime v0.3.17
15322026-06-22T22:07:41.558Z Compiling base16ct v0.2.0
15332026-06-22T22:07:41.581Z Compiling psl-types v2.0.11
15342026-06-22T22:07:41.642Z Compiling rustix v0.38.44
15352026-06-22T22:07:41.712Z Compiling ipnetwork v0.21.1
15362026-06-22T22:07:41.726Z Compiling smoltcp v0.9.1
15372026-06-22T22:07:41.755Z Compiling ref-cast v1.0.25
15382026-06-22T22:07:41.821Z Compiling zlib-rs v0.6.2
15392026-06-22T22:07:41.852Z Compiling litrs v1.0.0
15402026-06-22T22:07:42.008Z Compiling num-bigint-dig v0.8.6
15412026-06-22T22:07:42.039Z Compiling oxnet v0.1.5
15422026-06-22T22:07:42.134Z Compiling pin-project v1.1.11
15432026-06-22T22:07:42.147Z Compiling publicsuffix v2.3.0
15442026-06-22T22:07:42.150Z Compiling sec1 v0.7.3
15452026-06-22T22:07:42.244Z Compiling postgres-protocol v0.6.10
15462026-06-22T22:07:42.259Z Compiling zerocopy v0.7.35
15472026-06-22T22:07:42.275Z Compiling nix v0.31.2
15482026-06-22T22:07:42.385Z Compiling document-features v0.2.12
15492026-06-22T22:07:42.471Z Compiling group v0.13.0
15502026-06-22T22:07:42.476Z Compiling darling v0.21.3
15512026-06-22T22:07:42.580Z Compiling rand v0.8.6
15522026-06-22T22:07:42.597Z Compiling goblin v0.8.2
15532026-06-22T22:07:42.664Z Compiling derive_builder v0.20.2
15542026-06-22T22:07:42.787Z Compiling futures-executor v0.3.32
15552026-06-22T22:07:42.807Z Compiling hubpack_derive v0.1.1
15562026-06-22T22:07:42.872Z Compiling hex v0.4.3
15572026-06-22T22:07:42.887Z Compiling hkdf v0.12.4
15582026-06-22T22:07:42.890Z Compiling crypto-bigint v0.5.5
15592026-06-22T22:07:42.990Z Compiling regex v1.12.3
15602026-06-22T22:07:43.074Z Compiling num-iter v0.1.45
15612026-06-22T22:07:43.104Z Compiling tokio-util v0.7.18
15622026-06-22T22:07:43.107Z Compiling tower v0.5.3
15632026-06-22T22:07:43.134Z Compiling tokio-native-tls v0.3.1
15642026-06-22T22:07:43.166Z Compiling ref-cast-impl v1.0.25
15652026-06-22T22:07:43.211Z Compiling daft-derive v0.1.7
15662026-06-22T22:07:43.301Z Compiling curve25519-dalek-derive v0.1.1
15672026-06-22T22:07:43.326Z Compiling strum_macros v0.27.2
15682026-06-22T22:07:43.438Z Compiling snafu-derive v0.8.9
15692026-06-22T22:07:43.631Z Compiling tower-http v0.6.8
15702026-06-22T22:07:43.653Z Compiling newtype-uuid v1.3.2
15712026-06-22T22:07:43.843Z Compiling h2 v0.4.13
15722026-06-22T22:07:43.986Z Compiling phf_shared v0.13.1
15732026-06-22T22:07:44.006Z Compiling terminal_size v0.4.3
15742026-06-22T22:07:44.026Z Compiling lazy_static v1.5.0
15752026-06-22T22:07:44.055Z Compiling anstyle-parse v0.2.7
15762026-06-22T22:07:44.072Z Compiling vergen v9.1.0
15772026-06-22T22:07:44.135Z Compiling cargo-platform v0.3.2
15782026-06-22T22:07:44.168Z Compiling fs-err v3.3.0
15792026-06-22T22:07:44.188Z Compiling ahash v0.8.12
15802026-06-22T22:07:44.213Z Compiling same-file v1.0.6
15812026-06-22T22:07:44.245Z Compiling winnow v0.5.40
15822026-06-22T22:07:44.260Z Compiling foldhash v0.2.0
15832026-06-22T22:07:44.281Z Compiling bitflags v1.3.2
15842026-06-22T22:07:44.368Z Compiling foldhash v0.1.5
15852026-06-22T22:07:44.383Z Compiling bumpalo v3.20.2
15862026-06-22T22:07:44.397Z Compiling object v0.37.3
15872026-06-22T22:07:44.426Z Compiling libbz2-rs-sys v0.2.2
15882026-06-22T22:07:44.432Z Compiling managed v0.8.0
15892026-06-22T22:07:44.513Z Compiling hashbrown v0.15.5
15902026-06-22T22:07:44.557Z Compiling hashbrown v0.16.1
15912026-06-22T22:07:44.668Z Compiling zopfli v0.8.3
15922026-06-22T22:07:44.691Z Compiling flate2 v1.1.9
15932026-06-22T22:07:45.062Z Compiling dof v0.3.0
15942026-06-22T22:07:45.120Z Compiling bzip2 v0.6.1
15952026-06-22T22:07:45.176Z Compiling walkdir v2.5.0
15962026-06-22T22:07:45.192Z Compiling cargo_metadata v0.23.1
15972026-06-22T22:07:45.224Z Compiling clap_builder v4.6.0
15982026-06-22T22:07:45.255Z Compiling daft v0.1.7
15992026-06-22T22:07:45.297Z Compiling anstream v0.6.21
16002026-06-22T22:07:45.352Z Compiling phf v0.13.1
16012026-06-22T22:07:45.367Z Compiling strum v0.27.2
16022026-06-22T22:07:45.441Z Compiling snafu v0.8.9
16032026-06-22T22:07:45.531Z Compiling signal-hook-mio v0.2.5
16042026-06-22T22:07:45.533Z Compiling elliptic-curve v0.13.8
16052026-06-22T22:07:45.629Z Compiling toml_edit v0.19.15
16062026-06-22T22:07:45.660Z Compiling zstd v0.13.3
16072026-06-22T22:07:45.677Z Compiling cookie_store v0.22.1
16082026-06-22T22:07:45.746Z Compiling hubpack v0.1.2
16092026-06-22T22:07:45.815Z Compiling bzip2 v0.4.4
16102026-06-22T22:07:45.828Z Compiling usdt-attr-macro v0.6.0
16112026-06-22T22:07:45.938Z Compiling usdt-macro v0.6.0
16122026-06-22T22:07:45.953Z Compiling futures v0.3.32
16132026-06-22T22:07:45.984Z Compiling postgres-types v0.2.12
16142026-06-22T22:07:46.002Z Compiling serde_with_macros v3.17.0
16152026-06-22T22:07:46.147Z Compiling dtrace-parser v0.2.0
16162026-06-22T22:07:46.204Z Compiling globset v0.4.18
16172026-06-22T22:07:46.343Z Compiling pkcs1 v0.7.5
16182026-06-22T22:07:46.561Z Compiling ed25519 v2.2.3
16192026-06-22T22:07:46.612Z Compiling serde_plain v1.0.2
16202026-06-22T22:07:46.675Z Compiling serde-big-array v0.5.1
16212026-06-22T22:07:46.724Z Compiling olpc-cjson v0.1.4
16222026-06-22T22:07:46.767Z Compiling rfc6979 v0.4.0
16232026-06-22T22:07:46.825Z Compiling enum-as-inner v0.6.1
16242026-06-22T22:07:46.840Z Compiling hyper v1.8.1
16252026-06-22T22:07:46.905Z Compiling async-recursion v1.1.1
16262026-06-22T22:07:46.920Z Compiling serde_repr v0.1.20
16272026-06-22T22:07:46.935Z Compiling strum_macros v0.26.4
16282026-06-22T22:07:46.935Z Compiling clap_derive v4.6.1
16292026-06-22T22:07:47.172Z Compiling phf_shared v0.11.3
16302026-06-22T22:07:47.195Z Compiling float-cmp v0.10.0
16312026-06-22T22:07:47.364Z Compiling pem v3.0.6
16322026-06-22T22:07:47.380Z Compiling thread-id v4.2.2
16332026-06-22T22:07:47.380Z Compiling memmap2 v0.9.10
16342026-06-22T22:07:47.477Z Compiling env_filter v1.0.0
16352026-06-22T22:07:47.490Z Compiling typed-path v0.9.3
16362026-06-22T22:07:47.505Z Compiling precomputed-hash v0.1.1
16372026-06-22T22:07:47.608Z Compiling static_assertions v1.1.0
16382026-06-22T22:07:47.611Z Compiling fixedbitset v0.5.7
16392026-06-22T22:07:47.636Z Compiling difflib v0.4.0
16402026-06-22T22:07:47.738Z Compiling jiff v0.2.21
16412026-06-22T22:07:47.762Z Compiling new_debug_unreachable v1.0.6
16422026-06-22T22:07:47.849Z Compiling data-encoding v2.10.0
16432026-06-22T22:07:47.863Z Compiling fixedbitset v0.4.2
16442026-06-22T22:07:47.904Z Compiling keccak v0.1.6
16452026-06-22T22:07:48.012Z Compiling hyper-util v0.1.20
16462026-06-22T22:07:48.106Z Compiling either v1.15.0
16472026-06-22T22:07:48.248Z Compiling predicates-core v1.0.10
16482026-06-22T22:07:48.265Z Compiling normalize-line-endings v0.3.0
16492026-06-22T22:07:48.317Z Compiling whoami v2.1.0
16502026-06-22T22:07:48.331Z Compiling itertools v0.13.0
16512026-06-22T22:07:48.376Z Compiling predicates v3.1.4
16522026-06-22T22:07:48.443Z Compiling hickory-proto v0.25.2
16532026-06-22T22:07:48.513Z Compiling sha3 v0.10.8
16542026-06-22T22:07:48.534Z Compiling tokio-postgres v0.7.16
16552026-06-22T22:07:48.590Z Compiling petgraph v0.6.5
16562026-06-22T22:07:48.705Z Compiling petgraph v0.8.3
16572026-06-22T22:07:48.762Z Compiling toml_edit v0.22.27
16582026-06-22T22:07:48.765Z Compiling strum v0.26.3
16592026-06-22T22:07:48.827Z Compiling string_cache v0.8.9
16602026-06-22T22:07:48.860Z Compiling clap v4.6.1
16612026-06-22T22:07:48.921Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16622026-06-22T22:07:48.953Z Compiling env_logger v0.11.9
16632026-06-22T22:07:48.996Z Compiling usdt v0.6.0
16642026-06-22T22:07:49.062Z Compiling usdt-impl v0.5.0
16652026-06-22T22:07:49.080Z Compiling serde_with v3.17.0
16662026-06-22T22:07:49.277Z Compiling toml v0.7.8
16672026-06-22T22:07:49.337Z Compiling crossterm v0.28.1
16682026-06-22T22:07:49.600Z Compiling hyper-tls v0.6.0
16692026-06-22T22:07:49.681Z Compiling ecdsa v0.16.9
16702026-06-22T22:07:49.804Z Compiling ed25519-dalek v2.2.0
16712026-06-22T22:07:49.856Z Compiling rsa v0.9.10
16722026-06-22T22:07:50.130Z Compiling zip v0.6.6
16732026-06-22T22:07:50.490Z Compiling zip v4.6.1
16742026-06-22T22:07:50.513Z Compiling iddqd v0.4.2
16752026-06-22T22:07:50.810Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-06-22T22:07:50.828Z Compiling tokio-stream v0.1.18
16772026-06-22T22:07:50.956Z Compiling buf-list v1.1.2
16782026-06-22T22:07:51.016Z Compiling similar v2.7.0
16792026-06-22T22:07:51.091Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-22T22:07:51.254Z Compiling openapiv3 v2.2.0
16812026-06-22T22:07:51.314Z Compiling x509-cert v0.2.5
16822026-06-22T22:07:51.412Z Compiling sha1 v0.10.6
16832026-06-22T22:07:51.430Z Compiling crossbeam-epoch v0.9.18
16842026-06-22T22:07:51.464Z Compiling lalrpop-util v0.19.12
16852026-06-22T22:07:51.479Z Compiling peg-runtime v0.8.5
16862026-06-22T22:07:51.559Z Compiling thread_local v1.1.9
16872026-06-22T22:07:51.663Z Compiling slog-async v2.8.0
16882026-06-22T22:07:51.678Z Compiling crossbeam-channel v0.5.15
16892026-06-22T22:07:51.787Z Compiling is-terminal v0.4.17
16902026-06-22T22:07:51.802Z Compiling filetime v0.2.27
16912026-06-22T22:07:51.805Z Compiling take_mut v0.2.2
16922026-06-22T22:07:51.833Z Compiling xattr v1.6.1
16932026-06-22T22:07:51.846Z Compiling term v1.2.1
16942026-06-22T22:07:52.003Z Compiling tar v0.4.45
16952026-06-22T22:07:52.166Z Compiling slog-term v2.9.2
16962026-06-22T22:08:09.606Z Compiling rustls-webpki v0.103.9
16972026-06-22T22:08:12.369Z Compiling tokio-rustls v0.26.4
16982026-06-22T22:08:12.370Z Compiling rustls-platform-verifier v0.6.2
16992026-06-22T22:08:12.567Z Compiling hyper-rustls v0.27.7
17002026-06-22T22:08:12.759Z Compiling reqwest v0.12.28
17012026-06-22T22:08:12.759Z Compiling reqwest v0.13.2
17022026-06-22T22:08:13.966Z Compiling tough v0.22.0
17032026-06-22T22:08:16.450Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-22T22:08:16.683Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-22T22:08:19.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.85s
17062026-06-22T22:08:19.634Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17072026-06-22T22:08:19.688ZJun 22 22:08:18.919 INFO Starting download, target: Clickhouse
17082026-06-22T22:08:19.688ZJun 22 22:08:18.919 INFO Starting download, target: Console
17092026-06-22T22:08:19.688ZJun 22 22:08:18.919 INFO Starting download, target: MaghemiteMgd
17102026-06-22T22:08:19.688ZJun 22 22:08:18.919 INFO Starting download, target: TransceiverControl
17112026-06-22T22:08:19.688ZJun 22 22:08:18.919 INFO Starting download, target: Cockroach
17122026-06-22T22:08:19.689ZJun 22 22:08:18.919 INFO Starting download, target: DendriteStub
17132026-06-22T22:08:19.692ZJun 22 22:08:18.919 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17142026-06-22T22:08:19.692ZJun 22 22:08:18.919 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17152026-06-22T22:08:19.692ZJun 22 22:08:18.919 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17162026-06-22T22:08:19.692ZJun 22 22:08:18.919 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17172026-06-22T22:08:19.692ZJun 22 22:08:18.920 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17182026-06-22T22:08:19.692ZJun 22 22:08:18.920 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17192026-06-22T22:08:20.381ZJun 22 22:08:19.610 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17202026-06-22T22:08:20.611ZJun 22 22:08:19.834 INFO Download complete, target: TransceiverControl
17212026-06-22T22:08:20.727ZJun 22 22:08:19.942 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17222026-06-22T22:08:20.978ZJun 22 22:08:20.196 INFO Download complete, target: Console
17232026-06-22T22:08:21.756ZJun 22 22:08:20.972 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17242026-06-22T22:08:22.286ZJun 22 22:08:21.514 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17252026-06-22T22:08:22.286ZJun 22 22:08:21.514 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17262026-06-22T22:08:22.340ZJun 22 22:08:21.570 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272026-06-22T22:08:23.214ZJun 22 22:08:22.442 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-06-22T22:08:24.060ZJun 22 22:08:23.288 INFO Download complete, target: MaghemiteMgd
17292026-06-22T22:08:24.821ZJun 22 22:08:24.048 INFO Download complete, target: DendriteStub
17302026-06-22T22:08:27.147ZJun 22 22:08:26.368 INFO Checking that binary works, target: Cockroach
17312026-06-22T22:08:27.316ZJun 22 22:08:26.509 INFO Download complete, target: Cockroach
17322026-06-22T22:08:30.119ZJun 22 22:08:29.350 INFO Checking that binary works, target: Clickhouse
17332026-06-22T22:08:30.209ZJun 22 22:08:29.440 INFO Download complete, target: Clickhouse
17342026-06-22T22:08:30.216ZAll prerequisites installed successfully
17352026-06-22T22:08:30.219Z
17362026-06-22T22:08:30.219Zreal 2:05.041490639
17372026-06-22T22:08:30.219Zuser 6:54.814833911
17382026-06-22T22:08:30.219Zsys 1:43.150833259
17392026-06-22T22:08:30.219Ztrap 0.244841968
17402026-06-22T22:08:30.219Ztflt 5.199270011
17412026-06-22T22:08:30.219Zdflt 6.117431266
17422026-06-22T22:08:30.219Zkflt 0.053912089
17432026-06-22T22:08:30.219Zlock 23:45.635749637
17442026-06-22T22:08:30.219Zslp 19:56.594998613
17452026-06-22T22:08:30.219Zlat 23.088586428
17462026-06-22T22:08:30.219Zstop 2:50.488109274
17472026-06-22T22:08:30.219Z+ ptime -m cargo xtask download softnpu
17482026-06-22T22:08:30.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17492026-06-22T22:08:30.750Z Running `target/debug/xtask download softnpu`
17502026-06-22T22:08:31.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17512026-06-22T22:08:31.583Z Running `target/debug/xtask-downloader softnpu`
17522026-06-22T22:08:31.626ZJun 22 22:08:30.856 INFO Starting download, target: Softnpu
17532026-06-22T22:08:31.629ZJun 22 22:08:30.857 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17542026-06-22T22:08:32.128ZJun 22 22:08:31.359 INFO Download complete, target: Softnpu
17552026-06-22T22:08:32.133Z
17562026-06-22T22:08:32.136Zreal 1.909676198
17572026-06-22T22:08:32.136Zuser 1.337874783
17582026-06-22T22:08:32.136Zsys 0.650559235
17592026-06-22T22:08:32.136Ztrap 0.000578840
17602026-06-22T22:08:32.136Ztflt 0.000142760
17612026-06-22T22:08:32.136Zdflt 0.000175760
17622026-06-22T22:08:32.136Zkflt 0.000000000
17632026-06-22T22:08:32.136Zlock 9.116059346
17642026-06-22T22:08:32.136Zslp 0.374942128
17652026-06-22T22:08:32.136Zlat 0.089676013
17662026-06-22T22:08:32.136Zstop 0.000177530
17672026-06-22T22:08:32.136Z+ export CARGO_INCREMENTAL=0
17682026-06-22T22:08:32.136Z+ CARGO_INCREMENTAL=0
17692026-06-22T22:08:32.137Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17702026-06-22T22:08:33.038Z Compiling proc-macro2 v1.0.106
17712026-06-22T22:08:33.038Z Compiling quote v1.0.45
17722026-06-22T22:08:33.038Z Compiling unicode-ident v1.0.24
17732026-06-22T22:08:33.038Z Compiling libc v0.2.185
17742026-06-22T22:08:33.042Z Compiling serde_core v1.0.228
17752026-06-22T22:08:33.042Z Compiling serde v1.0.228
17762026-06-22T22:08:33.042Z Compiling cfg-if v1.0.4
17772026-06-22T22:08:33.042Z Compiling version_check v0.9.5
17782026-06-22T22:08:33.042Z Compiling shlex v1.3.0
17792026-06-22T22:08:33.042Z Compiling find-msvc-tools v0.1.9
17802026-06-22T22:08:33.042Z Compiling typenum v1.19.0
17812026-06-22T22:08:33.043Z Compiling zmij v1.0.21
17822026-06-22T22:08:33.187Z Compiling autocfg v1.5.0
17832026-06-22T22:08:33.190Z Compiling memchr v2.8.0
17842026-06-22T22:08:33.190Z Compiling serde_json v1.0.149
17852026-06-22T22:08:33.403Z Compiling portable-atomic v1.13.1
17862026-06-22T22:08:33.432Z Compiling libm v0.2.16
17872026-06-22T22:08:33.457Z Compiling zerocopy v0.8.40
17882026-06-22T22:08:33.477Z Compiling parking_lot_core v0.9.12
17892026-06-22T22:08:33.501Z Compiling smallvec v1.15.1
17902026-06-22T22:08:33.567Z Compiling generic-array v0.14.7
17912026-06-22T22:08:33.596Z Compiling icu_properties_data v2.1.2
17922026-06-22T22:08:33.661Z Compiling num-traits v0.2.19
17932026-06-22T22:08:33.736Z Compiling icu_normalizer_data v2.1.1
17942026-06-22T22:08:33.754Z Compiling itoa v1.0.17
17952026-06-22T22:08:33.800Z Compiling getrandom v0.4.1
17962026-06-22T22:08:33.803Z Compiling log v0.4.29
17972026-06-22T22:08:33.850Z Compiling stable_deref_trait v1.2.1
17982026-06-22T22:08:33.853Z Compiling pkg-config v0.3.32
17992026-06-22T22:08:33.909Z Compiling subtle v2.6.1
18002026-06-22T22:08:34.065Z Compiling scopeguard v1.2.0
18012026-06-22T22:08:34.111Z Compiling litemap v0.8.1
18022026-06-22T22:08:34.142Z Compiling writeable v0.6.2
18032026-06-22T22:08:34.170Z Compiling lock_api v0.4.14
18042026-06-22T22:08:34.232Z Compiling percent-encoding v2.3.2
18052026-06-22T22:08:34.337Z Compiling jobserver v0.1.34
18062026-06-22T22:08:34.391Z Compiling getrandom v0.2.17
18072026-06-22T22:08:34.420Z Compiling errno v0.3.14
18082026-06-22T22:08:34.527Z Compiling rand_core v0.6.4
18092026-06-22T22:08:34.573Z Compiling syn v2.0.117
18102026-06-22T22:08:34.592Z Compiling cc v1.2.56
18112026-06-22T22:08:34.606Z Compiling pin-project-lite v0.2.17
18122026-06-22T22:08:34.624Z Compiling fnv v1.0.7
18132026-06-22T22:08:34.682Z Compiling thiserror v2.0.18
18142026-06-22T22:08:34.729Z Compiling getrandom v0.3.4
18152026-06-22T22:08:34.791Z Compiling dunce v1.0.5
18162026-06-22T22:08:34.794Z Compiling equivalent v1.0.2
18172026-06-22T22:08:34.836Z Compiling rand_core v0.10.0
18182026-06-22T22:08:34.840Z Compiling fs_extra v1.3.0
18192026-06-22T22:08:34.884Z Compiling rustversion v1.0.22
18202026-06-22T22:08:34.913Z Compiling utf8_iter v1.0.4
18212026-06-22T22:08:34.928Z Compiling critical-section v1.2.0
18222026-06-22T22:08:34.931Z Compiling schemars v0.8.22
18232026-06-22T22:08:35.028Z Compiling form_urlencoded v1.2.2
18242026-06-22T22:08:35.078Z Compiling rustix v1.1.3
18252026-06-22T22:08:35.137Z Compiling signal-hook-registry v1.4.8
18262026-06-22T22:08:35.207Z Compiling hashbrown v0.17.0
18272026-06-22T22:08:35.278Z Compiling mio v1.2.0
18282026-06-22T22:08:35.324Z Compiling cmake v0.1.57
18292026-06-22T22:08:35.342Z Compiling once_cell v1.21.3
18302026-06-22T22:08:35.557Z Compiling bitflags v2.11.0
18312026-06-22T22:08:35.593Z Compiling semver v1.0.28
18322026-06-22T22:08:35.609Z Compiling parking_lot v0.12.5
18332026-06-22T22:08:35.627Z Compiling socket2 v0.6.3
18342026-06-22T22:08:35.670Z Compiling const-oid v0.9.6
18352026-06-22T22:08:35.787Z Compiling indexmap v2.14.0
18362026-06-22T22:08:35.855Z Compiling aws-lc-rs v1.16.3
18372026-06-22T22:08:35.884Z Compiling futures-core v0.3.32
18382026-06-22T22:08:35.941Z Compiling ring v0.17.14
18392026-06-22T22:08:35.941Z Compiling aws-lc-sys v0.40.0
18402026-06-22T22:08:35.995Z Compiling httparse v1.10.1
18412026-06-22T22:08:36.050Z Compiling thiserror v1.0.69
18422026-06-22T22:08:36.068Z Compiling strsim v0.11.1
18432026-06-22T22:08:36.131Z Compiling vcpkg v0.2.15
18442026-06-22T22:08:36.370Z Compiling byteorder v1.5.0
18452026-06-22T22:08:36.401Z Compiling ucd-trie v0.1.7
18462026-06-22T22:08:36.444Z Compiling iana-time-zone v0.1.65
18472026-06-22T22:08:36.494Z Compiling regex-syntax v0.8.10
18482026-06-22T22:08:36.509Z Compiling syn v1.0.109
18492026-06-22T22:08:36.512Z Compiling ident_case v1.0.1
18502026-06-22T22:08:36.543Z Compiling heck v0.5.0
18512026-06-22T22:08:36.563Z Compiling pest v2.8.6
18522026-06-22T22:08:36.579Z Compiling uuid v1.23.0
18532026-06-22T22:08:36.668Z Compiling rustls v0.23.37
18542026-06-22T22:08:36.672Z Compiling cpufeatures v0.2.17
18552026-06-22T22:08:36.712Z Compiling openssl-sys v0.9.115
18562026-06-22T22:08:36.891Z Compiling futures-sink v0.3.32
18572026-06-22T22:08:36.923Z Compiling rustc_version v0.4.1
18582026-06-22T22:08:36.999Z Compiling futures-channel v0.3.32
18592026-06-22T22:08:37.048Z Compiling slab v0.4.12
18602026-06-22T22:08:37.066Z Compiling futures-io v0.3.32
18612026-06-22T22:08:37.230Z Compiling futures-task v0.3.32
18622026-06-22T22:08:37.310Z Compiling aho-corasick v1.1.4
18632026-06-22T22:08:37.355Z Compiling synstructure v0.13.2
18642026-06-22T22:08:37.374Z Compiling serde_derive_internals v0.29.1
18652026-06-22T22:08:37.431Z Compiling dyn-clone v1.0.20
18662026-06-22T22:08:37.615Z Compiling base64 v0.22.1
18672026-06-22T22:08:37.646Z Compiling pest_meta v2.8.6
18682026-06-22T22:08:37.664Z Compiling openssl v0.10.79
18692026-06-22T22:08:37.778Z Compiling plain v0.2.3
18702026-06-22T22:08:37.803Z Compiling crc32fast v1.5.0
18712026-06-22T22:08:37.889Z Compiling num-conv v0.2.0
18722026-06-22T22:08:37.910Z Compiling crossbeam-utils v0.8.21
18732026-06-22T22:08:37.924Z Compiling time-core v0.1.8
18742026-06-22T22:08:38.091Z Compiling time-macros v0.2.27
18752026-06-22T22:08:38.136Z Compiling pretty-hex v0.4.1
18762026-06-22T22:08:38.151Z Compiling regex-automata v0.4.14
18772026-06-22T22:08:38.151Z Compiling native-tls v0.2.18
18782026-06-22T22:08:38.204Z Compiling base64ct v1.8.3
18792026-06-22T22:08:38.222Z Compiling anyhow v1.0.102
18802026-06-22T22:08:38.238Z Compiling darling_core v0.21.3
18812026-06-22T22:08:38.283Z Compiling pest_generator v2.8.6
18822026-06-22T22:08:38.408Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18832026-06-22T22:08:38.455Z Compiling pem-rfc7468 v0.7.0
18842026-06-22T22:08:38.517Z Compiling tracing-core v0.1.36
18852026-06-22T22:08:38.626Z Compiling serde_derive v1.0.228
18862026-06-22T22:08:38.649Z Compiling zeroize_derive v1.4.3
18872026-06-22T22:08:38.751Z Compiling zerofrom-derive v0.1.6
18882026-06-22T22:08:38.766Z Compiling yoke-derive v0.8.1
18892026-06-22T22:08:38.788Z Compiling zerovec-derive v0.11.2
18902026-06-22T22:08:38.803Z Compiling displaydoc v0.2.5
18912026-06-22T22:08:38.937Z Compiling zerocopy-derive v0.8.40
18922026-06-22T22:08:38.962Z Compiling tokio-macros v2.7.0
18932026-06-22T22:08:39.082Z Compiling futures-macro v0.3.32
18942026-06-22T22:08:39.253Z Compiling zeroize v1.8.2
18952026-06-22T22:08:39.574Z Compiling thiserror-impl v2.0.18
18962026-06-22T22:08:39.714Z Compiling schemars_derive v0.8.22
18972026-06-22T22:08:39.730Z Compiling tracing-attributes v0.1.31
18982026-06-22T22:08:39.830Z Compiling der_derive v0.7.3
18992026-06-22T22:08:39.860Z Compiling thiserror-impl v1.0.69
19002026-06-22T22:08:39.884Z Compiling zerofrom v0.1.6
19012026-06-22T22:08:40.029Z Compiling yoke v0.8.1
19022026-06-22T22:08:40.071Z Compiling crypto-common v0.1.7
19032026-06-22T22:08:40.236Z Compiling zerovec v0.11.5
19042026-06-22T22:08:40.251Z Compiling zerotrie v0.2.3
19052026-06-22T22:08:40.422Z Compiling block-buffer v0.10.4
19062026-06-22T22:08:40.708Z Compiling digest v0.10.7
19072026-06-22T22:08:40.765Z Compiling tinystr v0.8.2
19082026-06-22T22:08:40.785Z Compiling potential_utf v0.1.4
19092026-06-22T22:08:40.884Z Compiling pest_derive v2.8.6
19102026-06-22T22:08:40.900Z Compiling futures-util v0.3.32
19112026-06-22T22:08:40.949Z Compiling icu_locale_core v2.1.1
19122026-06-22T22:08:40.966Z Compiling icu_collections v2.1.1
19132026-06-22T22:08:40.996Z Compiling hmac v0.12.1
19142026-06-22T22:08:41.156Z Compiling block-padding v0.3.3
19152026-06-22T22:08:41.196Z Compiling rustls-pki-types v1.14.0
19162026-06-22T22:08:41.368Z Compiling inout v0.1.4
19172026-06-22T22:08:41.547Z Compiling openssl-macros v0.1.1
19182026-06-22T22:08:41.620Z Compiling cipher v0.4.4
19192026-06-22T22:08:41.706Z Compiling bytes v1.11.1
19202026-06-22T22:08:41.802Z Compiling icu_provider v2.1.1
19212026-06-22T22:08:41.853Z Compiling chrono v0.4.44
19222026-06-22T22:08:41.871Z Compiling serde_tokenstream v0.2.3
19232026-06-22T22:08:42.047Z Compiling sha2 v0.10.9
19242026-06-22T22:08:42.157Z Compiling icu_normalizer v2.1.1
19252026-06-22T22:08:42.213Z Compiling icu_properties v2.1.2
19262026-06-22T22:08:42.266Z Compiling tokio v1.52.1
19272026-06-22T22:08:42.810Z Compiling scroll_derive v0.12.1
19282026-06-22T22:08:42.949Z Compiling scroll_derive v0.13.1
19292026-06-22T22:08:43.372Z Compiling idna_adapter v1.2.1
19302026-06-22T22:08:43.436Z Compiling idna v1.1.0
19312026-06-22T22:08:43.456Z Compiling ppv-lite86 v0.2.21
19322026-06-22T22:08:43.528Z Compiling http v1.4.0
19332026-06-22T22:08:43.609Z Compiling untrusted v0.9.0
19342026-06-22T22:08:43.682Z Compiling flagset v0.4.7
19352026-06-22T22:08:43.761Z Compiling tracing v0.1.44
19362026-06-22T22:08:43.779Z Compiling url v2.5.8
19372026-06-22T22:08:43.832Z Compiling der v0.7.10
19382026-06-22T22:08:43.972Z Compiling darling_macro v0.21.3
19392026-06-22T22:08:44.007Z Compiling regex v1.12.3
19402026-06-22T22:08:44.057Z Compiling zerocopy-derive v0.7.35
19412026-06-22T22:08:44.180Z Compiling rand_core v0.9.5
19422026-06-22T22:08:44.426Z Compiling slog v2.8.2
19432026-06-22T22:08:44.846Z Compiling spki v0.7.3
19442026-06-22T22:08:44.999Z Compiling darling v0.21.3
19452026-06-22T22:08:45.068Z Compiling salsa20 v0.10.2
19462026-06-22T22:08:45.097Z Compiling pbkdf2 v0.12.2
19472026-06-22T22:08:45.591Z Compiling cookie v0.18.1
19482026-06-22T22:08:45.624Z Compiling camino v1.2.2
19492026-06-22T22:08:45.927Z Compiling scrypt v0.11.0
19502026-06-22T22:08:45.944Z Compiling http-body v1.0.1
19512026-06-22T22:08:45.971Z Compiling rand_chacha v0.9.0
19522026-06-22T22:08:46.051Z Compiling cbc v0.1.2
19532026-06-22T22:08:46.116Z Compiling tokio-util v0.7.18
19542026-06-22T22:08:46.156Z Compiling aes v0.8.4
19552026-06-22T22:08:46.245Z Compiling usdt-impl v0.5.0
19562026-06-22T22:08:46.263Z Compiling paste v1.0.15
19572026-06-22T22:08:46.279Z Compiling fastrand v2.3.0
19582026-06-22T22:08:46.354Z Compiling openssl-probe v0.2.1
19592026-06-22T22:08:46.542Z Compiling untrusted v0.7.1
19602026-06-22T22:08:46.559Z Compiling ref-cast v1.0.25
19612026-06-22T22:08:46.576Z Compiling winnow v0.7.14
19622026-06-22T22:08:46.633Z Compiling tinyvec_macros v0.1.1
19632026-06-22T22:08:46.665Z Compiling atomic-waker v1.1.2
19642026-06-22T22:08:46.669Z Compiling usdt-impl v0.6.0
19652026-06-22T22:08:46.696Z Compiling unicode-segmentation v1.12.0
19662026-06-22T22:08:46.735Z Compiling either v1.15.0
19672026-06-22T22:08:46.816Z Compiling tinyvec v1.10.0
19682026-06-22T22:08:46.911Z Compiling pkcs5 v0.7.1
19692026-06-22T22:08:47.046Z Compiling rand v0.9.2
19702026-06-22T22:08:47.190Z Compiling scroll v0.13.0
19712026-06-22T22:08:47.387Z Compiling scroll v0.12.0
19722026-06-22T22:08:47.406Z Compiling toml_datetime v0.6.11
19732026-06-22T22:08:47.455Z Compiling serde_spanned v0.6.9
19742026-06-22T22:08:47.472Z Compiling async-trait v0.1.89
19752026-06-22T22:08:47.487Z Compiling heapless v0.7.17
19762026-06-22T22:08:47.666Z Compiling bzip2-sys v0.1.13+1.0.8
19772026-06-22T22:08:47.712Z Compiling zstd-safe v7.2.4
19782026-06-22T22:08:47.752Z Compiling tower-service v0.3.3
19792026-06-22T22:08:47.839Z Compiling signal-hook v0.3.18
19802026-06-22T22:08:47.868Z Compiling tower-layer v0.3.3
19812026-06-22T22:08:47.980Z Compiling rustix v0.38.44
19822026-06-22T22:08:48.045Z Compiling try-lock v0.2.5
19832026-06-22T22:08:48.131Z Compiling toml_parser v1.0.9+spec-1.1.0
19842026-06-22T22:08:48.175Z Compiling want v0.3.1
19852026-06-22T22:08:48.205Z Compiling h2 v0.4.13
19862026-06-22T22:08:48.342Z Compiling goblin v0.8.2
19872026-06-22T22:08:48.379Z Compiling goblin v0.10.5
19882026-06-22T22:08:48.394Z Compiling pkcs8 v0.10.2
19892026-06-22T22:08:48.521Z Compiling heck v0.4.1
19902026-06-22T22:08:48.592Z Compiling zerocopy v0.7.35
19912026-06-22T22:08:48.703Z Compiling ipnet v2.11.0
19922026-06-22T22:08:48.747Z Compiling ref-cast-impl v1.0.25
19932026-06-22T22:08:49.042Z Compiling darling_core v0.20.11
19942026-06-22T22:08:49.156Z Compiling curve25519-dalek v4.1.3
19952026-06-22T22:08:49.192Z Compiling memoffset v0.9.1
19962026-06-22T22:08:49.294Z Compiling pin-utils v0.1.0
19972026-06-22T22:08:49.386Z Compiling winnow v0.5.40
19982026-06-22T22:08:49.415Z Compiling httpdate v1.0.3
19992026-06-22T22:08:49.430Z Compiling litrs v1.0.0
20002026-06-22T22:08:49.903Z Compiling foreign-types-shared v0.1.1
20012026-06-22T22:08:49.989Z Compiling utf8parse v0.2.2
20022026-06-22T22:08:50.108Z Compiling foreign-types v0.3.2
20032026-06-22T22:08:50.125Z Compiling document-features v0.2.12
20042026-06-22T22:08:50.196Z Compiling tempfile v3.25.0
20052026-06-22T22:08:50.546Z Compiling dof v0.3.0
20062026-06-22T22:08:50.663Z Compiling unicode-normalization v0.1.25
20072026-06-22T22:08:50.836Z Compiling toml_edit v0.19.15
20082026-06-22T22:08:50.872Z Compiling dtrace-parser v0.2.0
20092026-06-22T22:08:50.983Z Compiling darling_macro v0.20.11
20102026-06-22T22:08:51.065Z Compiling dof v0.4.0
20112026-06-22T22:08:51.157Z Compiling hyper v1.8.1
20122026-06-22T22:08:51.442Z Compiling dtrace-parser v0.3.0
20132026-06-22T22:08:51.491Z Compiling pin-project-internal v1.1.11
20142026-06-22T22:08:51.607Z Compiling daft-derive v0.1.7
20152026-06-22T22:08:51.721Z Compiling spin v0.9.8
20162026-06-22T22:08:51.759Z Compiling thread-id v5.1.0
20172026-06-22T22:08:51.874Z Compiling thread-id v4.2.2
20182026-06-22T22:08:51.949Z Compiling smoltcp v0.9.1
20192026-06-22T22:08:51.977Z Compiling cfg_aliases v0.2.1
20202026-06-22T22:08:52.048Z Compiling anstyle v1.0.14
20212026-06-22T22:08:52.086Z Compiling num-bigint-dig v0.8.6
20222026-06-22T22:08:52.128Z Compiling powerfmt v0.2.0
20232026-06-22T22:08:52.144Z Compiling nix v0.31.2
20242026-06-22T22:08:52.229Z Compiling hyper-util v0.1.20
20252026-06-22T22:08:52.316Z Compiling deranged v0.5.8
20262026-06-22T22:08:52.549Z Compiling darling v0.20.11
20272026-06-22T22:08:52.652Z Compiling rustls-native-certs v0.8.3
20282026-06-22T22:08:52.878Z Compiling ipnetwork v0.21.1
20292026-06-22T22:08:53.099Z Compiling strum_macros v0.26.4
20302026-06-22T22:08:53.121Z Compiling curve25519-dalek-derive v0.1.1
20312026-06-22T22:08:53.259Z Compiling sync_wrapper v1.0.2
20322026-06-22T22:08:53.372Z Compiling wait-timeout v0.2.1
20332026-06-22T22:08:53.469Z Compiling simd-adler32 v0.3.8
20342026-06-22T22:08:53.731Z Compiling bit-vec v0.8.0
20352026-06-22T22:08:53.755Z Compiling siphasher v1.0.2
20362026-06-22T22:08:53.771Z Compiling num_threads v0.1.7
20372026-06-22T22:08:53.788Z Compiling anstyle-query v1.1.5
20382026-06-22T22:08:53.886Z Compiling is_terminal_polyfill v1.70.2
20392026-06-22T22:08:53.903Z Compiling colorchoice v1.0.4
20402026-06-22T22:08:54.003Z Compiling quick-error v1.2.3
20412026-06-22T22:08:54.040Z Compiling bit-set v0.8.0
20422026-06-22T22:08:54.103Z Compiling rusty-fork v0.3.1
20432026-06-22T22:08:54.124Z Compiling time v0.3.47
20442026-06-22T22:08:54.405Z Compiling tower v0.5.3
20452026-06-22T22:08:54.545Z Compiling derive_builder_core v0.20.2
20462026-06-22T22:08:54.724Z Compiling snafu-derive v0.8.9
20472026-06-22T22:08:54.978Z Compiling http-body-util v0.1.3
20482026-06-22T22:08:55.159Z Compiling webpki-roots v1.0.6
20492026-06-22T22:08:55.282Z Compiling rand_xorshift v0.4.0
20502026-06-22T22:08:55.297Z Compiling signature v2.2.0
20512026-06-22T22:08:55.345Z Compiling hubpack_derive v0.1.1
20522026-06-22T22:08:55.379Z Compiling strum_macros v0.27.2
20532026-06-22T22:08:55.503Z Compiling fs-err v3.3.0
20542026-06-22T22:08:55.659Z Compiling ahash v0.8.12
20552026-06-22T22:08:55.692Z Compiling encoding_rs v0.8.35
20562026-06-22T22:08:55.825Z Compiling object v0.37.3
20572026-06-22T22:08:55.842Z Compiling ryu v1.0.23
20582026-06-22T22:08:55.867Z Compiling adler2 v2.0.1
20592026-06-22T22:08:55.870Z Compiling unicode-properties v0.1.4
20602026-06-22T22:08:55.901Z Compiling allocator-api2 v0.2.21
20612026-06-22T22:08:56.047Z Compiling mime v0.3.17
20622026-06-22T22:08:56.121Z Compiling unicode-bidi v0.3.18
20632026-06-22T22:08:56.155Z Compiling unarray v0.1.4
20642026-06-22T22:08:56.229Z Compiling iri-string v0.7.10
20652026-06-22T22:08:56.263Z Compiling proptest v1.10.0
20662026-06-22T22:08:56.288Z Compiling serde_urlencoded v0.7.1
20672026-06-22T22:08:56.550Z Compiling stringprep v0.1.5
20682026-06-22T22:08:56.566Z Compiling miniz_oxide v0.8.9
20692026-06-22T22:08:56.796Z Compiling derive_builder_macro v0.20.2
20702026-06-22T22:08:57.031Z Compiling tokio-native-tls v0.3.1
20712026-06-22T22:08:57.057Z Compiling usdt-attr-macro v0.6.0
20722026-06-22T22:08:57.112Z Compiling usdt-macro v0.6.0
20732026-06-22T22:08:57.288Z Compiling anstyle-parse v1.0.0
20742026-06-22T22:08:57.490Z Compiling tower-http v0.6.8
20752026-06-22T22:08:57.681Z Compiling rand_chacha v0.3.1
20762026-06-22T22:08:57.698Z Compiling erased-serde v0.3.31
20772026-06-22T22:08:57.714Z Compiling md-5 v0.10.6
20782026-06-22T22:08:57.754Z Compiling bstr v1.12.1
20792026-06-22T22:08:57.891Z Compiling num-integer v0.1.46
20802026-06-22T22:08:57.906Z Compiling hash32 v0.2.1
20812026-06-22T22:08:57.939Z Compiling vergen-lib v9.1.0
20822026-06-22T22:08:58.044Z Compiling ff v0.13.1
20832026-06-22T22:08:58.122Z Compiling psl-types v2.0.11
20842026-06-22T22:08:58.126Z Compiling base16ct v0.2.0
20852026-06-22T22:08:58.186Z Compiling fallible-iterator v0.2.0
20862026-06-22T22:08:58.222Z Compiling zlib-rs v0.6.2
20872026-06-22T22:08:58.323Z Compiling newtype-uuid v1.3.2
20882026-06-22T22:08:58.355Z Compiling publicsuffix v2.3.0
20892026-06-22T22:08:58.373Z Compiling sec1 v0.7.3
20902026-06-22T22:08:58.422Z Compiling group v0.13.0
20912026-06-22T22:08:58.530Z Compiling postgres-protocol v0.6.10
20922026-06-22T22:08:58.659Z Compiling num-iter v0.1.45
20932026-06-22T22:08:58.801Z Compiling rand v0.8.6
20942026-06-22T22:08:59.180Z Compiling oxnet v0.1.5
20952026-06-22T22:08:59.385Z Compiling anstream v1.0.0
20962026-06-22T22:08:59.440Z Compiling derive_builder v0.20.2
20972026-06-22T22:08:59.443Z Compiling hyper-tls v0.6.0
20982026-06-22T22:08:59.585Z Compiling phf_shared v0.13.1
20992026-06-22T22:08:59.628Z Compiling pin-project v1.1.11
21002026-06-22T22:08:59.742Z Compiling lazy_static v1.5.0
21012026-06-22T22:08:59.757Z Compiling anstyle-parse v0.2.7
21022026-06-22T22:08:59.860Z Compiling terminal_size v0.4.3
21032026-06-22T22:08:59.886Z Compiling serde_with_macros v3.17.0
21042026-06-22T22:08:59.903Z Compiling futures-executor v0.3.32
21052026-06-22T22:08:59.930Z Compiling hex v0.4.3
21062026-06-22T22:09:00.079Z Compiling hkdf v0.12.4
21072026-06-22T22:09:00.139Z Compiling crypto-bigint v0.5.5
21082026-06-22T22:09:00.168Z Compiling enum-as-inner v0.6.1
21092026-06-22T22:09:00.228Z Compiling flate2 v1.1.9
21102026-06-22T22:09:00.246Z Compiling serde_repr v0.1.20
21112026-06-22T22:09:00.296Z Compiling async-recursion v1.1.1
21122026-06-22T22:09:00.421Z Compiling clap_derive v4.6.1
21132026-06-22T22:09:00.517Z Compiling vergen v9.1.0
21142026-06-22T22:09:00.644Z Compiling cargo-platform v0.3.2
21152026-06-22T22:09:00.714Z Compiling foldhash v0.1.5
21162026-06-22T22:09:00.791Z Compiling bitflags v1.3.2
21172026-06-22T22:09:00.890Z Compiling foldhash v0.2.0
21182026-06-22T22:09:00.908Z Compiling bumpalo v3.20.2
21192026-06-22T22:09:00.922Z Compiling clap_lex v1.0.0
21202026-06-22T22:09:00.955Z Compiling managed v0.8.0
21212026-06-22T22:09:01.001Z Compiling same-file v1.0.6
21222026-06-22T22:09:01.154Z Compiling libbz2-rs-sys v0.2.2
21232026-06-22T22:09:01.170Z Compiling walkdir v2.5.0
21242026-06-22T22:09:01.173Z Compiling zopfli v0.8.3
21252026-06-22T22:09:01.173Z Compiling clap_builder v4.6.0
21262026-06-22T22:09:01.216Z Compiling elliptic-curve v0.13.8
21272026-06-22T22:09:01.300Z Compiling hashbrown v0.16.1
21282026-06-22T22:09:01.461Z Compiling hashbrown v0.15.5
21292026-06-22T22:09:01.563Z Compiling bzip2 v0.6.1
21302026-06-22T22:09:01.751Z Compiling cargo_metadata v0.23.1
21312026-06-22T22:09:01.853Z Compiling futures v0.3.32
21322026-06-22T22:09:02.026Z Compiling anstream v0.6.21
21332026-06-22T22:09:02.310Z Compiling phf v0.13.1
21342026-06-22T22:09:02.358Z Compiling zstd v0.13.3
21352026-06-22T22:09:02.358Z Compiling snafu v0.8.9
21362026-06-22T22:09:02.456Z Compiling signal-hook-mio v0.2.5
21372026-06-22T22:09:02.598Z Compiling daft v0.1.7
21382026-06-22T22:09:02.630Z Compiling cookie_store v0.22.1
21392026-06-22T22:09:02.723Z Compiling postgres-types v0.2.12
21402026-06-22T22:09:02.817Z Compiling bzip2 v0.4.4
21412026-06-22T22:09:02.892Z Compiling globset v0.4.18
21422026-06-22T22:09:03.037Z Compiling strum v0.27.2
21432026-06-22T22:09:03.191Z Compiling hubpack v0.1.2
21442026-06-22T22:09:03.236Z Compiling ed25519 v2.2.3
21452026-06-22T22:09:03.270Z Compiling phf_shared v0.11.3
21462026-06-22T22:09:03.342Z Compiling crossbeam-epoch v0.9.18
21472026-06-22T22:09:03.381Z Compiling olpc-cjson v0.1.4
21482026-06-22T22:09:03.435Z Compiling pkcs1 v0.7.5
21492026-06-22T22:09:03.497Z Compiling pem v3.0.6
21502026-06-22T22:09:03.565Z Compiling serde_plain v1.0.2
21512026-06-22T22:09:03.645Z Compiling serde-big-array v0.5.1
21522026-06-22T22:09:03.661Z Compiling rfc6979 v0.4.0
21532026-06-22T22:09:03.675Z Compiling float-cmp v0.10.0
21542026-06-22T22:09:03.771Z Compiling memmap2 v0.9.10
21552026-06-22T22:09:03.803Z Compiling env_filter v1.0.0
21562026-06-22T22:09:03.819Z Compiling fixedbitset v0.5.7
21572026-06-22T22:09:03.819Z Compiling jiff v0.2.21
21582026-06-22T22:09:03.854Z Compiling static_assertions v1.1.0
21592026-06-22T22:09:03.854Z Compiling typed-path v0.9.3
21602026-06-22T22:09:03.899Z Compiling toml_write v0.1.2
21612026-06-22T22:09:03.959Z Compiling whoami v2.1.0
21622026-06-22T22:09:03.995Z Compiling precomputed-hash v0.1.1
21632026-06-22T22:09:04.076Z Compiling fixedbitset v0.4.2
21642026-06-22T22:09:04.093Z Compiling predicates-core v1.0.10
21652026-06-22T22:09:04.109Z Compiling new_debug_unreachable v1.0.6
21662026-06-22T22:09:04.124Z Compiling keccak v0.1.6
21672026-06-22T22:09:04.138Z Compiling data-encoding v2.10.0
21682026-06-22T22:09:04.191Z Compiling normalize-line-endings v0.3.0
21692026-06-22T22:09:04.253Z Compiling difflib v0.4.0
21702026-06-22T22:09:04.303Z Compiling sha3 v0.10.8
21712026-06-22T22:09:04.306Z Compiling petgraph v0.6.5
21722026-06-22T22:09:04.306Z Compiling tokio-postgres v0.7.16
21732026-06-22T22:09:04.352Z Compiling string_cache v0.8.9
21742026-06-22T22:09:04.561Z Compiling predicates v3.1.4
21752026-06-22T22:09:04.583Z Compiling hickory-proto v0.25.2
21762026-06-22T22:09:04.619Z Compiling toml_edit v0.22.27
21772026-06-22T22:09:04.670Z Compiling petgraph v0.8.3
21782026-06-22T22:09:04.822Z Compiling env_logger v0.11.9
21792026-06-22T22:09:05.097Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21802026-06-22T22:09:05.157Z Compiling usdt v0.6.0
21812026-06-22T22:09:05.173Z Compiling ecdsa v0.16.9
21822026-06-22T22:09:05.434Z Compiling rsa v0.9.10
21832026-06-22T22:09:05.604Z Compiling ed25519-dalek v2.2.0
21842026-06-22T22:09:06.144Z Compiling zip v0.6.6
21852026-06-22T22:09:06.212Z Compiling crossterm v0.28.1
21862026-06-22T22:09:06.369Z Compiling iddqd v0.4.2
21872026-06-22T22:09:06.575Z Compiling zip v4.6.1
21882026-06-22T22:09:06.691Z Compiling clap v4.6.1
21892026-06-22T22:09:07.168Z Compiling serde_with v3.17.0
21902026-06-22T22:09:07.267Z Compiling similar v2.7.0
21912026-06-22T22:09:07.351Z Compiling strum v0.26.3
21922026-06-22T22:09:07.539Z Compiling toml v0.7.8
21932026-06-22T22:09:07.547Z Compiling itertools v0.13.0
21942026-06-22T22:09:07.547Z Compiling tokio-stream v0.1.18
21952026-06-22T22:09:07.569Z Compiling buf-list v1.1.2
21962026-06-22T22:09:07.727Z Compiling x509-cert v0.2.5
21972026-06-22T22:09:08.042Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21982026-06-22T22:09:08.046Z Compiling openapiv3 v2.2.0
21992026-06-22T22:09:08.353Z Compiling sha1 v0.10.6
22002026-06-22T22:09:08.469Z Compiling lalrpop-util v0.19.12
22012026-06-22T22:09:08.680Z Compiling peg-runtime v0.8.5
22022026-06-22T22:09:23.495Z Compiling rustls-webpki v0.103.9
22032026-06-22T22:09:25.235Z Compiling macaddr v1.0.1
22042026-06-22T22:09:25.269Z Compiling structmeta-derive v0.3.0
22052026-06-22T22:09:25.340Z Compiling crucible-workspace-hack v0.1.0
22062026-06-22T22:09:25.387Z Compiling rayon-core v1.13.0
22072026-06-22T22:09:25.537Z Compiling itertools v0.14.0
22082026-06-22T22:09:25.595Z Compiling secrecy v0.10.3
22092026-06-22T22:09:25.631Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-06-22T22:09:25.651Z Compiling rustls v0.22.4
22112026-06-22T22:09:25.782Z Compiling heapless v0.8.0
22122026-06-22T22:09:25.849Z Compiling toml_datetime v0.7.5+spec-1.1.0
22132026-06-22T22:09:25.980Z Compiling crossbeam-deque v0.8.6
22142026-06-22T22:09:25.995Z Compiling rustls-webpki v0.102.8
22152026-06-22T22:09:26.038Z Compiling toml_edit v0.23.10+spec-1.0.0
22162026-06-22T22:09:26.094Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-06-22T22:09:26.130Z Compiling hash32 v0.3.1
22182026-06-22T22:09:26.219Z Compiling multer v3.1.0
22192026-06-22T22:09:26.237Z Compiling thread_local v1.1.9
22202026-06-22T22:09:26.255Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22212026-06-22T22:09:26.270Z Compiling compression-core v0.4.31
22222026-06-22T22:09:26.288Z Compiling structmeta v0.3.0
22232026-06-22T22:09:26.302Z Compiling slog-async v2.8.0
22242026-06-22T22:09:26.320Z Compiling smoltcp v0.11.0
22252026-06-22T22:09:26.441Z Compiling unicode-width v0.2.0
22262026-06-22T22:09:26.466Z Compiling match_cfg v0.1.0
22272026-06-22T22:09:26.530Z Compiling derive-ex v0.1.8
22282026-06-22T22:09:26.561Z Compiling hostname v0.3.1
22292026-06-22T22:09:26.605Z Compiling proc-macro-crate v3.4.0
22302026-06-22T22:09:26.679Z Compiling compression-codecs v0.4.37
22312026-06-22T22:09:26.781Z Compiling atomicwrites v0.4.4
22322026-06-22T22:09:26.802Z Compiling ingot-macros v0.1.1
22332026-06-22T22:09:26.966Z Compiling slog-json v2.6.1
22342026-06-22T22:09:27.057Z Compiling crossbeam-channel v0.5.15
22352026-06-22T22:09:27.074Z Compiling half v2.7.1
22362026-06-22T22:09:27.090Z Compiling newtype-uuid-macros v0.1.0
22372026-06-22T22:09:27.219Z Compiling cobs v0.3.0
22382026-06-22T22:09:27.266Z Compiling thiserror-impl-no-std v2.0.2
22392026-06-22T22:09:27.459Z Compiling tokio-rustls v0.26.4
22402026-06-22T22:09:27.516Z Compiling rustls-platform-verifier v0.6.2
22412026-06-22T22:09:27.753Z Compiling hyper-rustls v0.27.7
22422026-06-22T22:09:27.769Z Compiling universal-hash v0.5.1
22432026-06-22T22:09:27.797Z Compiling async-stream-impl v0.3.6
22442026-06-22T22:09:27.826Z Compiling serde_spanned v1.0.4
22452026-06-22T22:09:27.866Z Compiling toml_datetime v1.0.0+spec-1.1.0
22462026-06-22T22:09:27.938Z Compiling is-terminal v0.4.17
22472026-06-22T22:09:28.019Z Compiling reqwest v0.12.28
22482026-06-22T22:09:28.064Z Compiling reqwest v0.13.2
22492026-06-22T22:09:28.081Z Compiling dropshot v0.17.0
22502026-06-22T22:09:28.107Z Compiling proc-macro-error-attr v1.0.4
22512026-06-22T22:09:28.307Z Compiling take_mut v0.2.2
22522026-06-22T22:09:28.328Z Compiling opaque-debug v0.3.1
22532026-06-22T22:09:28.344Z Compiling toml_writer v1.0.6+spec-1.1.0
22542026-06-22T22:09:28.348Z Compiling convert_case v0.4.0
22552026-06-22T22:09:28.348Z Compiling term v1.2.1
22562026-06-22T22:09:28.397Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22572026-06-22T22:09:28.421Z Compiling ciborium-io v0.2.2
22582026-06-22T22:09:28.545Z Compiling toml v1.0.6+spec-1.1.0
22592026-06-22T22:09:28.577Z Compiling ciborium-ll v0.2.2
22602026-06-22T22:09:28.629Z Compiling tokio-rustls v0.25.0
22612026-06-22T22:09:28.750Z Compiling async-stream v0.3.6
22622026-06-22T22:09:28.753Z Compiling derive_more v0.99.20
22632026-06-22T22:09:28.860Z Compiling slog-term v2.9.2
22642026-06-22T22:09:28.876Z Compiling poly1305 v0.8.0
22652026-06-22T22:09:28.900Z Compiling thiserror-no-std v2.0.2
22662026-06-22T22:09:29.081Z Compiling test-strategy v0.4.5
22672026-06-22T22:09:29.105Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22682026-06-22T22:09:29.474Z Compiling ingot-types v0.1.2
22692026-06-22T22:09:29.525Z Compiling postcard v1.1.3
22702026-06-22T22:09:29.542Z Compiling slog-bunyan v2.5.0
22712026-06-22T22:09:29.711Z Compiling tough v0.22.0
22722026-06-22T22:09:29.918Z Compiling ingot v0.1.1
22732026-06-22T22:09:29.948Z Compiling num_enum_derive v0.7.6
22742026-06-22T22:09:30.112Z Compiling async-compression v0.4.41
22752026-06-22T22:09:30.382Z Compiling parse-display-derive v0.10.0
22762026-06-22T22:09:30.596Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22772026-06-22T22:09:30.867Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-06-22T22:09:30.883Z Compiling proc-macro-crate v1.3.1
22792026-06-22T22:09:30.940Z Compiling waitgroup v0.1.2
22802026-06-22T22:09:31.123Z Compiling backon v1.6.0
22812026-06-22T22:09:31.139Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22822026-06-22T22:09:31.316Z Compiling password-hash v0.5.0
22832026-06-22T22:09:31.341Z Compiling chacha20 v0.9.1
22842026-06-22T22:09:31.369Z Compiling dropshot_endpoint v0.17.0
22852026-06-22T22:09:31.394Z Compiling rustls-pemfile v2.2.0
22862026-06-22T22:09:31.410Z Compiling blake2 v0.10.6
22872026-06-22T22:09:31.659Z Compiling aead v0.5.2
22882026-06-22T22:09:31.705Z Compiling foreign-types-macros v0.2.3
22892026-06-22T22:09:31.857Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22902026-06-22T22:09:31.893Z Compiling serde_path_to_error v0.1.20
22912026-06-22T22:09:31.929Z Compiling hostname v0.4.2
22922026-06-22T22:09:32.120Z Compiling proc-macro-error v1.0.4
22932026-06-22T22:09:32.148Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22942026-06-22T22:09:32.228Z Compiling instant v0.1.13
22952026-06-22T22:09:32.244Z Compiling cpufeatures v0.3.0
22962026-06-22T22:09:32.304Z Compiling typeid v1.0.3
22972026-06-22T22:09:32.320Z Compiling debug-ignore v1.0.5
22982026-06-22T22:09:32.340Z Compiling foreign-types-shared v0.3.1
22992026-06-22T22:09:32.342Z Compiling backoff v0.4.0
23002026-06-22T22:09:32.374Z Compiling chacha20 v0.10.0
23012026-06-22T22:09:32.409Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23022026-06-22T22:09:32.456Z Compiling foreign-types v0.5.0
23032026-06-22T22:09:32.478Z Compiling parse-display v0.10.0
23042026-06-22T22:09:32.493Z Compiling chacha20poly1305 v0.10.1
23052026-06-22T22:09:32.507Z Compiling argon2 v0.5.3
23062026-06-22T22:09:32.561Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23072026-06-22T22:09:32.584Z Compiling num_enum_derive v0.5.11
23082026-06-22T22:09:32.659Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23092026-06-22T22:09:32.676Z Compiling num_enum v0.7.6
23102026-06-22T22:09:32.720Z Compiling vsss-rs v3.3.4
23112026-06-22T22:09:32.737Z Compiling ciborium v0.2.2
23122026-06-22T22:09:32.963Z Compiling tabwriter v1.4.1
23132026-06-22T22:09:33.097Z Compiling regress v0.10.5
23142026-06-22T22:09:33.339Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23152026-06-22T22:09:33.358Z Compiling byte-wrapper v0.1.0
23162026-06-22T22:09:33.388Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23172026-06-22T22:09:33.522Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-06-22T22:09:33.556Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23192026-06-22T22:09:33.597Z Compiling cstr-argument v0.1.2
23202026-06-22T22:09:33.678Z Compiling erased-serde v0.4.9
23212026-06-22T22:09:33.729Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222026-06-22T22:09:33.793Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-06-22T22:09:33.975Z Compiling humantime v2.3.0
23242026-06-22T22:09:34.052Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-06-22T22:09:34.066Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23262026-06-22T22:09:34.126Z Compiling num_enum v0.5.11
23272026-06-22T22:09:34.176Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23282026-06-22T22:09:34.253Z Compiling rand v0.10.0
23292026-06-22T22:09:34.270Z Compiling rayon v1.11.0
23302026-06-22T22:09:34.287Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23312026-06-22T22:09:34.351Z Compiling indent_write v2.2.0
23322026-06-22T22:09:34.426Z Compiling colored v3.1.1
23332026-06-22T22:09:34.442Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23342026-06-22T22:09:34.460Z Compiling libefi-sys v0.1.0
23352026-06-22T22:09:34.516Z Compiling zone_cfg_derive v0.3.1
23362026-06-22T22:09:34.531Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23372026-06-22T22:09:34.665Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23382026-06-22T22:09:34.705Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23392026-06-22T22:09:34.738Z Compiling camino-tempfile v1.4.1
23402026-06-22T22:09:34.945Z Compiling itertools v0.12.1
23412026-06-22T22:09:35.052Z Compiling usdt-macro v0.5.0
23422026-06-22T22:09:35.108Z Compiling usdt-attr-macro v0.5.0
23432026-06-22T22:09:35.161Z Compiling bitfield-struct v0.6.2
23442026-06-22T22:09:35.165Z Compiling num-derive v0.4.2
23452026-06-22T22:09:35.191Z Compiling blake3 v1.8.3
23462026-06-22T22:09:35.221Z Compiling ordered-float v2.10.1
23472026-06-22T22:09:35.529Z Compiling sigpipe v0.1.3
23482026-06-22T22:09:35.565Z Compiling memmap v0.7.0
23492026-06-22T22:09:35.650Z Compiling swrite v0.1.0
23502026-06-22T22:09:35.747Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-06-22T22:09:35.783Z Compiling glob v0.3.3
23522026-06-22T22:09:35.803Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-06-22T22:09:35.867Z Compiling usdt v0.5.0
23542026-06-22T22:09:35.997Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23552026-06-22T22:09:36.085Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23562026-06-22T22:09:36.142Z Compiling serde-value v0.7.0
23572026-06-22T22:09:36.407Z Compiling zone v0.3.1
23582026-06-22T22:09:36.444Z Compiling serde-untagged v0.1.9
23592026-06-22T22:09:36.475Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23602026-06-22T22:09:36.704Z Compiling toml v0.8.23
23612026-06-22T22:09:36.743Z Compiling smf v0.2.3
23622026-06-22T22:09:36.780Z Compiling filetime v0.2.27
23632026-06-22T22:09:36.796Z Compiling whoami v1.6.1
23642026-06-22T22:09:36.821Z Compiling unicode-xid v0.2.6
23652026-06-22T22:09:36.836Z Compiling constant_time_eq v0.4.2
23662026-06-22T22:09:36.878Z Compiling arrayvec v0.7.6
23672026-06-22T22:09:36.991Z Compiling arrayref v0.3.9
23682026-06-22T22:09:37.010Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-06-22T22:09:37.010Z Compiling xattr v1.6.1
23702026-06-22T22:09:37.058Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23712026-06-22T22:09:37.116Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-06-22T22:09:37.144Z Compiling tokio-dtrace v0.1.1
23732026-06-22T22:09:37.270Z Compiling cargo-util-schemas v0.8.2
23742026-06-22T22:09:37.285Z Compiling tar v0.4.45
23752026-06-22T22:09:37.332Z Compiling console v0.16.2
23762026-06-22T22:09:37.518Z Compiling gethostname v0.5.0
23772026-06-22T22:09:37.684Z Compiling cargo-platform v0.2.0
23782026-06-22T22:09:37.809Z Compiling unit-prefix v0.5.2
23792026-06-22T22:09:37.830Z Compiling topological-sort v0.2.2
23802026-06-22T22:09:37.949Z Compiling oxide-tokio-rt v0.1.4
23812026-06-22T22:09:38.002Z Compiling indicatif v0.18.4
23822026-06-22T22:09:38.017Z Compiling shell-words v1.1.1
23832026-06-22T22:09:38.056Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23842026-06-22T22:09:38.500Z Compiling cargo_metadata v0.21.0
23852026-06-22T22:09:47.687Z Compiling progenitor-client v0.10.0
23862026-06-22T22:09:47.687Z Compiling omicron-zone-package v0.12.2
23872026-06-22T22:09:47.705Z Compiling progenitor-client v0.14.0
23882026-06-22T22:09:48.174Z Compiling progenitor-extras v0.2.0
23892026-06-22T22:09:50.458Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-06-22T22:09:50.512Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23912026-06-22T22:09:50.646Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-06-22T22:09:50.666Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23932026-06-22T22:09:50.693Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23942026-06-22T22:09:50.708Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23952026-06-22T22:09:50.737Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23962026-06-22T22:09:50.811Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-06-22T22:09:51.003Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23982026-06-22T22:09:54.738Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23992026-06-22T22:10:02.451Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24002026-06-22T22:10:05.472Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24012026-06-22T22:10:06.441Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24022026-06-22T22:10:16.216Z Finished `release` profile [optimized] target(s) in 1m 44s
24032026-06-22T22:10:16.377Z Running `target/release/omicron-package -t test target create -p dev`
24042026-06-22T22:10:16.441ZLogging to: /work/oxidecomputer/omicron/out/LOG
24052026-06-22T22:10:16.445ZCreated new build target 'test' and set it as active
24062026-06-22T22:10:16.445Z
24072026-06-22T22:10:16.445Zreal 1:44.307626639
24082026-06-22T22:10:16.445Zuser 16:57.167321155
24092026-06-22T22:10:16.445Zsys 2:41.204773132
24102026-06-22T22:10:16.445Ztrap 0.465844012
24112026-06-22T22:10:16.445Ztflt 3.011830203
24122026-06-22T22:10:16.445Zdflt 4.369186058
24132026-06-22T22:10:16.445Zkflt 0.000258130
24142026-06-22T22:10:16.445Zlock 52:47.061170260
24152026-06-22T22:10:16.445Zslp 43:25.650364779
24162026-06-22T22:10:16.445Zlat 42.312104601
24172026-06-22T22:10:16.445Zstop 5:22.664076502
24182026-06-22T22:10:16.448Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24192026-06-22T22:10:17.337Z Finished `release` profile [optimized] target(s) in 0.88s
24202026-06-22T22:10:17.408Z Running `target/release/omicron-package -t test package`
24212026-06-22T22:10:17.464ZLogging to: /work/oxidecomputer/omicron/out/LOG
24222026-06-22T22:10:18.906Z Compiling heck v0.5.0
24232026-06-22T22:10:18.909Z Compiling regress v0.11.1
24242026-06-22T22:10:19.131Z Compiling unsafe-libyaml v0.2.11
24252026-06-22T22:10:19.170Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24262026-06-22T22:10:19.193Z Compiling atomicwrites v0.4.4
24272026-06-22T22:10:19.223Z Compiling regress v0.10.5
24282026-06-22T22:10:19.244Z Compiling is-terminal v0.4.17
24292026-06-22T22:10:19.264Z Compiling unicode-width v0.1.14
24302026-06-22T22:10:19.267Z Compiling prettyplease v0.2.37
24312026-06-22T22:10:19.267Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24322026-06-22T22:10:19.267Z Compiling bytecount v0.6.9
24332026-06-22T22:10:19.286Z Compiling rustls v0.22.4
24342026-06-22T22:10:19.291Z Compiling rustls-webpki v0.102.8
24352026-06-22T22:10:19.353Z Compiling derive-where v1.6.0
24362026-06-22T22:10:19.356Z Compiling thread_local v1.1.9
24372026-06-22T22:10:19.398Z Compiling match_cfg v0.1.0
24382026-06-22T22:10:19.420Z Compiling compression-core v0.4.31
24392026-06-22T22:10:19.442Z Compiling multer v3.1.0
24402026-06-22T22:10:19.517Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24412026-06-22T22:10:19.540Z Compiling hostname v0.3.1
24422026-06-22T22:10:19.564Z Compiling slog-async v2.8.0
24432026-06-22T22:10:19.589Z Compiling crossbeam-channel v0.5.15
24442026-06-22T22:10:19.592Z Compiling slog-json v2.6.1
24452026-06-22T22:10:19.634Z Compiling serde_yaml v0.9.34+deprecated
24462026-06-22T22:10:19.656Z Compiling compression-codecs v0.4.37
24472026-06-22T22:10:19.659Z Compiling toml_datetime v1.0.0+spec-1.1.0
24482026-06-22T22:10:19.702Z Compiling serde_spanned v1.0.4
24492026-06-22T22:10:19.707Z Compiling toml_writer v1.0.6+spec-1.1.0
24502026-06-22T22:10:19.707Z Compiling term v1.2.1
24512026-06-22T22:10:19.837Z Compiling take_mut v0.2.2
24522026-06-22T22:10:19.887Z Compiling async-compression v0.4.41
24532026-06-22T22:10:19.918Z Compiling slog-bunyan v2.5.0
24542026-06-22T22:10:20.004Z Compiling toml v1.0.6+spec-1.1.0
24552026-06-22T22:10:20.066Z Compiling slog-term v2.9.2
24562026-06-22T22:10:20.087Z Compiling dropshot v0.17.0
24572026-06-22T22:10:20.110Z Compiling async-stream v0.3.6
24582026-06-22T22:10:20.155Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24592026-06-22T22:10:20.236Z Compiling num-rational v0.4.2
24602026-06-22T22:10:20.273Z Compiling progenitor-client v0.14.0
24612026-06-22T22:10:20.303Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24622026-06-22T22:10:20.324Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24632026-06-22T22:10:20.406Z Compiling waitgroup v0.1.2
24642026-06-22T22:10:20.436Z Compiling backon v1.6.0
24652026-06-22T22:10:20.516Z Compiling rustls-pemfile v2.2.0
24662026-06-22T22:10:20.539Z Compiling num-complex v0.4.6
24672026-06-22T22:10:20.595Z Compiling serde_path_to_error v0.1.20
24682026-06-22T22:10:20.601Z Compiling hostname v0.4.2
24692026-06-22T22:10:20.623Z Compiling instant v0.1.13
24702026-06-22T22:10:20.655Z Compiling typify-impl v0.6.2
24712026-06-22T22:10:20.678Z Compiling debug-ignore v1.0.5
24722026-06-22T22:10:20.737Z Compiling backoff v0.4.0
24732026-06-22T22:10:20.760Z Compiling progenitor-extras v0.2.0
24742026-06-22T22:10:20.785Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24752026-06-22T22:10:20.812Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24762026-06-22T22:10:20.953Z Compiling num v0.4.3
24772026-06-22T22:10:20.975Z Compiling parse-display v0.10.0
24782026-06-22T22:10:21.018Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24792026-06-22T22:10:21.046Z Compiling progenitor-client v0.10.0
24802026-06-22T22:10:21.069Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24812026-06-22T22:10:21.101Z Compiling macaddr v1.0.1
24822026-06-22T22:10:21.175Z Compiling humantime v2.3.0
24832026-06-22T22:10:21.197Z Compiling float-ord v0.3.2
24842026-06-22T22:10:21.345Z Compiling console v0.15.11
24852026-06-22T22:10:21.367Z Compiling newline-converter v0.3.0
24862026-06-22T22:10:21.367Z Compiling slog-dtrace v0.3.0
24872026-06-22T22:10:21.452Z Compiling resolv-conf v0.7.6
24882026-06-22T22:10:21.509Z Compiling cancel-safe-futures v0.1.5
24892026-06-22T22:10:21.584Z Compiling tokio-rustls v0.25.0
24902026-06-22T22:10:21.643Z Compiling owo-colors v4.3.0
24912026-06-22T22:10:21.758Z Compiling expectorate v1.2.0
24922026-06-22T22:10:21.842Z Compiling toml v0.8.23
24932026-06-22T22:10:21.870Z Compiling libsw-core v0.3.2
24942026-06-22T22:10:22.041Z Compiling libsw v3.5.0
24952026-06-22T22:10:22.087Z Compiling linked-hash-map v0.5.6
24962026-06-22T22:10:22.107Z Compiling linear-map v1.2.0
24972026-06-22T22:10:22.344Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24982026-06-22T22:10:22.347Z Compiling minimal-lexical v0.2.1
24992026-06-22T22:10:22.387Z Compiling lru-cache v0.1.2
25002026-06-22T22:10:22.392Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25012026-06-22T22:10:22.474Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25022026-06-22T22:10:22.496Z Compiling hickory-proto v0.24.4
25032026-06-22T22:10:22.534Z Compiling nom v7.1.3
25042026-06-22T22:10:22.595Z Compiling unicode-xid v0.2.6
25052026-06-22T22:10:22.641Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-06-22T22:10:22.667Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-06-22T22:10:22.751Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25082026-06-22T22:10:23.027Z Compiling convert_case v0.10.0
25092026-06-22T22:10:23.323Z Compiling derive_more-impl v2.1.1
25102026-06-22T22:10:23.608Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25112026-06-22T22:10:23.922Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25122026-06-22T22:10:24.042Z Compiling papergrid v0.11.0
25132026-06-22T22:10:24.096Z Compiling tabled_derive v0.7.0
25142026-06-22T22:10:24.122Z Compiling typify-macro v0.6.2
25152026-06-22T22:10:24.149Z Compiling derive_more v2.1.1
25162026-06-22T22:10:24.278Z Compiling termtree v0.5.1
25172026-06-22T22:10:24.468Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25182026-06-22T22:10:24.727Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-06-22T22:10:24.989Z Compiling hickory-resolver v0.24.4
25202026-06-22T22:10:25.178Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25212026-06-22T22:10:25.260Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25222026-06-22T22:10:25.482Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-06-22T22:10:25.509Z Compiling tabled v0.15.0
25242026-06-22T22:10:25.663Z Compiling typify v0.6.2
25252026-06-22T22:10:25.874Z Compiling progenitor-impl v0.14.0
25262026-06-22T22:10:26.413Z Compiling qorb v0.4.1
25272026-06-22T22:10:26.609Z Compiling crossterm v0.29.0
25282026-06-22T22:10:28.021Z Compiling progenitor-macro v0.14.0
25292026-06-22T22:10:28.482Z Compiling phf_shared v0.12.1
25302026-06-22T22:10:28.738Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-06-22T22:10:29.289Z Compiling vte v0.14.1
25322026-06-22T22:10:29.550Z Compiling csv-core v0.1.13
25332026-06-22T22:10:29.618Z Compiling highway v1.3.0
25342026-06-22T22:10:30.021Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-06-22T22:10:30.231Z Compiling chrono-tz v0.10.4
25362026-06-22T22:10:30.360Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-06-22T22:10:30.544Z Compiling csv v1.4.0
25382026-06-22T22:10:30.550Z Compiling strip-ansi-escapes v0.2.1
25392026-06-22T22:10:30.664Z Compiling phf v0.12.1
25402026-06-22T22:10:30.874Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-06-22T22:10:31.027Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422026-06-22T22:10:31.070Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-06-22T22:10:31.406Z Compiling const_format_proc_macros v0.2.34
25442026-06-22T22:10:31.461Z Compiling fd-lock v4.0.4
25452026-06-22T22:10:31.483Z Compiling peg-macros v0.8.5
25462026-06-22T22:10:31.895Z Compiling nu-ansi-term v0.50.3
25472026-06-22T22:10:32.110Z Compiling progenitor v0.14.0
25482026-06-22T22:10:32.221Z Compiling const_format v0.2.35
25492026-06-22T22:10:32.317Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-06-22T22:10:32.471Z Compiling reedline v0.40.0
25512026-06-22T22:10:32.667Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522026-06-22T22:10:32.757Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25532026-06-22T22:10:32.787Z Compiling peg v0.8.5
25542026-06-22T22:10:33.263Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25552026-06-22T22:10:33.400Z Compiling bcs v0.1.6
25562026-06-22T22:10:33.744Z Compiling nom v8.0.0
25572026-06-22T22:10:33.835Z Compiling semver v0.1.20
25582026-06-22T22:10:34.129Z Compiling rustc_version v0.1.7
25592026-06-22T22:10:34.363Z Compiling newtype_derive v0.1.6
25602026-06-22T22:10:34.590Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-06-22T22:10:34.846Z Compiling smawk v0.3.2
25622026-06-22T22:10:35.006Z Compiling unicode-linebreak v0.1.5
25632026-06-22T22:10:35.042Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
25642026-06-22T22:10:35.247Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25652026-06-22T22:10:35.326Z Compiling textwrap v0.16.2
25662026-06-22T22:10:35.349Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-06-22T22:10:35.487Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25682026-06-22T22:10:35.727Z Compiling base64 v0.21.7
25692026-06-22T22:10:35.921Z Compiling steno v0.4.1
25702026-06-22T22:10:36.137Z Compiling dropshot-api-manager-types v0.7.2
25712026-06-22T22:10:36.254Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
25722026-06-22T22:10:36.357Z Compiling tagptr v0.2.0
25732026-06-22T22:10:36.411Z Compiling utf-8 v0.7.6
25742026-06-22T22:10:36.557Z Compiling moka v0.12.13
25752026-06-22T22:10:36.654Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25762026-06-22T22:10:36.766Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-06-22T22:10:36.915Z Compiling tungstenite v0.21.0
25782026-06-22T22:10:36.935Z Compiling radium v0.7.0
25792026-06-22T22:10:36.960Z Compiling maybe-uninit v2.0.0
25802026-06-22T22:10:37.321Z Compiling tap v1.0.1
25812026-06-22T22:10:37.475Z Compiling display-error-chain v0.2.2
25822026-06-22T22:10:37.571Z Compiling tokio-tungstenite v0.21.0
25832026-06-22T22:10:37.719Z Compiling hickory-resolver v0.25.2
25842026-06-22T22:10:37.854Z Compiling wyz v0.5.1
25852026-06-22T22:10:37.891Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25862026-06-22T22:10:38.255Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25872026-06-22T22:10:38.366Z Compiling num-derive v0.3.3
25882026-06-22T22:10:38.737Z Compiling zerocopy-derive v0.6.6
25892026-06-22T22:10:39.057Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25902026-06-22T22:10:39.346Z Compiling proc-macro-error-attr2 v2.0.0
25912026-06-22T22:10:39.536Z Compiling funty v2.0.0
25922026-06-22T22:10:39.760Z Compiling crc-catalog v2.4.0
25932026-06-22T22:10:39.891Z Compiling packed_struct v0.10.1
25942026-06-22T22:10:40.179Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-06-22T22:10:40.493Z Compiling bitvec v1.0.1
25962026-06-22T22:10:40.526Z Compiling crc v3.4.0
25972026-06-22T22:10:40.751Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
25982026-06-22T22:10:40.891Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
25992026-06-22T22:10:40.987Z Compiling proc-macro-error2 v2.0.1
26002026-06-22T22:10:41.156Z Compiling zerocopy v0.6.6
26012026-06-22T22:10:41.300Z Compiling libscf-sys v1.1.0
26022026-06-22T22:10:41.589Z Compiling packed_struct_codegen v0.10.1
26032026-06-22T22:10:41.613Z Compiling vergen-lib v0.1.6
26042026-06-22T22:10:41.838Z Compiling bitfield-macros v0.19.4
26052026-06-22T22:10:42.308Z Compiling indexmap v1.9.3
26062026-06-22T22:10:42.553Z Compiling nodrop v0.1.14
26072026-06-22T22:10:42.607Z Compiling bitfield v0.19.4
26082026-06-22T22:10:42.694Z Compiling array-init v0.0.4
26092026-06-22T22:10:42.745Z Compiling smallvec v0.6.14
26102026-06-22T22:10:42.796Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26112026-06-22T22:10:42.945Z Compiling tabled_derive v0.11.0
26122026-06-22T22:10:43.082Z Compiling papergrid v0.17.0
26132026-06-22T22:10:43.194Z Compiling testing_table v0.3.0
26142026-06-22T22:10:43.485Z Compiling vergen-gitcl v1.0.8
26152026-06-22T22:10:43.511Z Compiling dirs-sys-next v0.1.2
26162026-06-22T22:10:43.559Z Compiling glob v0.3.3
26172026-06-22T22:10:43.627Z Compiling hashbrown v0.12.3
26182026-06-22T22:10:43.714Z Compiling crunchy v0.2.4
26192026-06-22T22:10:43.786Z Compiling diesel_derives v2.3.7
26202026-06-22T22:10:43.924Z Compiling maplit v1.0.2
26212026-06-22T22:10:43.975Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26222026-06-22T22:10:44.056Z Compiling clang-sys v1.8.1
26232026-06-22T22:10:44.104Z Compiling dirs-next v2.0.0
26242026-06-22T22:10:44.138Z Compiling serde-hex v0.1.0
26252026-06-22T22:10:44.237Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-06-22T22:10:44.258Z Compiling tabled v0.20.0
26272026-06-22T22:10:44.453Z Compiling ron v0.8.1
26282026-06-22T22:10:44.484Z Compiling hashbrown v0.13.2
26292026-06-22T22:10:44.505Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26302026-06-22T22:10:44.529Z Compiling scheduled-thread-pool v0.2.7
26312026-06-22T22:10:44.681Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26322026-06-22T22:10:45.094Z Compiling dsl_auto_type v0.2.0
26332026-06-22T22:10:45.127Z Compiling diesel_table_macro_syntax v0.3.0
26342026-06-22T22:10:45.358Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26352026-06-22T22:10:45.595Z Compiling crc-any v2.5.0
26362026-06-22T22:10:45.649Z Compiling tiny-keccak v2.0.2
26372026-06-22T22:10:45.988Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-22T22:10:46.026Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-06-22T22:10:46.293Z Compiling object v0.30.4
26402026-06-22T22:10:46.720Z Compiling r2d2 v0.8.10
26412026-06-22T22:10:46.984Z Compiling term v0.7.0
26422026-06-22T22:10:47.122Z Compiling bit-vec v0.6.3
26432026-06-22T22:10:47.301Z Compiling xshell-macros v0.2.7
26442026-06-22T22:10:47.395Z Compiling path-slash v0.1.5
26452026-06-22T22:10:47.422Z Compiling downcast-rs v2.0.2
26462026-06-22T22:10:47.511Z Compiling bit-set v0.5.3
26472026-06-22T22:10:47.567Z Compiling ascii-canvas v3.0.0
26482026-06-22T22:10:47.699Z Compiling xshell v0.2.7
26492026-06-22T22:10:47.845Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-06-22T22:10:47.966Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26512026-06-22T22:10:48.476Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-06-22T22:10:48.793Z Compiling itertools v0.10.5
26532026-06-22T22:10:49.015Z Compiling ena v0.14.4
26542026-06-22T22:10:49.262Z Compiling libloading v0.8.9
26552026-06-22T22:10:49.491Z Compiling regex-syntax v0.6.29
26562026-06-22T22:10:49.876Z Compiling diff v0.1.13
26572026-06-22T22:10:50.124Z Compiling crc8 v0.1.1
26582026-06-22T22:10:50.145Z Compiling unicase v2.9.0
26592026-06-22T22:10:50.268Z Compiling bindgen v0.71.1
26602026-06-22T22:10:50.440Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26612026-06-22T22:10:50.485Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26622026-06-22T22:10:50.580Z Compiling diesel v2.3.7
26632026-06-22T22:10:50.635Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26642026-06-22T22:10:51.161Z Compiling lalrpop v0.19.12
26652026-06-22T22:10:51.244Z Compiling cexpr v0.6.0
26662026-06-22T22:10:51.384Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26672026-06-22T22:10:51.653Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26682026-06-22T22:10:51.713Z Compiling rustc-hash v2.1.1
26692026-06-22T22:10:51.815Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26702026-06-22T22:10:51.837Z Compiling headers-core v0.3.0
26712026-06-22T22:10:51.885Z Compiling libxml v0.3.3
26722026-06-22T22:10:51.906Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26732026-06-22T22:10:51.908Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-06-22T22:10:52.056Z Compiling headers v0.4.1
26752026-06-22T22:10:52.193Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-06-22T22:10:52.417Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26772026-06-22T22:10:52.494Z Compiling git-stub v1.0.0
26782026-06-22T22:10:52.761Z Compiling strum_macros v0.24.3
26792026-06-22T22:10:52.882Z Compiling indoc v1.0.9
26802026-06-22T22:10:53.097Z Compiling git-stub-vcs v0.1.0
26812026-06-22T22:10:53.458Z Compiling progenitor-impl v0.13.0
26822026-06-22T22:10:53.480Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-06-22T22:10:53.708Z Compiling derive_builder v0.20.2
26842026-06-22T22:10:53.734Z Compiling oso-derive v0.27.3
26852026-06-22T22:10:53.888Z Compiling quick-xml v0.37.5
26862026-06-22T22:10:54.009Z Compiling impl-trait-for-tuples v0.2.3
26872026-06-22T22:10:54.239Z Compiling openssl-probe v0.1.6
26882026-06-22T22:10:54.299Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-06-22T22:10:54.540Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26902026-06-22T22:10:54.623Z Compiling progenitor-client v0.13.0
26912026-06-22T22:10:55.007Z Compiling half v1.8.3
26922026-06-22T22:10:55.171Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-06-22T22:10:55.221Z Compiling bb8 v0.8.6
26942026-06-22T22:10:55.288Z Compiling serde_cbor v0.11.2
26952026-06-22T22:10:55.411Z Compiling trait-variant v0.1.2
26962026-06-22T22:10:55.491Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-22T22:10:55.616Z Compiling progenitor-macro v0.13.0
26982026-06-22T22:10:55.638Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26992026-06-22T22:10:55.958Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27002026-06-22T22:10:55.985Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27012026-06-22T22:10:56.214Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-06-22T22:10:56.308Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-06-22T22:10:56.488Z Compiling typify-impl v0.4.3
27042026-06-22T22:10:56.515Z Compiling fxhash v0.2.1
27052026-06-22T22:10:56.551Z Compiling libz-sys v1.1.24
27062026-06-22T22:10:56.646Z Compiling samael v0.0.19
27072026-06-22T22:10:56.689Z Compiling salty v0.3.0
27082026-06-22T22:10:56.969Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27092026-06-22T22:10:56.992Z Compiling nonempty v0.12.0
27102026-06-22T22:10:57.695Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27112026-06-22T22:10:57.726Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27122026-06-22T22:10:57.749Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27132026-06-22T22:10:58.038Z Compiling kstat-rs v0.2.4
27142026-06-22T22:10:58.127Z Compiling arc-swap v1.8.2
27152026-06-22T22:10:58.507Z Compiling fs-err v2.11.0
27162026-06-22T22:10:58.651Z Compiling polar-core v0.27.3
27172026-06-22T22:10:58.768Z Compiling mime_guess v2.0.5
27182026-06-22T22:10:58.885Z Compiling slog-scope v4.4.1
27192026-06-22T22:10:59.290Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-06-22T22:10:59.340Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-06-22T22:10:59.693Z Compiling progenitor v0.13.0
27222026-06-22T22:10:59.878Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27232026-06-22T22:10:59.931Z Compiling typify-macro v0.4.3
27242026-06-22T22:11:00.602Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27252026-06-22T22:11:00.895Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27262026-06-22T22:11:01.006Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-06-22T22:11:01.069Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-06-22T22:11:01.408Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
27292026-06-22T22:11:01.582Z Compiling nanorand v0.7.0
27302026-06-22T22:11:01.913Z Compiling darling_core v0.23.0
27312026-06-22T22:11:01.947Z Compiling libgit2-sys v0.18.3+1.9.2
27322026-06-22T22:11:02.193Z Compiling parking_lot_core v0.8.6
27332026-06-22T22:11:02.502Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
27342026-06-22T22:11:02.843Z Compiling flume v0.11.1
27352026-06-22T22:11:03.246Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-06-22T22:11:03.929Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-06-22T22:11:03.993Z Compiling slog-stdlog v4.1.1
27382026-06-22T22:11:04.100Z Compiling darling_macro v0.23.0
27392026-06-22T22:11:04.593Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27402026-06-22T22:11:04.618Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27412026-06-22T22:11:05.620Z Compiling primeorder v0.13.6
27422026-06-22T22:11:05.823Z Compiling atty v0.2.14
27432026-06-22T22:11:05.953Z Compiling strsim v0.10.0
27442026-06-22T22:11:05.980Z Compiling http-range v0.1.5
27452026-06-22T22:11:06.266Z Compiling parse-size v1.1.0
27462026-06-22T22:11:06.318Z Compiling instability v0.3.11
27472026-06-22T22:11:06.455Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27482026-06-22T22:11:06.493Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27492026-06-22T22:11:06.593Z Compiling darling_core v0.13.4
27502026-06-22T22:11:06.719Z Compiling p384 v0.13.1
27512026-06-22T22:11:08.281Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-06-22T22:11:09.776Z Compiling oso v0.27.3
27532026-06-22T22:11:10.533Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27542026-06-22T22:11:10.679Z Compiling diesel-dtrace v0.5.0
27552026-06-22T22:11:10.947Z Compiling async-bb8-diesel v0.2.1
27562026-06-22T22:11:11.013Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27572026-06-22T22:11:11.551Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27582026-06-22T22:11:12.680Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27592026-06-22T22:11:12.877Z Compiling darling v0.23.0
27602026-06-22T22:11:12.996Z Compiling slog-envlogger v2.2.0
27612026-06-22T22:11:14.212Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
27622026-06-22T22:11:14.669Z Compiling typify v0.4.3
27632026-06-22T22:11:14.808Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27642026-06-22T22:11:15.551Z Compiling ignore v0.4.25
27652026-06-22T22:11:16.257Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-06-22T22:11:17.053Z Compiling castaway v0.2.4
27672026-06-22T22:11:17.219Z Compiling vergen-git2 v9.1.0
27682026-06-22T22:11:17.406Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27692026-06-22T22:11:17.453Z Compiling indoc v2.0.7
27702026-06-22T22:11:17.742Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-06-22T22:11:17.768Z Compiling compact_str v0.8.1
27722026-06-22T22:11:18.157Z Compiling globwalk v0.9.1
27732026-06-22T22:11:18.312Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27742026-06-22T22:11:18.377Z Compiling progenitor-impl v0.11.2
27752026-06-22T22:11:18.628Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27762026-06-22T22:11:18.832Z Compiling parking_lot v0.11.2
27772026-06-22T22:11:18.860Z Compiling hyper-staticfile v0.10.1
27782026-06-22T22:11:19.757Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-06-22T22:11:19.969Z Compiling darling_macro v0.13.4
27802026-06-22T22:11:20.391Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27812026-06-22T22:11:20.460Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-06-22T22:11:20.519Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27832026-06-22T22:11:20.542Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27842026-06-22T22:11:20.990Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27852026-06-22T22:11:21.069Z Compiling predicates-tree v1.0.13
27862026-06-22T22:11:21.252Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27872026-06-22T22:11:21.485Z Compiling unicode-truncate v1.1.0
27882026-06-22T22:11:21.534Z Compiling lru v0.12.5
27892026-06-22T22:11:21.699Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-06-22T22:11:21.766Z Compiling rand_seeder v0.4.0
27912026-06-22T22:11:22.025Z Compiling prefix-trie v0.7.0
27922026-06-22T22:11:22.049Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-06-22T22:11:22.259Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27942026-06-22T22:11:22.492Z Compiling illumos-nvpair-sys v0.2.0
27952026-06-22T22:11:22.531Z Compiling rustls v0.21.12
27962026-06-22T22:11:22.557Z Compiling corncobs v0.1.4
27972026-06-22T22:11:22.579Z Compiling cassowary v0.3.0
27982026-06-22T22:11:22.756Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-06-22T22:11:22.830Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-06-22T22:11:22.851Z Compiling hickory-server v0.25.2
28012026-06-22T22:11:22.876Z Compiling ratatui v0.29.0
28022026-06-22T22:11:22.902Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-06-22T22:11:23.141Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-06-22T22:11:23.170Z Compiling camino-tempfile-ext v0.3.3
28052026-06-22T22:11:23.514Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28062026-06-22T22:11:23.723Z Compiling progenitor-macro v0.11.2
28072026-06-22T22:11:23.753Z Compiling darling v0.13.4
28082026-06-22T22:11:23.825Z Compiling sled v0.34.7
28092026-06-22T22:11:24.402Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28102026-06-22T22:11:26.384Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28112026-06-22T22:11:27.517Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28122026-06-22T22:11:27.689Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28132026-06-22T22:11:27.875Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-06-22T22:11:27.984Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28152026-06-22T22:11:28.059Z Compiling git2 v0.20.4
28162026-06-22T22:11:28.121Z Compiling progenitor-client v0.11.2
28172026-06-22T22:11:28.261Z Compiling sct v0.7.1
28182026-06-22T22:11:28.542Z Compiling rustls-webpki v0.101.7
28192026-06-22T22:11:28.565Z Compiling secrecy v0.8.0
28202026-06-22T22:11:28.703Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28212026-06-22T22:11:30.211Z Compiling progenitor v0.11.2
28222026-06-22T22:11:30.763Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28232026-06-22T22:11:30.845Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28242026-06-22T22:11:31.088Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28252026-06-22T22:11:31.123Z Compiling serde_with_macros v1.5.2
28262026-06-22T22:11:31.826Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28272026-06-22T22:11:31.957Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28282026-06-22T22:11:32.559Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-06-22T22:11:33.425Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28302026-06-22T22:11:33.486Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28312026-06-22T22:11:34.124Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28322026-06-22T22:11:34.351Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28332026-06-22T22:11:34.461Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28342026-06-22T22:11:34.576Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28352026-06-22T22:11:34.700Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28362026-06-22T22:11:34.815Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28372026-06-22T22:11:35.046Z Compiling void v1.0.2
28382026-06-22T22:11:35.202Z Compiling lzss v0.8.2
28392026-06-22T22:11:35.667Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28402026-06-22T22:11:36.224Z Compiling illumos-nvpair v0.3.0
28412026-06-22T22:11:36.714Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-06-22T22:11:37.030Z Compiling serde_with v1.14.0
28432026-06-22T22:11:38.194Z Compiling tokio-rustls v0.24.1
28442026-06-22T22:11:38.478Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28452026-06-22T22:11:38.633Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28462026-06-22T22:11:39.092Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28472026-06-22T22:11:39.401Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-06-22T22:11:40.258Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28492026-06-22T22:11:40.584Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28502026-06-22T22:11:40.631Z Compiling tungstenite v0.23.0
28512026-06-22T22:11:40.839Z Compiling rustls-pemfile v1.0.4
28522026-06-22T22:11:40.981Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28532026-06-22T22:11:41.273Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28542026-06-22T22:11:41.502Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28552026-06-22T22:11:41.527Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28562026-06-22T22:11:41.737Z Compiling nix v0.27.1
28572026-06-22T22:11:42.957Z Compiling twox-hash v2.1.2
28582026-06-22T22:11:43.032Z Compiling serde_bytes v0.11.19
28592026-06-22T22:11:43.111Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28602026-06-22T22:11:43.336Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28612026-06-22T22:11:43.490Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28622026-06-22T22:11:43.576Z Compiling tokio-tungstenite v0.23.1
28632026-06-22T22:11:43.696Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28642026-06-22T22:11:43.949Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28652026-06-22T22:11:44.149Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28662026-06-22T22:11:45.930Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28672026-06-22T22:11:47.389Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28682026-06-22T22:11:47.449Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28692026-06-22T22:11:48.073Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28702026-06-22T22:11:48.283Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28712026-06-22T22:11:48.445Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28722026-06-22T22:11:48.505Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-06-22T22:11:49.044Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-06-22T22:11:49.114Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28752026-06-22T22:11:49.337Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28762026-06-22T22:11:51.053Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28772026-06-22T22:11:52.012Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-06-22T22:11:52.742Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28792026-06-22T22:11:53.056Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28802026-06-22T22:11:53.657Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28812026-06-22T22:11:54.367Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28822026-06-22T22:11:54.743Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28832026-06-22T22:11:55.832Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28842026-06-22T22:11:55.892Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28852026-06-22T22:11:55.951Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28862026-06-22T22:11:56.159Z Compiling signal-hook-tokio v0.3.1
28872026-06-22T22:11:56.336Z Compiling fatfs v0.3.6
28882026-06-22T22:11:56.363Z Compiling yasna v0.5.2
28892026-06-22T22:11:56.416Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28902026-06-22T22:11:56.524Z Compiling seq-macro v0.3.6
28912026-06-22T22:11:56.870Z Compiling is_ci v1.2.0
28922026-06-22T22:11:57.014Z Compiling assert_matches v1.5.0
28932026-06-22T22:11:57.085Z Compiling supports-color v3.0.2
28942026-06-22T22:11:57.128Z Compiling rcgen v0.12.1
28952026-06-22T22:11:57.378Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28962026-06-22T22:11:57.621Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28972026-06-22T22:11:58.010Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28982026-06-22T22:11:58.896Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28992026-06-22T22:11:59.126Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29002026-06-22T22:11:59.357Z Compiling rtoolbox v0.0.3
29012026-06-22T22:11:59.487Z Compiling subprocess v0.2.15
29022026-06-22T22:11:59.634Z Compiling rpassword v7.4.0
29032026-06-22T22:11:59.912Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29042026-06-22T22:12:00.149Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29052026-06-22T22:12:01.496Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29062026-06-22T22:12:01.640Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29072026-06-22T22:12:01.718Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29082026-06-22T22:12:01.742Z Compiling tui-tree-widget v0.23.1
29092026-06-22T22:12:02.046Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29102026-06-22T22:12:02.085Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29112026-06-22T22:12:02.638Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29122026-06-22T22:12:04.121Z Compiling uzers v0.12.2
29132026-06-22T22:12:04.965Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29142026-06-22T22:12:05.235Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29152026-06-22T22:12:06.251Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29162026-06-22T22:12:08.059Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29172026-06-22T22:12:10.786Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29182026-06-22T22:12:11.390Z Compiling support-bundle-viewer v0.1.2
29192026-06-22T22:12:13.286Z Compiling multimap v0.10.1
29202026-06-22T22:12:17.625Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29212026-06-22T22:12:26.944Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29222026-06-22T22:12:33.988Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29232026-06-22T22:12:34.128Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29242026-06-22T22:12:36.408Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29252026-06-22T22:18:55.328Z Finished `release` profile [optimized] target(s) in 8m 37s
29262026-06-22T22:19:42.657Z
29272026-06-22T22:19:42.657Zreal 9:26.186806342
29282026-06-22T22:19:42.657Zuser 1:19:43.420232877
29292026-06-22T22:19:42.660Zsys 3:38.375528918
29302026-06-22T22:19:42.660Ztrap 1.785068325
29312026-06-22T22:19:42.660Ztflt 4.925989050
29322026-06-22T22:19:42.660Zdflt 20.050451308
29332026-06-22T22:19:42.660Zkflt 0.141913653
29342026-06-22T22:19:42.660Zlock 7:00:03.268881327
29352026-06-22T22:19:42.660Zslp 2:18:04.083604850
29362026-06-22T22:19:42.660Zlat 2:23.049923589
29372026-06-22T22:19:42.660Zstop 5:17.608697666
29382026-06-22T22:19:42.660Z+ mapfile -t packages
29392026-06-22T22:19:42.660Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29402026-06-22T22:19:43.613Z Finished `release` profile [optimized] target(s) in 0.94s
29412026-06-22T22:19:43.687Z Running `target/release/omicron-package -t test list-outputs`
29422026-06-22T22:19:43.748ZLogging to: /work/oxidecomputer/omicron/out/LOG
29432026-06-22T22:19:43.751Z+ ptime -m cargo build --locked --release -p xtask
29442026-06-22T22:19:44.293Z Compiling libc v0.2.185
29452026-06-22T22:19:44.293Z Compiling serde v1.0.228
29462026-06-22T22:19:44.297Z Compiling serde_core v1.0.228
29472026-06-22T22:19:44.297Z Compiling rustix v1.1.3
29482026-06-22T22:19:44.405Z Compiling serde_json v1.0.149
29492026-06-22T22:19:44.410Z Compiling bitflags v2.11.0
29502026-06-22T22:19:44.437Z Compiling num-traits v0.2.19
29512026-06-22T22:19:44.446Z Compiling syn v2.0.117
29522026-06-22T22:19:44.457Z Compiling smallvec v1.15.1
29532026-06-22T22:19:44.478Z Compiling usdt-impl v0.5.0
29542026-06-22T22:19:44.483Z Compiling indexmap v2.14.0
29552026-06-22T22:19:44.503Z Compiling syn v1.0.109
29562026-06-22T22:19:44.518Z Compiling log v0.4.29
29572026-06-22T22:19:44.530Z Compiling getrandom v0.4.1
29582026-06-22T22:19:44.680Z Compiling percent-encoding v2.3.2
29592026-06-22T22:19:44.830Z Compiling form_urlencoded v1.2.2
29602026-06-22T22:19:44.906Z Compiling fs-err v3.3.0
29612026-06-22T22:19:44.909Z Compiling anyhow v1.0.102
29622026-06-22T22:19:44.909Z Compiling once_cell v1.21.3
29632026-06-22T22:19:44.931Z Compiling heck v0.4.1
29642026-06-22T22:19:45.112Z Compiling thread-id v4.2.2
29652026-06-22T22:19:45.147Z Compiling errno v0.3.14
29662026-06-22T22:19:45.171Z Compiling memmap v0.7.0
29672026-06-22T22:19:45.462Z Compiling ordered-float v2.10.1
29682026-06-22T22:19:46.000Z Compiling proc-macro-error v1.0.4
29692026-06-22T22:19:46.168Z Compiling terminal_size v0.4.3
29702026-06-22T22:19:46.168Z Compiling tempfile v3.25.0
29712026-06-22T22:19:46.250Z Compiling tabled_derive v0.7.0
29722026-06-22T22:19:46.262Z Compiling clap_builder v4.6.0
29732026-06-22T22:19:46.266Z Compiling textwrap v0.16.2
29742026-06-22T22:19:46.396Z Compiling camino-tempfile v1.4.1
29752026-06-22T22:19:46.924Z Compiling tabled v0.15.0
29762026-06-22T22:19:46.937Z Compiling synstructure v0.13.2
29772026-06-22T22:19:46.940Z Compiling pest_generator v2.8.6
29782026-06-22T22:19:47.322Z Compiling serde_derive v1.0.228
29792026-06-22T22:19:47.326Z Compiling zerovec-derive v0.11.2
29802026-06-22T22:19:47.326Z Compiling displaydoc v0.2.5
29812026-06-22T22:19:47.326Z Compiling thiserror-impl v1.0.69
29822026-06-22T22:19:47.326Z Compiling zerocopy-derive v0.7.35
29832026-06-22T22:19:47.326Z Compiling scroll_derive v0.12.1
29842026-06-22T22:19:47.326Z Compiling thiserror-impl v2.0.18
29852026-06-22T22:19:47.326Z Compiling clap_derive v4.6.1
29862026-06-22T22:19:47.339Z Compiling zerofrom-derive v0.1.6
29872026-06-22T22:19:47.358Z Compiling yoke-derive v0.8.1
29882026-06-22T22:19:47.470Z Compiling pest_derive v2.8.6
29892026-06-22T22:19:48.108Z Compiling scroll v0.12.0
29902026-06-22T22:19:48.249Z Compiling zerocopy v0.7.35
29912026-06-22T22:19:48.373Z Compiling goblin v0.8.2
29922026-06-22T22:19:48.487Z Compiling zerofrom v0.1.6
29932026-06-22T22:19:48.603Z Compiling yoke v0.8.1
29942026-06-22T22:19:48.630Z Compiling thiserror v1.0.69
29952026-06-22T22:19:48.656Z Compiling thiserror v2.0.18
29962026-06-22T22:19:48.758Z Compiling dtrace-parser v0.2.0
29972026-06-22T22:19:48.824Z Compiling zerovec v0.11.5
29982026-06-22T22:19:48.827Z Compiling zerotrie v0.2.3
29992026-06-22T22:19:49.036Z Compiling clap v4.6.1
30002026-06-22T22:19:49.397Z Compiling tinystr v0.8.2
30012026-06-22T22:19:49.458Z Compiling potential_utf v0.1.4
30022026-06-22T22:19:49.630Z Compiling icu_locale_core v2.1.1
30032026-06-22T22:19:49.666Z Compiling icu_collections v2.1.1
30042026-06-22T22:19:50.421Z Compiling icu_provider v2.1.1
30052026-06-22T22:19:50.846Z Compiling icu_properties v2.1.2
30062026-06-22T22:19:50.846Z Compiling icu_normalizer v2.1.1
30072026-06-22T22:19:51.104Z Compiling toml_datetime v0.6.11
30082026-06-22T22:19:51.181Z Compiling serde_spanned v0.6.9
30092026-06-22T22:19:51.217Z Compiling dof v0.3.0
30102026-06-22T22:19:51.262Z Compiling serde_tokenstream v0.2.3
30112026-06-22T22:19:51.319Z Compiling toml_edit v0.22.27
30122026-06-22T22:19:51.333Z Compiling serde-value v0.7.0
30132026-06-22T22:19:51.345Z Compiling cargo-platform v0.2.0
30142026-06-22T22:19:51.370Z Compiling macaddr v1.0.1
30152026-06-22T22:19:51.773Z Compiling idna_adapter v1.2.1
30162026-06-22T22:19:51.907Z Compiling idna v1.1.0
30172026-06-22T22:19:52.019Z Compiling usdt-macro v0.5.0
30182026-06-22T22:19:52.059Z Compiling usdt-attr-macro v0.5.0
30192026-06-22T22:19:52.383Z Compiling url v2.5.8
30202026-06-22T22:19:52.714Z Compiling usdt v0.5.0
30212026-06-22T22:19:52.850Z Compiling toml v0.8.23
30222026-06-22T22:19:53.285Z Compiling cargo-util-schemas v0.8.2
30232026-06-22T22:19:53.285Z Compiling cargo_toml v0.21.0
30242026-06-22T22:19:54.294Z Compiling cargo_metadata v0.21.0
30252026-06-22T22:19:57.372Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30262026-06-22T22:20:00.359Z Finished `release` profile [optimized] target(s) in 16.59s
30272026-06-22T22:20:00.485Z
30282026-06-22T22:20:00.485Zreal 16.697359578
30292026-06-22T22:20:00.485Zuser 2:21.303331130
30302026-06-22T22:20:00.485Zsys 17.037117024
30312026-06-22T22:20:00.485Ztrap 0.083327294
30322026-06-22T22:20:00.485Ztflt 0.469555101
30332026-06-22T22:20:00.488Zdflt 1.674630658
30342026-06-22T22:20:00.488Zkflt 0.000040230
30352026-06-22T22:20:00.488Zlock 5:17.081302921
30362026-06-22T22:20:00.488Zslp 3:24.133151220
30372026-06-22T22:20:00.489Zlat 5.724341674
30382026-06-22T22:20:00.489Zstop 19.973565333
30392026-06-22T22:20:00.489Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30402026-06-22T22:20:00.489Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30412026-06-22T22:20:00.489Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30422026-06-22T22:20:00.489Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30432026-06-22T22:20:00.489Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30442026-06-22T22:20:01.449Z Compiling progenitor-client v0.14.0
30452026-06-22T22:20:01.449Z Compiling newtype-uuid-macros v0.1.0
30462026-06-22T22:20:01.452Z Compiling structmeta-derive v0.3.0
30472026-06-22T22:20:01.452Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30482026-06-22T22:20:01.452Z Compiling rustls v0.22.4
30492026-06-22T22:20:01.625Z Compiling rustls-webpki v0.102.8
30502026-06-22T22:20:01.642Z Compiling multer v3.1.0
30512026-06-22T22:20:01.645Z Compiling match_cfg v0.1.0
30522026-06-22T22:20:01.645Z Compiling compression-core v0.4.31
30532026-06-22T22:20:01.645Z Compiling debug-ignore v1.0.5
30542026-06-22T22:20:01.645Z Compiling atomicwrites v0.4.4
30552026-06-22T22:20:01.656Z Compiling slog-json v2.6.1
30562026-06-22T22:20:01.774Z Compiling async-stream-impl v0.3.6
30572026-06-22T22:20:01.777Z Compiling serde_spanned v1.0.4
30582026-06-22T22:20:01.777Z Compiling hostname v0.3.1
30592026-06-22T22:20:01.791Z Compiling toml_datetime v1.0.0+spec-1.1.0
30602026-06-22T22:20:01.825Z Compiling dropshot v0.17.0
30612026-06-22T22:20:01.858Z Compiling toml_writer v1.0.6+spec-1.1.0
30622026-06-22T22:20:01.876Z Compiling compression-codecs v0.4.37
30632026-06-22T22:20:01.910Z Compiling itertools v0.14.0
30642026-06-22T22:20:01.913Z Compiling waitgroup v0.1.2
30652026-06-22T22:20:01.930Z Compiling slog-bunyan v2.5.0
30662026-06-22T22:20:01.987Z Compiling rustls-pemfile v2.2.0
30672026-06-22T22:20:01.990Z Compiling dropshot_endpoint v0.17.0
30682026-06-22T22:20:01.990Z Compiling serde_path_to_error v0.1.20
30692026-06-22T22:20:02.120Z Compiling async-compression v0.4.41
30702026-06-22T22:20:02.120Z Compiling toml v1.0.6+spec-1.1.0
30712026-06-22T22:20:02.127Z Compiling hostname v0.4.2
30722026-06-22T22:20:02.154Z Compiling regress v0.10.5
30732026-06-22T22:20:02.251Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30742026-06-22T22:20:02.255Z Compiling macaddr v1.0.1
30752026-06-22T22:20:02.294Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30762026-06-22T22:20:02.395Z Compiling instant v0.1.13
30772026-06-22T22:20:02.415Z Compiling async-stream v0.3.6
30782026-06-22T22:20:02.418Z Compiling backon v1.6.0
30792026-06-22T22:20:02.418Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30802026-06-22T22:20:02.470Z Compiling progenitor-client v0.10.0
30812026-06-22T22:20:02.509Z Compiling backoff v0.4.0
30822026-06-22T22:20:02.528Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30832026-06-22T22:20:02.548Z Compiling humantime v2.3.0
30842026-06-22T22:20:02.551Z Compiling universal-hash v0.5.1
30852026-06-22T22:20:02.583Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30862026-06-22T22:20:02.616Z Compiling opaque-debug v0.3.1
30872026-06-22T22:20:02.680Z Compiling progenitor-extras v0.2.0
30882026-06-22T22:20:02.708Z Compiling half v2.7.1
30892026-06-22T22:20:02.727Z Compiling ciborium-io v0.2.2
30902026-06-22T22:20:02.744Z Compiling structmeta v0.3.0
30912026-06-22T22:20:02.747Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30922026-06-22T22:20:02.779Z Compiling crucible-workspace-hack v0.1.0
30932026-06-22T22:20:02.801Z Compiling convert_case v0.4.0
30942026-06-22T22:20:02.841Z Compiling aead v0.5.2
30952026-06-22T22:20:02.859Z Compiling secrecy v0.10.3
30962026-06-22T22:20:02.886Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30972026-06-22T22:20:02.915Z Compiling poly1305 v0.8.0
30982026-06-22T22:20:02.958Z Compiling chacha20 v0.9.1
30992026-06-22T22:20:02.992Z Compiling derive-ex v0.1.8
31002026-06-22T22:20:03.009Z Compiling parse-display-derive v0.10.0
31012026-06-22T22:20:03.039Z Compiling ciborium-ll v0.2.2
31022026-06-22T22:20:03.075Z Compiling regress v0.11.1
31032026-06-22T22:20:03.179Z Compiling unsafe-libyaml v0.2.11
31042026-06-22T22:20:03.197Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31052026-06-22T22:20:03.200Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31062026-06-22T22:20:03.236Z Compiling derive_more v0.99.20
31072026-06-22T22:20:03.251Z Compiling ciborium v0.2.2
31082026-06-22T22:20:03.270Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31092026-06-22T22:20:03.295Z Compiling thiserror-impl-no-std v2.0.2
31102026-06-22T22:20:03.433Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31112026-06-22T22:20:03.514Z Compiling byte-wrapper v0.1.0
31122026-06-22T22:20:03.608Z Compiling password-hash v0.5.0
31132026-06-22T22:20:03.626Z Compiling blake2 v0.10.6
31142026-06-22T22:20:03.700Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31152026-06-22T22:20:03.808Z Compiling serde_yaml v0.9.34+deprecated
31162026-06-22T22:20:03.858Z Compiling toml_datetime v0.7.5+spec-1.1.0
31172026-06-22T22:20:03.895Z Compiling argon2 v0.5.3
31182026-06-22T22:20:03.911Z Compiling tokio-rustls v0.25.0
31192026-06-22T22:20:03.957Z Compiling chacha20poly1305 v0.10.1
31202026-06-22T22:20:04.049Z Compiling toml_edit v0.23.10+spec-1.0.0
31212026-06-22T22:20:04.172Z Compiling indent_write v2.2.0
31222026-06-22T22:20:04.195Z Compiling heapless v0.8.0
31232026-06-22T22:20:04.252Z Compiling ingot-macros v0.1.1
31242026-06-22T22:20:04.342Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31252026-06-22T22:20:04.575Z Compiling thiserror-no-std v2.0.2
31262026-06-22T22:20:04.650Z Compiling proc-macro-crate v3.4.0
31272026-06-22T22:20:04.692Z Compiling typify-impl v0.6.2
31282026-06-22T22:20:04.727Z Compiling vsss-rs v3.3.4
31292026-06-22T22:20:04.795Z Compiling parse-display v0.10.0
31302026-06-22T22:20:04.813Z Compiling test-strategy v0.4.5
31312026-06-22T22:20:05.146Z Compiling tabwriter v1.4.1
31322026-06-22T22:20:05.165Z Compiling hash32 v0.3.1
31332026-06-22T22:20:05.187Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31342026-06-22T22:20:05.251Z Compiling num_enum_derive v0.7.6
31352026-06-22T22:20:05.347Z Compiling smoltcp v0.11.0
31362026-06-22T22:20:05.413Z Compiling num-rational v0.4.2
31372026-06-22T22:20:05.462Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31382026-06-22T22:20:05.485Z Compiling cobs v0.3.0
31392026-06-22T22:20:05.533Z Compiling num-complex v0.4.6
31402026-06-22T22:20:05.594Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31412026-06-22T22:20:05.719Z Compiling colored v3.1.1
31422026-06-22T22:20:05.767Z Compiling postcard v1.1.3
31432026-06-22T22:20:05.836Z Compiling proc-macro-error v1.0.4
31442026-06-22T22:20:05.857Z Compiling proc-macro-crate v1.3.1
31452026-06-22T22:20:05.905Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31462026-06-22T22:20:05.946Z Compiling num v0.4.3
31472026-06-22T22:20:06.037Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31482026-06-22T22:20:06.054Z Compiling foreign-types-macros v0.2.3
31492026-06-22T22:20:06.117Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31502026-06-22T22:20:06.147Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31512026-06-22T22:20:06.195Z Compiling foreign-types-shared v0.3.1
31522026-06-22T22:20:06.310Z Compiling rayon-core v1.13.0
31532026-06-22T22:20:06.330Z Compiling float-ord v0.3.2
31542026-06-22T22:20:06.333Z Compiling cpufeatures v0.3.0
31552026-06-22T22:20:06.370Z Compiling num_enum_derive v0.5.11
31562026-06-22T22:20:06.391Z Compiling num_enum v0.7.6
31572026-06-22T22:20:06.431Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31582026-06-22T22:20:06.470Z Compiling chacha20 v0.10.0
31592026-06-22T22:20:06.474Z Compiling crossbeam-deque v0.8.6
31602026-06-22T22:20:06.525Z Compiling camino-tempfile v1.4.1
31612026-06-22T22:20:06.563Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31622026-06-22T22:20:06.579Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31632026-06-22T22:20:06.596Z Compiling cstr-argument v0.1.2
31642026-06-22T22:20:06.633Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31652026-06-22T22:20:06.698Z Compiling foreign-types v0.5.0
31662026-06-22T22:20:06.735Z Compiling rand v0.10.0
31672026-06-22T22:20:06.775Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31682026-06-22T22:20:06.814Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31692026-06-22T22:20:06.834Z Compiling toml v0.8.23
31702026-06-22T22:20:06.881Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31712026-06-22T22:20:07.044Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31722026-06-22T22:20:07.064Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31732026-06-22T22:20:07.067Z Compiling zone_cfg_derive v0.3.1
31742026-06-22T22:20:07.099Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31752026-06-22T22:20:07.102Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31762026-06-22T22:20:07.138Z Compiling itertools v0.12.1
31772026-06-22T22:20:07.213Z Compiling rayon v1.11.0
31782026-06-22T22:20:07.234Z Compiling ingot-types v0.1.2
31792026-06-22T22:20:07.259Z Compiling num-derive v0.4.2
31802026-06-22T22:20:07.277Z Compiling sigpipe v0.1.3
31812026-06-22T22:20:07.390Z Compiling glob v0.3.3
31822026-06-22T22:20:07.487Z Compiling num_enum v0.5.11
31832026-06-22T22:20:07.487Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31842026-06-22T22:20:07.535Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31852026-06-22T22:20:07.602Z Compiling ingot v0.1.1
31862026-06-22T22:20:07.644Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31872026-06-22T22:20:07.672Z Compiling smf v0.2.3
31882026-06-22T22:20:07.690Z Compiling whoami v1.6.1
31892026-06-22T22:20:07.764Z Compiling prettyplease v0.2.37
31902026-06-22T22:20:07.790Z Compiling usdt-macro v0.5.0
31912026-06-22T22:20:07.808Z Compiling usdt-attr-macro v0.5.0
31922026-06-22T22:20:07.811Z Compiling gethostname v0.5.0
31932026-06-22T22:20:07.988Z Compiling memmap v0.7.0
31942026-06-22T22:20:08.026Z Compiling derive-where v1.6.0
31952026-06-22T22:20:08.207Z Compiling resolv-conf v0.7.6
31962026-06-22T22:20:08.239Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31972026-06-22T22:20:08.257Z Compiling cancel-safe-futures v0.1.5
31982026-06-22T22:20:08.274Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31992026-06-22T22:20:08.406Z Compiling zone v0.3.1
32002026-06-22T22:20:08.409Z Compiling owo-colors v4.3.0
32012026-06-22T22:20:08.540Z Compiling libsw-core v0.3.2
32022026-06-22T22:20:08.610Z Compiling console v0.15.11
32032026-06-22T22:20:08.685Z Compiling libsw v3.5.0
32042026-06-22T22:20:08.702Z Compiling usdt v0.5.0
32052026-06-22T22:20:08.740Z Compiling hickory-proto v0.24.4
32062026-06-22T22:20:08.855Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32072026-06-22T22:20:08.929Z Compiling newline-converter v0.3.0
32082026-06-22T22:20:08.964Z Compiling linked-hash-map v0.5.6
32092026-06-22T22:20:09.014Z Compiling libefi-sys v0.1.0
32102026-06-22T22:20:09.017Z Compiling linear-map v1.2.0
32112026-06-22T22:20:09.076Z Compiling expectorate v1.2.0
32122026-06-22T22:20:09.132Z Compiling git-stub v1.0.0
32132026-06-22T22:20:09.222Z Compiling lru-cache v0.1.2
32142026-06-22T22:20:09.268Z Compiling bitfield-struct v0.6.2
32152026-06-22T22:20:09.289Z Compiling nom v8.0.0
32162026-06-22T22:20:09.292Z Compiling semver v0.1.20
32172026-06-22T22:20:09.292Z Compiling tokio-dtrace v0.1.1
32182026-06-22T22:20:09.364Z Compiling typify-macro v0.6.2
32192026-06-22T22:20:09.381Z Compiling git-stub-vcs v0.1.0
32202026-06-22T22:20:09.398Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32212026-06-22T22:20:09.492Z Compiling rustc_version v0.1.7
32222026-06-22T22:20:09.535Z Compiling dropshot-api-manager-types v0.7.2
32232026-06-22T22:20:09.615Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32242026-06-22T22:20:09.632Z Compiling slog-dtrace v0.3.0
32252026-06-22T22:20:09.650Z Compiling minimal-lexical v0.2.1
32262026-06-22T22:20:09.704Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-06-22T22:20:09.734Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32282026-06-22T22:20:09.760Z Compiling newtype_derive v0.1.6
32292026-06-22T22:20:09.763Z Compiling oxide-tokio-rt v0.1.4
32302026-06-22T22:20:09.795Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-06-22T22:20:09.814Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32322026-06-22T22:20:09.895Z Compiling nom v7.1.3
32332026-06-22T22:20:09.927Z Compiling phf_shared v0.12.1
32342026-06-22T22:20:09.948Z Compiling csv-core v0.1.13
32352026-06-22T22:20:09.981Z Compiling xshell-macros v0.2.7
32362026-06-22T22:20:09.998Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
32372026-06-22T22:20:10.017Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32382026-06-22T22:20:10.101Z Compiling chrono-tz v0.10.4
32392026-06-22T22:20:10.119Z Compiling highway v1.3.0
32402026-06-22T22:20:10.136Z Compiling const_format_proc_macros v0.2.34
32412026-06-22T22:20:10.246Z Compiling csv v1.4.0
32422026-06-22T22:20:10.343Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32432026-06-22T22:20:10.419Z Compiling xshell v0.2.7
32442026-06-22T22:20:10.444Z Compiling phf v0.12.1
32452026-06-22T22:20:10.592Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-06-22T22:20:10.628Z Compiling primeorder v0.13.6
32472026-06-22T22:20:10.774Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32482026-06-22T22:20:10.825Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32492026-06-22T22:20:10.927Z Compiling hickory-resolver v0.24.4
32502026-06-22T22:20:10.962Z Compiling tabled_derive v0.7.0
32512026-06-22T22:20:10.980Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32522026-06-22T22:20:11.025Z Compiling const_format v0.2.35
32532026-06-22T22:20:11.270Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32542026-06-22T22:20:11.288Z Compiling typify v0.6.2
32552026-06-22T22:20:11.374Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32562026-06-22T22:20:11.393Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32572026-06-22T22:20:11.424Z Compiling progenitor-impl v0.14.0
32582026-06-22T22:20:11.442Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32592026-06-22T22:20:11.677Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
32602026-06-22T22:20:11.720Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32612026-06-22T22:20:11.947Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32622026-06-22T22:20:11.973Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32632026-06-22T22:20:12.059Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32642026-06-22T22:20:12.145Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32652026-06-22T22:20:12.164Z Compiling qorb v0.4.1
32662026-06-22T22:20:12.287Z Compiling bcs v0.1.6
32672026-06-22T22:20:12.308Z Compiling salty v0.3.0
32682026-06-22T22:20:12.372Z Compiling termtree v0.5.1
32692026-06-22T22:20:12.492Z Compiling tagptr v0.2.0
32702026-06-22T22:20:12.571Z Compiling textwrap v0.16.2
32712026-06-22T22:20:12.615Z Compiling tabled v0.15.0
32722026-06-22T22:20:12.636Z Compiling moka v0.12.13
32732026-06-22T22:20:12.675Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32742026-06-22T22:20:12.922Z Compiling steno v0.4.1
32752026-06-22T22:20:13.005Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32762026-06-22T22:20:13.071Z Compiling base64 v0.21.7
32772026-06-22T22:20:13.075Z Compiling radium v0.7.0
32782026-06-22T22:20:13.220Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32792026-06-22T22:20:13.252Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32802026-06-22T22:20:13.427Z Compiling hickory-resolver v0.25.2
32812026-06-22T22:20:13.444Z Compiling p384 v0.13.1
32822026-06-22T22:20:13.464Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32832026-06-22T22:20:13.556Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-06-22T22:20:13.610Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-06-22T22:20:13.873Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862026-06-22T22:20:13.967Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32872026-06-22T22:20:14.025Z Compiling typify-impl v0.4.3
32882026-06-22T22:20:14.153Z Compiling tap v1.0.1
32892026-06-22T22:20:14.193Z Compiling progenitor-macro v0.14.0
32902026-06-22T22:20:14.212Z Compiling maybe-uninit v2.0.0
32912026-06-22T22:20:14.329Z Compiling wyz v0.5.1
32922026-06-22T22:20:14.398Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32932026-06-22T22:20:14.602Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32942026-06-22T22:20:14.619Z Compiling proc-macro-error-attr2 v2.0.0
32952026-06-22T22:20:14.809Z Compiling packed_struct v0.10.1
32962026-06-22T22:20:14.962Z Compiling funty v2.0.0
32972026-06-22T22:20:15.085Z Compiling parking_lot_core v0.8.6
32982026-06-22T22:20:15.103Z Compiling utf-8 v0.7.6
32992026-06-22T22:20:15.121Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33002026-06-22T22:20:15.140Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33012026-06-22T22:20:15.318Z Compiling bitvec v1.0.1
33022026-06-22T22:20:15.401Z Compiling tungstenite v0.21.0
33032026-06-22T22:20:15.440Z Compiling proc-macro-error2 v2.0.1
33042026-06-22T22:20:15.473Z Compiling polyval v0.6.2
33052026-06-22T22:20:15.523Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
33062026-06-22T22:20:15.559Z Compiling num-derive v0.3.3
33072026-06-22T22:20:15.609Z Compiling packed_struct_codegen v0.10.1
33082026-06-22T22:20:15.734Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
33092026-06-22T22:20:15.774Z Compiling zerocopy-derive v0.6.6
33102026-06-22T22:20:15.798Z Compiling bitfield-macros v0.19.4
33112026-06-22T22:20:15.878Z Compiling indexmap v1.9.3
33122026-06-22T22:20:15.936Z Compiling nodrop v0.1.14
33132026-06-22T22:20:16.060Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-06-22T22:20:16.113Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33152026-06-22T22:20:16.290Z Compiling crc-catalog v2.4.0
33162026-06-22T22:20:16.327Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33172026-06-22T22:20:16.401Z Compiling array-init v0.0.4
33182026-06-22T22:20:16.419Z Compiling crc v3.4.0
33192026-06-22T22:20:16.527Z Compiling libscf-sys v1.1.0
33202026-06-22T22:20:16.581Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
33212026-06-22T22:20:16.599Z Compiling bitfield v0.19.4
33222026-06-22T22:20:16.661Z Compiling tokio-tungstenite v0.21.0
33232026-06-22T22:20:16.686Z Compiling zerocopy v0.6.6
33242026-06-22T22:20:16.707Z Compiling tabled_derive v0.11.0
33252026-06-22T22:20:16.785Z Compiling ghash v0.5.1
33262026-06-22T22:20:16.807Z Compiling smallvec v0.6.14
33272026-06-22T22:20:17.019Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-06-22T22:20:17.023Z Compiling papergrid v0.17.0
33292026-06-22T22:20:17.056Z Compiling testing_table v0.3.0
33302026-06-22T22:20:17.059Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-06-22T22:20:17.140Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33322026-06-22T22:20:17.181Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33332026-06-22T22:20:17.252Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33342026-06-22T22:20:17.290Z Compiling ctr v0.9.2
33352026-06-22T22:20:17.338Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-06-22T22:20:17.509Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33372026-06-22T22:20:17.527Z Compiling illumos-nvpair-sys v0.2.0
33382026-06-22T22:20:17.590Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33392026-06-22T22:20:17.608Z Compiling unicase v2.9.0
33402026-06-22T22:20:17.662Z Compiling corncobs v0.1.4
33412026-06-22T22:20:17.684Z Compiling hashbrown v0.12.3
33422026-06-22T22:20:17.797Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-06-22T22:20:17.854Z Compiling aes-gcm v0.10.3
33442026-06-22T22:20:17.875Z Compiling mime_guess v2.0.5
33452026-06-22T22:20:17.878Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-06-22T22:20:17.913Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33472026-06-22T22:20:17.934Z Compiling parking_lot v0.11.2
33482026-06-22T22:20:18.086Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33492026-06-22T22:20:18.205Z Compiling tabled v0.20.0
33502026-06-22T22:20:18.224Z Compiling serde-hex v0.1.0
33512026-06-22T22:20:18.240Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33522026-06-22T22:20:18.356Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33532026-06-22T22:20:18.473Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-06-22T22:20:18.551Z Compiling ron v0.8.1
33552026-06-22T22:20:18.583Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33562026-06-22T22:20:18.640Z Compiling typify-macro v0.4.3
33572026-06-22T22:20:18.695Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33582026-06-22T22:20:18.743Z Compiling hashbrown v0.13.2
33592026-06-22T22:20:18.760Z Compiling progenitor-client v0.11.2
33602026-06-22T22:20:18.935Z Compiling blowfish v0.9.1
33612026-06-22T22:20:19.126Z Compiling prefix-trie v0.7.0
33622026-06-22T22:20:19.247Z Compiling ssh-encoding v0.2.0
33632026-06-22T22:20:19.267Z Compiling fxhash v0.2.1
33642026-06-22T22:20:19.331Z Compiling secrecy v0.8.0
33652026-06-22T22:20:19.413Z Compiling progenitor v0.14.0
33662026-06-22T22:20:19.441Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-06-22T22:20:19.519Z Compiling crc-any v2.5.0
33682026-06-22T22:20:19.552Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
33692026-06-22T22:20:19.581Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33702026-06-22T22:20:19.628Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
33712026-06-22T22:20:19.649Z Compiling hickory-server v0.25.2
33722026-06-22T22:20:19.666Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33732026-06-22T22:20:19.711Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33742026-06-22T22:20:20.108Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33752026-06-22T22:20:20.322Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33762026-06-22T22:20:20.388Z Compiling ssh-cipher v0.2.0
33772026-06-22T22:20:20.431Z Compiling sled v0.34.7
33782026-06-22T22:20:20.589Z Compiling typify v0.4.3
33792026-06-22T22:20:20.723Z Compiling progenitor-impl v0.11.2
33802026-06-22T22:20:20.744Z Compiling object v0.30.4
33812026-06-22T22:20:20.802Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33822026-06-22T22:20:21.008Z Compiling bcrypt-pbkdf v0.10.0
33832026-06-22T22:20:21.030Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33842026-06-22T22:20:21.148Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33852026-06-22T22:20:21.270Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33862026-06-22T22:20:21.341Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33872026-06-22T22:20:21.381Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33882026-06-22T22:20:21.814Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33892026-06-22T22:20:22.175Z Compiling password-hash v0.4.2
33902026-06-22T22:20:22.232Z Compiling http-range v0.1.5
33912026-06-22T22:20:22.403Z Compiling crc8 v0.1.1
33922026-06-22T22:20:22.473Z Compiling path-slash v0.1.5
33932026-06-22T22:20:22.563Z Compiling half v1.8.3
33942026-06-22T22:20:22.566Z Compiling pbkdf2 v0.11.0
33952026-06-22T22:20:22.631Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33962026-06-22T22:20:22.649Z Compiling illumos-nvpair v0.3.0
33972026-06-22T22:20:22.805Z Compiling serde_cbor v0.11.2
33982026-06-22T22:20:22.822Z Compiling ssh-key v0.6.7
33992026-06-22T22:20:23.164Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34002026-06-22T22:20:23.354Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34012026-06-22T22:20:23.357Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34022026-06-22T22:20:23.447Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34032026-06-22T22:20:23.471Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34042026-06-22T22:20:23.655Z Compiling progenitor-macro v0.11.2
34052026-06-22T22:20:23.749Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34062026-06-22T22:20:23.996Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34072026-06-22T22:20:24.178Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-06-22T22:20:24.279Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34092026-06-22T22:20:24.300Z Compiling p256 v0.13.2
34102026-06-22T22:20:24.335Z Compiling p521 v0.13.3
34112026-06-22T22:20:24.357Z Compiling yasna v0.5.2
34122026-06-22T22:20:24.376Z Compiling kstat-rs v0.2.4
34132026-06-22T22:20:24.510Z Compiling headers-core v0.3.0
34142026-06-22T22:20:24.556Z Compiling nanorand v0.7.0
34152026-06-22T22:20:24.669Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34162026-06-22T22:20:24.708Z Compiling atty v0.2.14
34172026-06-22T22:20:24.726Z Compiling russh-cryptovec v0.7.3
34182026-06-22T22:20:24.766Z Compiling md5 v0.7.0
34192026-06-22T22:20:24.851Z Compiling home v0.5.12
34202026-06-22T22:20:24.877Z Compiling rcgen v0.12.1
34212026-06-22T22:20:24.901Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34222026-06-22T22:20:24.950Z Compiling flume v0.11.1
34232026-06-22T22:20:25.030Z Compiling russh-keys v0.45.0
34242026-06-22T22:20:25.082Z Compiling headers v0.4.1
34252026-06-22T22:20:25.103Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-06-22T22:20:25.106Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34272026-06-22T22:20:25.196Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34282026-06-22T22:20:25.305Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34292026-06-22T22:20:25.360Z Compiling hyper-staticfile v0.10.1
34302026-06-22T22:20:25.390Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34312026-06-22T22:20:25.540Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34322026-06-22T22:20:25.665Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34332026-06-22T22:20:25.741Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-06-22T22:20:25.787Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34352026-06-22T22:20:25.805Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34362026-06-22T22:20:25.888Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34372026-06-22T22:20:25.911Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34382026-06-22T22:20:26.154Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34392026-06-22T22:20:26.199Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34402026-06-22T22:20:26.298Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34412026-06-22T22:20:26.430Z Compiling num-bigint v0.4.6
34422026-06-22T22:20:26.482Z Compiling des v0.8.1
34432026-06-22T22:20:26.501Z Compiling subprocess v0.2.15
34442026-06-22T22:20:26.557Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34452026-06-22T22:20:26.603Z Compiling hex-literal v0.4.1
34462026-06-22T22:20:26.693Z Compiling display-error-chain v0.2.2
34472026-06-22T22:20:26.712Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-06-22T22:20:26.749Z Compiling colored v2.2.0
34492026-06-22T22:20:26.749Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-06-22T22:20:26.783Z Compiling socket2 v0.5.10
34512026-06-22T22:20:26.860Z Compiling internet-checksum v0.2.1
34522026-06-22T22:20:27.023Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34532026-06-22T22:20:27.041Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34542026-06-22T22:20:27.612Z Compiling russh v0.45.0
34552026-06-22T22:20:28.063Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34562026-06-22T22:20:28.085Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34572026-06-22T22:20:28.549Z Compiling progenitor v0.11.2
34582026-06-22T22:20:28.676Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34592026-06-22T22:20:30.612Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34602026-06-22T22:20:31.273Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34612026-06-22T22:20:31.750Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34622026-06-22T22:20:33.634Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34632026-06-22T22:20:34.275Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34642026-06-22T22:20:41.707Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34652026-06-22T22:20:41.707Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34662026-06-22T22:20:41.707Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34672026-06-22T22:20:41.707Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34682026-06-22T22:20:43.432Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34692026-06-22T22:20:43.519Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34702026-06-22T22:20:47.640Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34712026-06-22T22:21:26.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34722026-06-22T22:21:26.907Z
34732026-06-22T22:21:26.911Zreal 1:26.357014779
34742026-06-22T22:21:26.911Zuser 8:11.402169236
34752026-06-22T22:21:26.911Zsys 1:44.063769664
34762026-06-22T22:21:26.911Ztrap 0.245699950
34772026-06-22T22:21:26.911Ztflt 0.555035698
34782026-06-22T22:21:26.911Zdflt 1.940315690
34792026-06-22T22:21:26.911Zkflt 0.000239910
34802026-06-22T22:21:26.911Zlock 28:59.627021795
34812026-06-22T22:21:26.911Zslp 18:45.680174522
34822026-06-22T22:21:26.911Zlat 38.998174686
34832026-06-22T22:21:26.911Zstop 2:55.376048424
34842026-06-22T22:21:26.911Z+ mkdir tests
34852026-06-22T22:21:26.914Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34862026-06-22T22:21:26.914Z+ xargs -I '{}' -t cp '{}' tests/
34872026-06-22T22:21:26.935Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7af9757a14aae994 tests/
34882026-06-22T22:21:26.965Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-cfbdd9124170a5a2 tests/
34892026-06-22T22:21:26.996Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-b3459c69714f0f1c tests/
34902026-06-22T22:21:27.027Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9a6d740ba6ab0e99 tests/
34912026-06-22T22:21:27.369Z+ 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-22T22:21:27.372Z+ 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-cfbdd9124170a5a2 tests/commtest-b3459c69714f0f1c tests/dhcp_server-7af9757a14aae994 tests/end_to_end_tests-9a6d740ba6ab0e99 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-22T22:22:49.511ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34942026-06-22T22:22:49.512Za .github/buildomat/ci-env.sh 1K
34952026-06-22T22:22:49.512Za out/target/test 1K
34962026-06-22T22:22:49.512Za out/npuzone/npuzone 27402K
34972026-06-22T22:22:49.512Za package-manifest.toml 35K
34982026-06-22T22:22:49.512Za smf/sled-agent/non-gimlet/config.toml 6K
34992026-06-22T22:22:49.512Za target/release/omicron-package 46204K
35002026-06-22T22:22:49.512Za target/release/xtask 11453K
35012026-06-22T22:22:49.512Za target/debug/bootstrap 354831K
35022026-06-22T22:22:49.512Za tests/bootstrap-cfbdd9124170a5a2 31215K
35032026-06-22T22:22:49.512Za tests/commtest-b3459c69714f0f1c 32300K
35042026-06-22T22:22:49.512Za tests/dhcp_server-7af9757a14aae994 31215K
35052026-06-22T22:22:49.512Za tests/end_to_end_tests-9a6d740ba6ab0e99 395907K
35062026-06-22T22:22:49.512Za tools/opte_version 1K
35072026-06-22T22:22:49.512Za tools/opte_version_override 2K
35082026-06-22T22:22:49.512Za out/clickhouse.tar.gz 321860K
35092026-06-22T22:22:49.512Za out/clickhouse_keeper.tar.gz 306930K
35102026-06-22T22:22:49.512Za out/clickhouse_server.tar.gz 321858K
35112026-06-22T22:22:49.512Za out/cockroachdb.tar.gz 166146K
35122026-06-22T22:22:49.512Za out/crucible-pantry-zone.tar.gz 41128K
35132026-06-22T22:22:49.512Za out/crucible-utils.tar 16478K
35142026-06-22T22:22:49.512Za out/crucible-zone.tar.gz 56698K
35152026-06-22T22:22:49.512Za out/external-dns.tar.gz 51266K
35162026-06-22T22:22:49.512Za out/internal-dns.tar.gz 51266K
35172026-06-22T22:22:49.512Za out/mg-ddm-gz.tar 97916K
35182026-06-22T22:22:49.512Za out/nexus.tar.gz 279563K
35192026-06-22T22:22:49.513Za out/ntp.tar.gz 32802K
35202026-06-22T22:22:49.513Za out/omicron-gateway-softnpu.tar.gz 29550K
35212026-06-22T22:22:49.513Za out/omicron-sled-agent.tar 206463K
35222026-06-22T22:22:49.513Za out/overlay.tar.gz 3K
35232026-06-22T22:22:49.513Za out/oximeter.tar.gz 68161K
35242026-06-22T22:22:49.513Za out/oxlog.tar 3782K
35252026-06-22T22:22:49.513Za out/probe.tar.gz 3037K
35262026-06-22T22:22:49.513Za out/propolis-server.tar.gz 34918K
35272026-06-22T22:22:49.513Za out/pumpkind-gz.tar 26647K
35282026-06-22T22:22:49.513Za out/switch-softnpu.tar.gz 454331K
35292026-06-22T22:22:49.516Z
35302026-06-22T22:22:49.517Zreal 1:22.141986913
35312026-06-22T22:22:49.517Zuser 1:19.430806530
35322026-06-22T22:22:49.517Zsys 4.533655098
35332026-06-22T22:22:49.517Ztrap 0.006197234
35342026-06-22T22:22:49.517Ztflt 0.000000000
35352026-06-22T22:22:49.517Zdflt 0.000000000
35362026-06-22T22:22:49.517Zkflt 0.000000000
35372026-06-22T22:22:49.517Zlock 0.000000000
35382026-06-22T22:22:49.517Zslp 1:19.309724828
35392026-06-22T22:22:49.517Zlat 0.998252842
35402026-06-22T22:22:49.517Zstop 0.000526750
35412026-06-22T22:22:49.517Zprocess exited: duration 984401 ms, exit code 0
 
35422026-06-22T22:22:49.531Zfound 1 output files
35432026-06-22T22:22:49.548Zuploading: /work/package.tar.gz (2565863865 bytes)
35442026-06-22T22:23:18.099Zuploaded: /work/package.tar.gz