01KVRC5ZKME0Y1NE0Z41YE7BGR: 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: 01KVRC9FS8MZN02B7EYH1K34EE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:19:16.226Zjob assigned to worker 01KVRCAB0HXVEBNHGFFHJ81HXJ [factory aws, i-0c2ffb43d5d73fa82] (queued for 1 m 9 s)
 
22026-06-22T19:19:23.549Zstarting task 0: "setup"
32026-06-22T19:19:23.554Z++ uname -s
42026-06-22T19:19:23.557Z+ kern=SunOS
52026-06-22T19:19:23.557Z+ build_user=build
62026-06-22T19:19:23.557Z+ build_uid=12345
72026-06-22T19:19:23.557Z+ work_dir=/work
82026-06-22T19:19:23.557Z+ input_dir=/input
92026-06-22T19:19:23.557Z+ [[ 0 == 12345 ]]
102026-06-22T19:19:23.557Z+ case "$kern" in
112026-06-22T19:19:23.557Z+ groupadd -g 12345 build
122026-06-22T19:19:23.570Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:19:25.577Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:19:25.671Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:19:25.675Z+ home_fs=zfs
162026-06-22T19:19:25.676Z+ [[ zfs == autofs ]]
172026-06-22T19:19:25.676Z+ mkdir -p /home/build
182026-06-22T19:19:25.746Z+ chown build:build /home/build /work
192026-06-22T19:19:27.677Z+ chmod 0700 /home/build /work
202026-06-22T19:19:27.680Zprocess exited: duration 4133 ms, exit code 0
 
212026-06-22T19:19:27.686Zstarting task 1: "rust-toolchain"
222026-06-22T19:19:27.692Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T19:19:27.692Z * rust toolchain channel = "1.94.0"
242026-06-22T19:19:27.692Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-22T19:19:27.692Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-22T19:19:27.692Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:19:27.692Z * rust toolchain profile = "default"
282026-06-22T19:19:27.695Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:19:27.695Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:19:27.815Zinfo: downloading installer
312026-06-22T19:19:29.307Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:19:29.307Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:19:29.307Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:19:29.307Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:19:29.326Zinfo: profile set to default
362026-06-22T19:19:29.326Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:19:29.326Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:19:29.706Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:19:29.709Zinfo: downloading 6 components
402026-06-22T19:19:45.856Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T19:19:45.856Z
422026-06-22T19:19:45.885Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:19:45.885Z
442026-06-22T19:19:45.885Z
452026-06-22T19:19:45.885ZRust is installed now. Great!
462026-06-22T19:19:45.886Z
472026-06-22T19:19:45.886ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:19:45.886Zenvironment variable. This has not been done automatically.
492026-06-22T19:19:45.886Z
502026-06-22T19:19:45.886ZTo configure your current shell, you need to source
512026-06-22T19:19:45.886Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:19:45.897Z
532026-06-22T19:19:45.897ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:19:45.898Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:19:45.898Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:19:45.898Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:19:45.898Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:19:45.898Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:19:45.898Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:19:45.898Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:19:45.898Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:19:45.986Z+ rustup --version
632026-06-22T19:19:45.991Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:19:46.002Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:19:46.012Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:19:46.020Z+ cargo --version
672026-06-22T19:19:46.026Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:19:46.026Z+ rustc --version
692026-06-22T19:19:46.048Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:19:46.052Zprocess exited: duration 18361 ms, exit code 0
 
712026-06-22T19:19:46.061Zstarting task 2: "authentication"
722026-06-22T19:19:46.076ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:20:48.225Zprocess exited: duration 62164 ms, exit code 0
 
742026-06-22T19:20:48.231Zstarting task 3: "clone repository"
752026-06-22T19:20:48.237Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-22T19:20:48.240Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-22T19:20:48.272ZCloning into '/work/oxidecomputer/omicron'...
782026-06-22T19:20:57.942Z+ cd /work/oxidecomputer/omicron
792026-06-22T19:20:57.942Z+ git fetch origin cd8413c05b0086e83c64eb932d27c1d37a2d97fb
802026-06-22T19:20:58.243ZFrom https://github.com/oxidecomputer/omicron
812026-06-22T19:20:58.243Z * branch cd8413c05b0086e83c64eb932d27c1d37a2d97fb -> FETCH_HEAD
822026-06-22T19:20:58.251Z+ [[ -n sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids ]]
832026-06-22T19:20:58.251Z++ git branch --show-current
842026-06-22T19:20:58.258Z+ current=main
852026-06-22T19:20:58.258Z+ [[ main != sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids ]]
862026-06-22T19:20:58.258Z+ git branch -f sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids cd8413c05b0086e83c64eb932d27c1d37a2d97fb
872026-06-22T19:20:58.258Z+ git checkout -f sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids
882026-06-22T19:20:58.502ZSwitched to branch 'sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids'
892026-06-22T19:20:58.505Z+ git reset --hard cd8413c05b0086e83c64eb932d27c1d37a2d97fb
902026-06-22T19:20:58.751ZHEAD is now at cd8413c05 rebase
912026-06-22T19:20:58.760Zprocess exited: duration 10520 ms, exit code 0
 
