01KST0Z6HJFBFP6NGRNP6CA61D: 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: 01KST0ZPJXJ2VV7WSP9M0XR9ZX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T14:08:24.538Zjob assigned to worker 01KST0ZV07BT87NMVZWEZE2TV9 [factory aws, i-0478135b9ee89ec2c] (queued for 47 s)
 
22026-05-29T14:08:32.115Zstarting task 0: "setup"
32026-05-29T14:08:32.120Z++ uname -s
42026-05-29T14:08:32.123Z+ kern=SunOS
52026-05-29T14:08:32.123Z+ build_user=build
62026-05-29T14:08:32.124Z+ build_uid=12345
72026-05-29T14:08:32.124Z+ work_dir=/work
82026-05-29T14:08:32.124Z+ input_dir=/input
92026-05-29T14:08:32.124Z+ [[ 0 == 12345 ]]
102026-05-29T14:08:32.124Z+ case "$kern" in
112026-05-29T14:08:32.124Z+ groupadd -g 12345 build
122026-05-29T14:08:32.137Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T14:08:34.146Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T14:08:34.230Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T14:08:34.234Z+ home_fs=zfs
162026-05-29T14:08:34.234Z+ [[ zfs == autofs ]]
172026-05-29T14:08:34.234Z+ mkdir -p /home/build
182026-05-29T14:08:34.237Z+ chown build:build /home/build /work
192026-05-29T14:08:36.237Z+ chmod 0700 /home/build /work
202026-05-29T14:08:36.240Zprocess exited: duration 4129 ms, exit code 0
 
212026-05-29T14:08:36.247Zstarting task 1: "rust-toolchain"
222026-05-29T14:08:36.254Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-29T14:08:36.254Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-29T14:08:36.254Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-29T14:08:36.254Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-29T14:08:36.254Z * rust toolchain channel = "1.94.0"
272026-05-29T14:08:36.254Z * rust toolchain profile = "default"
282026-05-29T14:08:36.257Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T14:08:36.257Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-29T14:08:36.323Zinfo: downloading installer
312026-05-29T14:08:37.816Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T14:08:37.816Zwarn: /home/build/.rustup/settings.toml
332026-05-29T14:08:37.816Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T14:08:37.816Zwarn: instead of the one inferred from the default host triple.
352026-05-29T14:08:37.829Zinfo: profile set to default
362026-05-29T14:08:37.829Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T14:08:37.832Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-29T14:08:37.960Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-29T14:08:37.963Zinfo: downloading 6 components
402026-05-29T14:08:51.979Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-29T14:08:51.979Z
422026-05-29T14:08:52.011Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-29T14:08:52.011Z
442026-05-29T14:08:52.011Z
452026-05-29T14:08:52.011ZRust is installed now. Great!
462026-05-29T14:08:52.011Z
472026-05-29T14:08:52.011ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T14:08:52.011Zenvironment variable. This has not been done automatically.
492026-05-29T14:08:52.011Z
502026-05-29T14:08:52.011ZTo configure your current shell, you need to source
512026-05-29T14:08:52.011Zthe corresponding env file under $HOME/.cargo.
522026-05-29T14:08:52.011Z
532026-05-29T14:08:52.011ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T14:08:52.011Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T14:08:52.011Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T14:08:52.011Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T14:08:52.011Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T14:08:52.011Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T14:08:52.011Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T14:08:52.011Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T14:08:52.011Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T14:08:52.119Z+ rustup --version
632026-05-29T14:08:52.126Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T14:08:52.129Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T14:08:52.148Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-29T14:08:52.151Z+ cargo --version
672026-05-29T14:08:52.162Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-29T14:08:52.165Z+ rustc --version
692026-05-29T14:08:52.185Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-29T14:08:52.188Zprocess exited: duration 15940 ms, exit code 0
 
712026-05-29T14:08:52.194Zstarting task 2: "authentication"
722026-05-29T14:08:52.214Zprocess exited: duration 19 ms, exit code 0
 
732026-05-29T14:08:52.219Zstarting task 3: "clone repository"
742026-05-29T14:08:52.224Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-29T14:08:52.227Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-29T14:08:52.281ZCloning into '/work/oxidecomputer/omicron'...
772026-05-29T14:09:02.711Z+ cd /work/oxidecomputer/omicron
782026-05-29T14:09:02.711Z+ git fetch origin efe2debf517cc588ff5945910fc13eea3180605e
792026-05-29T14:09:02.995ZFrom https://github.com/oxidecomputer/omicron
802026-05-29T14:09:02.995Z * branch efe2debf517cc588ff5945910fc13eea3180605e -> FETCH_HEAD
812026-05-29T14:09:03.012Z+ [[ -n john/scrimlet-reconcilers-mgd-static-routes ]]
822026-05-29T14:09:03.014Z++ git branch --show-current
832026-05-29T14:09:03.014Z+ current=main
842026-05-29T14:09:03.015Z+ [[ main != john/scrimlet-reconcilers-mgd-static-routes ]]
852026-05-29T14:09:03.017Z+ git branch -f john/scrimlet-reconcilers-mgd-static-routes efe2debf517cc588ff5945910fc13eea3180605e
862026-05-29T14:09:03.020Z+ git checkout -f john/scrimlet-reconcilers-mgd-static-routes
872026-05-29T14:09:03.262ZSwitched to branch 'john/scrimlet-reconcilers-mgd-static-routes'
882026-05-29T14:09:03.266Z+ git reset --hard efe2debf517cc588ff5945910fc13eea3180605e
892026-05-29T14:09:03.287ZHEAD is now at efe2debf5 add TODO to replace constant with maghemite's
902026-05-29T14:09:03.291Zprocess exited: duration 11068 ms, exit code 0
 
