01KT7PT3MKPGSZR8KS1B3E81FA: 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: 01KT7PTJPP53RAN4ZKZMZ170GN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-03T21:40:12.295Zjob assigned to worker 01KT7PTQNRXNRF5SW4SH076D3H [factory aws, i-08f428c5f8ad72d12] (queued for 47 s)
 
22026-06-03T21:40:19.570Zstarting task 0: "setup"
32026-06-03T21:40:19.575Z++ uname -s
42026-06-03T21:40:19.578Z+ kern=SunOS
52026-06-03T21:40:19.578Z+ build_user=build
62026-06-03T21:40:19.578Z+ build_uid=12345
72026-06-03T21:40:19.578Z+ work_dir=/work
82026-06-03T21:40:19.578Z+ input_dir=/input
92026-06-03T21:40:19.578Z+ [[ 0 == 12345 ]]
102026-06-03T21:40:19.578Z+ case "$kern" in
112026-06-03T21:40:19.578Z+ groupadd -g 12345 build
122026-06-03T21:40:19.587Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-03T21:40:21.596Z+ zfs create -o mountpoint=/work rpool/work
142026-06-03T21:40:21.685Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-03T21:40:21.688Z+ home_fs=zfs
162026-06-03T21:40:21.688Z+ [[ zfs == autofs ]]
172026-06-03T21:40:21.688Z+ mkdir -p /home/build
182026-06-03T21:40:21.693Z+ chown build:build /home/build /work
192026-06-03T21:40:23.691Z+ chmod 0700 /home/build /work
202026-06-03T21:40:23.694Zprocess exited: duration 4125 ms, exit code 0
 
212026-06-03T21:40:23.701Zstarting task 1: "rust-toolchain"
222026-06-03T21:40:23.707Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-03T21:40:23.707Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-03T21:40:23.707Z * rust toolchain channel = "1.94.0"
252026-06-03T21:40:23.707Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-03T21:40:23.707Z * rust toolchain profile = "default"
272026-06-03T21:40:23.707Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-03T21:40:23.710Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-03T21:40:23.710Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-03T21:40:23.796Zinfo: downloading installer
312026-06-03T21:40:25.469Zwarn: It looks like you have an existing rustup settings file at:
322026-06-03T21:40:25.469Zwarn: /home/build/.rustup/settings.toml
332026-06-03T21:40:25.469Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-03T21:40:25.469Zwarn: instead of the one inferred from the default host triple.
352026-06-03T21:40:25.482Zinfo: profile set to default
362026-06-03T21:40:25.482Zinfo: default host triple is x86_64-unknown-illumos
372026-06-03T21:40:25.486Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-03T21:40:25.625Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-03T21:40:25.629Zinfo: downloading 6 components
402026-06-03T21:40:41.681Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-03T21:40:41.681Z
422026-06-03T21:40:41.709Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-03T21:40:41.710Z
442026-06-03T21:40:41.710Z
452026-06-03T21:40:41.710ZRust is installed now. Great!
462026-06-03T21:40:41.710Z
472026-06-03T21:40:41.710ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-03T21:40:41.710Zenvironment variable. This has not been done automatically.
492026-06-03T21:40:41.710Z
502026-06-03T21:40:41.710ZTo configure your current shell, you need to source
512026-06-03T21:40:41.710Zthe corresponding env file under $HOME/.cargo.
522026-06-03T21:40:41.714Z
532026-06-03T21:40:41.714ZThis is usually done by running one of the following (note the leading DOT):
542026-06-03T21:40:41.714Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-03T21:40:41.714Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-03T21:40:41.714Zsource "~/.cargo/env.nu" # For nushell
572026-06-03T21:40:41.714Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-03T21:40:41.714Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-03T21:40:41.714Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-03T21:40:41.714Zwarn: no default linker (`cc`) was found in your PATH
612026-06-03T21:40:41.714Zwarn: many Rust crates require a system C toolchain to build
622026-06-03T21:40:41.820Z+ rustup --version
632026-06-03T21:40:41.826Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-03T21:40:41.829Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-03T21:40:41.848Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-03T21:40:41.851Z+ cargo --version
672026-06-03T21:40:41.861Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-03T21:40:41.865Z+ rustc --version
692026-06-03T21:40:41.884Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-03T21:40:41.890Zprocess exited: duration 18185 ms, exit code 0
 
712026-06-03T21:40:41.896Zstarting task 2: "authentication"
722026-06-03T21:40:41.915Zprocess exited: duration 19 ms, exit code 0
 
732026-06-03T21:40:41.921Zstarting task 3: "clone repository"
742026-06-03T21:40:41.926Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-03T21:40:41.929Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-03T21:40:41.966ZCloning into '/work/oxidecomputer/omicron'...
772026-06-03T21:40:52.675Z+ cd /work/oxidecomputer/omicron
782026-06-03T21:40:52.675Z+ git fetch origin 95a9e84373f6589f3377b4725f0f92fefd100477
792026-06-03T21:40:53.000ZFrom https://github.com/oxidecomputer/omicron
802026-06-03T21:40:53.000Z * branch 95a9e84373f6589f3377b4725f0f92fefd100477 -> FETCH_HEAD
812026-06-03T21:40:53.015Z+ [[ -n bump-console-27314811 ]]
822026-06-03T21:40:53.018Z++ git branch --show-current
832026-06-03T21:40:53.018Z+ current=main
842026-06-03T21:40:53.018Z+ [[ main != bump-console-27314811 ]]
852026-06-03T21:40:53.018Z+ git branch -f bump-console-27314811 95a9e84373f6589f3377b4725f0f92fefd100477
862026-06-03T21:40:53.021Z+ git checkout -f bump-console-27314811
872026-06-03T21:40:53.267ZSwitched to branch 'bump-console-27314811'
882026-06-03T21:40:53.270Z+ git reset --hard 95a9e84373f6589f3377b4725f0f92fefd100477
892026-06-03T21:40:53.283ZHEAD is now at 95a9e8437 Bump web console (minor)
902026-06-03T21:40:53.288Zprocess exited: duration 11363 ms, exit code 0
 