922026-06-22T19:20:58.770Zstarting task 4: "build"
932026-06-22T19:20:58.775Z+ source .github/buildomat/ci-env.sh
942026-06-22T19:20:58.775Z++ export CARGO_TERM_COLOR=always
952026-06-22T19:20:58.775Z++ CARGO_TERM_COLOR=always
962026-06-22T19:20:58.775Z+ cargo --version
972026-06-22T19:20:58.786Zcargo 1.94.0 (85eff7c80 2026-01-15)
982026-06-22T19:20:58.789Z+ rustc --version
992026-06-22T19:20:58.809Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1002026-06-22T19:20:58.812Z+ WORK=/work
1012026-06-22T19:20:58.812Z+ pfexec mkdir -p /work
1022026-06-22T19:20:58.815Z+ pfexec chown build /work
1032026-06-22T19:20:58.819Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042026-06-22T19:21:00.885Z Startup: Refreshing catalog 'helios' ... Done
1052026-06-22T19:21:00.985Z Startup: Caching catalogs ... Done
1062026-06-22T19:21:01.409ZPlanning: Solver setup ... Done (0.374s)
1072026-06-22T19:21:01.441ZPlanning: Running solver ... Done (0.023s)
1082026-06-22T19:21:01.450ZPlanning: Finding local manifests ... Done (0.003s)
1092026-06-22T19:21:01.456ZPlanning: Fetching manifests: 0/2 0% complete
1102026-06-22T19:21:01.477ZPlanning: Fetching manifests: 2/2 100% complete
1112026-06-22T19:21:01.493ZPlanning: Package planning ... Done (0.013s)
1122026-06-22T19:21:01.502ZPlanning: Merging actions ... Done (0.002s)
1132026-06-22T19:21:01.688ZPlanning: Checking for conflicting actions ... Done (0.173s)
1142026-06-22T19:21:01.734ZPlanning: Consolidating action changes ... Done (0.001s)
1152026-06-22T19:21:02.517ZPlanning: Evaluating mediators ... Done (0.850s)
1162026-06-22T19:21:02.531ZPlanning: Planning completed in 1.51 seconds
1172026-06-22T19:21:02.531Z Packages to install: 2
1182026-06-22T19:21:02.531Z Estimated space available: 156.07 GB
1192026-06-22T19:21:02.531ZEstimated space to be consumed: 28.17 MB
1202026-06-22T19:21:02.531Z Create boot environment: No
1212026-06-22T19:21:02.538ZCreate backup boot environment: No
1222026-06-22T19:21:02.538Z Rebuild boot archive: No
1232026-06-22T19:21:02.538Z
1242026-06-22T19:21:02.538ZChanged packages:
1252026-06-22T19:21:02.538Zhelios
1262026-06-22T19:21:02.538Z developer/build-essential
1272026-06-22T19:21:02.538Z None -> 11-3.0
1282026-06-22T19:21:02.538Z library/libxmlsec1
1292026-06-22T19:21:02.538Z None -> 1.2.35-3.0
1302026-06-22T19:21:02.555Z
1312026-06-22T19:21:02.555ZDownload: 0/214 items 0.0/1.3MB 0% complete
1322026-06-22T19:21:04.779ZDownload: Completed 1.28 MB in 2.22 seconds (589k/s)
1332026-06-22T19:21:04.835Z Actions: 1/268 actions (Installing new actions)
1342026-06-22T19:21:04.872Z Actions: Completed 268 actions in 0.04 seconds.
1352026-06-22T19:21:04.881ZFinalize: Updating package state database ... Done (0.010s)
1362026-06-22T19:21:04.881ZFinalize: Updating package cache ... Done (0.000s)
1372026-06-22T19:21:04.907ZFinalize: Updating image state ... Done (0.026s)
1382026-06-22T19:21:07.506ZFinalize: Creating fast lookup database ... Done (2.574s)
1392026-06-22T19:21:07.576ZFinalize: Reading search index ... Done (0.012s)
1402026-06-22T19:21:07.579ZFinalize: Updating search index ... Done (0.000s)
1412026-06-22T19:21:07.706ZFinalize: Updating package cache ... Done (0.000s)
1422026-06-22T19:21:08.014ZPlanning: Evaluating mediator changes ... Done
1432026-06-22T19:21:08.123ZPlanning: Checking for conflicting actions ... Done
1442026-06-22T19:21:08.126ZPlanning: Consolidating action changes ... Done
1452026-06-22T19:21:08.282ZPlanning: Evaluating mediators ... Done
1462026-06-22T19:21:08.287ZPlanning: Planning completed in 0.27 seconds
1472026-06-22T19:21:08.304Z Mediators to change: 2
1482026-06-22T19:21:08.304Z Create boot environment: No
1492026-06-22T19:21:08.304ZCreate backup boot environment: No
1502026-06-22T19:21:08.357ZFinalize: Updating package state database ... Done
1512026-06-22T19:21:08.357ZFinalize: Updating package cache ... Done
1522026-06-22T19:21:08.375ZFinalize: Updating image state ... Done
1532026-06-22T19:21:10.298ZFinalize: Creating fast lookup database ... Done
1542026-06-22T19:21:10.359ZFinalize: Reading search index ... Done
1552026-06-22T19:21:10.365ZFinalize: Updating search index ... Done
1562026-06-22T19:21:10.426ZFinalize: Updating package cache ... Done
1572026-06-22T19:21:10.710ZPlanning: Evaluating mediator changes ... Done
1582026-06-22T19:21:10.814ZPlanning: Checking for conflicting actions ... Done
1592026-06-22T19:21:10.817ZPlanning: Consolidating action changes ... Done
1602026-06-22T19:21:10.983ZPlanning: Evaluating mediators ... Done
1612026-06-22T19:21:10.991ZPlanning: Planning completed in 0.26 seconds
1622026-06-22T19:21:11.000Z Mediators to change: 1
1632026-06-22T19:21:11.000Z Create boot environment: No
1642026-06-22T19:21:11.000ZCreate backup boot environment: No
1652026-06-22T19:21:11.039ZFinalize: Updating package state database ... Done
1662026-06-22T19:21:11.039ZFinalize: Updating package cache ... Done
1672026-06-22T19:21:11.054ZFinalize: Updating image state ... Done
1682026-06-22T19:21:12.978ZFinalize: Creating fast lookup database ... Done
1692026-06-22T19:21:13.038ZFinalize: Reading search index ... Done
1702026-06-22T19:21:13.044ZFinalize: Updating search index ... Done
1712026-06-22T19:21:13.102ZFinalize: Updating package cache ... Done
1722026-06-22T19:21:13.409ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1732026-06-22T19:21:13.409Zapache system 2.4 system
1742026-06-22T19:21:13.409Zclang system 15 system
1752026-06-22T19:21:13.409Zcsh system system illumos
1762026-06-22T19:21:13.409Zctags system system illumos
1772026-06-22T19:21:13.409Zfile vendor vendor darwinsys
1782026-06-22T19:21:13.409Zfile system system illumos
1792026-06-22T19:21:13.409Zgcc vendor 14 vendor
1802026-06-22T19:21:13.409Zgcc system 13 system
1812026-06-22T19:21:13.409Zgcc system 10 system
1822026-06-22T19:21:13.409Zgo system 1.25 system
1832026-06-22T19:21:13.409Zllvm system 15 system
1842026-06-22T19:21:13.409Zmariadb system 11.4 system
1852026-06-22T19:21:13.409Zmta vendor vendor dma
1862026-06-22T19:21:13.409Zopenjdk system 17 system
1872026-06-22T19:21:13.410Zopenjdk system 11 system
1882026-06-22T19:21:13.410Zopenssl vendor 3 vendor
1892026-06-22T19:21:13.410Zperl system 5.40 system
1902026-06-22T19:21:13.410Zpostgresql system 18 system
1912026-06-22T19:21:13.410Zpostgresql system 17 system
1922026-06-22T19:21:13.410Zpython vendor 3 vendor
1932026-06-22T19:21:13.410Zpython system 2 system
1942026-06-22T19:21:13.410Zpython3 vendor 3.13 vendor
1952026-06-22T19:21:13.410Zruby system 3.4 system
1962026-06-22T19:21:13.410Zruby system 3.0 system
1972026-06-22T19:21:13.410Zwords vendor vendor american-english
1982026-06-22T19:21:13.410Zwords system system australian-english
1992026-06-22T19:21:13.410Zwords system system british-english
2002026-06-22T19:21:13.410Zwords system system canadian-english
2012026-06-22T19:21:13.410Zwords system system french
2022026-06-22T19:21:13.410Zwords system system italian
2032026-06-22T19:21:13.410Zwords system system ngerman
2042026-06-22T19:21:13.410Zwords system system ogerman
2052026-06-22T19:21:13.410Zwords system system spanish
2062026-06-22T19:21:13.660ZPUBLISHER TYPE STATUS P LOCATION
2072026-06-22T19:21:13.661Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2082026-06-22T19:21:13.961ZFMRI IFO
2092026-06-22T19:21:13.961Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2102026-06-22T19:21:13.961Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2112026-06-22T19:21:13.961Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2122026-06-22T19:21:13.961Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2132026-06-22T19:21:13.961Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2142026-06-22T19:21:13.961Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2152026-06-22T19:21:13.961Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2162026-06-22T19:21:13.961Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2172026-06-22T19:21:13.961Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2182026-06-22T19:21:14.209Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2192026-06-22T19:21:14.489Z Updating crates.io index
2202026-06-22T19:21:14.493Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2212026-06-22T19:21:15.091Z Updating git repository `https://github.com/oxidecomputer/lldp`
2222026-06-22T19:21:15.434Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2232026-06-22T19:21:16.072Z Updating git repository `https://github.com/oxidecomputer/propolis`
2242026-06-22T19:21:16.993Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2252026-06-22T19:21:17.492Z Updating git repository `https://github.com/oxidecomputer/crucible`
2262026-06-22T19:21:19.158Z Updating git repository `https://github.com/oxidecomputer/opte`
2272026-06-22T19:21:20.013Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-06-22T19:21:20.266Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2292026-06-22T19:21:21.338Z Updating git repository `https://github.com/oxidecomputer/clickward`
2302026-06-22T19:21:21.854Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2312026-06-22T19:21:22.162Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2322026-06-22T19:21:22.525Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2332026-06-22T19:21:22.963Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2342026-06-22T19:21:23.417Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-06-22T19:21:23.768Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2362026-06-22T19:21:24.103Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2372026-06-22T19:21:24.341Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2382026-06-22T19:21:24.755Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-22T19:21:25.168Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2402026-06-22T19:21:25.347Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2412026-06-22T19:21:25.610Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2422026-06-22T19:21:25.965Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2432026-06-22T19:21:26.503Z Updating git repository `https://github.com/oxidecomputer/erebor`
2442026-06-22T19:21:26.958Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2452026-06-22T19:21:27.355Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2462026-06-22T19:21:27.903Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2472026-06-22T19:21:28.190Z Updating git repository `https://github.com/oxidecomputer/ispf`
2482026-06-22T19:21:28.539Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2492026-06-22T19:21:30.004Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2502026-06-22T19:21:30.457Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-06-22T19:21:30.820Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2522026-06-22T19:21:31.409Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-06-22T19:21:31.952Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2542026-06-22T19:21:32.296Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2552026-06-22T19:21:32.732Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2562026-06-22T19:21:33.346Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2572026-06-22T19:21:33.596Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2582026-06-22T19:21:33.853Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2592026-06-22T19:21:34.078Z Updating git repository `https://github.com/illumos/smf-rs`
2602026-06-22T19:21:36.263Z Downloading crates ...
2612026-06-22T19:21:36.327Z Downloaded cfg-if v1.0.4
2622026-06-22T19:21:36.335Z Downloaded camino-tempfile v1.4.1
2632026-06-22T19:21:36.343Z Downloaded thiserror-impl v1.0.69
2642026-06-22T19:21:36.356Z Downloaded typeid v1.0.3
2652026-06-22T19:21:36.369Z Downloaded semver v1.0.28
2662026-06-22T19:21:36.369Z Downloaded toml_datetime v0.6.11
2672026-06-22T19:21:36.376Z Downloaded anstream v1.0.0
2682026-06-22T19:21:36.376Z Downloaded yoke-derive v0.8.1
2692026-06-22T19:21:36.376Z Downloaded proc-macro-error v1.0.4
2702026-06-22T19:21:36.376Z Downloaded dtrace-parser v0.2.0
2712026-06-22T19:21:36.376Z Downloaded version_check v0.9.5
2722026-06-22T19:21:36.377Z Downloaded quote v1.0.45
2732026-06-22T19:21:36.377Z Downloaded percent-encoding v2.3.2
2742026-06-22T19:21:36.380Z Downloaded utf8parse v0.2.2
2752026-06-22T19:21:36.380Z Downloaded unicode-xid v0.2.6
2762026-06-22T19:21:36.380Z Downloaded zerofrom-derive v0.1.6
2772026-06-22T19:21:36.380Z Downloaded thread-id v4.2.2
2782026-06-22T19:21:36.380Z Downloaded cpufeatures v0.2.17
2792026-06-22T19:21:36.380Z Downloaded fastrand v2.3.0
2802026-06-22T19:21:36.380Z Downloaded colorchoice v1.0.4
2812026-06-22T19:21:36.380Z Downloaded anstyle-query v1.1.5
2822026-06-22T19:21:36.380Z Downloaded idna_adapter v1.2.1
2832026-06-22T19:21:36.380Z Downloaded block-buffer v0.10.4
2842026-06-22T19:21:36.380Z Downloaded toml_write v0.1.2
2852026-06-22T19:21:36.386Z Downloaded terminal_size v0.4.3
2862026-06-22T19:21:36.386Z Downloaded utf8_iter v1.0.4
2872026-06-22T19:21:36.386Z Downloaded typenum v1.19.0
2882026-06-22T19:21:36.387Z Downloaded serde-value v0.7.0
2892026-06-22T19:21:36.387Z Downloaded equivalent v1.0.2
2902026-06-22T19:21:36.390Z Downloaded unicode-linebreak v0.1.5
2912026-06-22T19:21:36.390Z Downloaded zerofrom v0.1.6
2922026-06-22T19:21:36.393Z Downloaded thiserror v2.0.18
2932026-06-22T19:21:36.396Z Downloaded serde-untagged v0.1.9
2942026-06-22T19:21:36.396Z Downloaded cargo_toml v0.21.0
2952026-06-22T19:21:36.396Z Downloaded cargo_metadata v0.21.0
2962026-06-22T19:21:36.400Z Downloaded usdt-macro v0.5.0
2972026-06-22T19:21:36.400Z Downloaded usdt-attr-macro v0.5.0
2982026-06-22T19:21:36.400Z Downloaded usdt v0.5.0
2992026-06-22T19:21:36.400Z Downloaded usdt-impl v0.5.0
3002026-06-22T19:21:36.400Z Downloaded zmij v1.0.21
3012026-06-22T19:21:36.405Z Downloaded thiserror-impl v2.0.18
3022026-06-22T19:21:36.405Z Downloaded camino v1.2.2
3032026-06-22T19:21:36.408Z Downloaded serde_spanned v0.6.9
3042026-06-22T19:21:36.408Z Downloaded yoke v0.8.1
3052026-06-22T19:21:36.408Z Downloaded zerocopy-derive v0.7.35
3062026-06-22T19:21:36.411Z Downloaded tinystr v0.8.2
3072026-06-22T19:21:36.411Z Downloaded thiserror v1.0.69
3082026-06-22T19:21:36.416Z Downloaded zerovec-derive v0.11.2
3092026-06-22T19:21:36.416Z Downloaded scroll_derive v0.12.1
3102026-06-22T19:21:36.416Z Downloaded heck v0.5.0
3112026-06-22T19:21:36.419Z Downloaded writeable v0.6.2
3122026-06-22T19:21:36.419Z Downloaded cargo-platform v0.2.0
3132026-06-22T19:21:36.419Z Downloaded smawk v0.3.2
3142026-06-22T19:21:36.419Z Downloaded toml v0.8.23
3152026-06-22T19:21:36.419Z Downloaded stable_deref_trait v1.2.1
3162026-06-22T19:21:36.422Z Downloaded anstyle v1.0.14
3172026-06-22T19:21:36.422Z Downloaded ucd-trie v0.1.7
3182026-06-22T19:21:36.428Z Downloaded textwrap v0.16.2
3192026-06-22T19:21:36.428Z Downloaded unicode-ident v1.0.24
3202026-06-22T19:21:36.432Z Downloaded anstyle-parse v1.0.0
3212026-06-22T19:21:36.432Z Downloaded strsim v0.11.1
3222026-06-22T19:21:36.432Z Downloaded toml_edit v0.22.27
3232026-06-22T19:21:36.439Z Downloaded zerotrie v0.2.3
3242026-06-22T19:21:36.439Z Downloaded pretty-hex v0.4.1
3252026-06-22T19:21:36.446Z Downloaded clap_lex v1.0.0
3262026-06-22T19:21:36.446Z Downloaded itoa v1.0.17
3272026-06-22T19:21:36.446Z Downloaded plain v0.2.3
3282026-06-22T19:21:36.446Z Downloaded ordered-float v2.10.1
3292026-06-22T19:21:36.446Z Downloaded heck v0.4.1
3302026-06-22T19:21:36.446Z Downloaded url v2.5.8
3312026-06-22T19:21:36.452Z Downloaded cargo-util-schemas v0.8.2
3322026-06-22T19:21:36.456Z Downloaded zerovec v0.11.5
3332026-06-22T19:21:36.459Z Downloaded pest_derive v2.8.6
3342026-06-22T19:21:36.459Z Downloaded swrite v0.1.0
3352026-06-22T19:21:36.462Z Downloaded fnv v1.0.7
3362026-06-22T19:21:36.462Z Downloaded macaddr v1.0.1
3372026-06-22T19:21:36.466Z Downloaded winnow v0.7.14
3382026-06-22T19:21:36.469Z Downloaded zerocopy v0.7.35
3392026-06-22T19:21:36.480Z Downloaded generic-array v0.14.7
3402026-06-22T19:21:36.484Z Downloaded form_urlencoded v1.2.2
3412026-06-22T19:21:36.484Z Downloaded is_terminal_polyfill v1.70.2
3422026-06-22T19:21:36.484Z Downloaded errno v0.3.14
3432026-06-22T19:21:36.484Z Downloaded memmap v0.7.0
3442026-06-22T19:21:36.484Z Downloaded dof v0.3.0
3452026-06-22T19:21:36.484Z Downloaded unicode-width v0.1.14
3462026-06-22T19:21:36.488Z Downloaded erased-serde v0.4.9
3472026-06-22T19:21:36.488Z Downloaded unicode-width v0.2.0
3482026-06-22T19:21:36.493Z Downloaded digest v0.10.7
3492026-06-22T19:21:36.493Z Downloaded proc-macro-error-attr v1.0.4
3502026-06-22T19:21:36.503Z Downloaded tabled_derive v0.7.0
3512026-06-22T19:21:36.512Z Downloaded clap_derive v4.6.1
3522026-06-22T19:21:36.513Z Downloaded bytecount v0.6.9
3532026-06-22T19:21:36.513Z Downloaded indexmap v2.14.0
3542026-06-22T19:21:36.518Z Downloaded crypto-common v0.1.7
3552026-06-22T19:21:36.524Z Downloaded serde_tokenstream v0.2.3
3562026-06-22T19:21:36.524Z Downloaded potential_utf v0.1.4
3572026-06-22T19:21:36.531Z Downloaded sha2 v0.10.9
3582026-06-22T19:21:36.535Z Downloaded byteorder v1.5.0
3592026-06-22T19:21:36.535Z Downloaded pest_generator v2.8.6
3602026-06-22T19:21:36.538Z Downloaded autocfg v1.5.0
3612026-06-22T19:21:36.538Z Downloaded clap v4.6.1
3622026-06-22T19:21:36.544Z Downloaded fs-err v3.3.0
3632026-06-22T19:21:36.548Z Downloaded scroll v0.12.0
3642026-06-22T19:21:36.548Z Downloaded serde_core v1.0.228
3652026-06-22T19:21:36.548Z Downloaded once_cell v1.21.3
3662026-06-22T19:21:36.552Z Downloaded log v0.4.29
3672026-06-22T19:21:36.562Z Downloaded synstructure v0.13.2
3682026-06-22T19:21:36.576Z Downloaded displaydoc v0.2.5
3692026-06-22T19:21:36.576Z Downloaded serde_derive v1.0.228
3702026-06-22T19:21:36.581Z Downloaded smallvec v1.15.1
3712026-06-22T19:21:36.581Z Downloaded num-traits v0.2.19
3722026-06-22T19:21:36.598Z Downloaded icu_provider v2.1.1
3732026-06-22T19:21:36.598Z Downloaded tempfile v3.25.0
3742026-06-22T19:21:36.604Z Downloaded proc-macro2 v1.0.106
3752026-06-22T19:21:36.604Z Downloaded icu_normalizer_data v2.1.1
3762026-06-22T19:21:36.604Z Downloaded litemap v0.8.1
3772026-06-22T19:21:36.604Z Downloaded getrandom v0.4.1
3782026-06-22T19:21:36.607Z Downloaded anyhow v1.0.102
3792026-06-22T19:21:36.613Z Downloaded bitflags v2.11.0
3802026-06-22T19:21:36.617Z Downloaded icu_normalizer v2.1.1
3812026-06-22T19:21:36.629Z Downloaded papergrid v0.11.0
3822026-06-22T19:21:36.637Z Downloaded icu_properties v2.1.2
3832026-06-22T19:21:36.640Z Downloaded icu_collections v2.1.1
3842026-06-22T19:21:36.645Z Downloaded serde v1.0.228
3852026-06-22T19:21:36.645Z Downloaded pest_meta v2.8.6
3862026-06-22T19:21:36.649Z Downloaded icu_locale_core v2.1.1
3872026-06-22T19:21:36.653Z Downloaded idna v1.1.0
3882026-06-22T19:21:36.653Z Downloaded hashbrown v0.17.0
3892026-06-22T19:21:36.662Z Downloaded memchr v2.8.0
3902026-06-22T19:21:36.666Z Downloaded pest v2.8.6
3912026-06-22T19:21:36.668Z Downloaded clap_builder v4.6.0
3922026-06-22T19:21:36.693Z Downloaded serde_json v1.0.149
3932026-06-22T19:21:36.701Z Downloaded icu_properties_data v2.1.2
3942026-06-22T19:21:36.711Z Downloaded goblin v0.8.2
3952026-06-22T19:21:36.718Z Downloaded tabled v0.15.0
3962026-06-22T19:21:36.728Z Downloaded syn v1.0.109
3972026-06-22T19:21:36.733Z Downloaded syn v2.0.117
3982026-06-22T19:21:36.755Z Downloaded rustix v1.1.3
3992026-06-22T19:21:36.787Z Downloaded libc v0.2.185
4002026-06-22T19:21:36.853Z Compiling proc-macro2 v1.0.106
4012026-06-22T19:21:36.853Z Compiling quote v1.0.45
4022026-06-22T19:21:36.857Z Compiling unicode-ident v1.0.24
4032026-06-22T19:21:36.857Z Compiling serde_core v1.0.228
4042026-06-22T19:21:36.857Z Compiling libc v0.2.185
4052026-06-22T19:21:36.857Z Compiling version_check v0.9.5
4062026-06-22T19:21:36.857Z Compiling serde v1.0.228
4072026-06-22T19:21:36.857Z Compiling memchr v2.8.0
4082026-06-22T19:21:36.857Z Compiling stable_deref_trait v1.2.1
4092026-06-22T19:21:37.014Z Compiling zmij v1.0.21
4102026-06-22T19:21:37.017Z Compiling ucd-trie v0.1.7
4112026-06-22T19:21:37.017Z Compiling itoa v1.0.17
4122026-06-22T19:21:37.017Z Compiling thiserror v1.0.69
4132026-06-22T19:21:37.026Z Compiling autocfg v1.5.0
4142026-06-22T19:21:37.030Z Compiling litemap v0.8.1
4152026-06-22T19:21:37.203Z Compiling writeable v0.6.2
4162026-06-22T19:21:37.217Z Compiling byteorder v1.5.0
4172026-06-22T19:21:37.372Z Compiling icu_normalizer_data v2.1.1
4182026-06-22T19:21:37.471Z Compiling icu_properties_data v2.1.2
4192026-06-22T19:21:37.500Z Compiling pest v2.8.6
4202026-06-22T19:21:37.570Z Compiling rustix v1.1.3
4212026-06-22T19:21:37.586Z Compiling serde_json v1.0.149
4222026-06-22T19:21:37.600Z Compiling bitflags v2.11.0
4232026-06-22T19:21:37.603Z Compiling typeid v1.0.3
4242026-06-22T19:21:37.718Z Compiling num-traits v0.2.19
4252026-06-22T19:21:37.759Z Compiling equivalent v1.0.2
4262026-06-22T19:21:37.775Z Compiling smallvec v1.15.1
4272026-06-22T19:21:37.876Z Compiling hashbrown v0.17.0
4282026-06-22T19:21:37.924Z Compiling proc-macro-error-attr v1.0.4
4292026-06-22T19:21:37.928Z Compiling usdt-impl v0.5.0
4302026-06-22T19:21:37.969Z Compiling syn v1.0.109
4312026-06-22T19:21:38.015Z Compiling toml_write v0.1.2
4322026-06-22T19:21:38.065Z Compiling winnow v0.7.14
4332026-06-22T19:21:38.110Z Compiling erased-serde v0.4.9
4342026-06-22T19:21:38.234Z Compiling proc-macro-error v1.0.4
4352026-06-22T19:21:38.252Z Compiling errno v0.3.14
4362026-06-22T19:21:38.283Z Compiling thread-id v4.2.2
4372026-06-22T19:21:38.320Z Compiling getrandom v0.4.1
4382026-06-22T19:21:38.338Z Compiling camino v1.2.2
4392026-06-22T19:21:38.440Z Compiling indexmap v2.14.0
4402026-06-22T19:21:38.458Z Compiling plain v0.2.3
4412026-06-22T19:21:38.462Z Compiling utf8_iter v1.0.4
4422026-06-22T19:21:38.478Z Compiling utf8parse v0.2.2
4432026-06-22T19:21:38.526Z Compiling percent-encoding v2.3.2
4442026-06-22T19:21:38.554Z Compiling thiserror v2.0.18
4452026-06-22T19:21:38.594Z Compiling syn v2.0.117
4462026-06-22T19:21:38.644Z Compiling pest_meta v2.8.6
4472026-06-22T19:21:38.663Z Compiling log v0.4.29
4482026-06-22T19:21:38.679Z Compiling anstyle-parse v1.0.0
4492026-06-22T19:21:38.758Z Compiling form_urlencoded v1.2.2
4502026-06-22T19:21:38.895Z Compiling ordered-float v2.10.1
4512026-06-22T19:21:38.907Z Compiling anstyle v1.0.14
4522026-06-22T19:21:38.921Z Compiling cfg-if v1.0.4
4532026-06-22T19:21:38.938Z Compiling pretty-hex v0.4.1
4542026-06-22T19:21:38.969Z Compiling is_terminal_polyfill v1.70.2
4552026-06-22T19:21:39.011Z Compiling colorchoice v1.0.4
4562026-06-22T19:21:39.091Z Compiling anstyle-query v1.1.5
4572026-06-22T19:21:39.131Z Compiling fs-err v3.3.0
4582026-06-22T19:21:39.180Z Compiling anstream v1.0.0
4592026-06-22T19:21:39.185Z Compiling bytecount v0.6.9
4602026-06-22T19:21:39.185Z Compiling unicode-xid v0.2.6
4612026-06-22T19:21:39.230Z Compiling clap_lex v1.0.0
4622026-06-22T19:21:39.236Z Compiling fastrand v2.3.0
4632026-06-22T19:21:39.279Z Compiling once_cell v1.21.3
4642026-06-22T19:21:39.297Z Compiling terminal_size v0.4.3
4652026-06-22T19:21:39.389Z Compiling unicode-width v0.1.14
4662026-06-22T19:21:39.406Z Compiling heck v0.4.1
4672026-06-22T19:21:39.411Z Compiling fnv v1.0.7
4682026-06-22T19:21:39.538Z Compiling strsim v0.11.1
4692026-06-22T19:21:39.554Z Compiling heck v0.5.0
4702026-06-22T19:21:39.571Z Compiling anyhow v1.0.102
4712026-06-22T19:21:39.572Z Compiling tempfile v3.25.0
4722026-06-22T19:21:39.681Z Compiling semver v1.0.28
4732026-06-22T19:21:39.701Z Compiling papergrid v0.11.0
4742026-06-22T19:21:39.782Z Compiling clap_builder v4.6.0
4752026-06-22T19:21:39.814Z Compiling memmap v0.7.0
4762026-06-22T19:21:39.837Z Compiling unicode-linebreak v0.1.5
4772026-06-22T19:21:39.937Z Compiling unicode-width v0.2.0
4782026-06-22T19:21:40.018Z Compiling smawk v0.3.2
4792026-06-22T19:21:40.035Z Compiling serde-untagged v0.1.9
4802026-06-22T19:21:40.072Z Compiling camino-tempfile v1.4.1
4812026-06-22T19:21:40.121Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-22T19:21:40.183Z Compiling textwrap v0.16.2
4832026-06-22T19:21:40.239Z Compiling swrite v0.1.0
4842026-06-22T19:21:40.612Z Compiling tabled_derive v0.7.0
4852026-06-22T19:21:41.179Z Compiling synstructure v0.13.2
4862026-06-22T19:21:41.179Z Compiling pest_generator v2.8.6
4872026-06-22T19:21:41.271Z Compiling tabled v0.15.0
4882026-06-22T19:21:41.724Z Compiling serde_derive v1.0.228
4892026-06-22T19:21:41.728Z Compiling zerofrom-derive v0.1.6
4902026-06-22T19:21:41.728Z Compiling yoke-derive v0.8.1
4912026-06-22T19:21:41.728Z Compiling zerovec-derive v0.11.2
4922026-06-22T19:21:41.728Z Compiling displaydoc v0.2.5
4932026-06-22T19:21:41.728Z Compiling thiserror-impl v1.0.69
4942026-06-22T19:21:41.728Z Compiling zerocopy-derive v0.7.35
4952026-06-22T19:21:41.728Z Compiling pest_derive v2.8.6
4962026-06-22T19:21:41.728Z Compiling scroll_derive v0.12.1
4972026-06-22T19:21:41.739Z Compiling thiserror-impl v2.0.18
4982026-06-22T19:21:41.757Z Compiling clap_derive v4.6.1
4992026-06-22T19:21:42.369Z Compiling scroll v0.12.0
5002026-06-22T19:21:42.594Z Compiling goblin v0.8.2
5012026-06-22T19:21:42.613Z Compiling zerocopy v0.7.35
5022026-06-22T19:21:42.784Z Compiling zerofrom v0.1.6
5032026-06-22T19:21:42.884Z Compiling yoke v0.8.1
5042026-06-22T19:21:42.939Z Compiling dtrace-parser v0.2.0
5052026-06-22T19:21:43.050Z Compiling zerovec v0.11.5
5062026-06-22T19:21:43.050Z Compiling zerotrie v0.2.3
5072026-06-22T19:21:43.164Z Compiling clap v4.6.1
5082026-06-22T19:21:43.522Z Compiling tinystr v0.8.2
5092026-06-22T19:21:43.522Z Compiling potential_utf v0.1.4
5102026-06-22T19:21:43.647Z Compiling icu_collections v2.1.1
5112026-06-22T19:21:43.675Z Compiling icu_locale_core v2.1.1
5122026-06-22T19:21:44.212Z Compiling icu_provider v2.1.1
5132026-06-22T19:21:44.391Z Compiling dof v0.3.0
5142026-06-22T19:21:44.391Z Compiling serde_tokenstream v0.2.3
5152026-06-22T19:21:44.405Z Compiling toml_datetime v0.6.11
5162026-06-22T19:21:44.408Z Compiling serde_spanned v0.6.9
5172026-06-22T19:21:44.421Z Compiling serde-value v0.7.0
5182026-06-22T19:21:44.426Z Compiling cargo-platform v0.2.0
5192026-06-22T19:21:44.426Z Compiling macaddr v1.0.1
5202026-06-22T19:21:44.440Z Compiling icu_properties v2.1.2
5212026-06-22T19:21:44.444Z Compiling icu_normalizer v2.1.1
5222026-06-22T19:21:44.646Z Compiling toml_edit v0.22.27
5232026-06-22T19:21:45.107Z Compiling usdt-attr-macro v0.5.0
5242026-06-22T19:21:45.110Z Compiling usdt-macro v0.5.0
5252026-06-22T19:21:45.303Z Compiling idna_adapter v1.2.1
5262026-06-22T19:21:45.422Z Compiling idna v1.1.0
5272026-06-22T19:21:45.675Z Compiling url v2.5.8
5282026-06-22T19:21:45.691Z Compiling usdt v0.5.0
5292026-06-22T19:21:45.911Z Compiling toml v0.8.23
5302026-06-22T19:21:46.242Z Compiling cargo-util-schemas v0.8.2
5312026-06-22T19:21:46.242Z Compiling cargo_toml v0.21.0
5322026-06-22T19:21:47.039Z Compiling cargo_metadata v0.21.0
5332026-06-22T19:21:47.971Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-22T19:21:50.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.03s
5352026-06-22T19:21:50.303Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-06-22T19:21:50.785Z Downloading crates ...
5372026-06-22T19:21:50.898Z Downloaded ascii-canvas v3.0.0
5382026-06-22T19:21:50.906Z Downloaded adler2 v2.0.1
5392026-06-22T19:21:50.906Z Downloaded crc-catalog v2.4.0
5402026-06-22T19:21:50.916Z Downloaded async-stream-impl v0.3.6
5412026-06-22T19:21:50.916Z Downloaded async-stream v0.3.6
5422026-06-22T19:21:50.916Z Downloaded atomicwrites v0.4.4
5432026-06-22T19:21:50.916Z Downloaded atty v0.2.14
5442026-06-22T19:21:50.916Z Downloaded atomic-waker v1.1.2
5452026-06-22T19:21:50.916Z Downloaded crc-any v2.5.0
5462026-06-22T19:21:50.924Z Downloaded compression-core v0.4.31
5472026-06-22T19:21:50.924Z Downloaded bcrypt-pbkdf v0.10.0
5482026-06-22T19:21:50.924Z Downloaded block-padding v0.3.3
5492026-06-22T19:21:50.924Z Downloaded base16ct v0.2.0
5502026-06-22T19:21:50.927Z Downloaded array-init v0.0.4
5512026-06-22T19:21:50.927Z Downloaded aead v0.5.2
5522026-06-22T19:21:50.927Z Downloaded castaway v0.2.4
5532026-06-22T19:21:50.927Z Downloaded darling_macro v0.21.3
5542026-06-22T19:21:50.927Z Downloaded defmt-parser v1.0.0
5552026-06-22T19:21:50.930Z Downloaded document-features v0.2.12
5562026-06-22T19:21:50.930Z Downloaded data-encoding v2.10.0
5572026-06-22T19:21:50.930Z Downloaded defmt v1.0.1
5582026-06-22T19:21:50.933Z Downloaded bit-set v0.5.3
5592026-06-22T19:21:50.933Z Downloaded darling_macro v0.13.4
5602026-06-22T19:21:50.936Z Downloaded derive_builder_macro v0.20.2
5612026-06-22T19:21:50.936Z Downloaded downcast-rs v2.0.2
5622026-06-22T19:21:50.936Z Downloaded darling_macro v0.20.11
5632026-06-22T19:21:50.939Z Downloaded async-trait v0.1.89
5642026-06-22T19:21:50.942Z Downloaded cfg_aliases v0.2.1
5652026-06-22T19:21:50.942Z Downloaded darling_macro v0.23.0
5662026-06-22T19:21:50.942Z Downloaded cpufeatures v0.3.0
5672026-06-22T19:21:50.947Z Downloaded debug-ignore v1.0.5
5682026-06-22T19:21:50.947Z Downloaded cfg_aliases v0.1.1
5692026-06-22T19:21:50.949Z Downloaded ciborium-io v0.2.2
5702026-06-22T19:21:50.949Z Downloaded erased-serde v0.3.31
5712026-06-22T19:21:50.952Z Downloaded derive_builder_core v0.20.2
5722026-06-22T19:21:50.952Z Downloaded daft-derive v0.1.7
5732026-06-22T19:21:50.955Z Downloaded ciborium-ll v0.2.2
5742026-06-22T19:21:50.955Z Downloaded ecdsa v0.16.9
5752026-06-22T19:21:50.958Z Downloaded darling_core v0.20.11
5762026-06-22T19:21:50.961Z Downloaded float-ord v0.3.2
5772026-06-22T19:21:50.961Z Downloaded fixedbitset v0.4.2
5782026-06-22T19:21:50.966Z Downloaded env_logger v0.11.9
5792026-06-22T19:21:50.968Z Downloaded enum-as-inner v0.6.1
5802026-06-22T19:21:50.969Z Downloaded cargo-platform v0.3.2
5812026-06-22T19:21:50.969Z Downloaded dtrace-parser v0.3.0
5822026-06-22T19:21:50.973Z Downloaded buf-list v1.1.2
5832026-06-22T19:21:50.973Z Downloaded cmake v0.1.57
5842026-06-22T19:21:50.973Z Downloaded dirs-next v2.0.0
5852026-06-22T19:21:50.979Z Downloaded crossbeam-utils v0.8.21
5862026-06-22T19:21:50.982Z Downloaded env_filter v1.0.0
5872026-06-22T19:21:50.982Z Downloaded cstr-argument v0.1.2
5882026-06-22T19:21:50.982Z Downloaded chacha20 v0.9.1
5892026-06-22T19:21:50.982Z Downloaded blowfish v0.9.1
5902026-06-22T19:21:50.982Z Downloaded embedded-io v0.4.0
5912026-06-22T19:21:50.985Z Downloaded bitfield v0.19.4
5922026-06-22T19:21:50.988Z Downloaded foreign-types-shared v0.1.1
5932026-06-22T19:21:50.991Z Downloaded async-recursion v1.1.1
5942026-06-22T19:21:50.994Z Downloaded bb8 v0.8.6
5952026-06-22T19:21:50.999Z Downloaded convert_case v0.4.0
5962026-06-22T19:21:50.999Z Downloaded float-cmp v0.10.0
5972026-06-22T19:21:50.999Z Downloaded flagset v0.4.7
5982026-06-22T19:21:51.004Z Downloaded crc v3.4.0
5992026-06-22T19:21:51.004Z Downloaded fd-lock v4.0.4
6002026-06-22T19:21:51.004Z Downloaded assert_matches v1.5.0
6012026-06-22T19:21:51.004Z Downloaded fallible-iterator v0.2.0
6022026-06-22T19:21:51.007Z Downloaded either v1.15.0
6032026-06-22T19:21:51.007Z Downloaded diesel-dtrace v0.5.0
6042026-06-22T19:21:51.007Z Downloaded crucible-workspace-hack v0.1.0
6052026-06-22T19:21:51.007Z Downloaded der_derive v0.7.3
6062026-06-22T19:21:51.007Z Downloaded dsl_auto_type v0.2.0
6072026-06-22T19:21:51.011Z Downloaded foreign-types v0.3.2
6082026-06-22T19:21:51.011Z Downloaded bit-vec v0.6.3
6092026-06-22T19:21:51.011Z Downloaded crc8 v0.1.1
6102026-06-22T19:21:51.011Z Downloaded cobs v0.3.0
6112026-06-22T19:21:51.015Z Downloaded dirs-sys-next v0.1.2
6122026-06-22T19:21:51.015Z Downloaded cexpr v0.6.0
6132026-06-22T19:21:51.015Z Downloaded embedded-io v0.6.1
6142026-06-22T19:21:51.020Z Downloaded dropshot-api-manager-types v0.7.2
6152026-06-22T19:21:51.020Z Downloaded constant_time_eq v0.4.2
6162026-06-22T19:21:51.021Z Downloaded diesel_table_macro_syntax v0.3.0
6172026-06-22T19:21:51.021Z Downloaded cipher v0.4.4
6182026-06-22T19:21:51.025Z Downloaded cassowary v0.3.0
6192026-06-22T19:21:51.025Z Downloaded fixedbitset v0.5.7
6202026-06-22T19:21:51.025Z Downloaded endian-type v0.1.2
6212026-06-22T19:21:51.025Z Downloaded bitfield-struct v0.6.2
6222026-06-22T19:21:51.028Z Downloaded backoff v0.4.0
6232026-06-22T19:21:51.028Z Downloaded ctr v0.9.2
6242026-06-22T19:21:51.028Z Downloaded defmt-macros v1.0.1
6252026-06-22T19:21:51.031Z Downloaded futures-core v0.3.32
6262026-06-22T19:21:51.031Z Downloaded bit-set v0.8.0
6272026-06-22T19:21:51.033Z Downloaded dof v0.4.0
6282026-06-22T19:21:51.033Z Downloaded camino-tempfile-ext v0.3.3
6292026-06-22T19:21:51.033Z Downloaded byte-wrapper v0.1.0
6302026-06-22T19:21:51.037Z Downloaded dunce v1.0.5
6312026-06-22T19:21:51.037Z Downloaded bit-vec v0.8.0
6322026-06-22T19:21:51.037Z Downloaded crunchy v0.2.4
6332026-06-22T19:21:51.039Z Downloaded bitfield-macros v0.19.4
6342026-06-22T19:21:51.040Z Downloaded display-error-chain v0.2.2
6352026-06-22T19:21:51.040Z Downloaded colored v3.1.1
6362026-06-22T19:21:51.043Z Downloaded gethostname v0.5.0
6372026-06-22T19:21:51.043Z Downloaded fxhash v0.2.1
6382026-06-22T19:21:51.043Z Downloaded futures-task v0.3.32
6392026-06-22T19:21:51.046Z Downloaded futures-sink v0.3.32
6402026-06-22T19:21:51.046Z Downloaded futures-macro v0.3.32
6412026-06-22T19:21:51.046Z Downloaded cookie v0.18.1
6422026-06-22T19:21:51.049Z Downloaded futures-io v0.3.32
6432026-06-22T19:21:51.049Z Downloaded foreign-types-shared v0.3.1
6442026-06-22T19:21:51.049Z Downloaded darling v0.21.3
6452026-06-22T19:21:51.052Z Downloaded filetime v0.2.27
6462026-06-22T19:21:51.052Z Downloaded dyn-clone v1.0.20
6472026-06-22T19:21:51.055Z Downloaded foreign-types v0.5.0
6482026-06-22T19:21:51.055Z Downloaded foreign-types-macros v0.2.3
6492026-06-22T19:21:51.055Z Downloaded ed25519 v2.2.3
6502026-06-22T19:21:51.057Z Downloaded difflib v0.4.0
6512026-06-22T19:21:51.058Z Downloaded critical-section v1.2.0
6522026-06-22T19:21:51.058Z Downloaded curve25519-dalek-derive v0.1.1
6532026-06-22T19:21:51.062Z Downloaded ghash v0.5.1
6542026-06-22T19:21:51.065Z Downloaded globwalk v0.9.1
6552026-06-22T19:21:51.069Z Downloaded compression-codecs v0.4.37
6562026-06-22T19:21:51.072Z Downloaded defmt v0.3.100
6572026-06-22T19:21:51.072Z Downloaded cbc v0.1.2
6582026-06-22T19:21:51.073Z Downloaded const_format_proc_macros v0.2.34
6592026-06-22T19:21:51.075Z Downloaded hash32 v0.3.1
6602026-06-22T19:21:51.075Z Downloaded derive-ex v0.1.8
6612026-06-22T19:21:51.075Z Downloaded headers-core v0.3.0
6622026-06-22T19:21:51.076Z Downloaded hash32 v0.2.1
6632026-06-22T19:21:51.078Z Downloaded convert_case v0.10.0
6642026-06-22T19:21:51.078Z Downloaded hex v0.4.3
6652026-06-22T19:21:51.084Z Downloaded argon2 v0.5.3
6662026-06-22T19:21:51.084Z Downloaded chacha20 v0.10.0
6672026-06-22T19:21:51.086Z Downloaded cargo_metadata v0.23.1
6682026-06-22T19:21:51.086Z Downloaded csv-core v0.1.13
6692026-06-22T19:21:51.086Z Downloaded foldhash v0.2.0
6702026-06-22T19:21:51.086Z Downloaded find-msvc-tools v0.1.9
6712026-06-22T19:21:51.087Z Downloaded colored v2.2.0
6722026-06-22T19:21:51.090Z Downloaded ciborium v0.2.2
6732026-06-22T19:21:51.090Z Downloaded hex-literal v0.4.1
6742026-06-22T19:21:51.094Z Downloaded darling v0.13.4
6752026-06-22T19:21:51.094Z Downloaded git-stub v1.0.0
6762026-06-22T19:21:51.097Z Downloaded ff v0.13.1
6772026-06-22T19:21:51.097Z Downloaded fs-err v2.11.0
6782026-06-22T19:21:51.097Z Downloaded foldhash v0.1.5
6792026-06-22T19:21:51.097Z Downloaded daft v0.1.7
6802026-06-22T19:21:51.100Z Downloaded crossbeam-deque v0.8.6
6812026-06-22T19:21:51.100Z Downloaded diff v0.1.13
6822026-06-22T19:21:51.103Z Downloaded derive_builder v0.20.2
6832026-06-22T19:21:51.107Z Downloaded hostname v0.3.1
6842026-06-22T19:21:51.107Z Downloaded const-oid v0.9.6
6852026-06-22T19:21:51.110Z Downloaded ahash v0.8.12
6862026-06-22T19:21:51.110Z Downloaded deranged v0.5.8
6872026-06-22T19:21:51.110Z Downloaded illumos-nvpair v0.3.0
6882026-06-22T19:21:51.110Z Downloaded ident_case v1.0.1
6892026-06-22T19:21:51.113Z Downloaded http-body v1.0.1
6902026-06-22T19:21:51.113Z Downloaded funty v2.0.0
6912026-06-22T19:21:51.113Z Downloaded hubpack_derive v0.1.1
6922026-06-22T19:21:51.113Z Downloaded hostname v0.4.2
6932026-06-22T19:21:51.117Z Downloaded home v0.5.12
6942026-06-22T19:21:51.117Z Downloaded clang-sys v1.8.1
6952026-06-22T19:21:51.117Z Downloaded bzip2 v0.6.1
6962026-06-22T19:21:51.120Z Downloaded hubpack v0.1.2
6972026-06-22T19:21:51.120Z Downloaded httpdate v1.0.3
6982026-06-22T19:21:51.121Z Downloaded futures-executor v0.3.32
6992026-06-22T19:21:51.121Z Downloaded hyper-tls v0.6.0
7002026-06-22T19:21:51.124Z Downloaded fatfs v0.3.6
7012026-06-22T19:21:51.124Z Downloaded derive_more v0.99.20
7022026-06-22T19:21:51.129Z Downloaded group v0.13.0
7032026-06-22T19:21:51.135Z Downloaded git-stub-vcs v0.1.0
7042026-06-22T19:21:51.135Z Downloaded bcs v0.1.6
7052026-06-22T19:21:51.135Z Downloaded indent_write v2.2.0
7062026-06-22T19:21:51.135Z Downloaded crc32fast v1.5.0
7072026-06-22T19:21:51.135Z Downloaded corncobs v0.1.4
7082026-06-22T19:21:51.142Z Downloaded instant v0.1.13
7092026-06-22T19:21:51.142Z Downloaded ena v0.14.4
7102026-06-22T19:21:51.142Z Downloaded cookie_store v0.22.1
7112026-06-22T19:21:51.142Z Downloaded base64ct v1.8.3
7122026-06-22T19:21:51.142Z Downloaded glob v0.3.3
7132026-06-22T19:21:51.143Z Downloaded cancel-safe-futures v0.1.5
7142026-06-22T19:21:51.164Z Downloaded illumos-nvpair-sys v0.2.0
7152026-06-22T19:21:51.164Z Downloaded async-bb8-diesel v0.2.1
7162026-06-22T19:21:51.164Z Downloaded http-range v0.1.5
7172026-06-22T19:21:51.164Z Downloaded arrayvec v0.7.6
7182026-06-22T19:21:51.164Z Downloaded backon v1.6.0
7192026-06-22T19:21:51.168Z Downloaded console v0.15.11
7202026-06-22T19:21:51.168Z Downloaded instability v0.3.11
7212026-06-22T19:21:51.168Z Downloaded bitflags v1.3.2
7222026-06-22T19:21:51.168Z Downloaded is_ci v1.2.0
7232026-06-22T19:21:51.168Z Downloaded is-terminal v0.4.17
7242026-06-22T19:21:51.168Z Downloaded internet-checksum v0.2.1
7252026-06-22T19:21:51.168Z Downloaded inout v0.1.4
7262026-06-22T19:21:51.168Z Downloaded lazy_static v1.5.0
7272026-06-22T19:21:51.168Z Downloaded lalrpop-util v0.19.12
7282026-06-22T19:21:51.168Z Downloaded keccak v0.1.6
7292026-06-22T19:21:51.168Z Downloaded arrayref v0.3.9
7302026-06-22T19:21:51.168Z Downloaded anstyle-parse v0.2.7
7312026-06-22T19:21:51.168Z Downloaded bzip2 v0.4.4
7322026-06-22T19:21:51.168Z Downloaded anstream v0.6.21
7332026-06-22T19:21:51.168Z Downloaded chacha20poly1305 v0.10.1
7342026-06-22T19:21:51.168Z Downloaded bytes v1.11.1
7352026-06-22T19:21:51.173Z Downloaded libscf-sys v1.1.0
7362026-06-22T19:21:51.173Z Downloaded http-body-util v0.1.3
7372026-06-22T19:21:51.173Z Downloaded lru-cache v0.1.2
7382026-06-22T19:21:51.173Z Downloaded fs_extra v1.3.0
7392026-06-22T19:21:51.173Z Downloaded kstat-rs v0.2.4
7402026-06-22T19:21:51.180Z Downloaded futures-channel v0.3.32
7412026-06-22T19:21:51.182Z Downloaded globset v0.4.18
7422026-06-22T19:21:51.182Z Downloaded getrandom v0.2.17
7432026-06-22T19:21:51.186Z Downloaded linked-hash-map v0.5.6
7442026-06-22T19:21:51.186Z Downloaded elliptic-curve v0.13.8
7452026-06-22T19:21:51.189Z Downloaded match_cfg v0.1.0
7462026-06-22T19:21:51.189Z Downloaded maplit v1.0.2
7472026-06-22T19:21:51.189Z Downloaded lru v0.12.5
7482026-06-22T19:21:51.192Z Downloaded managed v0.8.0
7492026-06-22T19:21:51.192Z Downloaded md5 v0.7.0
7502026-06-22T19:21:51.193Z Downloaded console v0.16.2
7512026-06-22T19:21:51.199Z Downloaded des v0.8.1
7522026-06-22T19:21:51.199Z Downloaded darling v0.20.11
7532026-06-22T19:21:51.202Z Downloaded mime v0.3.17
7542026-06-22T19:21:51.202Z Downloaded der v0.7.10
7552026-06-22T19:21:51.202Z Downloaded newline-converter v0.3.0
7562026-06-22T19:21:51.202Z Downloaded new_debug_unreachable v1.0.6
7572026-06-22T19:21:51.205Z Downloaded memoffset v0.9.1
7582026-06-22T19:21:51.205Z Downloaded md-5 v0.10.6
7592026-06-22T19:21:51.205Z Downloaded maybe-uninit v2.0.0
7602026-06-22T19:21:51.206Z Downloaded lzss v0.8.2
7612026-06-22T19:21:51.210Z Downloaded highway v1.3.0
7622026-06-22T19:21:51.210Z Downloaded multimap v0.10.1
7632026-06-22T19:21:51.210Z Downloaded libefi-sys v0.1.0
7642026-06-22T19:21:51.213Z Downloaded impl-trait-for-tuples v0.2.3
7652026-06-22T19:21:51.213Z Downloaded darling_core v0.13.4
7662026-06-22T19:21:51.218Z Downloaded nodrop v0.1.14
7672026-06-22T19:21:51.218Z Downloaded base64 v0.22.1
7682026-06-22T19:21:51.222Z Downloaded normalize-line-endings v0.3.0
7692026-06-22T19:21:51.222Z Downloaded indoc v2.0.7
7702026-06-22T19:21:51.222Z Downloaded ipnet v2.11.0
7712026-06-22T19:21:51.222Z Downloaded ingot-types v0.1.2
7722026-06-22T19:21:51.222Z Downloaded indoc v1.0.9
7732026-06-22T19:21:51.225Z Downloaded jobserver v0.1.34
7742026-06-22T19:21:51.226Z Downloaded compact_str v0.8.1
7752026-06-22T19:21:51.229Z Downloaded newtype-uuid-macros v0.1.0
7762026-06-22T19:21:51.229Z Downloaded base64 v0.21.7
7772026-06-22T19:21:51.231Z Downloaded num v0.4.3
7782026-06-22T19:21:51.231Z Downloaded nibble_vec v0.1.0
7792026-06-22T19:21:51.231Z Downloaded newtype_derive v0.1.6
7802026-06-22T19:21:51.235Z Downloaded cc v1.2.56
7812026-06-22T19:21:51.235Z Downloaded num-conv v0.2.0
7822026-06-22T19:21:51.235Z Downloaded lru-slab v0.1.2
7832026-06-22T19:21:51.238Z Downloaded ipnetwork v0.21.1
7842026-06-22T19:21:51.238Z Downloaded ingot v0.1.1
7852026-06-22T19:21:51.238Z Downloaded hyper-rustls v0.27.7
7862026-06-22T19:21:51.241Z Downloaded crossbeam-epoch v0.9.18
7872026-06-22T19:21:51.241Z Downloaded drift v0.2.0
7882026-06-22T19:21:51.247Z Downloaded openssl-macros v0.1.1
7892026-06-22T19:21:51.250Z Downloaded num-derive v0.4.2
7902026-06-22T19:21:51.250Z Downloaded num_threads v0.1.7
7912026-06-22T19:21:51.250Z Downloaded openssl-probe v0.1.6
7922026-06-22T19:21:51.253Z Downloaded opaque-debug v0.3.1
7932026-06-22T19:21:51.253Z Downloaded linear-map v1.2.0
7942026-06-22T19:21:51.253Z Downloaded iana-time-zone v0.1.65
7952026-06-22T19:21:51.256Z Downloaded futures v0.3.32
7962026-06-22T19:21:51.259Z Downloaded libsw v3.5.0
7972026-06-22T19:21:51.259Z Downloaded getrandom v0.3.4
7982026-06-22T19:21:51.262Z Downloaded darling_core v0.23.0
7992026-06-22T19:21:51.265Z Downloaded hyper-staticfile v0.10.1
8002026-06-22T19:21:51.265Z Downloaded packed_struct_codegen v0.10.1
8012026-06-22T19:21:51.271Z Downloaded openssl-probe v0.2.1
8022026-06-22T19:21:51.271Z Downloaded olpc-cjson v0.1.4
8032026-06-22T19:21:51.271Z Downloaded num_enum_derive v0.5.11
8042026-06-22T19:21:51.271Z Downloaded httparse v1.10.1
8052026-06-22T19:21:51.276Z Downloaded libloading v0.8.9
8062026-06-22T19:21:51.277Z Downloaded ingot-macros v0.1.1
8072026-06-22T19:21:51.277Z Downloaded native-tls v0.2.18
8082026-06-22T19:21:51.277Z Downloaded libsw-core v0.3.2
8092026-06-22T19:21:51.280Z Downloaded blake2 v0.10.6
8102026-06-22T19:21:51.280Z Downloaded oso-derive v0.27.3
8112026-06-22T19:21:51.280Z Downloaded lock_api v0.4.14
8122026-06-22T19:21:51.280Z Downloaded hmac v0.12.1
8132026-06-22T19:21:51.280Z Downloaded parse-size v1.1.0
8142026-06-22T19:21:51.283Z Downloaded parse-display v0.10.0
8152026-06-22T19:21:51.283Z Downloaded nonempty v0.12.0
8162026-06-22T19:21:51.283Z Downloaded darling_core v0.21.3
8172026-06-22T19:21:51.286Z Downloaded half v1.8.3
8182026-06-22T19:21:51.288Z Downloaded darling v0.23.0
8192026-06-22T19:21:51.292Z Downloaded num-complex v0.4.6
8202026-06-22T19:21:51.292Z Downloaded nu-ansi-term v0.50.3
8212026-06-22T19:21:51.294Z Downloaded async-compression v0.4.41
8222026-06-22T19:21:51.297Z Downloaded num_enum_derive v0.7.6
8232026-06-22T19:21:51.297Z Downloaded newtype-uuid v1.3.2
8242026-06-22T19:21:51.300Z Downloaded pbkdf2 v0.11.0
8252026-06-22T19:21:51.300Z Downloaded num-rational v0.4.2
8262026-06-22T19:21:51.303Z Downloaded peg-runtime v0.8.5
8272026-06-22T19:21:51.303Z Downloaded pbkdf2 v0.12.2
8282026-06-22T19:21:51.303Z Downloaded flate2 v1.1.9
8292026-06-22T19:21:51.306Z Downloaded path-slash v0.1.5
8302026-06-22T19:21:51.306Z Downloaded num-iter v0.1.45
8312026-06-22T19:21:51.309Z Downloaded multer v3.1.0
8322026-06-22T19:21:51.309Z Downloaded allocator-api2 v0.2.21
8332026-06-22T19:21:51.312Z Downloaded litrs v1.0.0
8342026-06-22T19:21:51.312Z Downloaded flume v0.11.1
8352026-06-22T19:21:51.314Z Downloaded arc-swap v1.8.2
8362026-06-22T19:21:51.317Z Downloaded num-integer v0.1.46
8372026-06-22T19:21:51.317Z Downloaded phf_shared v0.11.3
8382026-06-22T19:21:51.322Z Downloaded humantime v2.3.0
8392026-06-22T19:21:51.322Z Downloaded dropshot_endpoint v0.17.0
8402026-06-22T19:21:51.325Z Downloaded phf_shared v0.13.1
8412026-06-22T19:21:51.325Z Downloaded phf_shared v0.12.1
8422026-06-22T19:21:51.325Z Downloaded num_enum v0.7.6
8432026-06-22T19:21:51.328Z Downloaded pin-utils v0.1.0
8442026-06-22T19:21:51.328Z Downloaded indexmap v1.9.3
8452026-06-22T19:21:51.331Z Downloaded ignore v0.4.25
8462026-06-22T19:21:51.331Z Downloaded const_format v0.2.35
8472026-06-22T19:21:51.334Z Downloaded oxnet v0.1.6
8482026-06-22T19:21:51.337Z Downloaded oxide-tokio-rt v0.1.4
8492026-06-22T19:21:51.337Z Downloaded owo-colors v4.3.0
8502026-06-22T19:21:51.337Z Downloaded half v2.7.1
8512026-06-22T19:21:51.342Z Downloaded powerfmt v0.2.0
8522026-06-22T19:21:51.342Z Downloaded num_enum v0.5.11
8532026-06-22T19:21:51.346Z Downloaded predicates-tree v1.0.13
8542026-06-22T19:21:51.346Z Downloaded precomputed-hash v0.1.1
8552026-06-22T19:21:51.346Z Downloaded proc-macro-error-attr2 v2.0.0
8562026-06-22T19:21:51.346Z Downloaded proc-macro-crate v3.4.0
8572026-06-22T19:21:51.349Z Downloaded packed_struct v0.10.1
8582026-06-22T19:21:51.349Z Downloaded libbz2-rs-sys v0.2.2
8592026-06-22T19:21:51.349Z Downloaded memmap2 v0.9.10
8602026-06-22T19:21:51.349Z Downloaded heapless v0.7.17
8612026-06-22T19:21:51.352Z Downloaded bumpalo v3.20.2
8622026-06-22T19:21:51.355Z Downloaded proc-macro-crate v1.3.1
8632026-06-22T19:21:51.355Z Downloaded password-hash v0.4.2
8642026-06-22T19:21:51.359Z Downloaded parking_lot_core v0.8.6
8652026-06-22T19:21:51.359Z Downloaded derive-where v1.6.0
8662026-06-22T19:21:51.362Z Downloaded psl-types v2.0.11
8672026-06-22T19:21:51.362Z Downloaded progenitor-macro v0.14.0
8682026-06-22T19:21:51.365Z Downloaded quick-error v1.2.3
8692026-06-22T19:21:51.379Z Downloaded progenitor-macro v0.13.0
8702026-06-22T19:21:51.385Z Downloaded num-derive v0.3.3
8712026-06-22T19:21:51.385Z Downloaded phf v0.12.1
8722026-06-22T19:21:51.385Z Downloaded pem v3.0.6
8732026-06-22T19:21:51.385Z Downloaded phf v0.13.1
8742026-06-22T19:21:51.392Z Downloaded pem-rfc7468 v0.7.0
8752026-06-22T19:21:51.392Z Downloaded peg-macros v0.8.5
8762026-06-22T19:21:51.392Z Downloaded radium v0.7.0
8772026-06-22T19:21:51.393Z Downloaded polyval v0.6.2
8782026-06-22T19:21:51.393Z Downloaded pkg-config v0.3.32
8792026-06-22T19:21:51.393Z Downloaded pkcs8 v0.10.2
8802026-06-22T19:21:51.399Z Downloaded peg v0.8.5
8812026-06-22T19:21:51.399Z Downloaded pin-project-lite v0.2.17
8822026-06-22T19:21:51.399Z Downloaded rand_chacha v0.3.1
8832026-06-22T19:21:51.399Z Downloaded dropshot-api-manager v0.7.2
8842026-06-22T19:21:51.403Z Downloaded rand_xorshift v0.4.0
8852026-06-22T19:21:51.403Z Downloaded derive_more v2.1.1
8862026-06-22T19:21:51.407Z Downloaded poly1305 v0.8.0
8872026-06-22T19:21:51.410Z Downloaded pin-project-internal v1.1.11
8882026-06-22T19:21:51.410Z Downloaded mime_guess v2.0.5
8892026-06-22T19:21:51.413Z Downloaded derive_more-impl v2.1.1
8902026-06-22T19:21:51.416Z Downloaded recursive v0.1.1
8912026-06-22T19:21:51.416Z Downloaded recursive-proc-macro-impl v0.1.1
8922026-06-22T19:21:51.416Z Downloaded predicates-core v1.0.10
8932026-06-22T19:21:51.419Z Downloaded paste v1.0.15
8942026-06-22T19:21:51.419Z Downloaded password-hash v0.5.0
8952026-06-22T19:21:51.423Z Downloaded parse-display-derive v0.10.0
8962026-06-22T19:21:51.423Z Downloaded ed25519-dalek v2.2.0
8972026-06-22T19:21:51.428Z Downloaded progenitor-extras v0.2.0
8982026-06-22T19:21:51.428Z Downloaded ppv-lite86 v0.2.21
8992026-06-22T19:21:51.428Z Downloaded parking_lot_core v0.9.12
9002026-06-22T19:21:51.428Z Downloaded parking_lot v0.11.2
9012026-06-22T19:21:51.432Z Downloaded indicatif v0.18.4
9022026-06-22T19:21:51.432Z Downloaded progenitor v0.13.0
9032026-06-22T19:21:51.435Z Downloaded ref-cast-impl v1.0.25
9042026-06-22T19:21:51.435Z Downloaded ref-cast v1.0.25
9052026-06-22T19:21:51.435Z Downloaded progenitor v0.14.0
9062026-06-22T19:21:51.435Z Downloaded proc-macro-error2 v2.0.1
9072026-06-22T19:21:51.441Z Downloaded rtoolbox v0.0.3
9082026-06-22T19:21:51.441Z Downloaded rfc6979 v0.4.0
9092026-06-22T19:21:51.444Z Downloaded primeorder v0.13.6
9102026-06-22T19:21:51.444Z Downloaded heapless v0.8.0
9112026-06-22T19:21:51.444Z Downloaded headers v0.4.1
9122026-06-22T19:21:51.447Z Downloaded hickory-resolver v0.24.4
9132026-06-22T19:21:51.450Z Downloaded crypto-bigint v0.5.5
9142026-06-22T19:21:51.452Z Downloaded rustc-hash v2.1.1
9152026-06-22T19:21:51.455Z Downloaded ar_archive_writer v0.5.1
9162026-06-22T19:21:51.456Z Downloaded pkcs5 v0.7.1
9172026-06-22T19:21:51.460Z Downloaded progenitor-client v0.14.0
9182026-06-22T19:21:51.460Z Downloaded crossbeam-channel v0.5.15
9192026-06-22T19:21:51.463Z Downloaded rand_core v0.9.5
9202026-06-22T19:21:51.463Z Downloaded rand_core v0.6.4
9212026-06-22T19:21:51.463Z Downloaded nanorand v0.7.0
9222026-06-22T19:21:51.465Z Downloaded omicron-zone-package v0.12.2
9232026-06-22T19:21:51.470Z Downloaded rand_core v0.10.0
9242026-06-22T19:21:51.470Z Downloaded russh-cryptovec v0.7.3
9252026-06-22T19:21:51.470Z Downloaded rustc_version v0.4.1
9262026-06-22T19:21:51.473Z Downloaded rustc_version v0.1.7
9272026-06-22T19:21:51.473Z Downloaded r2d2 v0.8.10
9282026-06-22T19:21:51.473Z Downloaded pkcs1 v0.7.5
9292026-06-22T19:21:51.476Z Downloaded p256 v0.13.2
9302026-06-22T19:21:51.476Z Downloaded rand_chacha v0.9.0
9312026-06-22T19:21:51.479Z Downloaded postgres-protocol v0.6.10
9322026-06-22T19:21:51.479Z Downloaded oso v0.27.3
9332026-06-22T19:21:51.482Z Downloaded postcard v1.1.3
9342026-06-22T19:21:51.485Z Downloaded same-file v1.0.6
9352026-06-22T19:21:51.485Z Downloaded progenitor-client v0.13.0
9362026-06-22T19:21:51.490Z Downloaded hashbrown v0.13.2
9372026-06-22T19:21:51.493Z Downloaded expectorate v1.2.0
9382026-06-22T19:21:51.499Z Downloaded jiff-static v0.2.21
9392026-06-22T19:21:51.502Z Downloaded resolv-conf v0.7.6
9402026-06-22T19:21:51.505Z Downloaded serde-big-array v0.5.1
9412026-06-22T19:21:51.511Z Downloaded scrypt v0.11.0
9422026-06-22T19:21:51.511Z Downloaded secrecy v0.10.3
9432026-06-22T19:21:51.511Z Downloaded seq-macro v0.3.6
9442026-06-22T19:21:51.518Z Downloaded scroll_derive v0.13.1
9452026-06-22T19:21:51.518Z Downloaded hickory-resolver v0.25.2
9462026-06-22T19:21:51.518Z Downloaded scopeguard v1.2.0
9472026-06-22T19:21:51.521Z Downloaded papergrid v0.17.0
9482026-06-22T19:21:51.521Z Downloaded psm v0.1.30
9492026-06-22T19:21:51.521Z Downloaded parking_lot v0.12.5
9502026-06-22T19:21:51.524Z Downloaded serde_bytes v0.11.19
9512026-06-22T19:21:51.524Z Downloaded sapling-renderdag v0.1.0
9522026-06-22T19:21:51.527Z Downloaded diesel_derives v2.3.7
9532026-06-22T19:21:51.530Z Downloaded serde_repr v0.1.20
9542026-06-22T19:21:51.530Z Downloaded semver v0.1.20
9552026-06-22T19:21:51.536Z Downloaded rustls-native-certs v0.8.3
9562026-06-22T19:21:51.540Z Downloaded pin-project v1.1.11
9572026-06-22T19:21:51.543Z Downloaded shell-words v1.1.1
9582026-06-22T19:21:51.547Z Downloaded serde_urlencoded v0.7.1
9592026-06-22T19:21:51.547Z Downloaded serde_spanned v1.0.4
9602026-06-22T19:21:51.551Z Downloaded rustls-pemfile v1.0.4
9612026-06-22T19:21:51.551Z Downloaded miniz_oxide v0.8.9
9622026-06-22T19:21:51.551Z Downloaded prefix-trie v0.7.0
9632026-06-22T19:21:51.554Z Downloaded predicates v3.1.4
9642026-06-22T19:21:51.554Z Downloaded minimal-lexical v0.2.1
9652026-06-22T19:21:51.564Z Downloaded hashbrown v0.12.3
9662026-06-22T19:21:51.567Z Downloaded siphasher v1.0.2
9672026-06-22T19:21:51.567Z Downloaded rustversion v1.0.22
9682026-06-22T19:21:51.567Z Downloaded slog-bunyan v2.5.0
9692026-06-22T19:21:51.567Z Downloaded rand_seeder v0.4.0
9702026-06-22T19:21:51.567Z Downloaded sha1 v0.10.6
9712026-06-22T19:21:51.567Z Downloaded signature v2.2.0
9722026-06-22T19:21:51.567Z Downloaded crossterm v0.28.1
9732026-06-22T19:21:51.570Z Downloaded rusty-fork v0.3.1
9742026-06-22T19:21:51.573Z Downloaded signal-hook-tokio v0.3.1
9752026-06-22T19:21:51.573Z Downloaded quinn-udp v0.5.14
9762026-06-22T19:21:51.573Z Downloaded postgres-types v0.2.12
9772026-06-22T19:21:51.577Z Downloaded secrecy v0.8.0
9782026-06-22T19:21:51.581Z Downloaded salsa20 v0.10.2
9792026-06-22T19:21:51.581Z Downloaded slog-envlogger v2.2.0
9802026-06-22T19:21:51.584Z Downloaded sct v0.7.1
9812026-06-22T19:21:51.584Z Downloaded sec1 v0.7.3
9822026-06-22T19:21:51.588Z Downloaded scroll v0.13.0
9832026-06-22T19:21:51.591Z Downloaded schemars_derive v0.8.22
9842026-06-22T19:21:51.595Z Downloaded aes v0.8.4
9852026-06-22T19:21:51.599Z Downloaded scheduled-thread-pool v0.2.7
9862026-06-22T19:21:51.602Z Downloaded http v1.4.0
9872026-06-22T19:21:51.605Z Downloaded openssl-sys v0.9.115
9882026-06-22T19:21:51.610Z Downloaded ssh-encoding v0.2.0
9892026-06-22T19:21:51.610Z Downloaded sqlparser_derive v0.5.0
9902026-06-22T19:21:51.614Z Downloaded serde_path_to_error v0.1.20
9912026-06-22T19:21:51.614Z Downloaded aho-corasick v1.1.4
9922026-06-22T19:21:51.619Z Downloaded serde_with_macros v1.5.2
9932026-06-22T19:21:51.619Z Downloaded serde_derive_internals v0.29.1
9942026-06-22T19:21:51.619Z Downloaded russh-keys v0.45.0
9952026-06-22T19:21:51.623Z Downloaded rustls-pki-types v1.14.0
9962026-06-22T19:21:51.647Z Downloaded serde_plain v1.0.2
9972026-06-22T19:21:51.647Z Downloaded rustls-pemfile v2.2.0
9982026-06-22T19:21:51.657Z Downloaded slab v0.4.12
9992026-06-22T19:21:51.657Z Downloaded shlex v1.3.0
10002026-06-22T19:21:51.657Z Downloaded aes-gcm v0.10.3
10012026-06-22T19:21:51.657Z Downloaded rcgen v0.12.1
10022026-06-22T19:21:51.657Z Downloaded progenitor-impl v0.13.0
10032026-06-22T19:21:51.657Z Downloaded itertools v0.10.5
10042026-06-22T19:21:51.658Z Downloaded signal-hook-mio v0.2.5
10052026-06-22T19:21:51.658Z Downloaded ssh-cipher v0.2.0
10062026-06-22T19:21:51.658Z Downloaded strum v0.27.2
10072026-06-22T19:21:51.658Z Downloaded strip-ansi-escapes v0.2.1
10082026-06-22T19:21:51.658Z Downloaded slog-scope v4.4.1
10092026-06-22T19:21:51.658Z Downloaded supports-color v3.0.2
10102026-06-22T19:21:51.658Z Downloaded slog-json v2.6.1
10112026-06-22T19:21:51.658Z Downloaded slog-dtrace v0.3.0
10122026-06-22T19:21:51.663Z Downloaded crossterm v0.29.0
10132026-06-22T19:21:51.664Z Downloaded pretty_assertions v1.4.1
10142026-06-22T19:21:51.664Z Downloaded slog-stdlog v4.1.1
10152026-06-22T19:21:51.664Z Downloaded progenitor-impl v0.14.0
10162026-06-22T19:21:51.669Z Downloaded strum v0.26.3
10172026-06-22T19:21:51.669Z Downloaded structmeta v0.3.0
10182026-06-22T19:21:51.669Z Downloaded strsim v0.10.0
10192026-06-22T19:21:51.669Z Downloaded simd-adler32 v0.3.8
10202026-06-22T19:21:51.677Z Downloaded take_mut v0.2.2
10212026-06-22T19:21:51.677Z Downloaded sync_wrapper v1.0.2
10222026-06-22T19:21:51.677Z Downloaded sync-ptr v0.1.4
10232026-06-22T19:21:51.677Z Downloaded structmeta-derive v0.3.0
10242026-06-22T19:21:51.677Z Downloaded serde-hex v0.1.0
10252026-06-22T19:21:51.678Z Downloaded sigpipe v0.1.3
10262026-06-22T19:21:51.678Z Downloaded serde_cbor v0.11.2
10272026-06-22T19:21:51.681Z Downloaded tagptr v0.2.0
10282026-06-22T19:21:51.681Z Downloaded sqlformat v0.3.5
10292026-06-22T19:21:51.681Z Downloaded spki v0.7.3
10302026-06-22T19:21:51.681Z Downloaded testing_table v0.3.0
10312026-06-22T19:21:51.681Z Downloaded tabwriter v1.4.1
10322026-06-22T19:21:51.681Z Downloaded thiserror-impl-no-std v2.0.2
10332026-06-22T19:21:51.681Z Downloaded signal-hook-registry v1.4.8
10342026-06-22T19:21:51.681Z Downloaded time-core v0.1.8
10352026-06-22T19:21:51.684Z Downloaded smf v0.2.3
10362026-06-22T19:21:51.684Z Downloaded slog-term v2.9.2
10372026-06-22T19:21:51.684Z Downloaded hickory-server v0.25.2
10382026-06-22T19:21:51.688Z Downloaded tabled_derive v0.11.0
10392026-06-22T19:21:51.690Z Downloaded subtle v2.6.1
10402026-06-22T19:21:51.690Z Downloaded static_assertions v1.1.0
10412026-06-22T19:21:51.690Z Downloaded thread-id v5.1.0
10422026-06-22T19:21:51.690Z Downloaded rustls-platform-verifier v0.6.2
10432026-06-22T19:21:51.693Z Downloaded smallvec v0.6.14
10442026-06-22T19:21:51.696Z Downloaded stringprep v0.1.5
10452026-06-22T19:21:51.696Z Downloaded string_cache v0.8.9
10462026-06-22T19:21:51.699Z Downloaded stacker v0.1.23
10472026-06-22T19:21:51.702Z Downloaded prettyplease v0.2.37
10482026-06-22T19:21:51.706Z Downloaded ron v0.8.1
10492026-06-22T19:21:51.709Z Downloaded publicsuffix v2.3.0
10502026-06-22T19:21:51.712Z Downloaded snafu-derive v0.8.9
10512026-06-22T19:21:51.715Z Downloaded strum_macros v0.27.2
10522026-06-22T19:21:51.715Z Downloaded strum_macros v0.26.4
10532026-06-22T19:21:51.720Z Downloaded hashbrown v0.15.5
10542026-06-22T19:21:51.723Z Downloaded hashbrown v0.16.1
10552026-06-22T19:21:51.731Z Downloaded serde_with_macros v3.17.0
10562026-06-22T19:21:51.738Z Downloaded termtree v0.5.1
10572026-06-22T19:21:51.741Z Downloaded spin v0.9.8
10582026-06-22T19:21:51.745Z Downloaded tap v1.0.1
10592026-06-22T19:21:51.748Z Downloaded tinyvec_macros v0.1.1
10602026-06-22T19:21:51.752Z Downloaded qorb v0.4.1
10612026-06-22T19:21:51.758Z Downloaded slog-async v2.8.0
10622026-06-22T19:21:51.758Z Downloaded signal-hook v0.3.18
10632026-06-22T19:21:51.761Z Downloaded mio v1.2.0
10642026-06-22T19:21:51.761Z Downloaded libxml v0.3.3
10652026-06-22T19:21:51.765Z Downloaded tokio-macros v2.7.0
10662026-06-22T19:21:51.765Z Downloaded thread_local v1.1.9
10672026-06-22T19:21:51.765Z Downloaded similar v2.7.0
10682026-06-22T19:21:51.774Z Downloaded support-bundle-viewer v0.1.2
10692026-06-22T19:21:51.781Z Downloaded tower-layer v0.3.3
10702026-06-22T19:21:51.781Z Downloaded strum_macros v0.24.3
10712026-06-22T19:21:51.781Z Downloaded tiny-keccak v2.0.2
10722026-06-22T19:21:51.781Z Downloaded rand v0.8.6
10732026-06-22T19:21:51.781Z Downloaded schemars v0.8.22
10742026-06-22T19:21:51.787Z Downloaded time-macros v0.2.27
10752026-06-22T19:21:51.787Z Downloaded hyper-util v0.1.20
10762026-06-22T19:21:51.790Z Downloaded tower-service v0.3.3
10772026-06-22T19:21:51.790Z Downloaded ryu v1.0.23
10782026-06-22T19:21:51.790Z Downloaded tls_codec_derive v0.4.2
10792026-06-22T19:21:51.790Z Downloaded rsa v0.9.10
10802026-06-22T19:21:51.793Z Downloaded rand v0.9.2
10812026-06-22T19:21:51.796Z Downloaded num-bigint-dig v0.8.6
10822026-06-22T19:21:51.800Z Downloaded rayon-core v1.13.0
10832026-06-22T19:21:51.802Z Downloaded socket2 v0.5.10
10842026-06-22T19:21:51.807Z Downloaded unarray v0.1.4
10852026-06-22T19:21:51.807Z Downloaded typify-macro v0.6.2
10862026-06-22T19:21:51.807Z Downloaded tokio-native-tls v0.3.1
10872026-06-22T19:21:51.810Z Downloaded unicode-truncate v1.1.0
10882026-06-22T19:21:51.810Z Downloaded thiserror-no-std v2.0.2
10892026-06-22T19:21:51.810Z Downloaded universal-hash v0.5.1
10902026-06-22T19:21:51.810Z Downloaded quinn v0.11.9
10912026-06-22T19:21:51.813Z Downloaded serde_yaml v0.9.34+deprecated
10922026-06-22T19:21:51.816Z Downloaded try-lock v0.2.5
10932026-06-22T19:21:51.816Z Downloaded trait-variant v0.1.2
10942026-06-22T19:21:51.819Z Downloaded unit-prefix v0.5.2
10952026-06-22T19:21:51.822Z Downloaded nom v7.1.3
10962026-06-22T19:21:51.825Z Downloaded usdt-macro v0.6.0
10972026-06-22T19:21:51.828Z Downloaded iri-string v0.7.10
10982026-06-22T19:21:51.835Z Downloaded usdt-attr-macro v0.6.0
10992026-06-22T19:21:51.839Z Downloaded untrusted v0.7.1
11002026-06-22T19:21:51.839Z Downloaded usdt v0.6.0
11012026-06-22T19:21:51.839Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11022026-06-22T19:21:51.839Z Downloaded untrusted v0.9.0
11032026-06-22T19:21:51.839Z Downloaded tokio-dtrace v0.1.1
11042026-06-22T19:21:51.839Z Downloaded term v1.2.1
11052026-06-22T19:21:51.866Z Downloaded futures-util v0.3.32
11062026-06-22T19:21:51.869Z Downloaded void v1.0.2
11072026-06-22T19:21:51.869Z Downloaded tokio-tungstenite v0.21.0
11082026-06-22T19:21:51.869Z Downloaded utf-8 v0.7.6
11092026-06-22T19:21:51.869Z Downloaded num-bigint v0.4.6
11102026-06-22T19:21:51.869Z Downloaded itertools v0.12.1
11112026-06-22T19:21:51.869Z Downloaded toml_writer v1.0.6+spec-1.1.0
11122026-06-22T19:21:51.869Z Downloaded tokio-rustls v0.25.0
11132026-06-22T19:21:51.869Z Downloaded itertools v0.14.0
11142026-06-22T19:21:51.869Z Downloaded want v0.3.1
11152026-06-22T19:21:51.869Z Downloaded topological-sort v0.2.2
11162026-06-22T19:21:51.869Z Downloaded tokio-tungstenite v0.23.1
11172026-06-22T19:21:51.870Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11182026-06-22T19:21:52.285Z Downloaded hkdf v0.12.4
11192026-06-22T19:21:52.285Z Downloaded waitgroup v0.1.2
11202026-06-22T19:21:52.285Z Downloaded wait-timeout v0.2.1
11212026-06-22T19:21:52.291Z Downloaded termios v0.3.3
11222026-06-22T19:21:52.291Z Downloaded tokio-rustls v0.26.4
11232026-06-22T19:21:52.291Z Downloaded tokio-rustls v0.24.1
11242026-06-22T19:21:52.291Z Downloaded term v0.7.0
11252026-06-22T19:21:52.291Z Downloaded h2 v0.4.13
11262026-06-22T19:21:52.291Z Downloaded tui-tree-widget v0.23.1
11272026-06-22T19:21:52.291Z Downloaded rand v0.10.0
11282026-06-22T19:21:52.291Z Downloaded xattr v1.6.1
11292026-06-22T19:21:52.291Z Downloaded usdt-impl v0.6.0
11302026-06-22T19:21:52.291Z Downloaded rustls-webpki v0.103.9
11312026-06-22T19:21:52.291Z Downloaded zeroize_derive v1.4.3
11322026-06-22T19:21:52.291Z Downloaded tls_codec v0.4.2
11332026-06-22T19:21:52.291Z Downloaded xshell-macros v0.2.7
11342026-06-22T19:21:52.291Z Downloaded itertools v0.13.0
11352026-06-22T19:21:52.291Z Downloaded uzers v0.12.2
11362026-06-22T19:21:52.291Z Downloaded samael v0.0.19
11372026-06-22T19:21:52.291Z Downloaded vergen-gitcl v1.0.8
11382026-06-22T19:21:52.291Z Downloaded slog v2.8.2
11392026-06-22T19:21:52.292Z Downloaded nom v8.0.0
11402026-06-22T19:21:52.292Z Downloaded vsss-rs v3.3.4
11412026-06-22T19:21:52.292Z Downloaded zone v0.3.1
11422026-06-22T19:21:52.292Z Downloaded subprocess v0.2.15
11432026-06-22T19:21:52.292Z Downloaded schemars v0.9.0
11442026-06-22T19:21:52.292Z Downloaded aws-lc-rs v1.16.3
11452026-06-22T19:21:52.292Z Downloaded vergen-git2 v9.1.0
11462026-06-22T19:21:52.292Z Downloaded unicase v2.9.0
11472026-06-22T19:21:52.292Z Downloaded schemars v1.2.1
11482026-06-22T19:21:52.292Z Downloaded zone_cfg_derive v0.3.1
11492026-06-22T19:21:52.292Z Downloaded walkdir v2.5.0
11502026-06-22T19:21:52.292Z Downloaded p521 v0.13.3
11512026-06-22T19:21:52.292Z Downloaded wyz v0.5.1
11522026-06-22T19:21:52.292Z Downloaded snafu v0.8.9
11532026-06-22T19:21:52.292Z Downloaded vergen-lib v0.1.6
11542026-06-22T19:21:52.292Z Downloaded toml_parser v1.0.9+spec-1.1.0
11552026-06-22T19:21:52.292Z Downloaded test-strategy v0.4.5
11562026-06-22T19:21:52.292Z Downloaded whoami v2.1.0
11572026-06-22T19:21:52.292Z Downloaded tar v0.4.45
11582026-06-22T19:21:52.292Z Downloaded whoami v1.6.1
11592026-06-22T19:21:52.292Z Downloaded libm v0.2.16
11602026-06-22T19:21:52.292Z Downloaded unicode-properties v0.1.4
11612026-06-22T19:21:52.292Z Downloaded twox-hash v2.1.2
11622026-06-22T19:21:52.292Z Downloaded tokio-stream v0.1.18
11632026-06-22T19:21:52.292Z Downloaded xshell v0.2.7
11642026-06-22T19:21:52.292Z Downloaded tinyvec v1.10.0
11652026-06-22T19:21:52.292Z Downloaded zeroize v1.8.2
11662026-06-22T19:21:52.292Z Downloaded blake3 v1.8.3
11672026-06-22T19:21:52.292Z Downloaded vergen v9.1.0
11682026-06-22T19:21:52.292Z Downloaded hyper v1.8.1
11692026-06-22T19:21:52.292Z Downloaded vergen-lib v9.1.0
11702026-06-22T19:21:52.292Z Downloaded socket2 v0.6.3
11712026-06-22T19:21:52.292Z Downloaded iddqd v0.4.2
11722026-06-22T19:21:52.292Z Downloaded zstd-safe v7.2.4
11732026-06-22T19:21:52.293Z Downloaded steno v0.4.1
11742026-06-22T19:21:52.293Z Downloaded tungstenite v0.23.0
11752026-06-22T19:21:52.293Z Downloaded rpassword v7.4.0
11762026-06-22T19:21:52.293Z Downloaded yasna v0.5.2
11772026-06-22T19:21:52.293Z Downloaded tungstenite v0.21.0
11782026-06-22T19:21:52.293Z Downloaded tracing-attributes v0.1.31
11792026-06-22T19:21:52.293Z Downloaded bitvec v1.0.1
11802026-06-22T19:21:52.293Z Downloaded zerocopy v0.6.6
11812026-06-22T19:21:52.293Z Downloaded unsafe-libyaml v0.2.11
11822026-06-22T19:21:52.293Z Downloaded unicode-bidi v0.3.18
11832026-06-22T19:21:52.293Z Downloaded uuid v1.23.0
11842026-06-22T19:21:52.293Z Downloaded toml v0.7.8
11852026-06-22T19:21:52.293Z Downloaded ssh-key v0.6.7
11862026-06-22T19:21:52.293Z Downloaded serde_with v1.14.0
11872026-06-22T19:21:52.293Z Downloaded vte v0.14.1
11882026-06-22T19:21:52.293Z Downloaded russh v0.45.0
11892026-06-22T19:21:52.293Z Downloaded tracing-core v0.1.36
11902026-06-22T19:21:52.293Z Downloaded zstd v0.13.3
11912026-06-22T19:21:52.293Z Downloaded typify v0.6.2
11922026-06-22T19:21:52.293Z Downloaded toml v1.0.6+spec-1.1.0
11932026-06-22T19:21:52.293Z Downloaded rustyline v14.0.0
11942026-06-22T19:21:52.293Z Downloaded chrono v0.4.44
11952026-06-22T19:21:52.293Z Downloaded reedline v0.40.0
11962026-06-22T19:21:52.293Z Downloaded tokio-postgres v0.7.16
11972026-06-22T19:21:52.293Z Downloaded p384 v0.13.1
11982026-06-22T19:21:52.293Z Downloaded regex v1.12.3
11992026-06-22T19:21:52.293Z Downloaded bindgen v0.71.1
12002026-06-22T19:21:52.293Z Downloaded toml_edit v0.23.10+spec-1.0.0
12012026-06-22T19:21:52.293Z Downloaded git2 v0.20.4
12022026-06-22T19:21:52.293Z Downloaded zopfli v0.8.3
12032026-06-22T19:21:52.293Z Downloaded unicode_categories v0.1.1
12042026-06-22T19:21:52.293Z Downloaded toml_edit v0.19.15
12052026-06-22T19:21:52.293Z Downloaded zip v0.6.6
12062026-06-22T19:21:52.293Z Downloaded reqwest v0.13.2
12072026-06-22T19:21:52.294Z Downloaded goblin v0.10.5
12082026-06-22T19:21:52.294Z Downloaded reqwest v0.12.28
12092026-06-22T19:21:52.294Z Downloaded quick-xml v0.37.5
12102026-06-22T19:21:52.294Z Downloaded lalrpop v0.19.12
12112026-06-22T19:21:52.294Z Downloaded yansi v1.0.1
12122026-06-22T19:21:52.294Z Downloaded portable-atomic v1.13.1
12132026-06-22T19:21:52.294Z Downloaded zerocopy-derive v0.8.40
12142026-06-22T19:21:52.294Z Downloaded proptest v1.10.0
12152026-06-22T19:21:52.294Z Downloaded salty v0.3.0
12162026-06-22T19:21:52.294Z Downloaded tower v0.5.3
12172026-06-22T19:21:52.294Z Downloaded x509-cert v0.2.5
12182026-06-22T19:21:52.294Z Downloaded typed-path v0.9.3
12192026-06-22T19:21:52.294Z Downloaded rustls-webpki v0.101.7
12202026-06-22T19:21:52.294Z Downloaded moka v0.12.13
12212026-06-22T19:21:52.301Z Downloaded petname v2.0.2
12222026-06-22T19:21:52.301Z Downloaded unicode-normalization v0.1.25
12232026-06-22T19:21:52.301Z Downloaded tough v0.22.0
12242026-06-22T19:21:52.301Z Downloaded unicode-segmentation v1.12.0
12252026-06-22T19:21:52.301Z Downloaded tokio-util v0.7.18
12262026-06-22T19:21:52.301Z Downloaded curve25519-dalek v4.1.3
12272026-06-22T19:21:52.301Z Downloaded rustls-webpki v0.102.8
12282026-06-22T19:21:52.301Z Downloaded zip v4.6.1
12292026-06-22T19:21:52.301Z Downloaded serde_with v3.17.0
12302026-06-22T19:21:52.301Z Downloaded quinn-proto v0.11.13
12312026-06-22T19:21:52.301Z Downloaded rayon v1.11.0
12322026-06-22T19:21:52.301Z Downloaded tower-http v0.6.8
12332026-06-22T19:21:52.302Z Downloaded object v0.30.4
12342026-06-22T19:21:52.302Z Downloaded nix v0.27.1
12352026-06-22T19:21:52.306Z Downloaded winnow v0.6.26
12362026-06-22T19:21:52.310Z Downloaded radix_trie v0.2.1
12372026-06-22T19:21:52.310Z Downloaded polar-core v0.27.3
12382026-06-22T19:21:52.314Z Downloaded winnow v0.5.40
12392026-06-22T19:21:52.324Z Downloaded openssl v0.10.79
12402026-06-22T19:21:52.344Z Downloaded nix v0.28.0
12412026-06-22T19:21:52.358Z Downloaded bstr v1.12.1
12422026-06-22T19:21:52.374Z Downloaded dropshot v0.17.0
12432026-06-22T19:21:52.387Z Downloaded time v0.3.47
12442026-06-22T19:21:52.395Z Downloaded smoltcp v0.9.1
12452026-06-22T19:21:52.400Z Downloaded regex-syntax v0.6.29
12462026-06-22T19:21:52.404Z Downloaded rustls v0.21.12
12472026-06-22T19:21:52.410Z Downloaded tabled v0.20.0
12482026-06-22T19:21:52.420Z Downloaded hickory-proto v0.24.4
12492026-06-22T19:21:52.429Z Downloaded zlib-rs v0.6.2
12502026-06-22T19:21:52.432Z Downloaded nix v0.31.2
12512026-06-22T19:21:52.451Z Downloaded vcpkg v0.2.15
12522026-06-22T19:21:52.465Z Downloaded zerocopy v0.8.40
12532026-06-22T19:21:52.477Z Downloaded openapiv3 v2.2.0
12542026-06-22T19:21:52.482Z Downloaded hickory-proto v0.25.2
12552026-06-22T19:21:52.485Z Downloaded smoltcp v0.11.0
12562026-06-22T19:21:52.492Z Downloaded rustls v0.23.37
12572026-06-22T19:21:52.499Z Downloaded rustix v0.38.44
12582026-06-22T19:21:52.513Z Downloaded regress v0.11.1
12592026-06-22T19:21:52.518Z Downloaded regex-syntax v0.8.10
12602026-06-22T19:21:52.525Z Downloaded regress v0.10.5
12612026-06-22T19:21:52.529Z Downloaded diesel v2.3.7
12622026-06-22T19:21:52.542Z Downloaded webpki-roots v1.0.6
12632026-06-22T19:21:52.545Z Downloaded rustls v0.22.4
12642026-06-22T19:21:52.552Z Downloaded object v0.37.3
12652026-06-22T19:21:52.565Z Downloaded sqlparser v0.61.0
12662026-06-22T19:21:52.572Z Downloaded sled v0.34.7
12672026-06-22T19:21:52.579Z Downloaded ratatui v0.29.0
12682026-06-22T19:21:52.591Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-06-22T19:21:52.598Z Downloaded tracing v0.1.44
12702026-06-22T19:21:52.611Z Downloaded typify-impl v0.6.2
12712026-06-22T19:21:52.646Z Downloaded regex-automata v0.4.14
12722026-06-22T19:21:52.655Z Downloaded zerocopy-derive v0.6.6
12732026-06-22T19:21:52.661Z Downloaded petgraph v0.6.5
12742026-06-22T19:21:52.672Z Downloaded chrono-tz v0.10.4
12752026-06-22T19:21:52.688Z Downloaded petgraph v0.8.3
12762026-06-22T19:21:52.703Z Downloaded jiff v0.2.21
12772026-06-22T19:21:52.712Z Downloaded libz-sys v1.1.24
12782026-06-22T19:21:52.749Z Downloaded csv v1.4.0
12792026-06-22T19:21:52.768Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12802026-06-22T19:21:52.777Z Downloaded sha3 v0.10.8
12812026-06-22T19:21:52.785Z Downloaded tokio v1.52.1
12822026-06-22T19:21:52.807Z Downloaded ring v0.17.14
12832026-06-22T19:21:52.861Z Downloaded encoding_rs v0.8.35
12842026-06-22T19:21:52.902Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-06-22T19:21:53.398Z Downloaded aws-lc-sys v0.40.0
12862026-06-22T19:21:53.641Z Compiling libc v0.2.185
12872026-06-22T19:21:53.645Z Compiling serde v1.0.228
12882026-06-22T19:21:53.645Z Compiling log v0.4.29
12892026-06-22T19:21:53.645Z Compiling shlex v1.3.0
12902026-06-22T19:21:53.645Z Compiling find-msvc-tools v0.1.9
12912026-06-22T19:21:53.645Z Compiling smallvec v1.15.1
12922026-06-22T19:21:53.645Z Compiling typenum v1.19.0
12932026-06-22T19:21:53.645Z Compiling subtle v2.6.1
12942026-06-22T19:21:53.802Z Compiling generic-array v0.14.7
12952026-06-22T19:21:53.805Z Compiling scopeguard v1.2.0
12962026-06-22T19:21:53.812Z Compiling const-oid v0.9.6
12972026-06-22T19:21:53.875Z Compiling serde_json v1.0.149
12982026-06-22T19:21:53.887Z Compiling syn v2.0.117
12992026-06-22T19:21:53.896Z Compiling zerocopy v0.8.40
13002026-06-22T19:21:53.896Z Compiling portable-atomic v1.13.1
13012026-06-22T19:21:53.914Z Compiling parking_lot_core v0.9.12
13022026-06-22T19:21:53.988Z Compiling lock_api v0.4.14
13032026-06-22T19:21:54.011Z Compiling pin-project-lite v0.2.17
13042026-06-22T19:21:54.029Z Compiling pkg-config v0.3.32
13052026-06-22T19:21:54.029Z Compiling bitflags v2.11.0
13062026-06-22T19:21:54.043Z Compiling critical-section v1.2.0
13072026-06-22T19:21:54.070Z Compiling futures-core v0.3.32
13082026-06-22T19:21:54.131Z Compiling libm v0.2.16
13092026-06-22T19:21:54.152Z Compiling num-traits v0.2.19
13102026-06-22T19:21:54.174Z Compiling percent-encoding v2.3.2
13112026-06-22T19:21:54.199Z Compiling futures-sink v0.3.32
13122026-06-22T19:21:54.260Z Compiling futures-io v0.3.32
13132026-06-22T19:21:54.260Z Compiling getrandom v0.4.1
13142026-06-22T19:21:54.291Z Compiling slab v0.4.12
13152026-06-22T19:21:54.328Z Compiling futures-channel v0.3.32
13162026-06-22T19:21:54.343Z Compiling cpufeatures v0.2.17
13172026-06-22T19:21:54.429Z Compiling futures-task v0.3.32
13182026-06-22T19:21:54.522Z Compiling rand_core v0.10.0
13192026-06-22T19:21:54.522Z Compiling indexmap v2.14.0
13202026-06-22T19:21:54.522Z Compiling rustversion v1.0.22
13212026-06-22T19:21:54.618Z Compiling getrandom v0.3.4
13222026-06-22T19:21:54.687Z Compiling form_urlencoded v1.2.2
13232026-06-22T19:21:54.687Z Compiling dunce v1.0.5
13242026-06-22T19:21:54.687Z Compiling fs_extra v1.3.0
13252026-06-22T19:21:54.687Z Compiling ident_case v1.0.1
13262026-06-22T19:21:54.687Z Compiling base64ct v1.8.3
13272026-06-22T19:21:54.704Z Compiling rustix v1.1.3
13282026-06-22T19:21:54.704Z Compiling iana-time-zone v0.1.65
13292026-06-22T19:21:54.735Z Compiling getrandom v0.2.17
13302026-06-22T19:21:54.784Z Compiling jobserver v0.1.34
13312026-06-22T19:21:54.814Z Compiling errno v0.3.14
13322026-06-22T19:21:54.874Z Compiling rand_core v0.6.4
13332026-06-22T19:21:54.929Z Compiling signal-hook-registry v1.4.8
13342026-06-22T19:21:54.952Z Compiling mio v1.2.0
13352026-06-22T19:21:54.952Z Compiling socket2 v0.6.3
13362026-06-22T19:21:54.983Z Compiling once_cell v1.21.3
13372026-06-22T19:21:55.052Z Compiling cc v1.2.56
13382026-06-22T19:21:55.073Z Compiling parking_lot v0.12.5
13392026-06-22T19:21:55.148Z Compiling pem-rfc7468 v0.7.0
13402026-06-22T19:21:55.176Z Compiling regex-syntax v0.8.10
13412026-06-22T19:21:55.198Z Compiling flagset v0.4.7
13422026-06-22T19:21:55.213Z Compiling aws-lc-rs v1.16.3
13432026-06-22T19:21:55.246Z Compiling vcpkg v0.2.15
13442026-06-22T19:21:55.277Z Compiling tracing-core v0.1.36
13452026-06-22T19:21:55.388Z Compiling uuid v1.23.0
13462026-06-22T19:21:55.404Z Compiling rustc_version v0.4.1
13472026-06-22T19:21:55.454Z Compiling base64 v0.22.1
13482026-06-22T19:21:55.470Z Compiling openssl-probe v0.2.1
13492026-06-22T19:21:55.470Z Compiling httparse v1.10.1
13502026-06-22T19:21:55.541Z Compiling rand_core v0.9.5
13512026-06-22T19:21:55.595Z Compiling tinyvec_macros v0.1.1
13522026-06-22T19:21:55.683Z Compiling untrusted v0.7.1
13532026-06-22T19:21:55.697Z Compiling untrusted v0.9.0
13542026-06-22T19:21:55.719Z Compiling tinyvec v1.10.0
13552026-06-22T19:21:55.731Z Compiling aho-corasick v1.1.4
13562026-06-22T19:21:55.753Z Compiling atomic-waker v1.1.2
13572026-06-22T19:21:55.802Z Compiling dyn-clone v1.0.20
13582026-06-22T19:21:55.816Z Compiling cmake v0.1.57
13592026-06-22T19:21:55.831Z Compiling schemars v0.8.22
13602026-06-22T19:21:55.846Z Compiling try-lock v0.2.5
13612026-06-22T19:21:55.860Z Compiling tower-service v0.3.3
13622026-06-22T19:21:55.895Z Compiling tower-layer v0.3.3
13632026-06-22T19:21:55.933Z Compiling rustls v0.23.37
13642026-06-22T19:21:55.964Z Compiling want v0.3.1
13652026-06-22T19:21:55.992Z Compiling httpdate v1.0.3
13662026-06-22T19:21:56.015Z Compiling pin-utils v0.1.0
13672026-06-22T19:21:56.030Z Compiling foreign-types-shared v0.1.1
13682026-06-22T19:21:56.080Z Compiling openssl v0.10.79
13692026-06-22T19:21:56.096Z Compiling unicode-normalization v0.1.25
13702026-06-22T19:21:56.096Z Compiling socket2 v0.5.10
13712026-06-22T19:21:56.125Z Compiling foreign-types v0.3.2
13722026-06-22T19:21:56.140Z Compiling spin v0.9.8
13732026-06-22T19:21:56.156Z Compiling powerfmt v0.2.0
13742026-06-22T19:21:56.159Z Compiling num-conv v0.2.0
13752026-06-22T19:21:56.159Z Compiling crc32fast v1.5.0
13762026-06-22T19:21:56.210Z Compiling native-tls v0.2.18
13772026-06-22T19:21:56.228Z Compiling time-core v0.1.8
13782026-06-22T19:21:56.250Z Compiling wait-timeout v0.2.1
13792026-06-22T19:21:56.308Z Compiling sync_wrapper v1.0.2
13802026-06-22T19:21:56.327Z Compiling siphasher v1.0.2
13812026-06-22T19:21:56.356Z Compiling deranged v0.5.8
13822026-06-22T19:21:56.366Z Compiling syn v1.0.109
13832026-06-22T19:21:56.395Z Compiling time-macros v0.2.27
13842026-06-22T19:21:56.418Z Compiling tempfile v3.25.0
13852026-06-22T19:21:56.433Z Compiling crossbeam-utils v0.8.21
13862026-06-22T19:21:56.449Z Compiling simd-adler32 v0.3.8
13872026-06-22T19:21:56.536Z Compiling unicode-segmentation v1.12.0
13882026-06-22T19:21:56.550Z Compiling bit-vec v0.8.0
13892026-06-22T19:21:56.560Z Compiling quick-error v1.2.3
13902026-06-22T19:21:56.566Z Compiling num_threads v0.1.7
13912026-06-22T19:21:56.610Z Compiling usdt-impl v0.6.0
13922026-06-22T19:21:56.692Z Compiling rusty-fork v0.3.1
13932026-06-22T19:21:56.719Z Compiling regex-automata v0.4.14
13942026-06-22T19:21:56.733Z Compiling aws-lc-sys v0.40.0
13952026-06-22T19:21:56.733Z Compiling ring v0.17.14
13962026-06-22T19:21:56.756Z Compiling openssl-sys v0.9.115
13972026-06-22T19:21:56.762Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-06-22T19:21:56.806Z Compiling bit-set v0.8.0
13992026-06-22T19:21:56.837Z Compiling synstructure v0.13.2
14002026-06-22T19:21:56.849Z Compiling serde_derive_internals v0.29.1
14012026-06-22T19:21:56.863Z Compiling pest_generator v2.8.6
14022026-06-22T19:21:56.966Z Compiling darling_core v0.20.11
14032026-06-22T19:21:57.007Z Compiling darling_core v0.21.3
14042026-06-22T19:21:57.096Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-06-22T19:21:57.429Z Compiling heapless v0.7.17
14062026-06-22T19:21:57.553Z Compiling rand_xorshift v0.4.0
14072026-06-22T19:21:57.570Z Compiling time v0.3.47
14082026-06-22T19:21:57.585Z Compiling slog v2.8.2
14092026-06-22T19:21:57.614Z Compiling thread-id v5.1.0
14102026-06-22T19:21:57.650Z Compiling cookie v0.18.1
14112026-06-22T19:21:57.686Z Compiling paste v1.0.15
14122026-06-22T19:21:57.701Z Compiling signal-hook v0.3.18
14132026-06-22T19:21:57.715Z Compiling anyhow v1.0.102
14142026-06-22T19:21:57.737Z Compiling allocator-api2 v0.2.21
14152026-06-22T19:21:57.818Z Compiling ryu v1.0.23
14162026-06-22T19:21:57.842Z Compiling unicode-properties v0.1.4
14172026-06-22T19:21:57.868Z Compiling iri-string v0.7.10
14182026-06-22T19:21:57.907Z Compiling zstd-safe v7.2.4
14192026-06-22T19:21:57.924Z Compiling unicode-bidi v0.3.18
14202026-06-22T19:21:57.997Z Compiling adler2 v2.0.1
14212026-06-22T19:21:58.008Z Compiling unarray v0.1.4
14222026-06-22T19:21:58.145Z Compiling miniz_oxide v0.8.9
14232026-06-22T19:21:58.241Z Compiling heck v0.4.1
14242026-06-22T19:21:58.352Z Compiling stringprep v0.1.5
14252026-06-22T19:21:58.491Z Compiling num-integer v0.1.46
14262026-06-22T19:21:58.523Z Compiling curve25519-dalek v4.1.3
14272026-06-22T19:21:58.651Z Compiling serde_derive v1.0.228
14282026-06-22T19:21:58.803Z Compiling zeroize_derive v1.4.3
14292026-06-22T19:21:58.814Z Compiling zerofrom-derive v0.1.6
14302026-06-22T19:21:58.826Z Compiling yoke-derive v0.8.1
14312026-06-22T19:21:58.891Z Compiling zerovec-derive v0.11.2
14322026-06-22T19:21:58.908Z Compiling zerocopy-derive v0.8.40
14332026-06-22T19:21:58.991Z Compiling displaydoc v0.2.5
14342026-06-22T19:21:59.271Z Compiling tokio-macros v2.7.0
14352026-06-22T19:21:59.385Z Compiling futures-macro v0.3.32
14362026-06-22T19:21:59.488Z Compiling der_derive v0.7.3
14372026-06-22T19:21:59.501Z Compiling zeroize v1.8.2
14382026-06-22T19:21:59.627Z Compiling thiserror-impl v2.0.18
14392026-06-22T19:21:59.785Z Compiling rustls-pki-types v1.14.0
14402026-06-22T19:22:00.031Z Compiling tracing-attributes v0.1.31
14412026-06-22T19:22:00.048Z Compiling scroll_derive v0.13.1
14422026-06-22T19:22:00.064Z Compiling pest_derive v2.8.6
14432026-06-22T19:22:00.243Z Compiling crypto-common v0.1.7
14442026-06-22T19:22:00.264Z Compiling block-buffer v0.10.4
14452026-06-22T19:22:00.278Z Compiling zerofrom v0.1.6
14462026-06-22T19:22:00.306Z Compiling futures-util v0.3.32
14472026-06-22T19:22:00.418Z Compiling yoke v0.8.1
14482026-06-22T19:22:00.432Z Compiling digest v0.10.7
14492026-06-22T19:22:00.466Z Compiling block-padding v0.3.3
14502026-06-22T19:22:00.502Z Compiling der v0.7.10
14512026-06-22T19:22:00.534Z Compiling schemars_derive v0.8.22
14522026-06-22T19:22:00.633Z Compiling zerovec v0.11.5
14532026-06-22T19:22:00.642Z Compiling zerotrie v0.2.3
14542026-06-22T19:22:00.709Z Compiling hmac v0.12.1
14552026-06-22T19:22:00.882Z Compiling inout v0.1.4
14562026-06-22T19:22:00.896Z Compiling sha2 v0.10.9
14572026-06-22T19:22:00.974Z Compiling pbkdf2 v0.12.2
14582026-06-22T19:22:01.003Z Compiling scroll v0.13.0
14592026-06-22T19:22:01.021Z Compiling cipher v0.4.4
14602026-06-22T19:22:01.069Z Compiling tinystr v0.8.2
14612026-06-22T19:22:01.102Z Compiling potential_utf v0.1.4
14622026-06-22T19:22:01.138Z Compiling thiserror v2.0.18
14632026-06-22T19:22:01.259Z Compiling icu_locale_core v2.1.1
14642026-06-22T19:22:01.284Z Compiling icu_collections v2.1.1
14652026-06-22T19:22:01.299Z Compiling salsa20 v0.10.2
14662026-06-22T19:22:01.302Z Compiling aes v0.8.4
14672026-06-22T19:22:01.302Z Compiling cbc v0.1.2
14682026-06-22T19:22:01.367Z Compiling spki v0.7.3
14692026-06-22T19:22:01.403Z Compiling tracing v0.1.44
14702026-06-22T19:22:01.455Z Compiling scrypt v0.11.0
14712026-06-22T19:22:01.609Z Compiling darling_macro v0.20.11
14722026-06-22T19:22:01.696Z Compiling openssl-macros v0.1.1
14732026-06-22T19:22:01.747Z Compiling pkcs5 v0.7.1
14742026-06-22T19:22:01.758Z Compiling goblin v0.10.5
14752026-06-22T19:22:01.811Z Compiling rustls-native-certs v0.8.3
14762026-06-22T19:22:01.865Z Compiling dtrace-parser v0.3.0
14772026-06-22T19:22:02.129Z Compiling icu_provider v2.1.1
14782026-06-22T19:22:02.143Z Compiling bytes v1.11.1
14792026-06-22T19:22:02.166Z Compiling chrono v0.4.44
14802026-06-22T19:22:02.181Z Compiling ipnet v2.11.0
14812026-06-22T19:22:02.199Z Compiling pkcs8 v0.10.2
14822026-06-22T19:22:02.259Z Compiling darling v0.20.11
14832026-06-22T19:22:02.318Z Compiling derive_builder_core v0.20.2
14842026-06-22T19:22:02.341Z Compiling signature v2.2.0
14852026-06-22T19:22:02.423Z Compiling icu_normalizer v2.1.1
14862026-06-22T19:22:02.441Z Compiling icu_properties v2.1.2
14872026-06-22T19:22:02.539Z Compiling webpki-roots v1.0.6
14882026-06-22T19:22:02.571Z Compiling thiserror-impl v1.0.69
14892026-06-22T19:22:02.661Z Compiling tokio v1.52.1
14902026-06-22T19:22:02.672Z Compiling http v1.4.0
14912026-06-22T19:22:02.682Z Compiling scroll_derive v0.12.1
14922026-06-22T19:22:02.705Z Compiling toml_datetime v0.6.11
14932026-06-22T19:22:02.774Z Compiling serde_urlencoded v0.7.1
14942026-06-22T19:22:02.971Z Compiling serde_spanned v0.6.9
14952026-06-22T19:22:02.987Z Compiling serde_tokenstream v0.2.3
14962026-06-22T19:22:03.036Z Compiling erased-serde v0.3.31
14972026-06-22T19:22:03.184Z Compiling md-5 v0.10.6
14982026-06-22T19:22:03.227Z Compiling derive_builder_macro v0.20.2
14992026-06-22T19:22:03.347Z Compiling ppv-lite86 v0.2.21
15002026-06-22T19:22:03.370Z Compiling idna_adapter v1.2.1
15012026-06-22T19:22:03.385Z Compiling http-body v1.0.1
15022026-06-22T19:22:03.437Z Compiling scroll v0.12.0
15032026-06-22T19:22:03.519Z Compiling idna v1.1.0
15042026-06-22T19:22:03.535Z Compiling http-body-util v0.1.3
15052026-06-22T19:22:03.565Z Compiling darling_macro v0.21.3
15062026-06-22T19:22:03.597Z Compiling bstr v1.12.1
15072026-06-22T19:22:03.641Z Compiling async-trait v0.1.89
15082026-06-22T19:22:03.644Z Compiling zerocopy-derive v0.7.35
15092026-06-22T19:22:03.671Z Compiling rand_chacha v0.9.0
15102026-06-22T19:22:03.701Z Compiling rand_chacha v0.3.1
15112026-06-22T19:22:03.735Z Compiling pin-project-internal v1.1.11
15122026-06-22T19:22:03.756Z Compiling vergen-lib v9.1.0
15132026-06-22T19:22:03.803Z Compiling ff v0.13.1
15142026-06-22T19:22:03.939Z Compiling url v2.5.8
15152026-06-22T19:22:03.954Z Compiling rand v0.9.2
15162026-06-22T19:22:03.968Z Compiling thiserror v1.0.69
15172026-06-22T19:22:04.086Z Compiling hash32 v0.2.1
15182026-06-22T19:22:04.087Z Compiling memoffset v0.9.1
15192026-06-22T19:22:04.211Z Compiling encoding_rs v0.8.35
15202026-06-22T19:22:04.277Z Compiling rustix v0.38.44
15212026-06-22T19:22:04.298Z Compiling litrs v1.0.0
15222026-06-22T19:22:04.316Z Compiling smoltcp v0.9.1
15232026-06-22T19:22:04.399Z Compiling mime v0.3.17
15242026-06-22T19:22:04.565Z Compiling dof v0.4.0
15252026-06-22T19:22:04.684Z Compiling proptest v1.10.0
15262026-06-22T19:22:04.688Z Compiling base16ct v0.2.0
15272026-06-22T19:22:04.752Z Compiling cfg_aliases v0.2.1
15282026-06-22T19:22:04.767Z Compiling psl-types v2.0.11
15292026-06-22T19:22:04.789Z Compiling zlib-rs v0.6.2
15302026-06-22T19:22:04.839Z Compiling num-bigint-dig v0.8.6
15312026-06-22T19:22:04.851Z Compiling fallible-iterator v0.2.0
15322026-06-22T19:22:04.896Z Compiling ref-cast v1.0.25
15332026-06-22T19:22:04.912Z Compiling publicsuffix v2.3.0
15342026-06-22T19:22:04.926Z Compiling pin-project v1.1.11
15352026-06-22T19:22:05.001Z Compiling document-features v0.2.12
15362026-06-22T19:22:05.035Z Compiling nix v0.31.2
15372026-06-22T19:22:05.067Z Compiling sec1 v0.7.3
15382026-06-22T19:22:05.178Z Compiling postgres-protocol v0.6.10
15392026-06-22T19:22:05.230Z Compiling zerocopy v0.7.35
15402026-06-22T19:22:05.356Z Compiling ipnetwork v0.21.1
15412026-06-22T19:22:05.437Z Compiling darling v0.21.3
15422026-06-22T19:22:05.554Z Compiling rand v0.8.6
15432026-06-22T19:22:05.604Z Compiling oxnet v0.1.6
15442026-06-22T19:22:05.617Z Compiling group v0.13.0
15452026-06-22T19:22:05.760Z Compiling derive_builder v0.20.2
15462026-06-22T19:22:05.790Z Compiling goblin v0.8.2
15472026-06-22T19:22:05.822Z Compiling futures-executor v0.3.32
15482026-06-22T19:22:05.825Z Compiling hubpack_derive v0.1.1
15492026-06-22T19:22:05.851Z Compiling hex v0.4.3
15502026-06-22T19:22:05.891Z Compiling hkdf v0.12.4
15512026-06-22T19:22:05.909Z Compiling crypto-bigint v0.5.5
15522026-06-22T19:22:05.925Z Compiling regex v1.12.3
15532026-06-22T19:22:06.090Z Compiling num-iter v0.1.45
15542026-06-22T19:22:06.104Z Compiling strum_macros v0.27.2
15552026-06-22T19:22:06.125Z Compiling ref-cast-impl v1.0.25
15562026-06-22T19:22:06.141Z Compiling curve25519-dalek-derive v0.1.1
15572026-06-22T19:22:06.154Z Compiling snafu-derive v0.8.9
15582026-06-22T19:22:06.217Z Compiling daft-derive v0.1.7
15592026-06-22T19:22:06.416Z Compiling phf_shared v0.13.1
15602026-06-22T19:22:06.602Z Compiling tokio-util v0.7.18
15612026-06-22T19:22:06.638Z Compiling tower v0.5.3
15622026-06-22T19:22:06.652Z Compiling tokio-native-tls v0.3.1
15632026-06-22T19:22:06.677Z Compiling terminal_size v0.4.3
15642026-06-22T19:22:06.706Z Compiling lazy_static v1.5.0
15652026-06-22T19:22:06.815Z Compiling anstyle-parse v0.2.7
15662026-06-22T19:22:06.829Z Compiling vergen v9.1.0
15672026-06-22T19:22:06.844Z Compiling cargo-platform v0.3.2
15682026-06-22T19:22:06.858Z Compiling fs-err v3.3.0
15692026-06-22T19:22:06.930Z Compiling ahash v0.8.12
15702026-06-22T19:22:06.989Z Compiling foldhash v0.1.5
15712026-06-22T19:22:07.016Z Compiling newtype-uuid v1.3.2
15722026-06-22T19:22:07.035Z Compiling libbz2-rs-sys v0.2.2
15732026-06-22T19:22:07.071Z Compiling tower-http v0.6.8
15742026-06-22T19:22:07.135Z Compiling same-file v1.0.6
15752026-06-22T19:22:07.152Z Compiling bumpalo v3.20.2
15762026-06-22T19:22:07.167Z Compiling bitflags v1.3.2
15772026-06-22T19:22:07.184Z Compiling object v0.37.3
15782026-06-22T19:22:07.257Z Compiling winnow v0.5.40
15792026-06-22T19:22:07.320Z Compiling h2 v0.4.13
15802026-06-22T19:22:07.379Z Compiling managed v0.8.0
15812026-06-22T19:22:07.419Z Compiling foldhash v0.2.0
15822026-06-22T19:22:07.492Z Compiling bzip2 v0.6.1
15832026-06-22T19:22:07.530Z Compiling clap_builder v4.6.0
15842026-06-22T19:22:07.613Z Compiling flate2 v1.1.9
15852026-06-22T19:22:07.662Z Compiling hashbrown v0.16.1
15862026-06-22T19:22:07.714Z Compiling zopfli v0.8.3
15872026-06-22T19:22:07.738Z Compiling walkdir v2.5.0
15882026-06-22T19:22:08.008Z Compiling dof v0.3.0
15892026-06-22T19:22:08.031Z Compiling daft v0.1.7
15902026-06-22T19:22:08.072Z Compiling hashbrown v0.15.5
15912026-06-22T19:22:08.137Z Compiling snafu v0.8.9
15922026-06-22T19:22:08.140Z Compiling strum v0.27.2
15932026-06-22T19:22:08.288Z Compiling cargo_metadata v0.23.1
15942026-06-22T19:22:08.301Z Compiling anstream v0.6.21
15952026-06-22T19:22:08.334Z Compiling elliptic-curve v0.13.8
15962026-06-22T19:22:08.541Z Compiling phf v0.13.1
15972026-06-22T19:22:08.558Z Compiling toml_edit v0.19.15
15982026-06-22T19:22:09.024Z Compiling signal-hook-mio v0.2.5
15992026-06-22T19:22:09.027Z Compiling cookie_store v0.22.1
16002026-06-22T19:22:09.027Z Compiling hubpack v0.1.2
16012026-06-22T19:22:09.027Z Compiling usdt-attr-macro v0.6.0
16022026-06-22T19:22:09.027Z Compiling usdt-macro v0.6.0
16032026-06-22T19:22:09.027Z Compiling bzip2 v0.4.4
16042026-06-22T19:22:09.027Z Compiling futures v0.3.32
16052026-06-22T19:22:09.027Z Compiling postgres-types v0.2.12
16062026-06-22T19:22:09.027Z Compiling serde_with_macros v3.17.0
16072026-06-22T19:22:09.027Z Compiling zstd v0.13.3
16082026-06-22T19:22:09.294Z Compiling dtrace-parser v0.2.0
16092026-06-22T19:22:09.382Z Compiling globset v0.4.18
16102026-06-22T19:22:09.415Z Compiling ed25519 v2.2.3
16112026-06-22T19:22:09.489Z Compiling pkcs1 v0.7.5
16122026-06-22T19:22:09.552Z Compiling olpc-cjson v0.1.4
16132026-06-22T19:22:09.608Z Compiling serde_plain v1.0.2
16142026-06-22T19:22:09.719Z Compiling serde-big-array v0.5.1
16152026-06-22T19:22:10.143Z Compiling rfc6979 v0.4.0
16162026-06-22T19:22:10.148Z Compiling serde_repr v0.1.20
16172026-06-22T19:22:10.148Z Compiling enum-as-inner v0.6.1
16182026-06-22T19:22:10.148Z Compiling clap_derive v4.6.1
16192026-06-22T19:22:10.148Z Compiling async-recursion v1.1.1
16202026-06-22T19:22:10.148Z Compiling strum_macros v0.26.4
16212026-06-22T19:22:10.148Z Compiling phf_shared v0.11.3
16222026-06-22T19:22:10.162Z Compiling float-cmp v0.10.0
16232026-06-22T19:22:10.282Z Compiling pem v3.0.6
16242026-06-22T19:22:10.318Z Compiling thread-id v4.2.2
16252026-06-22T19:22:10.334Z Compiling memmap2 v0.9.10
16262026-06-22T19:22:10.362Z Compiling env_filter v1.0.0
16272026-06-22T19:22:10.393Z Compiling hyper v1.8.1
16282026-06-22T19:22:10.416Z Compiling fixedbitset v0.5.7
16292026-06-22T19:22:10.458Z Compiling static_assertions v1.1.0
16302026-06-22T19:22:10.515Z Compiling predicates-core v1.0.10
16312026-06-22T19:22:10.580Z Compiling difflib v0.4.0
16322026-06-22T19:22:10.635Z Compiling data-encoding v2.10.0
16332026-06-22T19:22:10.650Z Compiling precomputed-hash v0.1.1
16342026-06-22T19:22:10.674Z Compiling whoami v2.1.0
16352026-06-22T19:22:10.696Z Compiling normalize-line-endings v0.3.0
16362026-06-22T19:22:10.721Z Compiling typed-path v0.9.3
16372026-06-22T19:22:10.748Z Compiling keccak v0.1.6
16382026-06-22T19:22:10.762Z Compiling either v1.15.0
16392026-06-22T19:22:10.808Z Compiling fixedbitset v0.4.2
16402026-06-22T19:22:10.988Z Compiling new_debug_unreachable v1.0.6
16412026-06-22T19:22:11.041Z Compiling jiff v0.2.21
16422026-06-22T19:22:11.075Z Compiling string_cache v0.8.9
16432026-06-22T19:22:11.090Z Compiling petgraph v0.6.5
16442026-06-22T19:22:11.172Z Compiling itertools v0.13.0
16452026-06-22T19:22:11.321Z Compiling hickory-proto v0.25.2
16462026-06-22T19:22:11.335Z Compiling sha3 v0.10.8
16472026-06-22T19:22:11.358Z Compiling tokio-postgres v0.7.16
16482026-06-22T19:22:11.408Z Compiling predicates v3.1.4
16492026-06-22T19:22:11.440Z Compiling petgraph v0.8.3
16502026-06-22T19:22:11.577Z Compiling hyper-util v0.1.20
16512026-06-22T19:22:11.749Z Compiling clap v4.6.1
16522026-06-22T19:22:11.830Z Compiling toml_edit v0.22.27
16532026-06-22T19:22:11.847Z Compiling env_logger v0.11.9
16542026-06-22T19:22:11.922Z Compiling strum v0.26.3
16552026-06-22T19:22:11.988Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16562026-06-22T19:22:12.036Z Compiling usdt v0.6.0
16572026-06-22T19:22:12.072Z Compiling usdt-impl v0.5.0
16582026-06-22T19:22:12.087Z Compiling serde_with v3.17.0
16592026-06-22T19:22:12.224Z Compiling crossterm v0.28.1
16602026-06-22T19:22:12.322Z Compiling toml v0.7.8
16612026-06-22T19:22:12.853Z Compiling ecdsa v0.16.9
16622026-06-22T19:22:12.857Z Compiling rsa v0.9.10
16632026-06-22T19:22:12.857Z Compiling ed25519-dalek v2.2.0
16642026-06-22T19:22:12.999Z Compiling hyper-tls v0.6.0
16652026-06-22T19:22:13.733Z Compiling zip v0.6.6
16662026-06-22T19:22:13.738Z Compiling iddqd v0.4.2
16672026-06-22T19:22:13.738Z Compiling zip v4.6.1
16682026-06-22T19:22:13.756Z Compiling tokio-stream v0.1.18
16692026-06-22T19:22:13.907Z Compiling toml_parser v1.0.9+spec-1.1.0
16702026-06-22T19:22:13.922Z Compiling buf-list v1.1.2
16712026-06-22T19:22:13.945Z Compiling similar v2.7.0
16722026-06-22T19:22:14.200Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-22T19:22:14.228Z Compiling openapiv3 v2.2.0
16742026-06-22T19:22:14.266Z Compiling x509-cert v0.2.5
16752026-06-22T19:22:14.536Z Compiling sha1 v0.10.6
16762026-06-22T19:22:14.571Z Compiling crossbeam-epoch v0.9.18
16772026-06-22T19:22:14.697Z Compiling peg-runtime v0.8.5
16782026-06-22T19:22:14.725Z Compiling lalrpop-util v0.19.12
16792026-06-22T19:22:14.785Z Compiling thread_local v1.1.9
16802026-06-22T19:22:14.802Z Compiling slog-async v2.8.0
16812026-06-22T19:22:14.819Z Compiling crossbeam-channel v0.5.15
16822026-06-22T19:22:14.847Z Compiling filetime v0.2.27
16832026-06-22T19:22:14.938Z Compiling is-terminal v0.4.17
16842026-06-22T19:22:14.952Z Compiling take_mut v0.2.2
16852026-06-22T19:22:14.966Z Compiling term v1.2.1
16862026-06-22T19:22:15.010Z Compiling xattr v1.6.1
16872026-06-22T19:22:15.145Z Compiling tar v0.4.45
16882026-06-22T19:22:15.279Z Compiling slog-term v2.9.2
16892026-06-22T19:22:32.944Z Compiling rustls-webpki v0.103.9
16902026-06-22T19:22:35.760Z Compiling tokio-rustls v0.26.4
16912026-06-22T19:22:35.760Z Compiling rustls-platform-verifier v0.6.2
16922026-06-22T19:22:35.952Z Compiling hyper-rustls v0.27.7
16932026-06-22T19:22:36.145Z Compiling reqwest v0.12.28
16942026-06-22T19:22:36.160Z Compiling reqwest v0.13.2
16952026-06-22T19:22:37.362Z Compiling tough v0.22.0
16962026-06-22T19:22:39.886Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16972026-06-22T19:22:40.121Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16982026-06-22T19:22:43.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.65s
16992026-06-22T19:22:43.161Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17002026-06-22T19:22:43.203ZJun 22 19:22:42.699 INFO Starting download, target: Clickhouse
17012026-06-22T19:22:43.203ZJun 22 19:22:42.699 INFO Starting download, target: Cockroach
17022026-06-22T19:22:43.203ZJun 22 19:22:42.699 INFO Starting download, target: Console
17032026-06-22T19:22:43.203ZJun 22 19:22:42.699 INFO Starting download, target: MaghemiteMgd
17042026-06-22T19:22:43.207ZJun 22 19:22:42.699 INFO Starting download, target: DendriteStub
17052026-06-22T19:22:43.207ZJun 22 19:22:42.699 INFO Starting download, target: MaghemiteDdmd
17062026-06-22T19:22:43.207ZJun 22 19:22:42.699 INFO Starting download, target: TransceiverControl
17072026-06-22T19:22:43.207ZJun 22 19:22:42.700 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-06-22T19:22:43.207ZJun 22 19:22:42.700 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-06-22T19:22:43.207ZJun 22 19:22:42.700 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-06-22T19:22:43.207ZJun 22 19:22:42.700 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17112026-06-22T19:22:43.207ZJun 22 19:22:42.700 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-06-22T19:22:43.207ZJun 22 19:22:42.700 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-22T19:22:43.207ZJun 22 19:22:42.700 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17142026-06-22T19:22:43.650ZJun 22 19:22:43.121 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-06-22T19:22:43.843ZJun 22 19:22:43.326 INFO Download complete, target: TransceiverControl
17162026-06-22T19:22:44.134ZJun 22 19:22:43.624 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17172026-06-22T19:22:44.407ZJun 22 19:22:43.864 INFO Download complete, target: Console
17182026-06-22T19:22:45.056ZJun 22 19:22:44.509 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17192026-06-22T19:22:45.254ZJun 22 19:22:44.742 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17202026-06-22T19:22:45.851ZJun 22 19:22:45.317 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17212026-06-22T19:22:46.017ZJun 22 19:22:45.485 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17222026-06-22T19:22:47.081ZJun 22 19:22:46.568 INFO Download complete, target: MaghemiteDdmd
17232026-06-22T19:22:47.841ZJun 22 19:22:47.336 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17242026-06-22T19:22:47.841ZJun 22 19:22:47.336 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17252026-06-22T19:22:48.525ZJun 22 19:22:48.022 INFO Download complete, target: MaghemiteMgd
17262026-06-22T19:22:48.656ZJun 22 19:22:48.151 INFO Download complete, target: DendriteStub
17272026-06-22T19:22:51.863ZJun 22 19:22:51.359 INFO Checking that binary works, target: Clickhouse
17282026-06-22T19:22:51.949ZJun 22 19:22:51.446 INFO Download complete, target: Clickhouse
17292026-06-22T19:22:52.468ZJun 22 19:22:51.964 INFO Checking that binary works, target: Cockroach
17302026-06-22T19:22:52.595ZJun 22 19:22:52.091 INFO Download complete, target: Cockroach
17312026-06-22T19:22:52.600ZAll prerequisites installed successfully
17322026-06-22T19:22:52.604Z
17332026-06-22T19:22:52.604Zreal 1:53.778906364
17342026-06-22T19:22:52.604Zuser 6:53.671269259
17352026-06-22T19:22:52.604Zsys 1:43.982480195
17362026-06-22T19:22:52.604Ztrap 0.260797376
17372026-06-22T19:22:52.604Ztflt 1.373251362
17382026-06-22T19:22:52.604Zdflt 1.943008819
17392026-06-22T19:22:52.604Zkflt 0.029845772
17402026-06-22T19:22:52.604Zlock 22:59.728537308
17412026-06-22T19:22:52.604Zslp 19:05.982394125
17422026-06-22T19:22:52.604Zlat 25.412062029
17432026-06-22T19:22:52.604Zstop 2:44.023821492
17442026-06-22T19:22:52.604Z+ ptime -m cargo xtask download softnpu
17452026-06-22T19:22:53.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17462026-06-22T19:22:53.080Z Running `target/debug/xtask download softnpu`
17472026-06-22T19:22:53.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17482026-06-22T19:22:53.843Z Running `target/debug/xtask-downloader softnpu`
17492026-06-22T19:22:53.888ZJun 22 19:22:53.373 INFO Starting download, target: Softnpu
17502026-06-22T19:22:53.920ZJun 22 19:22:53.374 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17512026-06-22T19:22:55.834ZJun 22 19:22:55.322 INFO Download complete, target: Softnpu
17522026-06-22T19:22:55.855Z
17532026-06-22T19:22:55.855Zreal 3.222548444
17542026-06-22T19:22:55.856Zuser 1.276741133
17552026-06-22T19:22:55.856Zsys 0.609293004
17562026-06-22T19:22:55.856Ztrap 0.000899060
17572026-06-22T19:22:55.856Ztflt 0.000036860
17582026-06-22T19:22:55.856Zdflt 0.000424970
17592026-06-22T19:22:55.856Zkflt 0.000000000
17602026-06-22T19:22:55.856Zlock 36.311814112
17612026-06-22T19:22:55.856Zslp 1.769308558
17622026-06-22T19:22:55.856Zlat 0.104974284
17632026-06-22T19:22:55.856Zstop 0.000190210
17642026-06-22T19:22:55.856Z+ export CARGO_INCREMENTAL=0
17652026-06-22T19:22:55.856Z+ CARGO_INCREMENTAL=0
17662026-06-22T19:22:55.856Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17672026-06-22T19:22:56.685Z Compiling proc-macro2 v1.0.106
17682026-06-22T19:22:56.685Z Compiling quote v1.0.45
17692026-06-22T19:22:56.685Z Compiling unicode-ident v1.0.24
17702026-06-22T19:22:56.704Z Compiling libc v0.2.185
17712026-06-22T19:22:56.704Z Compiling serde_core v1.0.228
17722026-06-22T19:22:56.704Z Compiling serde v1.0.228
17732026-06-22T19:22:56.704Z Compiling cfg-if v1.0.4
17742026-06-22T19:22:56.704Z Compiling version_check v0.9.5
17752026-06-22T19:22:56.704Z Compiling shlex v1.3.0
17762026-06-22T19:22:56.705Z Compiling find-msvc-tools v0.1.9
17772026-06-22T19:22:56.705Z Compiling typenum v1.19.0
17782026-06-22T19:22:56.705Z Compiling zmij v1.0.21
17792026-06-22T19:22:56.705Z Compiling autocfg v1.5.0
17802026-06-22T19:22:56.705Z Compiling memchr v2.8.0
17812026-06-22T19:22:56.832Z Compiling serde_json v1.0.149
17822026-06-22T19:22:57.116Z Compiling portable-atomic v1.13.1
17832026-06-22T19:22:57.163Z Compiling libm v0.2.16
17842026-06-22T19:22:57.195Z Compiling zerocopy v0.8.40
17852026-06-22T19:22:57.215Z Compiling smallvec v1.15.1
17862026-06-22T19:22:57.223Z Compiling parking_lot_core v0.9.12
17872026-06-22T19:22:57.223Z Compiling icu_normalizer_data v2.1.1
17882026-06-22T19:22:57.251Z Compiling icu_properties_data v2.1.2
17892026-06-22T19:22:57.266Z Compiling generic-array v0.14.7
17902026-06-22T19:22:57.266Z Compiling itoa v1.0.17
17912026-06-22T19:22:57.272Z Compiling num-traits v0.2.19
17922026-06-22T19:22:57.447Z Compiling getrandom v0.4.1
17932026-06-22T19:22:57.464Z Compiling log v0.4.29
17942026-06-22T19:22:57.476Z Compiling stable_deref_trait v1.2.1
17952026-06-22T19:22:57.512Z Compiling pkg-config v0.3.32
17962026-06-22T19:22:57.558Z Compiling subtle v2.6.1
17972026-06-22T19:22:57.704Z Compiling scopeguard v1.2.0
17982026-06-22T19:22:57.780Z Compiling writeable v0.6.2
17992026-06-22T19:22:57.822Z Compiling jobserver v0.1.34
18002026-06-22T19:22:57.838Z Compiling getrandom v0.2.17
18012026-06-22T19:22:57.908Z Compiling errno v0.3.14
18022026-06-22T19:22:57.923Z Compiling lock_api v0.4.14
18032026-06-22T19:22:57.985Z Compiling rand_core v0.6.4
18042026-06-22T19:22:58.001Z Compiling litemap v0.8.1
18052026-06-22T19:22:58.079Z Compiling cc v1.2.56
18062026-06-22T19:22:58.108Z Compiling fnv v1.0.7
18072026-06-22T19:22:58.144Z Compiling percent-encoding v2.3.2
18082026-06-22T19:22:58.191Z Compiling pin-project-lite v0.2.17
18092026-06-22T19:22:58.215Z Compiling thiserror v2.0.18
18102026-06-22T19:22:58.261Z Compiling syn v2.0.117
18112026-06-22T19:22:58.310Z Compiling getrandom v0.3.4
18122026-06-22T19:22:58.345Z Compiling equivalent v1.0.2
18132026-06-22T19:22:58.360Z Compiling rand_core v0.10.0
18142026-06-22T19:22:58.439Z Compiling dunce v1.0.5
18152026-06-22T19:22:58.442Z Compiling rustversion v1.0.22
18162026-06-22T19:22:58.442Z Compiling fs_extra v1.3.0
18172026-06-22T19:22:58.506Z Compiling schemars v0.8.22
18182026-06-22T19:22:58.510Z Compiling rustix v1.1.3
18192026-06-22T19:22:58.568Z Compiling critical-section v1.2.0
18202026-06-22T19:22:58.637Z Compiling utf8_iter v1.0.4
18212026-06-22T19:22:58.681Z Compiling form_urlencoded v1.2.2
18222026-06-22T19:22:58.752Z Compiling hashbrown v0.17.0
18232026-06-22T19:22:58.834Z Compiling cmake v0.1.57
18242026-06-22T19:22:58.837Z Compiling signal-hook-registry v1.4.8
18252026-06-22T19:22:58.892Z Compiling const-oid v0.9.6
18262026-06-22T19:22:58.980Z Compiling once_cell v1.21.3
18272026-06-22T19:22:59.247Z Compiling parking_lot v0.12.5
18282026-06-22T19:22:59.262Z Compiling socket2 v0.6.3
18292026-06-22T19:22:59.396Z Compiling bitflags v2.11.0
18302026-06-22T19:22:59.429Z Compiling semver v1.0.28
18312026-06-22T19:22:59.453Z Compiling indexmap v2.14.0
18322026-06-22T19:22:59.872Z Compiling ring v0.17.14
18332026-06-22T19:22:59.877Z Compiling aws-lc-sys v0.40.0
18342026-06-22T19:22:59.877Z Compiling mio v1.2.0
18352026-06-22T19:22:59.877Z Compiling aws-lc-rs v1.16.3
18362026-06-22T19:22:59.877Z Compiling futures-core v0.3.32
18372026-06-22T19:22:59.877Z Compiling strsim v0.11.1
18382026-06-22T19:22:59.877Z Compiling thiserror v1.0.69
18392026-06-22T19:22:59.877Z Compiling httparse v1.10.1
18402026-06-22T19:23:00.032Z Compiling ucd-trie v0.1.7
18412026-06-22T19:23:00.064Z Compiling iana-time-zone v0.1.65
18422026-06-22T19:23:00.081Z Compiling byteorder v1.5.0
18432026-06-22T19:23:00.084Z Compiling vcpkg v0.2.15
18442026-06-22T19:23:00.134Z Compiling heck v0.5.0
18452026-06-22T19:23:00.141Z Compiling syn v1.0.109
18462026-06-22T19:23:00.152Z Compiling regex-syntax v0.8.10
18472026-06-22T19:23:00.196Z Compiling pest v2.8.6
18482026-06-22T19:23:00.196Z Compiling ident_case v1.0.1
18492026-06-22T19:23:00.249Z Compiling uuid v1.23.0
18502026-06-22T19:23:00.366Z Compiling cpufeatures v0.2.17
18512026-06-22T19:23:00.480Z Compiling rustls v0.23.37
18522026-06-22T19:23:00.549Z Compiling rustc_version v0.4.1
18532026-06-22T19:23:00.627Z Compiling futures-sink v0.3.32
18542026-06-22T19:23:00.664Z Compiling openssl-sys v0.9.115
18552026-06-22T19:23:00.756Z Compiling futures-channel v0.3.32
18562026-06-22T19:23:00.901Z Compiling aho-corasick v1.1.4
18572026-06-22T19:23:00.917Z Compiling futures-task v0.3.32
18582026-06-22T19:23:00.917Z Compiling dyn-clone v1.0.20
18592026-06-22T19:23:00.941Z Compiling futures-io v0.3.32
18602026-06-22T19:23:01.107Z Compiling slab v0.4.12
18612026-06-22T19:23:01.143Z Compiling synstructure v0.13.2
18622026-06-22T19:23:01.143Z Compiling serde_derive_internals v0.29.1
18632026-06-22T19:23:01.257Z Compiling plain v0.2.3
18642026-06-22T19:23:01.330Z Compiling pest_meta v2.8.6
18652026-06-22T19:23:01.355Z Compiling crc32fast v1.5.0
18662026-06-22T19:23:01.815Z Compiling time-core v0.1.8
18672026-06-22T19:23:01.835Z Compiling base64 v0.22.1
18682026-06-22T19:23:01.835Z Compiling openssl v0.10.79
18692026-06-22T19:23:01.835Z Compiling num-conv v0.2.0
18702026-06-22T19:23:01.836Z Compiling crossbeam-utils v0.8.21
18712026-06-22T19:23:01.836Z Compiling time-macros v0.2.27
18722026-06-22T19:23:01.836Z Compiling pretty-hex v0.4.1
18732026-06-22T19:23:01.836Z Compiling regex-automata v0.4.14
18742026-06-22T19:23:01.881Z Compiling anyhow v1.0.102
18752026-06-22T19:23:01.905Z Compiling native-tls v0.2.18
18762026-06-22T19:23:01.924Z Compiling base64ct v1.8.3
18772026-06-22T19:23:01.943Z Compiling pest_generator v2.8.6
18782026-06-22T19:23:01.943Z Compiling darling_core v0.21.3
18792026-06-22T19:23:02.110Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18802026-06-22T19:23:02.175Z Compiling pem-rfc7468 v0.7.0
18812026-06-22T19:23:02.206Z Compiling flagset v0.4.7
18822026-06-22T19:23:02.255Z Compiling rand_core v0.9.5
18832026-06-22T19:23:02.363Z Compiling slog v2.8.2
18842026-06-22T19:23:02.372Z Compiling tracing-core v0.1.36
18852026-06-22T19:23:02.418Z Compiling serde_derive v1.0.228
18862026-06-22T19:23:02.453Z Compiling zeroize_derive v1.4.3
18872026-06-22T19:23:02.474Z Compiling zerofrom-derive v0.1.6
18882026-06-22T19:23:02.484Z Compiling yoke-derive v0.8.1
18892026-06-22T19:23:02.579Z Compiling zerovec-derive v0.11.2
18902026-06-22T19:23:02.583Z Compiling displaydoc v0.2.5
18912026-06-22T19:23:02.624Z Compiling zerocopy-derive v0.8.40
18922026-06-22T19:23:02.665Z Compiling tokio-macros v2.7.0
18932026-06-22T19:23:02.698Z Compiling futures-macro v0.3.32
18942026-06-22T19:23:03.064Z Compiling zeroize v1.8.2
18952026-06-22T19:23:03.333Z Compiling thiserror-impl v2.0.18
18962026-06-22T19:23:03.436Z Compiling schemars_derive v0.8.22
18972026-06-22T19:23:03.478Z Compiling tracing-attributes v0.1.31
18982026-06-22T19:23:03.504Z Compiling der_derive v0.7.3
18992026-06-22T19:23:03.595Z Compiling zerofrom v0.1.6
19002026-06-22T19:23:03.737Z Compiling yoke v0.8.1
19012026-06-22T19:23:03.905Z Compiling crypto-common v0.1.7
19022026-06-22T19:23:03.953Z Compiling zerovec v0.11.5
19032026-06-22T19:23:03.978Z Compiling zerotrie v0.2.3
19042026-06-22T19:23:04.066Z Compiling block-buffer v0.10.4
19052026-06-22T19:23:04.236Z Compiling digest v0.10.7
19062026-06-22T19:23:04.405Z Compiling thiserror-impl v1.0.69
19072026-06-22T19:23:04.498Z Compiling tinystr v0.8.2
19082026-06-22T19:23:04.502Z Compiling potential_utf v0.1.4
19092026-06-22T19:23:04.530Z Compiling pest_derive v2.8.6
19102026-06-22T19:23:04.545Z Compiling hmac v0.12.1
19112026-06-22T19:23:04.588Z Compiling futures-util v0.3.32
19122026-06-22T19:23:04.648Z Compiling icu_collections v2.1.1
19132026-06-22T19:23:04.684Z Compiling icu_locale_core v2.1.1
19142026-06-22T19:23:04.932Z Compiling block-padding v0.3.3
19152026-06-22T19:23:04.981Z Compiling sha2 v0.10.9
19162026-06-22T19:23:05.238Z Compiling inout v0.1.4
19172026-06-22T19:23:05.359Z Compiling rustls-pki-types v1.14.0
19182026-06-22T19:23:05.389Z Compiling icu_provider v2.1.1
19192026-06-22T19:23:05.407Z Compiling cipher v0.4.4
19202026-06-22T19:23:05.524Z Compiling scroll_derive v0.13.1
19212026-06-22T19:23:05.601Z Compiling bytes v1.11.1
19222026-06-22T19:23:05.650Z Compiling icu_normalizer v2.1.1
19232026-06-22T19:23:05.714Z Compiling icu_properties v2.1.2
19242026-06-22T19:23:05.821Z Compiling chrono v0.4.44
19252026-06-22T19:23:06.248Z Compiling tokio v1.52.1
19262026-06-22T19:23:06.346Z Compiling serde_tokenstream v0.2.3
19272026-06-22T19:23:06.576Z Compiling openssl-macros v0.1.1
19282026-06-22T19:23:06.692Z Compiling idna_adapter v1.2.1
19292026-06-22T19:23:06.884Z Compiling idna v1.1.0
19302026-06-22T19:23:06.919Z Compiling ppv-lite86 v0.2.21
19312026-06-22T19:23:06.935Z Compiling scroll_derive v0.12.1
19322026-06-22T19:23:07.184Z Compiling url v2.5.8
19332026-06-22T19:23:07.309Z Compiling http v1.4.0
19342026-06-22T19:23:07.441Z Compiling der v0.7.10
19352026-06-22T19:23:07.466Z Compiling darling_macro v0.21.3
19362026-06-22T19:23:07.554Z Compiling regex v1.12.3
19372026-06-22T19:23:07.601Z Compiling zerocopy-derive v0.7.35
19382026-06-22T19:23:07.979Z Compiling untrusted v0.9.0
19392026-06-22T19:23:08.655Z Compiling spki v0.7.3
19402026-06-22T19:23:08.659Z Compiling darling v0.21.3
19412026-06-22T19:23:08.659Z Compiling salsa20 v0.10.2
19422026-06-22T19:23:08.659Z Compiling pbkdf2 v0.12.2
19432026-06-22T19:23:08.659Z Compiling tracing v0.1.44
19442026-06-22T19:23:09.200Z Compiling cookie v0.18.1
19452026-06-22T19:23:09.319Z Compiling camino v1.2.2
19462026-06-22T19:23:09.444Z Compiling scrypt v0.11.0
19472026-06-22T19:23:09.613Z Compiling http-body v1.0.1
19482026-06-22T19:23:09.648Z Compiling rand_chacha v0.9.0
19492026-06-22T19:23:09.651Z Compiling aes v0.8.4
19502026-06-22T19:23:09.680Z Compiling cbc v0.1.2
19512026-06-22T19:23:09.787Z Compiling usdt-impl v0.5.0
19522026-06-22T19:23:09.815Z Compiling winnow v0.7.14
19532026-06-22T19:23:09.833Z Compiling openssl-probe v0.2.1
19542026-06-22T19:23:09.875Z Compiling unicode-segmentation v1.12.0
19552026-06-22T19:23:09.969Z Compiling tokio-util v0.7.18
19562026-06-22T19:23:10.014Z Compiling fastrand v2.3.0
19572026-06-22T19:23:10.031Z Compiling paste v1.0.15
19582026-06-22T19:23:10.047Z Compiling untrusted v0.7.1
19592026-06-22T19:23:10.188Z Compiling ref-cast v1.0.25
19602026-06-22T19:23:10.269Z Compiling either v1.15.0
19612026-06-22T19:23:10.294Z Compiling tinyvec_macros v0.1.1
19622026-06-22T19:23:10.310Z Compiling usdt-impl v0.6.0
19632026-06-22T19:23:10.373Z Compiling tinyvec v1.10.0
19642026-06-22T19:23:10.414Z Compiling pkcs5 v0.7.1
19652026-06-22T19:23:10.922Z Compiling rand v0.9.2
19662026-06-22T19:23:10.925Z Compiling scroll v0.12.0
19672026-06-22T19:23:10.925Z Compiling scroll v0.13.0
19682026-06-22T19:23:10.954Z Compiling toml_datetime v0.6.11
19692026-06-22T19:23:10.972Z Compiling serde_spanned v0.6.9
19702026-06-22T19:23:11.118Z Compiling async-trait v0.1.89
19712026-06-22T19:23:11.138Z Compiling heapless v0.7.17
19722026-06-22T19:23:11.234Z Compiling bzip2-sys v0.1.13+1.0.8
19732026-06-22T19:23:11.271Z Compiling signal-hook v0.3.18
19742026-06-22T19:23:11.326Z Compiling tower-layer v0.3.3
19752026-06-22T19:23:11.353Z Compiling zstd-safe v7.2.4
19762026-06-22T19:23:11.386Z Compiling atomic-waker v1.1.2
19772026-06-22T19:23:11.414Z Compiling tower-service v0.3.3
19782026-06-22T19:23:11.478Z Compiling rustix v0.38.44
19792026-06-22T19:23:11.510Z Compiling try-lock v0.2.5
19802026-06-22T19:23:11.620Z Compiling goblin v0.10.5
19812026-06-22T19:23:11.639Z Compiling h2 v0.4.13
19822026-06-22T19:23:11.679Z Compiling want v0.3.1
19832026-06-22T19:23:11.814Z Compiling toml_parser v1.0.9+spec-1.1.0
19842026-06-22T19:23:11.853Z Compiling goblin v0.8.2
19852026-06-22T19:23:11.886Z Compiling pkcs8 v0.10.2
19862026-06-22T19:23:12.037Z Compiling heck v0.4.1
19872026-06-22T19:23:12.067Z Compiling zerocopy v0.7.35
19882026-06-22T19:23:12.196Z Compiling ipnet v2.11.0
19892026-06-22T19:23:12.271Z Compiling ref-cast-impl v1.0.25
19902026-06-22T19:23:12.404Z Compiling darling_core v0.20.11
19912026-06-22T19:23:12.508Z Compiling curve25519-dalek v4.1.3
19922026-06-22T19:23:12.612Z Compiling memoffset v0.9.1
19932026-06-22T19:23:12.639Z Compiling utf8parse v0.2.2
19942026-06-22T19:23:12.656Z Compiling httpdate v1.0.3
19952026-06-22T19:23:12.777Z Compiling winnow v0.5.40
19962026-06-22T19:23:12.795Z Compiling pin-utils v0.1.0
19972026-06-22T19:23:12.878Z Compiling foreign-types-shared v0.1.1
19982026-06-22T19:23:13.094Z Compiling litrs v1.0.0
19992026-06-22T19:23:13.172Z Compiling foreign-types v0.3.2
20002026-06-22T19:23:13.242Z Compiling tempfile v3.25.0
20012026-06-22T19:23:13.972Z Compiling document-features v0.2.12
20022026-06-22T19:23:13.975Z Compiling unicode-normalization v0.1.25
20032026-06-22T19:23:14.105Z Compiling dof v0.3.0
20042026-06-22T19:23:14.184Z Compiling toml_edit v0.19.15
20052026-06-22T19:23:14.342Z Compiling darling_macro v0.20.11
20062026-06-22T19:23:14.357Z Compiling dof v0.4.0
20072026-06-22T19:23:14.374Z Compiling dtrace-parser v0.2.0
20082026-06-22T19:23:14.688Z Compiling hyper v1.8.1
20092026-06-22T19:23:14.745Z Compiling dtrace-parser v0.3.0
20102026-06-22T19:23:15.009Z Compiling daft-derive v0.1.7
20112026-06-22T19:23:15.089Z Compiling pin-project-internal v1.1.11
20122026-06-22T19:23:15.188Z Compiling spin v0.9.8
20132026-06-22T19:23:15.313Z Compiling thread-id v4.2.2
20142026-06-22T19:23:15.341Z Compiling thread-id v5.1.0
20152026-06-22T19:23:15.361Z Compiling socket2 v0.5.10
20162026-06-22T19:23:15.443Z Compiling powerfmt v0.2.0
20172026-06-22T19:23:15.481Z Compiling anstyle v1.0.14
20182026-06-22T19:23:15.546Z Compiling cfg_aliases v0.2.1
20192026-06-22T19:23:15.603Z Compiling num-bigint-dig v0.8.6
20202026-06-22T19:23:15.638Z Compiling smoltcp v0.9.1
20212026-06-22T19:23:15.717Z Compiling nix v0.31.2
20222026-06-22T19:23:15.734Z Compiling deranged v0.5.8
20232026-06-22T19:23:15.843Z Compiling hyper-util v0.1.20
20242026-06-22T19:23:16.131Z Compiling darling v0.20.11
20252026-06-22T19:23:16.231Z Compiling rustls-native-certs v0.8.3
20262026-06-22T19:23:16.300Z Compiling ipnetwork v0.21.1
20272026-06-22T19:23:16.499Z Compiling strum_macros v0.26.4
20282026-06-22T19:23:16.514Z Compiling curve25519-dalek-derive v0.1.1
20292026-06-22T19:23:16.615Z Compiling sync_wrapper v1.0.2
20302026-06-22T19:23:16.712Z Compiling wait-timeout v0.2.1
20312026-06-22T19:23:16.967Z Compiling siphasher v1.0.2
20322026-06-22T19:23:17.144Z Compiling colorchoice v1.0.4
20332026-06-22T19:23:17.283Z Compiling quick-error v1.2.3
20342026-06-22T19:23:17.305Z Compiling num_threads v0.1.7
20352026-06-22T19:23:17.723Z Compiling anstyle-query v1.1.5
20362026-06-22T19:23:17.726Z Compiling is_terminal_polyfill v1.70.2
20372026-06-22T19:23:17.726Z Compiling simd-adler32 v0.3.8
20382026-06-22T19:23:17.726Z Compiling bit-vec v0.8.0
20392026-06-22T19:23:17.726Z Compiling rusty-fork v0.3.1
20402026-06-22T19:23:17.726Z Compiling time v0.3.47
20412026-06-22T19:23:17.726Z Compiling bit-set v0.8.0
20422026-06-22T19:23:17.727Z Compiling tower v0.5.3
20432026-06-22T19:23:17.929Z Compiling derive_builder_core v0.20.2
20442026-06-22T19:23:18.042Z Compiling snafu-derive v0.8.9
20452026-06-22T19:23:18.080Z Compiling http-body-util v0.1.3
20462026-06-22T19:23:18.189Z Compiling webpki-roots v1.0.6
20472026-06-22T19:23:18.342Z Compiling signature v2.2.0
20482026-06-22T19:23:18.566Z Compiling hubpack_derive v0.1.1
20492026-06-22T19:23:19.042Z Compiling strum_macros v0.27.2
20502026-06-22T19:23:19.045Z Compiling rand_xorshift v0.4.0
20512026-06-22T19:23:19.045Z Compiling fs-err v3.3.0
20522026-06-22T19:23:19.045Z Compiling ahash v0.8.12
20532026-06-22T19:23:19.045Z Compiling unicode-bidi v0.3.18
20542026-06-22T19:23:19.045Z Compiling ryu v1.0.23
20552026-06-22T19:23:19.045Z Compiling object v0.37.3
20562026-06-22T19:23:19.062Z Compiling allocator-api2 v0.2.21
20572026-06-22T19:23:19.234Z Compiling unicode-properties v0.1.4
20582026-06-22T19:23:19.311Z Compiling adler2 v2.0.1
20592026-06-22T19:23:19.314Z Compiling iri-string v0.7.10
20602026-06-22T19:23:19.406Z Compiling unarray v0.1.4
20612026-06-22T19:23:19.458Z Compiling stringprep v0.1.5
20622026-06-22T19:23:19.475Z Compiling miniz_oxide v0.8.9
20632026-06-22T19:23:19.538Z Compiling proptest v1.10.0
20642026-06-22T19:23:19.739Z Compiling serde_urlencoded v0.7.1
20652026-06-22T19:23:20.029Z Compiling derive_builder_macro v0.20.2
20662026-06-22T19:23:20.163Z Compiling tokio-native-tls v0.3.1
20672026-06-22T19:23:20.352Z Compiling usdt-attr-macro v0.6.0
20682026-06-22T19:23:20.416Z Compiling usdt-macro v0.6.0
20692026-06-22T19:23:20.512Z Compiling tower-http v0.6.8
20702026-06-22T19:23:20.710Z Compiling anstyle-parse v1.0.0
20712026-06-22T19:23:21.088Z Compiling rand_chacha v0.3.1
20722026-06-22T19:23:21.097Z Compiling erased-serde v0.3.31
20732026-06-22T19:23:21.151Z Compiling md-5 v0.10.6
20742026-06-22T19:23:21.184Z Compiling bstr v1.12.1
20752026-06-22T19:23:21.340Z Compiling num-integer v0.1.46
20762026-06-22T19:23:21.340Z Compiling hash32 v0.2.1
20772026-06-22T19:23:21.423Z Compiling vergen-lib v9.1.0
20782026-06-22T19:23:21.871Z Compiling ff v0.13.1
20792026-06-22T19:23:21.875Z Compiling encoding_rs v0.8.35
20802026-06-22T19:23:21.875Z Compiling mime v0.3.17
20812026-06-22T19:23:21.875Z Compiling base16ct v0.2.0
20822026-06-22T19:23:21.875Z Compiling zlib-rs v0.6.2
20832026-06-22T19:23:21.875Z Compiling psl-types v2.0.11
20842026-06-22T19:23:21.875Z Compiling fallible-iterator v0.2.0
20852026-06-22T19:23:21.875Z Compiling sec1 v0.7.3
20862026-06-22T19:23:21.886Z Compiling publicsuffix v2.3.0
20872026-06-22T19:23:22.013Z Compiling group v0.13.0
20882026-06-22T19:23:22.029Z Compiling num-iter v0.1.45
20892026-06-22T19:23:22.070Z Compiling postgres-protocol v0.6.10
20902026-06-22T19:23:22.145Z Compiling newtype-uuid v1.3.2
20912026-06-22T19:23:22.440Z Compiling rand v0.8.6
20922026-06-22T19:23:22.726Z Compiling anstream v1.0.0
20932026-06-22T19:23:22.775Z Compiling oxnet v0.1.6
20942026-06-22T19:23:22.804Z Compiling derive_builder v0.20.2
20952026-06-22T19:23:22.847Z Compiling hyper-tls v0.6.0
20962026-06-22T19:23:22.943Z Compiling phf_shared v0.13.1
20972026-06-22T19:23:23.031Z Compiling pin-project v1.1.11
20982026-06-22T19:23:23.082Z Compiling lazy_static v1.5.0
20992026-06-22T19:23:23.158Z Compiling anstyle-parse v0.2.7
21002026-06-22T19:23:23.212Z Compiling terminal_size v0.4.3
21012026-06-22T19:23:23.216Z Compiling serde_with_macros v3.17.0
21022026-06-22T19:23:23.216Z Compiling futures-executor v0.3.32
21032026-06-22T19:23:23.377Z Compiling hex v0.4.3
21042026-06-22T19:23:23.411Z Compiling hkdf v0.12.4
21052026-06-22T19:23:23.411Z Compiling crypto-bigint v0.5.5
21062026-06-22T19:23:23.443Z Compiling enum-as-inner v0.6.1
21072026-06-22T19:23:23.481Z Compiling clap_derive v4.6.1
21082026-06-22T19:23:23.540Z Compiling serde_repr v0.1.20
21092026-06-22T19:23:23.573Z Compiling async-recursion v1.1.1
21102026-06-22T19:23:23.694Z Compiling vergen v9.1.0
21112026-06-22T19:23:23.708Z Compiling cargo-platform v0.3.2
21122026-06-22T19:23:23.910Z Compiling flate2 v1.1.9
21132026-06-22T19:23:23.958Z Compiling bitflags v1.3.2
21142026-06-22T19:23:23.974Z Compiling managed v0.8.0
21152026-06-22T19:23:24.032Z Compiling bumpalo v3.20.2
21162026-06-22T19:23:24.631Z Compiling foldhash v0.1.5
21172026-06-22T19:23:24.635Z Compiling clap_lex v1.0.0
21182026-06-22T19:23:24.635Z Compiling same-file v1.0.6
21192026-06-22T19:23:24.635Z Compiling foldhash v0.2.0
21202026-06-22T19:23:24.635Z Compiling libbz2-rs-sys v0.2.2
21212026-06-22T19:23:24.635Z Compiling clap_builder v4.6.0
21222026-06-22T19:23:24.635Z Compiling hashbrown v0.16.1
21232026-06-22T19:23:24.635Z Compiling walkdir v2.5.0
21242026-06-22T19:23:24.635Z Compiling hashbrown v0.15.5
21252026-06-22T19:23:24.839Z Compiling elliptic-curve v0.13.8
21262026-06-22T19:23:24.997Z Compiling bzip2 v0.6.1
21272026-06-22T19:23:25.047Z Compiling zopfli v0.8.3
21282026-06-22T19:23:25.117Z Compiling cargo_metadata v0.23.1
21292026-06-22T19:23:25.200Z Compiling futures v0.3.32
21302026-06-22T19:23:25.294Z Compiling anstream v0.6.21
21312026-06-22T19:23:25.599Z Compiling zstd v0.13.3
21322026-06-22T19:23:25.933Z Compiling phf v0.13.1
21332026-06-22T19:23:26.006Z Compiling snafu v0.8.9
21342026-06-22T19:23:26.144Z Compiling daft v0.1.7
21352026-06-22T19:23:26.436Z Compiling signal-hook-mio v0.2.5
21362026-06-22T19:23:26.500Z Compiling cookie_store v0.22.1
21372026-06-22T19:23:26.559Z Compiling postgres-types v0.2.12
21382026-06-22T19:23:26.573Z Compiling bzip2 v0.4.4
21392026-06-22T19:23:26.699Z Compiling globset v0.4.18
21402026-06-22T19:23:26.785Z Compiling strum v0.27.2
21412026-06-22T19:23:26.867Z Compiling hubpack v0.1.2
21422026-06-22T19:23:26.900Z Compiling ed25519 v2.2.3
21432026-06-22T19:23:26.915Z Compiling phf_shared v0.11.3
21442026-06-22T19:23:27.005Z Compiling crossbeam-epoch v0.9.18
21452026-06-22T19:23:27.042Z Compiling olpc-cjson v0.1.4
21462026-06-22T19:23:27.107Z Compiling pkcs1 v0.7.5
21472026-06-22T19:23:27.137Z Compiling pem v3.0.6
21482026-06-22T19:23:27.219Z Compiling serde-big-array v0.5.1
21492026-06-22T19:23:27.304Z Compiling serde_plain v1.0.2
21502026-06-22T19:23:27.319Z Compiling rfc6979 v0.4.0
21512026-06-22T19:23:27.409Z Compiling float-cmp v0.10.0
21522026-06-22T19:23:27.417Z Compiling memmap2 v0.9.10
21532026-06-22T19:23:27.442Z Compiling env_filter v1.0.0
21542026-06-22T19:23:27.478Z Compiling keccak v0.1.6
21552026-06-22T19:23:27.496Z Compiling new_debug_unreachable v1.0.6
21562026-06-22T19:23:27.513Z Compiling difflib v0.4.0
21572026-06-22T19:23:27.530Z Compiling fixedbitset v0.4.2
21582026-06-22T19:23:27.563Z Compiling whoami v2.1.0
21592026-06-22T19:23:27.584Z Compiling toml_write v0.1.2
21602026-06-22T19:23:27.610Z Compiling static_assertions v1.1.0
21612026-06-22T19:23:27.639Z Compiling precomputed-hash v0.1.1
21622026-06-22T19:23:27.695Z Compiling normalize-line-endings v0.3.0
21632026-06-22T19:23:27.711Z Compiling predicates-core v1.0.10
21642026-06-22T19:23:27.726Z Compiling fixedbitset v0.5.7
21652026-06-22T19:23:27.762Z Compiling data-encoding v2.10.0
21662026-06-22T19:23:27.801Z Compiling typed-path v0.9.3
21672026-06-22T19:23:27.816Z Compiling jiff v0.2.21
21682026-06-22T19:23:28.302Z Compiling predicates v3.1.4
21692026-06-22T19:23:28.306Z Compiling tokio-postgres v0.7.16
21702026-06-22T19:23:28.306Z Compiling petgraph v0.8.3
21712026-06-22T19:23:28.306Z Compiling toml_edit v0.22.27
21722026-06-22T19:23:28.306Z Compiling string_cache v0.8.9
21732026-06-22T19:23:28.306Z Compiling hickory-proto v0.25.2
21742026-06-22T19:23:28.310Z Compiling petgraph v0.6.5
21752026-06-22T19:23:28.321Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21762026-06-22T19:23:28.477Z Compiling sha3 v0.10.8
21772026-06-22T19:23:28.597Z Compiling env_logger v0.11.9
21782026-06-22T19:23:29.341Z Compiling usdt v0.6.0
21792026-06-22T19:23:29.345Z Compiling ecdsa v0.16.9
21802026-06-22T19:23:29.345Z Compiling rsa v0.9.10
21812026-06-22T19:23:29.376Z Compiling ed25519-dalek v2.2.0
21822026-06-22T19:23:30.008Z Compiling zip v0.6.6
21832026-06-22T19:23:30.253Z Compiling crossterm v0.28.1
21842026-06-22T19:23:30.370Z Compiling iddqd v0.4.2
21852026-06-22T19:23:30.547Z Compiling zip v4.6.1
21862026-06-22T19:23:30.563Z Compiling clap v4.6.1
21872026-06-22T19:23:30.989Z Compiling serde_with v3.17.0
21882026-06-22T19:23:31.183Z Compiling similar v2.7.0
21892026-06-22T19:23:31.199Z Compiling strum v0.26.3
21902026-06-22T19:23:31.346Z Compiling toml v0.7.8
21912026-06-22T19:23:31.453Z Compiling tokio-stream v0.1.18
21922026-06-22T19:23:31.539Z Compiling itertools v0.13.0
21932026-06-22T19:23:31.604Z Compiling buf-list v1.1.2
21942026-06-22T19:23:31.737Z Compiling x509-cert v0.2.5
21952026-06-22T19:23:31.929Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21962026-06-22T19:23:31.946Z Compiling openapiv3 v2.2.0
21972026-06-22T19:23:32.247Z Compiling sha1 v0.10.6
21982026-06-22T19:23:32.733Z Compiling lalrpop-util v0.19.12
21992026-06-22T19:23:32.736Z Compiling peg-runtime v0.8.5
22002026-06-22T19:23:47.346Z Compiling rustls-webpki v0.103.9
22012026-06-22T19:23:49.224Z Compiling macaddr v1.0.1
22022026-06-22T19:23:49.277Z Compiling structmeta-derive v0.3.0
22032026-06-22T19:23:49.310Z Compiling rayon-core v1.13.0
22042026-06-22T19:23:49.332Z Compiling crucible-workspace-hack v0.1.0
22052026-06-22T19:23:49.351Z Compiling itertools v0.14.0
22062026-06-22T19:23:49.540Z Compiling secrecy v0.10.3
22072026-06-22T19:23:49.568Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-06-22T19:23:49.590Z Compiling rustls v0.22.4
22092026-06-22T19:23:49.719Z Compiling toml_datetime v0.7.5+spec-1.1.0
22102026-06-22T19:23:49.733Z Compiling heapless v0.8.0
22112026-06-22T19:23:49.883Z Compiling crossbeam-deque v0.8.6
22122026-06-22T19:23:49.951Z Compiling toml_edit v0.23.10+spec-1.0.0
22132026-06-22T19:23:49.985Z Compiling rustls-webpki v0.102.8
22142026-06-22T19:23:50.003Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-06-22T19:23:50.021Z Compiling hash32 v0.3.1
22162026-06-22T19:23:50.038Z Compiling multer v3.1.0
22172026-06-22T19:23:50.096Z Compiling thread_local v1.1.9
22182026-06-22T19:23:50.141Z Compiling match_cfg v0.1.0
22192026-06-22T19:23:50.187Z Compiling slog-async v2.8.0
22202026-06-22T19:23:50.206Z Compiling compression-core v0.4.31
22212026-06-22T19:23:50.238Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22222026-06-22T19:23:50.255Z Compiling smoltcp v0.11.0
22232026-06-22T19:23:50.273Z Compiling unicode-width v0.2.0
22242026-06-22T19:23:50.287Z Compiling structmeta v0.3.0
22252026-06-22T19:23:50.400Z Compiling compression-codecs v0.4.37
22262026-06-22T19:23:50.513Z Compiling derive-ex v0.1.8
22272026-06-22T19:23:50.531Z Compiling proc-macro-crate v3.4.0
22282026-06-22T19:23:50.614Z Compiling hostname v0.3.1
22292026-06-22T19:23:50.667Z Compiling ingot-macros v0.1.1
22302026-06-22T19:23:50.788Z Compiling atomicwrites v0.4.4
22312026-06-22T19:23:50.843Z Compiling slog-json v2.6.1
22322026-06-22T19:23:50.910Z Compiling crossbeam-channel v0.5.15
22332026-06-22T19:23:51.018Z Compiling half v2.7.1
22342026-06-22T19:23:51.117Z Compiling newtype-uuid-macros v0.1.0
22352026-06-22T19:23:51.133Z Compiling cobs v0.3.0
22362026-06-22T19:23:51.166Z Compiling thiserror-impl-no-std v2.0.2
22372026-06-22T19:23:51.385Z Compiling tokio-rustls v0.26.4
22382026-06-22T19:23:51.442Z Compiling rustls-platform-verifier v0.6.2
22392026-06-22T19:23:51.620Z Compiling universal-hash v0.5.1
22402026-06-22T19:23:51.674Z Compiling hyper-rustls v0.27.7
22412026-06-22T19:23:51.689Z Compiling async-stream-impl v0.3.6
22422026-06-22T19:23:51.790Z Compiling serde_spanned v1.0.4
22432026-06-22T19:23:51.867Z Compiling toml_datetime v1.0.0+spec-1.1.0
22442026-06-22T19:23:51.884Z Compiling is-terminal v0.4.17
22452026-06-22T19:23:51.979Z Compiling reqwest v0.12.28
22462026-06-22T19:23:52.009Z Compiling reqwest v0.13.2
22472026-06-22T19:23:52.431Z Compiling dropshot v0.17.0
22482026-06-22T19:23:52.434Z Compiling proc-macro-error-attr v1.0.4
22492026-06-22T19:23:52.434Z Compiling ciborium-io v0.2.2
22502026-06-22T19:23:52.434Z Compiling take_mut v0.2.2
22512026-06-22T19:23:52.434Z Compiling term v1.2.1
22522026-06-22T19:23:52.434Z Compiling convert_case v0.4.0
22532026-06-22T19:23:52.434Z Compiling toml_writer v1.0.6+spec-1.1.0
22542026-06-22T19:23:52.434Z Compiling opaque-debug v0.3.1
22552026-06-22T19:23:52.434Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22562026-06-22T19:23:52.434Z Compiling poly1305 v0.8.0
22572026-06-22T19:23:52.503Z Compiling async-stream v0.3.6
22582026-06-22T19:23:52.564Z Compiling slog-term v2.9.2
22592026-06-22T19:23:52.601Z Compiling tokio-rustls v0.25.0
22602026-06-22T19:23:52.618Z Compiling derive_more v0.99.20
22612026-06-22T19:23:52.716Z Compiling toml v1.0.6+spec-1.1.0
22622026-06-22T19:23:52.892Z Compiling ciborium-ll v0.2.2
22632026-06-22T19:23:53.002Z Compiling thiserror-no-std v2.0.2
22642026-06-22T19:23:53.075Z Compiling test-strategy v0.4.5
22652026-06-22T19:23:53.521Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662026-06-22T19:23:53.524Z Compiling postcard v1.1.3
22672026-06-22T19:23:53.524Z Compiling ingot-types v0.1.2
22682026-06-22T19:23:53.566Z Compiling tough v0.22.0
22692026-06-22T19:23:53.797Z Compiling ingot v0.1.1
22702026-06-22T19:23:53.812Z Compiling slog-bunyan v2.5.0
22712026-06-22T19:23:54.015Z Compiling num_enum_derive v0.7.6
22722026-06-22T19:23:54.059Z Compiling async-compression v0.4.41
22732026-06-22T19:23:54.385Z Compiling parse-display-derive v0.10.0
22742026-06-22T19:23:54.555Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22752026-06-22T19:23:54.825Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-06-22T19:23:54.955Z Compiling proc-macro-crate v1.3.1
22772026-06-22T19:23:54.998Z Compiling waitgroup v0.1.2
22782026-06-22T19:23:55.491Z Compiling backon v1.6.0
22792026-06-22T19:23:55.494Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22802026-06-22T19:23:55.494Z Compiling password-hash v0.5.0
22812026-06-22T19:23:55.494Z Compiling chacha20 v0.9.1
22822026-06-22T19:23:55.494Z Compiling dropshot_endpoint v0.17.0
22832026-06-22T19:23:55.494Z Compiling rustls-pemfile v2.2.0
22842026-06-22T19:23:55.494Z Compiling blake2 v0.10.6
22852026-06-22T19:23:55.600Z Compiling aead v0.5.2
22862026-06-22T19:23:55.644Z Compiling foreign-types-macros v0.2.3
22872026-06-22T19:23:55.851Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22882026-06-22T19:23:55.887Z Compiling serde_path_to_error v0.1.20
22892026-06-22T19:23:55.907Z Compiling hostname v0.4.2
22902026-06-22T19:23:55.923Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22912026-06-22T19:23:56.060Z Compiling proc-macro-error v1.0.4
22922026-06-22T19:23:56.093Z Compiling instant v0.1.13
22932026-06-22T19:23:56.165Z Compiling debug-ignore v1.0.5
22942026-06-22T19:23:56.218Z Compiling foreign-types-shared v0.3.1
22952026-06-22T19:23:56.240Z Compiling typeid v1.0.3
22962026-06-22T19:23:56.285Z Compiling cpufeatures v0.3.0
22972026-06-22T19:23:56.301Z Compiling backoff v0.4.0
22982026-06-22T19:23:56.333Z Compiling foreign-types v0.5.0
22992026-06-22T19:23:56.352Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23002026-06-22T19:23:56.385Z Compiling chacha20 v0.10.0
23012026-06-22T19:23:56.389Z Compiling parse-display v0.10.0
23022026-06-22T19:23:56.417Z Compiling chacha20poly1305 v0.10.1
23032026-06-22T19:23:56.431Z Compiling argon2 v0.5.3
23042026-06-22T19:23:56.447Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23052026-06-22T19:23:56.563Z Compiling num_enum_derive v0.5.11
23062026-06-22T19:23:56.579Z Compiling num_enum v0.7.6
23072026-06-22T19:23:56.606Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23082026-06-22T19:23:56.719Z Compiling vsss-rs v3.3.4
23092026-06-22T19:23:56.722Z Compiling ciborium v0.2.2
23102026-06-22T19:23:56.993Z Compiling tabwriter v1.4.1
23112026-06-22T19:23:57.024Z Compiling regress v0.10.5
23122026-06-22T19:23:57.172Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23132026-06-22T19:23:57.312Z Compiling byte-wrapper v0.1.0
23142026-06-22T19:23:57.383Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23152026-06-22T19:23:57.479Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-22T19:23:57.522Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172026-06-22T19:23:57.542Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23182026-06-22T19:23:57.585Z Compiling cstr-argument v0.1.2
23192026-06-22T19:23:57.628Z Compiling erased-serde v0.4.9
23202026-06-22T19:23:57.776Z Compiling humantime v2.3.0
23212026-06-22T19:23:57.921Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23222026-06-22T19:23:57.948Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23232026-06-22T19:23:58.034Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-06-22T19:23:58.087Z Compiling num_enum v0.5.11
23252026-06-22T19:23:58.126Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23262026-06-22T19:23:58.163Z Compiling rand v0.10.0
23272026-06-22T19:23:58.224Z Compiling rayon v1.11.0
23282026-06-22T19:23:58.256Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23292026-06-22T19:23:58.273Z Compiling indent_write v2.2.0
23302026-06-22T19:23:58.364Z Compiling libefi-sys v0.1.0
23312026-06-22T19:23:58.381Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23322026-06-22T19:23:58.395Z Compiling colored v3.1.1
23332026-06-22T19:23:58.439Z Compiling zone_cfg_derive v0.3.1
23342026-06-22T19:23:58.472Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23352026-06-22T19:23:58.610Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23362026-06-22T19:23:58.619Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23372026-06-22T19:23:58.838Z Compiling camino-tempfile v1.4.1
23382026-06-22T19:23:58.864Z Compiling itertools v0.12.1
23392026-06-22T19:23:58.970Z Compiling usdt-macro v0.5.0
23402026-06-22T19:23:59.481Z Compiling usdt-attr-macro v0.5.0
23412026-06-22T19:23:59.484Z Compiling num-derive v0.4.2
23422026-06-22T19:23:59.484Z Compiling bitfield-struct v0.6.2
23432026-06-22T19:23:59.484Z Compiling blake3 v1.8.3
23442026-06-22T19:23:59.484Z Compiling ordered-float v2.10.1
23452026-06-22T19:23:59.522Z Compiling memmap v0.7.0
23462026-06-22T19:23:59.548Z Compiling sigpipe v0.1.3
23472026-06-22T19:23:59.678Z Compiling swrite v0.1.0
23482026-06-22T19:23:59.694Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-06-22T19:23:59.735Z Compiling glob v0.3.3
23502026-06-22T19:23:59.790Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-06-22T19:23:59.811Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23522026-06-22T19:23:59.835Z Compiling usdt v0.5.0
23532026-06-22T19:24:00.019Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23542026-06-22T19:24:00.125Z Compiling serde-value v0.7.0
23552026-06-22T19:24:00.309Z Compiling zone v0.3.1
23562026-06-22T19:24:00.401Z Compiling serde-untagged v0.1.9
23572026-06-22T19:24:00.488Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23582026-06-22T19:24:00.671Z Compiling toml v0.8.23
23592026-06-22T19:24:00.686Z Compiling smf v0.2.3
23602026-06-22T19:24:00.725Z Compiling filetime v0.2.27
23612026-06-22T19:24:00.746Z Compiling whoami v1.6.1
23622026-06-22T19:24:00.770Z Compiling xattr v1.6.1
23632026-06-22T19:24:00.801Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-06-22T19:24:00.843Z Compiling arrayref v0.3.9
23652026-06-22T19:24:01.330Z Compiling arrayvec v0.7.6
23662026-06-22T19:24:01.335Z Compiling unicode-xid v0.2.6
23672026-06-22T19:24:01.335Z Compiling constant_time_eq v0.4.2
23682026-06-22T19:24:01.335Z Compiling tar v0.4.45
23692026-06-22T19:24:01.335Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-06-22T19:24:01.335Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23712026-06-22T19:24:01.335Z Compiling cargo-util-schemas v0.8.2
23722026-06-22T19:24:01.335Z Compiling tokio-dtrace v0.1.1
23732026-06-22T19:24:01.358Z Compiling console v0.16.2
23742026-06-22T19:24:01.580Z Compiling gethostname v0.5.0
23752026-06-22T19:24:01.760Z Compiling cargo-platform v0.2.0
23762026-06-22T19:24:01.773Z Compiling unit-prefix v0.5.2
23772026-06-22T19:24:01.779Z Compiling topological-sort v0.2.2
23782026-06-22T19:24:01.899Z Compiling oxide-tokio-rt v0.1.4
23792026-06-22T19:24:01.920Z Compiling indicatif v0.18.4
23802026-06-22T19:24:01.962Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-06-22T19:24:01.975Z Compiling shell-words v1.1.1
23822026-06-22T19:24:02.383Z Compiling cargo_metadata v0.21.0
23832026-06-22T19:24:11.610Z Compiling progenitor-client v0.14.0
23842026-06-22T19:24:11.626Z Compiling omicron-zone-package v0.12.2
23852026-06-22T19:24:12.100Z Compiling progenitor-extras v0.2.0
23862026-06-22T19:24:14.285Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-06-22T19:24:14.322Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23882026-06-22T19:24:14.392Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-06-22T19:24:14.484Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-06-22T19:24:14.588Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23912026-06-22T19:24:14.622Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922026-06-22T19:24:14.676Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-06-22T19:24:14.692Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-06-22T19:24:14.711Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23952026-06-22T19:24:18.490Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23962026-06-22T19:24:26.371Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23972026-06-22T19:24:29.810Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23982026-06-22T19:24:30.427Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23992026-06-22T19:24:40.446Z Finished `release` profile [optimized] target(s) in 1m 44s
24002026-06-22T19:24:40.577Z Running `target/release/omicron-package -t test target create -p dev`
24012026-06-22T19:24:40.640ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022026-06-22T19:24:40.649ZCreated new build target 'test' and set it as active
24032026-06-22T19:24:40.649Z
24042026-06-22T19:24:40.649Zreal 1:44.807142115
24052026-06-22T19:24:40.649Zuser 17:04.959015852
24062026-06-22T19:24:40.649Zsys 2:40.988310313
24072026-06-22T19:24:40.649Ztrap 0.473710045
24082026-06-22T19:24:40.649Ztflt 2.700675336
24092026-06-22T19:24:40.649Zdflt 4.466953888
24102026-06-22T19:24:40.649Zkflt 0.000773030
24112026-06-22T19:24:40.649Zlock 53:15.974659255
24122026-06-22T19:24:40.649Zslp 43:43.029462289
24132026-06-22T19:24:40.649Zlat 42.455710282
24142026-06-22T19:24:40.649Zstop 5:21.864109828
24152026-06-22T19:24:40.649Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24162026-06-22T19:24:41.461Z Finished `release` profile [optimized] target(s) in 0.80s
24172026-06-22T19:24:41.528Z Running `target/release/omicron-package -t test package`
24182026-06-22T19:24:41.586ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-06-22T19:24:42.946Z Compiling heck v0.5.0
24202026-06-22T19:24:43.359Z Compiling regress v0.11.1
24212026-06-22T19:24:43.364Z Compiling unsafe-libyaml v0.2.11
24222026-06-22T19:24:43.364Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-06-22T19:24:43.364Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24242026-06-22T19:24:43.364Z Compiling unicode-width v0.1.14
24252026-06-22T19:24:43.364Z Compiling atomicwrites v0.4.4
24262026-06-22T19:24:43.364Z Compiling derive-where v1.6.0
24272026-06-22T19:24:43.364Z Compiling bytecount v0.6.9
24282026-06-22T19:24:43.364Z Compiling is-terminal v0.4.17
24292026-06-22T19:24:43.364Z Compiling prettyplease v0.2.37
24302026-06-22T19:24:43.364Z Compiling console v0.15.11
24312026-06-22T19:24:43.364Z Compiling newline-converter v0.3.0
24322026-06-22T19:24:43.364Z Compiling slog-dtrace v0.3.0
24332026-06-22T19:24:43.391Z Compiling owo-colors v4.3.0
24342026-06-22T19:24:43.867Z Compiling cancel-safe-futures v0.1.5
24352026-06-22T19:24:43.880Z Compiling resolv-conf v0.7.6
24362026-06-22T19:24:43.880Z Compiling rustls v0.22.4
24372026-06-22T19:24:43.880Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24382026-06-22T19:24:43.880Z Compiling num-rational v0.4.2
24392026-06-22T19:24:43.880Z Compiling libsw-core v0.3.2
24402026-06-22T19:24:43.880Z Compiling rustls-webpki v0.102.8
24412026-06-22T19:24:43.881Z Compiling num-complex v0.4.6
24422026-06-22T19:24:43.881Z Compiling serde_yaml v0.9.34+deprecated
24432026-06-22T19:24:43.881Z Compiling thread_local v1.1.9
24442026-06-22T19:24:43.881Z Compiling expectorate v1.2.0
24452026-06-22T19:24:43.881Z Compiling match_cfg v0.1.0
24462026-06-22T19:24:43.881Z Compiling compression-core v0.4.31
24472026-06-22T19:24:43.940Z Compiling hostname v0.3.1
24482026-06-22T19:24:44.023Z Compiling compression-codecs v0.4.37
24492026-06-22T19:24:44.086Z Compiling num v0.4.3
24502026-06-22T19:24:44.143Z Compiling libsw v3.5.0
24512026-06-22T19:24:44.186Z Compiling multer v3.1.0
24522026-06-22T19:24:44.661Z Compiling slog-async v2.8.0
24532026-06-22T19:24:44.667Z Compiling crossbeam-channel v0.5.15
24542026-06-22T19:24:44.667Z Compiling slog-json v2.6.1
24552026-06-22T19:24:44.667Z Compiling toml_datetime v1.0.0+spec-1.1.0
24562026-06-22T19:24:44.667Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24572026-06-22T19:24:44.667Z Compiling serde_spanned v1.0.4
24582026-06-22T19:24:44.667Z Compiling linked-hash-map v0.5.6
24592026-06-22T19:24:44.667Z Compiling float-ord v0.3.2
24602026-06-22T19:24:44.667Z Compiling linear-map v1.2.0
24612026-06-22T19:24:44.667Z Compiling toml_writer v1.0.6+spec-1.1.0
24622026-06-22T19:24:44.667Z Compiling take_mut v0.2.2
24632026-06-22T19:24:44.667Z Compiling term v1.2.1
24642026-06-22T19:24:44.667Z Compiling slog-bunyan v2.5.0
24652026-06-22T19:24:44.700Z Compiling typify-impl v0.6.2
24662026-06-22T19:24:44.719Z Compiling lru-cache v0.1.2
24672026-06-22T19:24:44.768Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24682026-06-22T19:24:44.815Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24692026-06-22T19:24:44.840Z Compiling toml v1.0.6+spec-1.1.0
24702026-06-22T19:24:44.915Z Compiling slog-term v2.9.2
24712026-06-22T19:24:45.022Z Compiling async-compression v0.4.41
24722026-06-22T19:24:45.148Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24732026-06-22T19:24:45.170Z Compiling dropshot v0.17.0
24742026-06-22T19:24:45.216Z Compiling async-stream v0.3.6
24752026-06-22T19:24:45.641Z Compiling progenitor-client v0.14.0
24762026-06-22T19:24:45.646Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24772026-06-22T19:24:45.646Z Compiling waitgroup v0.1.2
24782026-06-22T19:24:45.646Z Compiling backon v1.6.0
24792026-06-22T19:24:45.646Z Compiling rustls-pemfile v2.2.0
24802026-06-22T19:24:45.646Z Compiling hostname v0.4.2
24812026-06-22T19:24:45.646Z Compiling serde_path_to_error v0.1.20
24822026-06-22T19:24:45.646Z Compiling instant v0.1.13
24832026-06-22T19:24:45.646Z Compiling debug-ignore v1.0.5
24842026-06-22T19:24:45.646Z Compiling minimal-lexical v0.2.1
24852026-06-22T19:24:45.646Z Compiling backoff v0.4.0
24862026-06-22T19:24:45.646Z Compiling progenitor-extras v0.2.0
24872026-06-22T19:24:45.647Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24882026-06-22T19:24:45.694Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24892026-06-22T19:24:45.854Z Compiling nom v7.1.3
24902026-06-22T19:24:45.881Z Compiling tokio-rustls v0.25.0
24912026-06-22T19:24:45.901Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24922026-06-22T19:24:45.921Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-06-22T19:24:45.977Z Compiling parse-display v0.10.0
24942026-06-22T19:24:45.999Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24952026-06-22T19:24:46.096Z Compiling hickory-proto v0.24.4
24962026-06-22T19:24:46.268Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24972026-06-22T19:24:46.675Z Compiling regress v0.10.5
24982026-06-22T19:24:46.984Z Compiling macaddr v1.0.1
24992026-06-22T19:24:47.085Z Compiling unicode-xid v0.2.6
25002026-06-22T19:24:47.190Z Compiling humantime v2.3.0
25012026-06-22T19:24:47.271Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-06-22T19:24:47.756Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-06-22T19:24:47.759Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-06-22T19:24:47.759Z Compiling convert_case v0.10.0
25052026-06-22T19:24:47.759Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25062026-06-22T19:24:47.759Z Compiling toml v0.8.23
25072026-06-22T19:24:47.759Z Compiling derive_more-impl v2.1.1
25082026-06-22T19:24:48.414Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-06-22T19:24:48.418Z Compiling typify-macro v0.6.2
25102026-06-22T19:24:48.418Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-06-22T19:24:48.418Z Compiling papergrid v0.11.0
25122026-06-22T19:24:48.442Z Compiling tabled_derive v0.7.0
25132026-06-22T19:24:48.541Z Compiling hickory-resolver v0.24.4
25142026-06-22T19:24:48.705Z Compiling derive_more v2.1.1
25152026-06-22T19:24:48.778Z Compiling termtree v0.5.1
25162026-06-22T19:24:48.812Z Compiling crossterm v0.29.0
25172026-06-22T19:24:48.970Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25182026-06-22T19:24:49.364Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-06-22T19:24:49.591Z Compiling tabled v0.15.0
25202026-06-22T19:24:49.803Z Compiling typify v0.6.2
25212026-06-22T19:24:49.948Z Compiling progenitor-impl v0.14.0
25222026-06-22T19:24:50.607Z Compiling qorb v0.4.1
25232026-06-22T19:24:50.856Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242026-06-22T19:24:51.774Z Compiling phf_shared v0.12.1
25252026-06-22T19:24:52.037Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-06-22T19:24:52.543Z Compiling progenitor-macro v0.14.0
25272026-06-22T19:24:52.554Z Compiling csv-core v0.1.13
25282026-06-22T19:24:53.103Z Compiling vte v0.14.1
25292026-06-22T19:24:53.357Z Compiling highway v1.3.0
25302026-06-22T19:24:53.563Z Compiling chrono-tz v0.10.4
25312026-06-22T19:24:53.808Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-06-22T19:24:53.944Z Compiling strip-ansi-escapes v0.2.1
25332026-06-22T19:24:54.105Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-06-22T19:24:54.128Z Compiling csv v1.4.0
25352026-06-22T19:24:54.252Z Compiling phf v0.12.1
25362026-06-22T19:24:54.273Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-06-22T19:24:54.473Z Compiling const_format_proc_macros v0.2.34
25382026-06-22T19:24:54.526Z Compiling fd-lock v4.0.4
25392026-06-22T19:24:54.701Z Compiling peg-macros v0.8.5
25402026-06-22T19:24:55.259Z Compiling nu-ansi-term v0.50.3
25412026-06-22T19:24:55.299Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422026-06-22T19:24:55.333Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-06-22T19:24:55.963Z Compiling peg v0.8.5
25442026-06-22T19:24:56.071Z Compiling const_format v0.2.35
25452026-06-22T19:24:56.197Z Compiling progenitor v0.14.0
25462026-06-22T19:24:56.402Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-06-22T19:24:56.447Z Compiling reedline v0.40.0
25482026-06-22T19:24:56.657Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-06-22T19:24:56.863Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25502026-06-22T19:24:56.983Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25512026-06-22T19:24:57.492Z Compiling bcs v0.1.6
25522026-06-22T19:24:58.193Z Compiling nom v8.0.0
25532026-06-22T19:24:58.223Z Compiling semver v0.1.20
25542026-06-22T19:24:58.691Z Compiling rustc_version v0.1.7
25552026-06-22T19:24:58.717Z Compiling newtype_derive v0.1.6
25562026-06-22T19:24:58.732Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25572026-06-22T19:24:58.961Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25582026-06-22T19:24:59.093Z Compiling unicode-linebreak v0.1.5
25592026-06-22T19:24:59.296Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25602026-06-22T19:24:59.354Z Compiling smawk v0.3.2
25612026-06-22T19:24:59.555Z Compiling textwrap v0.16.2
25622026-06-22T19:24:59.581Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25632026-06-22T19:24:59.616Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25642026-06-22T19:24:59.722Z Compiling base64 v0.21.7
25652026-06-22T19:24:59.880Z Compiling steno v0.4.1
25662026-06-22T19:25:00.312Z Compiling dropshot-api-manager-types v0.7.2
25672026-06-22T19:25:00.324Z Compiling utf-8 v0.7.6
25682026-06-22T19:25:00.324Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25692026-06-22T19:25:00.324Z Compiling tagptr v0.2.0
25702026-06-22T19:25:00.445Z Compiling moka v0.12.13
25712026-06-22T19:25:00.894Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25722026-06-22T19:25:00.918Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25732026-06-22T19:25:00.918Z Compiling tungstenite v0.21.0
25742026-06-22T19:25:00.918Z Compiling display-error-chain v0.2.2
25752026-06-22T19:25:01.101Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25762026-06-22T19:25:01.210Z Compiling radium v0.7.0
25772026-06-22T19:25:01.489Z Compiling tokio-tungstenite v0.21.0
25782026-06-22T19:25:01.772Z Compiling hickory-resolver v0.25.2
25792026-06-22T19:25:01.891Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25802026-06-22T19:25:01.962Z Compiling maybe-uninit v2.0.0
25812026-06-22T19:25:02.584Z Compiling tap v1.0.1
25822026-06-22T19:25:02.600Z Compiling wyz v0.5.1
25832026-06-22T19:25:02.600Z Compiling vergen-lib v0.1.6
25842026-06-22T19:25:02.600Z Compiling zerocopy-derive v0.6.6
25852026-06-22T19:25:02.791Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25862026-06-22T19:25:02.861Z Compiling packed_struct v0.10.1
25872026-06-22T19:25:03.182Z Compiling diesel_derives v2.3.7
25882026-06-22T19:25:03.420Z Compiling funty v2.0.0
25892026-06-22T19:25:03.447Z Compiling crc-catalog v2.4.0
25902026-06-22T19:25:03.961Z Compiling crc v3.4.0
25912026-06-22T19:25:03.973Z Compiling bitvec v1.0.1
25922026-06-22T19:25:04.011Z Compiling zerocopy v0.6.6
25932026-06-22T19:25:04.347Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-06-22T19:25:04.733Z Compiling dsl_auto_type v0.2.0
25952026-06-22T19:25:05.015Z Compiling scheduled-thread-pool v0.2.7
25962026-06-22T19:25:05.130Z Compiling packed_struct_codegen v0.10.1
25972026-06-22T19:25:05.307Z Compiling vergen-gitcl v1.0.8
25982026-06-22T19:25:05.522Z Compiling diesel_table_macro_syntax v0.3.0
25992026-06-22T19:25:05.611Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26002026-06-22T19:25:05.682Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26012026-06-22T19:25:05.787Z Compiling bitfield-macros v0.19.4
26022026-06-22T19:25:05.820Z Compiling dirs-sys-next v0.1.2
26032026-06-22T19:25:06.091Z Compiling proc-macro-error-attr2 v2.0.0
26042026-06-22T19:25:06.151Z Compiling indexmap v1.9.3
26052026-06-22T19:25:06.416Z Compiling glob v0.3.3
26062026-06-22T19:25:06.905Z Compiling nodrop v0.1.14
26072026-06-22T19:25:06.938Z Compiling crunchy v0.2.4
26082026-06-22T19:25:06.938Z Compiling maplit v1.0.2
26092026-06-22T19:25:06.938Z Compiling array-init v0.0.4
26102026-06-22T19:25:06.938Z Compiling clang-sys v1.8.1
26112026-06-22T19:25:06.938Z Compiling proc-macro-error2 v2.0.1
26122026-06-22T19:25:06.938Z Compiling bitfield v0.19.4
26132026-06-22T19:25:07.148Z Compiling dirs-next v2.0.0
26142026-06-22T19:25:07.201Z Compiling r2d2 v0.8.10
26152026-06-22T19:25:07.282Z Compiling smallvec v0.6.14
26162026-06-22T19:25:07.524Z Compiling num-derive v0.3.3
26172026-06-22T19:25:07.956Z Compiling downcast-rs v2.0.2
26182026-06-22T19:25:07.988Z Compiling hashbrown v0.12.3
26192026-06-22T19:25:07.988Z Compiling tiny-keccak v2.0.2
26202026-06-22T19:25:07.988Z Compiling serde-hex v0.1.0
26212026-06-22T19:25:07.988Z Compiling term v0.7.0
26222026-06-22T19:25:08.278Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26232026-06-22T19:25:08.320Z Compiling tabled_derive v0.11.0
26242026-06-22T19:25:08.425Z Compiling libscf-sys v1.1.0
26252026-06-22T19:25:08.482Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-06-22T19:25:08.482Z Compiling ron v0.8.1
26272026-06-22T19:25:08.557Z Compiling papergrid v0.17.0
26282026-06-22T19:25:08.609Z Compiling testing_table v0.3.0
26292026-06-22T19:25:08.726Z Compiling hashbrown v0.13.2
26302026-06-22T19:25:08.750Z Compiling bit-vec v0.6.3
26312026-06-22T19:25:09.006Z Compiling crc-any v2.5.0
26322026-06-22T19:25:09.024Z Compiling bit-set v0.5.3
26332026-06-22T19:25:09.243Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-06-22T19:25:09.368Z Compiling object v0.30.4
26352026-06-22T19:25:09.430Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-06-22T19:25:09.475Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26372026-06-22T19:25:09.927Z Compiling tabled v0.20.0
26382026-06-22T19:25:10.105Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26392026-06-22T19:25:10.294Z Compiling ascii-canvas v3.0.0
26402026-06-22T19:25:10.999Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26412026-06-22T19:25:11.015Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26422026-06-22T19:25:11.015Z Compiling progenitor-impl v0.13.0
26432026-06-22T19:25:11.015Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26442026-06-22T19:25:11.174Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26452026-06-22T19:25:11.284Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-06-22T19:25:11.787Z Compiling itertools v0.10.5
26472026-06-22T19:25:11.816Z Compiling ena v0.14.4
26482026-06-22T19:25:11.816Z Compiling libloading v0.8.9
26492026-06-22T19:25:11.865Z Compiling diesel v2.3.7
26502026-06-22T19:25:11.968Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26512026-06-22T19:25:12.014Z Compiling xshell-macros v0.2.7
26522026-06-22T19:25:12.198Z Compiling path-slash v0.1.5
26532026-06-22T19:25:12.413Z Compiling regex-syntax v0.6.29
26542026-06-22T19:25:12.448Z Compiling unicase v2.9.0
26552026-06-22T19:25:12.537Z Compiling diff v0.1.13
26562026-06-22T19:25:12.615Z Compiling bindgen v0.71.1
26572026-06-22T19:25:12.724Z Compiling xshell v0.2.7
26582026-06-22T19:25:12.875Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26592026-06-22T19:25:12.967Z Compiling progenitor-macro v0.13.0
26602026-06-22T19:25:13.441Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26612026-06-22T19:25:14.046Z Compiling lalrpop v0.19.12
26622026-06-22T19:25:14.356Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26632026-06-22T19:25:15.275Z Compiling cexpr v0.6.0
26642026-06-22T19:25:15.972Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26652026-06-22T19:25:16.196Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26662026-06-22T19:25:17.086Z Compiling progenitor-client v0.13.0
26672026-06-22T19:25:17.095Z Compiling rustc-hash v2.1.1
26682026-06-22T19:25:17.233Z Compiling progenitor v0.13.0
26692026-06-22T19:25:17.274Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26702026-06-22T19:25:17.668Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-06-22T19:25:17.875Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-06-22T19:25:18.333Z Compiling headers-core v0.3.0
26732026-06-22T19:25:18.474Z Compiling libxml v0.3.3
26742026-06-22T19:25:18.500Z Compiling crc8 v0.1.1
26752026-06-22T19:25:18.919Z Compiling headers v0.4.1
26762026-06-22T19:25:18.944Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-06-22T19:25:18.944Z Compiling strum_macros v0.24.3
26782026-06-22T19:25:18.944Z Compiling indoc v1.0.9
26792026-06-22T19:25:18.944Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26802026-06-22T19:25:18.992Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26812026-06-22T19:25:19.198Z Compiling git-stub v1.0.0
26822026-06-22T19:25:19.240Z Compiling derive_builder v0.20.2
26832026-06-22T19:25:19.413Z Compiling quick-xml v0.37.5
26842026-06-22T19:25:19.486Z Compiling oso-derive v0.27.3
26852026-06-22T19:25:19.939Z Compiling impl-trait-for-tuples v0.2.3
26862026-06-22T19:25:19.959Z Compiling openssl-probe v0.1.6
26872026-06-22T19:25:19.999Z Compiling git-stub-vcs v0.1.0
26882026-06-22T19:25:20.153Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-06-22T19:25:20.274Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26902026-06-22T19:25:20.333Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-06-22T19:25:20.540Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-06-22T19:25:20.715Z Compiling bb8 v0.8.6
26932026-06-22T19:25:20.865Z Compiling trait-variant v0.1.2
26942026-06-22T19:25:21.527Z Compiling half v1.8.3
26952026-06-22T19:25:21.962Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26962026-06-22T19:25:21.962Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26972026-06-22T19:25:21.962Z Compiling serde_cbor v0.11.2
26982026-06-22T19:25:21.981Z Compiling polar-core v0.27.3
26992026-06-22T19:25:21.981Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-06-22T19:25:21.981Z Compiling samael v0.0.19
27012026-06-22T19:25:22.562Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27022026-06-22T19:25:22.981Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27032026-06-22T19:25:22.981Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27042026-06-22T19:25:23.003Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-06-22T19:25:23.003Z Compiling nonempty v0.12.0
27062026-06-22T19:25:23.003Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-06-22T19:25:23.067Z Compiling fxhash v0.2.1
27082026-06-22T19:25:23.219Z Compiling libz-sys v1.1.24
27092026-06-22T19:25:23.372Z Compiling salty v0.3.0
27102026-06-22T19:25:24.122Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27112026-06-22T19:25:24.147Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-06-22T19:25:24.147Z Compiling kstat-rs v0.2.4
27132026-06-22T19:25:24.688Z Compiling arc-swap v1.8.2
27142026-06-22T19:25:24.691Z Compiling fs-err v2.11.0
27152026-06-22T19:25:24.840Z Compiling slog-scope v4.4.1
27162026-06-22T19:25:24.897Z Compiling mime_guess v2.0.5
27172026-06-22T19:25:25.007Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27182026-06-22T19:25:25.047Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192026-06-22T19:25:25.425Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27202026-06-22T19:25:26.401Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27212026-06-22T19:25:26.457Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27222026-06-22T19:25:26.457Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27232026-06-22T19:25:26.483Z Compiling nanorand v0.7.0
27242026-06-22T19:25:26.903Z Compiling darling_core v0.23.0
27252026-06-22T19:25:26.994Z Compiling libgit2-sys v0.18.3+1.9.2
27262026-06-22T19:25:27.301Z Compiling parking_lot_core v0.8.6
27272026-06-22T19:25:27.643Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27282026-06-22T19:25:27.708Z Compiling flume v0.11.1
27292026-06-22T19:25:28.585Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27302026-06-22T19:25:28.862Z Compiling slog-stdlog v4.1.1
27312026-06-22T19:25:29.197Z Compiling async-bb8-diesel v0.2.1
27322026-06-22T19:25:29.397Z Compiling diesel-dtrace v0.5.0
27332026-06-22T19:25:29.843Z Compiling darling_macro v0.23.0
27342026-06-22T19:25:30.277Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27352026-06-22T19:25:30.277Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27362026-06-22T19:25:30.277Z Compiling primeorder v0.13.6
27372026-06-22T19:25:30.302Z Compiling atty v0.2.14
27382026-06-22T19:25:30.302Z Compiling strsim v0.10.0
27392026-06-22T19:25:30.302Z Compiling parse-size v1.1.0
27402026-06-22T19:25:30.506Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27412026-06-22T19:25:30.563Z Compiling instability v0.3.11
27422026-06-22T19:25:30.688Z Compiling oso v0.27.3
27432026-06-22T19:25:30.732Z Compiling http-range v0.1.5
27442026-06-22T19:25:31.021Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27452026-06-22T19:25:31.099Z Compiling darling_core v0.13.4
27462026-06-22T19:25:32.593Z Compiling p384 v0.13.1
27472026-06-22T19:25:32.744Z Compiling darling v0.23.0
27482026-06-22T19:25:32.860Z Compiling slog-envlogger v2.2.0
27492026-06-22T19:25:34.042Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-06-22T19:25:35.142Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-06-22T19:25:35.691Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-06-22T19:25:37.188Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532026-06-22T19:25:37.422Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27542026-06-22T19:25:37.934Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27552026-06-22T19:25:37.953Z Compiling ignore v0.4.25
27562026-06-22T19:25:38.166Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-22T19:25:38.544Z Compiling castaway v0.2.4
27582026-06-22T19:25:39.026Z Compiling vergen-git2 v9.1.0
27592026-06-22T19:25:39.026Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-06-22T19:25:39.026Z Compiling indoc v2.0.7
27612026-06-22T19:25:39.049Z Compiling compact_str v0.8.1
27622026-06-22T19:25:39.606Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-06-22T19:25:40.148Z Compiling globwalk v0.9.1
27642026-06-22T19:25:40.255Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27652026-06-22T19:25:40.512Z Compiling parking_lot v0.11.2
27662026-06-22T19:25:40.830Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27672026-06-22T19:25:40.864Z Compiling hyper-staticfile v0.10.1
27682026-06-22T19:25:41.450Z Compiling darling_macro v0.13.4
27692026-06-22T19:25:42.196Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-06-22T19:25:42.206Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-06-22T19:25:42.207Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-06-22T19:25:42.207Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-06-22T19:25:42.476Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27742026-06-22T19:25:42.528Z Compiling predicates-tree v1.0.13
27752026-06-22T19:25:42.565Z Compiling unicode-truncate v1.1.0
27762026-06-22T19:25:42.627Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-06-22T19:25:42.793Z Compiling lru v0.12.5
27782026-06-22T19:25:42.807Z Compiling rand_seeder v0.4.0
27792026-06-22T19:25:42.838Z Compiling prefix-trie v0.7.0
27802026-06-22T19:25:42.947Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-06-22T19:25:43.404Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27822026-06-22T19:25:43.413Z Compiling corncobs v0.1.4
27832026-06-22T19:25:43.413Z Compiling cassowary v0.3.0
27842026-06-22T19:25:43.413Z Compiling rustls v0.21.12
27852026-06-22T19:25:43.413Z Compiling illumos-nvpair-sys v0.2.0
27862026-06-22T19:25:43.413Z Compiling ratatui v0.29.0
27872026-06-22T19:25:43.414Z Compiling hickory-server v0.25.2
27882026-06-22T19:25:43.535Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-06-22T19:25:43.562Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-06-22T19:25:43.814Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27912026-06-22T19:25:43.973Z Compiling camino-tempfile-ext v0.3.3
27922026-06-22T19:25:44.320Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-06-22T19:25:44.361Z Compiling darling v0.13.4
27942026-06-22T19:25:45.036Z Compiling sled v0.34.7
27952026-06-22T19:25:45.084Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27962026-06-22T19:25:45.084Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27972026-06-22T19:25:45.413Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27982026-06-22T19:25:48.211Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27992026-06-22T19:25:48.299Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-06-22T19:25:48.299Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-06-22T19:25:48.299Z Compiling sct v0.7.1
28022026-06-22T19:25:48.299Z Compiling rustls-webpki v0.101.7
28032026-06-22T19:25:48.299Z Compiling secrecy v0.8.0
28042026-06-22T19:25:48.299Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28052026-06-22T19:25:48.626Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28062026-06-22T19:25:49.397Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-06-22T19:25:49.577Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28082026-06-22T19:25:50.982Z Compiling serde_with_macros v1.5.2
28092026-06-22T19:25:51.159Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28102026-06-22T19:25:51.479Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28112026-06-22T19:25:51.668Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-06-22T19:25:52.187Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-06-22T19:25:52.200Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28142026-06-22T19:25:52.272Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28152026-06-22T19:25:53.734Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28162026-06-22T19:25:53.836Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28172026-06-22T19:25:53.836Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-06-22T19:25:53.836Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28192026-06-22T19:25:53.836Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28202026-06-22T19:25:53.836Z Compiling git2 v0.20.4
28212026-06-22T19:25:53.836Z Compiling void v1.0.2
28222026-06-22T19:25:53.925Z Compiling lzss v0.8.2
28232026-06-22T19:25:54.617Z Compiling serde_with v1.14.0
28242026-06-22T19:25:55.281Z Compiling illumos-nvpair v0.3.0
28252026-06-22T19:25:55.384Z Compiling tokio-rustls v0.24.1
28262026-06-22T19:25:55.384Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28272026-06-22T19:25:55.527Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28282026-06-22T19:25:55.689Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28292026-06-22T19:25:56.826Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28302026-06-22T19:25:57.181Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28312026-06-22T19:25:58.569Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28322026-06-22T19:25:58.750Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28332026-06-22T19:25:59.103Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-06-22T19:25:59.429Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-06-22T19:25:59.778Z Compiling tungstenite v0.23.0
28362026-06-22T19:25:59.822Z Compiling rustls-pemfile v1.0.4
28372026-06-22T19:25:59.822Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-06-22T19:26:00.196Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-06-22T19:26:00.424Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28402026-06-22T19:26:00.663Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28412026-06-22T19:26:00.726Z Compiling nix v0.27.1
28422026-06-22T19:26:01.164Z Compiling twox-hash v2.1.2
28432026-06-22T19:26:01.722Z Compiling serde_bytes v0.11.19
28442026-06-22T19:26:01.905Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28452026-06-22T19:26:01.998Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28462026-06-22T19:26:02.077Z Compiling tokio-tungstenite v0.23.1
28472026-06-22T19:26:02.095Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28482026-06-22T19:26:02.479Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28492026-06-22T19:26:02.553Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28502026-06-22T19:26:02.821Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28512026-06-22T19:26:04.292Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28522026-06-22T19:26:04.876Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28532026-06-22T19:26:05.536Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28542026-06-22T19:26:06.008Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28552026-06-22T19:26:06.163Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28562026-06-22T19:26:06.620Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28572026-06-22T19:26:06.723Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28582026-06-22T19:26:06.861Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28592026-06-22T19:26:06.900Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28602026-06-22T19:26:07.137Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28612026-06-22T19:26:07.997Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-06-22T19:26:08.104Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28632026-06-22T19:26:08.631Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-06-22T19:26:10.559Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-06-22T19:26:11.948Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28662026-06-22T19:26:12.933Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28672026-06-22T19:26:13.007Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28682026-06-22T19:26:13.371Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28692026-06-22T19:26:13.661Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-06-22T19:26:14.238Z Compiling signal-hook-tokio v0.3.1
28712026-06-22T19:26:14.238Z Compiling fatfs v0.3.6
28722026-06-22T19:26:14.238Z Compiling yasna v0.5.2
28732026-06-22T19:26:14.646Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28742026-06-22T19:26:14.812Z Compiling is_ci v1.2.0
28752026-06-22T19:26:14.812Z Compiling assert_matches v1.5.0
28762026-06-22T19:26:14.852Z Compiling seq-macro v0.3.6
28772026-06-22T19:26:15.007Z Compiling supports-color v3.0.2
28782026-06-22T19:26:15.312Z Compiling rcgen v0.12.1
28792026-06-22T19:26:15.405Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28802026-06-22T19:26:16.176Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28812026-06-22T19:26:16.816Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28822026-06-22T19:26:18.197Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28832026-06-22T19:26:18.459Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28842026-06-22T19:26:18.575Z Compiling subprocess v0.2.15
28852026-06-22T19:26:18.765Z Compiling rtoolbox v0.0.3
28862026-06-22T19:26:19.002Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-06-22T19:26:20.033Z Compiling rpassword v7.4.0
28882026-06-22T19:26:20.179Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28892026-06-22T19:26:20.673Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-06-22T19:26:20.683Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-06-22T19:26:20.860Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28922026-06-22T19:26:22.620Z Compiling tui-tree-widget v0.23.1
28932026-06-22T19:26:22.864Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-06-22T19:26:22.880Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28952026-06-22T19:26:23.269Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-06-22T19:26:23.486Z Compiling uzers v0.12.2
28972026-06-22T19:26:24.409Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-06-22T19:26:25.055Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-06-22T19:26:25.135Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-06-22T19:26:27.285Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-06-22T19:26:28.331Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-06-22T19:26:29.972Z Compiling support-bundle-viewer v0.1.2
29032026-06-22T19:26:30.579Z Compiling multimap v0.10.1
29042026-06-22T19:26:41.754Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-06-22T19:26:45.921Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29062026-06-22T19:26:53.249Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29072026-06-22T19:26:53.522Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29082026-06-22T19:26:55.059Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29092026-06-22T19:34:01.498Z Finished `release` profile [optimized] target(s) in 9m 19s
29102026-06-22T19:34:47.485Z
29112026-06-22T19:34:47.485Zreal 10:06.811846838
29122026-06-22T19:34:47.485Zuser 1:20:28.720954536
29132026-06-22T19:34:47.490Zsys 3:33.404449150
29142026-06-22T19:34:47.490Ztrap 1.801904424
29152026-06-22T19:34:47.490Ztflt 2.449972976
29162026-06-22T19:34:47.490Zdflt 18.938137253
29172026-06-22T19:34:47.490Zkflt 0.082717132
29182026-06-22T19:34:47.490Zlock 7:26:15.136496535
29192026-06-22T19:34:47.490Zslp 2:16:04.173524564
29202026-06-22T19:34:47.490Zlat 2:24.291463227
29212026-06-22T19:34:47.490Zstop 5:11.393495142
29222026-06-22T19:34:47.490Z+ mapfile -t packages
29232026-06-22T19:34:47.490Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29242026-06-22T19:34:48.357Z Finished `release` profile [optimized] target(s) in 0.86s
29252026-06-22T19:34:48.423Z Running `target/release/omicron-package -t test list-outputs`
29262026-06-22T19:34:48.481ZLogging to: /work/oxidecomputer/omicron/out/LOG
29272026-06-22T19:34:48.485Z+ ptime -m cargo build --locked --release -p xtask
29282026-06-22T19:34:48.954Z Compiling libc v0.2.185
29292026-06-22T19:34:48.954Z Compiling serde v1.0.228
29302026-06-22T19:34:48.960Z Compiling serde_core v1.0.228
29312026-06-22T19:34:48.960Z Compiling rustix v1.1.3
29322026-06-22T19:34:49.051Z Compiling serde_json v1.0.149
29332026-06-22T19:34:49.057Z Compiling bitflags v2.11.0
29342026-06-22T19:34:49.094Z Compiling num-traits v0.2.19
29352026-06-22T19:34:49.110Z Compiling syn v2.0.117
29362026-06-22T19:34:49.129Z Compiling smallvec v1.15.1
29372026-06-22T19:34:49.134Z Compiling indexmap v2.14.0
29382026-06-22T19:34:49.145Z Compiling usdt-impl v0.5.0
29392026-06-22T19:34:49.161Z Compiling syn v1.0.109
29402026-06-22T19:34:49.170Z Compiling getrandom v0.4.1
29412026-06-22T19:34:49.175Z Compiling log v0.4.29
29422026-06-22T19:34:49.333Z Compiling percent-encoding v2.3.2
29432026-06-22T19:34:49.526Z Compiling form_urlencoded v1.2.2
29442026-06-22T19:34:49.551Z Compiling fs-err v3.3.0
29452026-06-22T19:34:49.560Z Compiling anyhow v1.0.102
29462026-06-22T19:34:49.585Z Compiling heck v0.4.1
29472026-06-22T19:34:49.585Z Compiling once_cell v1.21.3
29482026-06-22T19:34:49.798Z Compiling errno v0.3.14
29492026-06-22T19:34:49.809Z Compiling thread-id v4.2.2
29502026-06-22T19:34:50.224Z Compiling memmap v0.7.0
29512026-06-22T19:34:50.229Z Compiling ordered-float v2.10.1
29522026-06-22T19:34:50.662Z Compiling proc-macro-error v1.0.4
29532026-06-22T19:34:50.825Z Compiling terminal_size v0.4.3
29542026-06-22T19:34:50.825Z Compiling tempfile v3.25.0
29552026-06-22T19:34:50.918Z Compiling tabled_derive v0.7.0
29562026-06-22T19:34:50.927Z Compiling clap_builder v4.6.0
29572026-06-22T19:34:50.931Z Compiling textwrap v0.16.2
29582026-06-22T19:34:51.074Z Compiling camino-tempfile v1.4.1
29592026-06-22T19:34:51.601Z Compiling tabled v0.15.0
29602026-06-22T19:34:51.630Z Compiling synstructure v0.13.2
29612026-06-22T19:34:51.630Z Compiling pest_generator v2.8.6
29622026-06-22T19:34:52.017Z Compiling serde_derive v1.0.228
29632026-06-22T19:34:52.017Z Compiling zerovec-derive v0.11.2
29642026-06-22T19:34:52.032Z Compiling displaydoc v0.2.5
29652026-06-22T19:34:52.032Z Compiling thiserror-impl v1.0.69
29662026-06-22T19:34:52.032Z Compiling zerocopy-derive v0.7.35
29672026-06-22T19:34:52.033Z Compiling scroll_derive v0.12.1
29682026-06-22T19:34:52.033Z Compiling thiserror-impl v2.0.18
29692026-06-22T19:34:52.033Z Compiling clap_derive v4.6.1
29702026-06-22T19:34:52.064Z Compiling zerofrom-derive v0.1.6
29712026-06-22T19:34:52.074Z Compiling yoke-derive v0.8.1
29722026-06-22T19:34:52.154Z Compiling pest_derive v2.8.6
29732026-06-22T19:34:52.692Z Compiling scroll v0.12.0
29742026-06-22T19:34:52.873Z Compiling zerocopy v0.7.35
29752026-06-22T19:34:53.028Z Compiling goblin v0.8.2
29762026-06-22T19:34:53.190Z Compiling thiserror v1.0.69
29772026-06-22T19:34:53.262Z Compiling thiserror v2.0.18
29782026-06-22T19:34:53.270Z Compiling zerofrom v0.1.6
29792026-06-22T19:34:53.295Z Compiling dtrace-parser v0.2.0
29802026-06-22T19:34:53.411Z Compiling yoke v0.8.1
29812026-06-22T19:34:53.795Z Compiling zerovec v0.11.5
29822026-06-22T19:34:53.819Z Compiling zerotrie v0.2.3
29832026-06-22T19:34:53.819Z Compiling clap v4.6.1
29842026-06-22T19:34:54.200Z Compiling tinystr v0.8.2
29852026-06-22T19:34:54.239Z Compiling potential_utf v0.1.4
29862026-06-22T19:34:54.443Z Compiling icu_locale_core v2.1.1
29872026-06-22T19:34:54.450Z Compiling icu_collections v2.1.1
29882026-06-22T19:34:55.190Z Compiling icu_provider v2.1.1
29892026-06-22T19:34:55.271Z Compiling serde_spanned v0.6.9
29902026-06-22T19:34:55.341Z Compiling toml_datetime v0.6.11
29912026-06-22T19:34:55.458Z Compiling icu_properties v2.1.2
29922026-06-22T19:34:55.487Z Compiling icu_normalizer v2.1.1
29932026-06-22T19:34:55.621Z Compiling toml_edit v0.22.27
29942026-06-22T19:34:55.738Z Compiling dof v0.3.0
29952026-06-22T19:34:55.754Z Compiling serde_tokenstream v0.2.3
29962026-06-22T19:34:55.979Z Compiling serde-value v0.7.0
29972026-06-22T19:34:56.077Z Compiling cargo-platform v0.2.0
29982026-06-22T19:34:56.145Z Compiling macaddr v1.0.1
29992026-06-22T19:34:56.500Z Compiling idna_adapter v1.2.1
30002026-06-22T19:34:56.635Z Compiling idna v1.1.0
30012026-06-22T19:34:56.646Z Compiling usdt-attr-macro v0.5.0
30022026-06-22T19:34:56.646Z Compiling usdt-macro v0.5.0
30032026-06-22T19:34:57.109Z Compiling url v2.5.8
30042026-06-22T19:34:57.254Z Compiling toml v0.8.23
30052026-06-22T19:34:57.284Z Compiling usdt v0.5.0
30062026-06-22T19:34:57.711Z Compiling cargo-util-schemas v0.8.2
30072026-06-22T19:34:57.734Z Compiling cargo_toml v0.21.0
30082026-06-22T19:34:58.767Z Compiling cargo_metadata v0.21.0
30092026-06-22T19:35:01.832Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-06-22T19:35:04.816Z Finished `release` profile [optimized] target(s) in 16.32s
30112026-06-22T19:35:04.953Z
30122026-06-22T19:35:04.953Zreal 16.434939953
30132026-06-22T19:35:04.953Zuser 2:21.924663880
30142026-06-22T19:35:04.953Zsys 16.999865896
30152026-06-22T19:35:04.953Ztrap 0.086496285
30162026-06-22T19:35:04.957Ztflt 0.439667114
30172026-06-22T19:35:04.957Zdflt 1.447538802
30182026-06-22T19:35:04.957Zkflt 0.000062060
30192026-06-22T19:35:04.957Zlock 5:25.561346847
30202026-06-22T19:35:04.957Zslp 3:32.938590778
30212026-06-22T19:35:04.957Zlat 6.483007648
30222026-06-22T19:35:04.957Zstop 19.227549040
30232026-06-22T19:35:04.957Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-06-22T19:35:04.957Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-06-22T19:35:04.957Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-06-22T19:35:04.957Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-06-22T19:35:04.957Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-06-22T19:35:05.823Z Compiling progenitor-client v0.14.0
30292026-06-22T19:35:05.824Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-06-22T19:35:05.829Z Compiling newtype-uuid-macros v0.1.0
30312026-06-22T19:35:05.829Z Compiling match_cfg v0.1.0
30322026-06-22T19:35:05.829Z Compiling slog-json v2.6.1
30332026-06-22T19:35:05.829Z Compiling structmeta-derive v0.3.0
30342026-06-22T19:35:05.829Z Compiling rustls v0.22.4
30352026-06-22T19:35:05.967Z Compiling rustls-webpki v0.102.8
30362026-06-22T19:35:05.970Z Compiling multer v3.1.0
30372026-06-22T19:35:05.970Z Compiling debug-ignore v1.0.5
30382026-06-22T19:35:05.971Z Compiling compression-core v0.4.31
30392026-06-22T19:35:05.971Z Compiling atomicwrites v0.4.4
30402026-06-22T19:35:05.993Z Compiling itertools v0.14.0
30412026-06-22T19:35:06.045Z Compiling async-stream-impl v0.3.6
30422026-06-22T19:35:06.045Z Compiling serde_spanned v1.0.4
30432026-06-22T19:35:06.045Z Compiling toml_datetime v1.0.0+spec-1.1.0
30442026-06-22T19:35:06.071Z Compiling hostname v0.3.1
30452026-06-22T19:35:06.252Z Compiling compression-codecs v0.4.37
30462026-06-22T19:35:06.252Z Compiling dropshot v0.17.0
30472026-06-22T19:35:06.287Z Compiling toml_writer v1.0.6+spec-1.1.0
30482026-06-22T19:35:06.292Z Compiling waitgroup v0.1.2
30492026-06-22T19:35:06.325Z Compiling rustls-pemfile v2.2.0
30502026-06-22T19:35:06.342Z Compiling dropshot_endpoint v0.17.0
30512026-06-22T19:35:06.361Z Compiling hostname v0.4.2
30522026-06-22T19:35:06.444Z Compiling slog-bunyan v2.5.0
30532026-06-22T19:35:06.489Z Compiling toml v1.0.6+spec-1.1.0
30542026-06-22T19:35:06.539Z Compiling async-compression v0.4.41
30552026-06-22T19:35:06.548Z Compiling serde_path_to_error v0.1.20
30562026-06-22T19:35:06.563Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30572026-06-22T19:35:06.568Z Compiling macaddr v1.0.1
30582026-06-22T19:35:06.616Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30592026-06-22T19:35:06.638Z Compiling instant v0.1.13
30602026-06-22T19:35:06.664Z Compiling regress v0.10.5
30612026-06-22T19:35:06.697Z Compiling async-stream v0.3.6
30622026-06-22T19:35:06.769Z Compiling backon v1.6.0
30632026-06-22T19:35:06.855Z Compiling backoff v0.4.0
30642026-06-22T19:35:06.860Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-06-22T19:35:06.860Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30662026-06-22T19:35:06.877Z Compiling humantime v2.3.0
30672026-06-22T19:35:06.903Z Compiling universal-hash v0.5.1
30682026-06-22T19:35:06.926Z Compiling opaque-debug v0.3.1
30692026-06-22T19:35:06.952Z Compiling progenitor-extras v0.2.0
30702026-06-22T19:35:06.993Z Compiling regress v0.11.1
30712026-06-22T19:35:07.024Z Compiling half v2.7.1
30722026-06-22T19:35:07.041Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30732026-06-22T19:35:07.066Z Compiling ciborium-io v0.2.2
30742026-06-22T19:35:07.069Z Compiling crucible-workspace-hack v0.1.0
30752026-06-22T19:35:07.069Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30762026-06-22T19:35:07.118Z Compiling structmeta v0.3.0
30772026-06-22T19:35:07.284Z Compiling convert_case v0.4.0
30782026-06-22T19:35:07.324Z Compiling aead v0.5.2
30792026-06-22T19:35:07.324Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30802026-06-22T19:35:07.325Z Compiling secrecy v0.10.3
30812026-06-22T19:35:07.325Z Compiling poly1305 v0.8.0
30822026-06-22T19:35:07.354Z Compiling ciborium-ll v0.2.2
30832026-06-22T19:35:07.378Z Compiling derive-ex v0.1.8
30842026-06-22T19:35:07.412Z Compiling parse-display-derive v0.10.0
30852026-06-22T19:35:07.511Z Compiling chacha20 v0.9.1
30862026-06-22T19:35:07.554Z Compiling unsafe-libyaml v0.2.11
30872026-06-22T19:35:07.554Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30882026-06-22T19:35:07.554Z Compiling ciborium v0.2.2
30892026-06-22T19:35:07.585Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30902026-06-22T19:35:07.606Z Compiling derive_more v0.99.20
30912026-06-22T19:35:07.778Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30922026-06-22T19:35:07.800Z Compiling thiserror-impl-no-std v2.0.2
30932026-06-22T19:35:07.800Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30942026-06-22T19:35:07.860Z Compiling byte-wrapper v0.1.0
30952026-06-22T19:35:07.980Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30962026-06-22T19:35:08.062Z Compiling serde_yaml v0.9.34+deprecated
30972026-06-22T19:35:08.084Z Compiling password-hash v0.5.0
30982026-06-22T19:35:08.179Z Compiling blake2 v0.10.6
30992026-06-22T19:35:08.207Z Compiling toml_datetime v0.7.5+spec-1.1.0
31002026-06-22T19:35:08.207Z Compiling chacha20poly1305 v0.10.1
31012026-06-22T19:35:08.227Z Compiling indent_write v2.2.0
31022026-06-22T19:35:08.291Z Compiling heapless v0.8.0
31032026-06-22T19:35:08.370Z Compiling tokio-rustls v0.25.0
31042026-06-22T19:35:08.395Z Compiling argon2 v0.5.3
31052026-06-22T19:35:08.445Z Compiling toml_edit v0.23.10+spec-1.0.0
31062026-06-22T19:35:08.522Z Compiling ingot-macros v0.1.1
31072026-06-22T19:35:08.615Z Compiling typify-impl v0.6.2
31082026-06-22T19:35:08.903Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31092026-06-22T19:35:09.002Z Compiling thiserror-no-std v2.0.2
31102026-06-22T19:35:09.119Z Compiling vsss-rs v3.3.4
31112026-06-22T19:35:09.151Z Compiling test-strategy v0.4.5
31122026-06-22T19:35:09.211Z Compiling parse-display v0.10.0
31132026-06-22T19:35:09.220Z Compiling proc-macro-crate v3.4.0
31142026-06-22T19:35:09.560Z Compiling tabwriter v1.4.1
31152026-06-22T19:35:09.577Z Compiling hash32 v0.3.1
31162026-06-22T19:35:09.592Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-06-22T19:35:09.603Z Compiling smoltcp v0.11.0
31182026-06-22T19:35:09.751Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31192026-06-22T19:35:09.824Z Compiling num_enum_derive v0.7.6
31202026-06-22T19:35:09.862Z Compiling cobs v0.3.0
31212026-06-22T19:35:09.878Z Compiling colored v3.1.1
31222026-06-22T19:35:09.894Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-06-22T19:35:09.913Z Compiling proc-macro-error v1.0.4
31242026-06-22T19:35:10.013Z Compiling postcard v1.1.3
31252026-06-22T19:35:10.179Z Compiling proc-macro-crate v1.3.1
31262026-06-22T19:35:10.191Z Compiling foreign-types-macros v0.2.3
31272026-06-22T19:35:10.191Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31282026-06-22T19:35:10.216Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31292026-06-22T19:35:10.279Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31302026-06-22T19:35:10.282Z Compiling rayon-core v1.13.0
31312026-06-22T19:35:10.369Z Compiling cpufeatures v0.3.0
31322026-06-22T19:35:10.405Z Compiling foreign-types-shared v0.3.1
31332026-06-22T19:35:10.431Z Compiling chacha20 v0.10.0
31342026-06-22T19:35:10.477Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31352026-06-22T19:35:10.565Z Compiling num_enum_derive v0.5.11
31362026-06-22T19:35:10.580Z Compiling crossbeam-deque v0.8.6
31372026-06-22T19:35:10.618Z Compiling camino-tempfile v1.4.1
31382026-06-22T19:35:10.735Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31392026-06-22T19:35:10.748Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31402026-06-22T19:35:10.748Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31412026-06-22T19:35:10.763Z Compiling cstr-argument v0.1.2
31422026-06-22T19:35:10.784Z Compiling foreign-types v0.5.0
31432026-06-22T19:35:10.811Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31442026-06-22T19:35:10.888Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31452026-06-22T19:35:10.927Z Compiling rand v0.10.0
31462026-06-22T19:35:10.949Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31472026-06-22T19:35:10.964Z Compiling num_enum v0.7.6
31482026-06-22T19:35:11.054Z Compiling zone_cfg_derive v0.3.1
31492026-06-22T19:35:11.118Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31502026-06-22T19:35:11.170Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31512026-06-22T19:35:11.196Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31522026-06-22T19:35:11.228Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31532026-06-22T19:35:11.322Z Compiling rayon v1.11.0
31542026-06-22T19:35:11.339Z Compiling itertools v0.12.1
31552026-06-22T19:35:11.355Z Compiling num-derive v0.4.2
31562026-06-22T19:35:11.372Z Compiling sigpipe v0.1.3
31572026-06-22T19:35:11.377Z Compiling glob v0.3.3
31582026-06-22T19:35:11.410Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31592026-06-22T19:35:11.464Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31602026-06-22T19:35:11.486Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31612026-06-22T19:35:11.508Z Compiling ingot-types v0.1.2
31622026-06-22T19:35:11.659Z Compiling smf v0.2.3
31632026-06-22T19:35:11.687Z Compiling num_enum v0.5.11
31642026-06-22T19:35:11.769Z Compiling whoami v1.6.1
31652026-06-22T19:35:11.781Z Compiling usdt-attr-macro v0.5.0
31662026-06-22T19:35:11.823Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31672026-06-22T19:35:11.841Z Compiling usdt-macro v0.5.0
31682026-06-22T19:35:11.865Z Compiling gethostname v0.5.0
31692026-06-22T19:35:11.970Z Compiling ingot v0.1.1
31702026-06-22T19:35:12.013Z Compiling num-rational v0.4.2
31712026-06-22T19:35:12.150Z Compiling num-complex v0.4.6
31722026-06-22T19:35:12.169Z Compiling memmap v0.7.0
31732026-06-22T19:35:12.268Z Compiling derive-where v1.6.0
31742026-06-22T19:35:12.369Z Compiling float-ord v0.3.2
31752026-06-22T19:35:12.385Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31762026-06-22T19:35:12.403Z Compiling toml v0.8.23
31772026-06-22T19:35:12.578Z Compiling zone v0.3.1
31782026-06-22T19:35:12.608Z Compiling num v0.4.3
31792026-06-22T19:35:12.660Z Compiling resolv-conf v0.7.6
31802026-06-22T19:35:12.679Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31812026-06-22T19:35:12.684Z Compiling owo-colors v4.3.0
31822026-06-22T19:35:12.755Z Compiling usdt v0.5.0
31832026-06-22T19:35:12.789Z Compiling cancel-safe-futures v0.1.5
31842026-06-22T19:35:12.828Z Compiling libsw-core v0.3.2
31852026-06-22T19:35:12.845Z Compiling prettyplease v0.2.37
31862026-06-22T19:35:12.995Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-06-22T19:35:13.027Z Compiling libsw v3.5.0
31882026-06-22T19:35:13.052Z Compiling console v0.15.11
31892026-06-22T19:35:13.110Z Compiling hickory-proto v0.24.4
31902026-06-22T19:35:13.129Z Compiling newline-converter v0.3.0
31912026-06-22T19:35:13.180Z Compiling linked-hash-map v0.5.6
31922026-06-22T19:35:13.199Z Compiling libefi-sys v0.1.0
31932026-06-22T19:35:13.245Z Compiling linear-map v1.2.0
31942026-06-22T19:35:13.283Z Compiling git-stub v1.0.0
31952026-06-22T19:35:13.329Z Compiling typify-macro v0.6.2
31962026-06-22T19:35:13.349Z Compiling bitfield-struct v0.6.2
31972026-06-22T19:35:13.397Z Compiling expectorate v1.2.0
31982026-06-22T19:35:13.438Z Compiling lru-cache v0.1.2
31992026-06-22T19:35:13.469Z Compiling nom v8.0.0
32002026-06-22T19:35:13.583Z Compiling semver v0.1.20
32012026-06-22T19:35:13.593Z Compiling git-stub-vcs v0.1.0
32022026-06-22T19:35:13.630Z Compiling tokio-dtrace v0.1.1
32032026-06-22T19:35:13.705Z Compiling dropshot-api-manager-types v0.7.2
32042026-06-22T19:35:13.754Z Compiling slog-dtrace v0.3.0
32052026-06-22T19:35:13.839Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32062026-06-22T19:35:13.894Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32072026-06-22T19:35:13.914Z Compiling rustc_version v0.1.7
32082026-06-22T19:35:13.931Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-06-22T19:35:13.945Z Compiling minimal-lexical v0.2.1
32102026-06-22T19:35:13.995Z Compiling oxide-tokio-rt v0.1.4
32112026-06-22T19:35:14.015Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32122026-06-22T19:35:14.033Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-06-22T19:35:14.037Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-06-22T19:35:14.067Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-06-22T19:35:14.190Z Compiling nom v7.1.3
32162026-06-22T19:35:14.226Z Compiling newtype_derive v0.1.6
32172026-06-22T19:35:14.246Z Compiling phf_shared v0.12.1
32182026-06-22T19:35:14.254Z Compiling csv-core v0.1.13
32192026-06-22T19:35:14.323Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-06-22T19:35:14.387Z Compiling xshell-macros v0.2.7
32212026-06-22T19:35:14.414Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32222026-06-22T19:35:14.451Z Compiling chrono-tz v0.10.4
32232026-06-22T19:35:14.474Z Compiling highway v1.3.0
32242026-06-22T19:35:14.509Z Compiling const_format_proc_macros v0.2.34
32252026-06-22T19:35:14.550Z Compiling csv v1.4.0
32262026-06-22T19:35:14.685Z Compiling phf v0.12.1
32272026-06-22T19:35:14.935Z Compiling xshell v0.2.7
32282026-06-22T19:35:14.960Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-06-22T19:35:14.960Z Compiling primeorder v0.13.6
32302026-06-22T19:35:15.020Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-06-22T19:35:15.153Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32322026-06-22T19:35:15.227Z Compiling typify v0.6.2
32332026-06-22T19:35:15.299Z Compiling hickory-resolver v0.24.4
32342026-06-22T19:35:15.317Z Compiling tabled_derive v0.7.0
32352026-06-22T19:35:15.366Z Compiling progenitor-impl v0.14.0
32362026-06-22T19:35:15.397Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32372026-06-22T19:35:15.401Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32382026-06-22T19:35:15.508Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-22T19:35:15.563Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32402026-06-22T19:35:15.581Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32412026-06-22T19:35:15.864Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32422026-06-22T19:35:15.883Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32432026-06-22T19:35:16.122Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32442026-06-22T19:35:16.195Z Compiling const_format v0.2.35
32452026-06-22T19:35:16.360Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32462026-06-22T19:35:16.388Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32472026-06-22T19:35:16.495Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32482026-06-22T19:35:16.546Z Compiling qorb v0.4.1
32492026-06-22T19:35:16.562Z Compiling bcs v0.1.6
32502026-06-22T19:35:16.635Z Compiling salty v0.3.0
32512026-06-22T19:35:16.683Z Compiling termtree v0.5.1
32522026-06-22T19:35:16.876Z Compiling tagptr v0.2.0
32532026-06-22T19:35:16.935Z Compiling textwrap v0.16.2
32542026-06-22T19:35:16.959Z Compiling tabled v0.15.0
32552026-06-22T19:35:17.084Z Compiling moka v0.12.13
32562026-06-22T19:35:17.098Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-06-22T19:35:17.354Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32582026-06-22T19:35:17.441Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32592026-06-22T19:35:17.487Z Compiling steno v0.4.1
32602026-06-22T19:35:17.505Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-06-22T19:35:17.637Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32622026-06-22T19:35:17.666Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32632026-06-22T19:35:17.689Z Compiling base64 v0.21.7
32642026-06-22T19:35:17.704Z Compiling radium v0.7.0
32652026-06-22T19:35:17.893Z Compiling hickory-resolver v0.25.2
32662026-06-22T19:35:18.068Z Compiling p384 v0.13.1
32672026-06-22T19:35:18.086Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32682026-06-22T19:35:18.200Z Compiling progenitor-macro v0.14.0
32692026-06-22T19:35:18.217Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32702026-06-22T19:35:18.321Z Compiling maybe-uninit v2.0.0
32712026-06-22T19:35:18.461Z Compiling tap v1.0.1
32722026-06-22T19:35:18.620Z Compiling wyz v0.5.1
32732026-06-22T19:35:18.681Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32742026-06-22T19:35:18.720Z Compiling proc-macro-error-attr2 v2.0.0
32752026-06-22T19:35:18.743Z Compiling parking_lot_core v0.8.6
32762026-06-22T19:35:18.848Z Compiling packed_struct v0.10.1
32772026-06-22T19:35:18.869Z Compiling funty v2.0.0
32782026-06-22T19:35:19.014Z Compiling utf-8 v0.7.6
32792026-06-22T19:35:19.041Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32802026-06-22T19:35:19.127Z Compiling proc-macro-error2 v2.0.1
32812026-06-22T19:35:19.174Z Compiling tungstenite v0.21.0
32822026-06-22T19:35:19.191Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-06-22T19:35:19.216Z Compiling bitvec v1.0.1
32842026-06-22T19:35:19.388Z Compiling polyval v0.6.2
32852026-06-22T19:35:19.425Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32862026-06-22T19:35:19.463Z Compiling packed_struct_codegen v0.10.1
32872026-06-22T19:35:19.480Z Compiling num-derive v0.3.3
32882026-06-22T19:35:19.501Z Compiling zerocopy-derive v0.6.6
32892026-06-22T19:35:19.818Z Compiling bitfield-macros v0.19.4
32902026-06-22T19:35:19.867Z Compiling indexmap v1.9.3
32912026-06-22T19:35:19.873Z Compiling crc-catalog v2.4.0
32922026-06-22T19:35:19.991Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32932026-06-22T19:35:20.074Z Compiling nodrop v0.1.14
32942026-06-22T19:35:20.092Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32952026-06-22T19:35:20.106Z Compiling crc v3.4.0
32962026-06-22T19:35:20.147Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32972026-06-22T19:35:20.194Z Compiling array-init v0.0.4
32982026-06-22T19:35:20.211Z Compiling tokio-tungstenite v0.21.0
32992026-06-22T19:35:20.250Z Compiling ghash v0.5.1
33002026-06-22T19:35:20.353Z Compiling tabled_derive v0.11.0
33012026-06-22T19:35:20.376Z Compiling smallvec v0.6.14
33022026-06-22T19:35:20.439Z Compiling zerocopy v0.6.6
33032026-06-22T19:35:20.497Z Compiling bitfield v0.19.4
33042026-06-22T19:35:20.516Z Compiling libscf-sys v1.1.0
33052026-06-22T19:35:20.582Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33062026-06-22T19:35:20.617Z Compiling progenitor-impl v0.13.0
33072026-06-22T19:35:20.622Z Compiling papergrid v0.17.0
33082026-06-22T19:35:20.652Z Compiling testing_table v0.3.0
33092026-06-22T19:35:20.727Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33102026-06-22T19:35:20.765Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33112026-06-22T19:35:20.805Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33122026-06-22T19:35:20.845Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33132026-06-22T19:35:20.863Z Compiling ctr v0.9.2
33142026-06-22T19:35:20.882Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-06-22T19:35:20.899Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33162026-06-22T19:35:20.967Z Compiling illumos-nvpair-sys v0.2.0
33172026-06-22T19:35:21.093Z Compiling hashbrown v0.12.3
33182026-06-22T19:35:21.112Z Compiling corncobs v0.1.4
33192026-06-22T19:35:21.136Z Compiling unicase v2.9.0
33202026-06-22T19:35:21.245Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-06-22T19:35:21.268Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-06-22T19:35:21.284Z Compiling aes-gcm v0.10.3
33232026-06-22T19:35:21.314Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-06-22T19:35:21.373Z Compiling mime_guess v2.0.5
33252026-06-22T19:35:21.501Z Compiling parking_lot v0.11.2
33262026-06-22T19:35:21.539Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33272026-06-22T19:35:21.663Z Compiling tabled v0.20.0
33282026-06-22T19:35:21.715Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33292026-06-22T19:35:21.905Z Compiling serde-hex v0.1.0
33302026-06-22T19:35:22.169Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33312026-06-22T19:35:22.207Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33322026-06-22T19:35:22.207Z Compiling ron v0.8.1
33332026-06-22T19:35:22.207Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33342026-06-22T19:35:22.276Z Compiling hashbrown v0.13.2
33352026-06-22T19:35:22.355Z Compiling progenitor-client v0.13.0
33362026-06-22T19:35:22.479Z Compiling prefix-trie v0.7.0
33372026-06-22T19:35:22.532Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33382026-06-22T19:35:22.612Z Compiling blowfish v0.9.1
33392026-06-22T19:35:22.718Z Compiling ssh-encoding v0.2.0
33402026-06-22T19:35:22.821Z Compiling fxhash v0.2.1
33412026-06-22T19:35:22.890Z Compiling secrecy v0.8.0
33422026-06-22T19:35:22.902Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-06-22T19:35:22.985Z Compiling crc-any v2.5.0
33442026-06-22T19:35:23.059Z Compiling ssh-cipher v0.2.0
33452026-06-22T19:35:23.167Z Compiling sled v0.34.7
33462026-06-22T19:35:23.182Z Compiling hickory-server v0.25.2
33472026-06-22T19:35:23.247Z Compiling bcrypt-pbkdf v0.10.0
33482026-06-22T19:35:23.308Z Compiling progenitor v0.14.0
33492026-06-22T19:35:23.483Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33502026-06-22T19:35:23.501Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33512026-06-22T19:35:23.606Z Compiling progenitor-macro v0.13.0
33522026-06-22T19:35:23.682Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33532026-06-22T19:35:23.701Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33542026-06-22T19:35:23.844Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33552026-06-22T19:35:24.004Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-06-22T19:35:24.038Z Compiling object v0.30.4
33572026-06-22T19:35:24.178Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33582026-06-22T19:35:24.339Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33592026-06-22T19:35:24.354Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33602026-06-22T19:35:24.396Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33612026-06-22T19:35:24.414Z Compiling password-hash v0.4.2
33622026-06-22T19:35:24.582Z Compiling crc8 v0.1.1
33632026-06-22T19:35:24.726Z Compiling half v1.8.3
33642026-06-22T19:35:24.820Z Compiling path-slash v0.1.5
33652026-06-22T19:35:24.888Z Compiling http-range v0.1.5
33662026-06-22T19:35:24.983Z Compiling serde_cbor v0.11.2
33672026-06-22T19:35:25.076Z Compiling pbkdf2 v0.11.0
33682026-06-22T19:35:25.107Z Compiling illumos-nvpair v0.3.0
33692026-06-22T19:35:25.389Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33702026-06-22T19:35:25.601Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33712026-06-22T19:35:25.663Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33722026-06-22T19:35:26.221Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33732026-06-22T19:35:26.286Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33742026-06-22T19:35:26.354Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33752026-06-22T19:35:26.437Z Compiling ssh-key v0.6.7
33762026-06-22T19:35:26.785Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33772026-06-22T19:35:26.890Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33782026-06-22T19:35:26.942Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33792026-06-22T19:35:27.007Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33802026-06-22T19:35:27.058Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-06-22T19:35:27.089Z Compiling p521 v0.13.3
33822026-06-22T19:35:27.247Z Compiling p256 v0.13.2
33832026-06-22T19:35:27.530Z Compiling yasna v0.5.2
33842026-06-22T19:35:27.626Z Compiling kstat-rs v0.2.4
33852026-06-22T19:35:27.820Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33862026-06-22T19:35:27.882Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33872026-06-22T19:35:27.959Z Compiling headers-core v0.3.0
33882026-06-22T19:35:28.073Z Compiling nanorand v0.7.0
33892026-06-22T19:35:28.147Z Compiling russh-cryptovec v0.7.3
33902026-06-22T19:35:28.168Z Compiling atty v0.2.14
33912026-06-22T19:35:28.168Z Compiling md5 v0.7.0
33922026-06-22T19:35:28.190Z Compiling home v0.5.12
33932026-06-22T19:35:28.274Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33942026-06-22T19:35:28.288Z Compiling headers v0.4.1
33952026-06-22T19:35:28.343Z Compiling russh-keys v0.45.0
33962026-06-22T19:35:28.366Z Compiling flume v0.11.1
33972026-06-22T19:35:28.394Z Compiling rcgen v0.12.1
33982026-06-22T19:35:28.414Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33992026-06-22T19:35:28.473Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34002026-06-22T19:35:28.496Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34012026-06-22T19:35:28.725Z Compiling progenitor v0.13.0
34022026-06-22T19:35:28.767Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34032026-06-22T19:35:28.835Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-06-22T19:35:28.888Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34052026-06-22T19:35:28.907Z Compiling hyper-staticfile v0.10.1
34062026-06-22T19:35:29.024Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34072026-06-22T19:35:29.070Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34082026-06-22T19:35:29.183Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34092026-06-22T19:35:29.311Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34102026-06-22T19:35:29.436Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34112026-06-22T19:35:29.494Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34122026-06-22T19:35:29.544Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34132026-06-22T19:35:29.666Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34142026-06-22T19:35:29.698Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34152026-06-22T19:35:29.713Z Compiling num-bigint v0.4.6
34162026-06-22T19:35:29.797Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34172026-06-22T19:35:29.857Z Compiling des v0.8.1
34182026-06-22T19:35:29.879Z Compiling subprocess v0.2.15
34192026-06-22T19:35:29.911Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34202026-06-22T19:35:29.950Z Compiling hex-literal v0.4.1
34212026-06-22T19:35:29.972Z Compiling display-error-chain v0.2.2
34222026-06-22T19:35:30.009Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34232026-06-22T19:35:30.079Z Compiling colored v2.2.0
34242026-06-22T19:35:30.104Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34252026-06-22T19:35:30.159Z Compiling internet-checksum v0.2.1
34262026-06-22T19:35:30.384Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34272026-06-22T19:35:30.425Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34282026-06-22T19:35:31.024Z Compiling russh v0.45.0
34292026-06-22T19:35:31.346Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34302026-06-22T19:35:32.301Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34312026-06-22T19:35:32.301Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34322026-06-22T19:35:34.700Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34332026-06-22T19:35:35.348Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34342026-06-22T19:35:35.548Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34352026-06-22T19:35:35.837Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34362026-06-22T19:35:37.593Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34372026-06-22T19:35:45.825Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34382026-06-22T19:35:45.826Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34392026-06-22T19:35:45.830Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34402026-06-22T19:35:45.830Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34412026-06-22T19:35:47.579Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34422026-06-22T19:35:47.641Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34432026-06-22T19:35:51.605Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34442026-06-22T19:36:30.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34452026-06-22T19:36:31.180Z
34462026-06-22T19:36:31.180Zreal 1:26.163008217
34472026-06-22T19:36:31.180Zuser 8:02.292041461
34482026-06-22T19:36:31.180Zsys 1:39.883922390
34492026-06-22T19:36:31.183Ztrap 0.239569570
34502026-06-22T19:36:31.183Ztflt 0.576632878
34512026-06-22T19:36:31.183Zdflt 1.669906476
34522026-06-22T19:36:31.184Zkflt 0.000294770
34532026-06-22T19:36:31.184Zlock 28:21.004029477
34542026-06-22T19:36:31.184Zslp 18:07.599594537
34552026-06-22T19:36:31.184Zlat 37.965618242
34562026-06-22T19:36:31.184Zstop 2:45.203331744
34572026-06-22T19:36:31.184Z+ mkdir tests
34582026-06-22T19:36:31.187Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34592026-06-22T19:36:31.187Z+ xargs -I '{}' -t cp '{}' tests/
34602026-06-22T19:36:31.210Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34612026-06-22T19:36:31.231Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34622026-06-22T19:36:31.253Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34632026-06-22T19:36:31.274Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34642026-06-22T19:36:31.507Z+ 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)
34652026-06-22T19:36:31.511Z+ 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 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
34662026-06-22T19:37:51.953ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34672026-06-22T19:37:51.953Za .github/buildomat/ci-env.sh 1K
34682026-06-22T19:37:51.953Za out/target/test 1K
34692026-06-22T19:37:51.953Za out/npuzone/npuzone 27402K
34702026-06-22T19:37:51.953Za package-manifest.toml 35K
34712026-06-22T19:37:51.953Za smf/sled-agent/non-gimlet/config.toml 6K
34722026-06-22T19:37:51.953Za target/release/omicron-package 45241K
34732026-06-22T19:37:51.953Za target/release/xtask 11453K
34742026-06-22T19:37:51.953Za target/debug/bootstrap 356172K
34752026-06-22T19:37:51.953Za tests/bootstrap-924fc3fc47321669 31215K
34762026-06-22T19:37:51.954Za tests/commtest-408c589a9be9a15a 32300K
34772026-06-22T19:37:51.954Za tests/dhcp_server-f35f394bfb169ef7 31215K
34782026-06-22T19:37:51.954Za tests/end_to_end_tests-f00a927a2ca939a9 397996K
34792026-06-22T19:37:51.954Za tools/opte_version 1K
34802026-06-22T19:37:51.954Za tools/opte_version_override 2K
34812026-06-22T19:37:51.954Za out/clickhouse.tar.gz 313507K
34822026-06-22T19:37:51.954Za out/clickhouse_keeper.tar.gz 298564K
34832026-06-22T19:37:51.954Za out/clickhouse_server.tar.gz 313505K
34842026-06-22T19:37:51.954Za out/cockroachdb.tar.gz 157712K
34852026-06-22T19:37:51.954Za out/crucible-pantry-zone.tar.gz 36485K
34862026-06-22T19:37:51.954Za out/crucible-utils.tar 16478K
34872026-06-22T19:37:51.954Za out/crucible-zone.tar.gz 52055K
34882026-06-22T19:37:51.954Za out/external-dns.tar.gz 42923K
34892026-06-22T19:37:51.954Za out/internal-dns.tar.gz 42923K
34902026-06-22T19:37:51.955Za out/mg-ddm-gz.tar 97917K
34912026-06-22T19:37:51.955Za out/nexus.tar.gz 278326K
34922026-06-22T19:37:51.955Za out/ntp.tar.gz 24126K
34932026-06-22T19:37:51.955Za out/omicron-gateway-softnpu.tar.gz 30215K
34942026-06-22T19:37:51.955Za out/omicron-sled-agent.tar 194823K
34952026-06-22T19:37:51.955Za out/overlay.tar.gz 3K
34962026-06-22T19:37:51.955Za out/oximeter.tar.gz 62319K
34972026-06-22T19:37:51.955Za out/oxlog.tar 3782K
34982026-06-22T19:37:51.955Za out/probe.tar.gz 3037K
34992026-06-22T19:37:51.955Za out/propolis-server.tar.gz 34918K
35002026-06-22T19:37:51.955Za out/pumpkind-gz.tar 26647K
35012026-06-22T19:37:51.955Za out/switch-softnpu.tar.gz 448011K
35022026-06-22T19:37:51.961Z
35032026-06-22T19:37:51.961Zreal 1:20.443968649
35042026-06-22T19:37:51.961Zuser 1:17.715974555
35052026-06-22T19:37:51.961Zsys 4.459435096
35062026-06-22T19:37:51.961Ztrap 0.005696118
35072026-06-22T19:37:51.961Ztflt 0.000000000
35082026-06-22T19:37:51.961Zdflt 0.000000000
35092026-06-22T19:37:51.961Zkflt 0.000000000
35102026-06-22T19:37:51.961Zlock 0.000000000
35112026-06-22T19:37:51.961Zslp 1:17.671819428
35122026-06-22T19:37:51.961Zlat 1.030292194
35132026-06-22T19:37:51.961Zstop 0.000178750
35142026-06-22T19:37:51.961Zprocess exited: duration 1013173 ms, exit code 0
 
35152026-06-22T19:37:51.985Zfound 1 output files
35162026-06-22T19:37:51.985Zuploading: /work/package.tar.gz (2480342413 bytes)
35172026-06-22T19:38:29.981Zuploaded: /work/package.tar.gz