912026-05-29T14:09:03.298Zstarting task 4: "build"
922026-05-29T14:09:03.304Z+ source .github/buildomat/ci-env.sh
932026-05-29T14:09:03.304Z++ export CARGO_TERM_COLOR=always
942026-05-29T14:09:03.304Z++ CARGO_TERM_COLOR=always
952026-05-29T14:09:03.304Z+ cargo --version
962026-05-29T14:09:03.315Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-29T14:09:03.318Z+ rustc --version
982026-05-29T14:09:03.341Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-29T14:09:03.344Z+ WORK=/work
1002026-05-29T14:09:03.344Z+ pfexec mkdir -p /work
1012026-05-29T14:09:03.349Z+ pfexec chown build /work
1022026-05-29T14:09:03.352Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-29T14:09:05.663Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-29T14:09:05.764Z Startup: Caching catalogs ... Done
1052026-05-29T14:09:06.067ZPlanning: Solver setup ... Done (0.253s)
1062026-05-29T14:09:06.086ZPlanning: Running solver ... Done (0.020s)
1072026-05-29T14:09:06.093ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-29T14:09:06.104ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-29T14:09:06.122ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-29T14:09:06.138ZPlanning: Package planning ... Done (0.016s)
1112026-05-29T14:09:06.142ZPlanning: Merging actions ... Done (0.002s)
1122026-05-29T14:09:06.332ZPlanning: Checking for conflicting actions ... Done (0.192s)
1132026-05-29T14:09:06.336ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-29T14:09:07.805ZPlanning: Evaluating mediators ... Done (1.471s)
1152026-05-29T14:09:07.809ZPlanning: Planning completed in 2.02 seconds
1162026-05-29T14:09:07.816Z Packages to install: 2
1172026-05-29T14:09:07.816Z Estimated space available: 156.07 GB
1182026-05-29T14:09:07.816ZEstimated space to be consumed: 23.93 MB
1192026-05-29T14:09:07.816Z Create boot environment: No
1202026-05-29T14:09:07.816ZCreate backup boot environment: No
1212026-05-29T14:09:07.816Z Rebuild boot archive: No
1222026-05-29T14:09:07.820Z
1232026-05-29T14:09:07.820ZChanged packages:
1242026-05-29T14:09:07.820Zhelios
1252026-05-29T14:09:07.820Z developer/build-essential
1262026-05-29T14:09:07.820Z None -> 11-3.0
1272026-05-29T14:09:07.820Z library/libxmlsec1
1282026-05-29T14:09:07.820Z None -> 1.2.35-3.0
1292026-05-29T14:09:07.866Z
1302026-05-29T14:09:07.866ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-29T14:09:09.718ZDownload: Completed 1.28 MB in 1.85 seconds (708k/s)
1322026-05-29T14:09:09.783Z Actions: 1/268 actions (Installing new actions)
1332026-05-29T14:09:09.823Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-29T14:09:09.832ZFinalize: Updating package state database ... Done (0.009s)
1352026-05-29T14:09:09.832ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-29T14:09:09.852ZFinalize: Updating image state ... Done (0.020s)
1372026-05-29T14:09:12.731ZFinalize: Creating fast lookup database ... Done (2.853s)
1382026-05-29T14:09:12.828ZFinalize: Reading search index ... Done (0.042s)
1392026-05-29T14:09:12.831ZFinalize: Updating search index ... Done (0.000s)
1402026-05-29T14:09:12.904ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-29T14:09:13.209ZPlanning: Evaluating mediator changes ... Done
1422026-05-29T14:09:13.314ZPlanning: Checking for conflicting actions ... Done
1432026-05-29T14:09:13.317ZPlanning: Consolidating action changes ... Done
1442026-05-29T14:09:13.474ZPlanning: Evaluating mediators ... Done
1452026-05-29T14:09:13.477ZPlanning: Planning completed in 0.27 seconds
1462026-05-29T14:09:13.498Z Mediators to change: 2
1472026-05-29T14:09:13.498Z Create boot environment: No
1482026-05-29T14:09:13.498ZCreate backup boot environment: No
1492026-05-29T14:09:13.554ZFinalize: Updating package state database ... Done
1502026-05-29T14:09:13.554ZFinalize: Updating package cache ... Done
1512026-05-29T14:09:13.568ZFinalize: Updating image state ... Done
1522026-05-29T14:09:15.536ZFinalize: Creating fast lookup database ... Done
1532026-05-29T14:09:15.600ZFinalize: Reading search index ... Done
1542026-05-29T14:09:15.604ZFinalize: Updating search index ... Done
1552026-05-29T14:09:15.711ZFinalize: Updating package cache ... Done
1562026-05-29T14:09:16.003ZPlanning: Evaluating mediator changes ... Done
1572026-05-29T14:09:16.110ZPlanning: Checking for conflicting actions ... Done
1582026-05-29T14:09:16.112ZPlanning: Consolidating action changes ... Done
1592026-05-29T14:09:16.270ZPlanning: Evaluating mediators ... Done
1602026-05-29T14:09:16.273ZPlanning: Planning completed in 0.27 seconds
1612026-05-29T14:09:16.293Z Mediators to change: 1
1622026-05-29T14:09:16.293Z Create boot environment: No
1632026-05-29T14:09:16.294ZCreate backup boot environment: No
1642026-05-29T14:09:16.340ZFinalize: Updating package state database ... Done
1652026-05-29T14:09:16.340ZFinalize: Updating package cache ... Done
1662026-05-29T14:09:16.352ZFinalize: Updating image state ... Done
1672026-05-29T14:09:18.320ZFinalize: Creating fast lookup database ... Done
1682026-05-29T14:09:18.383ZFinalize: Reading search index ... Done
1692026-05-29T14:09:18.386ZFinalize: Updating search index ... Done
1702026-05-29T14:09:18.450ZFinalize: Updating package cache ... Done
1712026-05-29T14:09:18.762ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-29T14:09:18.762Zapache system 2.4 system
1732026-05-29T14:09:18.762Zclang system 15 system
1742026-05-29T14:09:18.762Zcsh system system illumos
1752026-05-29T14:09:18.762Zctags system system illumos
1762026-05-29T14:09:18.762Zfile vendor vendor darwinsys
1772026-05-29T14:09:18.762Zfile system system illumos
1782026-05-29T14:09:18.762Zgcc vendor 14 vendor
1792026-05-29T14:09:18.762Zgcc system 13 system
1802026-05-29T14:09:18.762Zgcc system 10 system
1812026-05-29T14:09:18.762Zgo system 1.25 system
1822026-05-29T14:09:18.762Zllvm system 15 system
1832026-05-29T14:09:18.762Zmariadb system 11.4 system
1842026-05-29T14:09:18.762Zmta vendor vendor dma
1852026-05-29T14:09:18.762Zopenjdk system 17 system
1862026-05-29T14:09:18.762Zopenjdk system 11 system
1872026-05-29T14:09:18.762Zopenssl vendor 3 vendor
1882026-05-29T14:09:18.762Zperl system 5.40 system
1892026-05-29T14:09:18.762Zpostgresql system 18 system
1902026-05-29T14:09:18.762Zpostgresql system 17 system
1912026-05-29T14:09:18.762Zpython vendor 3 vendor
1922026-05-29T14:09:18.762Zpython system 2 system
1932026-05-29T14:09:18.762Zpython3 vendor 3.13 vendor
1942026-05-29T14:09:18.762Zruby system 3.4 system
1952026-05-29T14:09:18.762Zruby system 3.0 system
1962026-05-29T14:09:18.762Zwords vendor vendor american-english
1972026-05-29T14:09:18.762Zwords system system australian-english
1982026-05-29T14:09:18.762Zwords system system british-english
1992026-05-29T14:09:18.762Zwords system system canadian-english
2002026-05-29T14:09:18.762Zwords system system french
2012026-05-29T14:09:18.762Zwords system system italian
2022026-05-29T14:09:18.762Zwords system system ngerman
2032026-05-29T14:09:18.763Zwords system system ogerman
2042026-05-29T14:09:18.763Zwords system system spanish
2052026-05-29T14:09:19.026ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-29T14:09:19.026Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-29T14:09:19.315ZFMRI IFO
2082026-05-29T14:09:19.315Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-29T14:09:19.315Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-29T14:09:19.315Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-29T14:09:19.315Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-29T14:09:19.315Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-29T14:09:19.315Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-29T14:09:19.315Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-29T14:09:19.315Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-29T14:09:19.315Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-29T14:09:19.566Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-29T14:09:19.839Z Updating crates.io index
2192026-05-29T14:09:19.842Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-29T14:09:20.355Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-29T14:09:20.941Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-29T14:09:21.306Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-29T14:09:22.316Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-29T14:09:22.839Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-29T14:09:24.446Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-29T14:09:25.356Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-29T14:09:25.640Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-29T14:09:26.368Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-29T14:09:26.786Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-29T14:09:27.109Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-29T14:09:27.362Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-29T14:09:28.422Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-29T14:09:28.878Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-29T14:09:29.105Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-29T14:09:29.442Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-29T14:09:29.735Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-29T14:09:30.094Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-29T14:09:30.351Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-29T14:09:30.572Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-29T14:09:30.820Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-29T14:09:31.233Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-29T14:09:31.721Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-29T14:09:32.010Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-29T14:09:32.408Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-29T14:09:32.708Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-29T14:09:33.037Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-29T14:09:34.034Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-29T14:09:34.286Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-29T14:09:34.995Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-29T14:09:35.248Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-29T14:09:35.586Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-29T14:09:35.956Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-29T14:09:36.274Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-05-29T14:09:36.749Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-29T14:09:36.973Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-29T14:09:37.234Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-29T14:09:37.495Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-29T14:09:37.939Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-29T14:09:49.783Z Downloading crates ...
2602026-05-29T14:09:49.850Z Downloaded cargo-platform v0.2.0
2612026-05-29T14:09:49.853Z Downloaded anstyle-query v1.1.5
2622026-05-29T14:09:49.853Z Downloaded anstyle v1.0.13
2632026-05-29T14:09:49.856Z Downloaded cargo_metadata v0.21.0
2642026-05-29T14:09:49.856Z Downloaded cargo-util-schemas v0.8.2
2652026-05-29T14:09:49.861Z Downloaded crypto-common v0.1.7
2662026-05-29T14:09:49.861Z Downloaded serde-value v0.7.0
2672026-05-29T14:09:49.861Z Downloaded toml_datetime v0.6.11
2682026-05-29T14:09:49.861Z Downloaded ordered-float v2.10.1
2692026-05-29T14:09:49.865Z Downloaded pretty-hex v0.4.1
2702026-05-29T14:09:49.865Z Downloaded equivalent v1.0.2
2712026-05-29T14:09:49.868Z Downloaded textwrap v0.16.2
2722026-05-29T14:09:49.870Z Downloaded form_urlencoded v1.2.2
2732026-05-29T14:09:49.871Z Downloaded tabled_derive v0.7.0
2742026-05-29T14:09:49.871Z Downloaded byteorder v1.5.0
2752026-05-29T14:09:49.874Z Downloaded yoke v0.8.1
2762026-05-29T14:09:49.877Z Downloaded swrite v0.1.0
2772026-05-29T14:09:49.877Z Downloaded strsim v0.11.1
2782026-05-29T14:09:49.877Z Downloaded stable_deref_trait v1.2.1
2792026-05-29T14:09:49.881Z Downloaded heck v0.4.1
2802026-05-29T14:09:49.881Z Downloaded clap_lex v1.0.0
2812026-05-29T14:09:49.881Z Downloaded usdt-attr-macro v0.5.0
2822026-05-29T14:09:49.881Z Downloaded serde_spanned v0.6.9
2832026-05-29T14:09:49.884Z Downloaded usdt-macro v0.5.0
2842026-05-29T14:09:49.884Z Downloaded fastrand v2.3.0
2852026-05-29T14:09:49.884Z Downloaded synstructure v0.13.2
2862026-05-29T14:09:49.884Z Downloaded memmap v0.7.0
2872026-05-29T14:09:49.888Z Downloaded fs-err v3.3.0
2882026-05-29T14:09:49.888Z Downloaded version_check v0.9.5
2892026-05-29T14:09:49.888Z Downloaded anstream v0.6.21
2902026-05-29T14:09:49.891Z Downloaded zerofrom-derive v0.1.6
2912026-05-29T14:09:49.891Z Downloaded utf8_iter v1.0.4
2922026-05-29T14:09:49.891Z Downloaded typeid v1.0.3
2932026-05-29T14:09:49.892Z Downloaded tinystr v0.8.2
2942026-05-29T14:09:49.892Z Downloaded thread-id v4.2.2
2952026-05-29T14:09:49.892Z Downloaded heck v0.5.0
2962026-05-29T14:09:49.895Z Downloaded scroll_derive v0.12.1
2972026-05-29T14:09:49.895Z Downloaded unicode-xid v0.2.6
2982026-05-29T14:09:49.895Z Downloaded semver v1.0.28
2992026-05-29T14:09:49.899Z Downloaded cpufeatures v0.2.17
3002026-05-29T14:09:49.904Z Downloaded zerofrom v0.1.6
3012026-05-29T14:09:49.904Z Downloaded toml_write v0.1.2
3022026-05-29T14:09:49.904Z Downloaded utf8parse v0.2.2
3032026-05-29T14:09:49.904Z Downloaded unicode-linebreak v0.1.5
3042026-05-29T14:09:49.904Z Downloaded generic-array v0.14.7
3052026-05-29T14:09:49.907Z Downloaded thiserror-impl v1.0.69
3062026-05-29T14:09:49.907Z Downloaded block-buffer v0.10.4
3072026-05-29T14:09:49.907Z Downloaded usdt v0.5.0
3082026-05-29T14:09:49.910Z Downloaded yoke-derive v0.8.1
3092026-05-29T14:09:49.913Z Downloaded usdt-impl v0.5.0
3102026-05-29T14:09:49.916Z Downloaded is_terminal_polyfill v1.70.2
3112026-05-29T14:09:49.917Z Downloaded zmij v1.0.21
3122026-05-29T14:09:49.917Z Downloaded toml_edit v0.22.27
3132026-05-29T14:09:49.920Z Downloaded macaddr v1.0.1
3142026-05-29T14:09:49.920Z Downloaded fnv v1.0.7
3152026-05-29T14:09:49.920Z Downloaded dtrace-parser v0.2.0
3162026-05-29T14:09:49.923Z Downloaded zerocopy-derive v0.7.35
3172026-05-29T14:09:49.926Z Downloaded plain v0.2.3
3182026-05-29T14:09:49.926Z Downloaded ucd-trie v0.1.7
3192026-05-29T14:09:49.926Z Downloaded errno v0.3.14
3202026-05-29T14:09:49.929Z Downloaded thiserror-impl v2.0.18
3212026-05-29T14:09:49.929Z Downloaded zerovec-derive v0.11.2
3222026-05-29T14:09:49.929Z Downloaded thiserror v1.0.69
3232026-05-29T14:09:49.932Z Downloaded writeable v0.6.2
3242026-05-29T14:09:49.935Z Downloaded toml v0.8.23
3252026-05-29T14:09:49.940Z Downloaded unicode-ident v1.0.24
3262026-05-29T14:09:49.944Z Downloaded thiserror v2.0.18
3272026-05-29T14:09:49.947Z Downloaded colorchoice v1.0.4
3282026-05-29T14:09:49.950Z Downloaded zerotrie v0.2.3
3292026-05-29T14:09:49.950Z Downloaded terminal_size v0.4.3
3302026-05-29T14:09:49.953Z Downloaded typenum v1.19.0
3312026-05-29T14:09:49.956Z Downloaded cfg-if v1.0.4
3322026-05-29T14:09:49.959Z Downloaded proc-macro-error-attr v1.0.4
3332026-05-29T14:09:49.959Z Downloaded url v2.5.8
3342026-05-29T14:09:49.962Z Downloaded zerovec v0.11.5
3352026-05-29T14:09:49.965Z Downloaded potential_utf v0.1.4
3362026-05-29T14:09:49.965Z Downloaded dof v0.3.0
3372026-05-29T14:09:49.968Z Downloaded percent-encoding v2.3.2
3382026-05-29T14:09:49.971Z Downloaded idna_adapter v1.2.1
3392026-05-29T14:09:49.974Z Downloaded zerocopy v0.7.35
3402026-05-29T14:09:49.981Z Downloaded winnow v0.7.14
3412026-05-29T14:09:49.986Z Downloaded unicode-width v0.2.0
3422026-05-29T14:09:49.989Z Downloaded serde_tokenstream v0.2.3
3432026-05-29T14:09:49.991Z Downloaded serde-untagged v0.1.9
3442026-05-29T14:09:49.992Z Downloaded proc-macro-error v1.0.4
3452026-05-29T14:09:49.994Z Downloaded unicode-width v0.1.14
3462026-05-29T14:09:49.997Z Downloaded sha2 v0.10.9
3472026-05-29T14:09:49.997Z Downloaded camino-tempfile v1.4.1
3482026-05-29T14:09:49.997Z Downloaded anstyle-parse v0.2.7
3492026-05-29T14:09:50.001Z Downloaded getrandom v0.4.1
3502026-05-29T14:09:50.004Z Downloaded pest_generator v2.8.6
3512026-05-29T14:09:50.004Z Downloaded camino v1.2.2
3522026-05-29T14:09:50.007Z Downloaded erased-serde v0.4.9
3532026-05-29T14:09:50.010Z Downloaded bytecount v0.6.9
3542026-05-29T14:09:50.012Z Downloaded itoa v1.0.17
3552026-05-29T14:09:50.020Z Downloaded smawk v0.3.2
3562026-05-29T14:09:50.023Z Downloaded digest v0.10.7
3572026-05-29T14:09:50.033Z Downloaded quote v1.0.45
3582026-05-29T14:09:50.036Z Downloaded autocfg v1.5.0
3592026-05-29T14:09:50.041Z Downloaded smallvec v1.15.1
3602026-05-29T14:09:50.044Z Downloaded litemap v0.8.1
3612026-05-29T14:09:50.046Z Downloaded clap_derive v4.5.55
3622026-05-29T14:09:50.049Z Downloaded cargo_toml v0.21.0
3632026-05-29T14:09:50.052Z Downloaded pest_meta v2.8.6
3642026-05-29T14:09:50.055Z Downloaded icu_normalizer_data v2.1.1
3652026-05-29T14:09:50.058Z Downloaded scroll v0.12.0
3662026-05-29T14:09:50.061Z Downloaded tempfile v3.25.0
3672026-05-29T14:09:50.065Z Downloaded once_cell v1.21.3
3682026-05-29T14:09:50.067Z Downloaded displaydoc v0.2.5
3692026-05-29T14:09:50.070Z Downloaded anyhow v1.0.102
3702026-05-29T14:09:50.070Z Downloaded pest_derive v2.8.6
3712026-05-29T14:09:50.073Z Downloaded papergrid v0.11.0
3722026-05-29T14:09:50.081Z Downloaded log v0.4.29
3732026-05-29T14:09:50.084Z Downloaded proc-macro2 v1.0.106
3742026-05-29T14:09:50.087Z Downloaded icu_properties v2.1.2
3752026-05-29T14:09:50.092Z Downloaded serde_derive v1.0.228
3762026-05-29T14:09:50.095Z Downloaded bitflags v2.11.0
3772026-05-29T14:09:50.098Z Downloaded icu_provider v2.1.1
3782026-05-29T14:09:50.100Z Downloaded clap v4.5.60
3792026-05-29T14:09:50.105Z Downloaded icu_locale_core v2.1.1
3802026-05-29T14:09:50.113Z Downloaded num-traits v0.2.19
3812026-05-29T14:09:50.116Z Downloaded icu_normalizer v2.1.1
3822026-05-29T14:09:50.124Z Downloaded serde_core v1.0.228
3832026-05-29T14:09:50.137Z Downloaded serde v1.0.228
3842026-05-29T14:09:50.142Z Downloaded memchr v2.8.0
3852026-05-29T14:09:50.151Z Downloaded icu_collections v2.1.1
3862026-05-29T14:09:50.154Z Downloaded indexmap v2.14.0
3872026-05-29T14:09:50.174Z Downloaded pest v2.8.6
3882026-05-29T14:09:50.190Z Downloaded icu_properties_data v2.1.2
3892026-05-29T14:09:50.204Z Downloaded goblin v0.8.2
3902026-05-29T14:09:50.207Z Downloaded hashbrown v0.17.0
3912026-05-29T14:09:50.210Z Downloaded clap_builder v4.5.60
3922026-05-29T14:09:50.217Z Downloaded idna v1.1.0
3932026-05-29T14:09:50.219Z Downloaded serde_json v1.0.149
3942026-05-29T14:09:50.225Z Downloaded tabled v0.15.0
3952026-05-29T14:09:50.242Z Downloaded syn v1.0.109
3962026-05-29T14:09:50.260Z Downloaded syn v2.0.117
3972026-05-29T14:09:50.270Z Downloaded rustix v1.1.3
3982026-05-29T14:09:50.302Z Downloaded libc v0.2.185
3992026-05-29T14:09:50.368Z Compiling proc-macro2 v1.0.106
4002026-05-29T14:09:50.368Z Compiling quote v1.0.45
4012026-05-29T14:09:50.368Z Compiling unicode-ident v1.0.24
4022026-05-29T14:09:50.368Z Compiling serde_core v1.0.228
4032026-05-29T14:09:50.369Z Compiling libc v0.2.185
4042026-05-29T14:09:50.372Z Compiling version_check v0.9.5
4052026-05-29T14:09:50.372Z Compiling memchr v2.8.0
4062026-05-29T14:09:50.372Z Compiling serde v1.0.228
4072026-05-29T14:09:50.372Z Compiling stable_deref_trait v1.2.1
4082026-05-29T14:09:50.372Z Compiling zmij v1.0.21
4092026-05-29T14:09:50.372Z Compiling thiserror v1.0.69
4102026-05-29T14:09:50.372Z Compiling ucd-trie v0.1.7
4112026-05-29T14:09:50.372Z Compiling itoa v1.0.17
4122026-05-29T14:09:50.558Z Compiling autocfg v1.5.0
4132026-05-29T14:09:50.561Z Compiling litemap v0.8.1
4142026-05-29T14:09:50.800Z Compiling writeable v0.6.2
4152026-05-29T14:09:50.848Z Compiling rustix v1.1.3
4162026-05-29T14:09:50.903Z Compiling icu_properties_data v2.1.2
4172026-05-29T14:09:50.934Z Compiling byteorder v1.5.0
4182026-05-29T14:09:51.032Z Compiling icu_normalizer_data v2.1.1
4192026-05-29T14:09:51.052Z Compiling serde_json v1.0.149
4202026-05-29T14:09:51.092Z Compiling bitflags v2.11.0
4212026-05-29T14:09:51.166Z Compiling num-traits v0.2.19
4222026-05-29T14:09:51.202Z Compiling pest v2.8.6
4232026-05-29T14:09:51.242Z Compiling equivalent v1.0.2
4242026-05-29T14:09:51.277Z Compiling hashbrown v0.17.0
4252026-05-29T14:09:51.409Z Compiling smallvec v1.15.1
4262026-05-29T14:09:51.414Z Compiling typeid v1.0.3
4272026-05-29T14:09:51.539Z Compiling proc-macro-error-attr v1.0.4
4282026-05-29T14:09:51.577Z Compiling usdt-impl v0.5.0
4292026-05-29T14:09:51.595Z Compiling winnow v0.7.14
4302026-05-29T14:09:51.613Z Compiling toml_write v0.1.2
4312026-05-29T14:09:51.632Z Compiling errno v0.3.14
4322026-05-29T14:09:51.662Z Compiling thread-id v4.2.2
4332026-05-29T14:09:51.690Z Compiling syn v1.0.109
4342026-05-29T14:09:51.710Z Compiling erased-serde v0.4.9
4352026-05-29T14:09:51.773Z Compiling proc-macro-error v1.0.4
4362026-05-29T14:09:51.851Z Compiling indexmap v2.14.0
4372026-05-29T14:09:51.873Z Compiling utf8parse v0.2.2
4382026-05-29T14:09:51.927Z Compiling camino v1.2.2
4392026-05-29T14:09:52.066Z Compiling percent-encoding v2.3.2
4402026-05-29T14:09:52.109Z Compiling syn v2.0.117
4412026-05-29T14:09:52.116Z Compiling log v0.4.29
4422026-05-29T14:09:52.171Z Compiling utf8_iter v1.0.4
4432026-05-29T14:09:52.174Z Compiling getrandom v0.4.1
4442026-05-29T14:09:52.220Z Compiling thiserror v2.0.18
4452026-05-29T14:09:52.224Z Compiling plain v0.2.3
4462026-05-29T14:09:52.327Z Compiling form_urlencoded v1.2.2
4472026-05-29T14:09:52.364Z Compiling pest_meta v2.8.6
4482026-05-29T14:09:52.453Z Compiling ordered-float v2.10.1
4492026-05-29T14:09:52.488Z Compiling anstyle-parse v0.2.7
4502026-05-29T14:09:52.539Z Compiling anstyle v1.0.13
4512026-05-29T14:09:52.592Z Compiling colorchoice v1.0.4
4522026-05-29T14:09:52.634Z Compiling pretty-hex v0.4.1
4532026-05-29T14:09:52.672Z Compiling anstyle-query v1.1.5
4542026-05-29T14:09:52.693Z Compiling terminal_size v0.4.3
4552026-05-29T14:09:52.711Z Compiling cfg-if v1.0.4
4562026-05-29T14:09:52.733Z Compiling is_terminal_polyfill v1.70.2
4572026-05-29T14:09:52.799Z Compiling fs-err v3.3.0
4582026-05-29T14:09:52.819Z Compiling clap_lex v1.0.0
4592026-05-29T14:09:52.823Z Compiling heck v0.4.1
4602026-05-29T14:09:52.858Z Compiling anstream v0.6.21
4612026-05-29T14:09:52.862Z Compiling fastrand v2.3.0
4622026-05-29T14:09:52.862Z Compiling heck v0.5.0
4632026-05-29T14:09:53.020Z Compiling semver v1.0.28
4642026-05-29T14:09:53.098Z Compiling once_cell v1.21.3
4652026-05-29T14:09:53.116Z Compiling strsim v0.11.1
4662026-05-29T14:09:53.145Z Compiling fnv v1.0.7
4672026-05-29T14:09:53.175Z Compiling anyhow v1.0.102
4682026-05-29T14:09:53.194Z Compiling unicode-xid v0.2.6
4692026-05-29T14:09:53.213Z Compiling bytecount v0.6.9
4702026-05-29T14:09:53.232Z Compiling unicode-width v0.1.14
4712026-05-29T14:09:53.338Z Compiling clap_builder v4.5.60
4722026-05-29T14:09:53.357Z Compiling tempfile v3.25.0
4732026-05-29T14:09:53.379Z Compiling memmap v0.7.0
4742026-05-29T14:09:53.394Z Compiling unicode-linebreak v0.1.5
4752026-05-29T14:09:53.452Z Compiling smawk v0.3.2
4762026-05-29T14:09:53.534Z Compiling serde-untagged v0.1.9
4772026-05-29T14:09:53.574Z Compiling papergrid v0.11.0
4782026-05-29T14:09:53.597Z Compiling unicode-width v0.2.0
4792026-05-29T14:09:53.617Z Compiling camino-tempfile v1.4.1
4802026-05-29T14:09:53.698Z Compiling swrite v0.1.0
4812026-05-29T14:09:53.784Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-05-29T14:09:53.868Z Compiling textwrap v0.16.2
4832026-05-29T14:09:54.133Z Compiling tabled_derive v0.7.0
4842026-05-29T14:09:54.829Z Compiling synstructure v0.13.2
4852026-05-29T14:09:54.829Z Compiling pest_generator v2.8.6
4862026-05-29T14:09:54.891Z Compiling tabled v0.15.0
4872026-05-29T14:09:55.337Z Compiling serde_derive v1.0.228
4882026-05-29T14:09:55.338Z Compiling zerofrom-derive v0.1.6
4892026-05-29T14:09:55.364Z Compiling yoke-derive v0.8.1
4902026-05-29T14:09:55.364Z Compiling zerovec-derive v0.11.2
4912026-05-29T14:09:55.364Z Compiling displaydoc v0.2.5
4922026-05-29T14:09:55.364Z Compiling thiserror-impl v1.0.69
4932026-05-29T14:09:55.364Z Compiling zerocopy-derive v0.7.35
4942026-05-29T14:09:55.365Z Compiling scroll_derive v0.12.1
4952026-05-29T14:09:55.386Z Compiling thiserror-impl v2.0.18
4962026-05-29T14:09:55.386Z Compiling clap_derive v4.5.55
4972026-05-29T14:09:55.470Z Compiling pest_derive v2.8.6
4982026-05-29T14:09:56.120Z Compiling zerocopy v0.7.35
4992026-05-29T14:09:56.168Z Compiling scroll v0.12.0
5002026-05-29T14:09:56.329Z Compiling zerofrom v0.1.6
5012026-05-29T14:09:56.407Z Compiling goblin v0.8.2
5022026-05-29T14:09:56.453Z Compiling yoke v0.8.1
5032026-05-29T14:09:56.523Z Compiling dtrace-parser v0.2.0
5042026-05-29T14:09:56.613Z Compiling zerovec v0.11.5
5052026-05-29T14:09:56.613Z Compiling zerotrie v0.2.3
5062026-05-29T14:09:56.815Z Compiling clap v4.5.60
5072026-05-29T14:09:57.048Z Compiling tinystr v0.8.2
5082026-05-29T14:09:57.048Z Compiling potential_utf v0.1.4
5092026-05-29T14:09:57.187Z Compiling icu_collections v2.1.1
5102026-05-29T14:09:57.206Z Compiling icu_locale_core v2.1.1
5112026-05-29T14:09:57.738Z Compiling icu_provider v2.1.1
5122026-05-29T14:09:57.955Z Compiling icu_properties v2.1.2
5132026-05-29T14:09:57.956Z Compiling icu_normalizer v2.1.1
5142026-05-29T14:09:57.983Z Compiling toml_datetime v0.6.11
5152026-05-29T14:09:57.983Z Compiling serde_spanned v0.6.9
5162026-05-29T14:09:57.983Z Compiling dof v0.3.0
5172026-05-29T14:09:57.987Z Compiling serde_tokenstream v0.2.3
5182026-05-29T14:09:57.987Z Compiling serde-value v0.7.0
5192026-05-29T14:09:57.987Z Compiling cargo-platform v0.2.0
5202026-05-29T14:09:57.987Z Compiling macaddr v1.0.1
5212026-05-29T14:09:58.237Z Compiling toml_edit v0.22.27
5222026-05-29T14:09:58.719Z Compiling usdt-attr-macro v0.5.0
5232026-05-29T14:09:58.722Z Compiling usdt-macro v0.5.0
5242026-05-29T14:09:58.845Z Compiling idna_adapter v1.2.1
5252026-05-29T14:09:58.965Z Compiling idna v1.1.0
5262026-05-29T14:09:59.238Z Compiling url v2.5.8
5272026-05-29T14:09:59.342Z Compiling usdt v0.5.0
5282026-05-29T14:09:59.544Z Compiling toml v0.8.23
5292026-05-29T14:09:59.878Z Compiling cargo-util-schemas v0.8.2
5302026-05-29T14:09:59.879Z Compiling cargo_toml v0.21.0
5312026-05-29T14:10:00.680Z Compiling cargo_metadata v0.21.0
5322026-05-29T14:10:01.603Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-29T14:10:03.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.34s
5342026-05-29T14:10:03.976Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-05-29T14:10:04.554Z Downloading crates ...
5362026-05-29T14:10:04.645Z Downloaded adler2 v2.0.1
5372026-05-29T14:10:04.648Z Downloaded bit-vec v0.8.0
5382026-05-29T14:10:04.654Z Downloaded blake2 v0.10.6
5392026-05-29T14:10:04.657Z Downloaded camino-tempfile-ext v0.3.3
5402026-05-29T14:10:04.661Z Downloaded cookie v0.18.1
5412026-05-29T14:10:04.666Z Downloaded chacha20 v0.9.1
5422026-05-29T14:10:04.668Z Downloaded bzip2 v0.4.4
5432026-05-29T14:10:04.675Z Downloaded foldhash v0.2.0
5442026-05-29T14:10:04.686Z Downloaded crossbeam-epoch v0.9.18
5452026-05-29T14:10:04.689Z Downloaded cancel-safe-futures v0.1.5
5462026-05-29T14:10:04.692Z Downloaded crunchy v0.2.4
5472026-05-29T14:10:04.692Z Downloaded ahash v0.8.12
5482026-05-29T14:10:04.694Z Downloaded compression-codecs v0.4.37
5492026-05-29T14:10:04.697Z Downloaded cargo_metadata v0.23.1
5502026-05-29T14:10:04.697Z Downloaded chrono v0.4.44
5512026-05-29T14:10:04.701Z Downloaded defmt-parser v1.0.0
5522026-05-29T14:10:04.703Z Downloaded darling_macro v0.13.4
5532026-05-29T14:10:04.703Z Downloaded cobs v0.3.0
5542026-05-29T14:10:04.703Z Downloaded crossterm v0.28.1
5552026-05-29T14:10:04.708Z Downloaded csv-core v0.1.13
5562026-05-29T14:10:04.713Z Downloaded env_filter v1.0.0
5572026-05-29T14:10:04.713Z Downloaded crc v3.4.0
5582026-05-29T14:10:04.716Z Downloaded bitfield-struct v0.6.2
5592026-05-29T14:10:04.716Z Downloaded embedded-io v0.6.1
5602026-05-29T14:10:04.716Z Downloaded darling v0.13.4
5612026-05-29T14:10:04.716Z Downloaded compression-core v0.4.31
5622026-05-29T14:10:04.716Z Downloaded derive_builder_core v0.20.2
5632026-05-29T14:10:04.720Z Downloaded darling v0.20.11
5642026-05-29T14:10:04.723Z Downloaded embedded-io v0.4.0
5652026-05-29T14:10:04.723Z Downloaded critical-section v1.2.0
5662026-05-29T14:10:04.723Z Downloaded data-encoding v2.10.0
5672026-05-29T14:10:04.727Z Downloaded bb8 v0.8.6
5682026-05-29T14:10:04.727Z Downloaded bit-set v0.5.3
5692026-05-29T14:10:04.727Z Downloaded async-stream v0.3.6
5702026-05-29T14:10:04.730Z Downloaded crossbeam-utils v0.8.21
5712026-05-29T14:10:04.730Z Downloaded bitfield-macros v0.19.4
5722026-05-29T14:10:04.730Z Downloaded difflib v0.4.0
5732026-05-29T14:10:04.730Z Downloaded cstr-argument v0.1.2
5742026-05-29T14:10:04.733Z Downloaded ciborium-ll v0.2.2
5752026-05-29T14:10:04.733Z Downloaded darling v0.21.3
5762026-05-29T14:10:04.736Z Downloaded block-padding v0.3.3
5772026-05-29T14:10:04.736Z Downloaded ctr v0.9.2
5782026-05-29T14:10:04.740Z Downloaded async-recursion v1.1.1
5792026-05-29T14:10:04.743Z Downloaded enum-as-inner v0.6.1
5802026-05-29T14:10:04.743Z Downloaded cpufeatures v0.3.0
5812026-05-29T14:10:04.743Z Downloaded foreign-types v0.3.2
5822026-05-29T14:10:04.747Z Downloaded crc-catalog v2.4.0
5832026-05-29T14:10:04.747Z Downloaded ecdsa v0.16.9
5842026-05-29T14:10:04.747Z Downloaded assert_matches v1.5.0
5852026-05-29T14:10:04.749Z Downloaded dirs-next v2.0.0
5862026-05-29T14:10:04.750Z Downloaded ciborium-io v0.2.2
5872026-05-29T14:10:04.750Z Downloaded darling_macro v0.21.3
5882026-05-29T14:10:04.750Z Downloaded cargo-platform v0.3.2
5892026-05-29T14:10:04.750Z Downloaded float-cmp v0.10.0
5902026-05-29T14:10:04.752Z Downloaded curve25519-dalek-derive v0.1.1
5912026-05-29T14:10:04.752Z Downloaded endian-type v0.1.2
5922026-05-29T14:10:04.753Z Downloaded fixedbitset v0.4.2
5932026-05-29T14:10:04.755Z Downloaded base16ct v0.2.0
5942026-05-29T14:10:04.755Z Downloaded crucible-workspace-hack v0.1.0
5952026-05-29T14:10:04.755Z Downloaded bcs v0.1.6
5962026-05-29T14:10:04.758Z Downloaded async-stream-impl v0.3.6
5972026-05-29T14:10:04.758Z Downloaded defmt v0.3.100
5982026-05-29T14:10:04.758Z Downloaded cfg_aliases v0.1.1
5992026-05-29T14:10:04.758Z Downloaded debug-ignore v1.0.5
6002026-05-29T14:10:04.761Z Downloaded darling_macro v0.23.0
6012026-05-29T14:10:04.761Z Downloaded array-init v0.0.4
6022026-05-29T14:10:04.761Z Downloaded convert_case v0.4.0
6032026-05-29T14:10:04.761Z Downloaded atty v0.2.14
6042026-05-29T14:10:04.765Z Downloaded crc8 v0.1.1
6052026-05-29T14:10:04.765Z Downloaded dtrace-parser v0.3.0
6062026-05-29T14:10:04.765Z Downloaded der v0.7.10
6072026-05-29T14:10:04.768Z Downloaded find-msvc-tools v0.1.9
6082026-05-29T14:10:04.768Z Downloaded defmt-macros v1.0.1
6092026-05-29T14:10:04.771Z Downloaded cfg_aliases v0.2.1
6102026-05-29T14:10:04.771Z Downloaded atomic-waker v1.1.2
6112026-05-29T14:10:04.781Z Downloaded foreign-types-shared v0.1.1
6122026-05-29T14:10:04.781Z Downloaded foreign-types-macros v0.2.3
6132026-05-29T14:10:04.781Z Downloaded dyn-clone v1.0.20
6142026-05-29T14:10:04.781Z Downloaded derive_builder_macro v0.20.2
6152026-05-29T14:10:04.781Z Downloaded foreign-types-shared v0.3.1
6162026-05-29T14:10:04.781Z Downloaded foreign-types v0.5.0
6172026-05-29T14:10:04.781Z Downloaded atomicwrites v0.4.4
6182026-05-29T14:10:04.781Z Downloaded darling_macro v0.20.11
6192026-05-29T14:10:04.782Z Downloaded futures-macro v0.3.32
6202026-05-29T14:10:04.782Z Downloaded cipher v0.4.4
6212026-05-29T14:10:04.785Z Downloaded fxhash v0.2.1
6222026-05-29T14:10:04.785Z Downloaded futures-task v0.3.32
6232026-05-29T14:10:04.785Z Downloaded convert_case v0.10.0
6242026-05-29T14:10:04.785Z Downloaded bit-set v0.8.0
6252026-05-29T14:10:04.785Z Downloaded dirs-sys-next v0.1.2
6262026-05-29T14:10:04.789Z Downloaded futures-sink v0.3.32
6272026-05-29T14:10:04.789Z Downloaded futures-io v0.3.32
6282026-05-29T14:10:04.789Z Downloaded flagset v0.4.7
6292026-05-29T14:10:04.789Z Downloaded aead v0.5.2
6302026-05-29T14:10:04.792Z Downloaded float-ord v0.3.2
6312026-05-29T14:10:04.792Z Downloaded base64ct v1.8.3
6322026-05-29T14:10:04.792Z Downloaded cexpr v0.6.0
6332026-05-29T14:10:04.795Z Downloaded cbc v0.1.2
6342026-05-29T14:10:04.795Z Downloaded dof v0.4.0
6352026-05-29T14:10:04.795Z Downloaded display-error-chain v0.2.2
6362026-05-29T14:10:04.799Z Downloaded dropshot-api-manager-types v0.7.2
6372026-05-29T14:10:04.799Z Downloaded cassowary v0.3.0
6382026-05-29T14:10:04.799Z Downloaded arrayref v0.3.9
6392026-05-29T14:10:04.802Z Downloaded blowfish v0.9.1
6402026-05-29T14:10:04.802Z Downloaded argon2 v0.5.3
6412026-05-29T14:10:04.802Z Downloaded cmake v0.1.57
6422026-05-29T14:10:04.802Z Downloaded fd-lock v4.0.4
6432026-05-29T14:10:04.805Z Downloaded bcrypt-pbkdf v0.10.0
6442026-05-29T14:10:04.805Z Downloaded dunce v1.0.5
6452026-05-29T14:10:04.805Z Downloaded bit-vec v0.6.3
6462026-05-29T14:10:04.808Z Downloaded derive-where v1.6.0
6472026-05-29T14:10:04.808Z Downloaded ghash v0.5.1
6482026-05-29T14:10:04.811Z Downloaded globwalk v0.9.1
6492026-05-29T14:10:04.811Z Downloaded daft-derive v0.1.7
6502026-05-29T14:10:04.814Z Downloaded filetime v0.2.27
6512026-05-29T14:10:04.817Z Downloaded des v0.8.1
6522026-05-29T14:10:04.817Z Downloaded hash32 v0.3.1
6532026-05-29T14:10:04.817Z Downloaded clang-sys v1.8.1
6542026-05-29T14:10:04.821Z Downloaded fallible-iterator v0.2.0
6552026-05-29T14:10:04.821Z Downloaded der_derive v0.7.3
6562026-05-29T14:10:04.821Z Downloaded git-stub v1.0.0
6572026-05-29T14:10:04.824Z Downloaded ed25519 v2.2.3
6582026-05-29T14:10:04.824Z Downloaded hex v0.4.3
6592026-05-29T14:10:04.824Z Downloaded hash32 v0.2.1
6602026-05-29T14:10:04.827Z Downloaded daft v0.1.7
6612026-05-29T14:10:04.827Z Downloaded funty v2.0.0
6622026-05-29T14:10:04.827Z Downloaded diesel-dtrace v0.5.0
6632026-05-29T14:10:04.830Z Downloaded defmt v1.0.1
6642026-05-29T14:10:04.830Z Downloaded constant_time_eq v0.4.2
6652026-05-29T14:10:04.833Z Downloaded byte-wrapper v0.1.0
6662026-05-29T14:10:04.835Z Downloaded buf-list v1.1.2
6672026-05-29T14:10:04.835Z Downloaded gethostname v0.5.0
6682026-05-29T14:10:04.838Z Downloaded backoff v0.4.0
6692026-05-29T14:10:04.838Z Downloaded http-range v0.1.5
6702026-05-29T14:10:04.838Z Downloaded hostname v0.3.1
6712026-05-29T14:10:04.841Z Downloaded fs-err v2.11.0
6722026-05-29T14:10:04.841Z Downloaded hubpack_derive v0.1.1
6732026-05-29T14:10:04.841Z Downloaded hubpack v0.1.2
6742026-05-29T14:10:04.844Z Downloaded hostname v0.4.2
6752026-05-29T14:10:04.844Z Downloaded fs_extra v1.3.0
6762026-05-29T14:10:04.844Z Downloaded home v0.5.12
6772026-05-29T14:10:04.848Z Downloaded hex-literal v0.4.1
6782026-05-29T14:10:04.848Z Downloaded httpdate v1.0.3
6792026-05-29T14:10:04.848Z Downloaded http-body v1.0.1
6802026-05-29T14:10:04.848Z Downloaded async-trait v0.1.89
6812026-05-29T14:10:04.851Z Downloaded foldhash v0.1.5
6822026-05-29T14:10:04.851Z Downloaded dsl_auto_type v0.2.0
6832026-05-29T14:10:04.854Z Downloaded fixedbitset v0.5.7
6842026-05-29T14:10:04.854Z Downloaded futures-executor v0.3.32
6852026-05-29T14:10:04.856Z Downloaded bitflags v1.3.2
6862026-05-29T14:10:04.856Z Downloaded ena v0.14.4
6872026-05-29T14:10:04.860Z Downloaded corncobs v0.1.4
6882026-05-29T14:10:04.860Z Downloaded futures-core v0.3.32
6892026-05-29T14:10:04.860Z Downloaded erased-serde v0.3.31
6902026-05-29T14:10:04.863Z Downloaded const-oid v0.9.6
6912026-05-29T14:10:04.863Z Downloaded hyper-tls v0.6.0
6922026-05-29T14:10:04.866Z Downloaded colored v3.1.1
6932026-05-29T14:10:04.866Z Downloaded backon v1.6.0
6942026-05-29T14:10:04.868Z Downloaded ff v0.13.1
6952026-05-29T14:10:04.868Z Downloaded diff v0.1.13
6962026-05-29T14:10:04.871Z Downloaded indoc v1.0.9
6972026-05-29T14:10:04.872Z Downloaded git-stub-vcs v0.1.0
6982026-05-29T14:10:04.874Z Downloaded either v1.15.0
6992026-05-29T14:10:04.874Z Downloaded darling v0.23.0
7002026-05-29T14:10:04.877Z Downloaded indent_write v2.2.0
7012026-05-29T14:10:04.880Z Downloaded illumos-nvpair v0.3.0
7022026-05-29T14:10:04.880Z Downloaded ident_case v1.0.1
7032026-05-29T14:10:04.880Z Downloaded is_ci v1.2.0
7042026-05-29T14:10:04.880Z Downloaded internet-checksum v0.2.1
7052026-05-29T14:10:04.883Z Downloaded inout v0.1.4
7062026-05-29T14:10:04.883Z Downloaded instability v0.3.11
7072026-05-29T14:10:04.883Z Downloaded is-terminal v0.4.17
7082026-05-29T14:10:04.886Z Downloaded headers-core v0.3.0
7092026-05-29T14:10:04.886Z Downloaded instant v0.1.13
7102026-05-29T14:10:04.886Z Downloaded glob v0.3.3
7112026-05-29T14:10:04.886Z Downloaded derive_more v0.99.20
7122026-05-29T14:10:04.889Z Downloaded crc-any v2.5.0
7132026-05-29T14:10:04.892Z Downloaded kstat-rs v0.2.4
7142026-05-29T14:10:04.892Z Downloaded keccak v0.1.6
7152026-05-29T14:10:04.895Z Downloaded group v0.13.0
7162026-05-29T14:10:04.895Z Downloaded cookie_store v0.22.1
7172026-05-29T14:10:04.898Z Downloaded console v0.16.2
7182026-05-29T14:10:04.898Z Downloaded ciborium v0.2.2
7192026-05-29T14:10:04.901Z Downloaded lru-cache v0.1.2
7202026-05-29T14:10:04.901Z Downloaded libscf-sys v1.2.0
7212026-05-29T14:10:04.901Z Downloaded lalrpop-util v0.19.12
7222026-05-29T14:10:04.904Z Downloaded humantime v2.3.0
7232026-05-29T14:10:04.904Z Downloaded const_format_proc_macros v0.2.34
7242026-05-29T14:10:04.904Z Downloaded async-bb8-diesel v0.2.1
7252026-05-29T14:10:04.907Z Downloaded http-body-util v0.1.3
7262026-05-29T14:10:04.907Z Downloaded derive_builder v0.20.2
7272026-05-29T14:10:04.909Z Downloaded crc32fast v1.5.0
7282026-05-29T14:10:04.912Z Downloaded lru v0.12.5
7292026-05-29T14:10:04.912Z Downloaded deranged v0.5.8
7302026-05-29T14:10:04.915Z Downloaded env_logger v0.11.9
7312026-05-29T14:10:04.915Z Downloaded bzip2 v0.6.1
7322026-05-29T14:10:04.918Z Downloaded colored v2.2.0
7332026-05-29T14:10:04.918Z Downloaded memoffset v0.9.1
7342026-05-29T14:10:04.922Z Downloaded md5 v0.7.0
7352026-05-29T14:10:04.922Z Downloaded md-5 v0.10.6
7362026-05-29T14:10:04.922Z Downloaded drift v0.2.0
7372026-05-29T14:10:04.926Z Downloaded managed v0.8.0
7382026-05-29T14:10:04.929Z Downloaded allocator-api2 v0.2.21
7392026-05-29T14:10:04.929Z Downloaded ingot v0.1.1
7402026-05-29T14:10:04.932Z Downloaded impl-trait-for-tuples v0.2.3
7412026-05-29T14:10:04.932Z Downloaded lazy_static v1.5.0
7422026-05-29T14:10:04.935Z Downloaded maybe-uninit v2.0.0
7432026-05-29T14:10:04.935Z Downloaded multimap v0.10.1
7442026-05-29T14:10:04.935Z Downloaded lru-slab v0.1.2
7452026-05-29T14:10:04.939Z Downloaded illumos-nvpair-sys v0.2.0
7462026-05-29T14:10:04.939Z Downloaded hyper-staticfile v0.10.1
7472026-05-29T14:10:04.939Z Downloaded new_debug_unreachable v1.0.6
7482026-05-29T14:10:04.942Z Downloaded mime v0.3.17
7492026-05-29T14:10:04.942Z Downloaded half v1.8.3
7502026-05-29T14:10:04.942Z Downloaded maplit v1.0.2
7512026-05-29T14:10:04.942Z Downloaded lzss v0.8.2
7522026-05-29T14:10:04.945Z Downloaded futures-channel v0.3.32
7532026-05-29T14:10:04.945Z Downloaded nodrop v0.1.14
7542026-05-29T14:10:04.948Z Downloaded newline-converter v0.3.0
7552026-05-29T14:10:04.948Z Downloaded diesel_table_macro_syntax v0.3.0
7562026-05-29T14:10:04.948Z Downloaded ingot-types v0.1.2
7572026-05-29T14:10:04.948Z Downloaded highway v1.3.0
7582026-05-29T14:10:04.951Z Downloaded derive-ex v0.1.8
7592026-05-29T14:10:04.951Z Downloaded ipnet v2.11.0
7602026-05-29T14:10:04.954Z Downloaded ipnetwork v0.21.1
7612026-05-29T14:10:04.954Z Downloaded arrayvec v0.7.6
7622026-05-29T14:10:04.958Z Downloaded newtype_derive v0.1.6
7632026-05-29T14:10:04.958Z Downloaded num v0.4.3
7642026-05-29T14:10:04.958Z Downloaded nonempty v0.12.0
7652026-05-29T14:10:04.958Z Downloaded nibble_vec v0.1.0
7662026-05-29T14:10:04.961Z Downloaded normalize-line-endings v0.3.0
7672026-05-29T14:10:04.961Z Downloaded libloading v0.8.9
7682026-05-29T14:10:04.961Z Downloaded newtype-uuid-macros v0.1.0
7692026-05-29T14:10:04.964Z Downloaded ascii-canvas v3.0.0
7702026-05-29T14:10:04.964Z Downloaded num-derive v0.4.2
7712026-05-29T14:10:04.964Z Downloaded crossbeam-deque v0.8.6
7722026-05-29T14:10:04.967Z Downloaded openssl-probe v0.1.6
7732026-05-29T14:10:04.967Z Downloaded openssl-macros v0.1.1
7742026-05-29T14:10:04.967Z Downloaded opaque-debug v0.3.1
7752026-05-29T14:10:04.967Z Downloaded hmac v0.12.1
7762026-05-29T14:10:04.970Z Downloaded olpc-cjson v0.1.4
7772026-05-29T14:10:04.970Z Downloaded downcast-rs v2.0.2
7782026-05-29T14:10:04.970Z Downloaded document-features v0.2.12
7792026-05-29T14:10:04.973Z Downloaded libefi-sys v0.1.0
7802026-05-29T14:10:04.973Z Downloaded console v0.15.11
7812026-05-29T14:10:04.976Z Downloaded dropshot_endpoint v0.17.0
7822026-05-29T14:10:04.976Z Downloaded darling_core v0.13.4
7832026-05-29T14:10:04.979Z Downloaded lock_api v0.4.14
7842026-05-29T14:10:04.981Z Downloaded num_threads v0.1.7
7852026-05-29T14:10:04.982Z Downloaded linked-hash-map v0.5.6
7862026-05-29T14:10:04.982Z Downloaded libsw-core v0.3.2
7872026-05-29T14:10:04.985Z Downloaded oso-derive v0.27.3
7882026-05-29T14:10:04.985Z Downloaded iana-time-zone v0.1.65
7892026-05-29T14:10:04.988Z Downloaded openssl-probe v0.2.1
7902026-05-29T14:10:04.988Z Downloaded chacha20poly1305 v0.10.1
7912026-05-29T14:10:04.988Z Downloaded hyper-rustls v0.27.7
7922026-05-29T14:10:04.991Z Downloaded httparse v1.10.1
7932026-05-29T14:10:04.991Z Downloaded packed_struct_codegen v0.10.1
7942026-05-29T14:10:04.994Z Downloaded crossbeam-channel v0.5.15
7952026-05-29T14:10:04.996Z Downloaded base64 v0.22.1
7962026-05-29T14:10:04.999Z Downloaded match_cfg v0.1.0
7972026-05-29T14:10:04.999Z Downloaded chacha20 v0.10.0
7982026-05-29T14:10:05.002Z Downloaded indoc v2.0.7
7992026-05-29T14:10:05.002Z Downloaded castaway v0.2.4
8002026-05-29T14:10:05.005Z Downloaded parse-display v0.10.0
8012026-05-29T14:10:05.005Z Downloaded bitfield v0.19.4
8022026-05-29T14:10:05.005Z Downloaded pbkdf2 v0.11.0
8032026-05-29T14:10:05.009Z Downloaded path-slash v0.1.5
8042026-05-29T14:10:05.009Z Downloaded libsw v3.5.0
8052026-05-29T14:10:05.012Z Downloaded globset v0.4.18
8062026-05-29T14:10:05.012Z Downloaded getrandom v0.3.4
8072026-05-29T14:10:05.014Z Downloaded nanorand v0.7.0
8082026-05-29T14:10:05.014Z Downloaded multer v3.1.0
8092026-05-29T14:10:05.019Z Downloaded darling_core v0.21.3
8102026-05-29T14:10:05.022Z Downloaded peg-runtime v0.8.5
8112026-05-29T14:10:05.022Z Downloaded pbkdf2 v0.12.2
8122026-05-29T14:10:05.022Z Downloaded ingot-macros v0.1.1
8132026-05-29T14:10:05.025Z Downloaded num-rational v0.4.2
8142026-05-29T14:10:05.025Z Downloaded num-iter v0.1.45
8152026-05-29T14:10:05.025Z Downloaded num-integer v0.1.46
8162026-05-29T14:10:05.027Z Downloaded nu-ansi-term v0.50.3
8172026-05-29T14:10:05.027Z Downloaded phf_shared v0.13.1
8182026-05-29T14:10:05.030Z Downloaded num-conv v0.2.0
8192026-05-29T14:10:05.031Z Downloaded num_enum_derive v0.7.5
8202026-05-29T14:10:05.031Z Downloaded num_enum v0.7.5
8212026-05-29T14:10:05.033Z Downloaded jobserver v0.1.34
8222026-05-29T14:10:05.036Z Downloaded phf_shared v0.11.3
8232026-05-29T14:10:05.036Z Downloaded num_enum v0.5.11
8242026-05-29T14:10:05.039Z Downloaded num-complex v0.4.6
8252026-05-29T14:10:05.039Z Downloaded num_enum_derive v0.5.11
8262026-05-29T14:10:05.039Z Downloaded fatfs v0.3.6
8272026-05-29T14:10:05.042Z Downloaded phf_shared v0.12.1
8282026-05-29T14:10:05.042Z Downloaded bytes v1.11.1
8292026-05-29T14:10:05.045Z Downloaded darling_core v0.23.0
8302026-05-29T14:10:05.048Z Downloaded owo-colors v4.3.0
8312026-05-29T14:10:05.050Z Downloaded futures v0.3.32
8322026-05-29T14:10:05.067Z Downloaded pin-utils v0.1.0
8332026-05-29T14:10:05.070Z Downloaded ar_archive_writer v0.5.1
8342026-05-29T14:10:05.070Z Downloaded password-hash v0.5.0
8352026-05-29T14:10:05.073Z Downloaded parse-size v1.1.0
8362026-05-29T14:10:05.073Z Downloaded parse-display-derive v0.10.0
8372026-05-29T14:10:05.073Z Downloaded packed_struct v0.10.1
8382026-05-29T14:10:05.076Z Downloaded proc-macro-crate v3.4.0
8392026-05-29T14:10:05.076Z Downloaded oxide-tokio-rt v0.1.4
8402026-05-29T14:10:05.076Z Downloaded heapless v0.7.17
8412026-05-29T14:10:05.079Z Downloaded headers v0.4.1
8422026-05-29T14:10:05.082Z Downloaded native-tls v0.2.18
8432026-05-29T14:10:05.085Z Downloaded indexmap v1.9.3
8442026-05-29T14:10:05.088Z Downloaded base64 v0.21.7
8452026-05-29T14:10:05.090Z Downloaded proc-macro-crate v1.3.1
8462026-05-29T14:10:05.090Z Downloaded progenitor-client v0.14.0
8472026-05-29T14:10:05.090Z Downloaded progenitor-client v0.11.2
8482026-05-29T14:10:05.093Z Downloaded progenitor-client v0.10.0
8492026-05-29T14:10:05.093Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-05-29T14:10:05.093Z Downloaded pem-rfc7468 v0.7.0
8512026-05-29T14:10:05.093Z Downloaded password-hash v0.4.2
8522026-05-29T14:10:05.096Z Downloaded phf v0.12.1
8532026-05-29T14:10:05.096Z Downloaded pem v3.0.6
8542026-05-29T14:10:05.099Z Downloaded paste v1.0.15
8552026-05-29T14:10:05.099Z Downloaded flate2 v1.1.9
8562026-05-29T14:10:05.102Z Downloaded derive_more v2.1.1
8572026-05-29T14:10:05.108Z Downloaded psl-types v2.0.11
8582026-05-29T14:10:05.111Z Downloaded pin-project-internal v1.1.11
8592026-05-29T14:10:05.111Z Downloaded omicron-zone-package v0.12.2
8602026-05-29T14:10:05.114Z Downloaded progenitor-macro v0.14.0
8612026-05-29T14:10:05.114Z Downloaded progenitor-macro v0.13.0
8622026-05-29T14:10:05.114Z Downloaded progenitor-macro v0.11.2
8632026-05-29T14:10:05.117Z Downloaded phf v0.13.1
8642026-05-29T14:10:05.117Z Downloaded pkcs8 v0.10.2
8652026-05-29T14:10:05.120Z Downloaded quick-error v1.2.3
8662026-05-29T14:10:05.120Z Downloaded heapless v0.8.0
8672026-05-29T14:10:05.123Z Downloaded derive_more-impl v2.1.1
8682026-05-29T14:10:05.125Z Downloaded radium v0.7.0
8692026-05-29T14:10:05.125Z Downloaded polyval v0.6.2
8702026-05-29T14:10:05.125Z Downloaded pkg-config v0.3.32
8712026-05-29T14:10:05.129Z Downloaded flume v0.11.1
8722026-05-29T14:10:05.131Z Downloaded aes-gcm v0.10.3
8732026-05-29T14:10:05.131Z Downloaded rand_xorshift v0.4.0
8742026-05-29T14:10:05.134Z Downloaded predicates v3.1.4
8752026-05-29T14:10:05.134Z Downloaded powerfmt v0.2.0
8762026-05-29T14:10:05.137Z Downloaded parking_lot v0.12.5
8772026-05-29T14:10:05.137Z Downloaded bumpalo v3.20.2
8782026-05-29T14:10:05.140Z Downloaded ref-cast-impl v1.0.25
8792026-05-29T14:10:05.140Z Downloaded recursive v0.1.1
8802026-05-29T14:10:05.140Z Downloaded ppv-lite86 v0.2.21
8812026-05-29T14:10:05.143Z Downloaded postgres-protocol v0.6.10
8822026-05-29T14:10:05.143Z Downloaded predicates-tree v1.0.13
8832026-05-29T14:10:05.143Z Downloaded predicates-core v1.0.10
8842026-05-29T14:10:05.146Z Downloaded ref-cast v1.0.25
8852026-05-29T14:10:05.146Z Downloaded peg v0.8.5
8862026-05-29T14:10:05.149Z Downloaded recursive-proc-macro-impl v0.1.1
8872026-05-29T14:10:05.149Z Downloaded parking_lot v0.11.2
8882026-05-29T14:10:05.152Z Downloaded progenitor-extras v0.2.0
8892026-05-29T14:10:05.152Z Downloaded progenitor-client v0.13.0
8902026-05-29T14:10:05.155Z Downloaded progenitor v0.14.0
8912026-05-29T14:10:05.155Z Downloaded parking_lot_core v0.8.6
8922026-05-29T14:10:05.155Z Downloaded diesel_derives v2.3.7
8932026-05-29T14:10:05.159Z Downloaded indicatif v0.18.4
8942026-05-29T14:10:05.162Z Downloaded progenitor v0.13.0
8952026-05-29T14:10:05.168Z Downloaded progenitor v0.11.2
8962026-05-29T14:10:05.168Z Downloaded rustc_version v0.4.1
8972026-05-29T14:10:05.168Z Downloaded rustc_version v0.1.7
8982026-05-29T14:10:05.171Z Downloaded russh-cryptovec v0.7.3
8992026-05-29T14:10:05.171Z Downloaded rtoolbox v0.0.3
9002026-05-29T14:10:05.171Z Downloaded proc-macro-error2 v2.0.1
9012026-05-29T14:10:05.171Z Downloaded primeorder v0.13.6
9022026-05-29T14:10:05.171Z Downloaded parking_lot_core v0.9.12
9032026-05-29T14:10:05.174Z Downloaded rfc6979 v0.4.0
9042026-05-29T14:10:05.174Z Downloaded psm v0.1.30
9052026-05-29T14:10:05.174Z Downloaded ed25519-dalek v2.2.0
9062026-05-29T14:10:05.177Z Downloaded async-compression v0.4.41
9072026-05-29T14:10:05.179Z Downloaded r2d2 v0.8.10
9082026-05-29T14:10:05.182Z Downloaded arc-swap v1.8.2
9092026-05-29T14:10:05.185Z Downloaded rand_seeder v0.4.0
9102026-05-29T14:10:05.185Z Downloaded pkcs5 v0.7.1
9112026-05-29T14:10:05.188Z Downloaded libbz2-rs-sys v0.2.2
9122026-05-29T14:10:05.188Z Downloaded postgres-types v0.2.12
9132026-05-29T14:10:05.191Z Downloaded oso v0.27.3
9142026-05-29T14:10:05.194Z Downloaded postcard v1.1.3
9152026-05-29T14:10:05.194Z Downloaded poly1305 v0.8.0
9162026-05-29T14:10:05.197Z Downloaded rand_core v0.9.5
9172026-05-29T14:10:05.197Z Downloaded rand_core v0.6.4
9182026-05-29T14:10:05.197Z Downloaded rand_chacha v0.9.0
9192026-05-29T14:10:05.200Z Downloaded same-file v1.0.6
9202026-05-29T14:10:05.200Z Downloaded hashbrown v0.13.2
9212026-05-29T14:10:05.203Z Downloaded salsa20 v0.10.2
9222026-05-29T14:10:05.203Z Downloaded expectorate v1.2.0
9232026-05-29T14:10:05.206Z Downloaded pkcs1 v0.7.5
9242026-05-29T14:10:05.206Z Downloaded scroll_derive v0.13.1
9252026-05-29T14:10:05.206Z Downloaded sapling-renderdag v0.1.0
9262026-05-29T14:10:05.209Z Downloaded p256 v0.13.2
9272026-05-29T14:10:05.209Z Downloaded peg-macros v0.8.5
9282026-05-29T14:10:05.212Z Downloaded hickory-resolver v0.24.4
9292026-05-29T14:10:05.215Z Downloaded serde-big-array v0.5.1
9302026-05-29T14:10:05.215Z Downloaded seq-macro v0.3.6
9312026-05-29T14:10:05.217Z Downloaded secrecy v0.8.0
9322026-05-29T14:10:05.217Z Downloaded scrypt v0.11.0
9332026-05-29T14:10:05.218Z Downloaded scopeguard v1.2.0
9342026-05-29T14:10:05.218Z Downloaded rand_chacha v0.3.1
9352026-05-29T14:10:05.220Z Downloaded precomputed-hash v0.1.1
9362026-05-29T14:10:05.220Z Downloaded papergrid v0.17.0
9372026-05-29T14:10:05.223Z Downloaded miniz_oxide v0.8.9
9382026-05-29T14:10:05.226Z Downloaded litrs v1.0.0
9392026-05-29T14:10:05.226Z Downloaded serde_spanned v1.0.4
9402026-05-29T14:10:05.229Z Downloaded serde_repr v0.1.20
9412026-05-29T14:10:05.229Z Downloaded serde_plain v1.0.2
9422026-05-29T14:10:05.229Z Downloaded semver v0.1.20
9432026-05-29T14:10:05.232Z Downloaded rustls-pemfile v1.0.4
9442026-05-29T14:10:05.232Z Downloaded rustc-hash v2.1.1
9452026-05-29T14:10:05.232Z Downloaded pin-project-lite v0.2.17
9462026-05-29T14:10:05.235Z Downloaded pin-project v1.1.11
9472026-05-29T14:10:05.242Z Downloaded rand_core v0.10.0
9482026-05-29T14:10:05.245Z Downloaded quinn-udp v0.5.14
9492026-05-29T14:10:05.245Z Downloaded openssl-sys v0.9.115
9502026-05-29T14:10:05.248Z Downloaded sigpipe v0.1.3
9512026-05-29T14:10:05.250Z Downloaded resolv-conf v0.7.6
9522026-05-29T14:10:05.251Z Downloaded signal-hook-tokio v0.3.1
9532026-05-29T14:10:05.251Z Downloaded rustls-pemfile v2.2.0
9542026-05-29T14:10:05.254Z Downloaded sha1 v0.10.6
9552026-05-29T14:10:05.254Z Downloaded signal-hook-mio v0.2.5
9562026-05-29T14:10:05.254Z Downloaded shell-words v1.1.1
9572026-05-29T14:10:05.256Z Downloaded slog-bunyan v2.5.0
9582026-05-29T14:10:05.256Z Downloaded serde_urlencoded v0.7.1
9592026-05-29T14:10:05.257Z Downloaded jiff-static v0.2.21
9602026-05-29T14:10:05.260Z Downloaded hickory-resolver v0.25.2
9612026-05-29T14:10:05.262Z Downloaded rustls-native-certs v0.8.3
9622026-05-29T14:10:05.262Z Downloaded hyper-util v0.1.20
9632026-05-29T14:10:05.266Z Downloaded serde_bytes v0.11.19
9642026-05-29T14:10:05.269Z Downloaded sec1 v0.7.3
9652026-05-29T14:10:05.269Z Downloaded sct v0.7.1
9662026-05-29T14:10:05.272Z Downloaded schemars_derive v0.8.22
9672026-05-29T14:10:05.272Z Downloaded rusty-fork v0.3.1
9682026-05-29T14:10:05.274Z Downloaded slog-envlogger v2.2.0
9692026-05-29T14:10:05.275Z Downloaded progenitor-impl v0.13.0
9702026-05-29T14:10:05.278Z Downloaded siphasher v1.0.2
9712026-05-29T14:10:05.278Z Downloaded progenitor-impl v0.11.2
9722026-05-29T14:10:05.278Z Downloaded scheduled-thread-pool v0.2.7
9732026-05-29T14:10:05.280Z Downloaded http v1.4.0
9742026-05-29T14:10:05.281Z Downloaded hickory-server v0.25.2
9752026-05-29T14:10:05.283Z Downloaded aho-corasick v1.1.4
9762026-05-29T14:10:05.286Z Downloaded oxnet v0.1.4
9772026-05-29T14:10:05.289Z Downloaded memmap2 v0.9.10
9782026-05-29T14:10:05.289Z Downloaded serde_path_to_error v0.1.20
9792026-05-29T14:10:05.292Z Downloaded secrecy v0.10.3
9802026-05-29T14:10:05.292Z Downloaded russh-keys v0.45.0
9812026-05-29T14:10:05.292Z Downloaded linear-map v1.2.0
9822026-05-29T14:10:05.295Z Downloaded ignore v0.4.25
9832026-05-29T14:10:05.295Z Downloaded getrandom v0.2.17
9842026-05-29T14:10:05.298Z Downloaded const_format v0.2.35
9852026-05-29T14:10:05.301Z Downloaded scroll v0.13.0
9862026-05-29T14:10:05.301Z Downloaded compact_str v0.8.1
9872026-05-29T14:10:05.304Z Downloaded cc v1.2.56
9882026-05-29T14:10:05.304Z Downloaded serde_with_macros v1.5.2
9892026-05-29T14:10:05.307Z Downloaded serde-hex v0.1.0
9902026-05-29T14:10:05.307Z Downloaded sqlparser_derive v0.5.0
9912026-05-29T14:10:05.307Z Downloaded crypto-bigint v0.5.5
9922026-05-29T14:10:05.312Z Downloaded ssh-encoding v0.2.0
9932026-05-29T14:10:05.315Z Downloaded ssh-cipher v0.2.0
9942026-05-29T14:10:05.315Z Downloaded serde_derive_internals v0.29.1
9952026-05-29T14:10:05.318Z Downloaded elliptic-curve v0.13.8
9962026-05-29T14:10:05.318Z Downloaded newtype-uuid v1.3.2
9972026-05-29T14:10:05.321Z Downloaded signature v2.2.0
9982026-05-29T14:10:05.321Z Downloaded shlex v1.3.0
9992026-05-29T14:10:05.321Z Downloaded rustversion v1.0.22
10002026-05-29T14:10:05.324Z Downloaded strip-ansi-escapes v0.2.1
10012026-05-29T14:10:05.324Z Downloaded structmeta-derive v0.3.0
10022026-05-29T14:10:05.327Z Downloaded structmeta v0.3.0
10032026-05-29T14:10:05.327Z Downloaded strsim v0.10.0
10042026-05-29T14:10:05.327Z Downloaded progenitor-impl v0.14.0
10052026-05-29T14:10:05.330Z Downloaded simd-adler32 v0.3.8
10062026-05-29T14:10:05.330Z Downloaded signal-hook-registry v1.4.8
10072026-05-29T14:10:05.333Z Downloaded half v2.7.1
10082026-05-29T14:10:05.333Z Downloaded strum v0.27.2
10092026-05-29T14:10:05.335Z Downloaded aes v0.8.4
10102026-05-29T14:10:05.335Z Downloaded strum v0.26.3
10112026-05-29T14:10:05.338Z Downloaded darling_core v0.20.11
10122026-05-29T14:10:05.341Z Downloaded mime_guess v2.0.5
10132026-05-29T14:10:05.341Z Downloaded slog-scope v4.4.1
10142026-05-29T14:10:05.344Z Downloaded slog-term v2.9.2
10152026-05-29T14:10:05.344Z Downloaded sync-ptr v0.1.4
10162026-05-29T14:10:05.347Z Downloaded supports-color v3.0.2
10172026-05-29T14:10:05.347Z Downloaded sync_wrapper v1.0.2
10182026-05-29T14:10:05.347Z Downloaded slog-dtrace v0.3.0
10192026-05-29T14:10:05.347Z Downloaded slog-async v2.8.0
10202026-05-29T14:10:05.350Z Downloaded slab v0.4.12
10212026-05-29T14:10:05.353Z Downloaded crossterm v0.29.0
10222026-05-29T14:10:05.356Z Downloaded tagptr v0.2.0
10232026-05-29T14:10:05.358Z Downloaded tabwriter v1.4.1
10242026-05-29T14:10:05.361Z Downloaded take_mut v0.2.2
10252026-05-29T14:10:05.364Z Downloaded tabled_derive v0.11.0
10262026-05-29T14:10:05.364Z Downloaded tap v1.0.1
10272026-05-29T14:10:05.367Z Downloaded dropshot-api-manager v0.7.2
10282026-05-29T14:10:05.370Z Downloaded prefix-trie v0.7.0
10292026-05-29T14:10:05.370Z Downloaded termtree v0.5.1
10302026-05-29T14:10:05.373Z Downloaded snafu-derive v0.8.9
10312026-05-29T14:10:05.373Z Downloaded slog-json v2.6.1
10322026-05-29T14:10:05.376Z Downloaded prettyplease v0.2.37
10332026-05-29T14:10:05.376Z Downloaded pretty_assertions v1.4.1
10342026-05-29T14:10:05.379Z Downloaded sqlformat v0.3.5
10352026-05-29T14:10:05.379Z Downloaded testing_table v0.3.0
10362026-05-29T14:10:05.379Z Downloaded slog-stdlog v4.1.1
10372026-05-29T14:10:05.382Z Downloaded minimal-lexical v0.2.1
10382026-05-29T14:10:05.385Z Downloaded spki v0.7.3
10392026-05-29T14:10:05.385Z Downloaded rustls-pki-types v1.14.0
10402026-05-29T14:10:05.388Z Downloaded tinyvec_macros v0.1.1
10412026-05-29T14:10:05.388Z Downloaded mio v1.2.0
10422026-05-29T14:10:05.390Z Downloaded thread-id v5.1.0
10432026-05-29T14:10:05.393Z Downloaded subtle v2.6.1
10442026-05-29T14:10:05.393Z Downloaded ryu v1.0.23
10452026-05-29T14:10:05.397Z Downloaded rayon-core v1.13.0
10462026-05-29T14:10:05.399Z Downloaded itertools v0.10.5
10472026-05-29T14:10:05.402Z Downloaded ron v0.8.1
10482026-05-29T14:10:05.405Z Downloaded rcgen v0.12.1
10492026-05-29T14:10:05.408Z Downloaded support-bundle-viewer v0.1.2
10502026-05-29T14:10:05.408Z Downloaded smallvec v0.6.14
10512026-05-29T14:10:05.408Z Downloaded serde_with_macros v3.17.0
10522026-05-29T14:10:05.411Z Downloaded thiserror-impl-no-std v2.0.2
10532026-05-29T14:10:05.411Z Downloaded static_assertions v1.1.0
10542026-05-29T14:10:05.413Z Downloaded rustls-platform-verifier v0.6.2
10552026-05-29T14:10:05.417Z Downloaded stringprep v0.1.5
10562026-05-29T14:10:05.417Z Downloaded string_cache v0.8.9
10572026-05-29T14:10:05.417Z Downloaded libxml v0.3.3
10582026-05-29T14:10:05.425Z Downloaded topological-sort v0.2.2
10592026-05-29T14:10:05.427Z Downloaded publicsuffix v2.3.0
10602026-05-29T14:10:05.430Z Downloaded strum_macros v0.26.4
10612026-05-29T14:10:05.433Z Downloaded quinn v0.11.9
10622026-05-29T14:10:05.436Z Downloaded strum_macros v0.24.3
10632026-05-29T14:10:05.439Z Downloaded time-core v0.1.8
10642026-05-29T14:10:05.442Z Downloaded thread_local v1.1.9
10652026-05-29T14:10:05.442Z Downloaded thiserror-no-std v2.0.2
10662026-05-29T14:10:05.446Z Downloaded schemars v0.8.22
10672026-05-29T14:10:05.453Z Downloaded try-lock v0.2.5
10682026-05-29T14:10:05.456Z Downloaded trait-variant v0.1.2
10692026-05-29T14:10:05.456Z Downloaded tls_codec_derive v0.4.2
10702026-05-29T14:10:05.456Z Downloaded tls_codec v0.4.2
10712026-05-29T14:10:05.459Z Downloaded tiny-keccak v2.0.2
10722026-05-29T14:10:05.459Z Downloaded smf v0.2.3
10732026-05-29T14:10:05.462Z Downloaded tower-service v0.3.3
10742026-05-29T14:10:05.462Z Downloaded spin v0.9.8
10752026-05-29T14:10:05.462Z Downloaded nom v7.1.3
10762026-05-29T14:10:05.465Z Downloaded strum_macros v0.27.2
10772026-05-29T14:10:05.468Z Downloaded tokio-native-tls v0.3.1
10782026-05-29T14:10:05.471Z Downloaded stacker v0.1.23
10792026-05-29T14:10:05.471Z Downloaded itertools v0.12.1
10802026-05-29T14:10:05.475Z Downloaded typify-macro v0.4.3
10812026-05-29T14:10:05.477Z Downloaded tokio-tungstenite v0.21.0
10822026-05-29T14:10:05.477Z Downloaded hashbrown v0.12.3
10832026-05-29T14:10:05.480Z Downloaded tokio-macros v2.7.0
10842026-05-29T14:10:05.480Z Downloaded tokio-dtrace v0.1.1
10852026-05-29T14:10:05.483Z Downloaded serde_cbor v0.11.2
10862026-05-29T14:10:05.483Z Downloaded typify-macro v0.6.2
10872026-05-29T14:10:05.486Z Downloaded qorb v0.4.1
10882026-05-29T14:10:05.489Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10892026-05-29T14:10:05.489Z Downloaded utf-8 v0.7.6
10902026-05-29T14:10:05.489Z Downloaded usdt-attr-macro v0.6.0
10912026-05-29T14:10:05.492Z Downloaded unit-prefix v0.5.2
10922026-05-29T14:10:05.492Z Downloaded unicode-truncate v1.1.0
10932026-05-29T14:10:05.492Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10942026-05-29T14:10:05.495Z Downloaded termios v0.3.3
10952026-05-29T14:10:05.495Z Downloaded term v0.7.0
10962026-05-29T14:10:05.498Z Downloaded hyper v1.8.1
10972026-05-29T14:10:05.502Z Downloaded socket2 v0.6.3
10982026-05-29T14:10:05.505Z Downloaded tokio-rustls v0.25.0
10992026-05-29T14:10:05.505Z Downloaded slog v2.8.2
11002026-05-29T14:10:05.508Z Downloaded socket2 v0.5.10
11012026-05-29T14:10:05.508Z Downloaded universal-hash v0.5.1
11022026-05-29T14:10:05.508Z Downloaded toml_writer v1.0.6+spec-1.1.0
11032026-05-29T14:10:05.511Z Downloaded time-macros v0.2.27
11042026-05-29T14:10:05.511Z Downloaded usdt-macro v0.6.0
11052026-05-29T14:10:05.511Z Downloaded usdt v0.6.0
11062026-05-29T14:10:05.514Z Downloaded untrusted v0.9.0
11072026-05-29T14:10:05.514Z Downloaded tokio-tungstenite v0.23.1
11082026-05-29T14:10:05.514Z Downloaded iri-string v0.7.10
11092026-05-29T14:10:05.518Z Downloaded serde_yaml v0.9.34+deprecated
11102026-05-29T14:10:05.521Z Downloaded tui-tree-widget v0.23.1
11112026-05-29T14:10:05.524Z Downloaded wait-timeout v0.2.1
11122026-05-29T14:10:05.524Z Downloaded rand v0.8.6
11132026-05-29T14:10:05.526Z Downloaded waitgroup v0.1.2
11142026-05-29T14:10:05.527Z Downloaded schemars v0.9.0
11152026-05-29T14:10:05.533Z Downloaded tower-layer v0.3.3
11162026-05-29T14:10:05.536Z Downloaded term v1.2.1
11172026-05-29T14:10:05.536Z Downloaded void v1.0.2
11182026-05-29T14:10:05.539Z Downloaded subprocess v0.2.15
11192026-05-29T14:10:05.539Z Downloaded want v0.3.1
11202026-05-29T14:10:05.542Z Downloaded itertools v0.13.0
11212026-05-29T14:10:05.544Z Downloaded tokio-stream v0.1.18
11222026-05-29T14:10:05.547Z Downloaded num-bigint v0.4.6
11232026-05-29T14:10:05.550Z Downloaded rsa v0.9.10
11242026-05-29T14:10:05.553Z Downloaded tokio-rustls v0.24.1
11252026-05-29T14:10:05.555Z Downloaded num-bigint-dig v0.8.6
11262026-05-29T14:10:05.558Z Downloaded hashbrown v0.15.5
11272026-05-29T14:10:05.561Z Downloaded xshell-macros v0.2.7
11282026-05-29T14:10:05.561Z Downloaded hashbrown v0.16.1
11292026-05-29T14:10:05.564Z Downloaded xattr v1.6.1
11302026-05-29T14:10:05.567Z Downloaded unicase v2.9.0
11312026-05-29T14:10:05.567Z Downloaded tokio-rustls v0.26.4
11322026-05-29T14:10:05.567Z Downloaded toml_parser v1.0.9+spec-1.1.0
11332026-05-29T14:10:05.570Z Downloaded snafu v0.8.9
11342026-05-29T14:10:05.573Z Downloaded curve25519-dalek v4.1.3
11352026-05-29T14:10:05.577Z Downloaded vergen-lib v0.1.6
11362026-05-29T14:10:05.580Z Downloaded uzers v0.12.2
11372026-05-29T14:10:05.580Z Downloaded unarray v0.1.4
11382026-05-29T14:10:05.583Z Downloaded samael v0.0.19
11392026-05-29T14:10:05.585Z Downloaded zeroize_derive v1.4.3
11402026-05-29T14:10:05.586Z Downloaded rand v0.10.0
11412026-05-29T14:10:05.588Z Downloaded vergen-git2 v9.1.0
11422026-05-29T14:10:05.588Z Downloaded futures-util v0.3.32
11432026-05-29T14:10:05.595Z Downloaded zone_cfg_derive v0.3.1
11442026-05-29T14:10:05.598Z Downloaded zone v0.3.1
11452026-05-29T14:10:05.598Z Downloaded vergen-lib v9.1.0
11462026-05-29T14:10:05.598Z Downloaded schemars v1.2.1
11472026-05-29T14:10:05.606Z Downloaded whoami v2.1.0
11482026-05-29T14:10:05.609Z Downloaded vergen-gitcl v1.0.8
11492026-05-29T14:10:05.609Z Downloaded twox-hash v2.1.2
11502026-05-29T14:10:05.612Z Downloaded tracing-attributes v0.1.31
11512026-05-29T14:10:05.612Z Downloaded itertools v0.14.0
11522026-05-29T14:10:05.616Z Downloaded russh v0.45.0
11532026-05-29T14:10:05.619Z Downloaded wyz v0.5.1
11542026-05-29T14:10:05.622Z Downloaded rand v0.9.2
11552026-05-29T14:10:05.625Z Downloaded usdt-impl v0.6.0
11562026-05-29T14:10:05.625Z Downloaded zeroize v1.8.2
11572026-05-29T14:10:05.625Z Downloaded whoami v1.6.1
11582026-05-29T14:10:05.628Z Downloaded libm v0.2.16
11592026-05-29T14:10:05.631Z Downloaded toml v1.0.6+spec-1.1.0
11602026-05-29T14:10:05.634Z Downloaded tinyvec v1.10.0
11612026-05-29T14:10:05.637Z Downloaded test-strategy v0.4.5
11622026-05-29T14:10:05.639Z Downloaded unicode-properties v0.1.4
11632026-05-29T14:10:05.639Z Downloaded rustls-webpki v0.103.9
11642026-05-29T14:10:05.642Z Downloaded steno v0.4.1
11652026-05-29T14:10:05.645Z Downloaded toml v0.7.8
11662026-05-29T14:10:05.645Z Downloaded vergen v9.1.0
11672026-05-29T14:10:05.648Z Downloaded tungstenite v0.21.0
11682026-05-29T14:10:05.651Z Downloaded zstd v0.13.3
11692026-05-29T14:10:05.651Z Downloaded p521 v0.13.3
11702026-05-29T14:10:05.654Z Downloaded zstd-safe v7.2.4
11712026-05-29T14:10:05.654Z Downloaded rustyline v14.0.0
11722026-05-29T14:10:05.657Z Downloaded tar v0.4.45
11732026-05-29T14:10:05.660Z Downloaded tracing-core v0.1.36
11742026-05-29T14:10:05.660Z Downloaded h2 v0.4.13
11752026-05-29T14:10:05.664Z Downloaded vsss-rs v3.3.4
11762026-05-29T14:10:05.666Z Downloaded untrusted v0.7.1
11772026-05-29T14:10:05.667Z Downloaded similar v2.7.0
11782026-05-29T14:10:05.669Z Downloaded walkdir v2.5.0
11792026-05-29T14:10:05.672Z Downloaded signal-hook v0.3.18
11802026-05-29T14:10:05.672Z Downloaded unicode-bidi v0.3.18
11812026-05-29T14:10:05.675Z Downloaded unsafe-libyaml v0.2.11
11822026-05-29T14:10:05.678Z Downloaded yasna v0.5.2
11832026-05-29T14:10:05.678Z Downloaded typify v0.4.3
11842026-05-29T14:10:05.686Z Downloaded xshell v0.2.7
11852026-05-29T14:10:05.695Z Downloaded vte v0.14.1
11862026-05-29T14:10:05.700Z Downloaded tokio-postgres v0.7.16
11872026-05-29T14:10:05.703Z Downloaded typify v0.6.2
11882026-05-29T14:10:05.706Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-05-29T14:10:05.709Z Downloaded blake3 v1.8.3
11902026-05-29T14:10:05.713Z Downloaded tungstenite v0.23.0
11912026-05-29T14:10:05.716Z Downloaded toml_edit v0.19.15
11922026-05-29T14:10:05.726Z Downloaded serde_with v1.14.0
11932026-05-29T14:10:05.729Z Downloaded ssh-key v0.6.7
11942026-05-29T14:10:05.733Z Downloaded rpassword v7.4.0
11952026-05-29T14:10:05.737Z Downloaded zerocopy v0.6.6
11962026-05-29T14:10:05.740Z Downloaded git2 v0.20.4
11972026-05-29T14:10:05.745Z Downloaded uuid v1.23.0
11982026-05-29T14:10:05.750Z Downloaded reedline v0.40.0
11992026-05-29T14:10:05.754Z Downloaded reqwest v0.13.2
12002026-05-29T14:10:05.758Z Downloaded reqwest v0.12.28
12012026-05-29T14:10:05.763Z Downloaded yansi v1.0.1
12022026-05-29T14:10:05.770Z Downloaded zip v0.6.6
12032026-05-29T14:10:05.773Z Downloaded hkdf v0.12.4
12042026-05-29T14:10:05.776Z Downloaded portable-atomic v1.13.1
12052026-05-29T14:10:05.780Z Downloaded iddqd v0.4.2
12062026-05-29T14:10:05.785Z Downloaded unicode_categories v0.1.1
12072026-05-29T14:10:05.788Z Downloaded bitvec v1.0.1
12082026-05-29T14:10:05.798Z Downloaded zopfli v0.8.3
12092026-05-29T14:10:05.798Z Downloaded regex v1.12.3
12102026-05-29T14:10:05.801Z Downloaded bindgen v0.71.1
12112026-05-29T14:10:05.804Z Downloaded tower v0.5.3
12122026-05-29T14:10:05.809Z Downloaded aws-lc-rs v1.16.3
12132026-05-29T14:10:05.815Z Downloaded rayon v1.11.0
12142026-05-29T14:10:05.820Z Downloaded x509-cert v0.2.5
12152026-05-29T14:10:05.823Z Downloaded p384 v0.13.1
12162026-05-29T14:10:05.831Z Downloaded lalrpop v0.19.12
12172026-05-29T14:10:05.837Z Downloaded zerocopy-derive v0.8.40
12182026-05-29T14:10:05.842Z Downloaded goblin v0.10.5
12192026-05-29T14:10:05.847Z Downloaded quick-xml v0.37.5
12202026-05-29T14:10:05.850Z Downloaded typed-path v0.9.3
12212026-05-29T14:10:05.853Z Downloaded unicode-segmentation v1.12.0
12222026-05-29T14:10:05.856Z Downloaded petname v2.0.2
12232026-05-29T14:10:05.859Z Downloaded moka v0.12.13
12242026-05-29T14:10:05.864Z Downloaded zip v4.6.1
12252026-05-29T14:10:05.867Z Downloaded tough v0.22.0
12262026-05-29T14:10:05.870Z Downloaded rustls-webpki v0.101.7
12272026-05-29T14:10:05.879Z Downloaded salty v0.3.0
12282026-05-29T14:10:05.882Z Downloaded unicode-normalization v0.1.25
12292026-05-29T14:10:05.885Z Downloaded proptest v1.11.0
12302026-05-29T14:10:05.889Z Downloaded tower-http v0.6.8
12312026-05-29T14:10:05.900Z Downloaded rustls-webpki v0.102.8
12322026-05-29T14:10:05.909Z Downloaded tokio-util v0.7.18
12332026-05-29T14:10:05.914Z Downloaded serde_with v3.17.0
12342026-05-29T14:10:05.921Z Downloaded quinn-proto v0.11.13
12352026-05-29T14:10:05.934Z Downloaded object v0.30.4
12362026-05-29T14:10:05.956Z Downloaded radix_trie v0.2.1
12372026-05-29T14:10:05.966Z Downloaded nix v0.27.1
12382026-05-29T14:10:05.972Z Downloaded tabled v0.20.0
12392026-05-29T14:10:05.982Z Downloaded winnow v0.6.26
12402026-05-29T14:10:05.987Z Downloaded polar-core v0.27.3
12412026-05-29T14:10:05.992Z Downloaded winnow v0.5.40
12422026-05-29T14:10:05.997Z Downloaded time v0.3.47
12432026-05-29T14:10:06.006Z Downloaded rustls v0.21.12
12442026-05-29T14:10:06.012Z Downloaded vcpkg v0.2.15
12452026-05-29T14:10:06.036Z Downloaded zlib-rs v0.6.2
12462026-05-29T14:10:06.039Z Downloaded openssl v0.10.79
12472026-05-29T14:10:06.044Z Downloaded bstr v1.12.1
12482026-05-29T14:10:06.049Z Downloaded smoltcp v0.9.1
12492026-05-29T14:10:06.056Z Downloaded regex-syntax v0.6.29
12502026-05-29T14:10:06.060Z Downloaded hickory-proto v0.25.2
12512026-05-29T14:10:06.069Z Downloaded smoltcp v0.11.0
12522026-05-29T14:10:06.076Z Downloaded regex-syntax v0.8.10
12532026-05-29T14:10:06.080Z Downloaded nix v0.31.2
12542026-05-29T14:10:06.087Z Downloaded webpki-roots v1.0.6
12552026-05-29T14:10:06.090Z Downloaded regress v0.10.5
12562026-05-29T14:10:06.095Z Downloaded rustls v0.23.37
12572026-05-29T14:10:06.102Z Downloaded zerocopy v0.8.40
12582026-05-29T14:10:06.108Z Downloaded hickory-proto v0.24.4
12592026-05-29T14:10:06.116Z Downloaded rustls v0.22.4
12602026-05-29T14:10:06.125Z Downloaded regress v0.11.1
12612026-05-29T14:10:06.130Z Downloaded nix v0.28.0
12622026-05-29T14:10:06.137Z Downloaded sqlparser v0.61.0
12632026-05-29T14:10:06.142Z Downloaded rustix v0.38.44
12642026-05-29T14:10:06.156Z Downloaded sled v0.34.7
12652026-05-29T14:10:06.161Z Downloaded openapiv3 v2.2.0
12662026-05-29T14:10:06.168Z Downloaded diesel v2.3.7
12672026-05-29T14:10:06.180Z Downloaded typify-impl v0.6.2
12682026-05-29T14:10:06.188Z Downloaded typify-impl v0.4.3
12692026-05-29T14:10:06.197Z Downloaded tracing v0.1.44
12702026-05-29T14:10:06.210Z Downloaded object v0.37.3
12712026-05-29T14:10:06.217Z Downloaded dropshot v0.17.0
12722026-05-29T14:10:06.251Z Downloaded petgraph v0.8.3
12732026-05-29T14:10:06.264Z Downloaded csv v1.4.0
12742026-05-29T14:10:06.277Z Downloaded tokio v1.52.1
12752026-05-29T14:10:06.301Z Downloaded ratatui v0.29.0
12762026-05-29T14:10:06.320Z Downloaded encoding_rs v0.8.35
12772026-05-29T14:10:06.339Z Downloaded bzip2-sys v0.1.13+1.0.8
12782026-05-29T14:10:06.352Z Downloaded regex-automata v0.4.14
12792026-05-29T14:10:06.360Z Downloaded zerocopy-derive v0.6.6
12802026-05-29T14:10:06.386Z Downloaded petgraph v0.6.5
12812026-05-29T14:10:06.397Z Downloaded chrono-tz v0.10.4
12822026-05-29T14:10:06.411Z Downloaded jiff v0.2.21
12832026-05-29T14:10:06.447Z Downloaded libz-sys v1.1.24
12842026-05-29T14:10:06.459Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-05-29T14:10:06.470Z Downloaded sha3 v0.10.8
12862026-05-29T14:10:06.555Z Downloaded ring v0.17.14
12872026-05-29T14:10:06.615Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-29T14:10:07.110Z Downloaded aws-lc-sys v0.40.0
12892026-05-29T14:10:07.367Z Compiling libc v0.2.185
12902026-05-29T14:10:07.367Z Compiling serde v1.0.228
12912026-05-29T14:10:07.370Z Compiling log v0.4.29
12922026-05-29T14:10:07.370Z Compiling find-msvc-tools v0.1.9
12932026-05-29T14:10:07.370Z Compiling shlex v1.3.0
12942026-05-29T14:10:07.370Z Compiling smallvec v1.15.1
12952026-05-29T14:10:07.370Z Compiling typenum v1.19.0
12962026-05-29T14:10:07.370Z Compiling subtle v2.6.1
12972026-05-29T14:10:07.531Z Compiling generic-array v0.14.7
12982026-05-29T14:10:07.534Z Compiling scopeguard v1.2.0
12992026-05-29T14:10:07.563Z Compiling const-oid v0.9.6
13002026-05-29T14:10:07.628Z Compiling serde_json v1.0.149
13012026-05-29T14:10:07.641Z Compiling syn v2.0.117
13022026-05-29T14:10:07.644Z Compiling zerocopy v0.8.40
13032026-05-29T14:10:07.644Z Compiling parking_lot_core v0.9.12
13042026-05-29T14:10:07.685Z Compiling lock_api v0.4.14
13052026-05-29T14:10:07.700Z Compiling pin-project-lite v0.2.17
13062026-05-29T14:10:07.719Z Compiling portable-atomic v1.13.1
13072026-05-29T14:10:07.719Z Compiling pkg-config v0.3.32
13082026-05-29T14:10:07.722Z Compiling bitflags v2.11.0
13092026-05-29T14:10:07.821Z Compiling libm v0.2.16
13102026-05-29T14:10:07.841Z Compiling futures-core v0.3.32
13112026-05-29T14:10:07.845Z Compiling critical-section v1.2.0
13122026-05-29T14:10:07.932Z Compiling num-traits v0.2.19
13132026-05-29T14:10:07.963Z Compiling percent-encoding v2.3.2
13142026-05-29T14:10:08.009Z Compiling futures-sink v0.3.32
13152026-05-29T14:10:08.024Z Compiling futures-io v0.3.32
13162026-05-29T14:10:08.024Z Compiling getrandom v0.4.1
13172026-05-29T14:10:08.038Z Compiling cpufeatures v0.2.17
13182026-05-29T14:10:08.070Z Compiling futures-task v0.3.32
13192026-05-29T14:10:08.161Z Compiling futures-channel v0.3.32
13202026-05-29T14:10:08.165Z Compiling slab v0.4.12
13212026-05-29T14:10:08.192Z Compiling rand_core v0.10.0
13222026-05-29T14:10:08.207Z Compiling indexmap v2.14.0
13232026-05-29T14:10:08.235Z Compiling rustversion v1.0.22
13242026-05-29T14:10:08.283Z Compiling getrandom v0.3.4
13252026-05-29T14:10:08.344Z Compiling form_urlencoded v1.2.2
13262026-05-29T14:10:08.347Z Compiling dunce v1.0.5
13272026-05-29T14:10:08.347Z Compiling fs_extra v1.3.0
13282026-05-29T14:10:08.389Z Compiling base64ct v1.8.3
13292026-05-29T14:10:08.454Z Compiling ident_case v1.0.1
13302026-05-29T14:10:08.509Z Compiling getrandom v0.2.17
13312026-05-29T14:10:08.512Z Compiling jobserver v0.1.34
13322026-05-29T14:10:08.541Z Compiling errno v0.3.14
13332026-05-29T14:10:08.614Z Compiling mio v1.2.0
13342026-05-29T14:10:08.646Z Compiling socket2 v0.6.3
13352026-05-29T14:10:08.687Z Compiling rand_core v0.6.4
13362026-05-29T14:10:08.715Z Compiling signal-hook-registry v1.4.8
13372026-05-29T14:10:08.765Z Compiling cc v1.2.56
13382026-05-29T14:10:08.800Z Compiling parking_lot v0.12.5
13392026-05-29T14:10:08.881Z Compiling once_cell v1.21.3
13402026-05-29T14:10:08.934Z Compiling pem-rfc7468 v0.7.0
13412026-05-29T14:10:08.956Z Compiling regex-syntax v0.8.10
13422026-05-29T14:10:08.981Z Compiling flagset v0.4.7
13432026-05-29T14:10:09.004Z Compiling rustix v1.1.3
13442026-05-29T14:10:09.048Z Compiling iana-time-zone v0.1.65
13452026-05-29T14:10:09.104Z Compiling aws-lc-rs v1.16.3
13462026-05-29T14:10:09.137Z Compiling vcpkg v0.2.15
13472026-05-29T14:10:09.155Z Compiling tracing-core v0.1.36
13482026-05-29T14:10:09.155Z Compiling uuid v1.23.0
13492026-05-29T14:10:09.223Z Compiling rustc_version v0.4.1
13502026-05-29T14:10:09.242Z Compiling base64 v0.22.1
13512026-05-29T14:10:09.275Z Compiling httparse v1.10.1
13522026-05-29T14:10:09.289Z Compiling untrusted v0.7.1
13532026-05-29T14:10:09.441Z Compiling rand_core v0.9.5
13542026-05-29T14:10:09.456Z Compiling openssl-probe v0.2.1
13552026-05-29T14:10:09.470Z Compiling tinyvec_macros v0.1.1
13562026-05-29T14:10:09.523Z Compiling untrusted v0.9.0
13572026-05-29T14:10:09.554Z Compiling tinyvec v1.10.0
13582026-05-29T14:10:09.570Z Compiling cmake v0.1.57
13592026-05-29T14:10:09.588Z Compiling aho-corasick v1.1.4
13602026-05-29T14:10:09.610Z Compiling rustls v0.23.37
13612026-05-29T14:10:09.669Z Compiling try-lock v0.2.5
13622026-05-29T14:10:09.699Z Compiling atomic-waker v1.1.2
13632026-05-29T14:10:09.738Z Compiling tower-layer v0.3.3
13642026-05-29T14:10:09.754Z Compiling tower-service v0.3.3
13652026-05-29T14:10:09.771Z Compiling dyn-clone v1.0.20
13662026-05-29T14:10:09.816Z Compiling schemars v0.8.22
13672026-05-29T14:10:09.831Z Compiling want v0.3.1
13682026-05-29T14:10:09.862Z Compiling pin-utils v0.1.0
13692026-05-29T14:10:09.878Z Compiling foreign-types-shared v0.1.1
13702026-05-29T14:10:09.920Z Compiling openssl v0.10.79
13712026-05-29T14:10:09.936Z Compiling httpdate v1.0.3
13722026-05-29T14:10:09.952Z Compiling foreign-types v0.3.2
13732026-05-29T14:10:09.953Z Compiling unicode-normalization v0.1.25
13742026-05-29T14:10:09.957Z Compiling spin v0.9.8
13752026-05-29T14:10:09.968Z Compiling num-conv v0.2.0
13762026-05-29T14:10:10.011Z Compiling time-core v0.1.8
13772026-05-29T14:10:10.029Z Compiling powerfmt v0.2.0
13782026-05-29T14:10:10.046Z Compiling native-tls v0.2.18
13792026-05-29T14:10:10.049Z Compiling crc32fast v1.5.0
13802026-05-29T14:10:10.103Z Compiling wait-timeout v0.2.1
13812026-05-29T14:10:10.154Z Compiling sync_wrapper v1.0.2
13822026-05-29T14:10:10.184Z Compiling deranged v0.5.8
13832026-05-29T14:10:10.200Z Compiling simd-adler32 v0.3.8
13842026-05-29T14:10:10.203Z Compiling time-macros v0.2.27
13852026-05-29T14:10:10.203Z Compiling quick-error v1.2.3
13862026-05-29T14:10:10.246Z Compiling usdt-impl v0.6.0
13872026-05-29T14:10:10.263Z Compiling num_threads v0.1.7
13882026-05-29T14:10:10.291Z Compiling siphasher v1.0.2
13892026-05-29T14:10:10.321Z Compiling syn v1.0.109
13902026-05-29T14:10:10.369Z Compiling bit-vec v0.8.0
13912026-05-29T14:10:10.389Z Compiling crossbeam-utils v0.8.21
13922026-05-29T14:10:10.461Z Compiling rand_xorshift v0.4.0
13932026-05-29T14:10:10.533Z Compiling heapless v0.7.17
13942026-05-29T14:10:10.537Z Compiling slog v2.8.2
13952026-05-29T14:10:10.550Z Compiling aws-lc-sys v0.40.0
13962026-05-29T14:10:10.565Z Compiling ring v0.17.14
13972026-05-29T14:10:10.594Z Compiling openssl-sys v0.9.115
13982026-05-29T14:10:10.650Z Compiling regex-automata v0.4.14
13992026-05-29T14:10:10.679Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-05-29T14:10:10.722Z Compiling synstructure v0.13.2
14012026-05-29T14:10:10.722Z Compiling pest_generator v2.8.6
14022026-05-29T14:10:10.760Z Compiling serde_derive_internals v0.29.1
14032026-05-29T14:10:10.776Z Compiling darling_core v0.20.11
14042026-05-29T14:10:10.813Z Compiling tempfile v3.25.0
14052026-05-29T14:10:11.083Z Compiling rusty-fork v0.3.1
14062026-05-29T14:10:11.221Z Compiling darling_core v0.21.3
14072026-05-29T14:10:11.286Z Compiling bit-set v0.8.0
14082026-05-29T14:10:11.405Z Compiling bzip2-sys v0.1.13+1.0.8
14092026-05-29T14:10:11.421Z Compiling time v0.3.47
14102026-05-29T14:10:11.488Z Compiling thread-id v5.1.0
14112026-05-29T14:10:11.492Z Compiling cookie v0.18.1
14122026-05-29T14:10:11.519Z Compiling anyhow v1.0.102
14132026-05-29T14:10:11.522Z Compiling unarray v0.1.4
14142026-05-29T14:10:11.522Z Compiling unicode-properties v0.1.4
14152026-05-29T14:10:11.593Z Compiling zstd-safe v7.2.4
14162026-05-29T14:10:11.665Z Compiling paste v1.0.15
14172026-05-29T14:10:11.715Z Compiling unicode-bidi v0.3.18
14182026-05-29T14:10:11.730Z Compiling allocator-api2 v0.2.21
14192026-05-29T14:10:11.750Z Compiling iri-string v0.7.10
14202026-05-29T14:10:11.796Z Compiling adler2 v2.0.1
14212026-05-29T14:10:11.817Z Compiling ryu v1.0.23
14222026-05-29T14:10:11.864Z Compiling signal-hook v0.3.18
14232026-05-29T14:10:11.920Z Compiling miniz_oxide v0.8.9
14242026-05-29T14:10:12.090Z Compiling stringprep v0.1.5
14252026-05-29T14:10:12.276Z Compiling num-integer v0.1.46
14262026-05-29T14:10:12.301Z Compiling curve25519-dalek v4.1.3
14272026-05-29T14:10:12.508Z Compiling serde_derive v1.0.228
14282026-05-29T14:10:12.573Z Compiling zeroize_derive v1.4.3
14292026-05-29T14:10:12.588Z Compiling zerofrom-derive v0.1.6
14302026-05-29T14:10:12.643Z Compiling yoke-derive v0.8.1
14312026-05-29T14:10:12.646Z Compiling zerocopy-derive v0.8.40
14322026-05-29T14:10:12.672Z Compiling zerovec-derive v0.11.2
14332026-05-29T14:10:12.789Z Compiling displaydoc v0.2.5
14342026-05-29T14:10:13.095Z Compiling tokio-macros v2.7.0
14352026-05-29T14:10:13.188Z Compiling futures-macro v0.3.32
14362026-05-29T14:10:13.267Z Compiling zeroize v1.8.2
14372026-05-29T14:10:13.345Z Compiling der_derive v0.7.3
14382026-05-29T14:10:13.589Z Compiling rustls-pki-types v1.14.0
14392026-05-29T14:10:13.822Z Compiling tracing-attributes v0.1.31
14402026-05-29T14:10:13.897Z Compiling thiserror-impl v2.0.18
14412026-05-29T14:10:13.929Z Compiling scroll_derive v0.13.1
14422026-05-29T14:10:13.932Z Compiling pest_derive v2.8.6
14432026-05-29T14:10:14.074Z Compiling crypto-common v0.1.7
14442026-05-29T14:10:14.103Z Compiling block-buffer v0.10.4
14452026-05-29T14:10:14.118Z Compiling zerofrom v0.1.6
14462026-05-29T14:10:14.121Z Compiling futures-util v0.3.32
14472026-05-29T14:10:14.247Z Compiling yoke v0.8.1
14482026-05-29T14:10:14.277Z Compiling digest v0.10.7
14492026-05-29T14:10:14.300Z Compiling block-padding v0.3.3
14502026-05-29T14:10:14.425Z Compiling zerovec v0.11.5
14512026-05-29T14:10:14.440Z Compiling zerotrie v0.2.3
14522026-05-29T14:10:14.459Z Compiling inout v0.1.4
14532026-05-29T14:10:14.490Z Compiling hmac v0.12.1
14542026-05-29T14:10:14.549Z Compiling sha2 v0.10.9
14552026-05-29T14:10:14.655Z Compiling cipher v0.4.4
14562026-05-29T14:10:14.670Z Compiling der v0.7.10
14572026-05-29T14:10:14.769Z Compiling pbkdf2 v0.12.2
14582026-05-29T14:10:14.799Z Compiling schemars_derive v0.8.22
14592026-05-29T14:10:14.907Z Compiling tinystr v0.8.2
14602026-05-29T14:10:14.949Z Compiling potential_utf v0.1.4
14612026-05-29T14:10:14.974Z Compiling salsa20 v0.10.2
14622026-05-29T14:10:14.989Z Compiling cbc v0.1.2
14632026-05-29T14:10:15.139Z Compiling icu_locale_core v2.1.1
14642026-05-29T14:10:15.139Z Compiling icu_collections v2.1.1
14652026-05-29T14:10:15.172Z Compiling scrypt v0.11.0
14662026-05-29T14:10:15.175Z Compiling aes v0.8.4
14672026-05-29T14:10:15.250Z Compiling tracing v0.1.44
14682026-05-29T14:10:15.335Z Compiling thiserror v2.0.18
14692026-05-29T14:10:15.462Z Compiling scroll v0.13.0
14702026-05-29T14:10:15.478Z Compiling darling_macro v0.20.11
14712026-05-29T14:10:15.553Z Compiling spki v0.7.3
14722026-05-29T14:10:15.671Z Compiling openssl-macros v0.1.1
14732026-05-29T14:10:15.756Z Compiling pkcs5 v0.7.1
14742026-05-29T14:10:15.781Z Compiling goblin v0.10.5
14752026-05-29T14:10:15.945Z Compiling icu_provider v2.1.1
14762026-05-29T14:10:15.997Z Compiling rustls-native-certs v0.8.3
14772026-05-29T14:10:16.012Z Compiling darling v0.20.11
14782026-05-29T14:10:16.115Z Compiling bytes v1.11.1
14792026-05-29T14:10:16.118Z Compiling chrono v0.4.44
14802026-05-29T14:10:16.118Z Compiling pkcs8 v0.10.2
14812026-05-29T14:10:16.163Z Compiling ipnet v2.11.0
14822026-05-29T14:10:16.195Z Compiling icu_properties v2.1.2
14832026-05-29T14:10:16.281Z Compiling icu_normalizer v2.1.1
14842026-05-29T14:10:16.297Z Compiling derive_builder_core v0.20.2
14852026-05-29T14:10:16.314Z Compiling dtrace-parser v0.3.0
14862026-05-29T14:10:16.330Z Compiling signature v2.2.0
14872026-05-29T14:10:16.471Z Compiling webpki-roots v1.0.6
14882026-05-29T14:10:16.532Z Compiling thiserror-impl v1.0.69
14892026-05-29T14:10:16.550Z Compiling scroll_derive v0.12.1
14902026-05-29T14:10:16.609Z Compiling toml_datetime v0.6.11
14912026-05-29T14:10:16.650Z Compiling tokio v1.52.1
14922026-05-29T14:10:16.789Z Compiling http v1.4.0
14932026-05-29T14:10:16.854Z Compiling serde_spanned v0.6.9
14942026-05-29T14:10:16.895Z Compiling serde_tokenstream v0.2.3
14952026-05-29T14:10:17.028Z Compiling erased-serde v0.3.31
14962026-05-29T14:10:17.100Z Compiling idna_adapter v1.2.1
14972026-05-29T14:10:17.187Z Compiling ppv-lite86 v0.2.21
14982026-05-29T14:10:17.204Z Compiling derive_builder_macro v0.20.2
14992026-05-29T14:10:17.247Z Compiling idna v1.1.0
15002026-05-29T14:10:17.263Z Compiling serde_urlencoded v0.7.1
15012026-05-29T14:10:17.280Z Compiling scroll v0.12.0
15022026-05-29T14:10:17.330Z Compiling md-5 v0.10.6
15032026-05-29T14:10:17.373Z Compiling darling_macro v0.21.3
15042026-05-29T14:10:17.522Z Compiling rand_chacha v0.9.0
15052026-05-29T14:10:17.539Z Compiling url v2.5.8
15062026-05-29T14:10:17.542Z Compiling http-body v1.0.1
15072026-05-29T14:10:17.542Z Compiling rand_chacha v0.3.1
15082026-05-29T14:10:17.585Z Compiling bstr v1.12.1
15092026-05-29T14:10:17.588Z Compiling pin-project-internal v1.1.11
15102026-05-29T14:10:17.736Z Compiling http-body-util v0.1.3
15112026-05-29T14:10:17.748Z Compiling rand v0.9.2
15122026-05-29T14:10:17.748Z Compiling async-trait v0.1.89
15132026-05-29T14:10:17.866Z Compiling thiserror v1.0.69
15142026-05-29T14:10:17.903Z Compiling zerocopy-derive v0.7.35
15152026-05-29T14:10:17.931Z Compiling vergen-lib v9.1.0
15162026-05-29T14:10:17.983Z Compiling ff v0.13.1
15172026-05-29T14:10:18.005Z Compiling hash32 v0.2.1
15182026-05-29T14:10:18.151Z Compiling memoffset v0.9.1
15192026-05-29T14:10:18.223Z Compiling encoding_rs v0.8.35
15202026-05-29T14:10:18.263Z Compiling base16ct v0.2.0
15212026-05-29T14:10:18.278Z Compiling num-bigint-dig v0.8.6
15222026-05-29T14:10:18.379Z Compiling proptest v1.11.0
15232026-05-29T14:10:18.382Z Compiling psl-types v2.0.11
15242026-05-29T14:10:18.411Z Compiling mime v0.3.17
15252026-05-29T14:10:18.533Z Compiling cfg_aliases v0.2.1
15262026-05-29T14:10:18.547Z Compiling ref-cast v1.0.25
15272026-05-29T14:10:18.622Z Compiling dof v0.4.0
15282026-05-29T14:10:18.638Z Compiling fallible-iterator v0.2.0
15292026-05-29T14:10:18.763Z Compiling smoltcp v0.9.1
15302026-05-29T14:10:18.862Z Compiling zlib-rs v0.6.2
15312026-05-29T14:10:18.877Z Compiling litrs v1.0.0
15322026-05-29T14:10:18.894Z Compiling rustix v0.38.44
15332026-05-29T14:10:18.924Z Compiling zerocopy v0.7.35
15342026-05-29T14:10:18.966Z Compiling ipnetwork v0.21.1
15352026-05-29T14:10:18.981Z Compiling postgres-protocol v0.6.10
15362026-05-29T14:10:19.150Z Compiling pin-project v1.1.11
15372026-05-29T14:10:19.237Z Compiling oxnet v0.1.4
15382026-05-29T14:10:19.254Z Compiling nix v0.31.2
15392026-05-29T14:10:19.305Z Compiling publicsuffix v2.3.0
15402026-05-29T14:10:19.400Z Compiling sec1 v0.7.3
15412026-05-29T14:10:19.417Z Compiling document-features v0.2.12
15422026-05-29T14:10:19.557Z Compiling group v0.13.0
15432026-05-29T14:10:19.573Z Compiling darling v0.21.3
15442026-05-29T14:10:19.630Z Compiling rand v0.8.6
15452026-05-29T14:10:19.652Z Compiling derive_builder v0.20.2
15462026-05-29T14:10:19.669Z Compiling goblin v0.8.2
15472026-05-29T14:10:19.705Z Compiling futures-executor v0.3.32
15482026-05-29T14:10:19.763Z Compiling hubpack_derive v0.1.1
15492026-05-29T14:10:19.804Z Compiling hex v0.4.3
15502026-05-29T14:10:19.871Z Compiling hkdf v0.12.4
15512026-05-29T14:10:19.886Z Compiling crypto-bigint v0.5.5
15522026-05-29T14:10:19.996Z Compiling regex v1.12.3
15532026-05-29T14:10:20.065Z Compiling num-iter v0.1.45
15542026-05-29T14:10:20.099Z Compiling curve25519-dalek-derive v0.1.1
15552026-05-29T14:10:20.115Z Compiling strum_macros v0.27.2
15562026-05-29T14:10:20.133Z Compiling snafu-derive v0.8.9
15572026-05-29T14:10:20.148Z Compiling ref-cast-impl v1.0.25
15582026-05-29T14:10:20.210Z Compiling daft-derive v0.1.7
15592026-05-29T14:10:20.516Z Compiling tokio-util v0.7.18
15602026-05-29T14:10:20.601Z Compiling tower v0.5.3
15612026-05-29T14:10:20.616Z Compiling tokio-native-tls v0.3.1
15622026-05-29T14:10:20.620Z Compiling terminal_size v0.4.3
15632026-05-29T14:10:20.733Z Compiling phf_shared v0.13.1
15642026-05-29T14:10:20.796Z Compiling newtype-uuid v1.3.2
15652026-05-29T14:10:20.813Z Compiling lazy_static v1.5.0
15662026-05-29T14:10:20.831Z Compiling vergen v9.1.0
15672026-05-29T14:10:20.928Z Compiling cargo-platform v0.3.2
15682026-05-29T14:10:20.985Z Compiling fs-err v3.3.0
15692026-05-29T14:10:21.002Z Compiling ahash v0.8.12
15702026-05-29T14:10:21.019Z Compiling tower-http v0.6.8
15712026-05-29T14:10:21.039Z Compiling bumpalo v3.20.2
15722026-05-29T14:10:21.104Z Compiling unicode-segmentation v1.12.0
15732026-05-29T14:10:21.170Z Compiling managed v0.8.0
15742026-05-29T14:10:21.208Z Compiling bitflags v1.3.2
15752026-05-29T14:10:21.234Z Compiling h2 v0.4.13
15762026-05-29T14:10:21.250Z Compiling same-file v1.0.6
15772026-05-29T14:10:21.301Z Compiling object v0.37.3
15782026-05-29T14:10:21.317Z Compiling libbz2-rs-sys v0.2.2
15792026-05-29T14:10:21.411Z Compiling winnow v0.5.40
15802026-05-29T14:10:21.439Z Compiling foldhash v0.2.0
15812026-05-29T14:10:21.456Z Compiling foldhash v0.1.5
15822026-05-29T14:10:21.519Z Compiling walkdir v2.5.0
15832026-05-29T14:10:21.606Z Compiling hashbrown v0.16.1
15842026-05-29T14:10:21.645Z Compiling hashbrown v0.15.5
15852026-05-29T14:10:21.693Z Compiling zopfli v0.8.3
15862026-05-29T14:10:21.893Z Compiling flate2 v1.1.9
15872026-05-29T14:10:22.073Z Compiling dof v0.3.0
15882026-05-29T14:10:22.100Z Compiling bzip2 v0.6.1
15892026-05-29T14:10:22.153Z Compiling snafu v0.8.9
15902026-05-29T14:10:22.176Z Compiling clap_builder v4.5.60
15912026-05-29T14:10:22.221Z Compiling strum v0.27.2
15922026-05-29T14:10:22.311Z Compiling cargo_metadata v0.23.1
15932026-05-29T14:10:22.344Z Compiling daft v0.1.7
15942026-05-29T14:10:22.363Z Compiling phf v0.13.1
15952026-05-29T14:10:22.394Z Compiling elliptic-curve v0.13.8
15962026-05-29T14:10:22.554Z Compiling signal-hook-mio v0.2.5
15972026-05-29T14:10:22.593Z Compiling cookie_store v0.22.1
15982026-05-29T14:10:22.650Z Compiling hubpack v0.1.2
15992026-05-29T14:10:22.666Z Compiling usdt-attr-macro v0.6.0
16002026-05-29T14:10:22.697Z Compiling usdt-macro v0.6.0
16012026-05-29T14:10:22.822Z Compiling toml_edit v0.19.15
16022026-05-29T14:10:22.844Z Compiling bzip2 v0.4.4
16032026-05-29T14:10:22.898Z Compiling futures v0.3.32
16042026-05-29T14:10:22.913Z Compiling serde_with_macros v3.17.0
16052026-05-29T14:10:23.078Z Compiling postgres-types v0.2.12
16062026-05-29T14:10:23.093Z Compiling zstd v0.13.3
16072026-05-29T14:10:23.279Z Compiling globset v0.4.18
16082026-05-29T14:10:23.282Z Compiling dtrace-parser v0.2.0
16092026-05-29T14:10:23.386Z Compiling ed25519 v2.2.3
16102026-05-29T14:10:23.561Z Compiling pkcs1 v0.7.5
16112026-05-29T14:10:23.577Z Compiling olpc-cjson v0.1.4
16122026-05-29T14:10:23.697Z Compiling serde-big-array v0.5.1
16132026-05-29T14:10:23.769Z Compiling serde_plain v1.0.2
16142026-05-29T14:10:23.769Z Compiling rfc6979 v0.4.0
16152026-05-29T14:10:23.860Z Compiling serde_repr v0.1.20
16162026-05-29T14:10:23.929Z Compiling async-recursion v1.1.1
16172026-05-29T14:10:23.998Z Compiling clap_derive v4.5.55
16182026-05-29T14:10:23.998Z Compiling enum-as-inner v0.6.1
16192026-05-29T14:10:24.058Z Compiling strum_macros v0.26.4
16202026-05-29T14:10:24.129Z Compiling phf_shared v0.11.3
16212026-05-29T14:10:24.144Z Compiling float-cmp v0.10.0
16222026-05-29T14:10:24.172Z Compiling pem v3.0.6
16232026-05-29T14:10:24.315Z Compiling memmap2 v0.9.10
16242026-05-29T14:10:24.342Z Compiling thread-id v4.2.2
16252026-05-29T14:10:24.358Z Compiling env_filter v1.0.0
16262026-05-29T14:10:24.442Z Compiling hyper v1.8.1
16272026-05-29T14:10:24.458Z Compiling fixedbitset v0.5.7
16282026-05-29T14:10:24.530Z Compiling predicates-core v1.0.10
16292026-05-29T14:10:24.562Z Compiling static_assertions v1.1.0
16302026-05-29T14:10:24.577Z Compiling normalize-line-endings v0.3.0
16312026-05-29T14:10:24.642Z Compiling typed-path v0.9.3
16322026-05-29T14:10:24.658Z Compiling keccak v0.1.6
16332026-05-29T14:10:24.695Z Compiling fixedbitset v0.4.2
16342026-05-29T14:10:24.710Z Compiling whoami v2.1.0
16352026-05-29T14:10:24.742Z Compiling jiff v0.2.21
16362026-05-29T14:10:24.797Z Compiling either v1.15.0
16372026-05-29T14:10:24.943Z Compiling new_debug_unreachable v1.0.6
16382026-05-29T14:10:25.031Z Compiling data-encoding v2.10.0
16392026-05-29T14:10:25.034Z Compiling precomputed-hash v0.1.1
16402026-05-29T14:10:25.121Z Compiling difflib v0.4.0
16412026-05-29T14:10:25.156Z Compiling string_cache v0.8.9
16422026-05-29T14:10:25.322Z Compiling toml_edit v0.22.27
16432026-05-29T14:10:25.413Z Compiling predicates v3.1.4
16442026-05-29T14:10:25.472Z Compiling hickory-proto v0.25.2
16452026-05-29T14:10:25.507Z Compiling itertools v0.13.0
16462026-05-29T14:10:25.555Z Compiling tokio-postgres v0.7.16
16472026-05-29T14:10:25.607Z Compiling hyper-util v0.1.20
16482026-05-29T14:10:25.732Z Compiling petgraph v0.6.5
16492026-05-29T14:10:25.791Z Compiling sha3 v0.10.8
16502026-05-29T14:10:25.911Z Compiling clap v4.5.60
16512026-05-29T14:10:25.927Z Compiling strum v0.26.3
16522026-05-29T14:10:25.944Z Compiling petgraph v0.8.3
16532026-05-29T14:10:26.013Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16542026-05-29T14:10:26.082Z Compiling env_logger v0.11.9
16552026-05-29T14:10:26.121Z Compiling usdt v0.6.0
16562026-05-29T14:10:26.140Z Compiling usdt-impl v0.5.0
16572026-05-29T14:10:26.286Z Compiling toml v0.7.8
16582026-05-29T14:10:26.408Z Compiling serde_with v3.17.0
16592026-05-29T14:10:26.478Z Compiling ecdsa v0.16.9
16602026-05-29T14:10:26.773Z Compiling crossterm v0.28.1
16612026-05-29T14:10:26.790Z Compiling rsa v0.9.10
16622026-05-29T14:10:26.901Z Compiling ed25519-dalek v2.2.0
16632026-05-29T14:10:27.273Z Compiling hyper-tls v0.6.0
16642026-05-29T14:10:27.429Z Compiling zip v4.6.1
16652026-05-29T14:10:27.532Z Compiling zip v0.6.6
16662026-05-29T14:10:27.598Z Compiling iddqd v0.4.2
16672026-05-29T14:10:28.160Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-05-29T14:10:28.163Z Compiling similar v2.7.0
16692026-05-29T14:10:28.195Z Compiling heck v0.4.1
16702026-05-29T14:10:28.198Z Compiling tokio-stream v0.1.18
16712026-05-29T14:10:28.198Z Compiling buf-list v1.1.2
16722026-05-29T14:10:28.295Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-05-29T14:10:28.433Z Compiling openapiv3 v2.2.0
16742026-05-29T14:10:28.491Z Compiling x509-cert v0.2.5
16752026-05-29T14:10:28.575Z Compiling sha1 v0.10.6
16762026-05-29T14:10:28.678Z Compiling crossbeam-epoch v0.9.18
16772026-05-29T14:10:28.721Z Compiling peg-runtime v0.8.5
16782026-05-29T14:10:28.831Z Compiling lalrpop-util v0.19.12
16792026-05-29T14:10:28.869Z Compiling thread_local v1.1.9
16802026-05-29T14:10:28.924Z Compiling slog-async v2.8.0
16812026-05-29T14:10:28.961Z Compiling crossbeam-channel v0.5.15
16822026-05-29T14:10:28.987Z Compiling is-terminal v0.4.17
16832026-05-29T14:10:29.037Z Compiling filetime v0.2.27
16842026-05-29T14:10:29.052Z Compiling xattr v1.6.1
16852026-05-29T14:10:29.067Z Compiling term v1.2.1
16862026-05-29T14:10:29.084Z Compiling take_mut v0.2.2
16872026-05-29T14:10:29.218Z Compiling tar v0.4.45
16882026-05-29T14:10:29.448Z Compiling slog-term v2.9.2
16892026-05-29T14:10:47.205Z Compiling rustls-webpki v0.103.9
16902026-05-29T14:10:50.009Z Compiling tokio-rustls v0.26.4
16912026-05-29T14:10:50.009Z Compiling rustls-platform-verifier v0.6.2
16922026-05-29T14:10:50.218Z Compiling hyper-rustls v0.27.7
16932026-05-29T14:10:50.416Z Compiling reqwest v0.12.28
16942026-05-29T14:10:50.416Z Compiling reqwest v0.13.2
16952026-05-29T14:10:51.616Z Compiling tough v0.22.0
16962026-05-29T14:10:54.151Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16972026-05-29T14:10:54.397Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16982026-05-29T14:10:57.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.24s
16992026-05-29T14:10:57.445Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17002026-05-29T14:10:57.503ZMay 29 14:10:56.714 INFO Starting download, target: Cockroach
17012026-05-29T14:10:57.503ZMay 29 14:10:56.715 INFO Starting download, target: Clickhouse
17022026-05-29T14:10:57.503ZMay 29 14:10:56.715 INFO Starting download, target: Console
17032026-05-29T14:10:57.503ZMay 29 14:10:56.715 INFO Starting download, target: DendriteStub
17042026-05-29T14:10:57.503ZMay 29 14:10:56.715 INFO Starting download, target: MaghemiteMgd
17052026-05-29T14:10:57.503ZMay 29 14:10:56.715 INFO Starting download, target: TransceiverControl
17062026-05-29T14:10:57.506ZMay 29 14:10:56.715 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17072026-05-29T14:10:57.506ZMay 29 14:10:56.715 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-05-29T14:10:57.506ZMay 29 14:10:56.715 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17092026-05-29T14:10:57.506ZMay 29 14:10:56.715 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17102026-05-29T14:10:57.506ZMay 29 14:10:56.715 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17112026-05-29T14:10:57.507ZMay 29 14:10:56.715 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-05-29T14:10:58.210ZMay 29 14:10:57.421 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17132026-05-29T14:10:58.478ZMay 29 14:10:57.635 INFO Download complete, target: TransceiverControl
17142026-05-29T14:10:58.592ZMay 29 14:10:57.791 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17152026-05-29T14:10:58.831ZMay 29 14:10:58.026 INFO Download complete, target: Console
17162026-05-29T14:10:59.572ZMay 29 14:10:58.765 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17172026-05-29T14:10:59.862ZMay 29 14:10:59.065 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17182026-05-29T14:11:00.139ZMay 29 14:10:59.324 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17192026-05-29T14:11:00.521ZMay 29 14:10:59.730 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17202026-05-29T14:11:00.521ZMay 29 14:10:59.730 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17212026-05-29T14:11:02.098ZMay 29 14:11:01.309 INFO Download complete, target: DendriteStub
17222026-05-29T14:11:02.330ZMay 29 14:11:01.541 INFO Download complete, target: MaghemiteMgd
17232026-05-29T14:11:05.518ZMay 29 14:11:04.721 INFO Checking that binary works, target: Cockroach
17242026-05-29T14:11:05.661ZMay 29 14:11:04.872 INFO Download complete, target: Cockroach
17252026-05-29T14:11:07.154ZMay 29 14:11:06.365 INFO Checking that binary works, target: Clickhouse
17262026-05-29T14:11:07.266ZMay 29 14:11:06.477 INFO Download complete, target: Clickhouse
17272026-05-29T14:11:07.272ZAll prerequisites installed successfully
17282026-05-29T14:11:07.276Z
17292026-05-29T14:11:07.276Zreal 2:03.905554942
17302026-05-29T14:11:07.276Zuser 7:01.760442836
17312026-05-29T14:11:07.276Zsys 1:46.861785102
17322026-05-29T14:11:07.276Ztrap 0.264929648
17332026-05-29T14:11:07.276Ztflt 1.452391130
17342026-05-29T14:11:07.276Zdflt 1.994000617
17352026-05-29T14:11:07.276Zkflt 0.045057123
17362026-05-29T14:11:07.276Zlock 23:43.749620467
17372026-05-29T14:11:07.276Zslp 19:14.862633467
17382026-05-29T14:11:07.276Zlat 28.579420816
17392026-05-29T14:11:07.276Zstop 3:05.186328792
17402026-05-29T14:11:07.276Z+ ptime -m cargo xtask download softnpu
17412026-05-29T14:11:07.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17422026-05-29T14:11:07.827Z Running `target/debug/xtask download softnpu`
17432026-05-29T14:11:08.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17442026-05-29T14:11:08.681Z Running `target/debug/xtask-downloader softnpu`
17452026-05-29T14:11:08.723ZMay 29 14:11:07.934 INFO Starting download, target: Softnpu
17462026-05-29T14:11:08.726ZMay 29 14:11:07.935 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17472026-05-29T14:11:09.478ZMay 29 14:11:08.680 INFO Download complete, target: Softnpu
17482026-05-29T14:11:09.481Z
17492026-05-29T14:11:09.481Zreal 2.193344116
17502026-05-29T14:11:09.481Zuser 1.369188869
17512026-05-29T14:11:09.481Zsys 0.674566760
17522026-05-29T14:11:09.481Ztrap 0.000778002
17532026-05-29T14:11:09.481Ztflt 0.000150562
17542026-05-29T14:11:09.481Zdflt 0.000572977
17552026-05-29T14:11:09.481Zkflt 0.000005659
17562026-05-29T14:11:09.481Zlock 13.404876119
17572026-05-29T14:11:09.481Zslp 0.597244252
17582026-05-29T14:11:09.481Zlat 0.098869910
17592026-05-29T14:11:09.481Zstop 0.000157270
17602026-05-29T14:11:09.481Z+ export CARGO_INCREMENTAL=0
17612026-05-29T14:11:09.481Z+ CARGO_INCREMENTAL=0
17622026-05-29T14:11:09.481Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17632026-05-29T14:11:10.412Z Compiling proc-macro2 v1.0.106
17642026-05-29T14:11:10.412Z Compiling quote v1.0.45
17652026-05-29T14:11:10.412Z Compiling unicode-ident v1.0.24
17662026-05-29T14:11:10.412Z Compiling libc v0.2.185
17672026-05-29T14:11:10.412Z Compiling serde_core v1.0.228
17682026-05-29T14:11:10.425Z Compiling serde v1.0.228
17692026-05-29T14:11:10.425Z Compiling cfg-if v1.0.4
17702026-05-29T14:11:10.425Z Compiling version_check v0.9.5
17712026-05-29T14:11:10.425Z Compiling shlex v1.3.0
17722026-05-29T14:11:10.425Z Compiling find-msvc-tools v0.1.9
17732026-05-29T14:11:10.425Z Compiling typenum v1.19.0
17742026-05-29T14:11:10.577Z Compiling zmij v1.0.21
17752026-05-29T14:11:10.611Z Compiling autocfg v1.5.0
17762026-05-29T14:11:10.611Z Compiling memchr v2.8.0
17772026-05-29T14:11:10.611Z Compiling serde_json v1.0.149
17782026-05-29T14:11:10.692Z Compiling portable-atomic v1.13.1
17792026-05-29T14:11:10.779Z Compiling libm v0.2.16
17802026-05-29T14:11:10.867Z Compiling zerocopy v0.8.40
17812026-05-29T14:11:10.953Z Compiling parking_lot_core v0.9.12
17822026-05-29T14:11:10.970Z Compiling smallvec v1.15.1
17832026-05-29T14:11:11.048Z Compiling generic-array v0.14.7
17842026-05-29T14:11:11.084Z Compiling num-traits v0.2.19
17852026-05-29T14:11:11.115Z Compiling icu_properties_data v2.1.2
17862026-05-29T14:11:11.202Z Compiling icu_normalizer_data v2.1.1
17872026-05-29T14:11:11.240Z Compiling itoa v1.0.17
17882026-05-29T14:11:11.282Z Compiling getrandom v0.4.1
17892026-05-29T14:11:11.306Z Compiling log v0.4.29
17902026-05-29T14:11:11.345Z Compiling stable_deref_trait v1.2.1
17912026-05-29T14:11:11.371Z Compiling pkg-config v0.3.32
17922026-05-29T14:11:11.385Z Compiling subtle v2.6.1
17932026-05-29T14:11:11.557Z Compiling scopeguard v1.2.0
17942026-05-29T14:11:11.588Z Compiling writeable v0.6.2
17952026-05-29T14:11:11.597Z Compiling percent-encoding v2.3.2
17962026-05-29T14:11:11.659Z Compiling lock_api v0.4.14
17972026-05-29T14:11:11.682Z Compiling jobserver v0.1.34
17982026-05-29T14:11:11.748Z Compiling getrandom v0.2.17
17992026-05-29T14:11:11.798Z Compiling errno v0.3.14
18002026-05-29T14:11:11.856Z Compiling litemap v0.8.1
18012026-05-29T14:11:11.889Z Compiling rand_core v0.6.4
18022026-05-29T14:11:11.922Z Compiling cc v1.2.56
18032026-05-29T14:11:11.994Z Compiling fnv v1.0.7
18042026-05-29T14:11:12.013Z Compiling pin-project-lite v0.2.17
18052026-05-29T14:11:12.030Z Compiling syn v2.0.117
18062026-05-29T14:11:12.124Z Compiling thiserror v2.0.18
18072026-05-29T14:11:12.132Z Compiling getrandom v0.3.4
18082026-05-29T14:11:12.219Z Compiling dunce v1.0.5
18092026-05-29T14:11:12.235Z Compiling fs_extra v1.3.0
18102026-05-29T14:11:12.238Z Compiling equivalent v1.0.2
18112026-05-29T14:11:12.267Z Compiling rand_core v0.10.0
18122026-05-29T14:11:12.281Z Compiling rustversion v1.0.22
18132026-05-29T14:11:12.343Z Compiling utf8_iter v1.0.4
18142026-05-29T14:11:12.377Z Compiling schemars v0.8.22
18152026-05-29T14:11:12.463Z Compiling form_urlencoded v1.2.2
18162026-05-29T14:11:12.587Z Compiling critical-section v1.2.0
18172026-05-29T14:11:12.636Z Compiling signal-hook-registry v1.4.8
18182026-05-29T14:11:12.671Z Compiling rustix v1.1.3
18192026-05-29T14:11:12.706Z Compiling cmake v0.1.57
18202026-05-29T14:11:12.722Z Compiling hashbrown v0.17.0
18212026-05-29T14:11:12.801Z Compiling mio v1.2.0
18222026-05-29T14:11:13.019Z Compiling bitflags v2.11.0
18232026-05-29T14:11:13.036Z Compiling semver v1.0.28
18242026-05-29T14:11:13.108Z Compiling once_cell v1.21.3
18252026-05-29T14:11:13.121Z Compiling parking_lot v0.12.5
18262026-05-29T14:11:13.135Z Compiling socket2 v0.6.3
18272026-05-29T14:11:13.201Z Compiling const-oid v0.9.6
18282026-05-29T14:11:13.301Z Compiling ring v0.17.14
18292026-05-29T14:11:13.319Z Compiling aws-lc-sys v0.40.0
18302026-05-29T14:11:13.323Z Compiling indexmap v2.14.0
18312026-05-29T14:11:13.386Z Compiling heck v0.5.0
18322026-05-29T14:11:13.449Z Compiling aws-lc-rs v1.16.3
18332026-05-29T14:11:13.499Z Compiling futures-core v0.3.32
18342026-05-29T14:11:13.517Z Compiling httparse v1.10.1
18352026-05-29T14:11:13.653Z Compiling vcpkg v0.2.15
18362026-05-29T14:11:13.694Z Compiling strsim v0.11.1
18372026-05-29T14:11:13.712Z Compiling thiserror v1.0.69
18382026-05-29T14:11:13.875Z Compiling iana-time-zone v0.1.65
18392026-05-29T14:11:13.919Z Compiling ucd-trie v0.1.7
18402026-05-29T14:11:14.032Z Compiling byteorder v1.5.0
18412026-05-29T14:11:14.047Z Compiling syn v1.0.109
18422026-05-29T14:11:14.047Z Compiling ident_case v1.0.1
18432026-05-29T14:11:14.099Z Compiling pest v2.8.6
18442026-05-29T14:11:14.112Z Compiling regex-syntax v0.8.10
18452026-05-29T14:11:14.115Z Compiling uuid v1.23.0
18462026-05-29T14:11:14.196Z Compiling cpufeatures v0.2.17
18472026-05-29T14:11:14.235Z Compiling rustls v0.23.37
18482026-05-29T14:11:14.271Z Compiling openssl-sys v0.9.115
18492026-05-29T14:11:14.436Z Compiling futures-sink v0.3.32
18502026-05-29T14:11:14.478Z Compiling rustc_version v0.4.1
18512026-05-29T14:11:14.557Z Compiling futures-channel v0.3.32
18522026-05-29T14:11:14.599Z Compiling futures-task v0.3.32
18532026-05-29T14:11:14.613Z Compiling futures-io v0.3.32
18542026-05-29T14:11:14.738Z Compiling slab v0.4.12
18552026-05-29T14:11:14.832Z Compiling aho-corasick v1.1.4
18562026-05-29T14:11:14.913Z Compiling synstructure v0.13.2
18572026-05-29T14:11:14.938Z Compiling serde_derive_internals v0.29.1
18582026-05-29T14:11:14.955Z Compiling dyn-clone v1.0.20
18592026-05-29T14:11:15.097Z Compiling plain v0.2.3
18602026-05-29T14:11:15.166Z Compiling crc32fast v1.5.0
18612026-05-29T14:11:15.183Z Compiling pest_meta v2.8.6
18622026-05-29T14:11:15.264Z Compiling base64 v0.22.1
18632026-05-29T14:11:15.293Z Compiling openssl v0.10.79
18642026-05-29T14:11:15.417Z Compiling time-core v0.1.8
18652026-05-29T14:11:15.495Z Compiling num-conv v0.2.0
18662026-05-29T14:11:15.499Z Compiling crossbeam-utils v0.8.21
18672026-05-29T14:11:15.616Z Compiling pretty-hex v0.4.1
18682026-05-29T14:11:15.639Z Compiling native-tls v0.2.18
18692026-05-29T14:11:15.656Z Compiling time-macros v0.2.27
18702026-05-29T14:11:15.714Z Compiling regex-automata v0.4.14
18712026-05-29T14:11:15.747Z Compiling base64ct v1.8.3
18722026-05-29T14:11:15.765Z Compiling anyhow v1.0.102
18732026-05-29T14:11:15.784Z Compiling darling_core v0.21.3
18742026-05-29T14:11:15.819Z Compiling pest_generator v2.8.6
18752026-05-29T14:11:15.934Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18762026-05-29T14:11:15.968Z Compiling tracing-core v0.1.36
18772026-05-29T14:11:16.066Z Compiling pem-rfc7468 v0.7.0
18782026-05-29T14:11:16.170Z Compiling serde_derive v1.0.228
18792026-05-29T14:11:16.289Z Compiling zeroize_derive v1.4.3
18802026-05-29T14:11:16.305Z Compiling zerofrom-derive v0.1.6
18812026-05-29T14:11:16.329Z Compiling yoke-derive v0.8.1
18822026-05-29T14:11:16.344Z Compiling zerovec-derive v0.11.2
18832026-05-29T14:11:16.369Z Compiling displaydoc v0.2.5
18842026-05-29T14:11:16.477Z Compiling zerocopy-derive v0.8.40
18852026-05-29T14:11:16.496Z Compiling tokio-macros v2.7.0
18862026-05-29T14:11:16.650Z Compiling futures-macro v0.3.32
18872026-05-29T14:11:16.927Z Compiling zeroize v1.8.2
18882026-05-29T14:11:17.107Z Compiling thiserror-impl v2.0.18
18892026-05-29T14:11:17.227Z Compiling schemars_derive v0.8.22
18902026-05-29T14:11:17.331Z Compiling tracing-attributes v0.1.31
18912026-05-29T14:11:17.426Z Compiling der_derive v0.7.3
18922026-05-29T14:11:17.444Z Compiling thiserror-impl v1.0.69
18932026-05-29T14:11:17.481Z Compiling zerofrom v0.1.6
18942026-05-29T14:11:17.681Z Compiling yoke v0.8.1
18952026-05-29T14:11:17.814Z Compiling crypto-common v0.1.7
18962026-05-29T14:11:17.890Z Compiling zerovec v0.11.5
18972026-05-29T14:11:17.943Z Compiling zerotrie v0.2.3
18982026-05-29T14:11:18.182Z Compiling block-buffer v0.10.4
18992026-05-29T14:11:18.344Z Compiling digest v0.10.7
19002026-05-29T14:11:18.418Z Compiling tinystr v0.8.2
19012026-05-29T14:11:18.526Z Compiling potential_utf v0.1.4
19022026-05-29T14:11:18.526Z Compiling pest_derive v2.8.6
19032026-05-29T14:11:18.553Z Compiling futures-util v0.3.32
19042026-05-29T14:11:18.573Z Compiling icu_locale_core v2.1.1
19052026-05-29T14:11:18.646Z Compiling icu_collections v2.1.1
19062026-05-29T14:11:18.659Z Compiling hmac v0.12.1
19072026-05-29T14:11:18.784Z Compiling block-padding v0.3.3
19082026-05-29T14:11:18.907Z Compiling rustls-pki-types v1.14.0
19092026-05-29T14:11:18.982Z Compiling inout v0.1.4
19102026-05-29T14:11:19.124Z Compiling openssl-macros v0.1.1
19112026-05-29T14:11:19.336Z Compiling icu_provider v2.1.1
19122026-05-29T14:11:19.396Z Compiling bytes v1.11.1
19132026-05-29T14:11:19.496Z Compiling chrono v0.4.44
19142026-05-29T14:11:19.530Z Compiling serde_tokenstream v0.2.3
19152026-05-29T14:11:19.546Z Compiling cipher v0.4.4
19162026-05-29T14:11:19.708Z Compiling icu_normalizer v2.1.1
19172026-05-29T14:11:19.738Z Compiling icu_properties v2.1.2
19182026-05-29T14:11:19.817Z Compiling sha2 v0.10.9
19192026-05-29T14:11:19.983Z Compiling tokio v1.52.1
19202026-05-29T14:11:20.382Z Compiling scroll_derive v0.13.1
19212026-05-29T14:11:20.573Z Compiling scroll_derive v0.12.1
19222026-05-29T14:11:20.917Z Compiling idna_adapter v1.2.1
19232026-05-29T14:11:20.938Z Compiling ppv-lite86 v0.2.21
19242026-05-29T14:11:21.061Z Compiling idna v1.1.0
19252026-05-29T14:11:21.186Z Compiling http v1.4.0
19262026-05-29T14:11:21.282Z Compiling flagset v0.4.7
19272026-05-29T14:11:21.303Z Compiling untrusted v0.9.0
19282026-05-29T14:11:21.305Z Compiling tracing v0.1.44
19292026-05-29T14:11:21.401Z Compiling der v0.7.10
19302026-05-29T14:11:21.429Z Compiling url v2.5.8
19312026-05-29T14:11:21.511Z Compiling regex v1.12.3
19322026-05-29T14:11:21.731Z Compiling darling_macro v0.21.3
19332026-05-29T14:11:21.764Z Compiling zerocopy-derive v0.7.35
19342026-05-29T14:11:21.786Z Compiling rand_core v0.9.5
19352026-05-29T14:11:21.927Z Compiling slog v2.8.2
19362026-05-29T14:11:22.314Z Compiling spki v0.7.3
19372026-05-29T14:11:22.548Z Compiling darling v0.21.3
19382026-05-29T14:11:22.587Z Compiling salsa20 v0.10.2
19392026-05-29T14:11:22.634Z Compiling pbkdf2 v0.12.2
19402026-05-29T14:11:23.183Z Compiling cookie v0.18.1
19412026-05-29T14:11:23.205Z Compiling camino v1.2.2
19422026-05-29T14:11:23.537Z Compiling scrypt v0.11.0
19432026-05-29T14:11:23.553Z Compiling rand_chacha v0.9.0
19442026-05-29T14:11:23.585Z Compiling http-body v1.0.1
19452026-05-29T14:11:23.682Z Compiling cbc v0.1.2
19462026-05-29T14:11:23.746Z Compiling aes v0.8.4
19472026-05-29T14:11:23.762Z Compiling tokio-util v0.7.18
19482026-05-29T14:11:23.863Z Compiling usdt-impl v0.5.0
19492026-05-29T14:11:23.922Z Compiling usdt-impl v0.6.0
19502026-05-29T14:11:23.939Z Compiling atomic-waker v1.1.2
19512026-05-29T14:11:23.982Z Compiling either v1.15.0
19522026-05-29T14:11:24.056Z Compiling tinyvec_macros v0.1.1
19532026-05-29T14:11:24.099Z Compiling ref-cast v1.0.25
19542026-05-29T14:11:24.132Z Compiling winnow v0.7.14
19552026-05-29T14:11:24.149Z Compiling openssl-probe v0.2.1
19562026-05-29T14:11:24.167Z Compiling paste v1.0.15
19572026-05-29T14:11:24.250Z Compiling untrusted v0.7.1
19582026-05-29T14:11:24.360Z Compiling pkcs5 v0.7.1
19592026-05-29T14:11:24.400Z Compiling tinyvec v1.10.0
19602026-05-29T14:11:24.542Z Compiling rand v0.9.2
19612026-05-29T14:11:24.840Z Compiling scroll v0.12.0
19622026-05-29T14:11:25.026Z Compiling scroll v0.13.0
19632026-05-29T14:11:25.055Z Compiling toml_datetime v0.6.11
19642026-05-29T14:11:25.136Z Compiling serde_spanned v0.6.9
19652026-05-29T14:11:25.150Z Compiling async-trait v0.1.89
19662026-05-29T14:11:25.169Z Compiling heapless v0.7.17
19672026-05-29T14:11:25.263Z Compiling bzip2-sys v0.1.13+1.0.8
19682026-05-29T14:11:25.303Z Compiling fastrand v2.3.0
19692026-05-29T14:11:25.322Z Compiling try-lock v0.2.5
19702026-05-29T14:11:25.505Z Compiling signal-hook v0.3.18
19712026-05-29T14:11:25.591Z Compiling tower-layer v0.3.3
19722026-05-29T14:11:25.613Z Compiling tower-service v0.3.3
19732026-05-29T14:11:25.634Z Compiling zstd-safe v7.2.4
19742026-05-29T14:11:25.731Z Compiling h2 v0.4.13
19752026-05-29T14:11:25.772Z Compiling want v0.3.1
19762026-05-29T14:11:25.788Z Compiling toml_parser v1.0.9+spec-1.1.0
19772026-05-29T14:11:25.933Z Compiling goblin v0.10.5
19782026-05-29T14:11:26.056Z Compiling goblin v0.8.2
19792026-05-29T14:11:26.077Z Compiling pkcs8 v0.10.2
19802026-05-29T14:11:26.256Z Compiling zerocopy v0.7.35
19812026-05-29T14:11:26.355Z Compiling ipnet v2.11.0
19822026-05-29T14:11:26.501Z Compiling ref-cast-impl v1.0.25
19832026-05-29T14:11:26.690Z Compiling darling_core v0.20.11
19842026-05-29T14:11:26.829Z Compiling curve25519-dalek v4.1.3
19852026-05-29T14:11:26.876Z Compiling memoffset v0.9.1
19862026-05-29T14:11:27.051Z Compiling litrs v1.0.0
19872026-05-29T14:11:27.105Z Compiling rustix v0.38.44
19882026-05-29T14:11:27.443Z Compiling winnow v0.5.40
19892026-05-29T14:11:27.576Z Compiling pin-utils v0.1.0
19902026-05-29T14:11:27.593Z Compiling foreign-types-shared v0.1.1
19912026-05-29T14:11:27.658Z Compiling httpdate v1.0.3
19922026-05-29T14:11:27.705Z Compiling foreign-types v0.3.2
19932026-05-29T14:11:27.731Z Compiling document-features v0.2.12
19942026-05-29T14:11:27.795Z Compiling tempfile v3.25.0
19952026-05-29T14:11:28.282Z Compiling unicode-normalization v0.1.25
19962026-05-29T14:11:28.386Z Compiling dof v0.3.0
19972026-05-29T14:11:28.612Z Compiling dtrace-parser v0.2.0
19982026-05-29T14:11:28.716Z Compiling darling_macro v0.20.11
19992026-05-29T14:11:28.743Z Compiling dof v0.4.0
20002026-05-29T14:11:28.787Z Compiling hyper v1.8.1
20012026-05-29T14:11:28.807Z Compiling toml_edit v0.19.15
20022026-05-29T14:11:29.104Z Compiling dtrace-parser v0.3.0
20032026-05-29T14:11:29.213Z Compiling pin-project-internal v1.1.11
20042026-05-29T14:11:29.245Z Compiling daft-derive v0.1.7
20052026-05-29T14:11:29.361Z Compiling spin v0.9.8
20062026-05-29T14:11:29.380Z Compiling thread-id v5.1.0
20072026-05-29T14:11:29.507Z Compiling thread-id v4.2.2
20082026-05-29T14:11:29.539Z Compiling powerfmt v0.2.0
20092026-05-29T14:11:29.599Z Compiling smoltcp v0.9.1
20102026-05-29T14:11:29.716Z Compiling cfg_aliases v0.2.1
20112026-05-29T14:11:29.761Z Compiling num-bigint-dig v0.8.6
20122026-05-29T14:11:29.777Z Compiling deranged v0.5.8
20132026-05-29T14:11:29.808Z Compiling nix v0.31.2
20142026-05-29T14:11:29.941Z Compiling hyper-util v0.1.20
20152026-05-29T14:11:30.262Z Compiling darling v0.20.11
20162026-05-29T14:11:30.379Z Compiling rustls-native-certs v0.8.3
20172026-05-29T14:11:30.420Z Compiling ipnetwork v0.21.1
20182026-05-29T14:11:30.829Z Compiling curve25519-dalek-derive v0.1.1
20192026-05-29T14:11:30.943Z Compiling strum_macros v0.26.4
20202026-05-29T14:11:31.085Z Compiling sync_wrapper v1.0.2
20212026-05-29T14:11:31.101Z Compiling wait-timeout v0.2.1
20222026-05-29T14:11:31.359Z Compiling simd-adler32 v0.3.8
20232026-05-29T14:11:31.408Z Compiling bit-vec v0.8.0
20242026-05-29T14:11:31.455Z Compiling utf8parse v0.2.2
20252026-05-29T14:11:31.592Z Compiling anstyle v1.0.13
20262026-05-29T14:11:31.621Z Compiling num_threads v0.1.7
20272026-05-29T14:11:31.675Z Compiling quick-error v1.2.3
20282026-05-29T14:11:31.753Z Compiling siphasher v1.0.2
20292026-05-29T14:11:31.962Z Compiling time v0.3.47
20302026-05-29T14:11:31.981Z Compiling rusty-fork v0.3.1
20312026-05-29T14:11:32.041Z Compiling bit-set v0.8.0
20322026-05-29T14:11:32.208Z Compiling anstyle-parse v0.2.7
20332026-05-29T14:11:32.290Z Compiling tower v0.5.3
20342026-05-29T14:11:32.575Z Compiling derive_builder_core v0.20.2
20352026-05-29T14:11:32.649Z Compiling http-body-util v0.1.3
20362026-05-29T14:11:32.852Z Compiling webpki-roots v1.0.6
20372026-05-29T14:11:32.918Z Compiling rand_xorshift v0.4.0
20382026-05-29T14:11:32.957Z Compiling signature v2.2.0
20392026-05-29T14:11:32.995Z Compiling hubpack_derive v0.1.1
20402026-05-29T14:11:33.087Z Compiling strum_macros v0.27.2
20412026-05-29T14:11:33.112Z Compiling snafu-derive v0.8.9
20422026-05-29T14:11:33.341Z Compiling fs-err v3.3.0
20432026-05-29T14:11:33.407Z Compiling ahash v0.8.12
20442026-05-29T14:11:33.474Z Compiling encoding_rs v0.8.35
20452026-05-29T14:11:33.490Z Compiling ryu v1.0.23
20462026-05-29T14:11:33.647Z Compiling colorchoice v1.0.4
20472026-05-29T14:11:33.690Z Compiling anstyle-query v1.1.5
20482026-05-29T14:11:33.707Z Compiling iri-string v0.7.10
20492026-05-29T14:11:33.795Z Compiling mime v0.3.17
20502026-05-29T14:11:33.814Z Compiling unicode-bidi v0.3.18
20512026-05-29T14:11:33.832Z Compiling unicode-properties v0.1.4
20522026-05-29T14:11:33.958Z Compiling allocator-api2 v0.2.21
20532026-05-29T14:11:33.974Z Compiling unarray v0.1.4
20542026-05-29T14:11:34.092Z Compiling is_terminal_polyfill v1.70.2
20552026-05-29T14:11:34.192Z Compiling unicode-segmentation v1.12.0
20562026-05-29T14:11:34.208Z Compiling adler2 v2.0.1
20572026-05-29T14:11:34.224Z Compiling object v0.37.3
20582026-05-29T14:11:34.307Z Compiling anstream v0.6.21
20592026-05-29T14:11:34.355Z Compiling miniz_oxide v0.8.9
20602026-05-29T14:11:34.375Z Compiling stringprep v0.1.5
20612026-05-29T14:11:34.499Z Compiling proptest v1.11.0
20622026-05-29T14:11:34.624Z Compiling serde_urlencoded v0.7.1
20632026-05-29T14:11:34.789Z Compiling derive_builder_macro v0.20.2
20642026-05-29T14:11:34.900Z Compiling tower-http v0.6.8
20652026-05-29T14:11:34.966Z Compiling tokio-native-tls v0.3.1
20662026-05-29T14:11:34.989Z Compiling usdt-macro v0.6.0
20672026-05-29T14:11:35.120Z Compiling usdt-attr-macro v0.6.0
20682026-05-29T14:11:35.473Z Compiling rand_chacha v0.3.1
20692026-05-29T14:11:35.489Z Compiling erased-serde v0.3.31
20702026-05-29T14:11:35.612Z Compiling md-5 v0.10.6
20712026-05-29T14:11:35.690Z Compiling bstr v1.12.1
20722026-05-29T14:11:35.746Z Compiling num-integer v0.1.46
20732026-05-29T14:11:35.789Z Compiling hash32 v0.2.1
20742026-05-29T14:11:35.866Z Compiling vergen-lib v9.1.0
20752026-05-29T14:11:35.883Z Compiling ff v0.13.1
20762026-05-29T14:11:36.006Z Compiling fallible-iterator v0.2.0
20772026-05-29T14:11:36.045Z Compiling psl-types v2.0.11
20782026-05-29T14:11:36.064Z Compiling zlib-rs v0.6.2
20792026-05-29T14:11:36.101Z Compiling base16ct v0.2.0
20802026-05-29T14:11:36.178Z Compiling publicsuffix v2.3.0
20812026-05-29T14:11:36.276Z Compiling sec1 v0.7.3
20822026-05-29T14:11:36.294Z Compiling postgres-protocol v0.6.10
20832026-05-29T14:11:36.335Z Compiling group v0.13.0
20842026-05-29T14:11:36.373Z Compiling num-iter v0.1.45
20852026-05-29T14:11:36.570Z Compiling newtype-uuid v1.3.2
20862026-05-29T14:11:36.751Z Compiling rand v0.8.6
20872026-05-29T14:11:37.150Z Compiling oxnet v0.1.4
20882026-05-29T14:11:37.299Z Compiling derive_builder v0.20.2
20892026-05-29T14:11:37.427Z Compiling hyper-tls v0.6.0
20902026-05-29T14:11:37.459Z Compiling heck v0.4.1
20912026-05-29T14:11:37.462Z Compiling phf_shared v0.13.1
20922026-05-29T14:11:37.624Z Compiling pin-project v1.1.11
20932026-05-29T14:11:37.682Z Compiling lazy_static v1.5.0
20942026-05-29T14:11:37.795Z Compiling terminal_size v0.4.3
20952026-05-29T14:11:37.814Z Compiling serde_with_macros v3.17.0
20962026-05-29T14:11:37.834Z Compiling futures-executor v0.3.32
20972026-05-29T14:11:37.886Z Compiling hex v0.4.3
20982026-05-29T14:11:37.958Z Compiling hkdf v0.12.4
20992026-05-29T14:11:38.058Z Compiling crypto-bigint v0.5.5
21002026-05-29T14:11:38.108Z Compiling flate2 v1.1.9
21012026-05-29T14:11:38.143Z Compiling serde_repr v0.1.20
21022026-05-29T14:11:38.203Z Compiling async-recursion v1.1.1
21032026-05-29T14:11:38.220Z Compiling clap_derive v4.5.55
21042026-05-29T14:11:38.305Z Compiling enum-as-inner v0.6.1
21052026-05-29T14:11:38.399Z Compiling vergen v9.1.0
21062026-05-29T14:11:38.528Z Compiling cargo-platform v0.3.2
21072026-05-29T14:11:38.683Z Compiling managed v0.8.0
21082026-05-29T14:11:38.812Z Compiling foldhash v0.1.5
21092026-05-29T14:11:38.860Z Compiling clap_lex v1.0.0
21102026-05-29T14:11:38.901Z Compiling libbz2-rs-sys v0.2.2
21112026-05-29T14:11:38.947Z Compiling bitflags v1.3.2
21122026-05-29T14:11:38.978Z Compiling foldhash v0.2.0
21132026-05-29T14:11:39.043Z Compiling same-file v1.0.6
21142026-05-29T14:11:39.072Z Compiling bumpalo v3.20.2
21152026-05-29T14:11:39.095Z Compiling clap_builder v4.5.60
21162026-05-29T14:11:39.112Z Compiling elliptic-curve v0.13.8
21172026-05-29T14:11:39.196Z Compiling walkdir v2.5.0
21182026-05-29T14:11:39.210Z Compiling hashbrown v0.16.1
21192026-05-29T14:11:39.226Z Compiling hashbrown v0.15.5
21202026-05-29T14:11:39.338Z Compiling bzip2 v0.6.1
21212026-05-29T14:11:39.492Z Compiling zopfli v0.8.3
21222026-05-29T14:11:39.721Z Compiling cargo_metadata v0.23.1
21232026-05-29T14:11:39.843Z Compiling futures v0.3.32
21242026-05-29T14:11:40.066Z Compiling snafu v0.8.9
21252026-05-29T14:11:40.160Z Compiling zstd v0.13.3
21262026-05-29T14:11:40.296Z Compiling phf v0.13.1
21272026-05-29T14:11:40.388Z Compiling signal-hook-mio v0.2.5
21282026-05-29T14:11:40.441Z Compiling daft v0.1.7
21292026-05-29T14:11:40.478Z Compiling cookie_store v0.22.1
21302026-05-29T14:11:40.530Z Compiling postgres-types v0.2.12
21312026-05-29T14:11:40.737Z Compiling bzip2 v0.4.4
21322026-05-29T14:11:40.754Z Compiling globset v0.4.18
21332026-05-29T14:11:40.959Z Compiling strum v0.27.2
21342026-05-29T14:11:41.118Z Compiling hubpack v0.1.2
21352026-05-29T14:11:41.136Z Compiling ed25519 v2.2.3
21362026-05-29T14:11:41.139Z Compiling phf_shared v0.11.3
21372026-05-29T14:11:41.225Z Compiling crossbeam-epoch v0.9.18
21382026-05-29T14:11:41.316Z Compiling olpc-cjson v0.1.4
21392026-05-29T14:11:41.351Z Compiling pkcs1 v0.7.5
21402026-05-29T14:11:41.370Z Compiling pem v3.0.6
21412026-05-29T14:11:41.508Z Compiling serde-big-array v0.5.1
21422026-05-29T14:11:41.526Z Compiling serde_plain v1.0.2
21432026-05-29T14:11:41.565Z Compiling rfc6979 v0.4.0
21442026-05-29T14:11:41.591Z Compiling float-cmp v0.10.0
21452026-05-29T14:11:41.676Z Compiling memmap2 v0.9.10
21462026-05-29T14:11:41.706Z Compiling env_filter v1.0.0
21472026-05-29T14:11:41.724Z Compiling toml_write v0.1.2
21482026-05-29T14:11:41.739Z Compiling predicates-core v1.0.10
21492026-05-29T14:11:41.758Z Compiling fixedbitset v0.5.7
21502026-05-29T14:11:41.761Z Compiling precomputed-hash v0.1.1
21512026-05-29T14:11:41.811Z Compiling normalize-line-endings v0.3.0
21522026-05-29T14:11:41.887Z Compiling data-encoding v2.10.0
21532026-05-29T14:11:41.905Z Compiling static_assertions v1.1.0
21542026-05-29T14:11:41.930Z Compiling whoami v2.1.0
21552026-05-29T14:11:41.949Z Compiling jiff v0.2.21
21562026-05-29T14:11:41.980Z Compiling typed-path v0.9.3
21572026-05-29T14:11:42.000Z Compiling fixedbitset v0.4.2
21582026-05-29T14:11:42.000Z Compiling difflib v0.4.0
21592026-05-29T14:11:42.003Z Compiling new_debug_unreachable v1.0.6
21602026-05-29T14:11:42.086Z Compiling keccak v0.1.6
21612026-05-29T14:11:42.102Z Compiling string_cache v0.8.9
21622026-05-29T14:11:42.232Z Compiling hickory-proto v0.25.2
21632026-05-29T14:11:42.278Z Compiling sha3 v0.10.8
21642026-05-29T14:11:42.311Z Compiling predicates v3.1.4
21652026-05-29T14:11:42.339Z Compiling petgraph v0.6.5
21662026-05-29T14:11:42.441Z Compiling tokio-postgres v0.7.16
21672026-05-29T14:11:42.496Z Compiling petgraph v0.8.3
21682026-05-29T14:11:42.601Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21692026-05-29T14:11:42.723Z Compiling toml_edit v0.22.27
21702026-05-29T14:11:43.045Z Compiling env_logger v0.11.9
21712026-05-29T14:11:43.207Z Compiling usdt v0.6.0
21722026-05-29T14:11:43.386Z Compiling ecdsa v0.16.9
21732026-05-29T14:11:43.480Z Compiling rsa v0.9.10
21742026-05-29T14:11:43.622Z Compiling ed25519-dalek v2.2.0
21752026-05-29T14:11:44.182Z Compiling zip v0.6.6
21762026-05-29T14:11:44.284Z Compiling crossterm v0.28.1
21772026-05-29T14:11:44.468Z Compiling iddqd v0.4.2
21782026-05-29T14:11:44.724Z Compiling zip v4.6.1
21792026-05-29T14:11:44.945Z Compiling clap v4.5.60
21802026-05-29T14:11:45.249Z Compiling serde_with v3.17.0
21812026-05-29T14:11:45.307Z Compiling similar v2.7.0
21822026-05-29T14:11:45.381Z Compiling strum v0.26.3
21832026-05-29T14:11:45.458Z Compiling toml v0.7.8
21842026-05-29T14:11:45.480Z Compiling tokio-stream v0.1.18
21852026-05-29T14:11:45.605Z Compiling itertools v0.13.0
21862026-05-29T14:11:45.631Z Compiling buf-list v1.1.2
21872026-05-29T14:11:45.791Z Compiling x509-cert v0.2.5
21882026-05-29T14:11:46.024Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21892026-05-29T14:11:46.061Z Compiling openapiv3 v2.2.0
21902026-05-29T14:11:46.291Z Compiling sha1 v0.10.6
21912026-05-29T14:11:46.595Z Compiling peg-runtime v0.8.5
21922026-05-29T14:11:46.696Z Compiling lalrpop-util v0.19.12
21932026-05-29T14:12:01.681Z Compiling rustls-webpki v0.103.9
21942026-05-29T14:12:03.271Z Compiling macaddr v1.0.1
21952026-05-29T14:12:03.452Z Compiling structmeta-derive v0.3.0
21962026-05-29T14:12:03.471Z Compiling rayon-core v1.13.0
21972026-05-29T14:12:03.583Z Compiling crucible-workspace-hack v0.1.0
21982026-05-29T14:12:03.661Z Compiling itertools v0.14.0
21992026-05-29T14:12:03.714Z Compiling secrecy v0.10.3
22002026-05-29T14:12:03.828Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012026-05-29T14:12:03.847Z Compiling heapless v0.8.0
22022026-05-29T14:12:03.865Z Compiling toml_datetime v0.7.5+spec-1.1.0
22032026-05-29T14:12:03.905Z Compiling rustls v0.22.4
22042026-05-29T14:12:04.132Z Compiling toml_edit v0.23.10+spec-1.0.0
22052026-05-29T14:12:04.252Z Compiling crossbeam-deque v0.8.6
22062026-05-29T14:12:04.270Z Compiling rustls-webpki v0.102.8
22072026-05-29T14:12:04.288Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-05-29T14:12:04.324Z Compiling hash32 v0.3.1
22092026-05-29T14:12:04.363Z Compiling multer v3.1.0
22102026-05-29T14:12:04.380Z Compiling thread_local v1.1.9
22112026-05-29T14:12:04.462Z Compiling slog-async v2.8.0
22122026-05-29T14:12:04.479Z Compiling structmeta v0.3.0
22132026-05-29T14:12:04.507Z Compiling match_cfg v0.1.0
22142026-05-29T14:12:04.523Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22152026-05-29T14:12:04.592Z Compiling smoltcp v0.11.0
22162026-05-29T14:12:04.609Z Compiling unicode-width v0.2.0
22172026-05-29T14:12:04.661Z Compiling compression-core v0.4.31
22182026-05-29T14:12:04.710Z Compiling derive-ex v0.1.8
22192026-05-29T14:12:04.803Z Compiling compression-codecs v0.4.37
22202026-05-29T14:12:04.824Z Compiling proc-macro-crate v3.4.0
22212026-05-29T14:12:04.923Z Compiling hostname v0.3.1
22222026-05-29T14:12:04.974Z Compiling ingot-macros v0.1.1
22232026-05-29T14:12:05.081Z Compiling slog-json v2.6.1
22242026-05-29T14:12:05.115Z Compiling crossbeam-channel v0.5.15
22252026-05-29T14:12:05.195Z Compiling half v2.7.1
22262026-05-29T14:12:05.288Z Compiling newtype-uuid-macros v0.1.0
22272026-05-29T14:12:05.364Z Compiling cobs v0.3.0
22282026-05-29T14:12:05.521Z Compiling thiserror-impl-no-std v2.0.2
22292026-05-29T14:12:05.596Z Compiling tokio-rustls v0.26.4
22302026-05-29T14:12:05.675Z Compiling rustls-platform-verifier v0.6.2
22312026-05-29T14:12:05.832Z Compiling universal-hash v0.5.1
22322026-05-29T14:12:05.901Z Compiling hyper-rustls v0.27.7
22332026-05-29T14:12:05.918Z Compiling async-stream-impl v0.3.6
22342026-05-29T14:12:06.017Z Compiling serde_spanned v1.0.4
22352026-05-29T14:12:06.034Z Compiling toml_datetime v1.0.0+spec-1.1.0
22362026-05-29T14:12:06.121Z Compiling is-terminal v0.4.17
22372026-05-29T14:12:06.212Z Compiling reqwest v0.12.28
22382026-05-29T14:12:06.246Z Compiling reqwest v0.13.2
22392026-05-29T14:12:06.265Z Compiling proc-macro-error-attr v1.0.4
22402026-05-29T14:12:06.281Z Compiling dropshot v0.17.0
22412026-05-29T14:12:06.490Z Compiling term v1.2.1
22422026-05-29T14:12:06.509Z Compiling opaque-debug v0.3.1
22432026-05-29T14:12:06.525Z Compiling take_mut v0.2.2
22442026-05-29T14:12:06.528Z Compiling toml_writer v1.0.6+spec-1.1.0
22452026-05-29T14:12:06.558Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22462026-05-29T14:12:06.617Z Compiling convert_case v0.4.0
22472026-05-29T14:12:06.620Z Compiling ciborium-io v0.2.2
22482026-05-29T14:12:06.745Z Compiling ciborium-ll v0.2.2
22492026-05-29T14:12:06.807Z Compiling slog-term v2.9.2
22502026-05-29T14:12:06.835Z Compiling tokio-rustls v0.25.0
22512026-05-29T14:12:06.946Z Compiling derive_more v0.99.20
22522026-05-29T14:12:06.971Z Compiling toml v1.0.6+spec-1.1.0
22532026-05-29T14:12:07.042Z Compiling thiserror-no-std v2.0.2
22542026-05-29T14:12:07.110Z Compiling poly1305 v0.8.0
22552026-05-29T14:12:07.176Z Compiling async-stream v0.3.6
22562026-05-29T14:12:07.387Z Compiling test-strategy v0.4.5
22572026-05-29T14:12:07.402Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582026-05-29T14:12:07.700Z Compiling ingot-types v0.1.2
22592026-05-29T14:12:07.765Z Compiling postcard v1.1.3
22602026-05-29T14:12:07.976Z Compiling tough v0.22.0
22612026-05-29T14:12:08.106Z Compiling num_enum_derive v0.7.5
22622026-05-29T14:12:08.185Z Compiling ingot v0.1.1
22632026-05-29T14:12:08.209Z Compiling slog-bunyan v2.5.0
22642026-05-29T14:12:08.333Z Compiling async-compression v0.4.41
22652026-05-29T14:12:08.784Z Compiling parse-display-derive v0.10.0
22662026-05-29T14:12:08.829Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22672026-05-29T14:12:09.086Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-05-29T14:12:09.238Z Compiling proc-macro-crate v1.3.1
22692026-05-29T14:12:09.254Z Compiling backon v1.6.0
22702026-05-29T14:12:09.363Z Compiling waitgroup v0.1.2
22712026-05-29T14:12:09.559Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22722026-05-29T14:12:09.597Z Compiling password-hash v0.5.0
22732026-05-29T14:12:09.615Z Compiling chacha20 v0.9.1
22742026-05-29T14:12:09.629Z Compiling dropshot_endpoint v0.17.0
22752026-05-29T14:12:09.647Z Compiling rustls-pemfile v2.2.0
22762026-05-29T14:12:09.662Z Compiling blake2 v0.10.6
22772026-05-29T14:12:09.955Z Compiling aead v0.5.2
22782026-05-29T14:12:09.974Z Compiling foreign-types-macros v0.2.3
22792026-05-29T14:12:10.182Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22802026-05-29T14:12:10.203Z Compiling serde_path_to_error v0.1.20
22812026-05-29T14:12:10.298Z Compiling hostname v0.4.2
22822026-05-29T14:12:10.478Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22832026-05-29T14:12:10.509Z Compiling proc-macro-error v1.0.4
22842026-05-29T14:12:10.575Z Compiling instant v0.1.13
22852026-05-29T14:12:10.592Z Compiling typeid v1.0.3
22862026-05-29T14:12:10.613Z Compiling cpufeatures v0.3.0
22872026-05-29T14:12:10.675Z Compiling foreign-types-shared v0.3.1
22882026-05-29T14:12:10.706Z Compiling debug-ignore v1.0.5
22892026-05-29T14:12:10.725Z Compiling chacha20 v0.10.0
22902026-05-29T14:12:10.729Z Compiling backoff v0.4.0
22912026-05-29T14:12:10.799Z Compiling foreign-types v0.5.0
22922026-05-29T14:12:10.817Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-05-29T14:12:10.834Z Compiling parse-display v0.10.0
22942026-05-29T14:12:10.852Z Compiling chacha20poly1305 v0.10.1
22952026-05-29T14:12:10.907Z Compiling argon2 v0.5.3
22962026-05-29T14:12:10.926Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22972026-05-29T14:12:10.947Z Compiling num_enum_derive v0.5.11
22982026-05-29T14:12:10.967Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22992026-05-29T14:12:10.992Z Compiling num_enum v0.7.5
23002026-05-29T14:12:11.061Z Compiling vsss-rs v3.3.4
23012026-05-29T14:12:11.146Z Compiling ciborium v0.2.2
23022026-05-29T14:12:11.325Z Compiling tabwriter v1.4.1
23032026-05-29T14:12:11.438Z Compiling regress v0.10.5
23042026-05-29T14:12:11.626Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-05-29T14:12:11.713Z Compiling byte-wrapper v0.1.0
23062026-05-29T14:12:11.748Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23072026-05-29T14:12:11.907Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-05-29T14:12:11.926Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23092026-05-29T14:12:11.941Z Compiling cstr-argument v0.1.2
23102026-05-29T14:12:11.986Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-05-29T14:12:12.005Z Compiling humantime v2.3.0
23122026-05-29T14:12:12.141Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23132026-05-29T14:12:12.364Z Compiling erased-serde v0.4.9
23142026-05-29T14:12:12.419Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-05-29T14:12:12.443Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162026-05-29T14:12:12.472Z Compiling num_enum v0.5.11
23172026-05-29T14:12:12.547Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-05-29T14:12:12.644Z Compiling rand v0.10.0
23192026-05-29T14:12:12.647Z Compiling rayon v1.11.0
23202026-05-29T14:12:12.683Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23212026-05-29T14:12:12.764Z Compiling indent_write v2.2.0
23222026-05-29T14:12:12.783Z Compiling colored v3.1.1
23232026-05-29T14:12:12.810Z Compiling libefi-sys v0.1.0
23242026-05-29T14:12:12.831Z Compiling zone_cfg_derive v0.3.1
23252026-05-29T14:12:12.911Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23262026-05-29T14:12:12.947Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-05-29T14:12:13.074Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23282026-05-29T14:12:13.091Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23292026-05-29T14:12:13.168Z Compiling camino-tempfile v1.4.1
23302026-05-29T14:12:13.342Z Compiling itertools v0.12.1
23312026-05-29T14:12:13.502Z Compiling usdt-attr-macro v0.5.0
23322026-05-29T14:12:13.505Z Compiling usdt-macro v0.5.0
23332026-05-29T14:12:13.536Z Compiling bitfield-struct v0.6.2
23342026-05-29T14:12:13.613Z Compiling num-derive v0.4.2
23352026-05-29T14:12:13.652Z Compiling blake3 v1.8.3
23362026-05-29T14:12:13.668Z Compiling ordered-float v2.10.1
23372026-05-29T14:12:13.970Z Compiling sigpipe v0.1.3
23382026-05-29T14:12:14.034Z Compiling memmap v0.7.0
23392026-05-29T14:12:14.089Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23402026-05-29T14:12:14.189Z Compiling glob v0.3.3
23412026-05-29T14:12:14.243Z Compiling swrite v0.1.0
23422026-05-29T14:12:14.284Z Compiling usdt v0.5.0
23432026-05-29T14:12:14.301Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-05-29T14:12:14.342Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23452026-05-29T14:12:14.535Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23462026-05-29T14:12:14.645Z Compiling zone v0.3.1
23472026-05-29T14:12:14.797Z Compiling serde-value v0.7.0
23482026-05-29T14:12:14.836Z Compiling serde-untagged v0.1.9
23492026-05-29T14:12:14.911Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23502026-05-29T14:12:15.141Z Compiling toml v0.8.23
23512026-05-29T14:12:15.176Z Compiling smf v0.2.3
23522026-05-29T14:12:15.192Z Compiling filetime v0.2.27
23532026-05-29T14:12:15.227Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-05-29T14:12:15.230Z Compiling whoami v1.6.1
23552026-05-29T14:12:15.259Z Compiling arrayref v0.3.9
23562026-05-29T14:12:15.331Z Compiling arrayvec v0.7.6
23572026-05-29T14:12:15.361Z Compiling constant_time_eq v0.4.2
23582026-05-29T14:12:15.421Z Compiling unicode-xid v0.2.6
23592026-05-29T14:12:15.465Z Compiling xattr v1.6.1
23602026-05-29T14:12:15.518Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-29T14:12:15.598Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23622026-05-29T14:12:15.616Z Compiling tokio-dtrace v0.1.1
23632026-05-29T14:12:15.694Z Compiling tar v0.4.45
23642026-05-29T14:12:15.723Z Compiling cargo-util-schemas v0.8.2
23652026-05-29T14:12:15.858Z Compiling console v0.16.2
23662026-05-29T14:12:15.973Z Compiling gethostname v0.5.0
23672026-05-29T14:12:16.131Z Compiling cargo-platform v0.2.0
23682026-05-29T14:12:16.208Z Compiling topological-sort v0.2.2
23692026-05-29T14:12:16.250Z Compiling unit-prefix v0.5.2
23702026-05-29T14:12:16.294Z Compiling oxide-tokio-rt v0.1.4
23712026-05-29T14:12:16.346Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23722026-05-29T14:12:16.408Z Compiling indicatif v0.18.4
23732026-05-29T14:12:16.441Z Compiling shell-words v1.1.1
23742026-05-29T14:12:16.891Z Compiling cargo_metadata v0.21.0
23752026-05-29T14:12:26.121Z Compiling progenitor-client v0.14.0
23762026-05-29T14:12:26.137Z Compiling progenitor-client v0.10.0
23772026-05-29T14:12:26.141Z Compiling omicron-zone-package v0.12.2
23782026-05-29T14:12:26.624Z Compiling progenitor-extras v0.2.0
23792026-05-29T14:12:28.898Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23802026-05-29T14:12:28.925Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-05-29T14:12:29.008Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-05-29T14:12:29.036Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-05-29T14:12:29.227Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23842026-05-29T14:12:29.257Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23852026-05-29T14:12:29.336Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23862026-05-29T14:12:29.370Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23872026-05-29T14:12:29.388Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-05-29T14:12:33.370Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-05-29T14:12:41.198Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-05-29T14:12:44.296Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-05-29T14:12:45.290Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-05-29T14:12:55.112Z Finished `release` profile [optimized] target(s) in 1m 45s
23932026-05-29T14:12:55.263Z Running `target/release/omicron-package -t test target create -p dev`
23942026-05-29T14:12:55.328ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-05-29T14:12:55.332ZCreated new build target 'test' and set it as active
23962026-05-29T14:12:55.335Z
23972026-05-29T14:12:55.335Zreal 1:45.853574848
23982026-05-29T14:12:55.335Zuser 17:09.859685039
23992026-05-29T14:12:55.335Zsys 2:44.712265420
24002026-05-29T14:12:55.335Ztrap 0.465332701
24012026-05-29T14:12:55.335Ztflt 2.920121427
24022026-05-29T14:12:55.335Zdflt 4.106418304
24032026-05-29T14:12:55.335Zkflt 0.000539085
24042026-05-29T14:12:55.335Zlock 53:36.179781913
24052026-05-29T14:12:55.335Zslp 43:50.067377091
24062026-05-29T14:12:55.335Zlat 43.667363093
24072026-05-29T14:12:55.335Zstop 5:43.545670824
24082026-05-29T14:12:55.335Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-05-29T14:12:56.243Z Finished `release` profile [optimized] target(s) in 0.89s
24102026-05-29T14:12:56.316Z Running `target/release/omicron-package -t test package`
24112026-05-29T14:12:56.376ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-05-29T14:12:57.844Z Compiling heck v0.5.0
24132026-05-29T14:12:57.844Z Compiling regress v0.11.1
24142026-05-29T14:12:58.069Z Compiling unsafe-libyaml v0.2.11
24152026-05-29T14:12:58.115Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-05-29T14:12:58.141Z Compiling regress v0.10.5
24172026-05-29T14:12:58.166Z Compiling is-terminal v0.4.17
24182026-05-29T14:12:58.169Z Compiling unicode-width v0.1.14
24192026-05-29T14:12:58.187Z Compiling prettyplease v0.2.37
24202026-05-29T14:12:58.190Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24212026-05-29T14:12:58.190Z Compiling bytecount v0.6.9
24222026-05-29T14:12:58.190Z Compiling rustls v0.22.4
24232026-05-29T14:12:58.190Z Compiling rustls-webpki v0.102.8
24242026-05-29T14:12:58.208Z Compiling derive-where v1.6.0
24252026-05-29T14:12:58.211Z Compiling thread_local v1.1.9
24262026-05-29T14:12:58.228Z Compiling compression-core v0.4.31
24272026-05-29T14:12:58.315Z Compiling match_cfg v0.1.0
24282026-05-29T14:12:58.339Z Compiling multer v3.1.0
24292026-05-29T14:12:58.445Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24302026-05-29T14:12:58.469Z Compiling hostname v0.3.1
24312026-05-29T14:12:58.472Z Compiling compression-codecs v0.4.37
24322026-05-29T14:12:58.472Z Compiling slog-async v2.8.0
24332026-05-29T14:12:58.537Z Compiling crossbeam-channel v0.5.15
24342026-05-29T14:12:58.541Z Compiling slog-json v2.6.1
24352026-05-29T14:12:58.584Z Compiling serde_spanned v1.0.4
24362026-05-29T14:12:58.587Z Compiling toml_datetime v1.0.0+spec-1.1.0
24372026-05-29T14:12:58.634Z Compiling serde_yaml v0.9.34+deprecated
24382026-05-29T14:12:58.658Z Compiling take_mut v0.2.2
24392026-05-29T14:12:58.661Z Compiling toml_writer v1.0.6+spec-1.1.0
24402026-05-29T14:12:58.781Z Compiling term v1.2.1
24412026-05-29T14:12:58.784Z Compiling slog-bunyan v2.5.0
24422026-05-29T14:12:58.822Z Compiling async-compression v0.4.41
24432026-05-29T14:12:58.924Z Compiling toml v1.0.6+spec-1.1.0
24442026-05-29T14:12:58.995Z Compiling dropshot v0.17.0
24452026-05-29T14:12:59.019Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24462026-05-29T14:12:59.044Z Compiling async-stream v0.3.6
24472026-05-29T14:12:59.070Z Compiling num-rational v0.4.2
24482026-05-29T14:12:59.172Z Compiling slog-term v2.9.2
24492026-05-29T14:12:59.194Z Compiling progenitor-client v0.14.0
24502026-05-29T14:12:59.246Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24512026-05-29T14:12:59.286Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-05-29T14:12:59.324Z Compiling waitgroup v0.1.2
24532026-05-29T14:12:59.354Z Compiling rustls-pemfile v2.2.0
24542026-05-29T14:12:59.470Z Compiling backon v1.6.0
24552026-05-29T14:12:59.491Z Compiling num-complex v0.4.6
24562026-05-29T14:12:59.517Z Compiling hostname v0.4.2
24572026-05-29T14:12:59.543Z Compiling serde_path_to_error v0.1.20
24582026-05-29T14:12:59.564Z Compiling instant v0.1.13
24592026-05-29T14:12:59.585Z Compiling debug-ignore v1.0.5
24602026-05-29T14:12:59.689Z Compiling typify-impl v0.6.2
24612026-05-29T14:12:59.712Z Compiling backoff v0.4.0
24622026-05-29T14:12:59.716Z Compiling progenitor-extras v0.2.0
24632026-05-29T14:12:59.716Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24642026-05-29T14:12:59.776Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-05-29T14:13:00.056Z Compiling num v0.4.3
24662026-05-29T14:13:00.079Z Compiling parse-display v0.10.0
24672026-05-29T14:13:00.104Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-05-29T14:13:00.125Z Compiling progenitor-client v0.10.0
24692026-05-29T14:13:00.168Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24702026-05-29T14:13:00.172Z Compiling macaddr v1.0.1
24712026-05-29T14:13:00.212Z Compiling humantime v2.3.0
24722026-05-29T14:13:00.240Z Compiling float-ord v0.3.2
24732026-05-29T14:13:00.388Z Compiling console v0.15.11
24742026-05-29T14:13:00.458Z Compiling newline-converter v0.3.0
24752026-05-29T14:13:00.462Z Compiling atomicwrites v0.4.4
24762026-05-29T14:13:00.503Z Compiling progenitor-client v0.13.0
24772026-05-29T14:13:00.567Z Compiling slog-dtrace v0.3.0
24782026-05-29T14:13:00.632Z Compiling owo-colors v4.3.0
24792026-05-29T14:13:00.728Z Compiling tokio-rustls v0.25.0
24802026-05-29T14:13:00.809Z Compiling expectorate v1.2.0
24812026-05-29T14:13:00.848Z Compiling cancel-safe-futures v0.1.5
24822026-05-29T14:13:00.886Z Compiling resolv-conf v0.7.6
24832026-05-29T14:13:01.000Z Compiling toml v0.8.23
24842026-05-29T14:13:01.045Z Compiling libsw-core v0.3.2
24852026-05-29T14:13:01.148Z Compiling linked-hash-map v0.5.6
24862026-05-29T14:13:01.266Z Compiling libsw v3.5.0
24872026-05-29T14:13:01.309Z Compiling linear-map v1.2.0
24882026-05-29T14:13:01.398Z Compiling lru-cache v0.1.2
24892026-05-29T14:13:01.524Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-05-29T14:13:01.565Z Compiling minimal-lexical v0.2.1
24912026-05-29T14:13:01.587Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24922026-05-29T14:13:01.612Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-05-29T14:13:01.633Z Compiling hickory-proto v0.24.4
24942026-05-29T14:13:01.658Z Compiling unicode-xid v0.2.6
24952026-05-29T14:13:01.677Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24962026-05-29T14:13:01.776Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24972026-05-29T14:13:01.823Z Compiling nom v7.1.3
24982026-05-29T14:13:01.853Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-05-29T14:13:02.065Z Compiling convert_case v0.10.0
25002026-05-29T14:13:02.379Z Compiling derive_more-impl v2.1.1
25012026-05-29T14:13:02.564Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25022026-05-29T14:13:03.129Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25032026-05-29T14:13:03.201Z Compiling derive_more v2.1.1
25042026-05-29T14:13:03.284Z Compiling papergrid v0.11.0
25052026-05-29T14:13:03.308Z Compiling tabled_derive v0.7.0
25062026-05-29T14:13:03.331Z Compiling termtree v0.5.1
25072026-05-29T14:13:03.334Z Compiling typify-macro v0.6.2
25082026-05-29T14:13:03.563Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25092026-05-29T14:13:03.892Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-05-29T14:13:04.226Z Compiling hickory-resolver v0.24.4
25112026-05-29T14:13:04.407Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25122026-05-29T14:13:04.455Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-05-29T14:13:04.669Z Compiling tabled v0.15.0
25142026-05-29T14:13:04.693Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25152026-05-29T14:13:04.927Z Compiling typify v0.6.2
25162026-05-29T14:13:05.071Z Compiling progenitor-impl v0.14.0
25172026-05-29T14:13:05.649Z Compiling progenitor-impl v0.13.0
25182026-05-29T14:13:07.275Z Compiling progenitor-macro v0.14.0
25192026-05-29T14:13:07.547Z Compiling qorb v0.4.1
25202026-05-29T14:13:07.837Z Compiling progenitor-macro v0.13.0
25212026-05-29T14:13:09.505Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25222026-05-29T14:13:09.877Z Compiling crossterm v0.29.0
25232026-05-29T14:13:09.902Z Compiling phf_shared v0.12.1
25242026-05-29T14:13:10.167Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-05-29T14:13:10.251Z Compiling csv-core v0.1.13
25262026-05-29T14:13:10.333Z Compiling vte v0.14.1
25272026-05-29T14:13:10.598Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25282026-05-29T14:13:10.721Z Compiling highway v1.3.0
25292026-05-29T14:13:10.807Z Compiling chrono-tz v0.10.4
25302026-05-29T14:13:11.082Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25312026-05-29T14:13:11.236Z Compiling strip-ansi-escapes v0.2.1
25322026-05-29T14:13:11.447Z Compiling progenitor v0.14.0
25332026-05-29T14:13:11.489Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25342026-05-29T14:13:11.643Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-05-29T14:13:11.817Z Compiling csv v1.4.0
25362026-05-29T14:13:12.006Z Compiling progenitor v0.13.0
25372026-05-29T14:13:12.194Z Compiling phf v0.12.1
25382026-05-29T14:13:12.312Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25392026-05-29T14:13:12.423Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-05-29T14:13:12.482Z Compiling const_format_proc_macros v0.2.34
25412026-05-29T14:13:12.588Z Compiling fd-lock v4.0.4
25422026-05-29T14:13:12.780Z Compiling peg-macros v0.8.5
25432026-05-29T14:13:12.837Z Compiling nu-ansi-term v0.50.3
25442026-05-29T14:13:13.322Z Compiling const_format v0.2.35
25452026-05-29T14:13:13.425Z Compiling reedline v0.40.0
25462026-05-29T14:13:13.831Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25472026-05-29T14:13:14.070Z Compiling peg v0.8.5
25482026-05-29T14:13:14.177Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25492026-05-29T14:13:15.006Z Compiling bcs v0.1.6
25502026-05-29T14:13:15.188Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-05-29T14:13:15.364Z Compiling semver v0.1.20
25522026-05-29T14:13:15.448Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25532026-05-29T14:13:15.490Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25542026-05-29T14:13:15.693Z Compiling rustc_version v0.1.7
25552026-05-29T14:13:15.725Z Compiling unicode-linebreak v0.1.5
25562026-05-29T14:13:15.935Z Compiling newtype_derive v0.1.6
25572026-05-29T14:13:16.047Z Compiling smawk v0.3.2
25582026-05-29T14:13:16.239Z Compiling textwrap v0.16.2
25592026-05-29T14:13:16.261Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-29T14:13:16.481Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-05-29T14:13:16.674Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25622026-05-29T14:13:17.056Z Compiling base64 v0.21.7
25632026-05-29T14:13:17.228Z Compiling steno v0.4.1
25642026-05-29T14:13:17.617Z Compiling dropshot-api-manager-types v0.7.2
25652026-05-29T14:13:17.877Z Compiling tagptr v0.2.0
25662026-05-29T14:13:17.948Z Compiling utf-8 v0.7.6
25672026-05-29T14:13:18.088Z Compiling moka v0.12.13
25682026-05-29T14:13:18.213Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-05-29T14:13:18.260Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-05-29T14:13:18.267Z Compiling tungstenite v0.21.0
25712026-05-29T14:13:18.434Z Compiling radium v0.7.0
25722026-05-29T14:13:18.492Z Compiling maybe-uninit v2.0.0
25732026-05-29T14:13:18.561Z Compiling tap v1.0.1
25742026-05-29T14:13:18.713Z Compiling display-error-chain v0.2.2
25752026-05-29T14:13:18.874Z Compiling tokio-tungstenite v0.21.0
25762026-05-29T14:13:18.901Z Compiling wyz v0.5.1
25772026-05-29T14:13:19.150Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-05-29T14:13:19.262Z Compiling hickory-resolver v0.25.2
25792026-05-29T14:13:19.284Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25802026-05-29T14:13:19.341Z Compiling zerocopy-derive v0.6.6
25812026-05-29T14:13:19.989Z Compiling proc-macro-error-attr2 v2.0.0
25822026-05-29T14:13:20.143Z Compiling funty v2.0.0
25832026-05-29T14:13:20.269Z Compiling crc-catalog v2.4.0
25842026-05-29T14:13:20.428Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-05-29T14:13:20.453Z Compiling packed_struct v0.10.1
25862026-05-29T14:13:20.453Z Compiling proc-macro-error2 v2.0.1
25872026-05-29T14:13:20.752Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25882026-05-29T14:13:20.828Z Compiling bitvec v1.0.1
25892026-05-29T14:13:21.093Z Compiling crc v3.4.0
25902026-05-29T14:13:21.118Z Compiling zerocopy v0.6.6
25912026-05-29T14:13:21.435Z Compiling libscf-sys v1.2.0
25922026-05-29T14:13:21.527Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-05-29T14:13:21.626Z Compiling packed_struct_codegen v0.10.1
25942026-05-29T14:13:21.981Z Compiling vergen-lib v0.1.6
25952026-05-29T14:13:22.216Z Compiling bitfield-macros v0.19.4
25962026-05-29T14:13:22.657Z Compiling indexmap v1.9.3
25972026-05-29T14:13:22.759Z Compiling nodrop v0.1.14
25982026-05-29T14:13:22.900Z Compiling array-init v0.0.4
25992026-05-29T14:13:22.983Z Compiling bitfield v0.19.4
26002026-05-29T14:13:23.264Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26012026-05-29T14:13:23.301Z Compiling smallvec v0.6.14
26022026-05-29T14:13:23.327Z Compiling tabled_derive v0.11.0
26032026-05-29T14:13:23.727Z Compiling papergrid v0.17.0
26042026-05-29T14:13:23.760Z Compiling testing_table v0.3.0
26052026-05-29T14:13:23.975Z Compiling vergen-gitcl v1.0.8
26062026-05-29T14:13:24.212Z Compiling dirs-sys-next v0.1.2
26072026-05-29T14:13:24.237Z Compiling glob v0.3.3
26082026-05-29T14:13:24.237Z Compiling maplit v1.0.2
26092026-05-29T14:13:24.360Z Compiling crunchy v0.2.4
26102026-05-29T14:13:24.402Z Compiling diesel_derives v2.3.7
26112026-05-29T14:13:24.522Z Compiling hashbrown v0.12.3
26122026-05-29T14:13:24.544Z Compiling dirs-next v2.0.0
26132026-05-29T14:13:24.636Z Compiling clang-sys v1.8.1
26142026-05-29T14:13:24.703Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-05-29T14:13:24.749Z Compiling serde-hex v0.1.0
26162026-05-29T14:13:24.911Z Compiling tabled v0.20.0
26172026-05-29T14:13:25.111Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-05-29T14:13:25.133Z Compiling ron v0.8.1
26192026-05-29T14:13:25.359Z Compiling hashbrown v0.13.2
26202026-05-29T14:13:25.585Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-29T14:13:25.756Z Compiling scheduled-thread-pool v0.2.7
26222026-05-29T14:13:25.913Z Compiling dsl_auto_type v0.2.0
26232026-05-29T14:13:25.979Z Compiling diesel_table_macro_syntax v0.3.0
26242026-05-29T14:13:26.207Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26252026-05-29T14:13:26.356Z Compiling tiny-keccak v2.0.2
26262026-05-29T14:13:26.443Z Compiling crc-any v2.5.0
26272026-05-29T14:13:26.671Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-29T14:13:26.777Z Compiling r2d2 v0.8.10
26292026-05-29T14:13:26.913Z Compiling object v0.30.4
26302026-05-29T14:13:26.917Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-05-29T14:13:27.145Z Compiling term v0.7.0
26322026-05-29T14:13:27.205Z Compiling bit-vec v0.6.3
26332026-05-29T14:13:27.448Z Compiling path-slash v0.1.5
26342026-05-29T14:13:27.580Z Compiling downcast-rs v2.0.2
26352026-05-29T14:13:27.604Z Compiling xshell-macros v0.2.7
26362026-05-29T14:13:27.653Z Compiling ascii-canvas v3.0.0
26372026-05-29T14:13:27.675Z Compiling bit-set v0.5.3
26382026-05-29T14:13:27.723Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26392026-05-29T14:13:27.874Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26402026-05-29T14:13:27.958Z Compiling itertools v0.10.5
26412026-05-29T14:13:28.023Z Compiling xshell v0.2.7
26422026-05-29T14:13:28.381Z Compiling ena v0.14.4
26432026-05-29T14:13:28.409Z Compiling libloading v0.8.9
26442026-05-29T14:13:28.631Z Compiling bindgen v0.71.1
26452026-05-29T14:13:28.653Z Compiling diff v0.1.13
26462026-05-29T14:13:28.922Z Compiling unicase v2.9.0
26472026-05-29T14:13:28.945Z Compiling regex-syntax v0.6.29
26482026-05-29T14:13:29.081Z Compiling crc8 v0.1.1
26492026-05-29T14:13:29.260Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26502026-05-29T14:13:29.375Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26512026-05-29T14:13:29.490Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26522026-05-29T14:13:30.444Z Compiling lalrpop v0.19.12
26532026-05-29T14:13:30.518Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-05-29T14:13:30.849Z Compiling cexpr v0.6.0
26552026-05-29T14:13:30.906Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26562026-05-29T14:13:31.092Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26572026-05-29T14:13:31.127Z Compiling rustc-hash v2.1.1
26582026-05-29T14:13:31.192Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26592026-05-29T14:13:31.301Z Compiling headers-core v0.3.0
26602026-05-29T14:13:31.322Z Compiling diesel v2.3.7
26612026-05-29T14:13:31.463Z Compiling libxml v0.3.3
26622026-05-29T14:13:31.499Z Compiling headers v0.4.1
26632026-05-29T14:13:31.785Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26642026-05-29T14:13:31.806Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26652026-05-29T14:13:31.856Z Compiling typify-impl v0.4.3
26662026-05-29T14:13:31.912Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-05-29T14:13:32.156Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26682026-05-29T14:13:32.523Z Compiling strum_macros v0.24.3
26692026-05-29T14:13:32.684Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702026-05-29T14:13:32.848Z Compiling git-stub v1.0.0
26712026-05-29T14:13:33.028Z Compiling indoc v1.0.9
26722026-05-29T14:13:33.129Z Compiling git-stub-vcs v0.1.0
26732026-05-29T14:13:33.477Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-05-29T14:13:33.512Z Compiling derive_builder v0.20.2
26752026-05-29T14:13:33.697Z Compiling oso-derive v0.27.3
26762026-05-29T14:13:33.720Z Compiling quick-xml v0.37.5
26772026-05-29T14:13:33.827Z Compiling impl-trait-for-tuples v0.2.3
26782026-05-29T14:13:34.215Z Compiling openssl-probe v0.1.6
26792026-05-29T14:13:34.554Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-05-29T14:13:35.099Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26812026-05-29T14:13:35.163Z Compiling half v1.8.3
26822026-05-29T14:13:35.299Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-05-29T14:13:35.321Z Compiling bb8 v0.8.6
26842026-05-29T14:13:35.385Z Compiling typify-macro v0.4.3
26852026-05-29T14:13:35.522Z Compiling serde_cbor v0.11.2
26862026-05-29T14:13:35.619Z Compiling trait-variant v0.1.2
26872026-05-29T14:13:35.709Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26882026-05-29T14:13:35.739Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26892026-05-29T14:13:35.976Z Compiling samael v0.0.19
26902026-05-29T14:13:36.099Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26912026-05-29T14:13:36.202Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26922026-05-29T14:13:36.451Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26932026-05-29T14:13:36.600Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26942026-05-29T14:13:36.737Z Compiling fxhash v0.2.1
26952026-05-29T14:13:36.918Z Compiling libz-sys v1.1.24
26962026-05-29T14:13:36.947Z Compiling typify v0.4.3
26972026-05-29T14:13:37.026Z Compiling salty v0.3.0
26982026-05-29T14:13:37.104Z Compiling progenitor-impl v0.11.2
26992026-05-29T14:13:37.322Z Compiling nonempty v0.12.0
27002026-05-29T14:13:37.498Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27012026-05-29T14:13:37.572Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27022026-05-29T14:13:37.827Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27032026-05-29T14:13:37.984Z Compiling progenitor-client v0.11.2
27042026-05-29T14:13:38.010Z Compiling kstat-rs v0.2.4
27052026-05-29T14:13:38.036Z Compiling polar-core v0.27.3
27062026-05-29T14:13:38.062Z Compiling arc-swap v1.8.2
27072026-05-29T14:13:38.452Z Compiling fs-err v2.11.0
27082026-05-29T14:13:38.779Z Compiling mime_guess v2.0.5
27092026-05-29T14:13:38.847Z Compiling slog-scope v4.4.1
27102026-05-29T14:13:39.307Z Compiling progenitor-macro v0.11.2
27112026-05-29T14:13:39.334Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27122026-05-29T14:13:39.338Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-05-29T14:13:39.843Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27142026-05-29T14:13:42.081Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27152026-05-29T14:13:42.232Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27162026-05-29T14:13:42.313Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27172026-05-29T14:13:42.597Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27182026-05-29T14:13:42.948Z Compiling nanorand v0.7.0
27192026-05-29T14:13:43.326Z Compiling darling_core v0.23.0
27202026-05-29T14:13:43.420Z Compiling progenitor v0.11.2
27212026-05-29T14:13:43.508Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-05-29T14:13:43.598Z Compiling parking_lot_core v0.8.6
27232026-05-29T14:13:43.624Z Compiling flume v0.11.1
27242026-05-29T14:13:43.804Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27252026-05-29T14:13:43.893Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27262026-05-29T14:13:43.938Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27272026-05-29T14:13:45.517Z Compiling darling_macro v0.23.0
27282026-05-29T14:13:46.053Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292026-05-29T14:13:48.330Z Compiling oso v0.27.3
27302026-05-29T14:13:51.870Z Compiling async-bb8-diesel v0.2.1
27312026-05-29T14:13:51.906Z Compiling diesel-dtrace v0.5.0
27322026-05-29T14:13:51.977Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-05-29T14:13:52.146Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27342026-05-29T14:13:52.268Z Compiling slog-stdlog v4.1.1
27352026-05-29T14:13:52.772Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27362026-05-29T14:13:52.898Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27372026-05-29T14:13:53.809Z Compiling primeorder v0.13.6
27382026-05-29T14:13:54.065Z Compiling atty v0.2.14
27392026-05-29T14:13:54.096Z Compiling instability v0.3.11
27402026-05-29T14:13:54.138Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27412026-05-29T14:13:54.223Z Compiling http-range v0.1.5
27422026-05-29T14:13:54.328Z Compiling parse-size v1.1.0
27432026-05-29T14:13:54.389Z Compiling strsim v0.10.0
27442026-05-29T14:13:54.462Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27452026-05-29T14:13:54.578Z Compiling darling_core v0.13.4
27462026-05-29T14:13:54.606Z Compiling p384 v0.13.1
27472026-05-29T14:13:54.766Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27482026-05-29T14:13:54.817Z Compiling slog-envlogger v2.2.0
27492026-05-29T14:13:56.659Z Compiling darling v0.23.0
27502026-05-29T14:13:56.759Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27512026-05-29T14:13:56.786Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27522026-05-29T14:13:56.807Z Compiling ignore v0.4.25
27532026-05-29T14:13:57.361Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-05-29T14:13:57.613Z Compiling castaway v0.2.4
27552026-05-29T14:13:57.637Z Compiling vergen-git2 v9.1.0
27562026-05-29T14:13:57.779Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-05-29T14:13:57.892Z Compiling indoc v2.0.7
27582026-05-29T14:13:58.139Z Compiling compact_str v0.8.1
27592026-05-29T14:13:58.829Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-05-29T14:13:58.877Z Compiling globwalk v0.9.1
27612026-05-29T14:13:59.061Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-05-29T14:13:59.567Z Compiling parking_lot v0.11.2
27632026-05-29T14:13:59.608Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27642026-05-29T14:14:00.073Z Compiling hyper-staticfile v0.10.1
27652026-05-29T14:14:00.329Z Compiling darling_macro v0.13.4
27662026-05-29T14:14:00.491Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-05-29T14:14:01.153Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27682026-05-29T14:14:01.287Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27692026-05-29T14:14:01.833Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-05-29T14:14:01.861Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27712026-05-29T14:14:02.072Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-05-29T14:14:02.206Z Compiling predicates-tree v1.0.13
27732026-05-29T14:14:02.340Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27742026-05-29T14:14:02.574Z Compiling unicode-truncate v1.1.0
27752026-05-29T14:14:02.596Z Compiling lru v0.12.5
27762026-05-29T14:14:02.678Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-05-29T14:14:02.797Z Compiling rand_seeder v0.4.0
27782026-05-29T14:14:02.827Z Compiling prefix-trie v0.7.0
27792026-05-29T14:14:03.078Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-05-29T14:14:03.160Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27812026-05-29T14:14:03.241Z Compiling rustls v0.21.12
27822026-05-29T14:14:03.268Z Compiling cassowary v0.3.0
27832026-05-29T14:14:03.353Z Compiling corncobs v0.1.4
27842026-05-29T14:14:03.377Z Compiling illumos-nvpair-sys v0.2.0
27852026-05-29T14:14:03.446Z Compiling hickory-server v0.25.2
27862026-05-29T14:14:03.507Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-05-29T14:14:03.549Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-05-29T14:14:03.608Z Compiling ratatui v0.29.0
27892026-05-29T14:14:03.663Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-05-29T14:14:03.804Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27912026-05-29T14:14:03.846Z Compiling camino-tempfile-ext v0.3.3
27922026-05-29T14:14:03.920Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-05-29T14:14:04.218Z Compiling darling v0.13.4
27942026-05-29T14:14:04.513Z Compiling sled v0.34.7
27952026-05-29T14:14:04.829Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27962026-05-29T14:14:04.860Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27972026-05-29T14:14:05.342Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27982026-05-29T14:14:06.849Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27992026-05-29T14:14:07.906Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-05-29T14:14:08.007Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-05-29T14:14:08.146Z Compiling sct v0.7.1
28022026-05-29T14:14:08.249Z Compiling rustls-webpki v0.101.7
28032026-05-29T14:14:08.433Z Compiling secrecy v0.8.0
28042026-05-29T14:14:08.532Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28052026-05-29T14:14:09.032Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-05-29T14:14:09.522Z Compiling git2 v0.20.4
28072026-05-29T14:14:09.942Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-05-29T14:14:10.031Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28092026-05-29T14:14:10.061Z Compiling serde_with_macros v1.5.2
28102026-05-29T14:14:10.807Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-05-29T14:14:10.886Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28122026-05-29T14:14:11.972Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28132026-05-29T14:14:12.044Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28142026-05-29T14:14:12.409Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28152026-05-29T14:14:12.660Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28162026-05-29T14:14:12.684Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-05-29T14:14:12.891Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28182026-05-29T14:14:12.934Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-05-29T14:14:13.129Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-05-29T14:14:13.182Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-05-29T14:14:13.401Z Compiling void v1.0.2
28222026-05-29T14:14:13.515Z Compiling lzss v0.8.2
28232026-05-29T14:14:13.766Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-05-29T14:14:13.809Z Compiling illumos-nvpair v0.3.0
28252026-05-29T14:14:14.310Z Compiling serde_with v1.14.0
28262026-05-29T14:14:14.543Z Compiling tokio-rustls v0.24.1
28272026-05-29T14:14:14.832Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28282026-05-29T14:14:15.675Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28292026-05-29T14:14:15.804Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28302026-05-29T14:14:16.774Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28312026-05-29T14:14:17.677Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28322026-05-29T14:14:18.412Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-05-29T14:14:18.630Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342026-05-29T14:14:18.886Z Compiling tungstenite v0.23.0
28352026-05-29T14:14:19.105Z Compiling rustls-pemfile v1.0.4
28362026-05-29T14:14:19.138Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28372026-05-29T14:14:19.512Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28382026-05-29T14:14:19.744Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-05-29T14:14:19.863Z Compiling nix v0.27.1
28402026-05-29T14:14:19.979Z Compiling twox-hash v2.1.2
28412026-05-29T14:14:20.513Z Compiling serde_bytes v0.11.19
28422026-05-29T14:14:20.823Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28432026-05-29T14:14:21.065Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28442026-05-29T14:14:21.353Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28452026-05-29T14:14:21.385Z Compiling tokio-tungstenite v0.23.1
28462026-05-29T14:14:21.777Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-05-29T14:14:22.143Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28482026-05-29T14:14:24.718Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28492026-05-29T14:14:25.006Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28502026-05-29T14:14:26.076Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28512026-05-29T14:14:26.442Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-05-29T14:14:26.502Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28532026-05-29T14:14:26.762Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28542026-05-29T14:14:26.958Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28552026-05-29T14:14:27.118Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-05-29T14:14:27.605Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28572026-05-29T14:14:27.628Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28582026-05-29T14:14:28.924Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-05-29T14:14:29.855Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-05-29T14:14:30.822Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612026-05-29T14:14:30.986Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28622026-05-29T14:14:31.278Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-05-29T14:14:31.345Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-05-29T14:14:32.021Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-05-29T14:14:32.286Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28662026-05-29T14:14:32.893Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28672026-05-29T14:14:34.029Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-05-29T14:14:34.069Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28692026-05-29T14:14:34.306Z Compiling fatfs v0.3.6
28702026-05-29T14:14:34.971Z Compiling signal-hook-tokio v0.3.1
28712026-05-29T14:14:35.158Z Compiling yasna v0.5.2
28722026-05-29T14:14:35.183Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28732026-05-29T14:14:35.447Z Compiling seq-macro v0.3.6
28742026-05-29T14:14:35.552Z Compiling assert_matches v1.5.0
28752026-05-29T14:14:35.666Z Compiling is_ci v1.2.0
28762026-05-29T14:14:35.714Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-05-29T14:14:35.772Z Compiling rcgen v0.12.1
28782026-05-29T14:14:35.899Z Compiling supports-color v3.0.2
28792026-05-29T14:14:36.178Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28802026-05-29T14:14:36.278Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28812026-05-29T14:14:36.301Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28822026-05-29T14:14:36.542Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28832026-05-29T14:14:36.697Z Compiling rtoolbox v0.0.3
28842026-05-29T14:14:36.782Z Compiling subprocess v0.2.15
28852026-05-29T14:14:36.980Z Compiling rpassword v7.4.0
28862026-05-29T14:14:37.270Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-05-29T14:14:39.018Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-05-29T14:14:39.106Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-05-29T14:14:40.076Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-05-29T14:14:40.182Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-05-29T14:14:40.223Z Compiling tui-tree-widget v0.23.1
28922026-05-29T14:14:40.517Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932026-05-29T14:14:41.273Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-05-29T14:14:41.605Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28952026-05-29T14:14:41.828Z Compiling uzers v0.12.2
28962026-05-29T14:14:42.436Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-05-29T14:14:43.301Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-05-29T14:14:44.437Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-05-29T14:14:45.057Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-05-29T14:14:49.202Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-05-29T14:14:50.344Z Compiling support-bundle-viewer v0.1.2
29022026-05-29T14:14:51.401Z Compiling multimap v0.10.1
29032026-05-29T14:15:00.245Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29042026-05-29T14:15:05.938Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29052026-05-29T14:15:12.120Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29062026-05-29T14:15:12.659Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-05-29T14:15:13.964Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-05-29T14:21:04.523Z Finished `release` profile [optimized] target(s) in 8m 08s
29092026-05-29T14:21:51.701Z
29102026-05-29T14:21:51.701Zreal 8:56.342122417
29112026-05-29T14:21:51.704Zuser 1:19:27.735300043
29122026-05-29T14:21:51.704Zsys 3:42.397873082
29132026-05-29T14:21:51.704Ztrap 1.747606728
29142026-05-29T14:21:51.704Ztflt 2.759560687
29152026-05-29T14:21:51.704Zdflt 17.765344589
29162026-05-29T14:21:51.704Zkflt 0.095606102
29172026-05-29T14:21:51.704Zlock 6:34:34.215636093
29182026-05-29T14:21:51.704Zslp 2:14:18.303959093
29192026-05-29T14:21:51.704Zlat 2:26.234648217
29202026-05-29T14:21:51.704Zstop 5:29.245208061
29212026-05-29T14:21:51.704Z+ mapfile -t packages
29222026-05-29T14:21:51.704Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-05-29T14:21:52.679Z Finished `release` profile [optimized] target(s) in 0.96s
29242026-05-29T14:21:52.752Z Running `target/release/omicron-package -t test list-outputs`
29252026-05-29T14:21:52.819ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-05-29T14:21:52.823Z+ ptime -m cargo build --locked --release -p xtask
29272026-05-29T14:21:53.381Z Compiling libc v0.2.185
29282026-05-29T14:21:53.381Z Compiling serde v1.0.228
29292026-05-29T14:21:53.381Z Compiling serde_core v1.0.228
29302026-05-29T14:21:53.384Z Compiling rustix v1.1.3
29312026-05-29T14:21:53.384Z Compiling bitflags v2.11.0
29322026-05-29T14:21:53.384Z Compiling serde_json v1.0.149
29332026-05-29T14:21:53.516Z Compiling num-traits v0.2.19
29342026-05-29T14:21:53.537Z Compiling syn v2.0.117
29352026-05-29T14:21:53.550Z Compiling smallvec v1.15.1
29362026-05-29T14:21:53.573Z Compiling indexmap v2.14.0
29372026-05-29T14:21:53.587Z Compiling usdt-impl v0.5.0
29382026-05-29T14:21:53.590Z Compiling syn v1.0.109
29392026-05-29T14:21:53.614Z Compiling getrandom v0.4.1
29402026-05-29T14:21:53.626Z Compiling log v0.4.29
29412026-05-29T14:21:53.753Z Compiling percent-encoding v2.3.2
29422026-05-29T14:21:53.914Z Compiling form_urlencoded v1.2.2
29432026-05-29T14:21:54.004Z Compiling fs-err v3.3.0
29442026-05-29T14:21:54.031Z Compiling once_cell v1.21.3
29452026-05-29T14:21:54.044Z Compiling heck v0.4.1
29462026-05-29T14:21:54.047Z Compiling anyhow v1.0.102
29472026-05-29T14:21:54.245Z Compiling errno v0.3.14
29482026-05-29T14:21:54.248Z Compiling thread-id v4.2.2
29492026-05-29T14:21:54.301Z Compiling memmap v0.7.0
29502026-05-29T14:21:54.577Z Compiling ordered-float v2.10.1
29512026-05-29T14:21:55.117Z Compiling proc-macro-error v1.0.4
29522026-05-29T14:21:55.294Z Compiling terminal_size v0.4.3
29532026-05-29T14:21:55.294Z Compiling tempfile v3.25.0
29542026-05-29T14:21:55.374Z Compiling tabled_derive v0.7.0
29552026-05-29T14:21:55.400Z Compiling clap_builder v4.5.60
29562026-05-29T14:21:55.400Z Compiling textwrap v0.16.2
29572026-05-29T14:21:55.535Z Compiling camino-tempfile v1.4.1
29582026-05-29T14:21:56.061Z Compiling tabled v0.15.0
29592026-05-29T14:21:56.112Z Compiling synstructure v0.13.2
29602026-05-29T14:21:56.112Z Compiling pest_generator v2.8.6
29612026-05-29T14:21:56.515Z Compiling serde_derive v1.0.228
29622026-05-29T14:21:56.515Z Compiling zerofrom-derive v0.1.6
29632026-05-29T14:21:56.515Z Compiling yoke-derive v0.8.1
29642026-05-29T14:21:56.519Z Compiling zerovec-derive v0.11.2
29652026-05-29T14:21:56.519Z Compiling displaydoc v0.2.5
29662026-05-29T14:21:56.519Z Compiling thiserror-impl v1.0.69
29672026-05-29T14:21:56.519Z Compiling zerocopy-derive v0.7.35
29682026-05-29T14:21:56.519Z Compiling scroll_derive v0.12.1
29692026-05-29T14:21:56.519Z Compiling thiserror-impl v2.0.18
29702026-05-29T14:21:56.519Z Compiling clap_derive v4.5.55
29712026-05-29T14:21:56.660Z Compiling pest_derive v2.8.6
29722026-05-29T14:21:57.251Z Compiling scroll v0.12.0
29732026-05-29T14:21:57.437Z Compiling zerocopy v0.7.35
29742026-05-29T14:21:57.602Z Compiling goblin v0.8.2
29752026-05-29T14:21:57.700Z Compiling thiserror v1.0.69
29762026-05-29T14:21:57.756Z Compiling zerofrom v0.1.6
29772026-05-29T14:21:57.828Z Compiling dtrace-parser v0.2.0
29782026-05-29T14:21:57.910Z Compiling yoke v0.8.1
29792026-05-29T14:21:57.970Z Compiling thiserror v2.0.18
29802026-05-29T14:21:58.109Z Compiling zerovec v0.11.5
29812026-05-29T14:21:58.122Z Compiling zerotrie v0.2.3
29822026-05-29T14:21:58.300Z Compiling clap v4.5.60
29832026-05-29T14:21:58.729Z Compiling tinystr v0.8.2
29842026-05-29T14:21:58.973Z Compiling icu_locale_core v2.1.1
29852026-05-29T14:21:59.524Z Compiling potential_utf v0.1.4
29862026-05-29T14:21:59.729Z Compiling icu_provider v2.1.1
29872026-05-29T14:21:59.813Z Compiling icu_collections v2.1.1
29882026-05-29T14:21:59.941Z Compiling serde_spanned v0.6.9
29892026-05-29T14:22:00.097Z Compiling toml_datetime v0.6.11
29902026-05-29T14:22:00.152Z Compiling serde-value v0.7.0
29912026-05-29T14:22:00.193Z Compiling dof v0.3.0
29922026-05-29T14:22:00.398Z Compiling icu_properties v2.1.2
29932026-05-29T14:22:00.481Z Compiling icu_normalizer v2.1.1
29942026-05-29T14:22:00.518Z Compiling toml_edit v0.22.27
29952026-05-29T14:22:00.530Z Compiling serde_tokenstream v0.2.3
29962026-05-29T14:22:00.533Z Compiling cargo-platform v0.2.0
29972026-05-29T14:22:00.643Z Compiling macaddr v1.0.1
29982026-05-29T14:22:01.307Z Compiling usdt-attr-macro v0.5.0
29992026-05-29T14:22:01.356Z Compiling idna_adapter v1.2.1
30002026-05-29T14:22:01.457Z Compiling usdt-macro v0.5.0
30012026-05-29T14:22:01.510Z Compiling idna v1.1.0
30022026-05-29T14:22:01.844Z Compiling url v2.5.8
30032026-05-29T14:22:02.046Z Compiling usdt v0.5.0
30042026-05-29T14:22:02.084Z Compiling toml v0.8.23
30052026-05-29T14:22:02.540Z Compiling cargo-util-schemas v0.8.2
30062026-05-29T14:22:02.540Z Compiling cargo_toml v0.21.0
30072026-05-29T14:22:03.603Z Compiling cargo_metadata v0.21.0
30082026-05-29T14:22:06.690Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-05-29T14:22:09.720Z Finished `release` profile [optimized] target(s) in 16.88s
30102026-05-29T14:22:09.886Z
30112026-05-29T14:22:09.886Zreal 17.025958046
30122026-05-29T14:22:09.886Zuser 2:22.673181125
30132026-05-29T14:22:09.886Zsys 17.525057174
30142026-05-29T14:22:09.886Ztrap 0.080292341
30152026-05-29T14:22:09.886Ztflt 0.533153866
30162026-05-29T14:22:09.886Zdflt 1.507311882
30172026-05-29T14:22:09.886Zkflt 0.000338417
30182026-05-29T14:22:09.886Zlock 5:17.077404503
30192026-05-29T14:22:09.886Zslp 3:22.183232092
30202026-05-29T14:22:09.886Zlat 7.359079924
30212026-05-29T14:22:09.887Zstop 20.843586648
30222026-05-29T14:22:09.890Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-05-29T14:22:09.890Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-05-29T14:22:09.890Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-05-29T14:22:09.890Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-05-29T14:22:09.890Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-05-29T14:22:10.850Z Compiling newtype-uuid-macros v0.1.0
30282026-05-29T14:22:10.850Z Compiling progenitor-client v0.14.0
30292026-05-29T14:22:10.850Z Compiling structmeta-derive v0.3.0
30302026-05-29T14:22:10.853Z Compiling rustls v0.22.4
30312026-05-29T14:22:10.853Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30322026-05-29T14:22:10.853Z Compiling rustls-webpki v0.102.8
30332026-05-29T14:22:10.853Z Compiling multer v3.1.0
30342026-05-29T14:22:10.853Z Compiling match_cfg v0.1.0
30352026-05-29T14:22:10.853Z Compiling compression-core v0.4.31
30362026-05-29T14:22:11.001Z Compiling debug-ignore v1.0.5
30372026-05-29T14:22:11.004Z Compiling slog-json v2.6.1
30382026-05-29T14:22:11.004Z Compiling async-stream-impl v0.3.6
30392026-05-29T14:22:11.004Z Compiling toml_datetime v1.0.0+spec-1.1.0
30402026-05-29T14:22:11.089Z Compiling serde_spanned v1.0.4
30412026-05-29T14:22:11.108Z Compiling dropshot v0.17.0
30422026-05-29T14:22:11.127Z Compiling toml_writer v1.0.6+spec-1.1.0
30432026-05-29T14:22:11.250Z Compiling hostname v0.3.1
30442026-05-29T14:22:11.253Z Compiling compression-codecs v0.4.37
30452026-05-29T14:22:11.310Z Compiling itertools v0.14.0
30462026-05-29T14:22:11.313Z Compiling waitgroup v0.1.2
30472026-05-29T14:22:11.346Z Compiling rustls-pemfile v2.2.0
30482026-05-29T14:22:11.349Z Compiling dropshot_endpoint v0.17.0
30492026-05-29T14:22:11.380Z Compiling slog-bunyan v2.5.0
30502026-05-29T14:22:11.447Z Compiling async-compression v0.4.41
30512026-05-29T14:22:11.539Z Compiling toml v1.0.6+spec-1.1.0
30522026-05-29T14:22:11.542Z Compiling hostname v0.4.2
30532026-05-29T14:22:11.578Z Compiling serde_path_to_error v0.1.20
30542026-05-29T14:22:11.636Z Compiling regress v0.10.5
30552026-05-29T14:22:11.639Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-05-29T14:22:11.639Z Compiling macaddr v1.0.1
30572026-05-29T14:22:11.687Z Compiling async-stream v0.3.6
30582026-05-29T14:22:11.713Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30592026-05-29T14:22:11.786Z Compiling instant v0.1.13
30602026-05-29T14:22:11.806Z Compiling backon v1.6.0
30612026-05-29T14:22:11.836Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-05-29T14:22:11.854Z Compiling progenitor-client v0.10.0
30632026-05-29T14:22:11.885Z Compiling backoff v0.4.0
30642026-05-29T14:22:11.907Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30652026-05-29T14:22:11.925Z Compiling humantime v2.3.0
30662026-05-29T14:22:11.951Z Compiling universal-hash v0.5.1
30672026-05-29T14:22:11.979Z Compiling progenitor-extras v0.2.0
30682026-05-29T14:22:12.003Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30692026-05-29T14:22:12.036Z Compiling opaque-debug v0.3.1
30702026-05-29T14:22:12.109Z Compiling half v2.7.1
30712026-05-29T14:22:12.127Z Compiling ciborium-io v0.2.2
30722026-05-29T14:22:12.147Z Compiling crucible-workspace-hack v0.1.0
30732026-05-29T14:22:12.174Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-05-29T14:22:12.198Z Compiling regress v0.11.1
30752026-05-29T14:22:12.225Z Compiling convert_case v0.4.0
30762026-05-29T14:22:12.253Z Compiling aead v0.5.2
30772026-05-29T14:22:12.272Z Compiling secrecy v0.10.3
30782026-05-29T14:22:12.298Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-05-29T14:22:12.336Z Compiling structmeta v0.3.0
30802026-05-29T14:22:12.354Z Compiling unsafe-libyaml v0.2.11
30812026-05-29T14:22:12.403Z Compiling ciborium-ll v0.2.2
30822026-05-29T14:22:12.458Z Compiling poly1305 v0.8.0
30832026-05-29T14:22:12.485Z Compiling chacha20 v0.9.1
30842026-05-29T14:22:12.533Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30852026-05-29T14:22:12.588Z Compiling derive-ex v0.1.8
30862026-05-29T14:22:12.608Z Compiling parse-display-derive v0.10.0
30872026-05-29T14:22:12.630Z Compiling ciborium v0.2.2
30882026-05-29T14:22:12.650Z Compiling derive_more v0.99.20
30892026-05-29T14:22:12.670Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30902026-05-29T14:22:12.686Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30912026-05-29T14:22:12.779Z Compiling thiserror-impl-no-std v2.0.2
30922026-05-29T14:22:12.835Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30932026-05-29T14:22:12.906Z Compiling serde_yaml v0.9.34+deprecated
30942026-05-29T14:22:13.051Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30952026-05-29T14:22:13.070Z Compiling byte-wrapper v0.1.0
30962026-05-29T14:22:13.155Z Compiling blake2 v0.10.6
30972026-05-29T14:22:13.236Z Compiling password-hash v0.5.0
30982026-05-29T14:22:13.258Z Compiling chacha20poly1305 v0.10.1
30992026-05-29T14:22:13.277Z Compiling indent_write v2.2.0
31002026-05-29T14:22:13.388Z Compiling tokio-rustls v0.25.0
31012026-05-29T14:22:13.448Z Compiling toml_datetime v0.7.5+spec-1.1.0
31022026-05-29T14:22:13.451Z Compiling heapless v0.8.0
31032026-05-29T14:22:13.485Z Compiling ingot-macros v0.1.1
31042026-05-29T14:22:13.688Z Compiling argon2 v0.5.3
31052026-05-29T14:22:13.732Z Compiling toml_edit v0.23.10+spec-1.0.0
31062026-05-29T14:22:13.761Z Compiling tabwriter v1.4.1
31072026-05-29T14:22:13.998Z Compiling typify-impl v0.6.2
31082026-05-29T14:22:14.028Z Compiling hash32 v0.3.1
31092026-05-29T14:22:14.046Z Compiling thiserror-no-std v2.0.2
31102026-05-29T14:22:14.171Z Compiling vsss-rs v3.3.4
31112026-05-29T14:22:14.227Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31122026-05-29T14:22:14.370Z Compiling test-strategy v0.4.5
31132026-05-29T14:22:14.414Z Compiling parse-display v0.10.0
31142026-05-29T14:22:14.431Z Compiling num-derive v0.4.2
31152026-05-29T14:22:14.538Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31162026-05-29T14:22:14.754Z Compiling smoltcp v0.11.0
31172026-05-29T14:22:14.790Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31182026-05-29T14:22:14.894Z Compiling proc-macro-crate v3.4.0
31192026-05-29T14:22:14.946Z Compiling num-rational v0.4.2
31202026-05-29T14:22:14.949Z Compiling cobs v0.3.0
31212026-05-29T14:22:14.983Z Compiling num-complex v0.4.6
31222026-05-29T14:22:15.203Z Compiling colored v3.1.1
31232026-05-29T14:22:15.223Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-05-29T14:22:15.226Z Compiling postcard v1.1.3
31252026-05-29T14:22:15.375Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31262026-05-29T14:22:15.496Z Compiling num v0.4.3
31272026-05-29T14:22:15.499Z Compiling proc-macro-error v1.0.4
31282026-05-29T14:22:15.536Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31292026-05-29T14:22:15.536Z Compiling num_enum_derive v0.7.5
31302026-05-29T14:22:15.610Z Compiling proc-macro-crate v1.3.1
31312026-05-29T14:22:15.628Z Compiling atomicwrites v0.4.4
31322026-05-29T14:22:15.649Z Compiling foreign-types-macros v0.2.3
31332026-05-29T14:22:15.653Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31342026-05-29T14:22:15.653Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31352026-05-29T14:22:15.682Z Compiling foreign-types-shared v0.3.1
31362026-05-29T14:22:15.801Z Compiling cpufeatures v0.3.0
31372026-05-29T14:22:15.837Z Compiling rayon-core v1.13.0
31382026-05-29T14:22:15.858Z Compiling float-ord v0.3.2
31392026-05-29T14:22:15.876Z Compiling chacha20 v0.10.0
31402026-05-29T14:22:15.985Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31412026-05-29T14:22:16.015Z Compiling crossbeam-deque v0.8.6
31422026-05-29T14:22:16.015Z Compiling camino-tempfile v1.4.1
31432026-05-29T14:22:16.064Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31442026-05-29T14:22:16.098Z Compiling num_enum_derive v0.5.11
31452026-05-29T14:22:16.120Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31462026-05-29T14:22:16.136Z Compiling cstr-argument v0.1.2
31472026-05-29T14:22:16.237Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31482026-05-29T14:22:16.294Z Compiling rand v0.10.0
31492026-05-29T14:22:16.313Z Compiling foreign-types v0.5.0
31502026-05-29T14:22:16.333Z Compiling toml v0.8.23
31512026-05-29T14:22:16.428Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31522026-05-29T14:22:16.493Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31532026-05-29T14:22:16.545Z Compiling ingot-types v0.1.2
31542026-05-29T14:22:16.564Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31552026-05-29T14:22:16.587Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31562026-05-29T14:22:16.607Z Compiling zone_cfg_derive v0.3.1
31572026-05-29T14:22:16.649Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31582026-05-29T14:22:16.715Z Compiling num_enum v0.7.5
31592026-05-29T14:22:16.718Z Compiling rayon v1.11.0
31602026-05-29T14:22:16.752Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31612026-05-29T14:22:16.810Z Compiling itertools v0.12.1
31622026-05-29T14:22:16.873Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31632026-05-29T14:22:16.890Z Compiling sigpipe v0.1.3
31642026-05-29T14:22:16.977Z Compiling ingot v0.1.1
31652026-05-29T14:22:16.998Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31662026-05-29T14:22:17.019Z Compiling glob v0.3.3
31672026-05-29T14:22:17.022Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31682026-05-29T14:22:17.022Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31692026-05-29T14:22:17.245Z Compiling num_enum v0.5.11
31702026-05-29T14:22:17.269Z Compiling smf v0.2.3
31712026-05-29T14:22:17.287Z Compiling prettyplease v0.2.37
31722026-05-29T14:22:17.324Z Compiling whoami v1.6.1
31732026-05-29T14:22:17.342Z Compiling usdt-macro v0.5.0
31742026-05-29T14:22:17.345Z Compiling usdt-attr-macro v0.5.0
31752026-05-29T14:22:17.393Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31762026-05-29T14:22:17.457Z Compiling gethostname v0.5.0
31772026-05-29T14:22:17.460Z Compiling memmap v0.7.0
31782026-05-29T14:22:17.609Z Compiling derive-where v1.6.0
31792026-05-29T14:22:17.693Z Compiling resolv-conf v0.7.6
31802026-05-29T14:22:17.747Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31812026-05-29T14:22:17.823Z Compiling cancel-safe-futures v0.1.5
31822026-05-29T14:22:17.918Z Compiling owo-colors v4.3.0
31832026-05-29T14:22:17.952Z Compiling libsw-core v0.3.2
31842026-05-29T14:22:18.092Z Compiling zone v0.3.1
31852026-05-29T14:22:18.095Z Compiling console v0.15.11
31862026-05-29T14:22:18.175Z Compiling libsw v3.5.0
31872026-05-29T14:22:18.192Z Compiling hickory-proto v0.24.4
31882026-05-29T14:22:18.246Z Compiling usdt v0.5.0
31892026-05-29T14:22:18.364Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-05-29T14:22:18.491Z Compiling newline-converter v0.3.0
31912026-05-29T14:22:18.552Z Compiling progenitor-client v0.13.0
31922026-05-29T14:22:18.569Z Compiling libefi-sys v0.1.0
31932026-05-29T14:22:18.645Z Compiling linked-hash-map v0.5.6
31942026-05-29T14:22:18.706Z Compiling typify-macro v0.6.2
31952026-05-29T14:22:18.764Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31962026-05-29T14:22:18.764Z Compiling linear-map v1.2.0
31972026-05-29T14:22:18.819Z Compiling expectorate v1.2.0
31982026-05-29T14:22:18.853Z Compiling lru-cache v0.1.2
31992026-05-29T14:22:18.868Z Compiling git-stub v1.0.0
32002026-05-29T14:22:18.888Z Compiling bitfield-struct v0.6.2
32012026-05-29T14:22:18.908Z Compiling semver v0.1.20
32022026-05-29T14:22:19.001Z Compiling tokio-dtrace v0.1.1
32032026-05-29T14:22:19.020Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32042026-05-29T14:22:19.024Z Compiling dropshot-api-manager-types v0.7.2
32052026-05-29T14:22:19.024Z Compiling slog-dtrace v0.3.0
32062026-05-29T14:22:19.078Z Compiling git-stub-vcs v0.1.0
32072026-05-29T14:22:19.162Z Compiling rustc_version v0.1.7
32082026-05-29T14:22:19.180Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-05-29T14:22:19.206Z Compiling minimal-lexical v0.2.1
32102026-05-29T14:22:19.245Z Compiling oxide-tokio-rt v0.1.4
32112026-05-29T14:22:19.277Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32122026-05-29T14:22:19.323Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-29T14:22:19.326Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-05-29T14:22:19.353Z Compiling phf_shared v0.12.1
32152026-05-29T14:22:19.422Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32162026-05-29T14:22:19.441Z Compiling newtype_derive v0.1.6
32172026-05-29T14:22:19.478Z Compiling nom v7.1.3
32182026-05-29T14:22:19.506Z Compiling csv-core v0.1.13
32192026-05-29T14:22:19.545Z Compiling chrono-tz v0.10.4
32202026-05-29T14:22:19.564Z Compiling highway v1.3.0
32212026-05-29T14:22:19.585Z Compiling xshell-macros v0.2.7
32222026-05-29T14:22:19.608Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32232026-05-29T14:22:19.803Z Compiling csv v1.4.0
32242026-05-29T14:22:19.848Z Compiling const_format_proc_macros v0.2.34
32252026-05-29T14:22:19.891Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32262026-05-29T14:22:19.924Z Compiling phf v0.12.1
32272026-05-29T14:22:19.972Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-05-29T14:22:19.992Z Compiling primeorder v0.13.6
32292026-05-29T14:22:20.030Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32302026-05-29T14:22:20.143Z Compiling xshell v0.2.7
32312026-05-29T14:22:20.251Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32322026-05-29T14:22:20.396Z Compiling tabled_derive v0.7.0
32332026-05-29T14:22:20.416Z Compiling hickory-resolver v0.24.4
32342026-05-29T14:22:20.476Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32352026-05-29T14:22:20.649Z Compiling typify v0.6.2
32362026-05-29T14:22:20.676Z Compiling bcs v0.1.6
32372026-05-29T14:22:20.711Z Compiling tagptr v0.2.0
32382026-05-29T14:22:20.743Z Compiling termtree v0.5.1
32392026-05-29T14:22:20.798Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32402026-05-29T14:22:20.816Z Compiling progenitor-impl v0.14.0
32412026-05-29T14:22:20.898Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32422026-05-29T14:22:20.936Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32432026-05-29T14:22:20.955Z Compiling progenitor-impl v0.13.0
32442026-05-29T14:22:21.037Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-05-29T14:22:21.121Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32462026-05-29T14:22:21.365Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32472026-05-29T14:22:21.454Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32482026-05-29T14:22:21.568Z Compiling qorb v0.4.1
32492026-05-29T14:22:21.588Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32502026-05-29T14:22:21.637Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32512026-05-29T14:22:21.672Z Compiling const_format v0.2.35
32522026-05-29T14:22:21.754Z Compiling salty v0.3.0
32532026-05-29T14:22:21.955Z Compiling tabled v0.15.0
32542026-05-29T14:22:22.045Z Compiling moka v0.12.13
32552026-05-29T14:22:22.088Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-05-29T14:22:22.139Z Compiling textwrap v0.16.2
32572026-05-29T14:22:22.398Z Compiling steno v0.4.1
32582026-05-29T14:22:22.471Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-05-29T14:22:22.655Z Compiling base64 v0.21.7
32602026-05-29T14:22:22.694Z Compiling radium v0.7.0
32612026-05-29T14:22:22.810Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32622026-05-29T14:22:22.833Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-05-29T14:22:22.951Z Compiling hickory-resolver v0.25.2
32642026-05-29T14:22:23.032Z Compiling p384 v0.13.1
32652026-05-29T14:22:23.057Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32662026-05-29T14:22:23.180Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32672026-05-29T14:22:23.200Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32682026-05-29T14:22:23.449Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32692026-05-29T14:22:23.573Z Compiling typify-impl v0.4.3
32702026-05-29T14:22:23.627Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32712026-05-29T14:22:23.645Z Compiling progenitor-macro v0.14.0
32722026-05-29T14:22:23.727Z Compiling maybe-uninit v2.0.0
32732026-05-29T14:22:23.753Z Compiling tap v1.0.1
32742026-05-29T14:22:23.801Z Compiling progenitor-macro v0.13.0
32752026-05-29T14:22:23.908Z Compiling wyz v0.5.1
32762026-05-29T14:22:24.017Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32772026-05-29T14:22:24.154Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32782026-05-29T14:22:24.199Z Compiling proc-macro-error-attr2 v2.0.0
32792026-05-29T14:22:24.369Z Compiling parking_lot_core v0.8.6
32802026-05-29T14:22:24.446Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32812026-05-29T14:22:24.534Z Compiling utf-8 v0.7.6
32822026-05-29T14:22:24.652Z Compiling funty v2.0.0
32832026-05-29T14:22:24.671Z Compiling packed_struct v0.10.1
32842026-05-29T14:22:24.712Z Compiling tungstenite v0.21.0
32852026-05-29T14:22:24.731Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32862026-05-29T14:22:24.782Z Compiling proc-macro-error2 v2.0.1
32872026-05-29T14:22:24.995Z Compiling polyval v0.6.2
32882026-05-29T14:22:25.012Z Compiling bitvec v1.0.1
32892026-05-29T14:22:25.031Z Compiling packed_struct_codegen v0.10.1
32902026-05-29T14:22:25.095Z Compiling bitfield-macros v0.19.4
32912026-05-29T14:22:25.190Z Compiling zerocopy-derive v0.6.6
32922026-05-29T14:22:25.261Z Compiling indexmap v1.9.3
32932026-05-29T14:22:25.330Z Compiling nodrop v0.1.14
32942026-05-29T14:22:25.343Z Compiling crc-catalog v2.4.0
32952026-05-29T14:22:25.459Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32962026-05-29T14:22:25.478Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32972026-05-29T14:22:25.520Z Compiling crc v3.4.0
32982026-05-29T14:22:25.542Z Compiling array-init v0.0.4
32992026-05-29T14:22:25.647Z Compiling tokio-tungstenite v0.21.0
33002026-05-29T14:22:25.719Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33012026-05-29T14:22:25.766Z Compiling ghash v0.5.1
33022026-05-29T14:22:25.788Z Compiling tabled_derive v0.11.0
33032026-05-29T14:22:25.895Z Compiling bitfield v0.19.4
33042026-05-29T14:22:25.932Z Compiling smallvec v0.6.14
33052026-05-29T14:22:26.131Z Compiling zerocopy v0.6.6
33062026-05-29T14:22:26.190Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33072026-05-29T14:22:26.241Z Compiling papergrid v0.17.0
33082026-05-29T14:22:26.261Z Compiling libscf-sys v1.2.0
33092026-05-29T14:22:26.275Z Compiling testing_table v0.3.0
33102026-05-29T14:22:26.305Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33112026-05-29T14:22:26.476Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33122026-05-29T14:22:26.516Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33132026-05-29T14:22:26.536Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33142026-05-29T14:22:26.682Z Compiling ctr v0.9.2
33152026-05-29T14:22:26.782Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-05-29T14:22:26.801Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33172026-05-29T14:22:26.835Z Compiling unicase v2.9.0
33182026-05-29T14:22:26.906Z Compiling hashbrown v0.12.3
33192026-05-29T14:22:26.930Z Compiling corncobs v0.1.4
33202026-05-29T14:22:27.046Z Compiling illumos-nvpair-sys v0.2.0
33212026-05-29T14:22:27.095Z Compiling mime_guess v2.0.5
33222026-05-29T14:22:27.114Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-05-29T14:22:27.149Z Compiling aes-gcm v0.10.3
33242026-05-29T14:22:27.196Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-29T14:22:27.314Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33262026-05-29T14:22:27.339Z Compiling tabled v0.20.0
33272026-05-29T14:22:27.465Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33282026-05-29T14:22:27.588Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33292026-05-29T14:22:27.606Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33302026-05-29T14:22:27.729Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33312026-05-29T14:22:27.827Z Compiling parking_lot v0.11.2
33322026-05-29T14:22:27.847Z Compiling serde-hex v0.1.0
33332026-05-29T14:22:28.018Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33342026-05-29T14:22:28.041Z Compiling ron v0.8.1
33352026-05-29T14:22:28.132Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33362026-05-29T14:22:28.263Z Compiling progenitor-client v0.11.2
33372026-05-29T14:22:28.297Z Compiling hashbrown v0.13.2
33382026-05-29T14:22:28.338Z Compiling typify-macro v0.4.3
33392026-05-29T14:22:28.377Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33402026-05-29T14:22:28.669Z Compiling ssh-encoding v0.2.0
33412026-05-29T14:22:28.712Z Compiling prefix-trie v0.7.0
33422026-05-29T14:22:28.843Z Compiling blowfish v0.9.1
33432026-05-29T14:22:28.924Z Compiling progenitor v0.14.0
33442026-05-29T14:22:28.974Z Compiling fxhash v0.2.1
33452026-05-29T14:22:29.009Z Compiling secrecy v0.8.0
33462026-05-29T14:22:29.056Z Compiling crc-any v2.5.0
33472026-05-29T14:22:29.074Z Compiling progenitor v0.13.0
33482026-05-29T14:22:29.078Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33492026-05-29T14:22:29.138Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33502026-05-29T14:22:29.156Z Compiling sled v0.34.7
33512026-05-29T14:22:29.199Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33522026-05-29T14:22:29.265Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33532026-05-29T14:22:29.332Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33542026-05-29T14:22:29.395Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33552026-05-29T14:22:29.659Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33562026-05-29T14:22:29.680Z Compiling hickory-server v0.25.2
33572026-05-29T14:22:29.823Z Compiling bcrypt-pbkdf v0.10.0
33582026-05-29T14:22:29.863Z Compiling ssh-cipher v0.2.0
33592026-05-29T14:22:30.065Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33602026-05-29T14:22:30.169Z Compiling typify v0.4.3
33612026-05-29T14:22:30.262Z Compiling object v0.30.4
33622026-05-29T14:22:30.318Z Compiling progenitor-impl v0.11.2
33632026-05-29T14:22:30.337Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33642026-05-29T14:22:30.604Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33652026-05-29T14:22:30.682Z Compiling password-hash v0.4.2
33662026-05-29T14:22:30.791Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33672026-05-29T14:22:31.122Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33682026-05-29T14:22:31.421Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33692026-05-29T14:22:31.440Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-05-29T14:22:31.676Z Compiling path-slash v0.1.5
33712026-05-29T14:22:31.743Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33722026-05-29T14:22:31.781Z Compiling half v1.8.3
33732026-05-29T14:22:31.849Z Compiling crc8 v0.1.1
33742026-05-29T14:22:31.868Z Compiling http-range v0.1.5
33752026-05-29T14:22:32.013Z Compiling serde_cbor v0.11.2
33762026-05-29T14:22:32.046Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33772026-05-29T14:22:32.116Z Compiling pbkdf2 v0.11.0
33782026-05-29T14:22:32.155Z Compiling illumos-nvpair v0.3.0
33792026-05-29T14:22:32.447Z Compiling ssh-key v0.6.7
33802026-05-29T14:22:32.757Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33812026-05-29T14:22:32.851Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33822026-05-29T14:22:32.913Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33832026-05-29T14:22:33.094Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33842026-05-29T14:22:33.113Z Compiling progenitor-macro v0.11.2
33852026-05-29T14:22:33.331Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33862026-05-29T14:22:33.373Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33872026-05-29T14:22:33.473Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33882026-05-29T14:22:33.676Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33892026-05-29T14:22:33.775Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33902026-05-29T14:22:33.794Z Compiling p521 v0.13.3
33912026-05-29T14:22:33.837Z Compiling p256 v0.13.2
33922026-05-29T14:22:34.157Z Compiling yasna v0.5.2
33932026-05-29T14:22:34.190Z Compiling kstat-rs v0.2.4
33942026-05-29T14:22:34.235Z Compiling headers-core v0.3.0
33952026-05-29T14:22:34.270Z Compiling nanorand v0.7.0
33962026-05-29T14:22:34.375Z Compiling atty v0.2.14
33972026-05-29T14:22:34.393Z Compiling russh-cryptovec v0.7.3
33982026-05-29T14:22:34.412Z Compiling md5 v0.7.0
33992026-05-29T14:22:34.524Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34002026-05-29T14:22:34.536Z Compiling home v0.5.12
34012026-05-29T14:22:34.592Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
34022026-05-29T14:22:34.608Z Compiling rcgen v0.12.1
34032026-05-29T14:22:34.622Z Compiling flume v0.11.1
34042026-05-29T14:22:34.696Z Compiling russh-keys v0.45.0
34052026-05-29T14:22:34.719Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34062026-05-29T14:22:34.727Z Compiling headers v0.4.1
34072026-05-29T14:22:34.812Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-05-29T14:22:34.879Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34092026-05-29T14:22:34.981Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34102026-05-29T14:22:35.026Z Compiling hyper-staticfile v0.10.1
34112026-05-29T14:22:35.263Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34122026-05-29T14:22:35.283Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34132026-05-29T14:22:35.472Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34142026-05-29T14:22:35.539Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34152026-05-29T14:22:35.580Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34162026-05-29T14:22:35.595Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34172026-05-29T14:22:35.627Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34182026-05-29T14:22:35.672Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34192026-05-29T14:22:35.900Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34202026-05-29T14:22:35.925Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34212026-05-29T14:22:36.122Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34222026-05-29T14:22:36.148Z Compiling num-bigint v0.4.6
34232026-05-29T14:22:36.183Z Compiling des v0.8.1
34242026-05-29T14:22:36.228Z Compiling subprocess v0.2.15
34252026-05-29T14:22:36.293Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34262026-05-29T14:22:36.370Z Compiling display-error-chain v0.2.2
34272026-05-29T14:22:36.373Z Compiling hex-literal v0.4.1
34282026-05-29T14:22:36.441Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34292026-05-29T14:22:36.459Z Compiling colored v2.2.0
34302026-05-29T14:22:36.536Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34312026-05-29T14:22:36.556Z Compiling socket2 v0.5.10
34322026-05-29T14:22:36.559Z Compiling internet-checksum v0.2.1
34332026-05-29T14:22:36.749Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-05-29T14:22:37.026Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34352026-05-29T14:22:37.396Z Compiling russh v0.45.0
34362026-05-29T14:22:38.045Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34372026-05-29T14:22:38.045Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34382026-05-29T14:22:38.142Z Compiling progenitor v0.11.2
34392026-05-29T14:22:38.281Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34402026-05-29T14:22:40.548Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34412026-05-29T14:22:41.246Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34422026-05-29T14:22:41.735Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34432026-05-29T14:22:43.586Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34442026-05-29T14:22:43.986Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34452026-05-29T14:22:51.854Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34462026-05-29T14:22:51.854Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-05-29T14:22:51.857Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-05-29T14:22:51.857Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-05-29T14:22:53.614Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-05-29T14:22:53.740Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-05-29T14:22:57.974Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34522026-05-29T14:23:37.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34532026-05-29T14:23:37.590Z
34542026-05-29T14:23:37.590Zreal 1:27.634600955
34552026-05-29T14:23:37.590Zuser 8:14.592013985
34562026-05-29T14:23:37.590Zsys 1:46.590862235
34572026-05-29T14:23:37.590Ztrap 0.245047513
34582026-05-29T14:23:37.591Ztflt 0.582202653
34592026-05-29T14:23:37.591Zdflt 1.723816210
34602026-05-29T14:23:37.591Zkflt 0.000331336
34612026-05-29T14:23:37.594Zlock 29:20.445782614
34622026-05-29T14:23:37.594Zslp 18:53.220469923
34632026-05-29T14:23:37.594Zlat 38.638438232
34642026-05-29T14:23:37.594Zstop 3:08.289904138
34652026-05-29T14:23:37.594Z+ mkdir tests
34662026-05-29T14:23:37.601Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34672026-05-29T14:23:37.601Z+ xargs -I '{}' -t cp '{}' tests/
34682026-05-29T14:23:37.698Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5c17ea4fb8dfe08 tests/
34692026-05-29T14:23:37.729Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a9f4b6ef5184814f tests/
34702026-05-29T14:23:37.763Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-4464c1fef49e2f80 tests/
34712026-05-29T14:23:37.790Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9335a1afa6f40116 tests/
34722026-05-29T14:23:38.143Z+ 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)
34732026-05-29T14:23:38.147Z+ 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-a9f4b6ef5184814f tests/commtest-4464c1fef49e2f80 tests/dhcp_server-a5c17ea4fb8dfe08 tests/end_to_end_tests-9335a1afa6f40116 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
34742026-05-29T14:24:59.969ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34752026-05-29T14:24:59.969Za .github/buildomat/ci-env.sh 1K
34762026-05-29T14:24:59.969Za out/target/test 1K
34772026-05-29T14:24:59.969Za out/npuzone/npuzone 27402K
34782026-05-29T14:24:59.969Za package-manifest.toml 35K
34792026-05-29T14:24:59.969Za smf/sled-agent/non-gimlet/config.toml 6K
34802026-05-29T14:24:59.969Za target/release/omicron-package 45146K
34812026-05-29T14:24:59.969Za target/release/xtask 11449K
34822026-05-29T14:24:59.969Za target/debug/bootstrap 353936K
34832026-05-29T14:24:59.969Za tests/bootstrap-a9f4b6ef5184814f 31215K
34842026-05-29T14:24:59.970Za tests/commtest-4464c1fef49e2f80 32300K
34852026-05-29T14:24:59.970Za tests/dhcp_server-a5c17ea4fb8dfe08 31215K
34862026-05-29T14:24:59.970Za tests/end_to_end_tests-9335a1afa6f40116 395007K
34872026-05-29T14:24:59.970Za tools/opte_version 1K
34882026-05-29T14:24:59.970Za tools/opte_version_override 2K
34892026-05-29T14:24:59.970Za out/clickhouse.tar.gz 321293K
34902026-05-29T14:24:59.970Za out/clickhouse_keeper.tar.gz 306362K
34912026-05-29T14:24:59.970Za out/clickhouse_server.tar.gz 321291K
34922026-05-29T14:24:59.970Za out/cockroachdb.tar.gz 165598K
34932026-05-29T14:24:59.970Za out/crucible-pantry-zone.tar.gz 40610K
34942026-05-29T14:24:59.970Za out/crucible-utils.tar 16478K
34952026-05-29T14:24:59.970Za out/crucible-zone.tar.gz 56180K
34962026-05-29T14:24:59.970Za out/external-dns.tar.gz 50190K
34972026-05-29T14:24:59.970Za out/internal-dns.tar.gz 50190K
34982026-05-29T14:24:59.970Za out/mg-ddm-gz.tar 95141K
34992026-05-29T14:24:59.970Za out/nexus.tar.gz 278522K
35002026-05-29T14:24:59.970Za out/ntp.tar.gz 32279K
35012026-05-29T14:24:59.970Za out/omicron-gateway-softnpu.tar.gz 29778K
35022026-05-29T14:24:59.970Za out/omicron-sled-agent.tar 204357K
35032026-05-29T14:24:59.970Za out/overlay.tar.gz 3K
35042026-05-29T14:24:59.970Za out/oximeter.tar.gz 67096K
35052026-05-29T14:24:59.970Za out/oxlog.tar 3782K
35062026-05-29T14:24:59.970Za out/probe.tar.gz 3037K
35072026-05-29T14:24:59.970Za out/propolis-server.tar.gz 35483K
35082026-05-29T14:24:59.970Za out/pumpkind-gz.tar 26647K
35092026-05-29T14:24:59.970Za out/switch-softnpu.tar.gz 452634K
35102026-05-29T14:24:59.974Z
35112026-05-29T14:24:59.974Zreal 1:21.822841696
35122026-05-29T14:24:59.974Zuser 1:19.047659211
35132026-05-29T14:24:59.974Zsys 4.622170942
35142026-05-29T14:24:59.974Ztrap 0.007002168
35152026-05-29T14:24:59.974Ztflt 0.000000000
35162026-05-29T14:24:59.974Zdflt 0.000000000
35172026-05-29T14:24:59.974Zkflt 0.000000000
35182026-05-29T14:24:59.974Zlock 0.000000000
35192026-05-29T14:24:59.974Zslp 1:18.971594401
35202026-05-29T14:24:59.974Zlat 0.992482118
35212026-05-29T14:24:59.974Zstop 0.000519338
35222026-05-29T14:24:59.974Zprocess exited: duration 956668 ms, exit code 0
 
35232026-05-29T14:24:59.988Zfound 1 output files
35242026-05-29T14:24:59.988Zuploading: /work/package.tar.gz (2556016670 bytes)
35252026-05-29T14:25:29.220Zuploaded: /work/package.tar.gz