912026-06-03T21:40:53.294Zstarting task 4: "build"
922026-06-03T21:40:53.299Z+ source .github/buildomat/ci-env.sh
932026-06-03T21:40:53.299Z++ export CARGO_TERM_COLOR=always
942026-06-03T21:40:53.299Z++ CARGO_TERM_COLOR=always
952026-06-03T21:40:53.302Z+ cargo --version
962026-06-03T21:40:53.309Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-03T21:40:53.312Z+ rustc --version
982026-06-03T21:40:53.333Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-03T21:40:53.337Z+ WORK=/work
1002026-06-03T21:40:53.337Z+ pfexec mkdir -p /work
1012026-06-03T21:40:53.340Z+ pfexec chown build /work
1022026-06-03T21:40:53.343Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-03T21:40:55.005Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-03T21:40:55.084Z Startup: Caching catalogs ... Done
1052026-06-03T21:40:55.381ZPlanning: Solver setup ... Done (0.258s)
1062026-06-03T21:40:55.401ZPlanning: Running solver ... Done (0.020s)
1072026-06-03T21:40:55.408ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-03T21:40:55.419ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-03T21:40:55.442ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-03T21:40:55.456ZPlanning: Package planning ... Done (0.015s)
1112026-06-03T21:40:55.459ZPlanning: Merging actions ... Done (0.002s)
1122026-06-03T21:40:55.655ZPlanning: Checking for conflicting actions ... Done (0.197s)
1132026-06-03T21:40:55.660ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-03T21:40:56.583ZPlanning: Evaluating mediators ... Done (0.927s)
1152026-06-03T21:40:56.586ZPlanning: Planning completed in 1.48 seconds
1162026-06-03T21:40:56.593Z Packages to install: 2
1172026-06-03T21:40:56.593Z Estimated space available: 156.07 GB
1182026-06-03T21:40:56.593ZEstimated space to be consumed: 23.93 MB
1192026-06-03T21:40:56.593Z Create boot environment: No
1202026-06-03T21:40:56.593ZCreate backup boot environment: No
1212026-06-03T21:40:56.593Z Rebuild boot archive: No
1222026-06-03T21:40:56.597Z
1232026-06-03T21:40:56.597ZChanged packages:
1242026-06-03T21:40:56.597Zhelios
1252026-06-03T21:40:56.597Z developer/build-essential
1262026-06-03T21:40:56.597Z None -> 11-3.0
1272026-06-03T21:40:56.597Z library/libxmlsec1
1282026-06-03T21:40:56.597Z None -> 1.2.35-3.0
1292026-06-03T21:40:56.620Z
1302026-06-03T21:40:56.620ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-03T21:40:57.290ZDownload: Completed 1.28 MB in 0.67 seconds (1.9M/s)
1322026-06-03T21:40:57.374Z Actions: 1/268 actions (Installing new actions)
1332026-06-03T21:40:57.417Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-03T21:40:57.424ZFinalize: Updating package state database ... Done (0.008s)
1352026-06-03T21:40:57.424ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-03T21:40:57.445ZFinalize: Updating image state ... Done (0.021s)
1372026-06-03T21:41:00.029ZFinalize: Creating fast lookup database ... Done (2.560s)
1382026-06-03T21:41:00.117ZFinalize: Reading search index ... Done (0.030s)
1392026-06-03T21:41:00.120ZFinalize: Updating search index ... Done (0.000s)
1402026-06-03T21:41:00.224ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-03T21:41:00.537ZPlanning: Evaluating mediator changes ... Done
1422026-06-03T21:41:00.647ZPlanning: Checking for conflicting actions ... Done
1432026-06-03T21:41:00.650ZPlanning: Consolidating action changes ... Done
1442026-06-03T21:41:00.809ZPlanning: Evaluating mediators ... Done
1452026-06-03T21:41:00.812ZPlanning: Planning completed in 0.27 seconds
1462026-06-03T21:41:00.833Z Mediators to change: 2
1472026-06-03T21:41:00.833Z Create boot environment: No
1482026-06-03T21:41:00.834ZCreate backup boot environment: No
1492026-06-03T21:41:01.907ZFinalize: Updating package state database ... Done
1502026-06-03T21:41:01.907ZFinalize: Updating package cache ... Done
1512026-06-03T21:41:01.910ZFinalize: Updating image state ... Done
1522026-06-03T21:41:02.910ZFinalize: Creating fast lookup database ... Done
1532026-06-03T21:41:02.979ZFinalize: Reading search index ... Done
1542026-06-03T21:41:02.982ZFinalize: Updating search index ... Done
1552026-06-03T21:41:03.056ZFinalize: Updating package cache ... Done
1562026-06-03T21:41:03.348ZPlanning: Evaluating mediator changes ... Done
1572026-06-03T21:41:03.456ZPlanning: Checking for conflicting actions ... Done
1582026-06-03T21:41:03.459ZPlanning: Consolidating action changes ... Done
1592026-06-03T21:41:03.618ZPlanning: Evaluating mediators ... Done
1602026-06-03T21:41:03.621ZPlanning: Planning completed in 0.27 seconds
1612026-06-03T21:41:03.642Z Mediators to change: 1
1622026-06-03T21:41:03.642Z Create boot environment: No
1632026-06-03T21:41:03.642ZCreate backup boot environment: No
1642026-06-03T21:41:03.702ZFinalize: Updating package state database ... Done
1652026-06-03T21:41:03.702ZFinalize: Updating package cache ... Done
1662026-06-03T21:41:03.713ZFinalize: Updating image state ... Done
1672026-06-03T21:41:05.705ZFinalize: Creating fast lookup database ... Done
1682026-06-03T21:41:05.768ZFinalize: Reading search index ... Done
1692026-06-03T21:41:05.771ZFinalize: Updating search index ... Done
1702026-06-03T21:41:05.838ZFinalize: Updating package cache ... Done
1712026-06-03T21:41:06.158ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-03T21:41:06.159Zapache system 2.4 system
1732026-06-03T21:41:06.159Zclang system 15 system
1742026-06-03T21:41:06.159Zcsh system system illumos
1752026-06-03T21:41:06.159Zctags system system illumos
1762026-06-03T21:41:06.159Zfile vendor vendor darwinsys
1772026-06-03T21:41:06.159Zfile system system illumos
1782026-06-03T21:41:06.159Zgcc vendor 14 vendor
1792026-06-03T21:41:06.159Zgcc system 13 system
1802026-06-03T21:41:06.159Zgcc system 10 system
1812026-06-03T21:41:06.159Zgo system 1.25 system
1822026-06-03T21:41:06.159Zllvm system 15 system
1832026-06-03T21:41:06.159Zmariadb system 11.4 system
1842026-06-03T21:41:06.159Zmta vendor vendor dma
1852026-06-03T21:41:06.159Zopenjdk system 17 system
1862026-06-03T21:41:06.159Zopenjdk system 11 system
1872026-06-03T21:41:06.159Zopenssl vendor 3 vendor
1882026-06-03T21:41:06.159Zperl system 5.40 system
1892026-06-03T21:41:06.159Zpostgresql system 18 system
1902026-06-03T21:41:06.159Zpostgresql system 17 system
1912026-06-03T21:41:06.159Zpython vendor 3 vendor
1922026-06-03T21:41:06.159Zpython system 2 system
1932026-06-03T21:41:06.159Zpython3 vendor 3.13 vendor
1942026-06-03T21:41:06.159Zruby system 3.4 system
1952026-06-03T21:41:06.159Zruby system 3.0 system
1962026-06-03T21:41:06.159Zwords vendor vendor american-english
1972026-06-03T21:41:06.159Zwords system system australian-english
1982026-06-03T21:41:06.159Zwords system system british-english
1992026-06-03T21:41:06.160Zwords system system canadian-english
2002026-06-03T21:41:06.160Zwords system system french
2012026-06-03T21:41:06.160Zwords system system italian
2022026-06-03T21:41:06.160Zwords system system ngerman
2032026-06-03T21:41:06.160Zwords system system ogerman
2042026-06-03T21:41:06.160Zwords system system spanish
2052026-06-03T21:41:06.418ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-03T21:41:06.418Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-03T21:41:06.718ZFMRI IFO
2082026-06-03T21:41:06.718Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-03T21:41:06.718Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-03T21:41:06.718Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-03T21:41:06.718Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-03T21:41:06.718Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-03T21:41:06.718Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-03T21:41:06.718Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-03T21:41:06.718Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-03T21:41:06.718Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-03T21:41:06.966Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-03T21:41:07.292Z Updating crates.io index
2192026-06-03T21:41:07.295Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-03T21:41:07.840Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-03T21:41:08.233Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-03T21:41:08.538Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-03T21:41:09.630Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-03T21:41:10.125Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-03T21:41:12.089Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-03T21:41:12.920Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-03T21:41:13.214Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-03T21:41:14.069Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-03T21:41:14.338Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-03T21:41:14.746Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-03T21:41:15.104Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-03T21:41:16.235Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-03T21:41:16.732Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-03T21:41:16.999Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-03T21:41:17.299Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-03T21:41:17.614Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-03T21:41:17.995Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-03T21:41:18.461Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-03T21:41:18.708Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-03T21:41:18.975Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-03T21:41:19.402Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-03T21:41:19.970Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-03T21:41:20.426Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-03T21:41:20.851Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-03T21:41:21.369Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-03T21:41:21.860Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-03T21:41:22.861Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-03T21:41:23.139Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-03T21:41:24.250Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-06-03T21:41:24.541Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-06-03T21:41:24.958Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-06-03T21:41:25.306Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-06-03T21:41:25.684Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-06-03T21:41:26.315Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-06-03T21:41:26.567Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-06-03T21:41:26.844Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-06-03T21:41:27.110Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-06-03T21:41:27.464Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-06-03T21:41:39.232Z Downloading crates ...
2602026-06-03T21:41:39.280Z Downloaded proc-macro-error v1.0.4
2612026-06-03T21:41:39.303Z Downloaded scroll_derive v0.12.1
2622026-06-03T21:41:39.303Z Downloaded stable_deref_trait v1.2.1
2632026-06-03T21:41:39.303Z Downloaded anstyle-parse v0.2.7
2642026-06-03T21:41:39.303Z Downloaded camino v1.2.2
2652026-06-03T21:41:39.303Z Downloaded thiserror v1.0.69
2662026-06-03T21:41:39.303Z Downloaded pest_derive v2.8.6
2672026-06-03T21:41:39.318Z Downloaded typenum v1.19.0
2682026-06-03T21:41:39.318Z Downloaded toml_write v0.1.2
2692026-06-03T21:41:39.318Z Downloaded textwrap v0.16.2
2702026-06-03T21:41:39.318Z Downloaded tabled v0.15.0
2712026-06-03T21:41:39.319Z Downloaded utf8parse v0.2.2
2722026-06-03T21:41:39.319Z Downloaded unicode-xid v0.2.6
2732026-06-03T21:41:39.319Z Downloaded usdt-attr-macro v0.5.0
2742026-06-03T21:41:39.319Z Downloaded fs-err v3.3.0
2752026-06-03T21:41:39.319Z Downloaded anstyle-query v1.1.5
2762026-06-03T21:41:39.319Z Downloaded cpufeatures v0.2.17
2772026-06-03T21:41:39.343Z Downloaded anstream v0.6.21
2782026-06-03T21:41:39.344Z Downloaded zerotrie v0.2.3
2792026-06-03T21:41:39.344Z Downloaded yoke-derive v0.8.1
2802026-06-03T21:41:39.344Z Downloaded thiserror-impl v2.0.18
2812026-06-03T21:41:39.344Z Downloaded usdt-impl v0.5.0
2822026-06-03T21:41:39.344Z Downloaded ucd-trie v0.1.7
2832026-06-03T21:41:39.344Z Downloaded once_cell v1.21.3
2842026-06-03T21:41:39.344Z Downloaded macaddr v1.0.1
2852026-06-03T21:41:39.344Z Downloaded errno v0.3.14
2862026-06-03T21:41:39.344Z Downloaded icu_provider v2.1.1
2872026-06-03T21:41:39.344Z Downloaded zerofrom v0.1.6
2882026-06-03T21:41:39.344Z Downloaded usdt-macro v0.5.0
2892026-06-03T21:41:39.344Z Downloaded heck v0.4.1
2902026-06-03T21:41:39.344Z Downloaded equivalent v1.0.2
2912026-06-03T21:41:39.344Z Downloaded toml_datetime v0.6.11
2922026-06-03T21:41:39.345Z Downloaded clap_derive v4.5.55
2932026-06-03T21:41:39.368Z Downloaded autocfg v1.5.0
2942026-06-03T21:41:39.369Z Downloaded zerofrom-derive v0.1.6
2952026-06-03T21:41:39.369Z Downloaded writeable v0.6.2
2962026-06-03T21:41:39.369Z Downloaded utf8_iter v1.0.4
2972026-06-03T21:41:39.369Z Downloaded typeid v1.0.3
2982026-06-03T21:41:39.369Z Downloaded thiserror-impl v1.0.69
2992026-06-03T21:41:39.369Z Downloaded usdt v0.5.0
3002026-06-03T21:41:39.369Z Downloaded form_urlencoded v1.2.2
3012026-06-03T21:41:39.369Z Downloaded strsim v0.11.1
3022026-06-03T21:41:39.369Z Downloaded thiserror v2.0.18
3032026-06-03T21:41:39.369Z Downloaded erased-serde v0.4.9
3042026-06-03T21:41:39.369Z Downloaded unicode-linebreak v0.1.5
3052026-06-03T21:41:39.369Z Downloaded fnv v1.0.7
3062026-06-03T21:41:39.369Z Downloaded tinystr v0.8.2
3072026-06-03T21:41:39.369Z Downloaded version_check v0.9.5
3082026-06-03T21:41:39.369Z Downloaded ordered-float v2.10.1
3092026-06-03T21:41:39.369Z Downloaded fastrand v2.3.0
3102026-06-03T21:41:39.369Z Downloaded toml v0.8.23
3112026-06-03T21:41:39.370Z Downloaded toml_edit v0.22.27
3122026-06-03T21:41:39.370Z Downloaded thread-id v4.2.2
3132026-06-03T21:41:39.370Z Downloaded potential_utf v0.1.4
3142026-06-03T21:41:39.370Z Downloaded itoa v1.0.17
3152026-06-03T21:41:39.370Z Downloaded tabled_derive v0.7.0
3162026-06-03T21:41:39.370Z Downloaded colorchoice v1.0.4
3172026-06-03T21:41:39.378Z Downloaded zmij v1.0.21
3182026-06-03T21:41:39.378Z Downloaded zerocopy-derive v0.7.35
3192026-06-03T21:41:39.378Z Downloaded yoke v0.8.1
3202026-06-03T21:41:39.381Z Downloaded idna_adapter v1.2.1
3212026-06-03T21:41:39.381Z Downloaded proc-macro-error-attr v1.0.4
3222026-06-03T21:41:39.381Z Downloaded zerovec-derive v0.11.2
3232026-06-03T21:41:39.381Z Downloaded url v2.5.8
3242026-06-03T21:41:39.381Z Downloaded unicode-ident v1.0.24
3252026-06-03T21:41:39.381Z Downloaded displaydoc v0.2.5
3262026-06-03T21:41:39.381Z Downloaded dof v0.3.0
3272026-06-03T21:41:39.381Z Downloaded smawk v0.3.2
3282026-06-03T21:41:39.381Z Downloaded terminal_size v0.4.3
3292026-06-03T21:41:39.381Z Downloaded serde-value v0.7.0
3302026-06-03T21:41:39.381Z Downloaded clap_lex v1.0.0
3312026-06-03T21:41:39.394Z Downloaded zerovec v0.11.5
3322026-06-03T21:41:39.394Z Downloaded swrite v0.1.0
3332026-06-03T21:41:39.394Z Downloaded cargo-platform v0.2.0
3342026-06-03T21:41:39.394Z Downloaded generic-array v0.14.7
3352026-06-03T21:41:39.394Z Downloaded crypto-common v0.1.7
3362026-06-03T21:41:39.394Z Downloaded zerocopy v0.7.35
3372026-06-03T21:41:39.420Z Downloaded winnow v0.7.14
3382026-06-03T21:41:39.420Z Downloaded smallvec v1.15.1
3392026-06-03T21:41:39.420Z Downloaded pretty-hex v0.4.1
3402026-06-03T21:41:39.420Z Downloaded cfg-if v1.0.4
3412026-06-03T21:41:39.430Z Downloaded unicode-width v0.2.0
3422026-06-03T21:41:39.430Z Downloaded unicode-width v0.1.14
3432026-06-03T21:41:39.430Z Downloaded heck v0.5.0
3442026-06-03T21:41:39.430Z Downloaded serde_spanned v0.6.9
3452026-06-03T21:41:39.430Z Downloaded is_terminal_polyfill v1.70.2
3462026-06-03T21:41:39.430Z Downloaded dtrace-parser v0.2.0
3472026-06-03T21:41:39.431Z Downloaded plain v0.2.3
3482026-06-03T21:41:39.431Z Downloaded block-buffer v0.10.4
3492026-06-03T21:41:39.431Z Downloaded serde-untagged v0.1.9
3502026-06-03T21:41:39.431Z Downloaded percent-encoding v2.3.2
3512026-06-03T21:41:39.431Z Downloaded icu_normalizer_data v2.1.1
3522026-06-03T21:41:39.431Z Downloaded bytecount v0.6.9
3532026-06-03T21:41:39.431Z Downloaded icu_normalizer v2.1.1
3542026-06-03T21:41:39.431Z Downloaded quote v1.0.45
3552026-06-03T21:41:39.431Z Downloaded sha2 v0.10.9
3562026-06-03T21:41:39.431Z Downloaded serde_tokenstream v0.2.3
3572026-06-03T21:41:39.431Z Downloaded memmap v0.7.0
3582026-06-03T21:41:39.431Z Downloaded byteorder v1.5.0
3592026-06-03T21:41:39.432Z Downloaded litemap v0.8.1
3602026-06-03T21:41:39.444Z Downloaded camino-tempfile v1.4.1
3612026-06-03T21:41:39.444Z Downloaded icu_collections v2.1.1
3622026-06-03T21:41:39.444Z Downloaded tempfile v3.25.0
3632026-06-03T21:41:39.444Z Downloaded semver v1.0.28
3642026-06-03T21:41:39.444Z Downloaded getrandom v0.4.1
3652026-06-03T21:41:39.444Z Downloaded cargo_metadata v0.21.0
3662026-06-03T21:41:39.467Z Downloaded cargo-util-schemas v0.8.2
3672026-06-03T21:41:39.467Z Downloaded synstructure v0.13.2
3682026-06-03T21:41:39.467Z Downloaded scroll v0.12.0
3692026-06-03T21:41:39.467Z Downloaded digest v0.10.7
3702026-06-03T21:41:39.485Z Downloaded num-traits v0.2.19
3712026-06-03T21:41:39.485Z Downloaded clap v4.5.60
3722026-06-03T21:41:39.485Z Downloaded cargo_toml v0.21.0
3732026-06-03T21:41:39.485Z Downloaded bitflags v2.11.0
3742026-06-03T21:41:39.485Z Downloaded icu_locale_core v2.1.1
3752026-06-03T21:41:39.485Z Downloaded anstyle v1.0.13
3762026-06-03T21:41:39.485Z Downloaded pest_generator v2.8.6
3772026-06-03T21:41:39.505Z Downloaded anyhow v1.0.102
3782026-06-03T21:41:39.505Z Downloaded serde_core v1.0.228
3792026-06-03T21:41:39.505Z Downloaded serde_derive v1.0.228
3802026-06-03T21:41:39.537Z Downloaded pest_meta v2.8.6
3812026-06-03T21:41:39.538Z Downloaded icu_properties v2.1.2
3822026-06-03T21:41:39.538Z Downloaded papergrid v0.11.0
3832026-06-03T21:41:39.538Z Downloaded proc-macro2 v1.0.106
3842026-06-03T21:41:39.538Z Downloaded log v0.4.29
3852026-06-03T21:41:39.563Z Downloaded serde v1.0.228
3862026-06-03T21:41:39.563Z Downloaded memchr v2.8.0
3872026-06-03T21:41:39.563Z Downloaded icu_properties_data v2.1.2
3882026-06-03T21:41:39.563Z Downloaded indexmap v2.14.0
3892026-06-03T21:41:39.563Z Downloaded pest v2.8.6
3902026-06-03T21:41:39.633Z Downloaded idna v1.1.0
3912026-06-03T21:41:39.633Z Downloaded hashbrown v0.17.0
3922026-06-03T21:41:39.662Z Downloaded clap_builder v4.5.60
3932026-06-03T21:41:39.662Z Downloaded serde_json v1.0.149
3942026-06-03T21:41:39.662Z Downloaded goblin v0.8.2
3952026-06-03T21:41:39.662Z Downloaded syn v1.0.109
3962026-06-03T21:41:39.662Z Downloaded syn v2.0.117
3972026-06-03T21:41:39.662Z Downloaded rustix v1.1.3
3982026-06-03T21:41:39.699Z Downloaded libc v0.2.185
3992026-06-03T21:41:39.733Z Compiling proc-macro2 v1.0.106
4002026-06-03T21:41:39.733Z Compiling quote v1.0.45
4012026-06-03T21:41:39.763Z Compiling unicode-ident v1.0.24
4022026-06-03T21:41:39.763Z Compiling serde_core v1.0.228
4032026-06-03T21:41:39.763Z Compiling libc v0.2.185
4042026-06-03T21:41:39.763Z Compiling version_check v0.9.5
4052026-06-03T21:41:39.763Z Compiling memchr v2.8.0
4062026-06-03T21:41:39.763Z Compiling stable_deref_trait v1.2.1
4072026-06-03T21:41:39.918Z Compiling serde v1.0.228
4082026-06-03T21:41:39.934Z Compiling zmij v1.0.21
4092026-06-03T21:41:39.934Z Compiling thiserror v1.0.69
4102026-06-03T21:41:39.934Z Compiling itoa v1.0.17
4112026-06-03T21:41:39.934Z Compiling ucd-trie v0.1.7
4122026-06-03T21:41:39.934Z Compiling autocfg v1.5.0
4132026-06-03T21:41:39.934Z Compiling litemap v0.8.1
4142026-06-03T21:41:40.143Z Compiling writeable v0.6.2
4152026-06-03T21:41:40.261Z Compiling rustix v1.1.3
4162026-06-03T21:41:40.364Z Compiling icu_properties_data v2.1.2
4172026-06-03T21:41:40.367Z Compiling byteorder v1.5.0
4182026-06-03T21:41:40.419Z Compiling icu_normalizer_data v2.1.1
4192026-06-03T21:41:40.422Z Compiling bitflags v2.11.0
4202026-06-03T21:41:40.492Z Compiling pest v2.8.6
4212026-06-03T21:41:40.608Z Compiling serde_json v1.0.149
4222026-06-03T21:41:40.659Z Compiling num-traits v0.2.19
4232026-06-03T21:41:40.720Z Compiling typeid v1.0.3
4242026-06-03T21:41:40.777Z Compiling smallvec v1.15.1
4252026-06-03T21:41:40.874Z Compiling hashbrown v0.17.0
4262026-06-03T21:41:40.877Z Compiling equivalent v1.0.2
4272026-06-03T21:41:40.928Z Compiling errno v0.3.14
4282026-06-03T21:41:40.931Z Compiling thread-id v4.2.2
4292026-06-03T21:41:40.931Z Compiling proc-macro-error-attr v1.0.4
4302026-06-03T21:41:41.002Z Compiling usdt-impl v0.5.0
4312026-06-03T21:41:41.020Z Compiling syn v1.0.109
4322026-06-03T21:41:41.054Z Compiling winnow v0.7.14
4332026-06-03T21:41:41.075Z Compiling toml_write v0.1.2
4342026-06-03T21:41:41.096Z Compiling erased-serde v0.4.9
4352026-06-03T21:41:41.150Z Compiling proc-macro-error v1.0.4
4362026-06-03T21:41:41.221Z Compiling utf8_iter v1.0.4
4372026-06-03T21:41:41.321Z Compiling thiserror v2.0.18
4382026-06-03T21:41:41.341Z Compiling utf8parse v0.2.2
4392026-06-03T21:41:41.418Z Compiling plain v0.2.3
4402026-06-03T21:41:41.421Z Compiling log v0.4.29
4412026-06-03T21:41:41.421Z Compiling percent-encoding v2.3.2
4422026-06-03T21:41:41.467Z Compiling syn v2.0.117
4432026-06-03T21:41:41.487Z Compiling indexmap v2.14.0
4442026-06-03T21:41:41.528Z Compiling camino v1.2.2
4452026-06-03T21:41:41.568Z Compiling getrandom v0.4.1
4462026-06-03T21:41:41.591Z Compiling anstyle-parse v0.2.7
4472026-06-03T21:41:41.672Z Compiling form_urlencoded v1.2.2
4482026-06-03T21:41:41.728Z Compiling pest_meta v2.8.6
4492026-06-03T21:41:41.828Z Compiling ordered-float v2.10.1
4502026-06-03T21:41:41.957Z Compiling anstyle-query v1.1.5
4512026-06-03T21:41:41.991Z Compiling colorchoice v1.0.4
4522026-06-03T21:41:42.012Z Compiling is_terminal_polyfill v1.70.2
4532026-06-03T21:41:42.055Z Compiling pretty-hex v0.4.1
4542026-06-03T21:41:42.098Z Compiling cfg-if v1.0.4
4552026-06-03T21:41:42.125Z Compiling anstyle v1.0.13
4562026-06-03T21:41:42.163Z Compiling terminal_size v0.4.3
4572026-06-03T21:41:42.166Z Compiling fs-err v3.3.0
4582026-06-03T21:41:42.245Z Compiling fastrand v2.3.0
4592026-06-03T21:41:42.264Z Compiling fnv v1.0.7
4602026-06-03T21:41:42.268Z Compiling anyhow v1.0.102
4612026-06-03T21:41:42.363Z Compiling anstream v0.6.21
4622026-06-03T21:41:42.382Z Compiling once_cell v1.21.3
4632026-06-03T21:41:42.410Z Compiling heck v0.4.1
4642026-06-03T21:41:42.429Z Compiling clap_lex v1.0.0
4652026-06-03T21:41:42.447Z Compiling bytecount v0.6.9
4662026-06-03T21:41:42.465Z Compiling unicode-width v0.1.14
4672026-06-03T21:41:42.640Z Compiling semver v1.0.28
4682026-06-03T21:41:42.703Z Compiling heck v0.5.0
4692026-06-03T21:41:42.706Z Compiling strsim v0.11.1
4702026-06-03T21:41:42.738Z Compiling unicode-xid v0.2.6
4712026-06-03T21:41:42.742Z Compiling papergrid v0.11.0
4722026-06-03T21:41:42.778Z Compiling tempfile v3.25.0
4732026-06-03T21:41:42.950Z Compiling clap_builder v4.5.60
4742026-06-03T21:41:42.983Z Compiling memmap v0.7.0
4752026-06-03T21:41:43.008Z Compiling smawk v0.3.2
4762026-06-03T21:41:43.046Z Compiling serde-untagged v0.1.9
4772026-06-03T21:41:43.111Z Compiling unicode-linebreak v0.1.5
4782026-06-03T21:41:43.127Z Compiling unicode-width v0.2.0
4792026-06-03T21:41:43.178Z Compiling camino-tempfile v1.4.1
4802026-06-03T21:41:43.227Z Compiling swrite v0.1.0
4812026-06-03T21:41:43.270Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-03T21:41:43.391Z Compiling textwrap v0.16.2
4832026-06-03T21:41:43.653Z Compiling tabled_derive v0.7.0
4842026-06-03T21:41:44.243Z Compiling synstructure v0.13.2
4852026-06-03T21:41:44.243Z Compiling pest_generator v2.8.6
4862026-06-03T21:41:44.358Z Compiling tabled v0.15.0
4872026-06-03T21:41:44.788Z Compiling serde_derive v1.0.228
4882026-06-03T21:41:44.788Z Compiling zerofrom-derive v0.1.6
4892026-06-03T21:41:44.791Z Compiling yoke-derive v0.8.1
4902026-06-03T21:41:44.791Z Compiling zerovec-derive v0.11.2
4912026-06-03T21:41:44.820Z Compiling displaydoc v0.2.5
4922026-06-03T21:41:44.823Z Compiling thiserror-impl v1.0.69
4932026-06-03T21:41:44.889Z Compiling zerocopy-derive v0.7.35
4942026-06-03T21:41:44.892Z Compiling scroll_derive v0.12.1
4952026-06-03T21:41:44.892Z Compiling thiserror-impl v2.0.18
4962026-06-03T21:41:44.892Z Compiling clap_derive v4.5.55
4972026-06-03T21:41:44.892Z Compiling pest_derive v2.8.6
4982026-06-03T21:41:45.646Z Compiling scroll v0.12.0
4992026-06-03T21:41:45.766Z Compiling zerocopy v0.7.35
5002026-06-03T21:41:45.882Z Compiling goblin v0.8.2
5012026-06-03T21:41:45.901Z Compiling zerofrom v0.1.6
5022026-06-03T21:41:46.020Z Compiling yoke v0.8.1
5032026-06-03T21:41:46.062Z Compiling dtrace-parser v0.2.0
5042026-06-03T21:41:46.183Z Compiling zerovec v0.11.5
5052026-06-03T21:41:46.183Z Compiling zerotrie v0.2.3
5062026-06-03T21:41:46.390Z Compiling clap v4.5.60
5072026-06-03T21:41:46.631Z Compiling tinystr v0.8.2
5082026-06-03T21:41:46.631Z Compiling potential_utf v0.1.4
5092026-06-03T21:41:46.758Z Compiling icu_collections v2.1.1
5102026-06-03T21:41:46.783Z Compiling icu_locale_core v2.1.1
5112026-06-03T21:41:47.419Z Compiling icu_provider v2.1.1
5122026-06-03T21:41:47.462Z Compiling serde_spanned v0.6.9
5132026-06-03T21:41:47.462Z Compiling toml_datetime v0.6.11
5142026-06-03T21:41:47.462Z Compiling serde-value v0.7.0
5152026-06-03T21:41:47.465Z Compiling cargo-platform v0.2.0
5162026-06-03T21:41:47.465Z Compiling macaddr v1.0.1
5172026-06-03T21:41:47.479Z Compiling dof v0.3.0
5182026-06-03T21:41:47.482Z Compiling serde_tokenstream v0.2.3
5192026-06-03T21:41:47.655Z Compiling icu_normalizer v2.1.1
5202026-06-03T21:41:47.655Z Compiling icu_properties v2.1.2
5212026-06-03T21:41:47.689Z Compiling toml_edit v0.22.27
5222026-06-03T21:41:48.243Z Compiling usdt-attr-macro v0.5.0
5232026-06-03T21:41:48.243Z Compiling usdt-macro v0.5.0
5242026-06-03T21:41:48.505Z Compiling idna_adapter v1.2.1
5252026-06-03T21:41:48.611Z Compiling idna v1.1.0
5262026-06-03T21:41:48.834Z Compiling usdt v0.5.0
5272026-06-03T21:41:48.886Z Compiling url v2.5.8
5282026-06-03T21:41:49.001Z Compiling toml v0.8.23
5292026-06-03T21:41:49.350Z Compiling cargo-util-schemas v0.8.2
5302026-06-03T21:41:49.350Z Compiling cargo_toml v0.21.0
5312026-06-03T21:41:50.146Z Compiling cargo_metadata v0.21.0
5322026-06-03T21:41:51.092Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-03T21:41:53.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.46s
5342026-06-03T21:41:53.533Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-06-03T21:41:54.100Z Downloading crates ...
5362026-06-03T21:41:54.198Z Downloaded async-bb8-diesel v0.2.1
5372026-06-03T21:41:54.201Z Downloaded compression-core v0.4.31
5382026-06-03T21:41:54.207Z Downloaded bit-vec v0.6.3
5392026-06-03T21:41:54.215Z Downloaded cmake v0.1.57
5402026-06-03T21:41:54.218Z Downloaded cassowary v0.3.0
5412026-06-03T21:41:54.218Z Downloaded allocator-api2 v0.2.21
5422026-06-03T21:41:54.221Z Downloaded daft v0.1.7
5432026-06-03T21:41:54.221Z Downloaded dof v0.4.0
5442026-06-03T21:41:54.224Z Downloaded crc32fast v1.5.0
5452026-06-03T21:41:54.224Z Downloaded async-compression v0.4.41
5462026-06-03T21:41:54.227Z Downloaded dtrace-parser v0.3.0
5472026-06-03T21:41:54.230Z Downloaded defmt-parser v1.0.0
5482026-06-03T21:41:54.230Z Downloaded async-stream-impl v0.3.6
5492026-06-03T21:41:54.230Z Downloaded adler2 v2.0.1
5502026-06-03T21:41:54.233Z Downloaded cexpr v0.6.0
5512026-06-03T21:41:54.234Z Downloaded deranged v0.5.8
5522026-06-03T21:41:54.234Z Downloaded ecdsa v0.16.9
5532026-06-03T21:41:54.236Z Downloaded darling_macro v0.13.4
5542026-06-03T21:41:54.236Z Downloaded ctr v0.9.2
5552026-06-03T21:41:54.236Z Downloaded find-msvc-tools v0.1.9
5562026-06-03T21:41:54.241Z Downloaded ciborium-io v0.2.2
5572026-06-03T21:41:54.241Z Downloaded flagset v0.4.7
5582026-06-03T21:41:54.241Z Downloaded arrayref v0.3.9
5592026-06-03T21:41:54.244Z Downloaded argon2 v0.5.3
5602026-06-03T21:41:54.244Z Downloaded castaway v0.2.4
5612026-06-03T21:41:54.244Z Downloaded darling v0.23.0
5622026-06-03T21:41:54.246Z Downloaded compression-codecs v0.4.37
5632026-06-03T21:41:54.249Z Downloaded ciborium-ll v0.2.2
5642026-06-03T21:41:54.250Z Downloaded blowfish v0.9.1
5652026-06-03T21:41:54.252Z Downloaded bindgen v0.71.1
5662026-06-03T21:41:54.255Z Downloaded curve25519-dalek v4.1.3
5672026-06-03T21:41:54.260Z Downloaded derive_more-impl v2.1.1
5682026-06-03T21:41:54.263Z Downloaded curve25519-dalek-derive v0.1.1
5692026-06-03T21:41:54.266Z Downloaded darling v0.13.4
5702026-06-03T21:41:54.266Z Downloaded dropshot_endpoint v0.17.0
5712026-06-03T21:41:54.269Z Downloaded display-error-chain v0.2.2
5722026-06-03T21:41:54.269Z Downloaded ed25519 v2.2.3
5732026-06-03T21:41:54.272Z Downloaded des v0.8.1
5742026-06-03T21:41:54.272Z Downloaded camino-tempfile-ext v0.3.3
5752026-06-03T21:41:54.275Z Downloaded futures-io v0.3.32
5762026-06-03T21:41:54.275Z Downloaded foldhash v0.1.5
5772026-06-03T21:41:54.275Z Downloaded clang-sys v1.8.1
5782026-06-03T21:41:54.278Z Downloaded float-ord v0.3.2
5792026-06-03T21:41:54.279Z Downloaded derive_builder_macro v0.20.2
5802026-06-03T21:41:54.279Z Downloaded derive-ex v0.1.8
5812026-06-03T21:41:54.283Z Downloaded crossbeam-deque v0.8.6
5822026-06-03T21:41:54.283Z Downloaded crc8 v0.1.1
5832026-06-03T21:41:54.283Z Downloaded document-features v0.2.12
5842026-06-03T21:41:54.283Z Downloaded dirs-sys-next v0.1.2
5852026-06-03T21:41:54.286Z Downloaded darling_macro v0.21.3
5862026-06-03T21:41:54.286Z Downloaded darling_macro v0.23.0
5872026-06-03T21:41:54.286Z Downloaded chacha20 v0.10.0
5882026-06-03T21:41:54.288Z Downloaded cfg_aliases v0.2.1
5892026-06-03T21:41:54.288Z Downloaded array-init v0.0.4
5902026-06-03T21:41:54.289Z Downloaded bumpalo v3.20.2
5912026-06-03T21:41:54.292Z Downloaded bit-set v0.5.3
5922026-06-03T21:41:54.292Z Downloaded daft-derive v0.1.7
5932026-06-03T21:41:54.295Z Downloaded bytes v1.11.1
5942026-06-03T21:41:54.298Z Downloaded convert_case v0.10.0
5952026-06-03T21:41:54.298Z Downloaded cfg_aliases v0.1.1
5962026-06-03T21:41:54.301Z Downloaded const-oid v0.9.6
5972026-06-03T21:41:54.301Z Downloaded base16ct v0.2.0
5982026-06-03T21:41:54.303Z Downloaded downcast-rs v2.0.2
5992026-06-03T21:41:54.304Z Downloaded cookie v0.18.1
6002026-06-03T21:41:54.304Z Downloaded block-padding v0.3.3
6012026-06-03T21:41:54.307Z Downloaded atomicwrites v0.4.4
6022026-06-03T21:41:54.308Z Downloaded fd-lock v4.0.4
6032026-06-03T21:41:54.308Z Downloaded endian-type v0.1.2
6042026-06-03T21:41:54.308Z Downloaded dsl_auto_type v0.2.0
6052026-06-03T21:41:54.311Z Downloaded atomic-waker v1.1.2
6062026-06-03T21:41:54.311Z Downloaded crunchy v0.2.4
6072026-06-03T21:41:54.311Z Downloaded crucible-workspace-hack v0.1.0
6082026-06-03T21:41:54.311Z Downloaded backoff v0.4.0
6092026-06-03T21:41:54.314Z Downloaded dropshot-api-manager-types v0.7.2
6102026-06-03T21:41:54.314Z Downloaded aead v0.5.2
6112026-06-03T21:41:54.317Z Downloaded diesel-dtrace v0.5.0
6122026-06-03T21:41:54.317Z Downloaded defmt-macros v1.0.1
6132026-06-03T21:41:54.321Z Downloaded crc v3.4.0
6142026-06-03T21:41:54.321Z Downloaded funty v2.0.0
6152026-06-03T21:41:54.321Z Downloaded dunce v1.0.5
6162026-06-03T21:41:54.325Z Downloaded bitfield v0.19.4
6172026-06-03T21:41:54.325Z Downloaded enum-as-inner v0.6.1
6182026-06-03T21:41:54.325Z Downloaded dirs-next v2.0.0
6192026-06-03T21:41:54.325Z Downloaded cobs v0.3.0
6202026-06-03T21:41:54.325Z Downloaded float-cmp v0.10.0
6212026-06-03T21:41:54.328Z Downloaded env_filter v1.0.0
6222026-06-03T21:41:54.328Z Downloaded cpufeatures v0.3.0
6232026-06-03T21:41:54.331Z Downloaded embedded-io v0.4.0
6242026-06-03T21:41:54.332Z Downloaded cstr-argument v0.1.2
6252026-06-03T21:41:54.332Z Downloaded bit-set v0.8.0
6262026-06-03T21:41:54.332Z Downloaded defmt v0.3.100
6272026-06-03T21:41:54.336Z Downloaded diesel_table_macro_syntax v0.3.0
6282026-06-03T21:41:54.336Z Downloaded debug-ignore v1.0.5
6292026-06-03T21:41:54.336Z Downloaded bitfield-struct v0.6.2
6302026-06-03T21:41:54.336Z Downloaded atty v0.2.14
6312026-06-03T21:41:54.336Z Downloaded foreign-types-shared v0.1.1
6322026-06-03T21:41:54.339Z Downloaded bitfield-macros v0.19.4
6332026-06-03T21:41:54.339Z Downloaded assert_matches v1.5.0
6342026-06-03T21:41:54.339Z Downloaded async-recursion v1.1.1
6352026-06-03T21:41:54.342Z Downloaded embedded-io v0.6.1
6362026-06-03T21:41:54.342Z Downloaded futures-macro v0.3.32
6372026-06-03T21:41:54.342Z Downloaded darling_macro v0.20.11
6382026-06-03T21:41:54.345Z Downloaded crc-catalog v2.4.0
6392026-06-03T21:41:54.345Z Downloaded async-stream v0.3.6
6402026-06-03T21:41:54.345Z Downloaded fixedbitset v0.4.2
6412026-06-03T21:41:54.348Z Downloaded git-stub v1.0.0
6422026-06-03T21:41:54.348Z Downloaded cargo-platform v0.3.2
6432026-06-03T21:41:54.348Z Downloaded globwalk v0.9.1
6442026-06-03T21:41:54.351Z Downloaded difflib v0.4.0
6452026-06-03T21:41:54.351Z Downloaded chacha20poly1305 v0.10.1
6462026-06-03T21:41:54.354Z Downloaded dyn-clone v1.0.20
6472026-06-03T21:41:54.354Z Downloaded cargo_metadata v0.23.1
6482026-06-03T21:41:54.357Z Downloaded bb8 v0.8.6
6492026-06-03T21:41:54.357Z Downloaded data-encoding v2.10.0
6502026-06-03T21:41:54.360Z Downloaded foreign-types-macros v0.2.3
6512026-06-03T21:41:54.360Z Downloaded ascii-canvas v3.0.0
6522026-06-03T21:41:54.364Z Downloaded foreign-types v0.5.0
6532026-06-03T21:41:54.364Z Downloaded env_logger v0.11.9
6542026-06-03T21:41:54.367Z Downloaded futures-task v0.3.32
6552026-06-03T21:41:54.367Z Downloaded futures-sink v0.3.32
6562026-06-03T21:41:54.367Z Downloaded futures-core v0.3.32
6572026-06-03T21:41:54.370Z Downloaded diff v0.1.13
6582026-06-03T21:41:54.370Z Downloaded filetime v0.2.27
6592026-06-03T21:41:54.373Z Downloaded convert_case v0.4.0
6602026-06-03T21:41:54.373Z Downloaded gethostname v0.5.0
6612026-06-03T21:41:54.373Z Downloaded home v0.5.12
6622026-06-03T21:41:54.373Z Downloaded ghash v0.5.1
6632026-06-03T21:41:54.376Z Downloaded arrayvec v0.7.6
6642026-06-03T21:41:54.376Z Downloaded hex-literal v0.4.1
6652026-06-03T21:41:54.379Z Downloaded hostname v0.3.1
6662026-06-03T21:41:54.379Z Downloaded hash32 v0.2.1
6672026-06-03T21:41:54.380Z Downloaded hostname v0.4.2
6682026-06-03T21:41:54.383Z Downloaded hex v0.4.3
6692026-06-03T21:41:54.383Z Downloaded foreign-types-shared v0.3.1
6702026-06-03T21:41:54.383Z Downloaded fxhash v0.2.1
6712026-06-03T21:41:54.383Z Downloaded byte-wrapper v0.1.0
6722026-06-03T21:41:54.386Z Downloaded foreign-types v0.3.2
6732026-06-03T21:41:54.386Z Downloaded hash32 v0.3.1
6742026-06-03T21:41:54.389Z Downloaded headers-core v0.3.0
6752026-06-03T21:41:54.390Z Downloaded http-range v0.1.5
6762026-06-03T21:41:54.390Z Downloaded ena v0.14.4
6772026-06-03T21:41:54.398Z Downloaded http-body v1.0.1
6782026-06-03T21:41:54.398Z Downloaded either v1.15.0
6792026-06-03T21:41:54.401Z Downloaded httpdate v1.0.3
6802026-06-03T21:41:54.401Z Downloaded erased-serde v0.3.31
6812026-06-03T21:41:54.401Z Downloaded ff v0.13.1
6822026-06-03T21:41:54.401Z Downloaded constant_time_eq v0.4.2
6832026-06-03T21:41:54.401Z Downloaded bit-vec v0.8.0
6842026-06-03T21:41:54.401Z Downloaded bcs v0.1.6
6852026-06-03T21:41:54.404Z Downloaded derive_builder_core v0.20.2
6862026-06-03T21:41:54.404Z Downloaded ident_case v1.0.1
6872026-06-03T21:41:54.407Z Downloaded chacha20 v0.9.1
6882026-06-03T21:41:54.407Z Downloaded illumos-nvpair-sys v0.2.0
6892026-06-03T21:41:54.407Z Downloaded illumos-nvpair v0.3.0
6902026-06-03T21:41:54.407Z Downloaded bcrypt-pbkdf v0.10.0
6912026-06-03T21:41:54.410Z Downloaded hubpack_derive v0.1.1
6922026-06-03T21:41:54.410Z Downloaded getrandom v0.2.17
6932026-06-03T21:41:54.414Z Downloaded futures-executor v0.3.32
6942026-06-03T21:41:54.414Z Downloaded cbc v0.1.2
6952026-06-03T21:41:54.414Z Downloaded cipher v0.4.4
6962026-06-03T21:41:54.414Z Downloaded base64ct v1.8.3
6972026-06-03T21:41:54.417Z Downloaded fallible-iterator v0.2.0
6982026-06-03T21:41:54.417Z Downloaded drift v0.2.0
6992026-06-03T21:41:54.423Z Downloaded inout v0.1.4
7002026-06-03T21:41:54.428Z Downloaded hyper-tls v0.6.0
7012026-06-03T21:41:54.428Z Downloaded indent_write v2.2.0
7022026-06-03T21:41:54.431Z Downloaded internet-checksum v0.2.1
7032026-06-03T21:41:54.431Z Downloaded instant v0.1.13
7042026-06-03T21:41:54.432Z Downloaded darling v0.20.11
7052026-06-03T21:41:54.434Z Downloaded is-terminal v0.4.17
7062026-06-03T21:41:54.434Z Downloaded instability v0.3.11
7072026-06-03T21:41:54.434Z Downloaded git-stub-vcs v0.1.0
7082026-06-03T21:41:54.435Z Downloaded highway v1.3.0
7092026-06-03T21:41:54.437Z Downloaded fs-err v2.11.0
7102026-06-03T21:41:54.437Z Downloaded crc-any v2.5.0
7112026-06-03T21:41:54.440Z Downloaded corncobs v0.1.4
7122026-06-03T21:41:54.440Z Downloaded cookie_store v0.22.1
7132026-06-03T21:41:54.443Z Downloaded ciborium v0.2.2
7142026-06-03T21:41:54.443Z Downloaded kstat-rs v0.2.4
7152026-06-03T21:41:54.446Z Downloaded is_ci v1.2.0
7162026-06-03T21:41:54.446Z Downloaded http-body-util v0.1.3
7172026-06-03T21:41:54.446Z Downloaded libscf-sys v1.1.0
7182026-06-03T21:41:54.450Z Downloaded group v0.13.0
7192026-06-03T21:41:54.450Z Downloaded glob v0.3.3
7202026-06-03T21:41:54.450Z Downloaded globset v0.4.18
7212026-06-03T21:41:54.450Z Downloaded cancel-safe-futures v0.1.5
7222026-06-03T21:41:54.454Z Downloaded hubpack v0.1.2
7232026-06-03T21:41:54.454Z Downloaded fixedbitset v0.5.7
7242026-06-03T21:41:54.456Z Downloaded crossbeam-utils v0.8.21
7252026-06-03T21:41:54.456Z Downloaded lazy_static v1.5.0
7262026-06-03T21:41:54.459Z Downloaded keccak v0.1.6
7272026-06-03T21:41:54.459Z Downloaded lalrpop-util v0.19.12
7282026-06-03T21:41:54.459Z Downloaded critical-section v1.2.0
7292026-06-03T21:41:54.462Z Downloaded csv-core v0.1.13
7302026-06-03T21:41:54.462Z Downloaded linked-hash-map v0.5.6
7312026-06-03T21:41:54.465Z Downloaded backon v1.6.0
7322026-06-03T21:41:54.465Z Downloaded lru-cache v0.1.2
7332026-06-03T21:41:54.468Z Downloaded async-trait v0.1.89
7342026-06-03T21:41:54.468Z Downloaded humantime v2.3.0
7352026-06-03T21:41:54.471Z Downloaded fs_extra v1.3.0
7362026-06-03T21:41:54.471Z Downloaded darling v0.21.3
7372026-06-03T21:41:54.473Z Downloaded futures-channel v0.3.32
7382026-06-03T21:41:54.476Z Downloaded match_cfg v0.1.0
7392026-06-03T21:41:54.476Z Downloaded fatfs v0.3.6
7402026-06-03T21:41:54.479Z Downloaded mime v0.3.17
7412026-06-03T21:41:54.479Z Downloaded md-5 v0.10.6
7422026-06-03T21:41:54.479Z Downloaded colored v2.2.0
7432026-06-03T21:41:54.482Z Downloaded impl-trait-for-tuples v0.2.3
7442026-06-03T21:41:54.486Z Downloaded foldhash v0.2.0
7452026-06-03T21:41:54.486Z Downloaded lzss v0.8.2
7462026-06-03T21:41:54.486Z Downloaded lru-slab v0.1.2
7472026-06-03T21:41:54.490Z Downloaded maybe-uninit v2.0.0
7482026-06-03T21:41:54.490Z Downloaded maplit v1.0.2
7492026-06-03T21:41:54.490Z Downloaded hyper-staticfile v0.10.1
7502026-06-03T21:41:54.490Z Downloaded buf-list v1.1.2
7512026-06-03T21:41:54.494Z Downloaded ipnet v2.11.0
7522026-06-03T21:41:54.494Z Downloaded newline-converter v0.3.0
7532026-06-03T21:41:54.494Z Downloaded ingot-types v0.1.2
7542026-06-03T21:41:54.496Z Downloaded indoc v2.0.7
7552026-06-03T21:41:54.497Z Downloaded memoffset v0.9.1
7562026-06-03T21:41:54.499Z Downloaded md5 v0.7.0
7572026-06-03T21:41:54.500Z Downloaded lru v0.12.5
7582026-06-03T21:41:54.500Z Downloaded nibble_vec v0.1.0
7592026-06-03T21:41:54.502Z Downloaded newtype-uuid-macros v0.1.0
7602026-06-03T21:41:54.502Z Downloaded new_debug_unreachable v1.0.6
7612026-06-03T21:41:54.502Z Downloaded darling_core v0.13.4
7622026-06-03T21:41:54.506Z Downloaded num-conv v0.2.0
7632026-06-03T21:41:54.506Z Downloaded libefi-sys v0.1.0
7642026-06-03T21:41:54.509Z Downloaded ipnetwork v0.21.1
7652026-06-03T21:41:54.509Z Downloaded newtype_derive v0.1.6
7662026-06-03T21:41:54.512Z Downloaded cc v1.2.56
7672026-06-03T21:41:54.512Z Downloaded console v0.15.11
7682026-06-03T21:41:54.518Z Downloaded num v0.4.3
7692026-06-03T21:41:54.518Z Downloaded nodrop v0.1.14
7702026-06-03T21:41:54.518Z Downloaded num-derive v0.3.3
7712026-06-03T21:41:54.521Z Downloaded nonempty v0.12.0
7722026-06-03T21:41:54.521Z Downloaded half v1.8.3
7732026-06-03T21:41:54.521Z Downloaded colored v3.1.1
7742026-06-03T21:41:54.521Z Downloaded bzip2 v0.4.4
7752026-06-03T21:41:54.524Z Downloaded jobserver v0.1.34
7762026-06-03T21:41:54.524Z Downloaded httparse v1.10.1
7772026-06-03T21:41:54.527Z Downloaded normalize-line-endings v0.3.0
7782026-06-03T21:41:54.527Z Downloaded libloading v0.8.9
7792026-06-03T21:41:54.529Z Downloaded blake2 v0.10.6
7802026-06-03T21:41:54.530Z Downloaded bitflags v1.3.2
7812026-06-03T21:41:54.534Z Downloaded console v0.16.2
7822026-06-03T21:41:54.534Z Downloaded bzip2 v0.6.1
7832026-06-03T21:41:54.537Z Downloaded derive_builder v0.20.2
7842026-06-03T21:41:54.537Z Downloaded managed v0.8.0
7852026-06-03T21:41:54.540Z Downloaded futures v0.3.32
7862026-06-03T21:41:54.543Z Downloaded opaque-debug v0.3.1
7872026-06-03T21:41:54.543Z Downloaded olpc-cjson v0.1.4
7882026-06-03T21:41:54.543Z Downloaded num-derive v0.4.2
7892026-06-03T21:41:54.546Z Downloaded num_enum_derive v0.5.11
7902026-06-03T21:41:54.546Z Downloaded num-iter v0.1.45
7912026-06-03T21:41:54.546Z Downloaded libsw-core v0.3.2
7922026-06-03T21:41:54.591Z Downloaded arc-swap v1.8.2
7932026-06-03T21:41:54.591Z Downloaded openssl-probe v0.2.1
7942026-06-03T21:41:54.591Z Downloaded openssl-probe v0.1.6
7952026-06-03T21:41:54.592Z Downloaded openssl-macros v0.1.1
7962026-06-03T21:41:54.592Z Downloaded lock_api v0.4.14
7972026-06-03T21:41:54.592Z Downloaded num_threads v0.1.7
7982026-06-03T21:41:54.592Z Downloaded linear-map v1.2.0
7992026-06-03T21:41:54.592Z Downloaded ahash v0.8.12
8002026-06-03T21:41:54.592Z Downloaded oso-derive v0.27.3
8012026-06-03T21:41:54.592Z Downloaded indoc v1.0.9
8022026-06-03T21:41:54.592Z Downloaded iana-time-zone v0.1.65
8032026-06-03T21:41:54.592Z Downloaded multimap v0.10.1
8042026-06-03T21:41:54.592Z Downloaded native-tls v0.2.18
8052026-06-03T21:41:54.592Z Downloaded mime_guess v2.0.5
8062026-06-03T21:41:54.592Z Downloaded packed_struct_codegen v0.10.1
8072026-06-03T21:41:54.592Z Downloaded ingot v0.1.1
8082026-06-03T21:41:54.592Z Downloaded peg-runtime v0.8.5
8092026-06-03T21:41:54.592Z Downloaded parse-size v1.1.0
8102026-06-03T21:41:54.592Z Downloaded hyper-rustls v0.27.7
8112026-06-03T21:41:54.592Z Downloaded derive_more v0.99.20
8122026-06-03T21:41:54.595Z Downloaded parse-display v0.10.0
8132026-06-03T21:41:54.595Z Downloaded libsw v3.5.0
8142026-06-03T21:41:54.595Z Downloaded pbkdf2 v0.12.2
8152026-06-03T21:41:54.595Z Downloaded path-slash v0.1.5
8162026-06-03T21:41:54.595Z Downloaded nanorand v0.7.0
8172026-06-03T21:41:54.595Z Downloaded getrandom v0.3.4
8182026-06-03T21:41:54.595Z Downloaded hmac v0.12.1
8192026-06-03T21:41:54.595Z Downloaded nu-ansi-term v0.50.3
8202026-06-03T21:41:54.595Z Downloaded newtype-uuid v1.3.2
8212026-06-03T21:41:54.595Z Downloaded multer v3.1.0
8222026-06-03T21:41:54.595Z Downloaded flate2 v1.1.9
8232026-06-03T21:41:54.596Z Downloaded elliptic-curve v0.13.8
8242026-06-03T21:41:54.596Z Downloaded derive-where v1.6.0
8252026-06-03T21:41:54.596Z Downloaded num_enum v0.5.11
8262026-06-03T21:41:54.601Z Downloaded phf_shared v0.11.3
8272026-06-03T21:41:54.601Z Downloaded ar_archive_writer v0.5.1
8282026-06-03T21:41:54.616Z Downloaded powerfmt v0.2.0
8292026-06-03T21:41:54.618Z Downloaded num-rational v0.4.2
8302026-06-03T21:41:54.618Z Downloaded precomputed-hash v0.1.1
8312026-06-03T21:41:54.622Z Downloaded darling_core v0.20.11
8322026-06-03T21:41:54.625Z Downloaded darling_core v0.21.3
8332026-06-03T21:41:54.627Z Downloaded oxnet v0.1.4
8342026-06-03T21:41:54.627Z Downloaded oxide-tokio-rt v0.1.4
8352026-06-03T21:41:54.627Z Downloaded litrs v1.0.0
8362026-06-03T21:41:54.630Z Downloaded base64 v0.22.1
8372026-06-03T21:41:54.633Z Downloaded proc-macro-error-attr2 v2.0.0
8382026-06-03T21:41:54.633Z Downloaded progenitor-client v0.10.0
8392026-06-03T21:41:54.635Z Downloaded predicates-tree v1.0.13
8402026-06-03T21:41:54.636Z Downloaded pbkdf2 v0.11.0
8412026-06-03T21:41:54.636Z Downloaded packed_struct v0.10.1
8422026-06-03T21:41:54.638Z Downloaded pem v3.0.6
8432026-06-03T21:41:54.638Z Downloaded ingot-macros v0.1.1
8442026-06-03T21:41:54.641Z Downloaded peg v0.8.5
8452026-06-03T21:41:54.646Z Downloaded heapless v0.8.0
8462026-06-03T21:41:54.649Z Downloaded paste v1.0.15
8472026-06-03T21:41:54.649Z Downloaded progenitor-client v0.14.0
8482026-06-03T21:41:54.649Z Downloaded num-integer v0.1.46
8492026-06-03T21:41:54.649Z Downloaded parse-display-derive v0.10.0
8502026-06-03T21:41:54.652Z Downloaded ignore v0.4.25
8512026-06-03T21:41:54.652Z Downloaded progenitor-macro v0.14.0
8522026-06-03T21:41:54.655Z Downloaded progenitor-macro v0.11.2
8532026-06-03T21:41:54.655Z Downloaded password-hash v0.5.0
8542026-06-03T21:41:54.655Z Downloaded quick-error v1.2.3
8552026-06-03T21:41:54.657Z Downloaded progenitor-macro v0.13.0
8562026-06-03T21:41:54.657Z Downloaded proc-macro-crate v3.4.0
8572026-06-03T21:41:54.657Z Downloaded predicates-core v1.0.10
8582026-06-03T21:41:54.661Z Downloaded parking_lot_core v0.8.6
8592026-06-03T21:41:54.661Z Downloaded memmap2 v0.9.10
8602026-06-03T21:41:54.663Z Downloaded libbz2-rs-sys v0.2.2
8612026-06-03T21:41:54.663Z Downloaded crossbeam-channel v0.5.15
8622026-06-03T21:41:54.666Z Downloaded derive_more v2.1.1
8632026-06-03T21:41:54.671Z Downloaded psl-types v2.0.11
8642026-06-03T21:41:54.675Z Downloaded phf v0.13.1
8652026-06-03T21:41:54.675Z Downloaded polyval v0.6.2
8662026-06-03T21:41:54.678Z Downloaded pin-project-internal v1.1.11
8672026-06-03T21:41:54.678Z Downloaded phf v0.12.1
8682026-06-03T21:41:54.678Z Downloaded peg-macros v0.8.5
8692026-06-03T21:41:54.683Z Downloaded rand_chacha v0.3.1
8702026-06-03T21:41:54.683Z Downloaded darling_core v0.23.0
8712026-06-03T21:41:54.683Z Downloaded rand_xorshift v0.4.0
8722026-06-03T21:41:54.687Z Downloaded der v0.7.10
8732026-06-03T21:41:54.687Z Downloaded pkg-config v0.3.32
8742026-06-03T21:41:54.687Z Downloaded half v2.7.1
8752026-06-03T21:41:54.690Z Downloaded proc-macro-crate v1.3.1
8762026-06-03T21:41:54.692Z Downloaded omicron-zone-package v0.12.2
8772026-06-03T21:41:54.692Z Downloaded ppv-lite86 v0.2.21
8782026-06-03T21:41:54.695Z Downloaded owo-colors v4.3.0
8792026-06-03T21:41:54.695Z Downloaded recursive-proc-macro-impl v0.1.1
8802026-06-03T21:41:54.695Z Downloaded recursive v0.1.1
8812026-06-03T21:41:54.698Z Downloaded primeorder v0.13.6
8822026-06-03T21:41:54.698Z Downloaded crypto-bigint v0.5.5
8832026-06-03T21:41:54.702Z Downloaded predicates v3.1.4
8842026-06-03T21:41:54.705Z Downloaded ref-cast v1.0.25
8852026-06-03T21:41:54.708Z Downloaded ref-cast-impl v1.0.25
8862026-06-03T21:41:54.708Z Downloaded indicatif v0.18.4
8872026-06-03T21:41:54.711Z Downloaded heapless v0.7.17
8882026-06-03T21:41:54.713Z Downloaded postgres-protocol v0.6.10
8892026-06-03T21:41:54.713Z Downloaded password-hash v0.4.2
8902026-06-03T21:41:54.716Z Downloaded progenitor v0.14.0
8912026-06-03T21:41:54.716Z Downloaded progenitor-client v0.13.0
8922026-06-03T21:41:54.716Z Downloaded progenitor-client v0.11.2
8932026-06-03T21:41:54.720Z Downloaded progenitor v0.13.0
8942026-06-03T21:41:54.720Z Downloaded progenitor v0.11.2
8952026-06-03T21:41:54.720Z Downloaded proc-macro-error2 v2.0.1
8962026-06-03T21:41:54.722Z Downloaded rtoolbox v0.0.3
8972026-06-03T21:41:54.723Z Downloaded radium v0.7.0
8982026-06-03T21:41:54.723Z Downloaded russh-cryptovec v0.7.3
8992026-06-03T21:41:54.725Z Downloaded rfc6979 v0.4.0
9002026-06-03T21:41:54.725Z Downloaded r2d2 v0.8.10
9012026-06-03T21:41:54.725Z Downloaded indexmap v1.9.3
9022026-06-03T21:41:54.729Z Downloaded parking_lot_core v0.9.12
9032026-06-03T21:41:54.732Z Downloaded parking_lot v0.12.5
9042026-06-03T21:41:54.732Z Downloaded parking_lot v0.11.2
9052026-06-03T21:41:54.735Z Downloaded const_format v0.2.35
9062026-06-03T21:41:54.735Z Downloaded headers v0.4.1
9072026-06-03T21:41:54.739Z Downloaded postcard v1.1.3
9082026-06-03T21:41:54.742Z Downloaded pem-rfc7468 v0.7.0
9092026-06-03T21:41:54.742Z Downloaded rustc_version v0.1.7
9102026-06-03T21:41:54.744Z Downloaded pkcs8 v0.10.2
9112026-06-03T21:41:54.744Z Downloaded rand_core v0.6.4
9122026-06-03T21:41:54.744Z Downloaded rustc-hash v2.1.1
9132026-06-03T21:41:54.747Z Downloaded rand_chacha v0.9.0
9142026-06-03T21:41:54.747Z Downloaded psm v0.1.30
9152026-06-03T21:41:54.749Z Downloaded pkcs5 v0.7.1
9162026-06-03T21:41:54.752Z Downloaded ed25519-dalek v2.2.0
9172026-06-03T21:41:54.752Z Downloaded pkcs1 v0.7.5
9182026-06-03T21:41:54.755Z Downloaded hickory-resolver v0.24.4
9192026-06-03T21:41:54.757Z Downloaded rand_core v0.9.5
9202026-06-03T21:41:54.757Z Downloaded poly1305 v0.8.0
9212026-06-03T21:41:54.760Z Downloaded expectorate v1.2.0
9222026-06-03T21:41:54.762Z Downloaded compact_str v0.8.1
9232026-06-03T21:41:54.762Z Downloaded same-file v1.0.6
9242026-06-03T21:41:54.765Z Downloaded miniz_oxide v0.8.9
9252026-06-03T21:41:54.768Z Downloaded salsa20 v0.10.2
9262026-06-03T21:41:54.768Z Downloaded base64 v0.21.7
9272026-06-03T21:41:54.770Z Downloaded scheduled-thread-pool v0.2.7
9282026-06-03T21:41:54.770Z Downloaded secrecy v0.8.0
9292026-06-03T21:41:54.773Z Downloaded scopeguard v1.2.0
9302026-06-03T21:41:54.773Z Downloaded rand_seeder v0.4.0
9312026-06-03T21:41:54.773Z Downloaded rand_core v0.10.0
9322026-06-03T21:41:54.776Z Downloaded papergrid v0.17.0
9332026-06-03T21:41:54.778Z Downloaded secrecy v0.10.3
9342026-06-03T21:41:54.778Z Downloaded scrypt v0.11.0
9352026-06-03T21:41:54.781Z Downloaded scroll_derive v0.13.1
9362026-06-03T21:41:54.781Z Downloaded p256 v0.13.2
9372026-06-03T21:41:54.783Z Downloaded jiff-static v0.2.21
9382026-06-03T21:41:54.786Z Downloaded hickory-resolver v0.25.2
9392026-06-03T21:41:54.788Z Downloaded resolv-conf v0.7.6
9402026-06-03T21:41:54.788Z Downloaded pin-utils v0.1.0
9412026-06-03T21:41:54.788Z Downloaded phf_shared v0.13.1
9422026-06-03T21:41:54.791Z Downloaded phf_shared v0.12.1
9432026-06-03T21:41:54.791Z Downloaded sapling-renderdag v0.1.0
9442026-06-03T21:41:54.791Z Downloaded serde-big-array v0.5.1
9452026-06-03T21:41:54.793Z Downloaded seq-macro v0.3.6
9462026-06-03T21:41:54.793Z Downloaded serde_spanned v1.0.4
9472026-06-03T21:41:54.796Z Downloaded semver v0.1.20
9482026-06-03T21:41:54.796Z Downloaded num_enum_derive v0.7.5
9492026-06-03T21:41:54.796Z Downloaded num_enum v0.7.5
9502026-06-03T21:41:54.799Z Downloaded serde_plain v1.0.2
9512026-06-03T21:41:54.801Z Downloaded diesel_derives v2.3.7
9522026-06-03T21:41:54.804Z Downloaded pin-project-lite v0.2.17
9532026-06-03T21:41:54.807Z Downloaded pin-project v1.1.11
9542026-06-03T21:41:54.813Z Downloaded sha1 v0.10.6
9552026-06-03T21:41:54.817Z Downloaded serde_urlencoded v0.7.1
9562026-06-03T21:41:54.817Z Downloaded serde_repr v0.1.20
9572026-06-03T21:41:54.819Z Downloaded rusty-fork v0.3.1
9582026-06-03T21:41:54.819Z Downloaded quinn-udp v0.5.14
9592026-06-03T21:41:54.822Z Downloaded rustversion v1.0.22
9602026-06-03T21:41:54.822Z Downloaded prefix-trie v0.7.0
9612026-06-03T21:41:54.825Z Downloaded rustls-pemfile v2.2.0
9622026-06-03T21:41:54.828Z Downloaded shell-words v1.1.1
9632026-06-03T21:41:54.828Z Downloaded sigpipe v0.1.3
9642026-06-03T21:41:54.828Z Downloaded signature v2.2.0
9652026-06-03T21:41:54.831Z Downloaded rustls-pemfile v1.0.4
9662026-06-03T21:41:54.831Z Downloaded rustc_version v0.4.1
9672026-06-03T21:41:54.831Z Downloaded rustls-native-certs v0.8.3
9682026-06-03T21:41:54.833Z Downloaded progenitor-extras v0.2.0
9692026-06-03T21:41:54.834Z Downloaded signal-hook-tokio v0.3.1
9702026-06-03T21:41:54.836Z Downloaded num-complex v0.4.6
9712026-06-03T21:41:54.836Z Downloaded siphasher v1.0.2
9722026-06-03T21:41:54.836Z Downloaded flume v0.11.1
9732026-06-03T21:41:54.838Z Downloaded slog-envlogger v2.2.0
9742026-06-03T21:41:54.841Z Downloaded der_derive v0.7.3
9752026-06-03T21:41:54.841Z Downloaded postgres-types v0.2.12
9762026-06-03T21:41:54.843Z Downloaded signal-hook-mio v0.2.5
9772026-06-03T21:41:54.845Z Downloaded crossbeam-epoch v0.9.18
9782026-06-03T21:41:54.845Z Downloaded defmt v1.0.1
9792026-06-03T21:41:54.848Z Downloaded hickory-server v0.25.2
9802026-06-03T21:41:54.852Z Downloaded hashbrown v0.13.2
9812026-06-03T21:41:54.854Z Downloaded progenitor-impl v0.14.0
9822026-06-03T21:41:54.857Z Downloaded progenitor-impl v0.13.0
9832026-06-03T21:41:54.860Z Downloaded const_format_proc_macros v0.2.34
9842026-06-03T21:41:54.860Z Downloaded sec1 v0.7.3
9852026-06-03T21:41:54.862Z Downloaded sct v0.7.1
9862026-06-03T21:41:54.864Z Downloaded serde_derive_internals v0.29.1
9872026-06-03T21:41:54.864Z Downloaded serde_bytes v0.11.19
9882026-06-03T21:41:54.867Z Downloaded scroll v0.13.0
9892026-06-03T21:41:54.870Z Downloaded russh-keys v0.45.0
9902026-06-03T21:41:54.874Z Downloaded hashbrown v0.12.3
9912026-06-03T21:41:54.880Z Downloaded http v1.4.0
9922026-06-03T21:41:54.883Z Downloaded sqlparser_derive v0.5.0
9932026-06-03T21:41:54.886Z Downloaded slog-bunyan v2.5.0
9942026-06-03T21:41:54.886Z Downloaded serde_path_to_error v0.1.20
9952026-06-03T21:41:54.888Z Downloaded ssh-cipher v0.2.0
9962026-06-03T21:41:54.888Z Downloaded serde_with_macros v1.5.2
9972026-06-03T21:41:54.891Z Downloaded ssh-encoding v0.2.0
9982026-06-03T21:41:54.891Z Downloaded oso v0.27.3
9992026-06-03T21:41:54.894Z Downloaded dropshot-api-manager v0.7.2
10002026-06-03T21:41:54.897Z Downloaded structmeta v0.3.0
10012026-06-03T21:41:54.899Z Downloaded strip-ansi-escapes v0.2.1
10022026-06-03T21:41:54.899Z Downloaded minimal-lexical v0.2.1
10032026-06-03T21:41:54.902Z Downloaded hyper-util v0.1.20
10042026-06-03T21:41:54.906Z Downloaded strum v0.27.2
10052026-06-03T21:41:54.908Z Downloaded rustls-pki-types v1.14.0
10062026-06-03T21:41:54.908Z Downloaded smf v0.2.3
10072026-06-03T21:41:54.911Z Downloaded strum v0.26.3
10082026-06-03T21:41:54.911Z Downloaded strsim v0.10.0
10092026-06-03T21:41:54.911Z Downloaded sync-ptr v0.1.4
10102026-06-03T21:41:54.913Z Downloaded supports-color v3.0.2
10112026-06-03T21:41:54.913Z Downloaded subtle v2.6.1
10122026-06-03T21:41:54.916Z Downloaded itertools v0.10.5
10132026-06-03T21:41:54.918Z Downloaded simd-adler32 v0.3.8
10142026-06-03T21:41:54.921Z Downloaded rcgen v0.12.1
10152026-06-03T21:41:54.921Z Downloaded openssl-sys v0.9.115
10162026-06-03T21:41:54.924Z Downloaded structmeta-derive v0.3.0
10172026-06-03T21:41:54.927Z Downloaded snafu-derive v0.8.9
10182026-06-03T21:41:54.927Z Downloaded slab v0.4.12
10192026-06-03T21:41:54.929Z Downloaded serde_cbor v0.11.2
10202026-06-03T21:41:54.929Z Downloaded take_mut v0.2.2
10212026-06-03T21:41:54.932Z Downloaded pretty_assertions v1.4.1
10222026-06-03T21:41:54.932Z Downloaded termtree v0.5.1
10232026-06-03T21:41:54.934Z Downloaded crossterm v0.29.0
10242026-06-03T21:41:54.937Z Downloaded tabwriter v1.4.1
10252026-06-03T21:41:54.939Z Downloaded progenitor-impl v0.11.2
10262026-06-03T21:41:54.939Z Downloaded ron v0.8.1
10272026-06-03T21:41:54.943Z Downloaded sync_wrapper v1.0.2
10282026-06-03T21:41:54.945Z Downloaded rustls-platform-verifier v0.6.2
10292026-06-03T21:41:54.948Z Downloaded testing_table v0.3.0
10302026-06-03T21:41:54.948Z Downloaded tap v1.0.1
10312026-06-03T21:41:54.948Z Downloaded thiserror-impl-no-std v2.0.2
10322026-06-03T21:41:54.951Z Downloaded serde-hex v0.1.0
10332026-06-03T21:41:54.951Z Downloaded tabled_derive v0.11.0
10342026-06-03T21:41:54.951Z Downloaded sqlformat v0.3.5
10352026-06-03T21:41:54.953Z Downloaded smallvec v0.6.14
10362026-06-03T21:41:54.954Z Downloaded aes v0.8.4
10372026-06-03T21:41:54.956Z Downloaded stringprep v0.1.5
10382026-06-03T21:41:54.959Z Downloaded aes-gcm v0.10.3
10392026-06-03T21:41:54.961Z Downloaded stacker v0.1.23
10402026-06-03T21:41:54.961Z Downloaded prettyplease v0.2.37
10412026-06-03T21:41:54.964Z Downloaded time-core v0.1.8
10422026-06-03T21:41:54.966Z Downloaded spki v0.7.3
10432026-06-03T21:41:54.966Z Downloaded schemars v0.8.22
10442026-06-03T21:41:54.973Z Downloaded tinyvec_macros v0.1.1
10452026-06-03T21:41:54.977Z Downloaded support-bundle-viewer v0.1.2
10462026-06-03T21:41:54.977Z Downloaded hashbrown v0.15.5
10472026-06-03T21:41:54.980Z Downloaded quinn v0.11.9
10482026-06-03T21:41:54.983Z Downloaded nom v7.1.3
10492026-06-03T21:41:54.986Z Downloaded hashbrown v0.16.1
10502026-06-03T21:41:54.988Z Downloaded thread-id v5.1.0
10512026-06-03T21:41:54.991Z Downloaded strum_macros v0.26.4
10522026-06-03T21:41:54.991Z Downloaded ryu v1.0.23
10532026-06-03T21:41:54.994Z Downloaded strum_macros v0.24.3
10542026-06-03T21:41:54.994Z Downloaded slog-dtrace v0.3.0
10552026-06-03T21:41:54.997Z Downloaded termios v0.3.3
10562026-06-03T21:41:54.997Z Downloaded rand v0.8.6
10572026-06-03T21:41:55.000Z Downloaded rayon-core v1.13.0
10582026-06-03T21:41:55.003Z Downloaded strum_macros v0.27.2
10592026-06-03T21:41:55.003Z Downloaded slog-async v2.8.0
10602026-06-03T21:41:55.006Z Downloaded tokio-macros v2.7.0
10612026-06-03T21:41:55.006Z Downloaded serde_with_macros v3.17.0
10622026-06-03T21:41:55.007Z Downloaded slog-term v2.9.2
10632026-06-03T21:41:55.010Z Downloaded topological-sort v0.2.2
10642026-06-03T21:41:55.010Z Downloaded mio v1.2.0
10652026-06-03T21:41:55.013Z Downloaded crossterm v0.28.1
10662026-06-03T21:41:55.017Z Downloaded thiserror-no-std v2.0.2
10672026-06-03T21:41:55.020Z Downloaded serde_yaml v0.9.34+deprecated
10682026-06-03T21:41:55.023Z Downloaded tower-service v0.3.3
10692026-06-03T21:41:55.023Z Downloaded tower-layer v0.3.3
10702026-06-03T21:41:55.025Z Downloaded string_cache v0.8.9
10712026-06-03T21:41:55.025Z Downloaded shlex v1.3.0
10722026-06-03T21:41:55.025Z Downloaded tagptr v0.2.0
10732026-06-03T21:41:55.028Z Downloaded num-bigint v0.4.6
10742026-06-03T21:41:55.031Z Downloaded trait-variant v0.1.2
10752026-06-03T21:41:55.031Z Downloaded signal-hook-registry v1.4.8
10762026-06-03T21:41:55.034Z Downloaded slog-stdlog v4.1.1
10772026-06-03T21:41:55.034Z Downloaded similar v2.7.0
10782026-06-03T21:41:55.036Z Downloaded time-macros v0.2.27
10792026-06-03T21:41:55.040Z Downloaded tls_codec_derive v0.4.2
10802026-06-03T21:41:55.040Z Downloaded slog-scope v4.4.1
10812026-06-03T21:41:55.043Z Downloaded try-lock v0.2.5
10822026-06-03T21:41:55.043Z Downloaded spin v0.9.8
10832026-06-03T21:41:55.043Z Downloaded slog-json v2.6.1
10842026-06-03T21:41:55.046Z Downloaded unarray v0.1.4
10852026-06-03T21:41:55.046Z Downloaded typify-macro v0.6.2
10862026-06-03T21:41:55.046Z Downloaded typify-macro v0.4.3
10872026-06-03T21:41:55.049Z Downloaded thread_local v1.1.9
10882026-06-03T21:41:55.049Z Downloaded static_assertions v1.1.0
10892026-06-03T21:41:55.049Z Downloaded qorb v0.4.1
10902026-06-03T21:41:55.051Z Downloaded socket2 v0.6.3
10912026-06-03T21:41:55.054Z Downloaded rsa v0.9.10
10922026-06-03T21:41:55.056Z Downloaded tokio-rustls v0.25.0
10932026-06-03T21:41:55.059Z Downloaded publicsuffix v2.3.0
10942026-06-03T21:41:55.059Z Downloaded unicode-truncate v1.1.0
10952026-06-03T21:41:55.062Z Downloaded signal-hook v0.3.18
10962026-06-03T21:41:55.062Z Downloaded usdt v0.6.0
10972026-06-03T21:41:55.066Z Downloaded untrusted v0.9.0
10982026-06-03T21:41:55.066Z Downloaded untrusted v0.7.1
10992026-06-03T21:41:55.066Z Downloaded aho-corasick v1.1.4
11002026-06-03T21:41:55.068Z Downloaded schemars_derive v0.8.22
11012026-06-03T21:41:55.071Z Downloaded libxml v0.3.3
11022026-06-03T21:41:55.074Z Downloaded tokio-tungstenite v0.21.0
11032026-06-03T21:41:55.076Z Downloaded tokio-native-tls v0.3.1
11042026-06-03T21:41:55.076Z Downloaded tokio-dtrace v0.1.1
11052026-06-03T21:41:55.079Z Downloaded universal-hash v0.5.1
11062026-06-03T21:41:55.079Z Downloaded tokio-tungstenite v0.23.1
11072026-06-03T21:41:55.083Z Downloaded unit-prefix v0.5.2
11082026-06-03T21:41:55.083Z Downloaded tls_codec v0.4.2
11092026-06-03T21:41:55.083Z Downloaded utf-8 v0.7.6
11102026-06-03T21:41:55.086Z Downloaded toml_writer v1.0.6+spec-1.1.0
11112026-06-03T21:41:55.086Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11122026-06-03T21:41:55.086Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11132026-06-03T21:41:55.089Z Downloaded waitgroup v0.1.2
11142026-06-03T21:41:55.089Z Downloaded iri-string v0.7.10
11152026-06-03T21:41:55.095Z Downloaded want v0.3.1
11162026-06-03T21:41:55.098Z Downloaded void v1.0.2
11172026-06-03T21:41:55.098Z Downloaded term v1.2.1
11182026-06-03T21:41:55.098Z Downloaded slog v2.8.2
11192026-06-03T21:41:55.101Z Downloaded usdt-macro v0.6.0
11202026-06-03T21:41:55.101Z Downloaded socket2 v0.5.10
11212026-06-03T21:41:55.104Z Downloaded hyper v1.8.1
11222026-06-03T21:41:55.108Z Downloaded rustls-webpki v0.103.9
11232026-06-03T21:41:55.111Z Downloaded wait-timeout v0.2.1
11242026-06-03T21:41:55.111Z Downloaded itertools v0.13.0
11252026-06-03T21:41:55.115Z Downloaded tui-tree-widget v0.23.1
11262026-06-03T21:41:55.115Z Downloaded schemars v1.2.1
11272026-06-03T21:41:55.122Z Downloaded xshell-macros v0.2.7
11282026-06-03T21:41:55.128Z Downloaded xattr v1.6.1
11292026-06-03T21:41:55.128Z Downloaded hkdf v0.12.4
11302026-06-03T21:41:55.128Z Downloaded unicase v2.9.0
11312026-06-03T21:41:55.128Z Downloaded itertools v0.12.1
11322026-06-03T21:41:55.131Z Downloaded tokio-stream v0.1.18
11332026-06-03T21:41:55.134Z Downloaded usdt-attr-macro v0.6.0
11342026-06-03T21:41:55.138Z Downloaded samael v0.0.19
11352026-06-03T21:41:55.142Z Downloaded schemars v0.9.0
11362026-06-03T21:41:55.149Z Downloaded vergen-git2 v9.1.0
11372026-06-03T21:41:55.153Z Downloaded usdt-impl v0.6.0
11382026-06-03T21:41:55.153Z Downloaded zone_cfg_derive v0.3.1
11392026-06-03T21:41:55.153Z Downloaded test-strategy v0.4.5
11402026-06-03T21:41:55.156Z Downloaded zone v0.3.1
11412026-06-03T21:41:55.156Z Downloaded tokio-rustls v0.24.1
11422026-06-03T21:41:55.159Z Downloaded itertools v0.14.0
11432026-06-03T21:41:55.162Z Downloaded vsss-rs v3.3.4
11442026-06-03T21:41:55.165Z Downloaded futures-util v0.3.32
11452026-06-03T21:41:55.170Z Downloaded zeroize_derive v1.4.3
11462026-06-03T21:41:55.174Z Downloaded toml_parser v1.0.9+spec-1.1.0
11472026-06-03T21:41:55.174Z Downloaded vergen-lib v9.1.0
11482026-06-03T21:41:55.174Z Downloaded tracing-attributes v0.1.31
11492026-06-03T21:41:55.177Z Downloaded whoami v1.6.1
11502026-06-03T21:41:55.177Z Downloaded tokio-rustls v0.26.4
11512026-06-03T21:41:55.177Z Downloaded vergen-gitcl v1.0.8
11522026-06-03T21:41:55.180Z Downloaded uzers v0.12.2
11532026-06-03T21:41:55.180Z Downloaded term v0.7.0
11542026-06-03T21:41:55.184Z Downloaded wyz v0.5.1
11552026-06-03T21:41:55.184Z Downloaded walkdir v2.5.0
11562026-06-03T21:41:55.184Z Downloaded tiny-keccak v2.0.2
11572026-06-03T21:41:55.188Z Downloaded snafu v0.8.9
11582026-06-03T21:41:55.190Z Downloaded subprocess v0.2.15
11592026-06-03T21:41:55.191Z Downloaded whoami v2.1.0
11602026-06-03T21:41:55.193Z Downloaded rand v0.9.2
11612026-06-03T21:41:55.198Z Downloaded tinyvec v1.10.0
11622026-06-03T21:41:55.198Z Downloaded twox-hash v2.1.2
11632026-06-03T21:41:55.201Z Downloaded xshell v0.2.7
11642026-06-03T21:41:55.201Z Downloaded russh v0.45.0
11652026-06-03T21:41:55.204Z Downloaded unicode-properties v0.1.4
11662026-06-03T21:41:55.204Z Downloaded num-bigint-dig v0.8.6
11672026-06-03T21:41:55.211Z Downloaded zeroize v1.8.2
11682026-06-03T21:41:55.214Z Downloaded vergen v9.1.0
11692026-06-03T21:41:55.214Z Downloaded iddqd v0.4.2
11702026-06-03T21:41:55.218Z Downloaded toml v1.0.6+spec-1.1.0
11712026-06-03T21:41:55.221Z Downloaded zstd-safe v7.2.4
11722026-06-03T21:41:55.224Z Downloaded vergen-lib v0.1.6
11732026-06-03T21:41:55.224Z Downloaded h2 v0.4.13
11742026-06-03T21:41:55.233Z Downloaded zstd v0.13.3
11752026-06-03T21:41:55.237Z Downloaded rustyline v14.0.0
11762026-06-03T21:41:55.237Z Downloaded toml v0.7.8
11772026-06-03T21:41:55.237Z Downloaded tar v0.4.45
11782026-06-03T21:41:55.237Z Downloaded tungstenite v0.21.0
11792026-06-03T21:41:55.245Z Downloaded p521 v0.13.3
11802026-06-03T21:41:55.245Z Downloaded typify v0.6.2
11812026-06-03T21:41:55.250Z Downloaded typify v0.4.3
11822026-06-03T21:41:55.253Z Downloaded rpassword v7.4.0
11832026-06-03T21:41:55.256Z Downloaded steno v0.4.1
11842026-06-03T21:41:55.258Z Downloaded zerocopy v0.6.6
11852026-06-03T21:41:55.258Z Downloaded yasna v0.5.2
11862026-06-03T21:41:55.261Z Downloaded rand v0.10.0
11872026-06-03T21:41:55.266Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-06-03T21:41:55.280Z Downloaded tracing-core v0.1.36
11892026-06-03T21:41:55.283Z Downloaded vte v0.14.1
11902026-06-03T21:41:55.289Z Downloaded reedline v0.40.0
11912026-06-03T21:41:55.292Z Downloaded unicode-bidi v0.3.18
11922026-06-03T21:41:55.292Z Downloaded libm v0.2.16
11932026-06-03T21:41:55.297Z Downloaded bitvec v1.0.1
11942026-06-03T21:41:55.311Z Downloaded zopfli v0.8.3
11952026-06-03T21:41:55.313Z Downloaded ssh-key v0.6.7
11962026-06-03T21:41:55.317Z Downloaded uuid v1.23.0
11972026-06-03T21:41:55.321Z Downloaded unsafe-libyaml v0.2.11
11982026-06-03T21:41:55.330Z Downloaded tungstenite v0.23.0
11992026-06-03T21:41:55.336Z Downloaded blake3 v1.8.3
12002026-06-03T21:41:55.343Z Downloaded yansi v1.0.1
12012026-06-03T21:41:55.346Z Downloaded unicode_categories v0.1.1
12022026-06-03T21:41:55.346Z Downloaded reqwest v0.13.2
12032026-06-03T21:41:55.349Z Downloaded tokio-postgres v0.7.16
12042026-06-03T21:41:55.352Z Downloaded portable-atomic v1.13.1
12052026-06-03T21:41:55.357Z Downloaded zip v0.6.6
12062026-06-03T21:41:55.359Z Downloaded regex v1.12.3
12072026-06-03T21:41:55.362Z Downloaded serde_with v1.14.0
12082026-06-03T21:41:55.365Z Downloaded aws-lc-rs v1.16.3
12092026-06-03T21:41:55.370Z Downloaded chrono v0.4.44
12102026-06-03T21:41:55.375Z Downloaded reqwest v0.12.28
12112026-06-03T21:41:55.380Z Downloaded git2 v0.20.4
12122026-06-03T21:41:55.388Z Downloaded toml_edit v0.19.15
12132026-06-03T21:41:55.398Z Downloaded tower v0.5.3
12142026-06-03T21:41:55.404Z Downloaded quick-xml v0.37.5
12152026-06-03T21:41:55.407Z Downloaded x509-cert v0.2.5
12162026-06-03T21:41:55.413Z Downloaded zerocopy-derive v0.8.40
12172026-06-03T21:41:55.416Z Downloaded rustls-webpki v0.101.7
12182026-06-03T21:41:55.424Z Downloaded unicode-segmentation v1.12.0
12192026-06-03T21:41:55.427Z Downloaded typed-path v0.9.3
12202026-06-03T21:41:55.430Z Downloaded salty v0.3.0
12212026-06-03T21:41:55.434Z Downloaded p384 v0.13.1
12222026-06-03T21:41:55.441Z Downloaded rayon v1.11.0
12232026-06-03T21:41:55.444Z Downloaded tokio-util v0.7.18
12242026-06-03T21:41:55.447Z Downloaded lalrpop v0.19.12
12252026-06-03T21:41:55.453Z Downloaded zip v4.6.1
12262026-06-03T21:41:55.456Z Downloaded unicode-normalization v0.1.25
12272026-06-03T21:41:55.458Z Downloaded tower-http v0.6.8
12282026-06-03T21:41:55.473Z Downloaded goblin v0.10.5
12292026-06-03T21:41:55.478Z Downloaded tough v0.22.0
12302026-06-03T21:41:55.483Z Downloaded moka v0.12.13
12312026-06-03T21:41:55.487Z Downloaded serde_with v3.17.0
12322026-06-03T21:41:55.495Z Downloaded radix_trie v0.2.1
12332026-06-03T21:41:55.498Z Downloaded bstr v1.12.1
12342026-06-03T21:41:55.503Z Downloaded proptest v1.10.0
12352026-06-03T21:41:55.510Z Downloaded dropshot v0.17.0
12362026-06-03T21:41:55.524Z Downloaded winnow v0.6.26
12372026-06-03T21:41:55.529Z Downloaded winnow v0.5.40
12382026-06-03T21:41:55.534Z Downloaded petname v2.0.2
12392026-06-03T21:41:55.537Z Downloaded rustls-webpki v0.102.8
12402026-06-03T21:41:55.548Z Downloaded object v0.30.4
12412026-06-03T21:41:55.553Z Downloaded nix v0.27.1
12422026-06-03T21:41:55.559Z Downloaded time v0.3.47
12432026-06-03T21:41:55.567Z Downloaded rustls v0.21.12
12442026-06-03T21:41:55.574Z Downloaded quinn-proto v0.11.13
12452026-06-03T21:41:55.578Z Downloaded openssl v0.10.79
12462026-06-03T21:41:55.584Z Downloaded polar-core v0.27.3
12472026-06-03T21:41:55.597Z Downloaded nix v0.31.2
12482026-06-03T21:41:55.603Z Downloaded webpki-roots v1.0.6
12492026-06-03T21:41:55.606Z Downloaded tabled v0.20.0
12502026-06-03T21:41:55.616Z Downloaded vcpkg v0.2.15
12512026-06-03T21:41:55.641Z Downloaded object v0.37.3
12522026-06-03T21:41:55.648Z Downloaded rustls v0.23.37
12532026-06-03T21:41:55.654Z Downloaded regex-syntax v0.6.29
12542026-06-03T21:41:55.659Z Downloaded openapiv3 v2.2.0
12552026-06-03T21:41:55.666Z Downloaded rustls v0.22.4
12562026-06-03T21:41:55.673Z Downloaded diesel v2.3.7
12572026-06-03T21:41:55.687Z Downloaded nix v0.28.0
12582026-06-03T21:41:55.693Z Downloaded smoltcp v0.9.1
12592026-06-03T21:41:55.700Z Downloaded hickory-proto v0.24.4
12602026-06-03T21:41:55.709Z Downloaded zerocopy v0.8.40
12612026-06-03T21:41:55.714Z Downloaded zlib-rs v0.6.2
12622026-06-03T21:41:55.718Z Downloaded sqlparser v0.61.0
12632026-06-03T21:41:55.724Z Downloaded typify-impl v0.6.2
12642026-06-03T21:41:55.732Z Downloaded tracing v0.1.44
12652026-06-03T21:41:55.746Z Downloaded typify-impl v0.4.3
12662026-06-03T21:41:55.755Z Downloaded regress v0.10.5
12672026-06-03T21:41:55.760Z Downloaded ratatui v0.29.0
12682026-06-03T21:41:55.773Z Downloaded rustix v0.38.44
12692026-06-03T21:41:55.785Z Downloaded hickory-proto v0.25.2
12702026-06-03T21:41:55.811Z Downloaded regress v0.11.1
12712026-06-03T21:41:55.821Z Downloaded regex-syntax v0.8.10
12722026-06-03T21:41:55.830Z Downloaded smoltcp v0.11.0
12732026-06-03T21:41:55.859Z Downloaded csv v1.4.0
12742026-06-03T21:41:55.872Z Downloaded sled v0.34.7
12752026-06-03T21:41:55.878Z Downloaded tokio v1.52.1
12762026-06-03T21:41:55.918Z Downloaded bzip2-sys v0.1.13+1.0.8
12772026-06-03T21:41:55.925Z Downloaded encoding_rs v0.8.35
12782026-06-03T21:41:55.976Z Downloaded zerocopy-derive v0.6.6
12792026-06-03T21:41:55.979Z Downloaded regex-automata v0.4.14
12802026-06-03T21:41:56.010Z Downloaded chrono-tz v0.10.4
12812026-06-03T21:41:56.022Z Downloaded petgraph v0.6.5
12822026-06-03T21:41:56.035Z Downloaded jiff v0.2.21
12832026-06-03T21:41:56.076Z Downloaded petgraph v0.8.3
12842026-06-03T21:41:56.089Z Downloaded libz-sys v1.1.24
12852026-06-03T21:41:56.102Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-06-03T21:41:56.113Z Downloaded sha3 v0.10.8
12872026-06-03T21:41:56.210Z Downloaded ring v0.17.14
12882026-06-03T21:41:56.261Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-06-03T21:41:56.752Z Downloaded aws-lc-sys v0.40.0
12902026-06-03T21:41:57.003Z Compiling libc v0.2.185
12912026-06-03T21:41:57.003Z Compiling serde v1.0.228
12922026-06-03T21:41:57.006Z Compiling log v0.4.29
12932026-06-03T21:41:57.006Z Compiling shlex v1.3.0
12942026-06-03T21:41:57.006Z Compiling find-msvc-tools v0.1.9
12952026-06-03T21:41:57.006Z Compiling smallvec v1.15.1
12962026-06-03T21:41:57.006Z Compiling typenum v1.19.0
12972026-06-03T21:41:57.006Z Compiling subtle v2.6.1
12982026-06-03T21:41:57.158Z Compiling generic-array v0.14.7
12992026-06-03T21:41:57.161Z Compiling scopeguard v1.2.0
13002026-06-03T21:41:57.173Z Compiling const-oid v0.9.6
13012026-06-03T21:41:57.253Z Compiling serde_json v1.0.149
13022026-06-03T21:41:57.281Z Compiling syn v2.0.117
13032026-06-03T21:41:57.284Z Compiling zerocopy v0.8.40
13042026-06-03T21:41:57.284Z Compiling pin-project-lite v0.2.17
13052026-06-03T21:41:57.296Z Compiling parking_lot_core v0.9.12
13062026-06-03T21:41:57.341Z Compiling lock_api v0.4.14
13072026-06-03T21:41:57.364Z Compiling portable-atomic v1.13.1
13082026-06-03T21:41:57.399Z Compiling pkg-config v0.3.32
13092026-06-03T21:41:57.399Z Compiling bitflags v2.11.0
13102026-06-03T21:41:57.445Z Compiling critical-section v1.2.0
13112026-06-03T21:41:57.448Z Compiling futures-core v0.3.32
13122026-06-03T21:41:57.474Z Compiling libm v0.2.16
13132026-06-03T21:41:57.489Z Compiling num-traits v0.2.19
13142026-06-03T21:41:57.569Z Compiling percent-encoding v2.3.2
13152026-06-03T21:41:57.603Z Compiling futures-sink v0.3.32
13162026-06-03T21:41:57.662Z Compiling cpufeatures v0.2.17
13172026-06-03T21:41:57.692Z Compiling getrandom v0.4.1
13182026-06-03T21:41:57.695Z Compiling slab v0.4.12
13192026-06-03T21:41:57.738Z Compiling futures-channel v0.3.32
13202026-06-03T21:41:57.754Z Compiling futures-task v0.3.32
13212026-06-03T21:41:57.784Z Compiling futures-io v0.3.32
13222026-06-03T21:41:57.812Z Compiling rand_core v0.10.0
13232026-06-03T21:41:57.851Z Compiling indexmap v2.14.0
13242026-06-03T21:41:57.926Z Compiling rustversion v1.0.22
13252026-06-03T21:41:57.964Z Compiling getrandom v0.3.4
13262026-06-03T21:41:57.981Z Compiling form_urlencoded v1.2.2
13272026-06-03T21:41:57.986Z Compiling fs_extra v1.3.0
13282026-06-03T21:41:58.011Z Compiling dunce v1.0.5
13292026-06-03T21:41:58.042Z Compiling base64ct v1.8.3
13302026-06-03T21:41:58.069Z Compiling ident_case v1.0.1
13312026-06-03T21:41:58.116Z Compiling rustix v1.1.3
13322026-06-03T21:41:58.129Z Compiling regex-syntax v0.8.10
13332026-06-03T21:41:58.149Z Compiling getrandom v0.2.17
13342026-06-03T21:41:58.194Z Compiling jobserver v0.1.34
13352026-06-03T21:41:58.222Z Compiling errno v0.3.14
13362026-06-03T21:41:58.310Z Compiling rand_core v0.6.4
13372026-06-03T21:41:58.333Z Compiling mio v1.2.0
13382026-06-03T21:41:58.381Z Compiling signal-hook-registry v1.4.8
13392026-06-03T21:41:58.397Z Compiling socket2 v0.6.3
13402026-06-03T21:41:58.458Z Compiling cc v1.2.56
13412026-06-03T21:41:58.524Z Compiling once_cell v1.21.3
13422026-06-03T21:41:58.579Z Compiling parking_lot v0.12.5
13432026-06-03T21:41:58.616Z Compiling pem-rfc7468 v0.7.0
13442026-06-03T21:41:58.633Z Compiling iana-time-zone v0.1.65
13452026-06-03T21:41:58.649Z Compiling flagset v0.4.7
13462026-06-03T21:41:58.709Z Compiling aws-lc-rs v1.16.3
13472026-06-03T21:41:58.815Z Compiling vcpkg v0.2.15
13482026-06-03T21:41:58.866Z Compiling tracing-core v0.1.36
13492026-06-03T21:41:58.882Z Compiling uuid v1.23.0
13502026-06-03T21:41:58.885Z Compiling rustc_version v0.4.1
13512026-06-03T21:41:58.913Z Compiling base64 v0.22.1
13522026-06-03T21:41:58.959Z Compiling rand_core v0.9.5
13532026-06-03T21:41:59.002Z Compiling openssl-probe v0.2.1
13542026-06-03T21:41:59.037Z Compiling untrusted v0.9.0
13552026-06-03T21:41:59.052Z Compiling httparse v1.10.1
13562026-06-03T21:41:59.125Z Compiling tinyvec_macros v0.1.1
13572026-06-03T21:41:59.186Z Compiling untrusted v0.7.1
13582026-06-03T21:41:59.209Z Compiling cmake v0.1.57
13592026-06-03T21:41:59.211Z Compiling tinyvec v1.10.0
13602026-06-03T21:41:59.250Z Compiling aho-corasick v1.1.4
13612026-06-03T21:41:59.270Z Compiling rustls v0.23.37
13622026-06-03T21:41:59.289Z Compiling tower-layer v0.3.3
13632026-06-03T21:41:59.315Z Compiling tower-service v0.3.3
13642026-06-03T21:41:59.332Z Compiling atomic-waker v1.1.2
13652026-06-03T21:41:59.432Z Compiling try-lock v0.2.5
13662026-06-03T21:41:59.462Z Compiling schemars v0.8.22
13672026-06-03T21:41:59.478Z Compiling dyn-clone v1.0.20
13682026-06-03T21:41:59.481Z Compiling httpdate v1.0.3
13692026-06-03T21:41:59.481Z Compiling pin-utils v0.1.0
13702026-06-03T21:41:59.481Z Compiling openssl v0.10.79
13712026-06-03T21:41:59.556Z Compiling want v0.3.1
13722026-06-03T21:41:59.597Z Compiling foreign-types-shared v0.1.1
13732026-06-03T21:41:59.614Z Compiling unicode-normalization v0.1.25
13742026-06-03T21:41:59.614Z Compiling spin v0.9.8
13752026-06-03T21:41:59.646Z Compiling crc32fast v1.5.0
13762026-06-03T21:41:59.660Z Compiling time-core v0.1.8
13772026-06-03T21:41:59.677Z Compiling num-conv v0.2.0
13782026-06-03T21:41:59.704Z Compiling foreign-types v0.3.2
13792026-06-03T21:41:59.741Z Compiling powerfmt v0.2.0
13802026-06-03T21:41:59.756Z Compiling native-tls v0.2.18
13812026-06-03T21:41:59.758Z Compiling wait-timeout v0.2.1
13822026-06-03T21:41:59.790Z Compiling sync_wrapper v1.0.2
13832026-06-03T21:41:59.805Z Compiling simd-adler32 v0.3.8
13842026-06-03T21:41:59.831Z Compiling siphasher v1.0.2
13852026-06-03T21:41:59.831Z Compiling time-macros v0.2.27
13862026-06-03T21:41:59.862Z Compiling num_threads v0.1.7
13872026-06-03T21:41:59.877Z Compiling usdt-impl v0.6.0
13882026-06-03T21:41:59.920Z Compiling tempfile v3.25.0
13892026-06-03T21:41:59.972Z Compiling deranged v0.5.8
13902026-06-03T21:41:59.989Z Compiling crossbeam-utils v0.8.21
13912026-06-03T21:42:00.006Z Compiling bit-vec v0.8.0
13922026-06-03T21:42:00.021Z Compiling quick-error v1.2.3
13932026-06-03T21:42:00.051Z Compiling syn v1.0.109
13942026-06-03T21:42:00.099Z Compiling slog v2.8.2
13952026-06-03T21:42:00.117Z Compiling aws-lc-sys v0.40.0
13962026-06-03T21:42:00.133Z Compiling ring v0.17.14
13972026-06-03T21:42:00.147Z Compiling openssl-sys v0.9.115
13982026-06-03T21:42:00.152Z Compiling regex-automata v0.4.14
13992026-06-03T21:42:00.232Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-06-03T21:42:00.272Z Compiling synstructure v0.13.2
14012026-06-03T21:42:00.326Z Compiling serde_derive_internals v0.29.1
14022026-06-03T21:42:00.335Z Compiling pest_generator v2.8.6
14032026-06-03T21:42:00.337Z Compiling darling_core v0.20.11
14042026-06-03T21:42:00.381Z Compiling darling_core v0.21.3
14052026-06-03T21:42:00.525Z Compiling bit-set v0.8.0
14062026-06-03T21:42:00.720Z Compiling rusty-fork v0.3.1
14072026-06-03T21:42:00.773Z Compiling bzip2-sys v0.1.13+1.0.8
14082026-06-03T21:42:01.116Z Compiling heapless v0.7.17
14092026-06-03T21:42:01.136Z Compiling rand_xorshift v0.4.0
14102026-06-03T21:42:01.152Z Compiling thread-id v5.1.0
14112026-06-03T21:42:01.155Z Compiling time v0.3.47
14122026-06-03T21:42:01.185Z Compiling cookie v0.18.1
14132026-06-03T21:42:01.200Z Compiling paste v1.0.15
14142026-06-03T21:42:01.250Z Compiling zstd-safe v7.2.4
14152026-06-03T21:42:01.265Z Compiling iri-string v0.7.10
14162026-06-03T21:42:01.336Z Compiling ryu v1.0.23
14172026-06-03T21:42:01.374Z Compiling anyhow v1.0.102
14182026-06-03T21:42:01.396Z Compiling unicode-bidi v0.3.18
14192026-06-03T21:42:01.399Z Compiling signal-hook v0.3.18
14202026-06-03T21:42:01.481Z Compiling unarray v0.1.4
14212026-06-03T21:42:01.512Z Compiling adler2 v2.0.1
14222026-06-03T21:42:01.526Z Compiling unicode-properties v0.1.4
14232026-06-03T21:42:01.548Z Compiling allocator-api2 v0.2.21
14242026-06-03T21:42:01.650Z Compiling miniz_oxide v0.8.9
14252026-06-03T21:42:01.749Z Compiling stringprep v0.1.5
14262026-06-03T21:42:02.020Z Compiling num-integer v0.1.46
14272026-06-03T21:42:02.034Z Compiling vergen-lib v9.1.0
14282026-06-03T21:42:02.235Z Compiling serde_derive v1.0.228
14292026-06-03T21:42:02.252Z Compiling zeroize_derive v1.4.3
14302026-06-03T21:42:02.266Z Compiling zerofrom-derive v0.1.6
14312026-06-03T21:42:02.351Z Compiling yoke-derive v0.8.1
14322026-06-03T21:42:02.385Z Compiling zerocopy-derive v0.8.40
14332026-06-03T21:42:02.473Z Compiling zerovec-derive v0.11.2
14342026-06-03T21:42:02.507Z Compiling displaydoc v0.2.5
14352026-06-03T21:42:02.948Z Compiling tokio-macros v2.7.0
14362026-06-03T21:42:02.966Z Compiling futures-macro v0.3.32
14372026-06-03T21:42:02.990Z Compiling zeroize v1.8.2
14382026-06-03T21:42:02.993Z Compiling der_derive v0.7.3
14392026-06-03T21:42:03.228Z Compiling rustls-pki-types v1.14.0
14402026-06-03T21:42:03.343Z Compiling thiserror-impl v2.0.18
14412026-06-03T21:42:03.617Z Compiling tracing-attributes v0.1.31
14422026-06-03T21:42:03.714Z Compiling scroll_derive v0.13.1
14432026-06-03T21:42:03.757Z Compiling schemars_derive v0.8.22
14442026-06-03T21:42:03.773Z Compiling crypto-common v0.1.7
14452026-06-03T21:42:03.811Z Compiling zerofrom v0.1.6
14462026-06-03T21:42:03.834Z Compiling block-buffer v0.10.4
14472026-06-03T21:42:03.871Z Compiling futures-util v0.3.32
14482026-06-03T21:42:03.950Z Compiling yoke v0.8.1
14492026-06-03T21:42:03.965Z Compiling block-padding v0.3.3
14502026-06-03T21:42:04.034Z Compiling digest v0.10.7
14512026-06-03T21:42:04.071Z Compiling der v0.7.10
14522026-06-03T21:42:04.156Z Compiling zerovec v0.11.5
14532026-06-03T21:42:04.171Z Compiling zerotrie v0.2.3
14542026-06-03T21:42:04.312Z Compiling hmac v0.12.1
14552026-06-03T21:42:04.496Z Compiling inout v0.1.4
14562026-06-03T21:42:04.510Z Compiling sha2 v0.10.9
14572026-06-03T21:42:04.610Z Compiling pbkdf2 v0.12.2
14582026-06-03T21:42:04.754Z Compiling tinystr v0.8.2
14592026-06-03T21:42:04.777Z Compiling potential_utf v0.1.4
14602026-06-03T21:42:04.792Z Compiling cipher v0.4.4
14612026-06-03T21:42:04.809Z Compiling pest_derive v2.8.6
14622026-06-03T21:42:04.866Z Compiling thiserror v2.0.18
14632026-06-03T21:42:04.975Z Compiling icu_locale_core v2.1.1
14642026-06-03T21:42:04.991Z Compiling icu_collections v2.1.1
14652026-06-03T21:42:05.008Z Compiling spki v0.7.3
14662026-06-03T21:42:05.095Z Compiling salsa20 v0.10.2
14672026-06-03T21:42:05.124Z Compiling tracing v0.1.44
14682026-06-03T21:42:05.188Z Compiling cbc v0.1.2
14692026-06-03T21:42:05.217Z Compiling aes v0.8.4
14702026-06-03T21:42:05.245Z Compiling scrypt v0.11.0
14712026-06-03T21:42:05.301Z Compiling scroll v0.13.0
14722026-06-03T21:42:05.367Z Compiling darling_macro v0.20.11
14732026-06-03T21:42:05.430Z Compiling openssl-macros v0.1.1
14742026-06-03T21:42:05.446Z Compiling rustls-native-certs v0.8.3
14752026-06-03T21:42:05.541Z Compiling goblin v0.10.5
14762026-06-03T21:42:05.544Z Compiling dtrace-parser v0.3.0
14772026-06-03T21:42:05.598Z Compiling signature v2.2.0
14782026-06-03T21:42:05.768Z Compiling icu_provider v2.1.1
14792026-06-03T21:42:05.812Z Compiling pkcs5 v0.7.1
14802026-06-03T21:42:05.924Z Compiling darling v0.20.11
14812026-06-03T21:42:06.001Z Compiling bytes v1.11.1
14822026-06-03T21:42:06.021Z Compiling chrono v0.4.44
14832026-06-03T21:42:06.036Z Compiling ipnet v2.11.0
14842026-06-03T21:42:06.075Z Compiling icu_properties v2.1.2
14852026-06-03T21:42:06.090Z Compiling icu_normalizer v2.1.1
14862026-06-03T21:42:06.145Z Compiling derive_builder_core v0.20.2
14872026-06-03T21:42:06.393Z Compiling pkcs8 v0.10.2
14882026-06-03T21:42:06.393Z Compiling webpki-roots v1.0.6
14892026-06-03T21:42:06.425Z Compiling scroll_derive v0.12.1
14902026-06-03T21:42:06.446Z Compiling thiserror-impl v1.0.69
14912026-06-03T21:42:06.555Z Compiling tokio v1.52.1
14922026-06-03T21:42:06.600Z Compiling http v1.4.0
14932026-06-03T21:42:06.678Z Compiling serde_urlencoded v0.7.1
14942026-06-03T21:42:06.693Z Compiling toml_datetime v0.6.11
14952026-06-03T21:42:06.750Z Compiling erased-serde v0.3.31
14962026-06-03T21:42:06.961Z Compiling serde_spanned v0.6.9
14972026-06-03T21:42:06.991Z Compiling idna_adapter v1.2.1
14982026-06-03T21:42:07.107Z Compiling derive_builder_macro v0.20.2
14992026-06-03T21:42:07.135Z Compiling idna v1.1.0
15002026-06-03T21:42:07.159Z Compiling ppv-lite86 v0.2.21
15012026-06-03T21:42:07.181Z Compiling scroll v0.12.0
15022026-06-03T21:42:07.286Z Compiling http-body v1.0.1
15032026-06-03T21:42:07.307Z Compiling serde_tokenstream v0.2.3
15042026-06-03T21:42:07.320Z Compiling md-5 v0.10.6
15052026-06-03T21:42:07.360Z Compiling darling_macro v0.21.3
15062026-06-03T21:42:07.468Z Compiling url v2.5.8
15072026-06-03T21:42:07.483Z Compiling rand_chacha v0.9.0
15082026-06-03T21:42:07.514Z Compiling http-body-util v0.1.3
15092026-06-03T21:42:07.529Z Compiling rand_chacha v0.3.1
15102026-06-03T21:42:07.547Z Compiling bstr v1.12.1
15112026-06-03T21:42:07.605Z Compiling zerocopy-derive v0.7.35
15122026-06-03T21:42:07.625Z Compiling async-trait v0.1.89
15132026-06-03T21:42:07.668Z Compiling pin-project-internal v1.1.11
15142026-06-03T21:42:07.789Z Compiling rand v0.9.2
15152026-06-03T21:42:07.836Z Compiling thiserror v1.0.69
15162026-06-03T21:42:07.871Z Compiling curve25519-dalek v4.1.3
15172026-06-03T21:42:07.921Z Compiling ff v0.13.1
15182026-06-03T21:42:07.964Z Compiling hash32 v0.2.1
15192026-06-03T21:42:08.182Z Compiling memoffset v0.9.1
15202026-06-03T21:42:08.251Z Compiling encoding_rs v0.8.35
15212026-06-03T21:42:08.268Z Compiling fallible-iterator v0.2.0
15222026-06-03T21:42:08.282Z Compiling litrs v1.0.0
15232026-06-03T21:42:08.409Z Compiling proptest v1.10.0
15242026-06-03T21:42:08.434Z Compiling zlib-rs v0.6.2
15252026-06-03T21:42:08.577Z Compiling dof v0.4.0
15262026-06-03T21:42:08.607Z Compiling psl-types v2.0.11
15272026-06-03T21:42:08.670Z Compiling num-bigint-dig v0.8.6
15282026-06-03T21:42:08.723Z Compiling base16ct v0.2.0
15292026-06-03T21:42:08.753Z Compiling rustix v0.38.44
15302026-06-03T21:42:08.806Z Compiling mime v0.3.17
15312026-06-03T21:42:08.848Z Compiling smoltcp v0.9.1
15322026-06-03T21:42:08.902Z Compiling ipnetwork v0.21.1
15332026-06-03T21:42:08.905Z Compiling ref-cast v1.0.25
15342026-06-03T21:42:08.932Z Compiling cfg_aliases v0.2.1
15352026-06-03T21:42:08.935Z Compiling pin-project v1.1.11
15362026-06-03T21:42:09.022Z Compiling nix v0.31.2
15372026-06-03T21:42:09.107Z Compiling sec1 v0.7.3
15382026-06-03T21:42:09.203Z Compiling oxnet v0.1.4
15392026-06-03T21:42:09.254Z Compiling document-features v0.2.12
15402026-06-03T21:42:09.269Z Compiling publicsuffix v2.3.0
15412026-06-03T21:42:09.326Z Compiling zerocopy v0.7.35
15422026-06-03T21:42:09.342Z Compiling postgres-protocol v0.6.10
15432026-06-03T21:42:09.482Z Compiling group v0.13.0
15442026-06-03T21:42:09.527Z Compiling darling v0.21.3
15452026-06-03T21:42:09.542Z Compiling rand v0.8.6
15462026-06-03T21:42:09.627Z Compiling derive_builder v0.20.2
15472026-06-03T21:42:09.642Z Compiling goblin v0.8.2
15482026-06-03T21:42:09.779Z Compiling futures-executor v0.3.32
15492026-06-03T21:42:09.849Z Compiling hubpack_derive v0.1.1
15502026-06-03T21:42:09.887Z Compiling hex v0.4.3
15512026-06-03T21:42:09.914Z Compiling hkdf v0.12.4
15522026-06-03T21:42:09.927Z Compiling crypto-bigint v0.5.5
15532026-06-03T21:42:09.958Z Compiling regex v1.12.3
15542026-06-03T21:42:10.073Z Compiling num-iter v0.1.45
15552026-06-03T21:42:10.118Z Compiling strum_macros v0.27.2
15562026-06-03T21:42:10.136Z Compiling snafu-derive v0.8.9
15572026-06-03T21:42:10.152Z Compiling ref-cast-impl v1.0.25
15582026-06-03T21:42:10.179Z Compiling daft-derive v0.1.7
15592026-06-03T21:42:10.193Z Compiling curve25519-dalek-derive v0.1.1
15602026-06-03T21:42:10.455Z Compiling phf_shared v0.13.1
15612026-06-03T21:42:10.572Z Compiling tokio-util v0.7.18
15622026-06-03T21:42:10.607Z Compiling tower v0.5.3
15632026-06-03T21:42:10.725Z Compiling tokio-native-tls v0.3.1
15642026-06-03T21:42:10.750Z Compiling terminal_size v0.4.3
15652026-06-03T21:42:10.779Z Compiling lazy_static v1.5.0
15662026-06-03T21:42:10.942Z Compiling newtype-uuid v1.3.2
15672026-06-03T21:42:10.958Z Compiling vergen v9.1.0
15682026-06-03T21:42:10.960Z Compiling cargo-platform v0.3.2
15692026-06-03T21:42:10.986Z Compiling fs-err v3.3.0
15702026-06-03T21:42:11.000Z Compiling ahash v0.8.12
15712026-06-03T21:42:11.036Z Compiling unicode-segmentation v1.12.0
15722026-06-03T21:42:11.168Z Compiling tower-http v0.6.8
15732026-06-03T21:42:11.185Z Compiling bitflags v1.3.2
15742026-06-03T21:42:11.236Z Compiling managed v0.8.0
15752026-06-03T21:42:11.250Z Compiling libbz2-rs-sys v0.2.2
15762026-06-03T21:42:11.265Z Compiling bumpalo v3.20.2
15772026-06-03T21:42:11.279Z Compiling foldhash v0.1.5
15782026-06-03T21:42:11.319Z Compiling object v0.37.3
15792026-06-03T21:42:11.456Z Compiling h2 v0.4.13
15802026-06-03T21:42:11.472Z Compiling flate2 v1.1.9
15812026-06-03T21:42:11.489Z Compiling winnow v0.5.40
15822026-06-03T21:42:11.559Z Compiling same-file v1.0.6
15832026-06-03T21:42:11.627Z Compiling foldhash v0.2.0
15842026-06-03T21:42:11.699Z Compiling bzip2 v0.6.1
15852026-06-03T21:42:11.752Z Compiling walkdir v2.5.0
15862026-06-03T21:42:11.767Z Compiling clap_builder v4.5.60
15872026-06-03T21:42:11.892Z Compiling hashbrown v0.16.1
15882026-06-03T21:42:11.908Z Compiling zopfli v0.8.3
15892026-06-03T21:42:11.943Z Compiling hashbrown v0.15.5
15902026-06-03T21:42:12.016Z Compiling dof v0.3.0
15912026-06-03T21:42:12.273Z Compiling daft v0.1.7
15922026-06-03T21:42:12.326Z Compiling snafu v0.8.9
15932026-06-03T21:42:12.343Z Compiling cargo_metadata v0.23.1
15942026-06-03T21:42:12.347Z Compiling strum v0.27.2
15952026-06-03T21:42:12.609Z Compiling elliptic-curve v0.13.8
15962026-06-03T21:42:12.713Z Compiling phf v0.13.1
15972026-06-03T21:42:12.740Z Compiling signal-hook-mio v0.2.5
15982026-06-03T21:42:12.779Z Compiling hubpack v0.1.2
15992026-06-03T21:42:12.875Z Compiling cookie_store v0.22.1
16002026-06-03T21:42:12.891Z Compiling usdt-attr-macro v0.6.0
16012026-06-03T21:42:12.912Z Compiling toml_edit v0.19.15
16022026-06-03T21:42:12.928Z Compiling usdt-macro v0.6.0
16032026-06-03T21:42:13.034Z Compiling bzip2 v0.4.4
16042026-06-03T21:42:13.084Z Compiling futures v0.3.32
16052026-06-03T21:42:13.099Z Compiling postgres-types v0.2.12
16062026-06-03T21:42:13.191Z Compiling serde_with_macros v3.17.0
16072026-06-03T21:42:13.303Z Compiling zstd v0.13.3
16082026-06-03T21:42:13.436Z Compiling globset v0.4.18
16092026-06-03T21:42:13.605Z Compiling dtrace-parser v0.2.0
16102026-06-03T21:42:13.608Z Compiling ed25519 v2.2.3
16112026-06-03T21:42:13.720Z Compiling pkcs1 v0.7.5
16122026-06-03T21:42:13.775Z Compiling serde_plain v1.0.2
16132026-06-03T21:42:13.794Z Compiling serde-big-array v0.5.1
16142026-06-03T21:42:13.867Z Compiling olpc-cjson v0.1.4
16152026-06-03T21:42:13.961Z Compiling rfc6979 v0.4.0
16162026-06-03T21:42:14.001Z Compiling strum_macros v0.26.4
16172026-06-03T21:42:14.056Z Compiling serde_repr v0.1.20
16182026-06-03T21:42:14.110Z Compiling enum-as-inner v0.6.1
16192026-06-03T21:42:14.176Z Compiling async-recursion v1.1.1
16202026-06-03T21:42:14.194Z Compiling clap_derive v4.5.55
16212026-06-03T21:42:14.428Z Compiling phf_shared v0.11.3
16222026-06-03T21:42:14.441Z Compiling float-cmp v0.10.0
16232026-06-03T21:42:14.552Z Compiling pem v3.0.6
16242026-06-03T21:42:14.611Z Compiling thread-id v4.2.2
16252026-06-03T21:42:14.628Z Compiling memmap2 v0.9.10
16262026-06-03T21:42:14.655Z Compiling env_filter v1.0.0
16272026-06-03T21:42:14.678Z Compiling new_debug_unreachable v1.0.6
16282026-06-03T21:42:14.721Z Compiling precomputed-hash v0.1.1
16292026-06-03T21:42:14.733Z Compiling hyper v1.8.1
16302026-06-03T21:42:14.770Z Compiling jiff v0.2.21
16312026-06-03T21:42:14.811Z Compiling either v1.15.0
16322026-06-03T21:42:14.881Z Compiling fixedbitset v0.5.7
16332026-06-03T21:42:14.914Z Compiling normalize-line-endings v0.3.0
16342026-06-03T21:42:14.928Z Compiling fixedbitset v0.4.2
16352026-06-03T21:42:14.996Z Compiling typed-path v0.9.3
16362026-06-03T21:42:15.033Z Compiling keccak v0.1.6
16372026-06-03T21:42:15.050Z Compiling whoami v2.1.0
16382026-06-03T21:42:15.066Z Compiling static_assertions v1.1.0
16392026-06-03T21:42:15.161Z Compiling difflib v0.4.0
16402026-06-03T21:42:15.175Z Compiling predicates-core v1.0.10
16412026-06-03T21:42:15.227Z Compiling data-encoding v2.10.0
16422026-06-03T21:42:15.380Z Compiling tokio-postgres v0.7.16
16432026-06-03T21:42:15.479Z Compiling predicates v3.1.4
16442026-06-03T21:42:15.762Z Compiling hickory-proto v0.25.2
16452026-06-03T21:42:15.829Z Compiling sha3 v0.10.8
16462026-06-03T21:42:15.855Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16472026-06-03T21:42:15.858Z Compiling petgraph v0.8.3
16482026-06-03T21:42:15.941Z Compiling hyper-util v0.1.20
16492026-06-03T21:42:15.956Z Compiling strum v0.26.3
16502026-06-03T21:42:16.043Z Compiling petgraph v0.6.5
16512026-06-03T21:42:16.118Z Compiling toml_edit v0.22.27
16522026-06-03T21:42:16.152Z Compiling clap v4.5.60
16532026-06-03T21:42:16.245Z Compiling itertools v0.13.0
16542026-06-03T21:42:16.263Z Compiling env_logger v0.11.9
16552026-06-03T21:42:16.355Z Compiling usdt v0.6.0
16562026-06-03T21:42:16.358Z Compiling string_cache v0.8.9
16572026-06-03T21:42:16.506Z Compiling usdt-impl v0.5.0
16582026-06-03T21:42:16.640Z Compiling serde_with v3.17.0
16592026-06-03T21:42:16.673Z Compiling toml v0.7.8
16602026-06-03T21:42:16.689Z Compiling crossterm v0.28.1
16612026-06-03T21:42:17.170Z Compiling ecdsa v0.16.9
16622026-06-03T21:42:17.345Z Compiling rsa v0.9.10
16632026-06-03T21:42:17.603Z Compiling hyper-tls v0.6.0
16642026-06-03T21:42:17.606Z Compiling zip v4.6.1
16652026-06-03T21:42:17.680Z Compiling ed25519-dalek v2.2.0
16662026-06-03T21:42:17.886Z Compiling zip v0.6.6
16672026-06-03T21:42:17.985Z Compiling iddqd v0.4.2
16682026-06-03T21:42:18.500Z Compiling heck v0.4.1
16692026-06-03T21:42:18.520Z Compiling similar v2.7.0
16702026-06-03T21:42:18.553Z Compiling tokio-stream v0.1.18
16712026-06-03T21:42:18.577Z Compiling toml_parser v1.0.9+spec-1.1.0
16722026-06-03T21:42:18.685Z Compiling buf-list v1.1.2
16732026-06-03T21:42:18.744Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-06-03T21:42:18.759Z Compiling openapiv3 v2.2.0
16752026-06-03T21:42:18.926Z Compiling x509-cert v0.2.5
16762026-06-03T21:42:18.996Z Compiling sha1 v0.10.6
16772026-06-03T21:42:19.074Z Compiling crossbeam-epoch v0.9.18
16782026-06-03T21:42:19.094Z Compiling lalrpop-util v0.19.12
16792026-06-03T21:42:19.110Z Compiling peg-runtime v0.8.5
16802026-06-03T21:42:19.262Z Compiling thread_local v1.1.9
16812026-06-03T21:42:19.282Z Compiling slog-async v2.8.0
16822026-06-03T21:42:19.320Z Compiling crossbeam-channel v0.5.15
16832026-06-03T21:42:19.390Z Compiling is-terminal v0.4.17
16842026-06-03T21:42:19.407Z Compiling filetime v0.2.27
16852026-06-03T21:42:19.430Z Compiling term v1.2.1
16862026-06-03T21:42:19.449Z Compiling take_mut v0.2.2
16872026-06-03T21:42:19.470Z Compiling xattr v1.6.1
16882026-06-03T21:42:19.621Z Compiling tar v0.4.45
16892026-06-03T21:42:19.744Z Compiling slog-term v2.9.2
16902026-06-03T21:42:37.622Z Compiling rustls-webpki v0.103.9
16912026-06-03T21:42:40.461Z Compiling tokio-rustls v0.26.4
16922026-06-03T21:42:40.461Z Compiling rustls-platform-verifier v0.6.2
16932026-06-03T21:42:40.673Z Compiling hyper-rustls v0.27.7
16942026-06-03T21:42:40.874Z Compiling reqwest v0.12.28
16952026-06-03T21:42:40.877Z Compiling reqwest v0.13.2
16962026-06-03T21:42:42.148Z Compiling tough v0.22.0
16972026-06-03T21:42:44.719Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-06-03T21:42:44.960Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-06-03T21:42:47.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.30s
17002026-06-03T21:42:48.086Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-06-03T21:42:48.133ZJun 03 21:42:47.894 INFO Starting download, target: DendriteStub
17022026-06-03T21:42:48.133ZJun 03 21:42:47.895 INFO Starting download, target: Clickhouse
17032026-06-03T21:42:48.134ZJun 03 21:42:47.895 INFO Starting download, target: Cockroach
17042026-06-03T21:42:48.139ZJun 03 21:42:47.895 INFO Starting download, target: MaghemiteMgd
17052026-06-03T21:42:48.155ZJun 03 21:42:47.895 INFO Starting download, target: Console
17062026-06-03T21:42:48.155ZJun 03 21:42:47.895 INFO Starting download, target: TransceiverControl
17072026-06-03T21:42:48.155ZJun 03 21:42:47.895 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-06-03T21:42:48.155ZJun 03 21:42:47.895 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-06-03T21:42:48.155ZJun 03 21:42:47.895 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-06-03T21:42:48.155ZJun 03 21:42:47.895 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-06-03T21:42:48.155ZJun 03 21:42:47.895 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-06-03T21:42:48.156ZJun 03 21:42:47.895 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-03T21:42:48.811ZJun 03 21:42:48.558 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-06-03T21:42:49.058ZJun 03 21:42:48.795 INFO Download complete, target: TransceiverControl
17152026-06-03T21:42:49.182ZJun 03 21:42:48.862 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-06-03T21:42:49.375ZJun 03 21:42:49.129 INFO Download complete, target: Console
17172026-06-03T21:42:50.385ZJun 03 21:42:50.167 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-06-03T21:42:51.948ZJun 03 21:42:51.684 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-06-03T21:42:52.045ZJun 03 21:42:51.799 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-06-03T21:42:52.956ZJun 03 21:42:52.716 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-06-03T21:42:52.956ZJun 03 21:42:52.716 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-06-03T21:42:54.731ZJun 03 21:42:54.512 INFO Download complete, target: DendriteStub
17232026-06-03T21:42:54.858ZJun 03 21:42:54.640 INFO Download complete, target: MaghemiteMgd
17242026-06-03T21:42:57.897ZJun 03 21:42:57.676 INFO Checking that binary works, target: Clickhouse
17252026-06-03T21:42:58.003ZJun 03 21:42:57.784 INFO Download complete, target: Clickhouse
17262026-06-03T21:42:58.164ZJun 03 21:42:57.935 INFO Checking that binary works, target: Cockroach
17272026-06-03T21:42:58.318ZJun 03 21:42:58.073 INFO Download complete, target: Cockroach
17282026-06-03T21:42:58.411ZAll prerequisites installed successfully
17292026-06-03T21:42:58.411Z
17302026-06-03T21:42:58.411Zreal 2:04.945276700
17312026-06-03T21:42:58.413Zuser 7:21.837503876
17322026-06-03T21:42:58.413Zsys 1:49.364986946
17332026-06-03T21:42:58.413Ztrap 0.267342396
17342026-06-03T21:42:58.414Ztflt 1.221763019
17352026-06-03T21:42:58.414Zdflt 1.842973374
17362026-06-03T21:42:58.414Zkflt 0.031006987
17372026-06-03T21:42:58.414Zlock 24:46.664965392
17382026-06-03T21:42:58.414Zslp 20:02.117291730
17392026-06-03T21:42:58.414Zlat 27.152768533
17402026-06-03T21:42:58.414Zstop 3:00.723948894
17412026-06-03T21:42:58.414Z+ ptime -m cargo xtask download softnpu
17422026-06-03T21:42:58.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17432026-06-03T21:42:59.013Z Running `target/debug/xtask download softnpu`
17442026-06-03T21:42:59.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17452026-06-03T21:42:59.755Z Running `target/debug/xtask-downloader softnpu`
17462026-06-03T21:42:59.799ZJun 03 21:42:59.543 INFO Starting download, target: Softnpu
17472026-06-03T21:42:59.893ZJun 03 21:42:59.544 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-06-03T21:43:01.045ZJun 03 21:43:00.803 INFO Download complete, target: Softnpu
17492026-06-03T21:43:01.108Z
17502026-06-03T21:43:01.108Zreal 2.721674016
17512026-06-03T21:43:01.108Zuser 1.388552315
17522026-06-03T21:43:01.108Zsys 0.679518743
17532026-06-03T21:43:01.108Ztrap 0.001106130
17542026-06-03T21:43:01.108Ztflt 0.000171240
17552026-06-03T21:43:01.109Zdflt 0.000248070
17562026-06-03T21:43:01.109Zkflt 0.000000000
17572026-06-03T21:43:01.109Zlock 23.200714213
17582026-06-03T21:43:01.109Zslp 1.106992053
17592026-06-03T21:43:01.109Zlat 0.085903197
17602026-06-03T21:43:01.109Zstop 0.000222790
17612026-06-03T21:43:01.109Z+ export CARGO_INCREMENTAL=0
17622026-06-03T21:43:01.109Z+ CARGO_INCREMENTAL=0
17632026-06-03T21:43:01.109Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-06-03T21:43:01.964Z Compiling proc-macro2 v1.0.106
17652026-06-03T21:43:01.964Z Compiling quote v1.0.45
17662026-06-03T21:43:01.965Z Compiling unicode-ident v1.0.24
17672026-06-03T21:43:01.965Z Compiling libc v0.2.185
17682026-06-03T21:43:01.969Z Compiling serde_core v1.0.228
17692026-06-03T21:43:01.969Z Compiling serde v1.0.228
17702026-06-03T21:43:01.969Z Compiling cfg-if v1.0.4
17712026-06-03T21:43:01.969Z Compiling version_check v0.9.5
17722026-06-03T21:43:01.969Z Compiling find-msvc-tools v0.1.9
17732026-06-03T21:43:01.969Z Compiling shlex v1.3.0
17742026-06-03T21:43:02.149Z Compiling typenum v1.19.0
17752026-06-03T21:43:02.167Z Compiling zmij v1.0.21
17762026-06-03T21:43:02.171Z Compiling autocfg v1.5.0
17772026-06-03T21:43:02.171Z Compiling memchr v2.8.0
17782026-06-03T21:43:02.171Z Compiling serde_json v1.0.149
17792026-06-03T21:43:02.302Z Compiling portable-atomic v1.13.1
17802026-06-03T21:43:02.370Z Compiling libm v0.2.16
17812026-06-03T21:43:02.379Z Compiling zerocopy v0.8.40
17822026-06-03T21:43:02.427Z Compiling generic-array v0.14.7
17832026-06-03T21:43:02.477Z Compiling parking_lot_core v0.9.12
17842026-06-03T21:43:02.533Z Compiling smallvec v1.15.1
17852026-06-03T21:43:02.553Z Compiling icu_normalizer_data v2.1.1
17862026-06-03T21:43:02.556Z Compiling icu_properties_data v2.1.2
17872026-06-03T21:43:02.674Z Compiling itoa v1.0.17
17882026-06-03T21:43:02.676Z Compiling num-traits v0.2.19
17892026-06-03T21:43:02.708Z Compiling getrandom v0.4.1
17902026-06-03T21:43:02.759Z Compiling log v0.4.29
17912026-06-03T21:43:02.815Z Compiling stable_deref_trait v1.2.1
17922026-06-03T21:43:02.821Z Compiling pkg-config v0.3.32
17932026-06-03T21:43:02.828Z Compiling subtle v2.6.1
17942026-06-03T21:43:03.028Z Compiling scopeguard v1.2.0
17952026-06-03T21:43:03.088Z Compiling jobserver v0.1.34
17962026-06-03T21:43:03.104Z Compiling getrandom v0.2.17
17972026-06-03T21:43:03.133Z Compiling errno v0.3.14
17982026-06-03T21:43:03.168Z Compiling lock_api v0.4.14
17992026-06-03T21:43:03.219Z Compiling percent-encoding v2.3.2
18002026-06-03T21:43:03.266Z Compiling rand_core v0.6.4
18012026-06-03T21:43:03.281Z Compiling writeable v0.6.2
18022026-06-03T21:43:03.359Z Compiling cc v1.2.56
18032026-06-03T21:43:03.387Z Compiling litemap v0.8.1
18042026-06-03T21:43:03.537Z Compiling fnv v1.0.7
18052026-06-03T21:43:03.556Z Compiling syn v2.0.117
18062026-06-03T21:43:03.569Z Compiling pin-project-lite v0.2.17
18072026-06-03T21:43:03.616Z Compiling thiserror v2.0.18
18082026-06-03T21:43:03.677Z Compiling getrandom v0.3.4
18092026-06-03T21:43:03.689Z Compiling fs_extra v1.3.0
18102026-06-03T21:43:03.718Z Compiling equivalent v1.0.2
18112026-06-03T21:43:03.759Z Compiling dunce v1.0.5
18122026-06-03T21:43:03.793Z Compiling utf8_iter v1.0.4
18132026-06-03T21:43:03.824Z Compiling schemars v0.8.22
18142026-06-03T21:43:03.840Z Compiling rustversion v1.0.22
18152026-06-03T21:43:03.852Z Compiling rand_core v0.10.0
18162026-06-03T21:43:03.988Z Compiling form_urlencoded v1.2.2
18172026-06-03T21:43:04.029Z Compiling critical-section v1.2.0
18182026-06-03T21:43:04.104Z Compiling signal-hook-registry v1.4.8
18192026-06-03T21:43:04.144Z Compiling rustix v1.1.3
18202026-06-03T21:43:04.166Z Compiling hashbrown v0.17.0
18212026-06-03T21:43:04.180Z Compiling cmake v0.1.57
18222026-06-03T21:43:04.294Z Compiling parking_lot v0.12.5
18232026-06-03T21:43:04.335Z Compiling mio v1.2.0
18242026-06-03T21:43:04.500Z Compiling once_cell v1.21.3
18252026-06-03T21:43:04.520Z Compiling socket2 v0.6.3
18262026-06-03T21:43:04.568Z Compiling const-oid v0.9.6
18272026-06-03T21:43:04.677Z Compiling bitflags v2.11.0
18282026-06-03T21:43:04.793Z Compiling semver v1.0.28
18292026-06-03T21:43:04.809Z Compiling indexmap v2.14.0
18302026-06-03T21:43:04.840Z Compiling ring v0.17.14
18312026-06-03T21:43:04.857Z Compiling aws-lc-sys v0.40.0
18322026-06-03T21:43:05.018Z Compiling aws-lc-rs v1.16.3
18332026-06-03T21:43:05.109Z Compiling heck v0.5.0
18342026-06-03T21:43:05.126Z Compiling futures-core v0.3.32
18352026-06-03T21:43:05.140Z Compiling httparse v1.10.1
18362026-06-03T21:43:05.283Z Compiling vcpkg v0.2.15
18372026-06-03T21:43:05.308Z Compiling thiserror v1.0.69
18382026-06-03T21:43:05.322Z Compiling strsim v0.11.1
18392026-06-03T21:43:05.375Z Compiling iana-time-zone v0.1.65
18402026-06-03T21:43:05.406Z Compiling byteorder v1.5.0
18412026-06-03T21:43:05.499Z Compiling ucd-trie v0.1.7
18422026-06-03T21:43:05.613Z Compiling regex-syntax v0.8.10
18432026-06-03T21:43:05.633Z Compiling ident_case v1.0.1
18442026-06-03T21:43:05.648Z Compiling syn v1.0.109
18452026-06-03T21:43:05.665Z Compiling uuid v1.23.0
18462026-06-03T21:43:05.669Z Compiling pest v2.8.6
18472026-06-03T21:43:05.721Z Compiling cpufeatures v0.2.17
18482026-06-03T21:43:05.755Z Compiling rustls v0.23.37
18492026-06-03T21:43:05.903Z Compiling openssl-sys v0.9.115
18502026-06-03T21:43:06.018Z Compiling futures-sink v0.3.32
18512026-06-03T21:43:06.066Z Compiling rustc_version v0.4.1
18522026-06-03T21:43:06.137Z Compiling futures-channel v0.3.32
18532026-06-03T21:43:06.158Z Compiling futures-io v0.3.32
18542026-06-03T21:43:06.297Z Compiling slab v0.4.12
18552026-06-03T21:43:06.312Z Compiling futures-task v0.3.32
18562026-06-03T21:43:06.409Z Compiling aho-corasick v1.1.4
18572026-06-03T21:43:06.533Z Compiling dyn-clone v1.0.20
18582026-06-03T21:43:06.548Z Compiling synstructure v0.13.2
18592026-06-03T21:43:06.563Z Compiling serde_derive_internals v0.29.1
18602026-06-03T21:43:06.655Z Compiling base64 v0.22.1
18612026-06-03T21:43:06.676Z Compiling crc32fast v1.5.0
18622026-06-03T21:43:06.724Z Compiling plain v0.2.3
18632026-06-03T21:43:06.839Z Compiling openssl v0.10.79
18642026-06-03T21:43:06.860Z Compiling pest_meta v2.8.6
18652026-06-03T21:43:06.881Z Compiling crossbeam-utils v0.8.21
18662026-06-03T21:43:06.998Z Compiling num-conv v0.2.0
18672026-06-03T21:43:07.137Z Compiling time-core v0.1.8
18682026-06-03T21:43:07.216Z Compiling pretty-hex v0.4.1
18692026-06-03T21:43:07.228Z Compiling native-tls v0.2.18
18702026-06-03T21:43:07.293Z Compiling regex-automata v0.4.14
18712026-06-03T21:43:07.312Z Compiling time-macros v0.2.27
18722026-06-03T21:43:07.328Z Compiling anyhow v1.0.102
18732026-06-03T21:43:07.353Z Compiling base64ct v1.8.3
18742026-06-03T21:43:07.374Z Compiling darling_core v0.21.3
18752026-06-03T21:43:07.475Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18762026-06-03T21:43:07.548Z Compiling pest_generator v2.8.6
18772026-06-03T21:43:07.629Z Compiling pem-rfc7468 v0.7.0
18782026-06-03T21:43:07.655Z Compiling tracing-core v0.1.36
18792026-06-03T21:43:07.905Z Compiling flagset v0.4.7
18802026-06-03T21:43:07.921Z Compiling untrusted v0.9.0
18812026-06-03T21:43:07.924Z Compiling rand_core v0.9.5
18822026-06-03T21:43:07.954Z Compiling serde_derive v1.0.228
18832026-06-03T21:43:07.957Z Compiling zeroize_derive v1.4.3
18842026-06-03T21:43:07.957Z Compiling zerofrom-derive v0.1.6
18852026-06-03T21:43:08.060Z Compiling yoke-derive v0.8.1
18862026-06-03T21:43:08.075Z Compiling zerovec-derive v0.11.2
18872026-06-03T21:43:08.170Z Compiling displaydoc v0.2.5
18882026-06-03T21:43:08.219Z Compiling zerocopy-derive v0.8.40
18892026-06-03T21:43:08.233Z Compiling tokio-macros v2.7.0
18902026-06-03T21:43:08.330Z Compiling futures-macro v0.3.32
18912026-06-03T21:43:08.617Z Compiling zeroize v1.8.2
18922026-06-03T21:43:08.906Z Compiling thiserror-impl v2.0.18
18932026-06-03T21:43:08.984Z Compiling schemars_derive v0.8.22
18942026-06-03T21:43:09.069Z Compiling tracing-attributes v0.1.31
18952026-06-03T21:43:09.156Z Compiling der_derive v0.7.3
18962026-06-03T21:43:09.209Z Compiling thiserror-impl v1.0.69
18972026-06-03T21:43:09.231Z Compiling zerofrom v0.1.6
18982026-06-03T21:43:09.381Z Compiling yoke v0.8.1
18992026-06-03T21:43:09.464Z Compiling crypto-common v0.1.7
19002026-06-03T21:43:09.596Z Compiling zerovec v0.11.5
19012026-06-03T21:43:09.628Z Compiling zerotrie v0.2.3
19022026-06-03T21:43:09.744Z Compiling block-buffer v0.10.4
19032026-06-03T21:43:10.112Z Compiling digest v0.10.7
19042026-06-03T21:43:10.164Z Compiling tinystr v0.8.2
19052026-06-03T21:43:10.200Z Compiling potential_utf v0.1.4
19062026-06-03T21:43:10.230Z Compiling pest_derive v2.8.6
19072026-06-03T21:43:10.314Z Compiling futures-util v0.3.32
19082026-06-03T21:43:10.369Z Compiling icu_locale_core v2.1.1
19092026-06-03T21:43:10.382Z Compiling icu_collections v2.1.1
19102026-06-03T21:43:10.402Z Compiling hmac v0.12.1
19112026-06-03T21:43:10.473Z Compiling block-padding v0.3.3
19122026-06-03T21:43:10.608Z Compiling rustls-pki-types v1.14.0
19132026-06-03T21:43:10.650Z Compiling inout v0.1.4
19142026-06-03T21:43:10.825Z Compiling openssl-macros v0.1.1
19152026-06-03T21:43:10.960Z Compiling cipher v0.4.4
19162026-06-03T21:43:11.189Z Compiling icu_provider v2.1.1
19172026-06-03T21:43:11.241Z Compiling bytes v1.11.1
19182026-06-03T21:43:11.272Z Compiling chrono v0.4.44
19192026-06-03T21:43:11.308Z Compiling serde_tokenstream v0.2.3
19202026-06-03T21:43:11.401Z Compiling sha2 v0.10.9
19212026-06-03T21:43:11.522Z Compiling icu_properties v2.1.2
19222026-06-03T21:43:11.630Z Compiling icu_normalizer v2.1.1
19232026-06-03T21:43:11.776Z Compiling tokio v1.52.1
19242026-06-03T21:43:11.858Z Compiling scroll_derive v0.12.1
19252026-06-03T21:43:12.521Z Compiling idna_adapter v1.2.1
19262026-06-03T21:43:12.606Z Compiling scroll_derive v0.13.1
19272026-06-03T21:43:12.682Z Compiling idna v1.1.0
19282026-06-03T21:43:12.872Z Compiling ppv-lite86 v0.2.21
19292026-06-03T21:43:12.957Z Compiling http v1.4.0
19302026-06-03T21:43:13.104Z Compiling url v2.5.8
19312026-06-03T21:43:13.366Z Compiling tracing v0.1.44
19322026-06-03T21:43:13.429Z Compiling der v0.7.10
19332026-06-03T21:43:13.446Z Compiling darling_macro v0.21.3
19342026-06-03T21:43:13.545Z Compiling regex v1.12.3
19352026-06-03T21:43:13.615Z Compiling zerocopy-derive v0.7.35
19362026-06-03T21:43:13.947Z Compiling slog v2.8.2
19372026-06-03T21:43:14.441Z Compiling spki v0.7.3
19382026-06-03T21:43:14.599Z Compiling darling v0.21.3
19392026-06-03T21:43:14.661Z Compiling salsa20 v0.10.2
19402026-06-03T21:43:14.677Z Compiling pbkdf2 v0.12.2
19412026-06-03T21:43:15.050Z Compiling cookie v0.18.1
19422026-06-03T21:43:15.220Z Compiling camino v1.2.2
19432026-06-03T21:43:15.414Z Compiling scrypt v0.11.0
19442026-06-03T21:43:15.446Z Compiling http-body v1.0.1
19452026-06-03T21:43:15.572Z Compiling rand_chacha v0.9.0
19462026-06-03T21:43:15.631Z Compiling aes v0.8.4
19472026-06-03T21:43:15.674Z Compiling cbc v0.1.2
19482026-06-03T21:43:15.745Z Compiling tokio-util v0.7.18
19492026-06-03T21:43:15.776Z Compiling usdt-impl v0.5.0
19502026-06-03T21:43:15.837Z Compiling tinyvec_macros v0.1.1
19512026-06-03T21:43:15.961Z Compiling ref-cast v1.0.25
19522026-06-03T21:43:15.988Z Compiling either v1.15.0
19532026-06-03T21:43:16.009Z Compiling winnow v0.7.14
19542026-06-03T21:43:16.024Z Compiling paste v1.0.15
19552026-06-03T21:43:16.057Z Compiling atomic-waker v1.1.2
19562026-06-03T21:43:16.167Z Compiling untrusted v0.7.1
19572026-06-03T21:43:16.224Z Compiling usdt-impl v0.6.0
19582026-06-03T21:43:16.236Z Compiling openssl-probe v0.2.1
19592026-06-03T21:43:16.298Z Compiling pkcs5 v0.7.1
19602026-06-03T21:43:16.425Z Compiling tinyvec v1.10.0
19612026-06-03T21:43:16.517Z Compiling rand v0.9.2
19622026-06-03T21:43:16.846Z Compiling scroll v0.13.0
19632026-06-03T21:43:17.014Z Compiling scroll v0.12.0
19642026-06-03T21:43:17.098Z Compiling serde_spanned v0.6.9
19652026-06-03T21:43:17.161Z Compiling toml_datetime v0.6.11
19662026-06-03T21:43:17.161Z Compiling async-trait v0.1.89
19672026-06-03T21:43:17.265Z Compiling heapless v0.7.17
19682026-06-03T21:43:17.326Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-06-03T21:43:17.359Z Compiling try-lock v0.2.5
19702026-06-03T21:43:17.445Z Compiling tower-service v0.3.3
19712026-06-03T21:43:17.491Z Compiling tower-layer v0.3.3
19722026-06-03T21:43:17.593Z Compiling signal-hook v0.3.18
19732026-06-03T21:43:17.652Z Compiling fastrand v2.3.0
19742026-06-03T21:43:17.669Z Compiling zstd-safe v7.2.4
19752026-06-03T21:43:17.786Z Compiling want v0.3.1
19762026-06-03T21:43:17.805Z Compiling h2 v0.4.13
19772026-06-03T21:43:17.891Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-06-03T21:43:17.997Z Compiling goblin v0.8.2
19792026-06-03T21:43:18.097Z Compiling goblin v0.10.5
19802026-06-03T21:43:18.126Z Compiling pkcs8 v0.10.2
19812026-06-03T21:43:18.304Z Compiling zerocopy v0.7.35
19822026-06-03T21:43:18.457Z Compiling ipnet v2.11.0
19832026-06-03T21:43:18.620Z Compiling ref-cast-impl v1.0.25
19842026-06-03T21:43:18.783Z Compiling darling_core v0.20.11
19852026-06-03T21:43:18.907Z Compiling curve25519-dalek v4.1.3
19862026-06-03T21:43:18.991Z Compiling memoffset v0.9.1
19872026-06-03T21:43:19.193Z Compiling pin-utils v0.1.0
19882026-06-03T21:43:19.197Z Compiling rustix v0.38.44
19892026-06-03T21:43:19.229Z Compiling httpdate v1.0.3
19902026-06-03T21:43:19.286Z Compiling foreign-types-shared v0.1.1
19912026-06-03T21:43:19.582Z Compiling winnow v0.5.40
19922026-06-03T21:43:19.654Z Compiling litrs v1.0.0
19932026-06-03T21:43:19.801Z Compiling foreign-types v0.3.2
19942026-06-03T21:43:19.893Z Compiling tempfile v3.25.0
19952026-06-03T21:43:20.172Z Compiling document-features v0.2.12
19962026-06-03T21:43:20.280Z Compiling unicode-normalization v0.1.25
19972026-06-03T21:43:20.525Z Compiling dof v0.3.0
19982026-06-03T21:43:20.712Z Compiling dtrace-parser v0.2.0
19992026-06-03T21:43:20.868Z Compiling darling_macro v0.20.11
20002026-06-03T21:43:20.927Z Compiling hyper v1.8.1
20012026-06-03T21:43:20.970Z Compiling dof v0.4.0
20022026-06-03T21:43:21.075Z Compiling toml_edit v0.19.15
20032026-06-03T21:43:21.212Z Compiling dtrace-parser v0.3.0
20042026-06-03T21:43:21.320Z Compiling daft-derive v0.1.7
20052026-06-03T21:43:21.401Z Compiling pin-project-internal v1.1.11
20062026-06-03T21:43:21.456Z Compiling spin v0.9.8
20072026-06-03T21:43:21.471Z Compiling thread-id v5.1.0
20082026-06-03T21:43:21.502Z Compiling thread-id v4.2.2
20092026-06-03T21:43:21.575Z Compiling num-bigint-dig v0.8.6
20102026-06-03T21:43:21.727Z Compiling cfg_aliases v0.2.1
20112026-06-03T21:43:21.750Z Compiling powerfmt v0.2.0
20122026-06-03T21:43:21.794Z Compiling smoltcp v0.9.1
20132026-06-03T21:43:21.821Z Compiling nix v0.31.2
20142026-06-03T21:43:22.059Z Compiling deranged v0.5.8
20152026-06-03T21:43:22.114Z Compiling hyper-util v0.1.20
20162026-06-03T21:43:22.150Z Compiling darling v0.20.11
20172026-06-03T21:43:22.567Z Compiling rustls-native-certs v0.8.3
20182026-06-03T21:43:22.701Z Compiling ipnetwork v0.21.1
20192026-06-03T21:43:22.927Z Compiling strum_macros v0.26.4
20202026-06-03T21:43:23.034Z Compiling curve25519-dalek-derive v0.1.1
20212026-06-03T21:43:23.386Z Compiling sync_wrapper v1.0.2
20222026-06-03T21:43:23.478Z Compiling wait-timeout v0.2.1
20232026-06-03T21:43:23.556Z Compiling simd-adler32 v0.3.8
20242026-06-03T21:43:23.785Z Compiling bit-vec v0.8.0
20252026-06-03T21:43:23.797Z Compiling utf8parse v0.2.2
20262026-06-03T21:43:23.873Z Compiling anstyle v1.0.13
20272026-06-03T21:43:23.910Z Compiling num_threads v0.1.7
20282026-06-03T21:43:23.977Z Compiling quick-error v1.2.3
20292026-06-03T21:43:23.997Z Compiling siphasher v1.0.2
20302026-06-03T21:43:24.073Z Compiling time v0.3.47
20312026-06-03T21:43:24.128Z Compiling rusty-fork v0.3.1
20322026-06-03T21:43:24.207Z Compiling bit-set v0.8.0
20332026-06-03T21:43:24.395Z Compiling anstyle-parse v0.2.7
20342026-06-03T21:43:24.440Z Compiling tower v0.5.3
20352026-06-03T21:43:24.617Z Compiling derive_builder_core v0.20.2
20362026-06-03T21:43:25.064Z Compiling http-body-util v0.1.3
20372026-06-03T21:43:25.257Z Compiling webpki-roots v1.0.6
20382026-06-03T21:43:25.390Z Compiling signature v2.2.0
20392026-06-03T21:43:25.390Z Compiling hubpack_derive v0.1.1
20402026-06-03T21:43:25.422Z Compiling rand_xorshift v0.4.0
20412026-06-03T21:43:25.443Z Compiling snafu-derive v0.8.9
20422026-06-03T21:43:25.462Z Compiling strum_macros v0.27.2
20432026-06-03T21:43:25.633Z Compiling fs-err v3.3.0
20442026-06-03T21:43:25.729Z Compiling ahash v0.8.12
20452026-06-03T21:43:25.894Z Compiling encoding_rs v0.8.35
20462026-06-03T21:43:25.969Z Compiling object v0.37.3
20472026-06-03T21:43:25.969Z Compiling is_terminal_polyfill v1.70.2
20482026-06-03T21:43:26.027Z Compiling anstyle-query v1.1.5
20492026-06-03T21:43:26.036Z Compiling unicode-bidi v0.3.18
20502026-06-03T21:43:26.051Z Compiling mime v0.3.17
20512026-06-03T21:43:26.106Z Compiling ryu v1.0.23
20522026-06-03T21:43:26.121Z Compiling unicode-properties v0.1.4
20532026-06-03T21:43:26.183Z Compiling iri-string v0.7.10
20542026-06-03T21:43:26.218Z Compiling unicode-segmentation v1.12.0
20552026-06-03T21:43:26.369Z Compiling adler2 v2.0.1
20562026-06-03T21:43:26.396Z Compiling colorchoice v1.0.4
20572026-06-03T21:43:26.446Z Compiling allocator-api2 v0.2.21
20582026-06-03T21:43:26.555Z Compiling unarray v0.1.4
20592026-06-03T21:43:26.643Z Compiling anstream v0.6.21
20602026-06-03T21:43:26.692Z Compiling proptest v1.10.0
20612026-06-03T21:43:26.722Z Compiling miniz_oxide v0.8.9
20622026-06-03T21:43:26.818Z Compiling stringprep v0.1.5
20632026-06-03T21:43:26.984Z Compiling serde_urlencoded v0.7.1
20642026-06-03T21:43:27.318Z Compiling derive_builder_macro v0.20.2
20652026-06-03T21:43:27.327Z Compiling tokio-native-tls v0.3.1
20662026-06-03T21:43:27.400Z Compiling usdt-macro v0.6.0
20672026-06-03T21:43:27.419Z Compiling tower-http v0.6.8
20682026-06-03T21:43:27.491Z Compiling usdt-attr-macro v0.6.0
20692026-06-03T21:43:27.972Z Compiling rand_chacha v0.3.1
20702026-06-03T21:43:27.992Z Compiling erased-serde v0.3.31
20712026-06-03T21:43:28.053Z Compiling md-5 v0.10.6
20722026-06-03T21:43:28.056Z Compiling bstr v1.12.1
20732026-06-03T21:43:28.180Z Compiling num-integer v0.1.46
20742026-06-03T21:43:28.235Z Compiling hash32 v0.2.1
20752026-06-03T21:43:28.307Z Compiling vergen-lib v9.1.0
20762026-06-03T21:43:28.334Z Compiling ff v0.13.1
20772026-06-03T21:43:28.501Z Compiling zlib-rs v0.6.2
20782026-06-03T21:43:28.517Z Compiling base16ct v0.2.0
20792026-06-03T21:43:28.571Z Compiling fallible-iterator v0.2.0
20802026-06-03T21:43:28.608Z Compiling psl-types v2.0.11
20812026-06-03T21:43:28.668Z Compiling sec1 v0.7.3
20822026-06-03T21:43:28.724Z Compiling publicsuffix v2.3.0
20832026-06-03T21:43:28.773Z Compiling group v0.13.0
20842026-06-03T21:43:28.825Z Compiling newtype-uuid v1.3.2
20852026-06-03T21:43:28.915Z Compiling postgres-protocol v0.6.10
20862026-06-03T21:43:28.931Z Compiling num-iter v0.1.45
20872026-06-03T21:43:29.167Z Compiling rand v0.8.6
20882026-06-03T21:43:29.725Z Compiling oxnet v0.1.4
20892026-06-03T21:43:29.824Z Compiling derive_builder v0.20.2
20902026-06-03T21:43:29.839Z Compiling hyper-tls v0.6.0
20912026-06-03T21:43:29.870Z Compiling heck v0.4.1
20922026-06-03T21:43:30.094Z Compiling phf_shared v0.13.1
20932026-06-03T21:43:30.111Z Compiling pin-project v1.1.11
20942026-06-03T21:43:30.154Z Compiling lazy_static v1.5.0
20952026-06-03T21:43:30.335Z Compiling terminal_size v0.4.3
20962026-06-03T21:43:30.345Z Compiling serde_with_macros v3.17.0
20972026-06-03T21:43:30.360Z Compiling futures-executor v0.3.32
20982026-06-03T21:43:30.378Z Compiling hex v0.4.3
20992026-06-03T21:43:30.582Z Compiling hkdf v0.12.4
21002026-06-03T21:43:30.622Z Compiling crypto-bigint v0.5.5
21012026-06-03T21:43:30.652Z Compiling serde_repr v0.1.20
21022026-06-03T21:43:30.712Z Compiling flate2 v1.1.9
21032026-06-03T21:43:30.753Z Compiling async-recursion v1.1.1
21042026-06-03T21:43:30.810Z Compiling clap_derive v4.5.55
21052026-06-03T21:43:30.869Z Compiling enum-as-inner v0.6.1
21062026-06-03T21:43:30.987Z Compiling vergen v9.1.0
21072026-06-03T21:43:31.065Z Compiling cargo-platform v0.3.2
21082026-06-03T21:43:31.165Z Compiling libbz2-rs-sys v0.2.2
21092026-06-03T21:43:31.214Z Compiling foldhash v0.1.5
21102026-06-03T21:43:31.239Z Compiling foldhash v0.2.0
21112026-06-03T21:43:31.414Z Compiling managed v0.8.0
21122026-06-03T21:43:31.466Z Compiling clap_lex v1.0.0
21132026-06-03T21:43:31.497Z Compiling bumpalo v3.20.2
21142026-06-03T21:43:31.500Z Compiling bitflags v1.3.2
21152026-06-03T21:43:31.668Z Compiling same-file v1.0.6
21162026-06-03T21:43:31.728Z Compiling zopfli v0.8.3
21172026-06-03T21:43:31.790Z Compiling clap_builder v4.5.60
21182026-06-03T21:43:31.804Z Compiling walkdir v2.5.0
21192026-06-03T21:43:31.821Z Compiling elliptic-curve v0.13.8
21202026-06-03T21:43:31.838Z Compiling bzip2 v0.6.1
21212026-06-03T21:43:31.969Z Compiling hashbrown v0.16.1
21222026-06-03T21:43:32.073Z Compiling hashbrown v0.15.5
21232026-06-03T21:43:32.127Z Compiling cargo_metadata v0.23.1
21242026-06-03T21:43:32.605Z Compiling futures v0.3.32
21252026-06-03T21:43:32.665Z Compiling zstd v0.13.3
21262026-06-03T21:43:32.781Z Compiling phf v0.13.1
21272026-06-03T21:43:32.879Z Compiling snafu v0.8.9
21282026-06-03T21:43:32.883Z Compiling signal-hook-mio v0.2.5
21292026-06-03T21:43:32.911Z Compiling daft v0.1.7
21302026-06-03T21:43:33.004Z Compiling cookie_store v0.22.1
21312026-06-03T21:43:33.218Z Compiling postgres-types v0.2.12
21322026-06-03T21:43:33.233Z Compiling bzip2 v0.4.4
21332026-06-03T21:43:33.305Z Compiling globset v0.4.18
21342026-06-03T21:43:33.437Z Compiling strum v0.27.2
21352026-06-03T21:43:33.647Z Compiling hubpack v0.1.2
21362026-06-03T21:43:33.690Z Compiling ed25519 v2.2.3
21372026-06-03T21:43:33.776Z Compiling phf_shared v0.11.3
21382026-06-03T21:43:33.936Z Compiling crossbeam-epoch v0.9.18
21392026-06-03T21:43:33.940Z Compiling olpc-cjson v0.1.4
21402026-06-03T21:43:33.985Z Compiling pkcs1 v0.7.5
21412026-06-03T21:43:34.000Z Compiling pem v3.0.6
21422026-06-03T21:43:34.096Z Compiling serde-big-array v0.5.1
21432026-06-03T21:43:34.150Z Compiling serde_plain v1.0.2
21442026-06-03T21:43:34.266Z Compiling rfc6979 v0.4.0
21452026-06-03T21:43:34.298Z Compiling float-cmp v0.10.0
21462026-06-03T21:43:34.333Z Compiling memmap2 v0.9.10
21472026-06-03T21:43:34.367Z Compiling env_filter v1.0.0
21482026-06-03T21:43:34.388Z Compiling new_debug_unreachable v1.0.6
21492026-06-03T21:43:34.414Z Compiling predicates-core v1.0.10
21502026-06-03T21:43:34.429Z Compiling precomputed-hash v0.1.1
21512026-06-03T21:43:34.526Z Compiling fixedbitset v0.5.7
21522026-06-03T21:43:34.532Z Compiling static_assertions v1.1.0
21532026-06-03T21:43:34.532Z Compiling fixedbitset v0.4.2
21542026-06-03T21:43:34.539Z Compiling difflib v0.4.0
21552026-06-03T21:43:34.568Z Compiling normalize-line-endings v0.3.0
21562026-06-03T21:43:34.605Z Compiling data-encoding v2.10.0
21572026-06-03T21:43:34.620Z Compiling typed-path v0.9.3
21582026-06-03T21:43:34.671Z Compiling jiff v0.2.21
21592026-06-03T21:43:34.696Z Compiling toml_write v0.1.2
21602026-06-03T21:43:34.714Z Compiling keccak v0.1.6
21612026-06-03T21:43:34.744Z Compiling whoami v2.1.0
21622026-06-03T21:43:34.789Z Compiling predicates v3.1.4
21632026-06-03T21:43:34.942Z Compiling hickory-proto v0.25.2
21642026-06-03T21:43:34.960Z Compiling toml_edit v0.22.27
21652026-06-03T21:43:35.026Z Compiling tokio-postgres v0.7.16
21662026-06-03T21:43:35.110Z Compiling sha3 v0.10.8
21672026-06-03T21:43:35.190Z Compiling petgraph v0.8.3
21682026-06-03T21:43:35.411Z Compiling petgraph v0.6.5
21692026-06-03T21:43:35.443Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21702026-06-03T21:43:35.847Z Compiling env_logger v0.11.9
21712026-06-03T21:43:35.864Z Compiling string_cache v0.8.9
21722026-06-03T21:43:36.175Z Compiling usdt v0.6.0
21732026-06-03T21:43:36.188Z Compiling ecdsa v0.16.9
21742026-06-03T21:43:36.460Z Compiling rsa v0.9.10
21752026-06-03T21:43:36.643Z Compiling ed25519-dalek v2.2.0
21762026-06-03T21:43:37.032Z Compiling crossterm v0.28.1
21772026-06-03T21:43:37.315Z Compiling zip v0.6.6
21782026-06-03T21:43:37.388Z Compiling clap v4.5.60
21792026-06-03T21:43:37.489Z Compiling zip v4.6.1
21802026-06-03T21:43:37.506Z Compiling iddqd v0.4.2
21812026-06-03T21:43:38.123Z Compiling serde_with v3.17.0
21822026-06-03T21:43:38.145Z Compiling similar v2.7.0
21832026-06-03T21:43:38.169Z Compiling strum v0.26.3
21842026-06-03T21:43:38.257Z Compiling toml v0.7.8
21852026-06-03T21:43:38.323Z Compiling tokio-stream v0.1.18
21862026-06-03T21:43:38.482Z Compiling itertools v0.13.0
21872026-06-03T21:43:38.499Z Compiling buf-list v1.1.2
21882026-06-03T21:43:38.778Z Compiling x509-cert v0.2.5
21892026-06-03T21:43:38.851Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21902026-06-03T21:43:38.916Z Compiling openapiv3 v2.2.0
21912026-06-03T21:43:39.154Z Compiling sha1 v0.10.6
21922026-06-03T21:43:39.407Z Compiling peg-runtime v0.8.5
21932026-06-03T21:43:39.527Z Compiling lalrpop-util v0.19.12
21942026-06-03T21:43:55.739Z Compiling rustls-webpki v0.103.9
21952026-06-03T21:43:57.147Z Compiling macaddr v1.0.1
21962026-06-03T21:43:57.179Z Compiling structmeta-derive v0.3.0
21972026-06-03T21:43:57.382Z Compiling crucible-workspace-hack v0.1.0
21982026-06-03T21:43:57.457Z Compiling rayon-core v1.13.0
21992026-06-03T21:43:57.544Z Compiling itertools v0.14.0
22002026-06-03T21:43:57.547Z Compiling secrecy v0.10.3
22012026-06-03T21:43:57.615Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-06-03T21:43:57.703Z Compiling rustls v0.22.4
22032026-06-03T21:43:57.756Z Compiling heapless v0.8.0
22042026-06-03T21:43:57.799Z Compiling toml_datetime v0.7.5+spec-1.1.0
22052026-06-03T21:43:57.991Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-06-03T21:43:58.007Z Compiling crossbeam-deque v0.8.6
22072026-06-03T21:43:58.038Z Compiling rustls-webpki v0.102.8
22082026-06-03T21:43:58.057Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-06-03T21:43:58.061Z Compiling hash32 v0.3.1
22102026-06-03T21:43:58.138Z Compiling multer v3.1.0
22112026-06-03T21:43:58.241Z Compiling thread_local v1.1.9
22122026-06-03T21:43:58.257Z Compiling structmeta v0.3.0
22132026-06-03T21:43:58.274Z Compiling smoltcp v0.11.0
22142026-06-03T21:43:58.291Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22152026-06-03T21:43:58.293Z Compiling match_cfg v0.1.0
22162026-06-03T21:43:58.383Z Compiling compression-core v0.4.31
22172026-06-03T21:43:58.398Z Compiling slog-async v2.8.0
22182026-06-03T21:43:58.493Z Compiling unicode-width v0.2.0
22192026-06-03T21:43:58.588Z Compiling proc-macro-crate v3.4.0
22202026-06-03T21:43:58.603Z Compiling compression-codecs v0.4.37
22212026-06-03T21:43:58.636Z Compiling derive-ex v0.1.8
22222026-06-03T21:43:58.736Z Compiling hostname v0.3.1
22232026-06-03T21:43:58.882Z Compiling ingot-macros v0.1.1
22242026-06-03T21:43:58.932Z Compiling slog-json v2.6.1
22252026-06-03T21:43:58.977Z Compiling crossbeam-channel v0.5.15
22262026-06-03T21:43:59.015Z Compiling half v2.7.1
22272026-06-03T21:43:59.064Z Compiling newtype-uuid-macros v0.1.0
22282026-06-03T21:43:59.214Z Compiling cobs v0.3.0
22292026-06-03T21:43:59.285Z Compiling thiserror-impl-no-std v2.0.2
22302026-06-03T21:43:59.402Z Compiling universal-hash v0.5.1
22312026-06-03T21:43:59.524Z Compiling async-stream-impl v0.3.6
22322026-06-03T21:43:59.577Z Compiling serde_spanned v1.0.4
22332026-06-03T21:43:59.706Z Compiling tokio-rustls v0.26.4
22342026-06-03T21:43:59.766Z Compiling rustls-platform-verifier v0.6.2
22352026-06-03T21:43:59.834Z Compiling toml_datetime v1.0.0+spec-1.1.0
22362026-06-03T21:43:59.972Z Compiling hyper-rustls v0.27.7
22372026-06-03T21:44:00.007Z Compiling is-terminal v0.4.17
22382026-06-03T21:44:00.022Z Compiling dropshot v0.17.0
22392026-06-03T21:44:00.130Z Compiling proc-macro-error-attr v1.0.4
22402026-06-03T21:44:00.145Z Compiling ciborium-io v0.2.2
22412026-06-03T21:44:00.248Z Compiling reqwest v0.12.28
22422026-06-03T21:44:00.270Z Compiling reqwest v0.13.2
22432026-06-03T21:44:00.286Z Compiling take_mut v0.2.2
22442026-06-03T21:44:00.308Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-06-03T21:44:00.341Z Compiling toml_writer v1.0.6+spec-1.1.0
22462026-06-03T21:44:00.363Z Compiling convert_case v0.4.0
22472026-06-03T21:44:00.388Z Compiling term v1.2.1
22482026-06-03T21:44:00.436Z Compiling opaque-debug v0.3.1
22492026-06-03T21:44:00.543Z Compiling poly1305 v0.8.0
22502026-06-03T21:44:00.563Z Compiling toml v1.0.6+spec-1.1.0
22512026-06-03T21:44:00.646Z Compiling thiserror-no-std v2.0.2
22522026-06-03T21:44:00.707Z Compiling derive_more v0.99.20
22532026-06-03T21:44:00.759Z Compiling slog-term v2.9.2
22542026-06-03T21:44:00.985Z Compiling tokio-rustls v0.25.0
22552026-06-03T21:44:01.267Z Compiling test-strategy v0.4.5
22562026-06-03T21:44:01.360Z Compiling ciborium-ll v0.2.2
22572026-06-03T21:44:01.468Z Compiling async-stream v0.3.6
22582026-06-03T21:44:01.670Z Compiling ingot-types v0.1.2
22592026-06-03T21:44:01.687Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-06-03T21:44:01.702Z Compiling postcard v1.1.3
22612026-06-03T21:44:02.140Z Compiling tough v0.22.0
22622026-06-03T21:44:02.155Z Compiling ingot v0.1.1
22632026-06-03T21:44:02.186Z Compiling slog-bunyan v2.5.0
22642026-06-03T21:44:02.378Z Compiling num_enum_derive v0.7.5
22652026-06-03T21:44:02.399Z Compiling async-compression v0.4.41
22662026-06-03T21:44:02.680Z Compiling parse-display-derive v0.10.0
22672026-06-03T21:44:02.978Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22682026-06-03T21:44:03.093Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-06-03T21:44:03.358Z Compiling proc-macro-crate v1.3.1
22702026-06-03T21:44:03.377Z Compiling backon v1.6.0
22712026-06-03T21:44:03.667Z Compiling waitgroup v0.1.2
22722026-06-03T21:44:03.688Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22732026-06-03T21:44:03.748Z Compiling password-hash v0.5.0
22742026-06-03T21:44:03.797Z Compiling chacha20 v0.9.1
22752026-06-03T21:44:03.844Z Compiling dropshot_endpoint v0.17.0
22762026-06-03T21:44:03.866Z Compiling rustls-pemfile v2.2.0
22772026-06-03T21:44:03.904Z Compiling blake2 v0.10.6
22782026-06-03T21:44:04.107Z Compiling aead v0.5.2
22792026-06-03T21:44:04.187Z Compiling foreign-types-macros v0.2.3
22802026-06-03T21:44:04.248Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-06-03T21:44:04.345Z Compiling serde_path_to_error v0.1.20
22822026-06-03T21:44:04.450Z Compiling hostname v0.4.2
22832026-06-03T21:44:04.548Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-06-03T21:44:04.646Z Compiling proc-macro-error v1.0.4
22852026-06-03T21:44:04.704Z Compiling instant v0.1.13
22862026-06-03T21:44:04.782Z Compiling foreign-types-shared v0.3.1
22872026-06-03T21:44:04.797Z Compiling typeid v1.0.3
22882026-06-03T21:44:04.818Z Compiling debug-ignore v1.0.5
22892026-06-03T21:44:04.846Z Compiling cpufeatures v0.3.0
22902026-06-03T21:44:04.879Z Compiling backoff v0.4.0
22912026-06-03T21:44:04.915Z Compiling foreign-types v0.5.0
22922026-06-03T21:44:04.929Z Compiling chacha20 v0.10.0
22932026-06-03T21:44:04.949Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22942026-06-03T21:44:04.964Z Compiling chacha20poly1305 v0.10.1
22952026-06-03T21:44:05.019Z Compiling parse-display v0.10.0
22962026-06-03T21:44:05.034Z Compiling argon2 v0.5.3
22972026-06-03T21:44:05.049Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22982026-06-03T21:44:05.132Z Compiling num_enum_derive v0.5.11
22992026-06-03T21:44:05.148Z Compiling num_enum v0.7.5
23002026-06-03T21:44:05.165Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-06-03T21:44:05.273Z Compiling ciborium v0.2.2
23022026-06-03T21:44:05.309Z Compiling vsss-rs v3.3.4
23032026-06-03T21:44:05.456Z Compiling tabwriter v1.4.1
23042026-06-03T21:44:05.658Z Compiling regress v0.10.5
23052026-06-03T21:44:05.718Z Compiling byte-wrapper v0.1.0
23062026-06-03T21:44:05.863Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23072026-06-03T21:44:05.960Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23082026-06-03T21:44:05.981Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-06-03T21:44:06.145Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-06-03T21:44:06.183Z Compiling cstr-argument v0.1.2
23112026-06-03T21:44:06.249Z Compiling erased-serde v0.4.9
23122026-06-03T21:44:06.333Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23132026-06-03T21:44:06.383Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-06-03T21:44:06.459Z Compiling humantime v2.3.0
23152026-06-03T21:44:06.621Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-03T21:44:06.672Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-06-03T21:44:06.722Z Compiling num_enum v0.5.11
23182026-06-03T21:44:06.796Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-06-03T21:44:06.828Z Compiling rand v0.10.0
23202026-06-03T21:44:06.874Z Compiling rayon v1.11.0
23212026-06-03T21:44:06.953Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-06-03T21:44:06.973Z Compiling indent_write v2.2.0
23232026-06-03T21:44:06.989Z Compiling libefi-sys v0.1.0
23242026-06-03T21:44:07.074Z Compiling colored v3.1.1
23252026-06-03T21:44:07.101Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23262026-06-03T21:44:07.148Z Compiling zone_cfg_derive v0.3.1
23272026-06-03T21:44:07.163Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23282026-06-03T21:44:07.264Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-06-03T21:44:07.347Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23302026-06-03T21:44:07.382Z Compiling camino-tempfile v1.4.1
23312026-06-03T21:44:07.599Z Compiling itertools v0.12.1
23322026-06-03T21:44:07.682Z Compiling usdt-macro v0.5.0
23332026-06-03T21:44:07.821Z Compiling usdt-attr-macro v0.5.0
23342026-06-03T21:44:07.830Z Compiling bitfield-struct v0.6.2
23352026-06-03T21:44:07.834Z Compiling num-derive v0.4.2
23362026-06-03T21:44:07.866Z Compiling blake3 v1.8.3
23372026-06-03T21:44:07.881Z Compiling ordered-float v2.10.1
23382026-06-03T21:44:08.205Z Compiling sigpipe v0.1.3
23392026-06-03T21:44:08.263Z Compiling memmap v0.7.0
23402026-06-03T21:44:08.326Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-06-03T21:44:08.418Z Compiling swrite v0.1.0
23422026-06-03T21:44:08.508Z Compiling glob v0.3.3
23432026-06-03T21:44:08.535Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-06-03T21:44:08.593Z Compiling serde-value v0.7.0
23452026-06-03T21:44:08.610Z Compiling usdt v0.5.0
23462026-06-03T21:44:08.783Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-06-03T21:44:08.887Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23482026-06-03T21:44:09.056Z Compiling zone v0.3.1
23492026-06-03T21:44:09.121Z Compiling serde-untagged v0.1.9
23502026-06-03T21:44:09.156Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23512026-06-03T21:44:09.345Z Compiling toml v0.8.23
23522026-06-03T21:44:09.490Z Compiling smf v0.2.3
23532026-06-03T21:44:09.506Z Compiling filetime v0.2.27
23542026-06-03T21:44:09.509Z Compiling arrayvec v0.7.6
23552026-06-03T21:44:09.535Z Compiling arrayref v0.3.9
23562026-06-03T21:44:09.538Z Compiling xattr v1.6.1
23572026-06-03T21:44:09.538Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-06-03T21:44:09.634Z Compiling whoami v1.6.1
23592026-06-03T21:44:09.670Z Compiling constant_time_eq v0.4.2
23602026-06-03T21:44:09.742Z Compiling unicode-xid v0.2.6
23612026-06-03T21:44:09.774Z Compiling tar v0.4.45
23622026-06-03T21:44:09.788Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-06-03T21:44:09.885Z Compiling cargo-util-schemas v0.8.2
23642026-06-03T21:44:09.918Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-06-03T21:44:10.149Z Compiling tokio-dtrace v0.1.1
23662026-06-03T21:44:10.185Z Compiling console v0.16.2
23672026-06-03T21:44:10.502Z Compiling gethostname v0.5.0
23682026-06-03T21:44:10.535Z Compiling cargo-platform v0.2.0
23692026-06-03T21:44:10.665Z Compiling topological-sort v0.2.2
23702026-06-03T21:44:10.720Z Compiling unit-prefix v0.5.2
23712026-06-03T21:44:10.736Z Compiling oxide-tokio-rt v0.1.4
23722026-06-03T21:44:10.741Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-06-03T21:44:10.867Z Compiling indicatif v0.18.4
23742026-06-03T21:44:10.912Z Compiling shell-words v1.1.1
23752026-06-03T21:44:11.174Z Compiling cargo_metadata v0.21.0
23762026-06-03T21:44:20.828Z Compiling progenitor-client v0.10.0
23772026-06-03T21:44:20.828Z Compiling omicron-zone-package v0.12.2
23782026-06-03T21:44:20.878Z Compiling progenitor-client v0.14.0
23792026-06-03T21:44:21.359Z Compiling progenitor-extras v0.2.0
23802026-06-03T21:44:23.890Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-06-03T21:44:23.896Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-06-03T21:44:24.051Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-06-03T21:44:24.098Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-06-03T21:44:24.098Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-06-03T21:44:24.098Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-06-03T21:44:24.111Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-06-03T21:44:24.183Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23882026-06-03T21:44:24.348Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-06-03T21:44:28.366Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-06-03T21:44:36.225Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-06-03T21:44:39.485Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-06-03T21:44:40.487Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-06-03T21:44:50.433Z Finished `release` profile [optimized] target(s) in 1m 49s
23942026-06-03T21:44:50.586Z Running `target/release/omicron-package -t test target create -p dev`
23952026-06-03T21:44:50.653ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-06-03T21:44:50.657ZCreated new build target 'test' and set it as active
23972026-06-03T21:44:50.657Z
23982026-06-03T21:44:50.658Zreal 1:49.622327722
23992026-06-03T21:44:50.658Zuser 18:07.717613487
24002026-06-03T21:44:50.658Zsys 2:46.805440802
24012026-06-03T21:44:50.658Ztrap 0.526527233
24022026-06-03T21:44:50.658Ztflt 3.263960119
24032026-06-03T21:44:50.659Zdflt 4.446037660
24042026-06-03T21:44:50.659Zkflt 0.000397590
24052026-06-03T21:44:50.659Zlock 56:49.403864726
24062026-06-03T21:44:50.659Zslp 46:46.642280954
24072026-06-03T21:44:50.660Zlat 44.185937153
24082026-06-03T21:44:50.660Zstop 5:10.926042625
24092026-06-03T21:44:50.660Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-06-03T21:44:51.575Z Finished `release` profile [optimized] target(s) in 0.91s
24112026-06-03T21:44:51.648Z Running `target/release/omicron-package -t test package`
24122026-06-03T21:44:51.708ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-06-03T21:44:53.169Z Compiling heck v0.5.0
24142026-06-03T21:44:53.169Z Compiling regress v0.11.1
24152026-06-03T21:44:53.399Z Compiling unsafe-libyaml v0.2.11
24162026-06-03T21:44:53.439Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-06-03T21:44:53.470Z Compiling regress v0.10.5
24182026-06-03T21:44:53.495Z Compiling is-terminal v0.4.17
24192026-06-03T21:44:53.495Z Compiling unicode-width v0.1.14
24202026-06-03T21:44:53.512Z Compiling prettyplease v0.2.37
24212026-06-03T21:44:53.517Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-06-03T21:44:53.536Z Compiling bytecount v0.6.9
24232026-06-03T21:44:53.540Z Compiling rustls v0.22.4
24242026-06-03T21:44:53.540Z Compiling rustls-webpki v0.102.8
24252026-06-03T21:44:53.541Z Compiling derive-where v1.6.0
24262026-06-03T21:44:53.602Z Compiling thread_local v1.1.9
24272026-06-03T21:44:53.605Z Compiling compression-core v0.4.31
24282026-06-03T21:44:53.663Z Compiling match_cfg v0.1.0
24292026-06-03T21:44:53.666Z Compiling multer v3.1.0
24302026-06-03T21:44:53.778Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-06-03T21:44:53.801Z Compiling compression-codecs v0.4.37
24322026-06-03T21:44:53.805Z Compiling hostname v0.3.1
24332026-06-03T21:44:53.805Z Compiling slog-async v2.8.0
24342026-06-03T21:44:53.871Z Compiling crossbeam-channel v0.5.15
24352026-06-03T21:44:53.879Z Compiling slog-json v2.6.1
24362026-06-03T21:44:53.917Z Compiling toml_datetime v1.0.0+spec-1.1.0
24372026-06-03T21:44:53.943Z Compiling serde_yaml v0.9.34+deprecated
24382026-06-03T21:44:53.946Z Compiling serde_spanned v1.0.4
24392026-06-03T21:44:53.988Z Compiling take_mut v0.2.2
24402026-06-03T21:44:54.013Z Compiling term v1.2.1
24412026-06-03T21:44:54.104Z Compiling toml_writer v1.0.6+spec-1.1.0
24422026-06-03T21:44:54.124Z Compiling slog-bunyan v2.5.0
24432026-06-03T21:44:54.145Z Compiling async-compression v0.4.41
24442026-06-03T21:44:54.242Z Compiling async-stream v0.3.6
24452026-06-03T21:44:54.298Z Compiling toml v1.0.6+spec-1.1.0
24462026-06-03T21:44:54.331Z Compiling slog-term v2.9.2
24472026-06-03T21:44:54.357Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-06-03T21:44:54.454Z Compiling dropshot v0.17.0
24492026-06-03T21:44:54.500Z Compiling num-rational v0.4.2
24502026-06-03T21:44:54.526Z Compiling progenitor-client v0.14.0
24512026-06-03T21:44:54.555Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-06-03T21:44:54.582Z Compiling waitgroup v0.1.2
24532026-06-03T21:44:54.642Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-06-03T21:44:54.754Z Compiling rustls-pemfile v2.2.0
24552026-06-03T21:44:54.777Z Compiling backon v1.6.0
24562026-06-03T21:44:54.806Z Compiling num-complex v0.4.6
24572026-06-03T21:44:54.850Z Compiling hostname v0.4.2
24582026-06-03T21:44:54.878Z Compiling serde_path_to_error v0.1.20
24592026-06-03T21:44:54.881Z Compiling instant v0.1.13
24602026-06-03T21:44:54.923Z Compiling debug-ignore v1.0.5
24612026-06-03T21:44:54.976Z Compiling progenitor-extras v0.2.0
24622026-06-03T21:44:55.019Z Compiling typify-impl v0.6.2
24632026-06-03T21:44:55.042Z Compiling backoff v0.4.0
24642026-06-03T21:44:55.045Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24652026-06-03T21:44:55.090Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-06-03T21:44:55.287Z Compiling num v0.4.3
24672026-06-03T21:44:55.313Z Compiling parse-display v0.10.0
24682026-06-03T21:44:55.317Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-06-03T21:44:55.357Z Compiling progenitor-client v0.10.0
24702026-06-03T21:44:55.385Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-06-03T21:44:55.407Z Compiling macaddr v1.0.1
24722026-06-03T21:44:55.520Z Compiling float-ord v0.3.2
24732026-06-03T21:44:55.583Z Compiling humantime v2.3.0
24742026-06-03T21:44:55.676Z Compiling console v0.15.11
24752026-06-03T21:44:55.679Z Compiling newline-converter v0.3.0
24762026-06-03T21:44:55.741Z Compiling atomicwrites v0.4.4
24772026-06-03T21:44:55.859Z Compiling progenitor-client v0.13.0
24782026-06-03T21:44:55.881Z Compiling slog-dtrace v0.3.0
24792026-06-03T21:44:55.904Z Compiling cancel-safe-futures v0.1.5
24802026-06-03T21:44:56.001Z Compiling tokio-rustls v0.25.0
24812026-06-03T21:44:56.115Z Compiling owo-colors v4.3.0
24822026-06-03T21:44:56.176Z Compiling expectorate v1.2.0
24832026-06-03T21:44:56.200Z Compiling resolv-conf v0.7.6
24842026-06-03T21:44:56.295Z Compiling toml v0.8.23
24852026-06-03T21:44:56.321Z Compiling libsw-core v0.3.2
24862026-06-03T21:44:56.480Z Compiling libsw v3.5.0
24872026-06-03T21:44:56.546Z Compiling linked-hash-map v0.5.6
24882026-06-03T21:44:56.779Z Compiling linear-map v1.2.0
24892026-06-03T21:44:56.894Z Compiling lru-cache v0.1.2
24902026-06-03T21:44:56.926Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-06-03T21:44:56.964Z Compiling minimal-lexical v0.2.1
24922026-06-03T21:44:57.016Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-06-03T21:44:57.038Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-06-03T21:44:57.073Z Compiling hickory-proto v0.24.4
24952026-06-03T21:44:57.106Z Compiling unicode-xid v0.2.6
24962026-06-03T21:44:57.169Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-06-03T21:44:57.227Z Compiling nom v7.1.3
24982026-06-03T21:44:57.257Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-06-03T21:44:57.279Z Compiling convert_case v0.10.0
25002026-06-03T21:44:57.594Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-06-03T21:44:57.674Z Compiling derive_more-impl v2.1.1
25022026-06-03T21:44:58.159Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-06-03T21:44:58.483Z Compiling derive_more v2.1.1
25042026-06-03T21:44:58.671Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25052026-06-03T21:44:58.682Z Compiling papergrid v0.11.0
25062026-06-03T21:44:58.689Z Compiling tabled_derive v0.7.0
25072026-06-03T21:44:58.788Z Compiling termtree v0.5.1
25082026-06-03T21:44:58.883Z Compiling typify-macro v0.6.2
25092026-06-03T21:44:58.998Z Compiling crossterm v0.29.0
25102026-06-03T21:44:59.637Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-06-03T21:44:59.885Z Compiling hickory-resolver v0.24.4
25122026-06-03T21:44:59.988Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25132026-06-03T21:45:00.255Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25142026-06-03T21:45:00.530Z Compiling typify v0.6.2
25152026-06-03T21:45:00.685Z Compiling progenitor-impl v0.14.0
25162026-06-03T21:45:00.952Z Compiling progenitor-impl v0.13.0
25172026-06-03T21:45:01.386Z Compiling qorb v0.4.1
25182026-06-03T21:45:02.313Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-06-03T21:45:02.476Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-06-03T21:45:03.056Z Compiling progenitor-macro v0.14.0
25212026-06-03T21:45:03.257Z Compiling progenitor-macro v0.13.0
25222026-06-03T21:45:03.414Z Compiling tabled v0.15.0
25232026-06-03T21:45:05.491Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25242026-06-03T21:45:05.839Z Compiling phf_shared v0.12.1
25252026-06-03T21:45:05.845Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-06-03T21:45:06.047Z Compiling csv-core v0.1.13
25272026-06-03T21:45:06.231Z Compiling vte v0.14.1
25282026-06-03T21:45:06.507Z Compiling chrono-tz v0.10.4
25292026-06-03T21:45:06.530Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25302026-06-03T21:45:06.788Z Compiling highway v1.3.0
25312026-06-03T21:45:06.844Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25322026-06-03T21:45:07.190Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-06-03T21:45:07.415Z Compiling progenitor v0.14.0
25342026-06-03T21:45:07.602Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-06-03T21:45:07.627Z Compiling strip-ansi-escapes v0.2.1
25362026-06-03T21:45:07.653Z Compiling progenitor v0.13.0
25372026-06-03T21:45:07.857Z Compiling csv v1.4.0
25382026-06-03T21:45:08.125Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25392026-06-03T21:45:08.228Z Compiling phf v0.12.1
25402026-06-03T21:45:08.333Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-06-03T21:45:08.438Z Compiling const_format_proc_macros v0.2.34
25422026-06-03T21:45:08.755Z Compiling fd-lock v4.0.4
25432026-06-03T21:45:08.850Z Compiling peg-macros v0.8.5
25442026-06-03T21:45:08.922Z Compiling nu-ansi-term v0.50.3
25452026-06-03T21:45:09.287Z Compiling const_format v0.2.35
25462026-06-03T21:45:09.496Z Compiling reedline v0.40.0
25472026-06-03T21:45:10.172Z Compiling peg v0.8.5
25482026-06-03T21:45:10.288Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-06-03T21:45:10.798Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-03T21:45:10.983Z Compiling bcs v0.1.6
25512026-06-03T21:45:11.133Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-06-03T21:45:11.198Z Compiling semver v0.1.20
25532026-06-03T21:45:11.439Z Compiling rustc_version v0.1.7
25542026-06-03T21:45:11.466Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25552026-06-03T21:45:11.516Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-06-03T21:45:11.704Z Compiling newtype_derive v0.1.6
25572026-06-03T21:45:11.798Z Compiling unicode-linebreak v0.1.5
25582026-06-03T21:45:11.847Z Compiling smawk v0.3.2
25592026-06-03T21:45:12.028Z Compiling textwrap v0.16.2
25602026-06-03T21:45:12.055Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-06-03T21:45:12.262Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-06-03T21:45:12.816Z Compiling base64 v0.21.7
25632026-06-03T21:45:13.379Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-06-03T21:45:13.649Z Compiling steno v0.4.1
25652026-06-03T21:45:13.762Z Compiling dropshot-api-manager-types v0.7.2
25662026-06-03T21:45:13.851Z Compiling tagptr v0.2.0
25672026-06-03T21:45:13.886Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25682026-06-03T21:45:14.049Z Compiling moka v0.12.13
25692026-06-03T21:45:14.119Z Compiling utf-8 v0.7.6
25702026-06-03T21:45:14.417Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-06-03T21:45:14.445Z Compiling tungstenite v0.21.0
25722026-06-03T21:45:14.474Z Compiling radium v0.7.0
25732026-06-03T21:45:14.823Z Compiling maybe-uninit v2.0.0
25742026-06-03T21:45:15.121Z Compiling tokio-tungstenite v0.21.0
25752026-06-03T21:45:15.198Z Compiling tap v1.0.1
25762026-06-03T21:45:15.355Z Compiling hickory-resolver v0.25.2
25772026-06-03T21:45:15.397Z Compiling display-error-chain v0.2.2
25782026-06-03T21:45:15.524Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25792026-06-03T21:45:15.547Z Compiling wyz v0.5.1
25802026-06-03T21:45:16.012Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-06-03T21:45:16.022Z Compiling num-derive v0.3.3
25822026-06-03T21:45:16.715Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25832026-06-03T21:45:16.773Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-06-03T21:45:16.964Z Compiling zerocopy-derive v0.6.6
25852026-06-03T21:45:17.102Z Compiling proc-macro-error-attr2 v2.0.0
25862026-06-03T21:45:17.539Z Compiling crc-catalog v2.4.0
25872026-06-03T21:45:17.677Z Compiling packed_struct v0.10.1
25882026-06-03T21:45:17.783Z Compiling funty v2.0.0
25892026-06-03T21:45:17.806Z Compiling zerocopy v0.6.6
25902026-06-03T21:45:17.976Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25912026-06-03T21:45:18.227Z Compiling bitvec v1.0.1
25922026-06-03T21:45:18.830Z Compiling crc v3.4.0
25932026-06-03T21:45:19.007Z Compiling proc-macro-error2 v2.0.1
25942026-06-03T21:45:19.108Z Compiling libscf-sys v1.1.0
25952026-06-03T21:45:19.369Z Compiling packed_struct_codegen v0.10.1
25962026-06-03T21:45:19.482Z Compiling vergen-lib v0.1.6
25972026-06-03T21:45:19.668Z Compiling bitfield-macros v0.19.4
25982026-06-03T21:45:19.916Z Compiling indexmap v1.9.3
25992026-06-03T21:45:20.165Z Compiling nodrop v0.1.14
26002026-06-03T21:45:20.255Z Compiling smallvec v0.6.14
26012026-06-03T21:45:20.305Z Compiling array-init v0.0.4
26022026-06-03T21:45:20.417Z Compiling bitfield v0.19.4
26032026-06-03T21:45:20.551Z Compiling tabled_derive v0.11.0
26042026-06-03T21:45:20.576Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26052026-06-03T21:45:20.773Z Compiling papergrid v0.17.0
26062026-06-03T21:45:20.828Z Compiling testing_table v0.3.0
26072026-06-03T21:45:20.898Z Compiling vergen-gitcl v1.0.8
26082026-06-03T21:45:21.135Z Compiling dirs-sys-next v0.1.2
26092026-06-03T21:45:21.207Z Compiling hashbrown v0.12.3
26102026-06-03T21:45:21.319Z Compiling maplit v1.0.2
26112026-06-03T21:45:21.341Z Compiling diesel_derives v2.3.7
26122026-06-03T21:45:21.425Z Compiling crunchy v0.2.4
26132026-06-03T21:45:21.450Z Compiling glob v0.3.3
26142026-06-03T21:45:21.611Z Compiling dirs-next v2.0.0
26152026-06-03T21:45:21.727Z Compiling serde-hex v0.1.0
26162026-06-03T21:45:21.856Z Compiling clang-sys v1.8.1
26172026-06-03T21:45:21.859Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-06-03T21:45:22.089Z Compiling tabled v0.20.0
26192026-06-03T21:45:22.132Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-06-03T21:45:22.153Z Compiling ron v0.8.1
26212026-06-03T21:45:22.273Z Compiling hashbrown v0.13.2
26222026-06-03T21:45:22.320Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-06-03T21:45:22.417Z Compiling dsl_auto_type v0.2.0
26242026-06-03T21:45:22.810Z Compiling scheduled-thread-pool v0.2.7
26252026-06-03T21:45:22.935Z Compiling diesel_table_macro_syntax v0.3.0
26262026-06-03T21:45:23.011Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-06-03T21:45:23.187Z Compiling crc-any v2.5.0
26282026-06-03T21:45:23.258Z Compiling tiny-keccak v2.0.2
26292026-06-03T21:45:23.456Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-06-03T21:45:23.627Z Compiling r2d2 v0.8.10
26312026-06-03T21:45:23.649Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26322026-06-03T21:45:23.786Z Compiling object v0.30.4
26332026-06-03T21:45:23.981Z Compiling term v0.7.0
26342026-06-03T21:45:24.054Z Compiling path-slash v0.1.5
26352026-06-03T21:45:24.253Z Compiling bit-vec v0.6.3
26362026-06-03T21:45:24.376Z Compiling downcast-rs v2.0.2
26372026-06-03T21:45:24.402Z Compiling xshell-macros v0.2.7
26382026-06-03T21:45:24.508Z Compiling bit-set v0.5.3
26392026-06-03T21:45:24.508Z Compiling ascii-canvas v3.0.0
26402026-06-03T21:45:24.701Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26412026-06-03T21:45:24.795Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26422026-06-03T21:45:24.818Z Compiling xshell v0.2.7
26432026-06-03T21:45:24.821Z Compiling itertools v0.10.5
26442026-06-03T21:45:25.226Z Compiling ena v0.14.4
26452026-06-03T21:45:25.311Z Compiling libloading v0.8.9
26462026-06-03T21:45:25.493Z Compiling unicase v2.9.0
26472026-06-03T21:45:25.561Z Compiling bindgen v0.71.1
26482026-06-03T21:45:25.812Z Compiling regex-syntax v0.6.29
26492026-06-03T21:45:25.891Z Compiling crc8 v0.1.1
26502026-06-03T21:45:26.033Z Compiling diff v0.1.13
26512026-06-03T21:45:26.058Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26522026-06-03T21:45:26.316Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-06-03T21:45:26.876Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-06-03T21:45:27.456Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26552026-06-03T21:45:27.483Z Compiling lalrpop v0.19.12
26562026-06-03T21:45:27.518Z Compiling cexpr v0.6.0
26572026-06-03T21:45:27.684Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26582026-06-03T21:45:27.827Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26592026-06-03T21:45:27.919Z Compiling rustc-hash v2.1.1
26602026-06-03T21:45:28.042Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-06-03T21:45:28.162Z Compiling headers-core v0.3.0
26622026-06-03T21:45:28.205Z Compiling libxml v0.3.3
26632026-06-03T21:45:28.332Z Compiling headers v0.4.1
26642026-06-03T21:45:28.523Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-06-03T21:45:28.593Z Compiling diesel v2.3.7
26662026-06-03T21:45:28.755Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-06-03T21:45:28.928Z Compiling typify-impl v0.4.3
26682026-06-03T21:45:29.106Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-06-03T21:45:29.343Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702026-06-03T21:45:29.486Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26712026-06-03T21:45:29.990Z Compiling strum_macros v0.24.3
26722026-06-03T21:45:30.050Z Compiling git-stub v1.0.0
26732026-06-03T21:45:30.106Z Compiling indoc v1.0.9
26742026-06-03T21:45:30.342Z Compiling git-stub-vcs v0.1.0
26752026-06-03T21:45:30.598Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-06-03T21:45:30.737Z Compiling derive_builder v0.20.2
26772026-06-03T21:45:30.843Z Compiling oso-derive v0.27.3
26782026-06-03T21:45:30.960Z Compiling quick-xml v0.37.5
26792026-06-03T21:45:31.375Z Compiling impl-trait-for-tuples v0.2.3
26802026-06-03T21:45:31.418Z Compiling openssl-probe v0.1.6
26812026-06-03T21:45:31.780Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-06-03T21:45:32.504Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-06-03T21:45:32.540Z Compiling half v1.8.3
26842026-06-03T21:45:32.614Z Compiling typify-macro v0.4.3
26852026-06-03T21:45:32.752Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-06-03T21:45:33.007Z Compiling serde_cbor v0.11.2
26872026-06-03T21:45:33.010Z Compiling bb8 v0.8.6
26882026-06-03T21:45:33.074Z Compiling samael v0.0.19
26892026-06-03T21:45:33.438Z Compiling trait-variant v0.1.2
26902026-06-03T21:45:33.499Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912026-06-03T21:45:33.724Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26922026-06-03T21:45:33.848Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26932026-06-03T21:45:34.027Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26942026-06-03T21:45:34.132Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-06-03T21:45:34.193Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-06-03T21:45:34.239Z Compiling typify v0.4.3
26972026-06-03T21:45:34.384Z Compiling progenitor-impl v0.11.2
26982026-06-03T21:45:34.442Z Compiling fxhash v0.2.1
26992026-06-03T21:45:34.618Z Compiling libz-sys v1.1.24
27002026-06-03T21:45:34.642Z Compiling nonempty v0.12.0
27012026-06-03T21:45:34.882Z Compiling salty v0.3.0
27022026-06-03T21:45:35.229Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-06-03T21:45:35.303Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27042026-06-03T21:45:35.380Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-06-03T21:45:35.459Z Compiling polar-core v0.27.3
27062026-06-03T21:45:35.561Z Compiling progenitor-client v0.11.2
27072026-06-03T21:45:35.686Z Compiling kstat-rs v0.2.4
27082026-06-03T21:45:35.900Z Compiling arc-swap v1.8.2
27092026-06-03T21:45:36.237Z Compiling fs-err v2.11.0
27102026-06-03T21:45:36.529Z Compiling mime_guess v2.0.5
27112026-06-03T21:45:36.652Z Compiling slog-scope v4.4.1
27122026-06-03T21:45:36.798Z Compiling progenitor-macro v0.11.2
27132026-06-03T21:45:37.087Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27142026-06-03T21:45:37.175Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-06-03T21:45:37.735Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-06-03T21:45:39.879Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27172026-06-03T21:45:40.077Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-06-03T21:45:40.377Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-06-03T21:45:40.403Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-06-03T21:45:40.986Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27212026-06-03T21:45:41.011Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27222026-06-03T21:45:41.518Z Compiling progenitor v0.11.2
27232026-06-03T21:45:41.621Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27242026-06-03T21:45:41.716Z Compiling nanorand v0.7.0
27252026-06-03T21:45:42.027Z Compiling darling_core v0.23.0
27262026-06-03T21:45:42.098Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-06-03T21:45:42.535Z Compiling parking_lot_core v0.8.6
27282026-06-03T21:45:44.310Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292026-06-03T21:45:45.663Z Compiling oso v0.27.3
27302026-06-03T21:45:49.436Z Compiling async-bb8-diesel v0.2.1
27312026-06-03T21:45:49.918Z Compiling diesel-dtrace v0.5.0
27322026-06-03T21:45:50.253Z Compiling darling_macro v0.23.0
27332026-06-03T21:45:50.327Z Compiling flume v0.11.1
27342026-06-03T21:45:50.398Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-06-03T21:45:50.471Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-06-03T21:45:50.902Z Compiling slog-stdlog v4.1.1
27372026-06-03T21:45:51.055Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27382026-06-03T21:45:51.263Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-06-03T21:45:52.506Z Compiling primeorder v0.13.6
27402026-06-03T21:45:52.530Z Compiling atty v0.2.14
27412026-06-03T21:45:52.680Z Compiling http-range v0.1.5
27422026-06-03T21:45:52.836Z Compiling strsim v0.10.0
27432026-06-03T21:45:52.900Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27442026-06-03T21:45:52.943Z Compiling instability v0.3.11
27452026-06-03T21:45:52.992Z Compiling parse-size v1.1.0
27462026-06-03T21:45:53.033Z Compiling p384 v0.13.1
27472026-06-03T21:45:53.180Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-06-03T21:45:53.206Z Compiling darling_core v0.13.4
27492026-06-03T21:45:53.257Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27502026-06-03T21:45:53.305Z Compiling slog-envlogger v2.2.0
27512026-06-03T21:45:54.551Z Compiling darling v0.23.0
27522026-06-03T21:45:55.262Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27532026-06-03T21:45:55.367Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-06-03T21:45:55.427Z Compiling ignore v0.4.25
27552026-06-03T21:45:56.081Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-03T21:45:56.138Z Compiling castaway v0.2.4
27572026-06-03T21:45:56.304Z Compiling vergen-git2 v9.1.0
27582026-06-03T21:45:56.459Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-03T21:45:56.542Z Compiling indoc v2.0.7
27602026-06-03T21:45:56.824Z Compiling compact_str v0.8.1
27612026-06-03T21:45:57.401Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-03T21:45:57.426Z Compiling globwalk v0.9.1
27632026-06-03T21:45:57.529Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-06-03T21:45:57.812Z Compiling parking_lot v0.11.2
27652026-06-03T21:45:58.113Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-06-03T21:45:58.144Z Compiling darling_macro v0.13.4
27672026-06-03T21:45:58.664Z Compiling hyper-staticfile v0.10.1
27682026-06-03T21:45:58.777Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-06-03T21:45:59.370Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-06-03T21:45:59.916Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-06-03T21:46:00.065Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-06-03T21:46:00.550Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-06-03T21:46:00.685Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-06-03T21:46:00.742Z Compiling predicates-tree v1.0.13
27752026-06-03T21:46:01.249Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-06-03T21:46:01.340Z Compiling unicode-truncate v1.1.0
27772026-06-03T21:46:01.505Z Compiling lru v0.12.5
27782026-06-03T21:46:01.517Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-06-03T21:46:01.567Z Compiling rand_seeder v0.4.0
27802026-06-03T21:46:01.654Z Compiling prefix-trie v0.7.0
27812026-06-03T21:46:01.686Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-06-03T21:46:01.850Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-06-03T21:46:01.933Z Compiling cassowary v0.3.0
27842026-06-03T21:46:02.106Z Compiling illumos-nvpair-sys v0.2.0
27852026-06-03T21:46:02.133Z Compiling rustls v0.21.12
27862026-06-03T21:46:02.181Z Compiling corncobs v0.1.4
27872026-06-03T21:46:02.235Z Compiling ratatui v0.29.0
27882026-06-03T21:46:02.402Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-06-03T21:46:02.425Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-06-03T21:46:02.447Z Compiling hickory-server v0.25.2
27912026-06-03T21:46:02.450Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27922026-06-03T21:46:02.599Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27932026-06-03T21:46:02.690Z Compiling camino-tempfile-ext v0.3.3
27942026-06-03T21:46:02.805Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-06-03T21:46:03.173Z Compiling darling v0.13.4
27962026-06-03T21:46:03.384Z Compiling sled v0.34.7
27972026-06-03T21:46:03.587Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-06-03T21:46:03.854Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-06-03T21:46:04.124Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-06-03T21:46:05.915Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28012026-06-03T21:46:06.841Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28022026-06-03T21:46:06.921Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-06-03T21:46:07.087Z Compiling rustls-webpki v0.101.7
28042026-06-03T21:46:07.159Z Compiling sct v0.7.1
28052026-06-03T21:46:07.447Z Compiling secrecy v0.8.0
28062026-06-03T21:46:07.649Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-06-03T21:46:08.197Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-06-03T21:46:08.865Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-06-03T21:46:09.209Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28102026-06-03T21:46:09.353Z Compiling serde_with_macros v1.5.2
28112026-06-03T21:46:10.106Z Compiling git2 v0.20.4
28122026-06-03T21:46:10.312Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28132026-06-03T21:46:10.409Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28142026-06-03T21:46:10.967Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28152026-06-03T21:46:10.995Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-06-03T21:46:11.101Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28172026-06-03T21:46:11.342Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-06-03T21:46:11.585Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28192026-06-03T21:46:11.848Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28202026-06-03T21:46:12.087Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-06-03T21:46:12.244Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28222026-06-03T21:46:12.328Z Compiling void v1.0.2
28232026-06-03T21:46:12.991Z Compiling lzss v0.8.2
28242026-06-03T21:46:13.212Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28252026-06-03T21:46:13.343Z Compiling illumos-nvpair v0.3.0
28262026-06-03T21:46:13.394Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28272026-06-03T21:47:11.654Z Compiling serde_with v1.14.0
28282026-06-03T21:47:11.710Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28292026-06-03T21:47:11.842Z Compiling tokio-rustls v0.24.1
28302026-06-03T21:47:11.842Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28312026-06-03T21:47:11.842Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28322026-06-03T21:47:11.842Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-06-03T21:47:11.842Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-06-03T21:47:11.842Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28352026-06-03T21:47:11.842Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-06-03T21:47:11.843Z Compiling tungstenite v0.23.0
28372026-06-03T21:47:11.843Z Compiling rustls-pemfile v1.0.4
28382026-06-03T21:47:11.843Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28392026-06-03T21:47:11.843Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-06-03T21:47:11.843Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28412026-06-03T21:47:11.843Z Compiling nix v0.27.1
28422026-06-03T21:47:11.843Z Compiling twox-hash v2.1.2
28432026-06-03T21:47:11.843Z Compiling serde_bytes v0.11.19
28442026-06-03T21:47:11.843Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28452026-06-03T21:47:11.843Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28462026-06-03T21:47:11.843Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28472026-06-03T21:47:11.843Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28482026-06-03T21:47:11.843Z Compiling tokio-tungstenite v0.23.1
28492026-06-03T21:47:11.843Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-06-03T21:47:11.843Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-06-03T21:47:11.843Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-06-03T21:47:11.843Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-06-03T21:47:11.843Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-06-03T21:47:11.844Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-06-03T21:47:11.844Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28562026-06-03T21:47:11.844Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28572026-06-03T21:47:11.844Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-06-03T21:47:11.844Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28592026-06-03T21:47:11.844Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28602026-06-03T21:47:11.844Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28612026-06-03T21:47:11.844Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-06-03T21:47:11.844Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28632026-06-03T21:47:11.844Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-06-03T21:47:11.844Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28652026-06-03T21:47:11.844Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28662026-06-03T21:47:11.844Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-06-03T21:47:11.844Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28682026-06-03T21:47:11.844Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28692026-06-03T21:47:11.844Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28702026-06-03T21:47:11.844Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28712026-06-03T21:47:11.844Z Compiling fatfs v0.3.6
28722026-06-03T21:47:11.844Z Compiling signal-hook-tokio v0.3.1
28732026-06-03T21:47:11.844Z Compiling yasna v0.5.2
28742026-06-03T21:47:11.844Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-06-03T21:47:11.844Z Compiling assert_matches v1.5.0
28762026-06-03T21:47:11.844Z Compiling is_ci v1.2.0
28772026-06-03T21:47:11.844Z Compiling seq-macro v0.3.6
28782026-06-03T21:47:11.844Z Compiling supports-color v3.0.2
28792026-06-03T21:47:11.845Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28802026-06-03T21:47:11.845Z Compiling rcgen v0.12.1
28812026-06-03T21:47:11.845Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-06-03T21:47:11.845Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-06-03T21:47:11.845Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-06-03T21:47:11.845Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-06-03T21:47:11.845Z Compiling rtoolbox v0.0.3
28862026-06-03T21:47:11.845Z Compiling subprocess v0.2.15
28872026-06-03T21:47:11.845Z Compiling rpassword v7.4.0
28882026-06-03T21:47:11.845Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-06-03T21:47:11.845Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-06-03T21:47:11.845Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-06-03T21:47:11.845Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-06-03T21:47:11.845Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-06-03T21:47:11.845Z Compiling tui-tree-widget v0.23.1
28942026-06-03T21:47:11.845Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-06-03T21:47:11.845Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-06-03T21:47:11.845Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-06-03T21:47:11.845Z Compiling uzers v0.12.2
28982026-06-03T21:47:11.845Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-06-03T21:47:11.845Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-06-03T21:47:11.845Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-06-03T21:47:11.845Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-06-03T21:47:11.845Z Compiling support-bundle-viewer v0.1.2
29032026-06-03T21:47:11.845Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-06-03T21:47:11.845Z Compiling multimap v0.10.1
29052026-06-03T21:47:11.846Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-06-03T21:47:11.846Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29072026-06-03T21:47:13.187Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29082026-06-03T21:47:14.008Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-06-03T21:47:15.553Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-06-03T21:53:19.154Z Finished `release` profile [optimized] target(s) in 8m 27s
29112026-06-03T21:54:06.280Z
29122026-06-03T21:54:06.280Zreal 9:15.594114778
29132026-06-03T21:54:06.280Zuser 1:20:38.550271656
29142026-06-03T21:54:06.280Zsys 3:44.213267683
29152026-06-03T21:54:06.280Ztrap 1.828940985
29162026-06-03T21:54:06.280Ztflt 2.886145514
29172026-06-03T21:54:06.283Zdflt 18.099300404
29182026-06-03T21:54:06.283Zkflt 0.029248778
29192026-06-03T21:54:06.283Zlock 6:59:19.898565508
29202026-06-03T21:54:06.283Zslp 2:18:55.866889608
29212026-06-03T21:54:06.283Zlat 2:32.552336814
29222026-06-03T21:54:06.283Zstop 5:33.618752406
29232026-06-03T21:54:06.283Z+ mapfile -t packages
29242026-06-03T21:54:06.283Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-06-03T21:54:07.228Z Finished `release` profile [optimized] target(s) in 0.93s
29262026-06-03T21:54:07.307Z Running `target/release/omicron-package -t test list-outputs`
29272026-06-03T21:54:07.366ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-06-03T21:54:07.370Z+ ptime -m cargo build --locked --release -p xtask
29292026-06-03T21:54:07.904Z Compiling libc v0.2.185
29302026-06-03T21:54:07.904Z Compiling serde v1.0.228
29312026-06-03T21:54:07.907Z Compiling serde_core v1.0.228
29322026-06-03T21:54:07.907Z Compiling rustix v1.1.3
29332026-06-03T21:54:08.018Z Compiling bitflags v2.11.0
29342026-06-03T21:54:08.022Z Compiling serde_json v1.0.149
29352026-06-03T21:54:08.061Z Compiling num-traits v0.2.19
29362026-06-03T21:54:08.061Z Compiling smallvec v1.15.1
29372026-06-03T21:54:08.072Z Compiling syn v2.0.117
29382026-06-03T21:54:08.111Z Compiling indexmap v2.14.0
29392026-06-03T21:54:08.111Z Compiling usdt-impl v0.5.0
29402026-06-03T21:54:08.136Z Compiling syn v1.0.109
29412026-06-03T21:54:08.151Z Compiling log v0.4.29
29422026-06-03T21:54:08.151Z Compiling getrandom v0.4.1
29432026-06-03T21:54:08.313Z Compiling percent-encoding v2.3.2
29442026-06-03T21:54:08.410Z Compiling fs-err v3.3.0
29452026-06-03T21:54:08.413Z Compiling heck v0.4.1
29462026-06-03T21:54:08.482Z Compiling form_urlencoded v1.2.2
29472026-06-03T21:54:08.603Z Compiling anyhow v1.0.102
29482026-06-03T21:54:08.630Z Compiling once_cell v1.21.3
29492026-06-03T21:54:08.851Z Compiling errno v0.3.14
29502026-06-03T21:54:08.851Z Compiling thread-id v4.2.2
29512026-06-03T21:54:08.902Z Compiling memmap v0.7.0
29522026-06-03T21:54:09.152Z Compiling ordered-float v2.10.1
29532026-06-03T21:54:09.685Z Compiling proc-macro-error v1.0.4
29542026-06-03T21:54:09.882Z Compiling terminal_size v0.4.3
29552026-06-03T21:54:09.883Z Compiling tempfile v3.25.0
29562026-06-03T21:54:09.936Z Compiling tabled_derive v0.7.0
29572026-06-03T21:54:09.995Z Compiling clap_builder v4.5.60
29582026-06-03T21:54:09.996Z Compiling textwrap v0.16.2
29592026-06-03T21:54:10.120Z Compiling camino-tempfile v1.4.1
29602026-06-03T21:54:10.611Z Compiling tabled v0.15.0
29612026-06-03T21:54:10.644Z Compiling synstructure v0.13.2
29622026-06-03T21:54:10.644Z Compiling pest_generator v2.8.6
29632026-06-03T21:54:11.043Z Compiling serde_derive v1.0.228
29642026-06-03T21:54:11.048Z Compiling zerofrom-derive v0.1.6
29652026-06-03T21:54:11.048Z Compiling yoke-derive v0.8.1
29662026-06-03T21:54:11.048Z Compiling zerovec-derive v0.11.2
29672026-06-03T21:54:11.048Z Compiling displaydoc v0.2.5
29682026-06-03T21:54:11.048Z Compiling thiserror-impl v1.0.69
29692026-06-03T21:54:11.048Z Compiling zerocopy-derive v0.7.35
29702026-06-03T21:54:11.048Z Compiling scroll_derive v0.12.1
29712026-06-03T21:54:11.048Z Compiling thiserror-impl v2.0.18
29722026-06-03T21:54:11.048Z Compiling clap_derive v4.5.55
29732026-06-03T21:54:11.199Z Compiling pest_derive v2.8.6
29742026-06-03T21:54:11.747Z Compiling scroll v0.12.0
29752026-06-03T21:54:11.905Z Compiling zerocopy v0.7.35
29762026-06-03T21:54:12.086Z Compiling goblin v0.8.2
29772026-06-03T21:54:12.283Z Compiling thiserror v1.0.69
29782026-06-03T21:54:12.321Z Compiling zerofrom v0.1.6
29792026-06-03T21:54:12.412Z Compiling dtrace-parser v0.2.0
29802026-06-03T21:54:12.445Z Compiling yoke v0.8.1
29812026-06-03T21:54:12.500Z Compiling thiserror v2.0.18
29822026-06-03T21:54:12.637Z Compiling zerovec v0.11.5
29832026-06-03T21:54:12.659Z Compiling zerotrie v0.2.3
29842026-06-03T21:54:12.738Z Compiling clap v4.5.60
29852026-06-03T21:54:13.234Z Compiling tinystr v0.8.2
29862026-06-03T21:54:13.472Z Compiling icu_locale_core v2.1.1
29872026-06-03T21:54:14.070Z Compiling potential_utf v0.1.4
29882026-06-03T21:54:14.245Z Compiling icu_collections v2.1.1
29892026-06-03T21:54:14.275Z Compiling icu_provider v2.1.1
29902026-06-03T21:54:14.315Z Compiling toml_datetime v0.6.11
29912026-06-03T21:54:14.676Z Compiling icu_properties v2.1.2
29922026-06-03T21:54:14.700Z Compiling icu_normalizer v2.1.1
29932026-06-03T21:54:14.714Z Compiling serde_spanned v0.6.9
29942026-06-03T21:54:14.714Z Compiling dof v0.3.0
29952026-06-03T21:54:14.740Z Compiling serde_tokenstream v0.2.3
29962026-06-03T21:54:14.868Z Compiling toml_edit v0.22.27
29972026-06-03T21:54:14.918Z Compiling serde-value v0.7.0
29982026-06-03T21:54:14.993Z Compiling cargo-platform v0.2.0
29992026-06-03T21:54:15.084Z Compiling macaddr v1.0.1
30002026-06-03T21:54:15.581Z Compiling idna_adapter v1.2.1
30012026-06-03T21:54:15.630Z Compiling usdt-macro v0.5.0
30022026-06-03T21:54:15.694Z Compiling usdt-attr-macro v0.5.0
30032026-06-03T21:54:15.719Z Compiling idna v1.1.0
30042026-06-03T21:54:16.082Z Compiling url v2.5.8
30052026-06-03T21:54:16.380Z Compiling usdt v0.5.0
30062026-06-03T21:54:16.473Z Compiling toml v0.8.23
30072026-06-03T21:54:16.913Z Compiling cargo-util-schemas v0.8.2
30082026-06-03T21:54:16.914Z Compiling cargo_toml v0.21.0
30092026-06-03T21:54:17.948Z Compiling cargo_metadata v0.21.0
30102026-06-03T21:54:21.006Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-06-03T21:54:24.009Z Finished `release` profile [optimized] target(s) in 16.62s
30122026-06-03T21:54:24.133Z
30132026-06-03T21:54:24.133Zreal 16.727520462
30142026-06-03T21:54:24.133Zuser 2:21.922407165
30152026-06-03T21:54:24.133Zsys 17.261084189
30162026-06-03T21:54:24.133Ztrap 0.079263770
30172026-06-03T21:54:24.133Ztflt 0.541954521
30182026-06-03T21:54:24.137Zdflt 1.483102959
30192026-06-03T21:54:24.137Zkflt 0.000068540
30202026-06-03T21:54:24.137Zlock 5:20.865341040
30212026-06-03T21:54:24.137Zslp 3:24.268162228
30222026-06-03T21:54:24.137Zlat 7.151691059
30232026-06-03T21:54:24.137Zstop 23.420960675
30242026-06-03T21:54:24.137Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-06-03T21:54:24.137Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-06-03T21:54:24.137Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-06-03T21:54:24.137Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-06-03T21:54:24.137Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-06-03T21:54:25.089Z Compiling newtype-uuid-macros v0.1.0
30302026-06-03T21:54:25.092Z Compiling progenitor-client v0.14.0
30312026-06-03T21:54:25.092Z Compiling structmeta-derive v0.3.0
30322026-06-03T21:54:25.092Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30332026-06-03T21:54:25.237Z Compiling rustls v0.22.4
30342026-06-03T21:54:25.262Z Compiling rustls-webpki v0.102.8
30352026-06-03T21:54:25.278Z Compiling multer v3.1.0
30362026-06-03T21:54:25.281Z Compiling compression-core v0.4.31
30372026-06-03T21:54:25.294Z Compiling debug-ignore v1.0.5
30382026-06-03T21:54:25.298Z Compiling match_cfg v0.1.0
30392026-06-03T21:54:25.298Z Compiling slog-json v2.6.1
30402026-06-03T21:54:25.298Z Compiling async-stream-impl v0.3.6
30412026-06-03T21:54:25.298Z Compiling serde_spanned v1.0.4
30422026-06-03T21:54:25.298Z Compiling toml_datetime v1.0.0+spec-1.1.0
30432026-06-03T21:54:25.316Z Compiling dropshot v0.17.0
30442026-06-03T21:54:25.319Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-06-03T21:54:25.461Z Compiling itertools v0.14.0
30462026-06-03T21:54:25.596Z Compiling hostname v0.3.1
30472026-06-03T21:54:25.600Z Compiling waitgroup v0.1.2
30482026-06-03T21:54:25.600Z Compiling rustls-pemfile v2.2.0
30492026-06-03T21:54:25.617Z Compiling dropshot_endpoint v0.17.0
30502026-06-03T21:54:25.657Z Compiling compression-codecs v0.4.37
30512026-06-03T21:54:25.660Z Compiling serde_path_to_error v0.1.20
30522026-06-03T21:54:25.751Z Compiling slog-bunyan v2.5.0
30532026-06-03T21:54:25.771Z Compiling toml v1.0.6+spec-1.1.0
30542026-06-03T21:54:25.774Z Compiling hostname v0.4.2
30552026-06-03T21:54:25.830Z Compiling regress v0.10.5
30562026-06-03T21:54:25.868Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30572026-06-03T21:54:25.911Z Compiling async-compression v0.4.41
30582026-06-03T21:54:25.935Z Compiling macaddr v1.0.1
30592026-06-03T21:54:25.954Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-06-03T21:54:25.958Z Compiling instant v0.1.13
30612026-06-03T21:54:26.014Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-06-03T21:54:26.074Z Compiling backon v1.6.0
30632026-06-03T21:54:26.077Z Compiling backoff v0.4.0
30642026-06-03T21:54:26.110Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-06-03T21:54:26.113Z Compiling async-stream v0.3.6
30662026-06-03T21:54:26.146Z Compiling progenitor-client v0.10.0
30672026-06-03T21:54:26.187Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-06-03T21:54:26.248Z Compiling progenitor-extras v0.2.0
30692026-06-03T21:54:26.306Z Compiling humantime v2.3.0
30702026-06-03T21:54:26.332Z Compiling universal-hash v0.5.1
30712026-06-03T21:54:26.332Z Compiling opaque-debug v0.3.1
30722026-06-03T21:54:26.348Z Compiling structmeta v0.3.0
30732026-06-03T21:54:26.385Z Compiling half v2.7.1
30742026-06-03T21:54:26.407Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30752026-06-03T21:54:26.445Z Compiling ciborium-io v0.2.2
30762026-06-03T21:54:26.477Z Compiling crucible-workspace-hack v0.1.0
30772026-06-03T21:54:26.494Z Compiling regress v0.11.1
30782026-06-03T21:54:26.529Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-06-03T21:54:26.558Z Compiling convert_case v0.4.0
30802026-06-03T21:54:26.577Z Compiling aead v0.5.2
30812026-06-03T21:54:26.581Z Compiling secrecy v0.10.3
30822026-06-03T21:54:26.616Z Compiling unsafe-libyaml v0.2.11
30832026-06-03T21:54:26.620Z Compiling derive-ex v0.1.8
30842026-06-03T21:54:26.679Z Compiling parse-display-derive v0.10.0
30852026-06-03T21:54:26.717Z Compiling ciborium-ll v0.2.2
30862026-06-03T21:54:26.760Z Compiling poly1305 v0.8.0
30872026-06-03T21:54:26.779Z Compiling chacha20 v0.9.1
30882026-06-03T21:54:26.810Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30892026-06-03T21:54:26.829Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30902026-06-03T21:54:26.848Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30912026-06-03T21:54:26.960Z Compiling derive_more v0.99.20
30922026-06-03T21:54:26.964Z Compiling ciborium v0.2.2
30932026-06-03T21:54:27.067Z Compiling thiserror-impl-no-std v2.0.2
30942026-06-03T21:54:27.109Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-06-03T21:54:27.186Z Compiling serde_yaml v0.9.34+deprecated
30962026-06-03T21:54:27.204Z Compiling byte-wrapper v0.1.0
30972026-06-03T21:54:27.223Z Compiling blake2 v0.10.6
30982026-06-03T21:54:27.396Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30992026-06-03T21:54:27.486Z Compiling password-hash v0.5.0
31002026-06-03T21:54:27.543Z Compiling chacha20poly1305 v0.10.1
31012026-06-03T21:54:27.562Z Compiling indent_write v2.2.0
31022026-06-03T21:54:27.582Z Compiling tokio-rustls v0.25.0
31032026-06-03T21:54:27.601Z Compiling toml_datetime v0.7.5+spec-1.1.0
31042026-06-03T21:54:27.723Z Compiling heapless v0.8.0
31052026-06-03T21:54:27.741Z Compiling ingot-macros v0.1.1
31062026-06-03T21:54:27.836Z Compiling argon2 v0.5.3
31072026-06-03T21:54:27.874Z Compiling toml_edit v0.23.10+spec-1.0.0
31082026-06-03T21:54:27.932Z Compiling tabwriter v1.4.1
31092026-06-03T21:54:28.196Z Compiling typify-impl v0.6.2
31102026-06-03T21:54:28.250Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31112026-06-03T21:54:28.319Z Compiling thiserror-no-std v2.0.2
31122026-06-03T21:54:28.394Z Compiling test-strategy v0.4.5
31132026-06-03T21:54:28.438Z Compiling vsss-rs v3.3.4
31142026-06-03T21:54:28.471Z Compiling parse-display v0.10.0
31152026-06-03T21:54:28.551Z Compiling hash32 v0.3.1
31162026-06-03T21:54:28.714Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-06-03T21:54:28.734Z Compiling smoltcp v0.11.0
31182026-06-03T21:54:29.055Z Compiling proc-macro-crate v3.4.0
31192026-06-03T21:54:29.072Z Compiling num-rational v0.4.2
31202026-06-03T21:54:29.128Z Compiling cobs v0.3.0
31212026-06-03T21:54:29.147Z Compiling num-complex v0.4.6
31222026-06-03T21:54:29.179Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31232026-06-03T21:54:29.224Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-06-03T21:54:29.312Z Compiling colored v3.1.1
31252026-06-03T21:54:29.338Z Compiling postcard v1.1.3
31262026-06-03T21:54:29.464Z Compiling proc-macro-error v1.0.4
31272026-06-03T21:54:29.528Z Compiling num v0.4.3
31282026-06-03T21:54:29.575Z Compiling proc-macro-crate v1.3.1
31292026-06-03T21:54:29.633Z Compiling atomicwrites v0.4.4
31302026-06-03T21:54:29.652Z Compiling num_enum_derive v0.7.5
31312026-06-03T21:54:29.674Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31322026-06-03T21:54:29.708Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31332026-06-03T21:54:29.712Z Compiling foreign-types-macros v0.2.3
31342026-06-03T21:54:29.741Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31352026-06-03T21:54:29.816Z Compiling rayon-core v1.13.0
31362026-06-03T21:54:29.861Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31372026-06-03T21:54:29.904Z Compiling cpufeatures v0.3.0
31382026-06-03T21:54:29.986Z Compiling foreign-types-shared v0.3.1
31392026-06-03T21:54:30.018Z Compiling float-ord v0.3.2
31402026-06-03T21:54:30.065Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31412026-06-03T21:54:30.065Z Compiling num_enum_derive v0.5.11
31422026-06-03T21:54:30.085Z Compiling chacha20 v0.10.0
31432026-06-03T21:54:30.140Z Compiling crossbeam-deque v0.8.6
31442026-06-03T21:54:30.209Z Compiling camino-tempfile v1.4.1
31452026-06-03T21:54:30.213Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31462026-06-03T21:54:30.302Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31472026-06-03T21:54:30.320Z Compiling cstr-argument v0.1.2
31482026-06-03T21:54:30.416Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31492026-06-03T21:54:30.434Z Compiling foreign-types v0.5.0
31502026-06-03T21:54:30.493Z Compiling rand v0.10.0
31512026-06-03T21:54:30.515Z Compiling toml v0.8.23
31522026-06-03T21:54:30.544Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31532026-06-03T21:54:30.675Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-06-03T21:54:30.700Z Compiling zone_cfg_derive v0.3.1
31552026-06-03T21:54:30.719Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31562026-06-03T21:54:30.739Z Compiling ingot-types v0.1.2
31572026-06-03T21:54:30.803Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31582026-06-03T21:54:30.834Z Compiling num_enum v0.7.5
31592026-06-03T21:54:30.851Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31602026-06-03T21:54:30.871Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31612026-06-03T21:54:30.888Z Compiling rayon v1.11.0
31622026-06-03T21:54:30.973Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31632026-06-03T21:54:31.013Z Compiling itertools v0.12.1
31642026-06-03T21:54:31.075Z Compiling num-derive v0.4.2
31652026-06-03T21:54:31.103Z Compiling sigpipe v0.1.3
31662026-06-03T21:54:31.194Z Compiling ingot v0.1.1
31672026-06-03T21:54:31.212Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31682026-06-03T21:54:31.248Z Compiling glob v0.3.3
31692026-06-03T21:54:31.252Z Compiling num_enum v0.5.11
31702026-06-03T21:54:31.252Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31712026-06-03T21:54:31.301Z Compiling smf v0.2.3
31722026-06-03T21:54:31.413Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31732026-06-03T21:54:31.440Z Compiling whoami v1.6.1
31742026-06-03T21:54:31.459Z Compiling prettyplease v0.2.37
31752026-06-03T21:54:31.502Z Compiling usdt-macro v0.5.0
31762026-06-03T21:54:31.523Z Compiling usdt-attr-macro v0.5.0
31772026-06-03T21:54:31.768Z Compiling gethostname v0.5.0
31782026-06-03T21:54:31.786Z Compiling memmap v0.7.0
31792026-06-03T21:54:31.871Z Compiling derive-where v1.6.0
31802026-06-03T21:54:31.925Z Compiling resolv-conf v0.7.6
31812026-06-03T21:54:32.004Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-06-03T21:54:32.014Z Compiling owo-colors v4.3.0
31832026-06-03T21:54:32.077Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31842026-06-03T21:54:32.164Z Compiling zone v0.3.1
31852026-06-03T21:54:32.280Z Compiling cancel-safe-futures v0.1.5
31862026-06-03T21:54:32.341Z Compiling libsw-core v0.3.2
31872026-06-03T21:54:32.359Z Compiling console v0.15.11
31882026-06-03T21:54:32.444Z Compiling usdt v0.5.0
31892026-06-03T21:54:32.498Z Compiling libsw v3.5.0
31902026-06-03T21:54:32.545Z Compiling newline-converter v0.3.0
31912026-06-03T21:54:32.583Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31922026-06-03T21:54:32.728Z Compiling hickory-proto v0.24.4
31932026-06-03T21:54:32.749Z Compiling progenitor-client v0.13.0
31942026-06-03T21:54:32.752Z Compiling libefi-sys v0.1.0
31952026-06-03T21:54:32.803Z Compiling linked-hash-map v0.5.6
31962026-06-03T21:54:32.883Z Compiling linear-map v1.2.0
31972026-06-03T21:54:32.956Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31982026-06-03T21:54:32.959Z Compiling typify-macro v0.6.2
31992026-06-03T21:54:32.995Z Compiling lru-cache v0.1.2
32002026-06-03T21:54:33.031Z Compiling expectorate v1.2.0
32012026-06-03T21:54:33.047Z Compiling git-stub v1.0.0
32022026-06-03T21:54:33.050Z Compiling bitfield-struct v0.6.2
32032026-06-03T21:54:33.100Z Compiling semver v0.1.20
32042026-06-03T21:54:33.173Z Compiling tokio-dtrace v0.1.1
32052026-06-03T21:54:33.192Z Compiling dropshot-api-manager-types v0.7.2
32062026-06-03T21:54:33.214Z Compiling slog-dtrace v0.3.0
32072026-06-03T21:54:33.234Z Compiling minimal-lexical v0.2.1
32082026-06-03T21:54:33.254Z Compiling git-stub-vcs v0.1.0
32092026-06-03T21:54:33.274Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32102026-06-03T21:54:33.348Z Compiling rustc_version v0.1.7
32112026-06-03T21:54:33.366Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-06-03T21:54:33.424Z Compiling oxide-tokio-rt v0.1.4
32132026-06-03T21:54:33.472Z Compiling nom v7.1.3
32142026-06-03T21:54:33.490Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32152026-06-03T21:54:33.513Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-06-03T21:54:33.529Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32172026-06-03T21:54:33.532Z Compiling phf_shared v0.12.1
32182026-06-03T21:54:33.566Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32192026-06-03T21:54:33.615Z Compiling newtype_derive v0.1.6
32202026-06-03T21:54:33.645Z Compiling csv-core v0.1.13
32212026-06-03T21:54:33.737Z Compiling xshell-macros v0.2.7
32222026-06-03T21:54:33.757Z Compiling chrono-tz v0.10.4
32232026-06-03T21:54:33.760Z Compiling highway v1.3.0
32242026-06-03T21:54:33.760Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32252026-06-03T21:54:33.936Z Compiling csv v1.4.0
32262026-06-03T21:54:33.975Z Compiling const_format_proc_macros v0.2.34
32272026-06-03T21:54:34.017Z Compiling phf v0.12.1
32282026-06-03T21:54:34.109Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-06-03T21:54:34.154Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-06-03T21:54:34.170Z Compiling xshell v0.2.7
32312026-06-03T21:54:34.190Z Compiling primeorder v0.13.6
32322026-06-03T21:54:34.421Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32332026-06-03T21:54:34.481Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-06-03T21:54:34.517Z Compiling tabled_derive v0.7.0
32352026-06-03T21:54:34.537Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-06-03T21:54:34.602Z Compiling bcs v0.1.6
32372026-06-03T21:54:34.720Z Compiling tagptr v0.2.0
32382026-06-03T21:54:34.772Z Compiling salty v0.3.0
32392026-06-03T21:54:34.858Z Compiling hickory-resolver v0.24.4
32402026-06-03T21:54:34.862Z Compiling typify v0.6.2
32412026-06-03T21:54:34.876Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32422026-06-03T21:54:34.913Z Compiling const_format v0.2.35
32432026-06-03T21:54:34.936Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32442026-06-03T21:54:34.954Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32452026-06-03T21:54:35.005Z Compiling progenitor-impl v0.14.0
32462026-06-03T21:54:35.100Z Compiling progenitor-impl v0.13.0
32472026-06-03T21:54:35.345Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32482026-06-03T21:54:35.400Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-06-03T21:54:35.480Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32502026-06-03T21:54:35.613Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32512026-06-03T21:54:35.675Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32522026-06-03T21:54:35.832Z Compiling termtree v0.5.1
32532026-06-03T21:54:35.850Z Compiling textwrap v0.16.2
32542026-06-03T21:54:35.895Z Compiling tabled v0.15.0
32552026-06-03T21:54:36.028Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-06-03T21:54:36.071Z Compiling qorb v0.4.1
32572026-06-03T21:54:36.163Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-06-03T21:54:36.366Z Compiling moka v0.12.13
32592026-06-03T21:54:36.385Z Compiling steno v0.4.1
32602026-06-03T21:54:36.410Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-06-03T21:54:36.587Z Compiling base64 v0.21.7
32622026-06-03T21:54:36.708Z Compiling radium v0.7.0
32632026-06-03T21:54:36.956Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-06-03T21:54:37.041Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-06-03T21:54:37.120Z Compiling hickory-resolver v0.25.2
32662026-06-03T21:54:37.188Z Compiling p384 v0.13.1
32672026-06-03T21:54:37.218Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32682026-06-03T21:54:37.236Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32692026-06-03T21:54:37.302Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32702026-06-03T21:54:37.677Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32712026-06-03T21:54:37.723Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32722026-06-03T21:54:37.762Z Compiling progenitor-macro v0.14.0
32732026-06-03T21:54:37.792Z Compiling typify-impl v0.4.3
32742026-06-03T21:54:37.843Z Compiling progenitor-macro v0.13.0
32752026-06-03T21:54:37.953Z Compiling maybe-uninit v2.0.0
32762026-06-03T21:54:37.973Z Compiling tap v1.0.1
32772026-06-03T21:54:38.119Z Compiling wyz v0.5.1
32782026-06-03T21:54:38.170Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-06-03T21:54:38.341Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-06-03T21:54:38.358Z Compiling proc-macro-error-attr2 v2.0.0
32812026-06-03T21:54:38.378Z Compiling packed_struct v0.10.1
32822026-06-03T21:54:38.428Z Compiling utf-8 v0.7.6
32832026-06-03T21:54:38.649Z Compiling parking_lot_core v0.8.6
32842026-06-03T21:54:38.668Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32852026-06-03T21:54:38.704Z Compiling funty v2.0.0
32862026-06-03T21:54:38.757Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32872026-06-03T21:54:38.806Z Compiling proc-macro-error2 v2.0.1
32882026-06-03T21:54:38.986Z Compiling tungstenite v0.21.0
32892026-06-03T21:54:39.005Z Compiling polyval v0.6.2
32902026-06-03T21:54:39.025Z Compiling packed_struct_codegen v0.10.1
32912026-06-03T21:54:39.065Z Compiling bitvec v1.0.1
32922026-06-03T21:54:39.085Z Compiling num-derive v0.3.3
32932026-06-03T21:54:39.105Z Compiling zerocopy-derive v0.6.6
32942026-06-03T21:54:39.178Z Compiling bitfield-macros v0.19.4
32952026-06-03T21:54:39.293Z Compiling indexmap v1.9.3
32962026-06-03T21:54:39.323Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32972026-06-03T21:54:39.536Z Compiling nodrop v0.1.14
32982026-06-03T21:54:39.554Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-06-03T21:54:39.573Z Compiling crc-catalog v2.4.0
33002026-06-03T21:54:39.657Z Compiling array-init v0.0.4
33012026-06-03T21:54:39.694Z Compiling crc v3.4.0
33022026-06-03T21:54:39.775Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33032026-06-03T21:54:39.940Z Compiling tokio-tungstenite v0.21.0
33042026-06-03T21:54:39.962Z Compiling bitfield v0.19.4
33052026-06-03T21:54:39.980Z Compiling ghash v0.5.1
33062026-06-03T21:54:40.044Z Compiling zerocopy v0.6.6
33072026-06-03T21:54:40.084Z Compiling tabled_derive v0.11.0
33082026-06-03T21:54:40.102Z Compiling libscf-sys v1.1.0
33092026-06-03T21:54:40.208Z Compiling smallvec v0.6.14
33102026-06-03T21:54:40.305Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-06-03T21:54:40.336Z Compiling papergrid v0.17.0
33122026-06-03T21:54:40.420Z Compiling testing_table v0.3.0
33132026-06-03T21:54:40.521Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-06-03T21:54:40.551Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33152026-06-03T21:54:40.571Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-06-03T21:54:40.612Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33172026-06-03T21:54:40.795Z Compiling ctr v0.9.2
33182026-06-03T21:54:40.898Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-06-03T21:54:40.930Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-06-03T21:54:40.951Z Compiling hashbrown v0.12.3
33212026-06-03T21:54:41.034Z Compiling unicase v2.9.0
33222026-06-03T21:54:41.149Z Compiling corncobs v0.1.4
33232026-06-03T21:54:41.169Z Compiling illumos-nvpair-sys v0.2.0
33242026-06-03T21:54:41.282Z Compiling mime_guess v2.0.5
33252026-06-03T21:54:41.312Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-06-03T21:54:41.361Z Compiling aes-gcm v0.10.3
33272026-06-03T21:54:41.379Z Compiling tabled v0.20.0
33282026-06-03T21:54:41.415Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33292026-06-03T21:54:41.479Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33302026-06-03T21:54:41.615Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-06-03T21:54:41.654Z Compiling parking_lot v0.11.2
33322026-06-03T21:54:41.762Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33332026-06-03T21:54:41.871Z Compiling serde-hex v0.1.0
33342026-06-03T21:54:41.891Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-06-03T21:54:41.922Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33362026-06-03T21:54:42.126Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-06-03T21:54:42.158Z Compiling ron v0.8.1
33382026-06-03T21:54:42.301Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33392026-06-03T21:54:42.326Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33402026-06-03T21:54:42.330Z Compiling hashbrown v0.13.2
33412026-06-03T21:54:42.476Z Compiling typify-macro v0.4.3
33422026-06-03T21:54:42.666Z Compiling progenitor-client v0.11.2
33432026-06-03T21:54:42.872Z Compiling ssh-encoding v0.2.0
33442026-06-03T21:54:42.892Z Compiling prefix-trie v0.7.0
33452026-06-03T21:54:42.977Z Compiling progenitor v0.14.0
33462026-06-03T21:54:43.042Z Compiling blowfish v0.9.1
33472026-06-03T21:54:43.060Z Compiling fxhash v0.2.1
33482026-06-03T21:54:43.095Z Compiling progenitor v0.13.0
33492026-06-03T21:54:43.163Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33502026-06-03T21:54:43.183Z Compiling secrecy v0.8.0
33512026-06-03T21:54:43.235Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33522026-06-03T21:54:43.279Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33532026-06-03T21:54:43.318Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33542026-06-03T21:54:43.321Z Compiling crc-any v2.5.0
33552026-06-03T21:54:43.423Z Compiling hickory-server v0.25.2
33562026-06-03T21:54:43.553Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33572026-06-03T21:54:43.642Z Compiling sled v0.34.7
33582026-06-03T21:54:43.676Z Compiling bcrypt-pbkdf v0.10.0
33592026-06-03T21:54:43.719Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33602026-06-03T21:54:43.921Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33612026-06-03T21:54:43.921Z Compiling ssh-cipher v0.2.0
33622026-06-03T21:54:44.036Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33632026-06-03T21:54:44.339Z Compiling typify v0.4.3
33642026-06-03T21:54:44.402Z Compiling object v0.30.4
33652026-06-03T21:54:44.472Z Compiling progenitor-impl v0.11.2
33662026-06-03T21:54:44.505Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33672026-06-03T21:54:44.572Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33682026-06-03T21:54:44.802Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33692026-06-03T21:54:45.184Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33702026-06-03T21:54:45.427Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-06-03T21:54:45.444Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33722026-06-03T21:54:45.774Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33732026-06-03T21:54:45.846Z Compiling password-hash v0.4.2
33742026-06-03T21:54:45.904Z Compiling path-slash v0.1.5
33752026-06-03T21:54:46.083Z Compiling half v1.8.3
33762026-06-03T21:54:46.182Z Compiling http-range v0.1.5
33772026-06-03T21:54:46.261Z Compiling crc8 v0.1.1
33782026-06-03T21:54:46.390Z Compiling serde_cbor v0.11.2
33792026-06-03T21:54:46.427Z Compiling pbkdf2 v0.11.0
33802026-06-03T21:54:46.448Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33812026-06-03T21:54:46.559Z Compiling illumos-nvpair v0.3.0
33822026-06-03T21:54:46.670Z Compiling ssh-key v0.6.7
33832026-06-03T21:54:46.843Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33842026-06-03T21:54:46.993Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33852026-06-03T21:54:47.021Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33862026-06-03T21:54:47.185Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33872026-06-03T21:54:47.210Z Compiling progenitor-macro v0.11.2
33882026-06-03T21:54:47.316Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33892026-06-03T21:54:47.468Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33902026-06-03T21:54:47.486Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-06-03T21:54:47.711Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-06-03T21:54:47.858Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-06-03T21:54:48.042Z Compiling p521 v0.13.3
33942026-06-03T21:54:48.062Z Compiling p256 v0.13.2
33952026-06-03T21:54:48.084Z Compiling yasna v0.5.2
33962026-06-03T21:54:48.117Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33972026-06-03T21:54:48.281Z Compiling kstat-rs v0.2.4
33982026-06-03T21:54:48.354Z Compiling headers-core v0.3.0
33992026-06-03T21:54:48.412Z Compiling nanorand v0.7.0
34002026-06-03T21:54:48.474Z Compiling russh-cryptovec v0.7.3
34012026-06-03T21:54:48.513Z Compiling atty v0.2.14
34022026-06-03T21:54:48.545Z Compiling home v0.5.12
34032026-06-03T21:54:48.612Z Compiling md5 v0.7.0
34042026-06-03T21:54:48.638Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34052026-06-03T21:54:48.658Z Compiling flume v0.11.1
34062026-06-03T21:54:48.679Z Compiling rcgen v0.12.1
34072026-06-03T21:54:48.703Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34082026-06-03T21:54:48.723Z Compiling headers v0.4.1
34092026-06-03T21:54:48.753Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-06-03T21:54:48.819Z Compiling russh-keys v0.45.0
34112026-06-03T21:54:48.892Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-06-03T21:54:48.924Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34132026-06-03T21:54:49.007Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34142026-06-03T21:54:49.072Z Compiling hyper-staticfile v0.10.1
34152026-06-03T21:54:49.112Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-06-03T21:54:49.235Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34172026-06-03T21:54:49.440Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34182026-06-03T21:54:49.505Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-06-03T21:54:49.523Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-06-03T21:54:49.577Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34212026-06-03T21:54:49.616Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34222026-06-03T21:54:49.765Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34232026-06-03T21:54:49.828Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34242026-06-03T21:54:49.977Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34252026-06-03T21:54:50.051Z Compiling num-bigint v0.4.6
34262026-06-03T21:54:50.078Z Compiling des v0.8.1
34272026-06-03T21:54:50.118Z Compiling subprocess v0.2.15
34282026-06-03T21:54:50.268Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-06-03T21:54:50.287Z Compiling hex-literal v0.4.1
34302026-06-03T21:54:50.310Z Compiling display-error-chain v0.2.2
34312026-06-03T21:54:50.462Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-06-03T21:54:50.482Z Compiling colored v2.2.0
34332026-06-03T21:54:50.501Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34342026-06-03T21:54:50.506Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34352026-06-03T21:54:50.596Z Compiling socket2 v0.5.10
34362026-06-03T21:54:50.746Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-06-03T21:54:50.764Z Compiling internet-checksum v0.2.1
34382026-06-03T21:54:51.378Z Compiling russh v0.45.0
34392026-06-03T21:54:51.549Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-06-03T21:54:51.641Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-06-03T21:54:52.205Z Compiling progenitor v0.11.2
34422026-06-03T21:54:52.339Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34432026-06-03T21:54:54.085Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-06-03T21:54:54.726Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-06-03T21:54:55.202Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-06-03T21:54:57.388Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-06-03T21:54:58.006Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-06-03T21:55:05.488Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34492026-06-03T21:55:05.488Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-06-03T21:55:05.492Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34512026-06-03T21:55:05.492Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-06-03T21:55:07.278Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-06-03T21:55:07.295Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-06-03T21:55:11.366Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34552026-06-03T21:55:50.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34562026-06-03T21:55:50.487Z
34572026-06-03T21:55:50.487Zreal 1:26.287277181
34582026-06-03T21:55:50.487Zuser 8:09.254268847
34592026-06-03T21:55:50.487Zsys 1:45.131386120
34602026-06-03T21:55:50.491Ztrap 0.250949838
34612026-06-03T21:55:50.491Ztflt 0.552755271
34622026-06-03T21:55:50.491Zdflt 1.599824985
34632026-06-03T21:55:50.491Zkflt 0.000362810
34642026-06-03T21:55:50.491Zlock 29:05.819521185
34652026-06-03T21:55:50.491Zslp 18:48.694794069
34662026-06-03T21:55:50.491Zlat 38.378233838
34672026-06-03T21:55:50.491Zstop 3:01.724010881
34682026-06-03T21:55:50.491Z+ mkdir tests
34692026-06-03T21:55:50.494Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-06-03T21:55:50.494Z+ xargs -I '{}' -t cp '{}' tests/
34712026-06-03T21:55:50.522Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c6dcadff58450139 tests/
34722026-06-03T21:55:50.542Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d2b8e740b31c9eb1 tests/
34732026-06-03T21:55:50.562Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9cce2a2ffee17194 tests/
34742026-06-03T21:55:50.583Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ce899ba42cd8bdd4 tests/
34752026-06-03T21:55:50.824Z+ 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)
34762026-06-03T21:55:50.828Z+ 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-d2b8e740b31c9eb1 tests/commtest-9cce2a2ffee17194 tests/dhcp_server-c6dcadff58450139 tests/end_to_end_tests-ce899ba42cd8bdd4 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
34772026-06-03T21:57:12.691ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-06-03T21:57:12.691Za .github/buildomat/ci-env.sh 1K
34792026-06-03T21:57:12.691Za out/target/test 1K
34802026-06-03T21:57:12.691Za out/npuzone/npuzone 27402K
34812026-06-03T21:57:12.691Za package-manifest.toml 35K
34822026-06-03T21:57:12.691Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-06-03T21:57:12.691Za target/release/omicron-package 45140K
34842026-06-03T21:57:12.691Za target/release/xtask 11449K
34852026-06-03T21:57:12.691Za target/debug/bootstrap 353190K
34862026-06-03T21:57:12.691Za tests/bootstrap-d2b8e740b31c9eb1 31215K
34872026-06-03T21:57:12.691Za tests/commtest-9cce2a2ffee17194 32300K
34882026-06-03T21:57:12.691Za tests/dhcp_server-c6dcadff58450139 31215K
34892026-06-03T21:57:12.691Za tests/end_to_end_tests-ce899ba42cd8bdd4 394980K
34902026-06-03T21:57:12.691Za tools/opte_version 1K
34912026-06-03T21:57:12.691Za tools/opte_version_override 2K
34922026-06-03T21:57:12.691Za out/clickhouse.tar.gz 321327K
34932026-06-03T21:57:12.691Za out/clickhouse_keeper.tar.gz 306392K
34942026-06-03T21:57:12.691Za out/clickhouse_server.tar.gz 321324K
34952026-06-03T21:57:12.691Za out/cockroachdb.tar.gz 165618K
34962026-06-03T21:57:12.691Za out/crucible-pantry-zone.tar.gz 40615K
34972026-06-03T21:57:12.691Za out/crucible-utils.tar 16478K
34982026-06-03T21:57:12.691Za out/crucible-zone.tar.gz 56184K
34992026-06-03T21:57:12.691Za out/external-dns.tar.gz 50204K
35002026-06-03T21:57:12.691Za out/internal-dns.tar.gz 50204K
35012026-06-03T21:57:12.691Za out/mg-ddm-gz.tar 95141K
35022026-06-03T21:57:12.691Za out/nexus.tar.gz 276857K
35032026-06-03T21:57:12.691Za out/ntp.tar.gz 32285K
35042026-06-03T21:57:12.691Za out/omicron-gateway-softnpu.tar.gz 29023K
35052026-06-03T21:57:12.691Za out/omicron-sled-agent.tar 203629K
35062026-06-03T21:57:12.691Za out/overlay.tar.gz 3K
35072026-06-03T21:57:12.691Za out/oximeter.tar.gz 67112K
35082026-06-03T21:57:12.691Za out/oxlog.tar 3782K
35092026-06-03T21:57:12.691Za out/probe.tar.gz 3037K
35102026-06-03T21:57:12.691Za out/propolis-server.tar.gz 34918K
35112026-06-03T21:57:12.691Za out/pumpkind-gz.tar 26647K
35122026-06-03T21:57:12.691Za out/switch-softnpu.tar.gz 451166K
35132026-06-03T21:57:12.695Z
35142026-06-03T21:57:12.695Zreal 1:21.863218612
35152026-06-03T21:57:12.695Zuser 1:19.131166446
35162026-06-03T21:57:12.695Zsys 4.507124992
35172026-06-03T21:57:12.695Ztrap 0.005889172
35182026-06-03T21:57:12.695Ztflt 0.000000000
35192026-06-03T21:57:12.695Zdflt 0.000000000
35202026-06-03T21:57:12.695Zkflt 0.000000000
35212026-06-03T21:57:12.695Zlock 0.000000000
35222026-06-03T21:57:12.695Zslp 1:19.079112037
35232026-06-03T21:57:12.695Zlat 0.998151555
35242026-06-03T21:57:12.695Zstop 0.000249050
35252026-06-03T21:57:12.695Zprocess exited: duration 979388 ms, exit code 0
 
35262026-06-03T21:57:12.709Zfound 1 output files
35272026-06-03T21:57:12.724Zuploading: /work/package.tar.gz (2551279847 bytes)
35282026-06-03T21:57:44.025Zuploaded: /work/package.tar.gz