01KSNHQ13TV3JWFSQP5C0G490Q: 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: 01KSNHQKAPY05WRDEPZHE43JCG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-27T20:25:03.622Zjob assigned to worker 01KSNHQSBKGB0ERNS9B7GDRM9D [factory aws, i-047016038e1f7b20f] (queued for 58 s)
 
22026-05-27T20:25:11.263Zstarting task 0: "setup"
32026-05-27T20:25:11.268Z++ uname -s
42026-05-27T20:25:11.271Z+ kern=SunOS
52026-05-27T20:25:11.271Z+ build_user=build
62026-05-27T20:25:11.271Z+ build_uid=12345
72026-05-27T20:25:11.271Z+ work_dir=/work
82026-05-27T20:25:11.271Z+ input_dir=/input
92026-05-27T20:25:11.271Z+ [[ 0 == 12345 ]]
102026-05-27T20:25:11.271Z+ case "$kern" in
112026-05-27T20:25:11.271Z+ groupadd -g 12345 build
122026-05-27T20:25:11.279Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-27T20:25:13.286Z+ zfs create -o mountpoint=/work rpool/work
142026-05-27T20:25:13.330Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-27T20:25:13.334Z+ home_fs=zfs
162026-05-27T20:25:13.334Z+ [[ zfs == autofs ]]
172026-05-27T20:25:13.334Z+ mkdir -p /home/build
182026-05-27T20:25:13.334Z+ chown build:build /home/build /work
192026-05-27T20:25:15.337Z+ chmod 0700 /home/build /work
202026-05-27T20:25:15.342Zprocess exited: duration 4078 ms, exit code 0
 
212026-05-27T20:25:15.348Zstarting task 1: "rust-toolchain"
222026-05-27T20:25:15.354Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-27T20:25:15.354Z * rust toolchain channel = "1.94.0"
242026-05-27T20:25:15.354Z * rust toolchain profile = "default"
252026-05-27T20:25:15.354Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-27T20:25:15.354Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-27T20:25:15.354Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-27T20:25:15.357Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-27T20:25:15.357Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-27T20:25:15.455Zinfo: downloading installer
312026-05-27T20:25:17.048Zwarn: It looks like you have an existing rustup settings file at:
322026-05-27T20:25:17.048Zwarn: /home/build/.rustup/settings.toml
332026-05-27T20:25:17.048Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-27T20:25:17.048Zwarn: instead of the one inferred from the default host triple.
352026-05-27T20:25:17.060Zinfo: profile set to default
362026-05-27T20:25:17.060Zinfo: default host triple is x86_64-unknown-illumos
372026-05-27T20:25:17.063Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-27T20:25:17.195Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-27T20:25:17.198Zinfo: downloading 6 components
402026-05-27T20:25:31.066Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-27T20:25:31.066Z
422026-05-27T20:25:31.097Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-27T20:25:31.097Z
442026-05-27T20:25:31.097Z
452026-05-27T20:25:31.097ZRust is installed now. Great!
462026-05-27T20:25:31.097Z
472026-05-27T20:25:31.097ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-27T20:25:31.097Zenvironment variable. This has not been done automatically.
492026-05-27T20:25:31.097Z
502026-05-27T20:25:31.097ZTo configure your current shell, you need to source
512026-05-27T20:25:31.098Zthe corresponding env file under $HOME/.cargo.
522026-05-27T20:25:31.098Z
532026-05-27T20:25:31.098ZThis is usually done by running one of the following (note the leading DOT):
542026-05-27T20:25:31.101Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-27T20:25:31.101Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-27T20:25:31.101Zsource "~/.cargo/env.nu" # For nushell
572026-05-27T20:25:31.101Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-27T20:25:31.101Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-27T20:25:31.101Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-27T20:25:31.101Zwarn: no default linker (`cc`) was found in your PATH
612026-05-27T20:25:31.101Zwarn: many Rust crates require a system C toolchain to build
622026-05-27T20:25:31.194Z+ rustup --version
632026-05-27T20:25:31.200Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-27T20:25:31.203Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-27T20:25:31.222Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-27T20:25:31.225Z+ cargo --version
672026-05-27T20:25:31.233Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-27T20:25:31.236Z+ rustc --version
692026-05-27T20:25:31.257Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-27T20:25:31.260Zprocess exited: duration 15911 ms, exit code 0
 
712026-05-27T20:25:31.265Zstarting task 2: "authentication"
722026-05-27T20:25:31.284Zprocess exited: duration 17 ms, exit code 0
 
732026-05-27T20:25:31.289Zstarting task 3: "clone repository"
742026-05-27T20:25:31.294Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-27T20:25:31.296Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-27T20:25:31.346ZCloning into '/work/oxidecomputer/omicron'...
772026-05-27T20:25:41.791Z+ cd /work/oxidecomputer/omicron
782026-05-27T20:25:41.791Z+ git fetch origin 3787f56bbc7176786e16f0d649a565d5c4013587
792026-05-27T20:25:42.098ZFrom https://github.com/oxidecomputer/omicron
802026-05-27T20:25:42.098Z * branch 3787f56bbc7176786e16f0d649a565d5c4013587 -> FETCH_HEAD
812026-05-27T20:25:42.110Z+ [[ -n sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback ]]
822026-05-27T20:25:42.113Z++ git branch --show-current
832026-05-27T20:25:42.115Z+ current=main
842026-05-27T20:25:42.115Z+ [[ main != sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback ]]
852026-05-27T20:25:42.115Z+ git branch -f sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback 3787f56bbc7176786e16f0d649a565d5c4013587
862026-05-27T20:25:42.118Z+ git checkout -f sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback
872026-05-27T20:25:42.356ZSwitched to branch 'sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback'
882026-05-27T20:25:42.359Z+ git reset --hard 3787f56bbc7176786e16f0d649a565d5c4013587
892026-05-27T20:25:42.372ZHEAD is now at 3787f56bb switch to IdOrdMap
902026-05-27T20:25:42.375Zprocess exited: duration 11083 ms, exit code 0
 
912026-05-27T20:25:42.381Zstarting task 4: "build"
922026-05-27T20:25:42.386Z+ source .github/buildomat/ci-env.sh
932026-05-27T20:25:42.386Z++ export CARGO_TERM_COLOR=always
942026-05-27T20:25:42.386Z++ CARGO_TERM_COLOR=always
952026-05-27T20:25:42.389Z+ cargo --version
962026-05-27T20:25:42.396Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-27T20:25:42.399Z+ rustc --version
982026-05-27T20:25:42.431Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-27T20:25:42.432Z+ WORK=/work
1002026-05-27T20:25:42.432Z+ pfexec mkdir -p /work
1012026-05-27T20:25:42.432Z+ pfexec chown build /work
1022026-05-27T20:25:42.432Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-27T20:25:44.071Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-27T20:25:44.146Z Startup: Caching catalogs ... Done
1052026-05-27T20:25:44.412ZPlanning: Solver setup ... Done (0.230s)
1062026-05-27T20:25:44.432ZPlanning: Running solver ... Done (0.020s)
1072026-05-27T20:25:44.437ZPlanning: Finding local manifests ... Done (0.002s)
1082026-05-27T20:25:44.449ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-27T20:25:44.465ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-27T20:25:44.478ZPlanning: Package planning ... Done (0.013s)
1112026-05-27T20:25:44.481ZPlanning: Merging actions ... Done (0.002s)
1122026-05-27T20:25:44.667ZPlanning: Checking for conflicting actions ... Done (0.187s)
1132026-05-27T20:25:44.670ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-27T20:25:45.615ZPlanning: Evaluating mediators ... Done (0.947s)
1152026-05-27T20:25:45.618ZPlanning: Planning completed in 1.45 seconds
1162026-05-27T20:25:45.625Z Packages to install: 2
1172026-05-27T20:25:45.628Z Estimated space available: 156.07 GB
1182026-05-27T20:25:45.628ZEstimated space to be consumed: 22.53 MB
1192026-05-27T20:25:45.628Z Create boot environment: No
1202026-05-27T20:25:45.628ZCreate backup boot environment: No
1212026-05-27T20:25:45.628Z Rebuild boot archive: No
1222026-05-27T20:25:45.628Z
1232026-05-27T20:25:45.628ZChanged packages:
1242026-05-27T20:25:45.628Zhelios
1252026-05-27T20:25:45.628Z developer/build-essential
1262026-05-27T20:25:45.628Z None -> 11-3.0
1272026-05-27T20:25:45.628Z library/libxmlsec1
1282026-05-27T20:25:45.628Z None -> 1.2.35-3.0
1292026-05-27T20:25:45.669Z
1302026-05-27T20:25:45.669ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-27T20:25:46.188ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1322026-05-27T20:25:46.247Z Actions: 1/268 actions (Installing new actions)
1332026-05-27T20:25:46.287Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-27T20:25:46.318ZFinalize: Updating package state database ... Done (0.030s)
1352026-05-27T20:25:46.318ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-27T20:25:46.336ZFinalize: Updating image state ... Done (0.018s)
1372026-05-27T20:25:48.886ZFinalize: Creating fast lookup database ... Done (2.528s)
1382026-05-27T20:25:48.962ZFinalize: Reading search index ... Done (0.020s)
1392026-05-27T20:25:48.965ZFinalize: Updating search index ... Done (0.000s)
1402026-05-27T20:25:49.041ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-27T20:25:49.343ZPlanning: Evaluating mediator changes ... Done
1422026-05-27T20:25:49.448ZPlanning: Checking for conflicting actions ... Done
1432026-05-27T20:25:49.450ZPlanning: Consolidating action changes ... Done
1442026-05-27T20:25:49.605ZPlanning: Evaluating mediators ... Done
1452026-05-27T20:25:49.608ZPlanning: Planning completed in 0.26 seconds
1462026-05-27T20:25:49.628Z Mediators to change: 2
1472026-05-27T20:25:49.628Z Create boot environment: No
1482026-05-27T20:25:49.628ZCreate backup boot environment: No
1492026-05-27T20:25:49.681ZFinalize: Updating package state database ... Done
1502026-05-27T20:25:49.682ZFinalize: Updating package cache ... Done
1512026-05-27T20:25:49.696ZFinalize: Updating image state ... Done
1522026-05-27T20:25:51.670ZFinalize: Creating fast lookup database ... Done
1532026-05-27T20:25:51.738ZFinalize: Reading search index ... Done
1542026-05-27T20:25:51.741ZFinalize: Updating search index ... Done
1552026-05-27T20:25:51.812ZFinalize: Updating package cache ... Done
1562026-05-27T20:25:52.100ZPlanning: Evaluating mediator changes ... Done
1572026-05-27T20:25:52.206ZPlanning: Checking for conflicting actions ... Done
1582026-05-27T20:25:52.209ZPlanning: Consolidating action changes ... Done
1592026-05-27T20:25:52.361ZPlanning: Evaluating mediators ... Done
1602026-05-27T20:25:52.365ZPlanning: Planning completed in 0.26 seconds
1612026-05-27T20:25:52.385Z Mediators to change: 1
1622026-05-27T20:25:52.385Z Create boot environment: No
1632026-05-27T20:25:52.385ZCreate backup boot environment: No
1642026-05-27T20:25:52.440ZFinalize: Updating package state database ... Done
1652026-05-27T20:25:52.440ZFinalize: Updating package cache ... Done
1662026-05-27T20:25:52.453ZFinalize: Updating image state ... Done
1672026-05-27T20:25:54.419ZFinalize: Creating fast lookup database ... Done
1682026-05-27T20:25:54.479ZFinalize: Reading search index ... Done
1692026-05-27T20:25:54.482ZFinalize: Updating search index ... Done
1702026-05-27T20:25:54.555ZFinalize: Updating package cache ... Done
1712026-05-27T20:25:54.878ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-27T20:25:54.878Zapache system 2.4 system
1732026-05-27T20:25:54.878Zclang system 15 system
1742026-05-27T20:25:54.878Zcsh system system illumos
1752026-05-27T20:25:54.878Zctags system system illumos
1762026-05-27T20:25:54.878Zfile vendor vendor darwinsys
1772026-05-27T20:25:54.878Zfile system system illumos
1782026-05-27T20:25:54.878Zgcc vendor 14 vendor
1792026-05-27T20:25:54.878Zgcc system 13 system
1802026-05-27T20:25:54.878Zgcc system 10 system
1812026-05-27T20:25:54.878Zgo system 1.25 system
1822026-05-27T20:25:54.879Zllvm system 15 system
1832026-05-27T20:25:54.879Zmariadb system 11.4 system
1842026-05-27T20:25:54.879Zmta vendor vendor dma
1852026-05-27T20:25:54.879Zopenjdk system 17 system
1862026-05-27T20:25:54.879Zopenjdk system 11 system
1872026-05-27T20:25:54.879Zopenssl vendor 3 vendor
1882026-05-27T20:25:54.879Zperl system 5.40 system
1892026-05-27T20:25:54.879Zpostgresql system 18 system
1902026-05-27T20:25:54.880Zpostgresql system 17 system
1912026-05-27T20:25:54.880Zpython vendor 3 vendor
1922026-05-27T20:25:54.880Zpython system 2 system
1932026-05-27T20:25:54.880Zpython3 vendor 3.13 vendor
1942026-05-27T20:25:54.880Zruby system 3.4 system
1952026-05-27T20:25:54.880Zruby system 3.0 system
1962026-05-27T20:25:54.880Zwords vendor vendor american-english
1972026-05-27T20:25:54.880Zwords system system australian-english
1982026-05-27T20:25:54.880Zwords system system british-english
1992026-05-27T20:25:54.880Zwords system system canadian-english
2002026-05-27T20:25:54.880Zwords system system french
2012026-05-27T20:25:54.880Zwords system system italian
2022026-05-27T20:25:54.880Zwords system system ngerman
2032026-05-27T20:25:54.880Zwords system system ogerman
2042026-05-27T20:25:54.880Zwords system system spanish
2052026-05-27T20:25:55.133ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-27T20:25:55.133Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-27T20:25:55.418ZFMRI IFO
2082026-05-27T20:25:55.418Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-27T20:25:55.418Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-27T20:25:55.418Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-27T20:25:55.418Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-27T20:25:55.418Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-27T20:25:55.418Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-27T20:25:55.418Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-27T20:25:55.418Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-27T20:25:55.418Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-27T20:25:55.658Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-27T20:25:55.924Z Updating crates.io index
2192026-05-27T20:25:55.927Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-27T20:25:56.460Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-27T20:25:56.833Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-27T20:25:57.393Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-27T20:25:58.290Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-27T20:26:00.321Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-27T20:26:01.052Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-27T20:26:02.187Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-27T20:26:02.484Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-27T20:26:03.301Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-27T20:26:03.748Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-27T20:26:04.035Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-27T20:26:04.387Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-27T20:26:05.427Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-27T20:26:06.003Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-27T20:26:06.380Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-27T20:26:06.636Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-27T20:26:06.959Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-27T20:26:07.338Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-27T20:26:08.994Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-27T20:26:08.994Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-27T20:26:08.994Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-27T20:26:08.994Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-27T20:26:08.994Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-27T20:26:09.166Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-27T20:26:09.599Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-27T20:26:09.907Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-27T20:26:10.284Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-27T20:26:10.590Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-27T20:26:11.602Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-27T20:26:12.059Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-27T20:26:12.337Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-27T20:26:12.759Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-27T20:26:13.080Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-27T20:26:13.405Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-05-27T20:26:13.852Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-27T20:26:14.106Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-27T20:26:14.362Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-27T20:26:14.624Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-27T20:26:15.009Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-27T20:26:26.421Z Downloading crates ...
2602026-05-27T20:26:26.470Z Downloaded anstyle-query v1.1.5
2612026-05-27T20:26:26.481Z Downloaded is_terminal_polyfill v1.70.2
2622026-05-27T20:26:26.484Z Downloaded heck v0.5.0
2632026-05-27T20:26:26.484Z Downloaded cargo_toml v0.21.0
2642026-05-27T20:26:26.484Z Downloaded byteorder v1.5.0
2652026-05-27T20:26:26.487Z Downloaded bitflags v2.11.0
2662026-05-27T20:26:26.490Z Downloaded proc-macro-error v1.0.4
2672026-05-27T20:26:26.492Z Downloaded fnv v1.0.7
2682026-05-27T20:26:26.492Z Downloaded cpufeatures v0.2.17
2692026-05-27T20:26:26.492Z Downloaded autocfg v1.5.0
2702026-05-27T20:26:26.493Z Downloaded toml_datetime v0.6.11
2712026-05-27T20:26:26.495Z Downloaded litemap v0.8.1
2722026-05-27T20:26:26.498Z Downloaded anyhow v1.0.102
2732026-05-27T20:26:26.502Z Downloaded tinystr v0.8.2
2742026-05-27T20:26:26.502Z Downloaded getrandom v0.4.1
2752026-05-27T20:26:26.505Z Downloaded thread-id v4.2.2
2762026-05-27T20:26:26.505Z Downloaded colorchoice v1.0.4
2772026-05-27T20:26:26.505Z Downloaded equivalent v1.0.2
2782026-05-27T20:26:26.505Z Downloaded cargo-platform v0.2.0
2792026-05-27T20:26:26.508Z Downloaded clap v4.5.60
2802026-05-27T20:26:26.511Z Downloaded thiserror v2.0.18
2812026-05-27T20:26:26.513Z Downloaded zerofrom v0.1.6
2822026-05-27T20:26:26.515Z Downloaded yoke-derive v0.8.1
2832026-05-27T20:26:26.515Z Downloaded camino-tempfile v1.4.1
2842026-05-27T20:26:26.516Z Downloaded anstream v0.6.21
2852026-05-27T20:26:26.518Z Downloaded clap_derive v4.5.55
2862026-05-27T20:26:26.521Z Downloaded zerofrom-derive v0.1.6
2872026-05-27T20:26:26.521Z Downloaded cfg-if v1.0.4
2882026-05-27T20:26:26.521Z Downloaded utf8parse v0.2.2
2892026-05-27T20:26:26.521Z Downloaded unicode-linebreak v0.1.5
2902026-05-27T20:26:26.521Z Downloaded camino v1.2.2
2912026-05-27T20:26:26.524Z Downloaded idna_adapter v1.2.1
2922026-05-27T20:26:26.524Z Downloaded dof v0.3.0
2932026-05-27T20:26:26.524Z Downloaded usdt-attr-macro v0.5.0
2942026-05-27T20:26:26.524Z Downloaded toml_write v0.1.2
2952026-05-27T20:26:26.527Z Downloaded unicode-xid v0.2.6
2962026-05-27T20:26:26.527Z Downloaded thiserror v1.0.69
2972026-05-27T20:26:26.530Z Downloaded displaydoc v0.2.5
2982026-05-27T20:26:26.530Z Downloaded zerovec-derive v0.11.2
2992026-05-27T20:26:26.530Z Downloaded thiserror-impl v1.0.69
3002026-05-27T20:26:26.533Z Downloaded fastrand v2.3.0
3012026-05-27T20:26:26.534Z Downloaded block-buffer v0.10.4
3022026-05-27T20:26:26.534Z Downloaded errno v0.3.14
3032026-05-27T20:26:26.537Z Downloaded terminal_size v0.4.3
3042026-05-27T20:26:26.537Z Downloaded ordered-float v2.10.1
3052026-05-27T20:26:26.539Z Downloaded heck v0.4.1
3062026-05-27T20:26:26.542Z Downloaded version_check v0.9.5
3072026-05-27T20:26:26.542Z Downloaded usdt-impl v0.5.0
3082026-05-27T20:26:26.542Z Downloaded icu_locale_core v2.1.1
3092026-05-27T20:26:26.545Z Downloaded form_urlencoded v1.2.2
3102026-05-27T20:26:26.548Z Downloaded smawk v0.3.2
3112026-05-27T20:26:26.548Z Downloaded usdt v0.5.0
3122026-05-27T20:26:26.551Z Downloaded zmij v1.0.21
3132026-05-27T20:26:26.551Z Downloaded stable_deref_trait v1.2.1
3142026-05-27T20:26:26.551Z Downloaded memmap v0.7.0
3152026-05-27T20:26:26.554Z Downloaded crypto-common v0.1.7
3162026-05-27T20:26:26.554Z Downloaded clap_lex v1.0.0
3172026-05-27T20:26:26.554Z Downloaded strsim v0.11.1
3182026-05-27T20:26:26.556Z Downloaded scroll_derive v0.12.1
3192026-05-27T20:26:26.556Z Downloaded dtrace-parser v0.2.0
3202026-05-27T20:26:26.556Z Downloaded generic-array v0.14.7
3212026-05-27T20:26:26.559Z Downloaded zerocopy-derive v0.7.35
3222026-05-27T20:26:26.561Z Downloaded serde-value v0.7.0
3232026-05-27T20:26:26.561Z Downloaded proc-macro-error-attr v1.0.4
3242026-05-27T20:26:26.561Z Downloaded typeid v1.0.3
3252026-05-27T20:26:26.564Z Downloaded itoa v1.0.17
3262026-05-27T20:26:26.564Z Downloaded usdt-macro v0.5.0
3272026-05-27T20:26:26.565Z Downloaded digest v0.10.7
3282026-05-27T20:26:26.568Z Downloaded url v2.5.8
3292026-05-27T20:26:26.568Z Downloaded toml v0.8.23
3302026-05-27T20:26:26.572Z Downloaded pretty-hex v0.4.1
3312026-05-27T20:26:26.574Z Downloaded utf8_iter v1.0.4
3322026-05-27T20:26:26.575Z Downloaded thiserror-impl v2.0.18
3332026-05-27T20:26:26.575Z Downloaded zerotrie v0.2.3
3342026-05-27T20:26:26.578Z Downloaded yoke v0.8.1
3352026-05-27T20:26:26.580Z Downloaded swrite v0.1.0
3362026-05-27T20:26:26.580Z Downloaded plain v0.2.3
3372026-05-27T20:26:26.580Z Downloaded textwrap v0.16.2
3382026-05-27T20:26:26.582Z Downloaded percent-encoding v2.3.2
3392026-05-27T20:26:26.582Z Downloaded writeable v0.6.2
3402026-05-27T20:26:26.585Z Downloaded potential_utf v0.1.4
3412026-05-27T20:26:26.589Z Downloaded ucd-trie v0.1.7
3422026-05-27T20:26:26.591Z Downloaded toml_edit v0.22.27
3432026-05-27T20:26:26.594Z Downloaded serde_spanned v0.6.9
3442026-05-27T20:26:26.594Z Downloaded tabled_derive v0.7.0
3452026-05-27T20:26:26.594Z Downloaded macaddr v1.0.1
3462026-05-27T20:26:26.596Z Downloaded quote v1.0.45
3472026-05-27T20:26:26.599Z Downloaded cargo_metadata v0.21.0
3482026-05-27T20:26:26.599Z Downloaded unicode-ident v1.0.24
3492026-05-27T20:26:26.603Z Downloaded serde-untagged v0.1.9
3502026-05-27T20:26:26.603Z Downloaded scroll v0.12.0
3512026-05-27T20:26:26.607Z Downloaded fs-err v3.3.0
3522026-05-27T20:26:26.607Z Downloaded anstyle-parse v0.2.7
3532026-05-27T20:26:26.609Z Downloaded typenum v1.19.0
3542026-05-27T20:26:26.612Z Downloaded anstyle v1.0.13
3552026-05-27T20:26:26.615Z Downloaded sha2 v0.10.9
3562026-05-27T20:26:26.624Z Downloaded erased-serde v0.4.9
3572026-05-27T20:26:26.628Z Downloaded zerovec v0.11.5
3582026-05-27T20:26:26.631Z Downloaded zerocopy v0.7.35
3592026-05-27T20:26:26.640Z Downloaded tempfile v3.25.0
3602026-05-27T20:26:26.642Z Downloaded serde_tokenstream v0.2.3
3612026-05-27T20:26:26.642Z Downloaded pest_derive v2.8.6
3622026-05-27T20:26:26.645Z Downloaded icu_properties v2.1.2
3632026-05-27T20:26:26.645Z Downloaded bytecount v0.6.9
3642026-05-27T20:26:26.645Z Downloaded winnow v0.7.14
3652026-05-27T20:26:26.651Z Downloaded semver v1.0.28
3662026-05-27T20:26:26.653Z Downloaded unicode-width v0.2.0
3672026-05-27T20:26:26.656Z Downloaded unicode-width v0.1.14
3682026-05-27T20:26:26.659Z Downloaded proc-macro2 v1.0.106
3692026-05-27T20:26:26.662Z Downloaded cargo-util-schemas v0.8.2
3702026-05-27T20:26:26.662Z Downloaded smallvec v1.15.1
3712026-05-27T20:26:26.664Z Downloaded synstructure v0.13.2
3722026-05-27T20:26:26.665Z Downloaded papergrid v0.11.0
3732026-05-27T20:26:26.667Z Downloaded once_cell v1.21.3
3742026-05-27T20:26:26.667Z Downloaded num-traits v0.2.19
3752026-05-27T20:26:26.670Z Downloaded icu_provider v2.1.1
3762026-05-27T20:26:26.670Z Downloaded pest_generator v2.8.6
3772026-05-27T20:26:26.674Z Downloaded serde_derive v1.0.228
3782026-05-27T20:26:26.678Z Downloaded log v0.4.29
3792026-05-27T20:26:26.680Z Downloaded icu_normalizer v2.1.1
3802026-05-27T20:26:26.689Z Downloaded pest_meta v2.8.6
3812026-05-27T20:26:26.697Z Downloaded serde_core v1.0.228
3822026-05-27T20:26:26.700Z Downloaded icu_collections v2.1.1
3832026-05-27T20:26:26.705Z Downloaded serde v1.0.228
3842026-05-27T20:26:26.713Z Downloaded idna v1.1.0
3852026-05-27T20:26:26.718Z Downloaded memchr v2.8.0
3862026-05-27T20:26:26.721Z Downloaded icu_normalizer_data v2.1.1
3872026-05-27T20:26:26.724Z Downloaded clap_builder v4.5.60
3882026-05-27T20:26:26.727Z Downloaded goblin v0.8.2
3892026-05-27T20:26:26.730Z Downloaded indexmap v2.14.0
3902026-05-27T20:26:26.733Z Downloaded pest v2.8.6
3912026-05-27T20:26:26.736Z Downloaded icu_properties_data v2.1.2
3922026-05-27T20:26:26.741Z Downloaded serde_json v1.0.149
3932026-05-27T20:26:26.745Z Downloaded hashbrown v0.17.0
3942026-05-27T20:26:26.758Z Downloaded tabled v0.15.0
3952026-05-27T20:26:26.771Z Downloaded syn v1.0.109
3962026-05-27T20:26:26.776Z Downloaded syn v2.0.117
3972026-05-27T20:26:26.790Z Downloaded rustix v1.1.3
3982026-05-27T20:26:26.816Z Downloaded libc v0.2.185
3992026-05-27T20:26:26.886Z Compiling proc-macro2 v1.0.106
4002026-05-27T20:26:26.886Z Compiling unicode-ident v1.0.24
4012026-05-27T20:26:26.898Z Compiling quote v1.0.45
4022026-05-27T20:26:26.898Z Compiling serde_core v1.0.228
4032026-05-27T20:26:26.898Z Compiling libc v0.2.185
4042026-05-27T20:26:26.898Z Compiling version_check v0.9.5
4052026-05-27T20:26:26.898Z Compiling stable_deref_trait v1.2.1
4062026-05-27T20:26:26.898Z Compiling serde v1.0.228
4072026-05-27T20:26:26.898Z Compiling memchr v2.8.0
4082026-05-27T20:26:27.069Z Compiling zmij v1.0.21
4092026-05-27T20:26:27.076Z Compiling thiserror v1.0.69
4102026-05-27T20:26:27.082Z Compiling itoa v1.0.17
4112026-05-27T20:26:27.085Z Compiling autocfg v1.5.0
4122026-05-27T20:26:27.090Z Compiling ucd-trie v0.1.7
4132026-05-27T20:26:27.094Z Compiling litemap v0.8.1
4142026-05-27T20:26:27.329Z Compiling writeable v0.6.2
4152026-05-27T20:26:27.360Z Compiling icu_normalizer_data v2.1.1
4162026-05-27T20:26:27.469Z Compiling rustix v1.1.3
4172026-05-27T20:26:27.511Z Compiling byteorder v1.5.0
4182026-05-27T20:26:27.532Z Compiling icu_properties_data v2.1.2
4192026-05-27T20:26:27.580Z Compiling serde_json v1.0.149
4202026-05-27T20:26:27.692Z Compiling pest v2.8.6
4212026-05-27T20:26:27.728Z Compiling bitflags v2.11.0
4222026-05-27T20:26:27.781Z Compiling num-traits v0.2.19
4232026-05-27T20:26:27.841Z Compiling typeid v1.0.3
4242026-05-27T20:26:27.989Z Compiling smallvec v1.15.1
4252026-05-27T20:26:28.084Z Compiling hashbrown v0.17.0
4262026-05-27T20:26:28.126Z Compiling equivalent v1.0.2
4272026-05-27T20:26:28.162Z Compiling usdt-impl v0.5.0
4282026-05-27T20:26:28.162Z Compiling proc-macro-error-attr v1.0.4
4292026-05-27T20:26:28.198Z Compiling erased-serde v0.4.9
4302026-05-27T20:26:28.246Z Compiling syn v1.0.109
4312026-05-27T20:26:28.246Z Compiling toml_write v0.1.2
4322026-05-27T20:26:28.256Z Compiling errno v0.3.14
4332026-05-27T20:26:28.256Z Compiling thread-id v4.2.2
4342026-05-27T20:26:28.304Z Compiling winnow v0.7.14
4352026-05-27T20:26:28.327Z Compiling proc-macro-error v1.0.4
4362026-05-27T20:26:28.565Z Compiling thiserror v2.0.18
4372026-05-27T20:26:28.589Z Compiling percent-encoding v2.3.2
4382026-05-27T20:26:28.634Z Compiling camino v1.2.2
4392026-05-27T20:26:28.659Z Compiling log v0.4.29
4402026-05-27T20:26:28.659Z Compiling indexmap v2.14.0
4412026-05-27T20:26:28.660Z Compiling utf8parse v0.2.2
4422026-05-27T20:26:28.732Z Compiling utf8_iter v1.0.4
4432026-05-27T20:26:28.768Z Compiling plain v0.2.3
4442026-05-27T20:26:28.814Z Compiling syn v2.0.117
4452026-05-27T20:26:28.849Z Compiling getrandom v0.4.1
4462026-05-27T20:26:28.850Z Compiling anstyle-parse v0.2.7
4472026-05-27T20:26:28.880Z Compiling pest_meta v2.8.6
4482026-05-27T20:26:28.884Z Compiling form_urlencoded v1.2.2
4492026-05-27T20:26:29.190Z Compiling ordered-float v2.10.1
4502026-05-27T20:26:29.197Z Compiling anstyle-query v1.1.5
4512026-05-27T20:26:29.197Z Compiling pretty-hex v0.4.1
4522026-05-27T20:26:29.197Z Compiling anstyle v1.0.13
4532026-05-27T20:26:29.197Z Compiling colorchoice v1.0.4
4542026-05-27T20:26:29.225Z Compiling is_terminal_polyfill v1.70.2
4552026-05-27T20:26:29.250Z Compiling cfg-if v1.0.4
4562026-05-27T20:26:29.297Z Compiling terminal_size v0.4.3
4572026-05-27T20:26:29.355Z Compiling anstream v0.6.21
4582026-05-27T20:26:29.359Z Compiling fs-err v3.3.0
4592026-05-27T20:26:29.359Z Compiling unicode-xid v0.2.6
4602026-05-27T20:26:29.411Z Compiling strsim v0.11.1
4612026-05-27T20:26:29.451Z Compiling bytecount v0.6.9
4622026-05-27T20:26:29.469Z Compiling fnv v1.0.7
4632026-05-27T20:26:29.516Z Compiling heck v0.5.0
4642026-05-27T20:26:29.587Z Compiling fastrand v2.3.0
4652026-05-27T20:26:29.606Z Compiling heck v0.4.1
4662026-05-27T20:26:29.663Z Compiling semver v1.0.28
4672026-05-27T20:26:29.791Z Compiling unicode-width v0.1.14
4682026-05-27T20:26:29.811Z Compiling clap_lex v1.0.0
4692026-05-27T20:26:29.826Z Compiling once_cell v1.21.3
4702026-05-27T20:26:29.876Z Compiling anyhow v1.0.102
4712026-05-27T20:26:29.930Z Compiling memmap v0.7.0
4722026-05-27T20:26:29.951Z Compiling unicode-linebreak v0.1.5
4732026-05-27T20:26:30.020Z Compiling tempfile v3.25.0
4742026-05-27T20:26:30.054Z Compiling serde-untagged v0.1.9
4752026-05-27T20:26:30.076Z Compiling papergrid v0.11.0
4762026-05-27T20:26:30.129Z Compiling clap_builder v4.5.60
4772026-05-27T20:26:30.132Z Compiling smawk v0.3.2
4782026-05-27T20:26:30.149Z Compiling unicode-width v0.2.0
4792026-05-27T20:26:30.252Z Compiling camino-tempfile v1.4.1
4802026-05-27T20:26:30.292Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-27T20:26:30.440Z Compiling swrite v0.1.0
4822026-05-27T20:26:30.466Z Compiling textwrap v0.16.2
4832026-05-27T20:26:30.746Z Compiling tabled_derive v0.7.0
4842026-05-27T20:26:31.431Z Compiling tabled v0.15.0
4852026-05-27T20:26:31.449Z Compiling synstructure v0.13.2
4862026-05-27T20:26:31.452Z Compiling pest_generator v2.8.6
4872026-05-27T20:26:32.011Z Compiling serde_derive v1.0.228
4882026-05-27T20:26:32.049Z Compiling zerofrom-derive v0.1.6
4892026-05-27T20:26:32.050Z Compiling yoke-derive v0.8.1
4902026-05-27T20:26:32.050Z Compiling zerovec-derive v0.11.2
4912026-05-27T20:26:32.050Z Compiling displaydoc v0.2.5
4922026-05-27T20:26:32.050Z Compiling thiserror-impl v1.0.69
4932026-05-27T20:26:32.050Z Compiling zerocopy-derive v0.7.35
4942026-05-27T20:26:32.050Z Compiling scroll_derive v0.12.1
4952026-05-27T20:26:32.050Z Compiling thiserror-impl v2.0.18
4962026-05-27T20:26:32.050Z Compiling clap_derive v4.5.55
4972026-05-27T20:26:32.116Z Compiling pest_derive v2.8.6
4982026-05-27T20:26:32.764Z Compiling zerocopy v0.7.35
4992026-05-27T20:26:32.956Z Compiling scroll v0.12.0
5002026-05-27T20:26:33.040Z Compiling goblin v0.8.2
5012026-05-27T20:26:33.128Z Compiling zerofrom v0.1.6
5022026-05-27T20:26:33.175Z Compiling dtrace-parser v0.2.0
5032026-05-27T20:26:33.245Z Compiling yoke v0.8.1
5042026-05-27T20:26:33.403Z Compiling zerovec v0.11.5
5052026-05-27T20:26:33.403Z Compiling zerotrie v0.2.3
5062026-05-27T20:26:33.449Z Compiling clap v4.5.60
5072026-05-27T20:26:33.891Z Compiling tinystr v0.8.2
5082026-05-27T20:26:33.891Z Compiling potential_utf v0.1.4
5092026-05-27T20:26:34.019Z Compiling icu_collections v2.1.1
5102026-05-27T20:26:34.046Z Compiling icu_locale_core v2.1.1
5112026-05-27T20:26:34.596Z Compiling serde_spanned v0.6.9
5122026-05-27T20:26:34.596Z Compiling toml_datetime v0.6.11
5132026-05-27T20:26:34.596Z Compiling dof v0.3.0
5142026-05-27T20:26:34.613Z Compiling serde_tokenstream v0.2.3
5152026-05-27T20:26:34.613Z Compiling serde-value v0.7.0
5162026-05-27T20:26:34.613Z Compiling cargo-platform v0.2.0
5172026-05-27T20:26:34.613Z Compiling macaddr v1.0.1
5182026-05-27T20:26:34.613Z Compiling icu_provider v2.1.1
5192026-05-27T20:26:34.781Z Compiling toml_edit v0.22.27
5202026-05-27T20:26:34.911Z Compiling icu_normalizer v2.1.1
5212026-05-27T20:26:34.915Z Compiling icu_properties v2.1.2
5222026-05-27T20:26:35.332Z Compiling usdt-macro v0.5.0
5232026-05-27T20:26:35.332Z Compiling usdt-attr-macro v0.5.0
5242026-05-27T20:26:35.729Z Compiling idna_adapter v1.2.1
5252026-05-27T20:26:35.838Z Compiling idna v1.1.0
5262026-05-27T20:26:35.934Z Compiling usdt v0.5.0
5272026-05-27T20:26:36.064Z Compiling toml v0.8.23
5282026-05-27T20:26:36.096Z Compiling url v2.5.8
5292026-05-27T20:26:36.403Z Compiling cargo_toml v0.21.0
5302026-05-27T20:26:36.505Z Compiling cargo-util-schemas v0.8.2
5312026-05-27T20:26:37.309Z Compiling cargo_metadata v0.21.0
5322026-05-27T20:26:38.224Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-27T20:26:40.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.87s
5342026-05-27T20:26:40.608Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-05-27T20:26:41.172Z Downloading crates ...
5362026-05-27T20:26:41.273Z Downloaded bitflags v1.3.2
5372026-05-27T20:26:41.277Z Downloaded base64ct v1.8.3
5382026-05-27T20:26:41.280Z Downloaded document-features v0.2.12
5392026-05-27T20:26:41.283Z Downloaded der_derive v0.7.3
5402026-05-27T20:26:41.286Z Downloaded debug-ignore v1.0.5
5412026-05-27T20:26:41.289Z Downloaded blowfish v0.9.1
5422026-05-27T20:26:41.289Z Downloaded blake3 v1.8.3
5432026-05-27T20:26:41.294Z Downloaded float-ord v0.3.2
5442026-05-27T20:26:41.299Z Downloaded downcast-rs v2.0.2
5452026-05-27T20:26:41.299Z Downloaded diesel_table_macro_syntax v0.3.0
5462026-05-27T20:26:41.299Z Downloaded darling v0.13.4
5472026-05-27T20:26:41.299Z Downloaded block-padding v0.3.3
5482026-05-27T20:26:41.303Z Downloaded bcs v0.1.6
5492026-05-27T20:26:41.303Z Downloaded darling_core v0.21.3
5502026-05-27T20:26:41.306Z Downloaded darling v0.20.11
5512026-05-27T20:26:41.306Z Downloaded bit-set v0.5.3
5522026-05-27T20:26:41.309Z Downloaded backoff v0.4.0
5532026-05-27T20:26:41.309Z Downloaded bb8 v0.8.6
5542026-05-27T20:26:41.312Z Downloaded async-recursion v1.1.1
5552026-05-27T20:26:41.316Z Downloaded crossterm v0.29.0
5562026-05-27T20:26:41.321Z Downloaded foreign-types-macros v0.2.3
5572026-05-27T20:26:41.321Z Downloaded defmt-parser v1.0.0
5582026-05-27T20:26:41.321Z Downloaded bitfield-macros v0.19.4
5592026-05-27T20:26:41.321Z Downloaded des v0.8.1
5602026-05-27T20:26:41.324Z Downloaded compression-core v0.4.31
5612026-05-27T20:26:41.325Z Downloaded async-stream v0.3.6
5622026-05-27T20:26:41.325Z Downloaded async-stream-impl v0.3.6
5632026-05-27T20:26:41.325Z Downloaded dirs-sys-next v0.1.2
5642026-05-27T20:26:41.325Z Downloaded daft-derive v0.1.7
5652026-05-27T20:26:41.328Z Downloaded derive-ex v0.1.8
5662026-05-27T20:26:41.331Z Downloaded env_filter v1.0.0
5672026-05-27T20:26:41.331Z Downloaded darling_macro v0.13.4
5682026-05-27T20:26:41.331Z Downloaded deranged v0.5.8
5692026-05-27T20:26:41.336Z Downloaded flagset v0.4.7
5702026-05-27T20:26:41.336Z Downloaded defmt v0.3.100
5712026-05-27T20:26:41.336Z Downloaded crc-catalog v2.4.0
5722026-05-27T20:26:41.336Z Downloaded atomic-waker v1.1.2
5732026-05-27T20:26:41.336Z Downloaded dof v0.4.0
5742026-05-27T20:26:41.339Z Downloaded atty v0.2.14
5752026-05-27T20:26:41.339Z Downloaded adler2 v2.0.1
5762026-05-27T20:26:41.339Z Downloaded diesel-dtrace v0.5.0
5772026-05-27T20:26:41.342Z Downloaded cpufeatures v0.3.0
5782026-05-27T20:26:41.342Z Downloaded bcrypt-pbkdf v0.10.0
5792026-05-27T20:26:41.343Z Downloaded ascii-canvas v3.0.0
5802026-05-27T20:26:41.346Z Downloaded display-error-chain v0.2.2
5812026-05-27T20:26:41.346Z Downloaded dirs-next v2.0.0
5822026-05-27T20:26:41.346Z Downloaded data-encoding v2.10.0
5832026-05-27T20:26:41.346Z Downloaded backon v1.6.0
5842026-05-27T20:26:41.349Z Downloaded derive_builder_macro v0.20.2
5852026-05-27T20:26:41.349Z Downloaded aead v0.5.2
5862026-05-27T20:26:41.349Z Downloaded darling_macro v0.20.11
5872026-05-27T20:26:41.352Z Downloaded console v0.15.11
5882026-05-27T20:26:41.352Z Downloaded fd-lock v4.0.4
5892026-05-27T20:26:41.355Z Downloaded assert_matches v1.5.0
5902026-05-27T20:26:41.355Z Downloaded darling_macro v0.23.0
5912026-05-27T20:26:41.355Z Downloaded cstr-argument v0.1.2
5922026-05-27T20:26:41.355Z Downloaded futures-sink v0.3.32
5932026-05-27T20:26:41.359Z Downloaded float-cmp v0.10.0
5942026-05-27T20:26:41.359Z Downloaded cobs v0.3.0
5952026-05-27T20:26:41.359Z Downloaded dsl_auto_type v0.2.0
5962026-05-27T20:26:41.359Z Downloaded convert_case v0.4.0
5972026-05-27T20:26:41.362Z Downloaded difflib v0.4.0
5982026-05-27T20:26:41.362Z Downloaded crc8 v0.1.1
5992026-05-27T20:26:41.362Z Downloaded crunchy v0.2.4
6002026-05-27T20:26:41.362Z Downloaded castaway v0.2.4
6012026-05-27T20:26:41.365Z Downloaded embedded-io v0.4.0
6022026-05-27T20:26:41.365Z Downloaded dyn-clone v1.0.20
6032026-05-27T20:26:41.365Z Downloaded bitfield-struct v0.6.2
6042026-05-27T20:26:41.368Z Downloaded colored v3.1.1
6052026-05-27T20:26:41.368Z Downloaded bit-vec v0.8.0
6062026-05-27T20:26:41.368Z Downloaded bit-set v0.8.0
6072026-05-27T20:26:41.371Z Downloaded base16ct v0.2.0
6082026-05-27T20:26:41.371Z Downloaded embedded-io v0.6.1
6092026-05-27T20:26:41.371Z Downloaded daft v0.1.7
6102026-05-27T20:26:41.375Z Downloaded darling v0.21.3
6112026-05-27T20:26:41.379Z Downloaded async-bb8-diesel v0.2.1
6122026-05-27T20:26:41.379Z Downloaded endian-type v0.1.2
6132026-05-27T20:26:41.382Z Downloaded crucible-workspace-hack v0.1.0
6142026-05-27T20:26:41.382Z Downloaded curve25519-dalek-derive v0.1.1
6152026-05-27T20:26:41.382Z Downloaded cargo-platform v0.3.2
6162026-05-27T20:26:41.382Z Downloaded arrayref v0.3.9
6172026-05-27T20:26:41.382Z Downloaded ahash v0.8.12
6182026-05-27T20:26:41.385Z Downloaded crossbeam-deque v0.8.6
6192026-05-27T20:26:41.385Z Downloaded atomicwrites v0.4.4
6202026-05-27T20:26:41.385Z Downloaded foreign-types v0.5.0
6212026-05-27T20:26:41.388Z Downloaded dropshot-api-manager-types v0.7.2
6222026-05-27T20:26:41.388Z Downloaded darling_macro v0.21.3
6232026-05-27T20:26:41.388Z Downloaded cfg_aliases v0.1.1
6242026-05-27T20:26:41.391Z Downloaded foreign-types-shared v0.3.1
6252026-05-27T20:26:41.391Z Downloaded ciborium-io v0.2.2
6262026-05-27T20:26:41.391Z Downloaded cfg_aliases v0.2.1
6272026-05-27T20:26:41.391Z Downloaded fixedbitset v0.4.2
6282026-05-27T20:26:41.394Z Downloaded enum-as-inner v0.6.1
6292026-05-27T20:26:41.395Z Downloaded dunce v1.0.5
6302026-05-27T20:26:41.395Z Downloaded dtrace-parser v0.3.0
6312026-05-27T20:26:41.395Z Downloaded funty v2.0.0
6322026-05-27T20:26:41.398Z Downloaded foreign-types-shared v0.1.1
6332026-05-27T20:26:41.398Z Downloaded foreign-types v0.3.2
6342026-05-27T20:26:41.398Z Downloaded array-init v0.0.4
6352026-05-27T20:26:41.399Z Downloaded futures-macro v0.3.32
6362026-05-27T20:26:41.402Z Downloaded futures-core v0.3.32
6372026-05-27T20:26:41.403Z Downloaded gethostname v0.5.0
6382026-05-27T20:26:41.403Z Downloaded ghash v0.5.1
6392026-05-27T20:26:41.406Z Downloaded futures-task v0.3.32
6402026-05-27T20:26:41.406Z Downloaded hash32 v0.3.1
6412026-05-27T20:26:41.406Z Downloaded fallible-iterator v0.2.0
6422026-05-27T20:26:41.406Z Downloaded defmt v1.0.1
6432026-05-27T20:26:41.409Z Downloaded hash32 v0.2.1
6442026-05-27T20:26:41.409Z Downloaded compression-codecs v0.4.37
6452026-05-27T20:26:41.412Z Downloaded foldhash v0.1.5
6462026-05-27T20:26:41.412Z Downloaded ena v0.14.4
6472026-05-27T20:26:41.415Z Downloaded base64 v0.22.1
6482026-05-27T20:26:41.416Z Downloaded ecdsa v0.16.9
6492026-05-27T20:26:41.419Z Downloaded fxhash v0.2.1
6502026-05-27T20:26:41.419Z Downloaded derive_builder v0.20.2
6512026-05-27T20:26:41.422Z Downloaded either v1.15.0
6522026-05-27T20:26:41.422Z Downloaded cmake v0.1.57
6532026-05-27T20:26:41.426Z Downloaded der v0.7.10
6542026-05-27T20:26:41.426Z Downloaded cargo_metadata v0.23.1
6552026-05-27T20:26:41.429Z Downloaded headers-core v0.3.0
6562026-05-27T20:26:41.429Z Downloaded globwalk v0.9.1
6572026-05-27T20:26:41.429Z Downloaded darling_core v0.13.4
6582026-05-27T20:26:41.432Z Downloaded hex-literal v0.4.1
6592026-05-27T20:26:41.432Z Downloaded constant_time_eq v0.4.2
6602026-05-27T20:26:41.435Z Downloaded home v0.5.12
6612026-05-27T20:26:41.435Z Downloaded const_format_proc_macros v0.2.34
6622026-05-27T20:26:41.435Z Downloaded git-stub v1.0.0
6632026-05-27T20:26:41.439Z Downloaded http-body v1.0.1
6642026-05-27T20:26:41.439Z Downloaded hubpack_derive v0.1.1
6652026-05-27T20:26:41.439Z Downloaded console v0.16.2
6662026-05-27T20:26:41.442Z Downloaded hubpack v0.1.2
6672026-05-27T20:26:41.442Z Downloaded httpdate v1.0.3
6682026-05-27T20:26:41.442Z Downloaded hostname v0.4.2
6692026-05-27T20:26:41.443Z Downloaded chacha20 v0.9.1
6702026-05-27T20:26:41.446Z Downloaded csv-core v0.1.13
6712026-05-27T20:26:41.446Z Downloaded derive_builder_core v0.20.2
6722026-05-27T20:26:41.449Z Downloaded critical-section v1.2.0
6732026-05-27T20:26:41.449Z Downloaded bit-vec v0.6.3
6742026-05-27T20:26:41.449Z Downloaded arrayvec v0.7.6
6752026-05-27T20:26:41.453Z Downloaded byte-wrapper v0.1.0
6762026-05-27T20:26:41.453Z Downloaded http-range v0.1.5
6772026-05-27T20:26:41.453Z Downloaded hostname v0.3.1
6782026-05-27T20:26:41.456Z Downloaded ff v0.13.1
6792026-05-27T20:26:41.456Z Downloaded argon2 v0.5.3
6802026-05-27T20:26:41.456Z Downloaded async-trait v0.1.89
6812026-05-27T20:26:41.459Z Downloaded fixedbitset v0.5.7
6822026-05-27T20:26:41.459Z Downloaded corncobs v0.1.4
6832026-05-27T20:26:41.462Z Downloaded buf-list v1.1.2
6842026-05-27T20:26:41.462Z Downloaded fs-err v2.11.0
6852026-05-27T20:26:41.465Z Downloaded cexpr v0.6.0
6862026-05-27T20:26:41.465Z Downloaded foldhash v0.2.0
6872026-05-27T20:26:41.465Z Downloaded fs_extra v1.3.0
6882026-05-27T20:26:41.470Z Downloaded crc32fast v1.5.0
6892026-05-27T20:26:41.470Z Downloaded glob v0.3.3
6902026-05-27T20:26:41.470Z Downloaded git-stub-vcs v0.1.0
6912026-05-27T20:26:41.473Z Downloaded illumos-nvpair-sys v0.2.0
6922026-05-27T20:26:41.473Z Downloaded indent_write v2.2.0
6932026-05-27T20:26:41.474Z Downloaded env_logger v0.11.9
6942026-05-27T20:26:41.474Z Downloaded ident_case v1.0.1
6952026-05-27T20:26:41.476Z Downloaded futures-executor v0.3.32
6962026-05-27T20:26:41.477Z Downloaded chacha20 v0.10.0
6972026-05-27T20:26:41.477Z Downloaded inout v0.1.4
6982026-05-27T20:26:41.480Z Downloaded illumos-nvpair v0.3.0
6992026-05-27T20:26:41.480Z Downloaded cipher v0.4.4
7002026-05-27T20:26:41.480Z Downloaded blake2 v0.10.6
7012026-05-27T20:26:41.483Z Downloaded filetime v0.2.27
7022026-05-27T20:26:41.483Z Downloaded cbc v0.1.2
7032026-05-27T20:26:41.483Z Downloaded bitfield v0.19.4
7042026-05-27T20:26:41.486Z Downloaded globset v0.4.18
7052026-05-27T20:26:41.486Z Downloaded cookie v0.18.1
7062026-05-27T20:26:41.489Z Downloaded clang-sys v1.8.1
7072026-05-27T20:26:41.489Z Downloaded crc v3.4.0
7082026-05-27T20:26:41.492Z Downloaded is_ci v1.2.0
7092026-05-27T20:26:41.492Z Downloaded is-terminal v0.4.17
7102026-05-27T20:26:41.492Z Downloaded indoc v1.0.9
7112026-05-27T20:26:41.496Z Downloaded instant v0.1.13
7122026-05-27T20:26:41.496Z Downloaded instability v0.3.11
7132026-05-27T20:26:41.496Z Downloaded cancel-safe-futures v0.1.5
7142026-05-27T20:26:41.499Z Downloaded ciborium v0.2.2
7152026-05-27T20:26:41.501Z Downloaded internet-checksum v0.2.1
7162026-05-27T20:26:41.502Z Downloaded bzip2 v0.6.1
7172026-05-27T20:26:41.502Z Downloaded hex v0.4.3
7182026-05-27T20:26:41.505Z Downloaded allocator-api2 v0.2.21
7192026-05-27T20:26:41.505Z Downloaded http-body-util v0.1.3
7202026-05-27T20:26:41.505Z Downloaded darling v0.23.0
7212026-05-27T20:26:41.509Z Downloaded kstat-rs v0.2.4
7222026-05-27T20:26:41.509Z Downloaded lazy_static v1.5.0
7232026-05-27T20:26:41.513Z Downloaded lru-cache v0.1.2
7242026-05-27T20:26:41.513Z Downloaded linked-hash-map v0.5.6
7252026-05-27T20:26:41.513Z Downloaded libscf-sys v1.1.0
7262026-05-27T20:26:41.513Z Downloaded find-msvc-tools v0.1.9
7272026-05-27T20:26:41.516Z Downloaded keccak v0.1.6
7282026-05-27T20:26:41.516Z Downloaded erased-serde v0.3.31
7292026-05-27T20:26:41.516Z Downloaded lru-slab v0.1.2
7302026-05-27T20:26:41.520Z Downloaded hyper-staticfile v0.10.1
7312026-05-27T20:26:41.520Z Downloaded cookie_store v0.22.1
7322026-05-27T20:26:41.525Z Downloaded diff v0.1.13
7332026-05-27T20:26:41.525Z Downloaded convert_case v0.10.0
7342026-05-27T20:26:41.525Z Downloaded getrandom v0.2.17
7352026-05-27T20:26:41.531Z Downloaded crossbeam-utils v0.8.21
7362026-05-27T20:26:41.531Z Downloaded group v0.13.0
7372026-05-27T20:26:41.531Z Downloaded memoffset v0.9.1
7382026-05-27T20:26:41.531Z Downloaded darling_core v0.23.0
7392026-05-27T20:26:41.534Z Downloaded new_debug_unreachable v1.0.6
7402026-05-27T20:26:41.534Z Downloaded md5 v0.7.0
7412026-05-27T20:26:41.534Z Downloaded md-5 v0.10.6
7422026-05-27T20:26:41.537Z Downloaded match_cfg v0.1.0
7432026-05-27T20:26:41.537Z Downloaded maybe-uninit v2.0.0
7442026-05-27T20:26:41.537Z Downloaded multimap v0.10.1
7452026-05-27T20:26:41.537Z Downloaded mime v0.3.17
7462026-05-27T20:26:41.541Z Downloaded maplit v1.0.2
7472026-05-27T20:26:41.541Z Downloaded lzss v0.8.2
7482026-05-27T20:26:41.541Z Downloaded managed v0.8.0
7492026-05-27T20:26:41.541Z Downloaded newline-converter v0.3.0
7502026-05-27T20:26:41.544Z Downloaded indoc v2.0.7
7512026-05-27T20:26:41.544Z Downloaded ingot-types v0.1.2
7522026-05-27T20:26:41.544Z Downloaded ingot v0.1.1
7532026-05-27T20:26:41.547Z Downloaded impl-trait-for-tuples v0.2.3
7542026-05-27T20:26:41.547Z Downloaded derive-where v1.6.0
7552026-05-27T20:26:41.551Z Downloaded const-oid v0.9.6
7562026-05-27T20:26:41.551Z Downloaded lru v0.12.5
7572026-05-27T20:26:41.556Z Downloaded futures-channel v0.3.32
7582026-05-27T20:26:41.556Z Downloaded hmac v0.12.1
7592026-05-27T20:26:41.556Z Downloaded nibble_vec v0.1.0
7602026-05-27T20:26:41.556Z Downloaded lalrpop-util v0.19.12
7612026-05-27T20:26:41.559Z Downloaded jobserver v0.1.34
7622026-05-27T20:26:41.559Z Downloaded newtype_derive v0.1.6
7632026-05-27T20:26:41.559Z Downloaded compact_str v0.8.1
7642026-05-27T20:26:41.562Z Downloaded normalize-line-endings v0.3.0
7652026-05-27T20:26:41.562Z Downloaded nonempty v0.12.0
7662026-05-27T20:26:41.565Z Downloaded num-derive v0.3.3
7672026-05-27T20:26:41.565Z Downloaded nodrop v0.1.14
7682026-05-27T20:26:41.565Z Downloaded newtype-uuid-macros v0.1.0
7692026-05-27T20:26:41.565Z Downloaded hyper-rustls v0.27.7
7702026-05-27T20:26:41.568Z Downloaded libloading v0.8.9
7712026-05-27T20:26:41.568Z Downloaded num-iter v0.1.45
7722026-05-27T20:26:41.572Z Downloaded libefi-sys v0.1.0
7732026-05-27T20:26:41.572Z Downloaded crossbeam-epoch v0.9.18
7742026-05-27T20:26:41.572Z Downloaded num-derive v0.4.2
7752026-05-27T20:26:41.575Z Downloaded num v0.4.3
7762026-05-27T20:26:41.575Z Downloaded fatfs v0.3.6
7772026-05-27T20:26:41.578Z Downloaded num-conv v0.2.0
7782026-05-27T20:26:41.578Z Downloaded elliptic-curve v0.13.8
7792026-05-27T20:26:41.581Z Downloaded openssl-macros v0.1.1
7802026-05-27T20:26:41.581Z Downloaded olpc-cjson v0.1.4
7812026-05-27T20:26:41.581Z Downloaded derive_more v0.99.20
7822026-05-27T20:26:41.584Z Downloaded num_threads v0.1.7
7832026-05-27T20:26:41.587Z Downloaded libsw v3.5.0
7842026-05-27T20:26:41.587Z Downloaded num_enum_derive v0.5.11
7852026-05-27T20:26:41.587Z Downloaded linear-map v1.2.0
7862026-05-27T20:26:41.590Z Downloaded iana-time-zone v0.1.65
7872026-05-27T20:26:41.590Z Downloaded hyper-tls v0.6.0
7882026-05-27T20:26:41.595Z Downloaded libsw-core v0.3.2
7892026-05-27T20:26:41.595Z Downloaded drift v0.2.0
7902026-05-27T20:26:41.598Z Downloaded openssl-probe v0.2.1
7912026-05-27T20:26:41.601Z Downloaded opaque-debug v0.3.1
7922026-05-27T20:26:41.601Z Downloaded mime_guess v2.0.5
7932026-05-27T20:26:41.601Z Downloaded multer v3.1.0
7942026-05-27T20:26:41.604Z Downloaded oso-derive v0.27.3
7952026-05-27T20:26:41.604Z Downloaded openssl-probe v0.1.6
7962026-05-27T20:26:41.604Z Downloaded arc-swap v1.8.2
7972026-05-27T20:26:41.607Z Downloaded futures v0.3.32
7982026-05-27T20:26:41.610Z Downloaded ingot-macros v0.1.1
7992026-05-27T20:26:41.613Z Downloaded bytes v1.11.1
8002026-05-27T20:26:41.649Z Downloaded native-tls v0.2.18
8012026-05-27T20:26:41.649Z Downloaded half v2.7.1
8022026-05-27T20:26:41.649Z Downloaded dropshot-api-manager v0.7.2
8032026-05-27T20:26:41.649Z Downloaded packed_struct_codegen v0.10.1
8042026-05-27T20:26:41.649Z Downloaded nanorand v0.7.0
8052026-05-27T20:26:41.649Z Downloaded flume v0.11.1
8062026-05-27T20:26:41.649Z Downloaded parse-size v1.1.0
8072026-05-27T20:26:41.649Z Downloaded parse-display v0.10.0
8082026-05-27T20:26:41.649Z Downloaded ipnetwork v0.21.1
8092026-05-27T20:26:41.649Z Downloaded pbkdf2 v0.11.0
8102026-05-27T20:26:41.649Z Downloaded darling_core v0.20.11
8112026-05-27T20:26:41.649Z Downloaded pbkdf2 v0.12.2
8122026-05-27T20:26:41.649Z Downloaded path-slash v0.1.5
8132026-05-27T20:26:41.649Z Downloaded crc-any v2.5.0
8142026-05-27T20:26:41.649Z Downloaded lock_api v0.4.14
8152026-05-27T20:26:41.649Z Downloaded ipnet v2.11.0
8162026-05-27T20:26:41.649Z Downloaded cassowary v0.3.0
8172026-05-27T20:26:41.649Z Downloaded bzip2 v0.4.4
8182026-05-27T20:26:41.649Z Downloaded colored v2.2.0
8192026-05-27T20:26:41.650Z Downloaded nu-ansi-term v0.50.3
8202026-05-27T20:26:41.650Z Downloaded humantime v2.3.0
8212026-05-27T20:26:41.650Z Downloaded pin-utils v0.1.0
8222026-05-27T20:26:41.650Z Downloaded phf_shared v0.13.1
8232026-05-27T20:26:41.650Z Downloaded peg-runtime v0.8.5
8242026-05-27T20:26:41.650Z Downloaded num_enum v0.7.5
8252026-05-27T20:26:41.655Z Downloaded phf_shared v0.11.3
8262026-05-27T20:26:41.655Z Downloaded num_enum v0.5.11
8272026-05-27T20:26:41.658Z Downloaded flate2 v1.1.9
8282026-05-27T20:26:41.658Z Downloaded diesel_derives v2.3.7
8292026-05-27T20:26:41.661Z Downloaded precomputed-hash v0.1.1
8302026-05-27T20:26:41.663Z Downloaded indexmap v1.9.3
8312026-05-27T20:26:41.663Z Downloaded httparse v1.10.1
8322026-05-27T20:26:41.667Z Downloaded memmap2 v0.9.10
8332026-05-27T20:26:41.667Z Downloaded litrs v1.0.0
8342026-05-27T20:26:41.670Z Downloaded proc-macro-crate v3.4.0
8352026-05-27T20:26:41.670Z Downloaded half v1.8.3
8362026-05-27T20:26:41.673Z Downloaded proc-macro-error-attr2 v2.0.0
8372026-05-27T20:26:41.673Z Downloaded oxide-tokio-rt v0.1.4
8382026-05-27T20:26:41.673Z Downloaded proc-macro-crate v1.3.1
8392026-05-27T20:26:41.676Z Downloaded owo-colors v4.3.0
8402026-05-27T20:26:41.676Z Downloaded oxnet v0.1.4
8412026-05-27T20:26:41.694Z Downloaded progenitor-macro v0.11.2
8422026-05-27T20:26:41.697Z Downloaded const_format v0.2.35
8432026-05-27T20:26:41.700Z Downloaded chacha20poly1305 v0.10.1
8442026-05-27T20:26:41.700Z Downloaded cc v1.2.56
8452026-05-27T20:26:41.703Z Downloaded quick-error v1.2.3
8462026-05-27T20:26:41.703Z Downloaded async-compression v0.4.41
8472026-05-27T20:26:41.706Z Downloaded pin-project-internal v1.1.11
8482026-05-27T20:26:41.709Z Downloaded libbz2-rs-sys v0.2.2
8492026-05-27T20:26:41.709Z Downloaded progenitor-macro v0.14.0
8502026-05-27T20:26:41.712Z Downloaded pem v3.0.6
8512026-05-27T20:26:41.712Z Downloaded paste v1.0.15
8522026-05-27T20:26:41.716Z Downloaded radium v0.7.0
8532026-05-27T20:26:41.716Z Downloaded phf v0.13.1
8542026-05-27T20:26:41.716Z Downloaded rand_chacha v0.3.1
8552026-05-27T20:26:41.716Z Downloaded password-hash v0.4.2
8562026-05-27T20:26:41.720Z Downloaded parse-display-derive v0.10.0
8572026-05-27T20:26:41.720Z Downloaded parking_lot_core v0.8.6
8582026-05-27T20:26:41.720Z Downloaded crypto-bigint v0.5.5
8592026-05-27T20:26:41.723Z Downloaded poly1305 v0.8.0
8602026-05-27T20:26:41.727Z Downloaded pkcs8 v0.10.2
8612026-05-27T20:26:41.727Z Downloaded polyval v0.6.2
8622026-05-27T20:26:41.730Z Downloaded phf_shared v0.12.1
8632026-05-27T20:26:41.730Z Downloaded pkg-config v0.3.32
8642026-05-27T20:26:41.730Z Downloaded ignore v0.4.25
8652026-05-27T20:26:41.734Z Downloaded pin-project-lite v0.2.17
8662026-05-27T20:26:41.739Z Downloaded predicates v3.1.4
8672026-05-27T20:26:41.739Z Downloaded primeorder v0.13.6
8682026-05-27T20:26:41.739Z Downloaded omicron-zone-package v0.12.2
8692026-05-27T20:26:41.743Z Downloaded progenitor-client v0.13.0
8702026-05-27T20:26:41.743Z Downloaded progenitor v0.13.0
8712026-05-27T20:26:41.743Z Downloaded postgres-protocol v0.6.10
8722026-05-27T20:26:41.743Z Downloaded rfc6979 v0.4.0
8732026-05-27T20:26:41.746Z Downloaded recursive-proc-macro-impl v0.1.1
8742026-05-27T20:26:41.746Z Downloaded recursive v0.1.1
8752026-05-27T20:26:41.746Z Downloaded rand_xorshift v0.4.0
8762026-05-27T20:26:41.746Z Downloaded parking_lot_core v0.9.12
8772026-05-27T20:26:41.749Z Downloaded password-hash v0.5.0
8782026-05-27T20:26:41.749Z Downloaded heapless v0.7.17
8792026-05-27T20:26:41.752Z Downloaded progenitor v0.11.2
8802026-05-27T20:26:41.752Z Downloaded proc-macro-error2 v2.0.1
8812026-05-27T20:26:41.755Z Downloaded ppv-lite86 v0.2.21
8822026-05-27T20:26:41.758Z Downloaded ref-cast-impl v1.0.25
8832026-05-27T20:26:41.758Z Downloaded ref-cast v1.0.25
8842026-05-27T20:26:41.759Z Downloaded pem-rfc7468 v0.7.0
8852026-05-27T20:26:41.761Z Downloaded progenitor-extras v0.2.0
8862026-05-27T20:26:41.762Z Downloaded powerfmt v0.2.0
8872026-05-27T20:26:41.762Z Downloaded psm v0.1.30
8882026-05-27T20:26:41.765Z Downloaded rtoolbox v0.0.3
8892026-05-27T20:26:41.765Z Downloaded indicatif v0.18.4
8902026-05-27T20:26:41.768Z Downloaded russh-cryptovec v0.7.3
8912026-05-27T20:26:41.768Z Downloaded crossbeam-channel v0.5.15
8922026-05-27T20:26:41.771Z Downloaded rustc_version v0.4.1
8932026-05-27T20:26:41.771Z Downloaded peg-macros v0.8.5
8942026-05-27T20:26:41.774Z Downloaded newtype-uuid v1.3.2
8952026-05-27T20:26:41.774Z Downloaded phf v0.12.1
8962026-05-27T20:26:41.774Z Downloaded derive_more v2.1.1
8972026-05-27T20:26:41.781Z Downloaded rustc_version v0.1.7
8982026-05-27T20:26:41.784Z Downloaded r2d2 v0.8.10
8992026-05-27T20:26:41.785Z Downloaded psl-types v2.0.11
9002026-05-27T20:26:41.785Z Downloaded rustc-hash v2.1.1
9012026-05-27T20:26:41.788Z Downloaded rand_core v0.10.0
9022026-05-27T20:26:41.788Z Downloaded progenitor-macro v0.13.0
9032026-05-27T20:26:41.788Z Downloaded hickory-resolver v0.25.2
9042026-05-27T20:26:41.791Z Downloaded pkcs5 v0.7.1
9052026-05-27T20:26:41.794Z Downloaded rand_seeder v0.4.0
9062026-05-27T20:26:41.794Z Downloaded rand_core v0.9.5
9072026-05-27T20:26:41.794Z Downloaded rand_core v0.6.4
9082026-05-27T20:26:41.797Z Downloaded rand_chacha v0.9.0
9092026-05-27T20:26:41.797Z Downloaded pkcs1 v0.7.5
9102026-05-27T20:26:41.797Z Downloaded progenitor-client v0.14.0
9112026-05-27T20:26:41.800Z Downloaded scheduled-thread-pool v0.2.7
9122026-05-27T20:26:41.800Z Downloaded same-file v1.0.6
9132026-05-27T20:26:41.800Z Downloaded parking_lot v0.12.5
9142026-05-27T20:26:41.803Z Downloaded progenitor v0.14.0
9152026-05-27T20:26:41.803Z Downloaded parking_lot v0.11.2
9162026-05-27T20:26:41.806Z Downloaded progenitor-client v0.11.2
9172026-05-27T20:26:41.806Z Downloaded ed25519-dalek v2.2.0
9182026-05-27T20:26:41.809Z Downloaded dropshot_endpoint v0.17.0
9192026-05-27T20:26:41.809Z Downloaded sapling-renderdag v0.1.0
9202026-05-27T20:26:41.813Z Downloaded scopeguard v1.2.0
9212026-05-27T20:26:41.813Z Downloaded bumpalo v3.20.2
9222026-05-27T20:26:41.816Z Downloaded base64 v0.21.7
9232026-05-27T20:26:41.816Z Downloaded seq-macro v0.3.6
9242026-05-27T20:26:41.819Z Downloaded secrecy v0.10.3
9252026-05-27T20:26:41.820Z Downloaded hickory-resolver v0.24.4
9262026-05-27T20:26:41.823Z Downloaded postgres-types v0.2.12
9272026-05-27T20:26:41.823Z Downloaded aes v0.8.4
9282026-05-27T20:26:41.826Z Downloaded p256 v0.13.2
9292026-05-27T20:26:41.829Z Downloaded miniz_oxide v0.8.9
9302026-05-27T20:26:41.829Z Downloaded salsa20 v0.10.2
9312026-05-27T20:26:41.829Z Downloaded scrypt v0.11.0
9322026-05-27T20:26:41.832Z Downloaded scroll_derive v0.13.1
9332026-05-27T20:26:41.832Z Downloaded ar_archive_writer v0.5.1
9342026-05-27T20:26:41.835Z Downloaded serde_spanned v1.0.4
9352026-05-27T20:26:41.835Z Downloaded serde_urlencoded v0.7.1
9362026-05-27T20:26:41.835Z Downloaded expectorate v1.2.0
9372026-05-27T20:26:41.838Z Downloaded serde-big-array v0.5.1
9382026-05-27T20:26:41.838Z Downloaded progenitor-client v0.10.0
9392026-05-27T20:26:41.838Z Downloaded predicates-tree v1.0.13
9402026-05-27T20:26:41.841Z Downloaded predicates-core v1.0.10
9412026-05-27T20:26:41.841Z Downloaded pin-project v1.1.11
9422026-05-27T20:26:41.846Z Downloaded serde_repr v0.1.20
9432026-05-27T20:26:41.849Z Downloaded jiff-static v0.2.21
9442026-05-27T20:26:41.849Z Downloaded sha1 v0.10.6
9452026-05-27T20:26:41.852Z Downloaded serde_plain v1.0.2
9462026-05-27T20:26:41.852Z Downloaded signal-hook-tokio v0.3.1
9472026-05-27T20:26:41.852Z Downloaded quinn-udp v0.5.14
9482026-05-27T20:26:41.857Z Downloaded hyper-util v0.1.20
9492026-05-27T20:26:41.857Z Downloaded serde_bytes v0.11.19
9502026-05-27T20:26:41.860Z Downloaded postcard v1.1.3
9512026-05-27T20:26:41.860Z Downloaded signature v2.2.0
9522026-05-27T20:26:41.861Z Downloaded sigpipe v0.1.3
9532026-05-27T20:26:41.865Z Downloaded slog-bunyan v2.5.0
9542026-05-27T20:26:41.865Z Downloaded siphasher v1.0.2
9552026-05-27T20:26:41.865Z Downloaded signal-hook-mio v0.2.5
9562026-05-27T20:26:41.865Z Downloaded shell-words v1.1.1
9572026-05-27T20:26:41.868Z Downloaded peg v0.8.5
9582026-05-27T20:26:41.868Z Downloaded rustls-pemfile v2.2.0
9592026-05-27T20:26:41.871Z Downloaded rustversion v1.0.22
9602026-05-27T20:26:41.871Z Downloaded openssl-sys v0.9.115
9612026-05-27T20:26:41.874Z Downloaded prefix-trie v0.7.0
9622026-05-27T20:26:41.877Z Downloaded oso v0.27.3
9632026-05-27T20:26:41.881Z Downloaded semver v0.1.20
9642026-05-27T20:26:41.881Z Downloaded rusty-fork v0.3.1
9652026-05-27T20:26:41.881Z Downloaded schemars_derive v0.8.22
9662026-05-27T20:26:41.884Z Downloaded rustls-native-certs v0.8.3
9672026-05-27T20:26:41.884Z Downloaded slog-envlogger v2.2.0
9682026-05-27T20:26:41.884Z Downloaded rustls-pemfile v1.0.4
9692026-05-27T20:26:41.887Z Downloaded minimal-lexical v0.2.1
9702026-05-27T20:26:41.891Z Downloaded packed_struct v0.10.1
9712026-05-27T20:26:41.891Z Downloaded heapless v0.8.0
9722026-05-27T20:26:41.894Z Downloaded headers v0.4.1
9732026-05-27T20:26:41.894Z Downloaded serde_derive_internals v0.29.1
9742026-05-27T20:26:41.897Z Downloaded progenitor-impl v0.11.2
9752026-05-27T20:26:41.897Z Downloaded secrecy v0.8.0
9762026-05-27T20:26:41.901Z Downloaded serde_path_to_error v0.1.20
9772026-05-27T20:26:41.901Z Downloaded scroll v0.13.0
9782026-05-27T20:26:41.901Z Downloaded derive_more-impl v2.1.1
9792026-05-27T20:26:41.904Z Downloaded sec1 v0.7.3
9802026-05-27T20:26:41.904Z Downloaded num-rational v0.4.2
9812026-05-27T20:26:41.907Z Downloaded resolv-conf v0.7.6
9822026-05-27T20:26:41.907Z Downloaded getrandom v0.3.4
9832026-05-27T20:26:41.910Z Downloaded progenitor-impl v0.13.0
9842026-05-27T20:26:41.910Z Downloaded serde-hex v0.1.0
9852026-05-27T20:26:41.913Z Downloaded num_enum_derive v0.7.5
9862026-05-27T20:26:41.913Z Downloaded num-integer v0.1.46
9872026-05-27T20:26:41.913Z Downloaded num-complex v0.4.6
9882026-05-27T20:26:41.916Z Downloaded highway v1.3.0
9892026-05-27T20:26:41.916Z Downloaded defmt-macros v1.0.1
9902026-05-27T20:26:41.919Z Downloaded serde_with_macros v1.5.2
9912026-05-27T20:26:41.919Z Downloaded ssh-encoding v0.2.0
9922026-05-27T20:26:41.922Z Downloaded sqlparser_derive v0.5.0
9932026-05-27T20:26:41.922Z Downloaded hickory-server v0.25.2
9942026-05-27T20:26:41.926Z Downloaded hashbrown v0.13.2
9952026-05-27T20:26:41.926Z Downloaded hashbrown v0.12.3
9962026-05-27T20:26:41.929Z Downloaded strsim v0.10.0
9972026-05-27T20:26:41.929Z Downloaded simd-adler32 v0.3.8
9982026-05-27T20:26:41.932Z Downloaded strum v0.27.2
9992026-05-27T20:26:41.932Z Downloaded rustls-pki-types v1.14.0
10002026-05-27T20:26:41.936Z Downloaded slog-dtrace v0.3.0
10012026-05-27T20:26:41.936Z Downloaded slog-async v2.8.0
10022026-05-27T20:26:41.936Z Downloaded slab v0.4.12
10032026-05-27T20:26:41.939Z Downloaded prettyplease v0.2.37
10042026-05-27T20:26:41.939Z Downloaded pretty_assertions v1.4.1
10052026-05-27T20:26:41.942Z Downloaded strum v0.26.3
10062026-05-27T20:26:41.943Z Downloaded structmeta-derive v0.3.0
10072026-05-27T20:26:41.943Z Downloaded strip-ansi-escapes v0.2.1
10082026-05-27T20:26:41.943Z Downloaded ciborium-ll v0.2.2
10092026-05-27T20:26:41.946Z Downloaded rcgen v0.12.1
10102026-05-27T20:26:41.946Z Downloaded camino-tempfile-ext v0.3.3
10112026-05-27T20:26:41.946Z Downloaded tabwriter v1.4.1
10122026-05-27T20:26:41.949Z Downloaded subtle v2.6.1
10132026-05-27T20:26:41.949Z Downloaded slog-json v2.6.1
10142026-05-27T20:26:41.949Z Downloaded tabled_derive v0.11.0
10152026-05-27T20:26:41.952Z Downloaded sync_wrapper v1.0.2
10162026-05-27T20:26:41.952Z Downloaded supports-color v3.0.2
10172026-05-27T20:26:41.952Z Downloaded sync-ptr v0.1.4
10182026-05-27T20:26:41.955Z Downloaded slog-stdlog v4.1.1
10192026-05-27T20:26:41.955Z Downloaded smallvec v0.6.14
10202026-05-27T20:26:41.955Z Downloaded itertools v0.10.5
10212026-05-27T20:26:41.958Z Downloaded progenitor-impl v0.14.0
10222026-05-27T20:26:41.961Z Downloaded http v1.4.0
10232026-05-27T20:26:41.962Z Downloaded sct v0.7.1
10242026-05-27T20:26:41.964Z Downloaded slog-scope v4.4.1
10252026-05-27T20:26:41.965Z Downloaded serde_cbor v0.11.2
10262026-05-27T20:26:41.968Z Downloaded testing_table v0.3.0
10272026-05-27T20:26:41.968Z Downloaded thread-id v5.1.0
10282026-05-27T20:26:41.971Z Downloaded termtree v0.5.1
10292026-05-27T20:26:41.971Z Downloaded papergrid v0.17.0
10302026-05-27T20:26:41.975Z Downloaded tap v1.0.1
10312026-05-27T20:26:41.975Z Downloaded smf v0.2.3
10322026-05-27T20:26:41.976Z Downloaded spki v0.7.3
10332026-05-27T20:26:41.978Z Downloaded snafu-derive v0.8.9
10342026-05-27T20:26:41.978Z Downloaded serde_with_macros v3.17.0
10352026-05-27T20:26:41.978Z Downloaded take_mut v0.2.2
10362026-05-27T20:26:41.979Z Downloaded tagptr v0.2.0
10372026-05-27T20:26:41.982Z Downloaded thiserror-impl-no-std v2.0.2
10382026-05-27T20:26:41.982Z Downloaded ed25519 v2.2.3
10392026-05-27T20:26:41.982Z Downloaded tinyvec_macros v0.1.1
10402026-05-27T20:26:41.982Z Downloaded ctr v0.9.2
10412026-05-27T20:26:41.985Z Downloaded futures-io v0.3.32
10422026-05-27T20:26:41.985Z Downloaded crossterm v0.28.1
10432026-05-27T20:26:41.988Z Downloaded russh-keys v0.45.0
10442026-05-27T20:26:41.992Z Downloaded ron v0.8.1
10452026-05-27T20:26:41.995Z Downloaded time-core v0.1.8
10462026-05-27T20:26:41.995Z Downloaded ssh-cipher v0.2.0
10472026-05-27T20:26:41.995Z Downloaded sqlformat v0.3.5
10482026-05-27T20:26:41.999Z Downloaded structmeta v0.3.0
10492026-05-27T20:26:41.999Z Downloaded shlex v1.3.0
10502026-05-27T20:26:41.999Z Downloaded signal-hook-registry v1.4.8
10512026-05-27T20:26:42.002Z Downloaded tokio-macros v2.7.0
10522026-05-27T20:26:42.002Z Downloaded stacker v0.1.23
10532026-05-27T20:26:42.005Z Downloaded stringprep v0.1.5
10542026-05-27T20:26:42.005Z Downloaded string_cache v0.8.9
10552026-05-27T20:26:42.005Z Downloaded strum_macros v0.26.4
10562026-05-27T20:26:42.008Z Downloaded rayon-core v1.13.0
10572026-05-27T20:26:42.012Z Downloaded schemars v0.8.22
10582026-05-27T20:26:42.015Z Downloaded strum_macros v0.27.2
10592026-05-27T20:26:42.019Z Downloaded support-bundle-viewer v0.1.2
10602026-05-27T20:26:42.019Z Downloaded hashbrown v0.16.1
10612026-05-27T20:26:42.024Z Downloaded hashbrown v0.15.5
10622026-05-27T20:26:42.027Z Downloaded ryu v1.0.23
10632026-05-27T20:26:42.027Z Downloaded slog-term v2.9.2
10642026-05-27T20:26:42.031Z Downloaded publicsuffix v2.3.0
10652026-05-27T20:26:42.031Z Downloaded aes-gcm v0.10.3
10662026-05-27T20:26:42.035Z Downloaded tower-layer v0.3.3
10672026-05-27T20:26:42.035Z Downloaded topological-sort v0.2.2
10682026-05-27T20:26:42.035Z Downloaded strum_macros v0.24.3
10692026-05-27T20:26:42.036Z Downloaded spin v0.9.8
10702026-05-27T20:26:42.039Z Downloaded termios v0.3.3
10712026-05-27T20:26:42.048Z Downloaded thiserror-no-std v2.0.2
10722026-05-27T20:26:42.051Z Downloaded tiny-keccak v2.0.2
10732026-05-27T20:26:42.054Z Downloaded thread_local v1.1.9
10742026-05-27T20:26:42.054Z Downloaded static_assertions v1.1.0
10752026-05-27T20:26:42.058Z Downloaded tower-service v0.3.3
10762026-05-27T20:26:42.058Z Downloaded rand v0.8.6
10772026-05-27T20:26:42.058Z Downloaded time-macros v0.2.27
10782026-05-27T20:26:42.061Z Downloaded slog v2.8.2
10792026-05-27T20:26:42.064Z Downloaded try-lock v0.2.5
10802026-05-27T20:26:42.064Z Downloaded trait-variant v0.1.2
10812026-05-27T20:26:42.064Z Downloaded typify-macro v0.4.3
10822026-05-27T20:26:42.067Z Downloaded signal-hook v0.3.18
10832026-05-27T20:26:42.067Z Downloaded unarray v0.1.4
10842026-05-27T20:26:42.067Z Downloaded tokio-dtrace v0.1.1
10852026-05-27T20:26:42.071Z Downloaded tls_codec_derive v0.4.2
10862026-05-27T20:26:42.071Z Downloaded rustls-platform-verifier v0.6.2
10872026-05-27T20:26:42.074Z Downloaded nom v7.1.3
10882026-05-27T20:26:42.077Z Downloaded typify-macro v0.6.2
10892026-05-27T20:26:42.077Z Downloaded unicode-truncate v1.1.0
10902026-05-27T20:26:42.077Z Downloaded unit-prefix v0.5.2
10912026-05-27T20:26:42.080Z Downloaded serde_yaml v0.9.34+deprecated
10922026-05-27T20:26:42.080Z Downloaded num-bigint v0.4.6
10932026-05-27T20:26:42.083Z Downloaded tokio-native-tls v0.3.1
10942026-05-27T20:26:42.086Z Downloaded mio v1.2.0
10952026-05-27T20:26:42.091Z Downloaded tokio-rustls v0.25.0
10962026-05-27T20:26:42.094Z Downloaded similar v2.7.0
10972026-05-27T20:26:42.097Z Downloaded utf-8 v0.7.6
10982026-05-27T20:26:42.097Z Downloaded usdt-attr-macro v0.6.0
10992026-05-27T20:26:42.097Z Downloaded usdt-macro v0.6.0
11002026-05-27T20:26:42.100Z Downloaded untrusted v0.7.1
11012026-05-27T20:26:42.100Z Downloaded untrusted v0.9.0
11022026-05-27T20:26:42.100Z Downloaded universal-hash v0.5.1
11032026-05-27T20:26:42.104Z Downloaded usdt v0.6.0
11042026-05-27T20:26:42.107Z Downloaded schemars v0.9.0
11052026-05-27T20:26:42.115Z Downloaded toml_writer v1.0.6+spec-1.1.0
11062026-05-27T20:26:42.118Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11072026-05-27T20:26:42.118Z Downloaded term v1.2.1
11082026-05-27T20:26:42.121Z Downloaded tokio-tungstenite v0.23.1
11092026-05-27T20:26:42.124Z Downloaded itertools v0.13.0
11102026-05-27T20:26:42.128Z Downloaded socket2 v0.6.3
11112026-05-27T20:26:42.128Z Downloaded quinn v0.11.9
11122026-05-27T20:26:42.131Z Downloaded qorb v0.4.1
11132026-05-27T20:26:42.134Z Downloaded waitgroup v0.1.2
11142026-05-27T20:26:42.135Z Downloaded void v1.0.2
11152026-05-27T20:26:42.135Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11162026-05-27T20:26:42.138Z Downloaded rsa v0.9.10
11172026-05-27T20:26:42.138Z Downloaded wait-timeout v0.2.1
11182026-05-27T20:26:42.138Z Downloaded libxml v0.3.3
11192026-05-27T20:26:42.143Z Downloaded tui-tree-widget v0.23.1
11202026-05-27T20:26:42.146Z Downloaded rand v0.9.2
11212026-05-27T20:26:42.146Z Downloaded num-bigint-dig v0.8.6
11222026-05-27T20:26:42.151Z Downloaded xattr v1.6.1
11232026-05-27T20:26:42.154Z Downloaded tls_codec v0.4.2
11242026-05-27T20:26:42.157Z Downloaded unicase v2.9.0
11252026-05-27T20:26:42.163Z Downloaded hyper v1.8.1
11262026-05-27T20:26:42.166Z Downloaded zeroize_derive v1.4.3
11272026-05-27T20:26:42.166Z Downloaded subprocess v0.2.15
11282026-05-27T20:26:42.166Z Downloaded tokio-tungstenite v0.21.0
11292026-05-27T20:26:42.169Z Downloaded tokio-rustls v0.24.1
11302026-05-27T20:26:42.169Z Downloaded bindgen v0.71.1
11312026-05-27T20:26:42.172Z Downloaded xshell-macros v0.2.7
11322026-05-27T20:26:42.175Z Downloaded snafu v0.8.9
11332026-05-27T20:26:42.179Z Downloaded zone v0.3.1
11342026-05-27T20:26:42.179Z Downloaded tokio-rustls v0.26.4
11352026-05-27T20:26:42.179Z Downloaded vergen-git2 v9.1.0
11362026-05-27T20:26:42.179Z Downloaded h2 v0.4.13
11372026-05-27T20:26:42.183Z Downloaded zone_cfg_derive v0.3.1
11382026-05-27T20:26:42.185Z Downloaded term v0.7.0
11392026-05-27T20:26:42.185Z Downloaded uzers v0.12.2
11402026-05-27T20:26:42.189Z Downloaded tracing-attributes v0.1.31
11412026-05-27T20:26:42.189Z Downloaded vergen-gitcl v1.0.8
11422026-05-27T20:26:42.189Z Downloaded test-strategy v0.4.5
11432026-05-27T20:26:42.192Z Downloaded toml_parser v1.0.9+spec-1.1.0
11442026-05-27T20:26:42.195Z Downloaded libm v0.2.16
11452026-05-27T20:26:42.199Z Downloaded want v0.3.1
11462026-05-27T20:26:42.202Z Downloaded vergen-lib v9.1.0
11472026-05-27T20:26:42.202Z Downloaded tinyvec v1.10.0
11482026-05-27T20:26:42.205Z Downloaded futures-util v0.3.32
11492026-05-27T20:26:42.209Z Downloaded whoami v2.1.0
11502026-05-27T20:26:42.212Z Downloaded walkdir v2.5.0
11512026-05-27T20:26:42.212Z Downloaded twox-hash v2.1.2
11522026-05-27T20:26:42.215Z Downloaded rand v0.10.0
11532026-05-27T20:26:42.215Z Downloaded schemars v1.2.1
11542026-05-27T20:26:42.224Z Downloaded wyz v0.5.1
11552026-05-27T20:26:42.227Z Downloaded whoami v1.6.1
11562026-05-27T20:26:42.228Z Downloaded itertools v0.12.1
11572026-05-27T20:26:42.231Z Downloaded toml v0.7.8
11582026-05-27T20:26:42.234Z Downloaded vergen v9.1.0
11592026-05-27T20:26:42.234Z Downloaded usdt-impl v0.6.0
11602026-05-27T20:26:42.234Z Downloaded xshell v0.2.7
11612026-05-27T20:26:42.237Z Downloaded zeroize v1.8.2
11622026-05-27T20:26:42.237Z Downloaded zstd-safe v7.2.4
11632026-05-27T20:26:42.237Z Downloaded tokio-stream v0.1.18
11642026-05-27T20:26:42.240Z Downloaded socket2 v0.5.10
11652026-05-27T20:26:42.244Z Downloaded aho-corasick v1.1.4
11662026-05-27T20:26:42.247Z Downloaded toml v1.0.6+spec-1.1.0
11672026-05-27T20:26:42.247Z Downloaded vsss-rs v3.3.4
11682026-05-27T20:26:42.250Z Downloaded steno v0.4.1
11692026-05-27T20:26:42.253Z Downloaded zstd v0.13.3
11702026-05-27T20:26:42.253Z Downloaded tungstenite v0.21.0
11712026-05-27T20:26:42.256Z Downloaded unicode-properties v0.1.4
11722026-05-27T20:26:42.256Z Downloaded p521 v0.13.3
11732026-05-27T20:26:42.259Z Downloaded tar v0.4.45
11742026-05-27T20:26:42.263Z Downloaded russh v0.45.0
11752026-05-27T20:26:42.266Z Downloaded iddqd v0.4.2
11762026-05-27T20:26:42.269Z Downloaded tracing-core v0.1.36
11772026-05-27T20:26:42.273Z Downloaded typify v0.4.3
11782026-05-27T20:26:42.274Z Downloaded tungstenite v0.23.0
11792026-05-27T20:26:42.277Z Downloaded vergen-lib v0.1.6
11802026-05-27T20:26:42.279Z Downloaded samael v0.0.19
11812026-05-27T20:26:42.282Z Downloaded rustls-webpki v0.103.9
11822026-05-27T20:26:42.282Z Downloaded hkdf v0.12.4
11832026-05-27T20:26:42.282Z Downloaded itertools v0.14.0
11842026-05-27T20:26:42.286Z Downloaded zerocopy v0.6.6
11852026-05-27T20:26:42.288Z Downloaded yasna v0.5.2
11862026-05-27T20:26:42.288Z Downloaded unsafe-libyaml v0.2.11
11872026-05-27T20:26:42.292Z Downloaded rustyline v14.0.0
11882026-05-27T20:26:42.295Z Downloaded ssh-key v0.6.7
11892026-05-27T20:26:42.298Z Downloaded vte v0.14.1
11902026-05-27T20:26:42.301Z Downloaded typify v0.6.2
11912026-05-27T20:26:42.301Z Downloaded unicode-bidi v0.3.18
11922026-05-27T20:26:42.304Z Downloaded serde_with v1.14.0
11932026-05-27T20:26:42.307Z Downloaded iri-string v0.7.10
11942026-05-27T20:26:42.310Z Downloaded tokio-postgres v0.7.16
11952026-05-27T20:26:42.331Z Downloaded toml_edit v0.23.10+spec-1.0.0
11962026-05-27T20:26:42.334Z Downloaded reedline v0.40.0
11972026-05-27T20:26:42.338Z Downloaded uuid v1.23.0
11982026-05-27T20:26:42.341Z Downloaded zopfli v0.8.3
11992026-05-27T20:26:42.344Z Downloaded rpassword v7.4.0
12002026-05-27T20:26:42.347Z Downloaded regex v1.12.3
12012026-05-27T20:26:42.354Z Downloaded git2 v0.20.4
12022026-05-27T20:26:42.359Z Downloaded reqwest v0.13.2
12032026-05-27T20:26:42.364Z Downloaded bitvec v1.0.1
12042026-05-27T20:26:42.371Z Downloaded reqwest v0.12.28
12052026-05-27T20:26:42.375Z Downloaded p384 v0.13.1
12062026-05-27T20:26:42.378Z Downloaded zip v0.6.6
12072026-05-27T20:26:42.381Z Downloaded toml_edit v0.19.15
12082026-05-27T20:26:42.390Z Downloaded aws-lc-rs v1.16.3
12092026-05-27T20:26:42.400Z Downloaded quick-xml v0.37.5
12102026-05-27T20:26:42.403Z Downloaded chrono v0.4.44
12112026-05-27T20:26:42.408Z Downloaded yansi v1.0.1
12122026-05-27T20:26:42.411Z Downloaded unicode_categories v0.1.1
12132026-05-27T20:26:42.411Z Downloaded rustls-webpki v0.101.7
12142026-05-27T20:26:42.419Z Downloaded unicode-segmentation v1.12.0
12152026-05-27T20:26:42.424Z Downloaded moka v0.12.13
12162026-05-27T20:26:42.427Z Downloaded zerocopy-derive v0.8.40
12172026-05-27T20:26:42.430Z Downloaded typed-path v0.9.3
12182026-05-27T20:26:42.434Z Downloaded lalrpop v0.19.12
12192026-05-27T20:26:42.440Z Downloaded rayon v1.11.0
12202026-05-27T20:26:42.445Z Downloaded x509-cert v0.2.5
12212026-05-27T20:26:42.448Z Downloaded tower v0.5.3
12222026-05-27T20:26:42.455Z Downloaded zip v4.6.1
12232026-05-27T20:26:42.458Z Downloaded tokio-util v0.7.18
12242026-05-27T20:26:42.461Z Downloaded serde_with v3.17.0
12252026-05-27T20:26:42.468Z Downloaded unicode-normalization v0.1.25
12262026-05-27T20:26:42.472Z Downloaded tower-http v0.6.8
12272026-05-27T20:26:42.475Z Downloaded salty v0.3.0
12282026-05-27T20:26:42.478Z Downloaded curve25519-dalek v4.1.3
12292026-05-27T20:26:42.483Z Downloaded tough v0.22.0
12302026-05-27T20:26:42.488Z Downloaded goblin v0.10.5
12312026-05-27T20:26:42.492Z Downloaded proptest v1.10.0
12322026-05-27T20:26:42.498Z Downloaded portable-atomic v1.13.1
12332026-05-27T20:26:42.507Z Downloaded winnow v0.5.40
12342026-05-27T20:26:42.513Z Downloaded petname v2.0.2
12352026-05-27T20:26:42.516Z Downloaded winnow v0.6.26
12362026-05-27T20:26:42.521Z Downloaded object v0.30.4
12372026-05-27T20:26:42.526Z Downloaded rustls-webpki v0.102.8
12382026-05-27T20:26:42.537Z Downloaded nix v0.28.0
12392026-05-27T20:26:42.544Z Downloaded nix v0.27.1
12402026-05-27T20:26:42.566Z Downloaded quinn-proto v0.11.13
12412026-05-27T20:26:42.571Z Downloaded tabled v0.20.0
12422026-05-27T20:26:42.582Z Downloaded polar-core v0.27.3
12432026-05-27T20:26:42.588Z Downloaded dropshot v0.17.0
12442026-05-27T20:26:42.601Z Downloaded zlib-rs v0.6.2
12452026-05-27T20:26:42.604Z Downloaded nix v0.31.2
12462026-05-27T20:26:42.611Z Downloaded vcpkg v0.2.15
12472026-05-27T20:26:42.635Z Downloaded rustls v0.21.12
12482026-05-27T20:26:42.641Z Downloaded openssl v0.10.79
12492026-05-27T20:26:42.647Z Downloaded regex-syntax v0.6.29
12502026-05-27T20:26:42.651Z Downloaded regress v0.11.1
12512026-05-27T20:26:42.656Z Downloaded zerocopy v0.8.40
12522026-05-27T20:26:42.661Z Downloaded rustix v0.38.44
12532026-05-27T20:26:42.674Z Downloaded time v0.3.47
12542026-05-27T20:26:42.681Z Downloaded smoltcp v0.9.1
12552026-05-27T20:26:42.690Z Downloaded bstr v1.12.1
12562026-05-27T20:26:42.695Z Downloaded diesel v2.3.7
12572026-05-27T20:26:42.705Z Downloaded hickory-proto v0.25.2
12582026-05-27T20:26:42.714Z Downloaded radix_trie v0.2.1
12592026-05-27T20:26:42.717Z Downloaded rustls v0.22.4
12602026-05-27T20:26:42.724Z Downloaded webpki-roots v1.0.6
12612026-05-27T20:26:42.727Z Downloaded sqlparser v0.61.0
12622026-05-27T20:26:42.732Z Downloaded smoltcp v0.11.0
12632026-05-27T20:26:42.739Z Downloaded typify-impl v0.6.2
12642026-05-27T20:26:42.748Z Downloaded ratatui v0.29.0
12652026-05-27T20:26:42.759Z Downloaded regress v0.10.5
12662026-05-27T20:26:42.764Z Downloaded tracing v0.1.44
12672026-05-27T20:26:42.777Z Downloaded rustls v0.23.37
12682026-05-27T20:26:42.784Z Downloaded zerocopy-derive v0.6.6
12692026-05-27T20:26:42.790Z Downloaded regex-syntax v0.8.10
12702026-05-27T20:26:42.795Z Downloaded regex-automata v0.4.14
12712026-05-27T20:26:42.803Z Downloaded object v0.37.3
12722026-05-27T20:26:42.810Z Downloaded openapiv3 v2.2.0
12732026-05-27T20:26:42.817Z Downloaded hickory-proto v0.24.4
12742026-05-27T20:26:42.844Z Downloaded libz-sys v1.1.24
12752026-05-27T20:26:42.880Z Downloaded csv v1.4.0
12762026-05-27T20:26:42.884Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12772026-05-27T20:26:42.885Z Downloaded typify-impl v0.4.3
12782026-05-27T20:26:42.890Z Downloaded sled v0.34.7
12792026-05-27T20:26:42.896Z Downloaded bzip2-sys v0.1.13+1.0.8
12802026-05-27T20:26:42.918Z Downloaded encoding_rs v0.8.35
12812026-05-27T20:26:42.972Z Downloaded petgraph v0.6.5
12822026-05-27T20:26:42.983Z Downloaded jiff v0.2.21
12832026-05-27T20:26:42.994Z Downloaded chrono-tz v0.10.4
12842026-05-27T20:26:43.017Z Downloaded petgraph v0.8.3
12852026-05-27T20:26:43.037Z Downloaded sha3 v0.10.8
12862026-05-27T20:26:43.051Z Downloaded tokio v1.52.1
12872026-05-27T20:26:43.164Z Downloaded ring v0.17.14
12882026-05-27T20:26:43.209Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-05-27T20:26:43.707Z Downloaded aws-lc-sys v0.40.0
12902026-05-27T20:26:43.961Z Compiling libc v0.2.185
12912026-05-27T20:26:43.962Z Compiling serde v1.0.228
12922026-05-27T20:26:43.965Z Compiling log v0.4.29
12932026-05-27T20:26:43.965Z Compiling find-msvc-tools v0.1.9
12942026-05-27T20:26:43.965Z Compiling shlex v1.3.0
12952026-05-27T20:26:43.965Z Compiling smallvec v1.15.1
12962026-05-27T20:26:43.965Z Compiling typenum v1.19.0
12972026-05-27T20:26:43.965Z Compiling subtle v2.6.1
12982026-05-27T20:26:44.113Z Compiling generic-array v0.14.7
12992026-05-27T20:26:44.117Z Compiling scopeguard v1.2.0
13002026-05-27T20:26:44.193Z Compiling const-oid v0.9.6
13012026-05-27T20:26:44.206Z Compiling serde_json v1.0.149
13022026-05-27T20:26:44.218Z Compiling syn v2.0.117
13032026-05-27T20:26:44.232Z Compiling zerocopy v0.8.40
13042026-05-27T20:26:44.235Z Compiling pin-project-lite v0.2.17
13052026-05-27T20:26:44.235Z Compiling parking_lot_core v0.9.12
13062026-05-27T20:26:44.290Z Compiling lock_api v0.4.14
13072026-05-27T20:26:44.308Z Compiling portable-atomic v1.13.1
13082026-05-27T20:26:44.310Z Compiling pkg-config v0.3.32
13092026-05-27T20:26:44.367Z Compiling bitflags v2.11.0
13102026-05-27T20:26:44.367Z Compiling futures-core v0.3.32
13112026-05-27T20:26:44.397Z Compiling critical-section v1.2.0
13122026-05-27T20:26:44.413Z Compiling libm v0.2.16
13132026-05-27T20:26:44.483Z Compiling num-traits v0.2.19
13142026-05-27T20:26:44.501Z Compiling percent-encoding v2.3.2
13152026-05-27T20:26:44.627Z Compiling futures-sink v0.3.32
13162026-05-27T20:26:44.641Z Compiling futures-io v0.3.32
13172026-05-27T20:26:44.641Z Compiling cpufeatures v0.2.17
13182026-05-27T20:26:44.656Z Compiling getrandom v0.4.1
13192026-05-27T20:26:44.703Z Compiling slab v0.4.12
13202026-05-27T20:26:44.766Z Compiling futures-channel v0.3.32
13212026-05-27T20:26:44.770Z Compiling futures-task v0.3.32
13222026-05-27T20:26:44.812Z Compiling rand_core v0.10.0
13232026-05-27T20:26:44.842Z Compiling indexmap v2.14.0
13242026-05-27T20:26:44.875Z Compiling rustversion v1.0.22
13252026-05-27T20:26:44.920Z Compiling getrandom v0.3.4
13262026-05-27T20:26:44.961Z Compiling form_urlencoded v1.2.2
13272026-05-27T20:26:44.990Z Compiling fs_extra v1.3.0
13282026-05-27T20:26:45.004Z Compiling dunce v1.0.5
13292026-05-27T20:26:45.023Z Compiling base64ct v1.8.3
13302026-05-27T20:26:45.042Z Compiling ident_case v1.0.1
13312026-05-27T20:26:45.046Z Compiling iana-time-zone v0.1.65
13322026-05-27T20:26:45.095Z Compiling regex-syntax v0.8.10
13332026-05-27T20:26:45.121Z Compiling flagset v0.4.7
13342026-05-27T20:26:45.163Z Compiling getrandom v0.2.17
13352026-05-27T20:26:45.193Z Compiling jobserver v0.1.34
13362026-05-27T20:26:45.231Z Compiling errno v0.3.14
13372026-05-27T20:26:45.262Z Compiling mio v1.2.0
13382026-05-27T20:26:45.278Z Compiling socket2 v0.6.3
13392026-05-27T20:26:45.314Z Compiling rand_core v0.6.4
13402026-05-27T20:26:45.357Z Compiling signal-hook-registry v1.4.8
13412026-05-27T20:26:45.408Z Compiling once_cell v1.21.3
13422026-05-27T20:26:45.434Z Compiling cc v1.2.56
13432026-05-27T20:26:45.512Z Compiling parking_lot v0.12.5
13442026-05-27T20:26:45.547Z Compiling pem-rfc7468 v0.7.0
13452026-05-27T20:26:45.577Z Compiling rustix v1.1.3
13462026-05-27T20:26:45.620Z Compiling vcpkg v0.2.15
13472026-05-27T20:26:45.639Z Compiling aws-lc-rs v1.16.3
13482026-05-27T20:26:45.675Z Compiling tracing-core v0.1.36
13492026-05-27T20:26:45.699Z Compiling uuid v1.23.0
13502026-05-27T20:26:45.784Z Compiling rustc_version v0.4.1
13512026-05-27T20:26:45.787Z Compiling base64 v0.22.1
13522026-05-27T20:26:45.914Z Compiling untrusted v0.7.1
13532026-05-27T20:26:45.941Z Compiling tinyvec_macros v0.1.1
13542026-05-27T20:26:45.986Z Compiling rand_core v0.9.5
13552026-05-27T20:26:46.027Z Compiling openssl-probe v0.2.1
13562026-05-27T20:26:46.063Z Compiling untrusted v0.9.0
13572026-05-27T20:26:46.066Z Compiling httparse v1.10.1
13582026-05-27T20:26:46.124Z Compiling tinyvec v1.10.0
13592026-05-27T20:26:46.145Z Compiling aho-corasick v1.1.4
13602026-05-27T20:26:46.161Z Compiling tower-layer v0.3.3
13612026-05-27T20:26:46.217Z Compiling try-lock v0.2.5
13622026-05-27T20:26:46.232Z Compiling cmake v0.1.57
13632026-05-27T20:26:46.265Z Compiling tower-service v0.3.3
13642026-05-27T20:26:46.295Z Compiling dyn-clone v1.0.20
13652026-05-27T20:26:46.295Z Compiling atomic-waker v1.1.2
13662026-05-27T20:26:46.347Z Compiling schemars v0.8.22
13672026-05-27T20:26:46.362Z Compiling rustls v0.23.37
13682026-05-27T20:26:46.380Z Compiling want v0.3.1
13692026-05-27T20:26:46.431Z Compiling foreign-types-shared v0.1.1
13702026-05-27T20:26:46.449Z Compiling pin-utils v0.1.0
13712026-05-27T20:26:46.463Z Compiling httpdate v1.0.3
13722026-05-27T20:26:46.466Z Compiling openssl v0.10.79
13732026-05-27T20:26:46.466Z Compiling unicode-normalization v0.1.25
13742026-05-27T20:26:46.508Z Compiling spin v0.9.8
13752026-05-27T20:26:46.539Z Compiling foreign-types v0.3.2
13762026-05-27T20:26:46.542Z Compiling crc32fast v1.5.0
13772026-05-27T20:26:46.571Z Compiling num-conv v0.2.0
13782026-05-27T20:26:46.599Z Compiling powerfmt v0.2.0
13792026-05-27T20:26:46.635Z Compiling native-tls v0.2.18
13802026-05-27T20:26:46.649Z Compiling time-core v0.1.8
13812026-05-27T20:26:46.675Z Compiling wait-timeout v0.2.1
13822026-05-27T20:26:46.718Z Compiling sync_wrapper v1.0.2
13832026-05-27T20:26:46.736Z Compiling num_threads v0.1.7
13842026-05-27T20:26:46.755Z Compiling deranged v0.5.8
13852026-05-27T20:26:46.771Z Compiling syn v1.0.109
13862026-05-27T20:26:46.816Z Compiling time-macros v0.2.27
13872026-05-27T20:26:46.833Z Compiling siphasher v1.0.2
13882026-05-27T20:26:46.850Z Compiling simd-adler32 v0.3.8
13892026-05-27T20:26:46.866Z Compiling usdt-impl v0.6.0
13902026-05-27T20:26:46.901Z Compiling quick-error v1.2.3
13912026-05-27T20:26:46.904Z Compiling bit-vec v0.8.0
13922026-05-27T20:26:46.939Z Compiling crossbeam-utils v0.8.21
13932026-05-27T20:26:47.029Z Compiling slog v2.8.2
13942026-05-27T20:26:47.067Z Compiling regex-automata v0.4.14
13952026-05-27T20:26:47.090Z Compiling rand_xorshift v0.4.0
13962026-05-27T20:26:47.185Z Compiling bit-set v0.8.0
13972026-05-27T20:26:47.202Z Compiling aws-lc-sys v0.40.0
13982026-05-27T20:26:47.206Z Compiling ring v0.17.14
13992026-05-27T20:26:47.233Z Compiling openssl-sys v0.9.115
14002026-05-27T20:26:47.237Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14012026-05-27T20:26:47.237Z Compiling bzip2-sys v0.1.13+1.0.8
14022026-05-27T20:26:47.279Z Compiling tempfile v3.25.0
14032026-05-27T20:26:47.296Z Compiling synstructure v0.13.2
14042026-05-27T20:26:47.299Z Compiling serde_derive_internals v0.29.1
14052026-05-27T20:26:47.376Z Compiling pest_generator v2.8.6
14062026-05-27T20:26:47.553Z Compiling darling_core v0.20.11
14072026-05-27T20:26:47.569Z Compiling rusty-fork v0.3.1
14082026-05-27T20:26:47.662Z Compiling darling_core v0.21.3
14092026-05-27T20:26:47.682Z Compiling heapless v0.7.17
14102026-05-27T20:26:47.832Z Compiling thread-id v5.1.0
14112026-05-27T20:26:47.917Z Compiling cookie v0.18.1
14122026-05-27T20:26:47.933Z Compiling zstd-safe v7.2.4
14132026-05-27T20:26:47.949Z Compiling anyhow v1.0.102
14142026-05-27T20:26:47.970Z Compiling adler2 v2.0.1
14152026-05-27T20:26:48.006Z Compiling unarray v0.1.4
14162026-05-27T20:26:48.021Z Compiling time v0.3.47
14172026-05-27T20:26:48.141Z Compiling signal-hook v0.3.18
14182026-05-27T20:26:48.141Z Compiling allocator-api2 v0.2.21
14192026-05-27T20:26:48.172Z Compiling paste v1.0.15
14202026-05-27T20:26:48.176Z Compiling iri-string v0.7.10
14212026-05-27T20:26:48.176Z Compiling unicode-properties v0.1.4
14222026-05-27T20:26:48.287Z Compiling unicode-bidi v0.3.18
14232026-05-27T20:26:48.303Z Compiling ryu v1.0.23
14242026-05-27T20:26:48.502Z Compiling miniz_oxide v0.8.9
14252026-05-27T20:26:48.595Z Compiling num-integer v0.1.46
14262026-05-27T20:26:48.613Z Compiling vergen-lib v9.1.0
14272026-05-27T20:26:48.814Z Compiling stringprep v0.1.5
14282026-05-27T20:26:48.848Z Compiling curve25519-dalek v4.1.3
14292026-05-27T20:26:48.935Z Compiling ff v0.13.1
14302026-05-27T20:26:49.046Z Compiling hash32 v0.2.1
14312026-05-27T20:26:49.096Z Compiling memoffset v0.9.1
14322026-05-27T20:26:49.129Z Compiling serde_derive v1.0.228
14332026-05-27T20:26:49.145Z Compiling zeroize_derive v1.4.3
14342026-05-27T20:26:49.212Z Compiling zerofrom-derive v0.1.6
14352026-05-27T20:26:49.255Z Compiling yoke-derive v0.8.1
14362026-05-27T20:26:49.289Z Compiling zerovec-derive v0.11.2
14372026-05-27T20:26:49.307Z Compiling zerocopy-derive v0.8.40
14382026-05-27T20:26:49.321Z Compiling displaydoc v0.2.5
14392026-05-27T20:26:49.714Z Compiling tokio-macros v2.7.0
14402026-05-27T20:26:49.796Z Compiling futures-macro v0.3.32
14412026-05-27T20:26:49.841Z Compiling zeroize v1.8.2
14422026-05-27T20:26:49.931Z Compiling der_derive v0.7.3
14432026-05-27T20:26:50.159Z Compiling rustls-pki-types v1.14.0
14442026-05-27T20:26:50.307Z Compiling thiserror-impl v2.0.18
14452026-05-27T20:26:50.486Z Compiling tracing-attributes v0.1.31
14462026-05-27T20:26:50.507Z Compiling scroll_derive v0.13.1
14472026-05-27T20:26:50.532Z Compiling schemars_derive v0.8.22
14482026-05-27T20:26:50.636Z Compiling crypto-common v0.1.7
14492026-05-27T20:26:50.651Z Compiling block-buffer v0.10.4
14502026-05-27T20:26:50.666Z Compiling futures-util v0.3.32
14512026-05-27T20:26:50.710Z Compiling zerofrom v0.1.6
14522026-05-27T20:26:50.808Z Compiling digest v0.10.7
14532026-05-27T20:26:50.848Z Compiling yoke v0.8.1
14542026-05-27T20:26:50.863Z Compiling block-padding v0.3.3
14552026-05-27T20:26:50.959Z Compiling der v0.7.10
14562026-05-27T20:26:51.048Z Compiling zerovec v0.11.5
14572026-05-27T20:26:51.065Z Compiling zerotrie v0.2.3
14582026-05-27T20:26:51.084Z Compiling hmac v0.12.1
14592026-05-27T20:26:51.260Z Compiling inout v0.1.4
14602026-05-27T20:26:51.364Z Compiling sha2 v0.10.9
14612026-05-27T20:26:51.367Z Compiling pbkdf2 v0.12.2
14622026-05-27T20:26:51.396Z Compiling cipher v0.4.4
14632026-05-27T20:26:51.450Z Compiling pest_derive v2.8.6
14642026-05-27T20:26:51.518Z Compiling tinystr v0.8.2
14652026-05-27T20:26:51.587Z Compiling potential_utf v0.1.4
14662026-05-27T20:26:51.694Z Compiling icu_locale_core v2.1.1
14672026-05-27T20:26:51.728Z Compiling icu_collections v2.1.1
14682026-05-27T20:26:51.748Z Compiling salsa20 v0.10.2
14692026-05-27T20:26:51.790Z Compiling thiserror v2.0.18
14702026-05-27T20:26:51.878Z Compiling spki v0.7.3
14712026-05-27T20:26:51.973Z Compiling tracing v0.1.44
14722026-05-27T20:26:51.977Z Compiling scrypt v0.11.0
14732026-05-27T20:26:51.977Z Compiling aes v0.8.4
14742026-05-27T20:26:51.977Z Compiling cbc v0.1.2
14752026-05-27T20:26:52.117Z Compiling scroll v0.13.0
14762026-05-27T20:26:52.144Z Compiling darling_macro v0.20.11
14772026-05-27T20:26:52.212Z Compiling openssl-macros v0.1.1
14782026-05-27T20:26:52.215Z Compiling rustls-native-certs v0.8.3
14792026-05-27T20:26:52.246Z Compiling dtrace-parser v0.3.0
14802026-05-27T20:26:52.263Z Compiling signature v2.2.0
14812026-05-27T20:26:52.414Z Compiling icu_provider v2.1.1
14822026-05-27T20:26:52.476Z Compiling pkcs5 v0.7.1
14832026-05-27T20:26:52.536Z Compiling goblin v0.10.5
14842026-05-27T20:26:52.558Z Compiling webpki-roots v1.0.6
14852026-05-27T20:26:52.622Z Compiling thiserror-impl v1.0.69
14862026-05-27T20:26:52.670Z Compiling icu_normalizer v2.1.1
14872026-05-27T20:26:52.704Z Compiling icu_properties v2.1.2
14882026-05-27T20:26:52.738Z Compiling bytes v1.11.1
14892026-05-27T20:26:52.823Z Compiling chrono v0.4.44
14902026-05-27T20:26:52.827Z Compiling pkcs8 v0.10.2
14912026-05-27T20:26:52.998Z Compiling ipnet v2.11.0
14922026-05-27T20:26:53.034Z Compiling darling v0.20.11
14932026-05-27T20:26:53.050Z Compiling scroll_derive v0.12.1
14942026-05-27T20:26:53.068Z Compiling toml_datetime v0.6.11
14952026-05-27T20:26:53.136Z Compiling derive_builder_core v0.20.2
14962026-05-27T20:26:53.160Z Compiling erased-serde v0.3.31
14972026-05-27T20:26:53.252Z Compiling tokio v1.52.1
14982026-05-27T20:26:53.349Z Compiling http v1.4.0
14992026-05-27T20:26:53.378Z Compiling serde_urlencoded v0.7.1
15002026-05-27T20:26:53.519Z Compiling serde_spanned v0.6.9
15012026-05-27T20:26:53.659Z Compiling idna_adapter v1.2.1
15022026-05-27T20:26:53.736Z Compiling serde_tokenstream v0.2.3
15032026-05-27T20:26:53.740Z Compiling md-5 v0.10.6
15042026-05-27T20:26:53.786Z Compiling ppv-lite86 v0.2.21
15052026-05-27T20:26:53.819Z Compiling idna v1.1.0
15062026-05-27T20:26:53.851Z Compiling scroll v0.12.0
15072026-05-27T20:26:53.907Z Compiling darling_macro v0.21.3
15082026-05-27T20:26:53.932Z Compiling bstr v1.12.1
15092026-05-27T20:26:53.976Z Compiling thiserror v1.0.69
15102026-05-27T20:26:53.985Z Compiling zerocopy-derive v0.7.35
15112026-05-27T20:26:54.043Z Compiling http-body v1.0.1
15122026-05-27T20:26:54.046Z Compiling derive_builder_macro v0.20.2
15132026-05-27T20:26:54.076Z Compiling rand_chacha v0.9.0
15142026-05-27T20:26:54.107Z Compiling rand_chacha v0.3.1
15152026-05-27T20:26:54.137Z Compiling url v2.5.8
15162026-05-27T20:26:54.183Z Compiling http-body-util v0.1.3
15172026-05-27T20:26:54.250Z Compiling async-trait v0.1.89
15182026-05-27T20:26:54.297Z Compiling rand v0.9.2
15192026-05-27T20:26:54.402Z Compiling pin-project-internal v1.1.11
15202026-05-27T20:26:54.445Z Compiling encoding_rs v0.8.35
15212026-05-27T20:26:54.497Z Compiling base16ct v0.2.0
15222026-05-27T20:26:54.564Z Compiling ref-cast v1.0.25
15232026-05-27T20:26:54.606Z Compiling litrs v1.0.0
15242026-05-27T20:26:54.849Z Compiling num-bigint-dig v0.8.6
15252026-05-27T20:26:54.916Z Compiling proptest v1.10.0
15262026-05-27T20:26:55.017Z Compiling smoltcp v0.9.1
15272026-05-27T20:26:55.020Z Compiling psl-types v2.0.11
15282026-05-27T20:26:55.070Z Compiling rustix v0.38.44
15292026-05-27T20:26:55.142Z Compiling zlib-rs v0.6.2
15302026-05-27T20:26:55.180Z Compiling fallible-iterator v0.2.0
15312026-05-27T20:26:55.194Z Compiling mime v0.3.17
15322026-05-27T20:26:55.315Z Compiling dof v0.4.0
15332026-05-27T20:26:55.400Z Compiling cfg_aliases v0.2.1
15342026-05-27T20:26:55.440Z Compiling document-features v0.2.12
15352026-05-27T20:26:55.481Z Compiling postgres-protocol v0.6.10
15362026-05-27T20:26:55.496Z Compiling nix v0.31.2
15372026-05-27T20:26:55.517Z Compiling publicsuffix v2.3.0
15382026-05-27T20:26:55.564Z Compiling ipnetwork v0.21.1
15392026-05-27T20:26:55.589Z Compiling pin-project v1.1.11
15402026-05-27T20:26:55.726Z Compiling zerocopy v0.7.35
15412026-05-27T20:26:55.770Z Compiling sec1 v0.7.3
15422026-05-27T20:26:55.831Z Compiling oxnet v0.1.4
15432026-05-27T20:26:55.898Z Compiling derive_builder v0.20.2
15442026-05-27T20:26:55.998Z Compiling darling v0.21.3
15452026-05-27T20:26:56.072Z Compiling rand v0.8.6
15462026-05-27T20:26:56.072Z Compiling goblin v0.8.2
15472026-05-27T20:26:56.119Z Compiling futures-executor v0.3.32
15482026-05-27T20:26:56.122Z Compiling hex v0.4.3
15492026-05-27T20:26:56.122Z Compiling hubpack_derive v0.1.1
15502026-05-27T20:26:56.188Z Compiling hkdf v0.12.4
15512026-05-27T20:26:56.251Z Compiling crypto-bigint v0.5.5
15522026-05-27T20:26:56.304Z Compiling regex v1.12.3
15532026-05-27T20:26:56.540Z Compiling snafu-derive v0.8.9
15542026-05-27T20:26:56.565Z Compiling strum_macros v0.27.2
15552026-05-27T20:26:56.582Z Compiling daft-derive v0.1.7
15562026-05-27T20:26:56.642Z Compiling curve25519-dalek-derive v0.1.1
15572026-05-27T20:26:56.689Z Compiling ref-cast-impl v1.0.25
15582026-05-27T20:26:56.760Z Compiling group v0.13.0
15592026-05-27T20:26:56.920Z Compiling num-iter v0.1.45
15602026-05-27T20:26:57.021Z Compiling terminal_size v0.4.3
15612026-05-27T20:26:57.051Z Compiling phf_shared v0.13.1
15622026-05-27T20:26:57.180Z Compiling tokio-util v0.7.18
15632026-05-27T20:26:57.283Z Compiling tower v0.5.3
15642026-05-27T20:26:57.317Z Compiling tokio-native-tls v0.3.1
15652026-05-27T20:26:57.333Z Compiling newtype-uuid v1.3.2
15662026-05-27T20:26:57.336Z Compiling lazy_static v1.5.0
15672026-05-27T20:26:57.363Z Compiling vergen v9.1.0
15682026-05-27T20:26:57.366Z Compiling cargo-platform v0.3.2
15692026-05-27T20:26:57.458Z Compiling fs-err v3.3.0
15702026-05-27T20:26:57.513Z Compiling ahash v0.8.12
15712026-05-27T20:26:57.546Z Compiling bumpalo v3.20.2
15722026-05-27T20:26:57.576Z Compiling same-file v1.0.6
15732026-05-27T20:26:57.675Z Compiling managed v0.8.0
15742026-05-27T20:26:57.679Z Compiling unicode-segmentation v1.12.0
15752026-05-27T20:26:57.708Z Compiling tower-http v0.6.8
15762026-05-27T20:26:57.739Z Compiling object v0.37.3
15772026-05-27T20:26:57.765Z Compiling foldhash v0.2.0
15782026-05-27T20:26:57.795Z Compiling winnow v0.5.40
15792026-05-27T20:26:57.816Z Compiling libbz2-rs-sys v0.2.2
15802026-05-27T20:26:57.916Z Compiling h2 v0.4.13
15812026-05-27T20:26:58.012Z Compiling flate2 v1.1.9
15822026-05-27T20:26:58.036Z Compiling foldhash v0.1.5
15832026-05-27T20:26:58.096Z Compiling bitflags v1.3.2
15842026-05-27T20:26:58.142Z Compiling clap_builder v4.5.60
15852026-05-27T20:26:58.184Z Compiling hashbrown v0.15.5
15862026-05-27T20:26:58.252Z Compiling bzip2 v0.6.1
15872026-05-27T20:26:58.393Z Compiling dof v0.3.0
15882026-05-27T20:26:58.467Z Compiling hashbrown v0.16.1
15892026-05-27T20:26:58.483Z Compiling zopfli v0.8.3
15902026-05-27T20:26:58.552Z Compiling snafu v0.8.9
15912026-05-27T20:26:58.569Z Compiling walkdir v2.5.0
15922026-05-27T20:26:58.635Z Compiling strum v0.27.2
15932026-05-27T20:26:58.727Z Compiling cargo_metadata v0.23.1
15942026-05-27T20:26:58.772Z Compiling daft v0.1.7
15952026-05-27T20:26:59.057Z Compiling phf v0.13.1
15962026-05-27T20:26:59.081Z Compiling elliptic-curve v0.13.8
15972026-05-27T20:26:59.086Z Compiling signal-hook-mio v0.2.5
15982026-05-27T20:26:59.098Z Compiling toml_edit v0.19.15
15992026-05-27T20:26:59.154Z Compiling usdt-attr-macro v0.6.0
16002026-05-27T20:26:59.172Z Compiling usdt-macro v0.6.0
16012026-05-27T20:26:59.238Z Compiling cookie_store v0.22.1
16022026-05-27T20:26:59.241Z Compiling hubpack v0.1.2
16032026-05-27T20:26:59.372Z Compiling bzip2 v0.4.4
16042026-05-27T20:26:59.495Z Compiling futures v0.3.32
16052026-05-27T20:26:59.523Z Compiling zstd v0.13.3
16062026-05-27T20:26:59.571Z Compiling serde_with_macros v3.17.0
16072026-05-27T20:26:59.622Z Compiling postgres-types v0.2.12
16082026-05-27T20:26:59.717Z Compiling globset v0.4.18
16092026-05-27T20:26:59.845Z Compiling dtrace-parser v0.2.0
16102026-05-27T20:26:59.970Z Compiling pkcs1 v0.7.5
16112026-05-27T20:27:00.016Z Compiling ed25519 v2.2.3
16122026-05-27T20:27:00.085Z Compiling serde-big-array v0.5.1
16132026-05-27T20:27:00.164Z Compiling olpc-cjson v0.1.4
16142026-05-27T20:27:00.222Z Compiling serde_plain v1.0.2
16152026-05-27T20:27:00.251Z Compiling rfc6979 v0.4.0
16162026-05-27T20:27:00.354Z Compiling serde_repr v0.1.20
16172026-05-27T20:27:00.396Z Compiling strum_macros v0.26.4
16182026-05-27T20:27:00.412Z Compiling enum-as-inner v0.6.1
16192026-05-27T20:27:00.441Z Compiling clap_derive v4.5.55
16202026-05-27T20:27:00.456Z Compiling async-recursion v1.1.1
16212026-05-27T20:27:00.664Z Compiling phf_shared v0.11.3
16222026-05-27T20:27:00.771Z Compiling float-cmp v0.10.0
16232026-05-27T20:27:00.830Z Compiling pem v3.0.6
16242026-05-27T20:27:00.860Z Compiling memmap2 v0.9.10
16252026-05-27T20:27:00.934Z Compiling thread-id v4.2.2
16262026-05-27T20:27:00.949Z Compiling env_filter v1.0.0
16272026-05-27T20:27:00.974Z Compiling fixedbitset v0.5.7
16282026-05-27T20:27:00.978Z Compiling static_assertions v1.1.0
16292026-05-27T20:27:01.035Z Compiling hyper v1.8.1
16302026-05-27T20:27:01.080Z Compiling data-encoding v2.10.0
16312026-05-27T20:27:01.107Z Compiling difflib v0.4.0
16322026-05-27T20:27:01.182Z Compiling normalize-line-endings v0.3.0
16332026-05-27T20:27:01.197Z Compiling predicates-core v1.0.10
16342026-05-27T20:27:01.286Z Compiling keccak v0.1.6
16352026-05-27T20:27:01.304Z Compiling whoami v2.1.0
16362026-05-27T20:27:01.308Z Compiling new_debug_unreachable v1.0.6
16372026-05-27T20:27:01.320Z Compiling precomputed-hash v0.1.1
16382026-05-27T20:27:01.396Z Compiling jiff v0.2.21
16392026-05-27T20:27:01.412Z Compiling either v1.15.0
16402026-05-27T20:27:01.440Z Compiling typed-path v0.9.3
16412026-05-27T20:27:01.639Z Compiling fixedbitset v0.4.2
16422026-05-27T20:27:01.713Z Compiling toml_edit v0.22.27
16432026-05-27T20:27:01.732Z Compiling itertools v0.13.0
16442026-05-27T20:27:01.825Z Compiling petgraph v0.6.5
16452026-05-27T20:27:01.890Z Compiling tokio-postgres v0.7.16
16462026-05-27T20:27:01.931Z Compiling sha3 v0.10.8
16472026-05-27T20:27:01.998Z Compiling string_cache v0.8.9
16482026-05-27T20:27:02.076Z Compiling hickory-proto v0.25.2
16492026-05-27T20:27:02.153Z Compiling predicates v3.1.4
16502026-05-27T20:27:02.258Z Compiling hyper-util v0.1.20
16512026-05-27T20:27:02.274Z Compiling strum v0.26.3
16522026-05-27T20:27:02.316Z Compiling clap v4.5.60
16532026-05-27T20:27:02.417Z Compiling petgraph v0.8.3
16542026-05-27T20:27:02.434Z Compiling env_logger v0.11.9
16552026-05-27T20:27:02.438Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16562026-05-27T20:27:02.705Z Compiling usdt v0.6.0
16572026-05-27T20:27:02.721Z Compiling usdt-impl v0.5.0
16582026-05-27T20:27:02.819Z Compiling serde_with v3.17.0
16592026-05-27T20:27:02.836Z Compiling toml v0.7.8
16602026-05-27T20:27:03.094Z Compiling crossterm v0.28.1
16612026-05-27T20:27:03.098Z Compiling ecdsa v0.16.9
16622026-05-27T20:27:03.343Z Compiling rsa v0.9.10
16632026-05-27T20:27:03.369Z Compiling ed25519-dalek v2.2.0
16642026-05-27T20:27:03.860Z Compiling hyper-tls v0.6.0
16652026-05-27T20:27:04.045Z Compiling zip v4.6.1
16662026-05-27T20:27:04.067Z Compiling zip v0.6.6
16672026-05-27T20:27:04.119Z Compiling iddqd v0.4.2
16682026-05-27T20:27:04.438Z Compiling similar v2.7.0
16692026-05-27T20:27:04.491Z Compiling heck v0.4.1
16702026-05-27T20:27:04.596Z Compiling tokio-stream v0.1.18
16712026-05-27T20:27:04.632Z Compiling toml_parser v1.0.9+spec-1.1.0
16722026-05-27T20:27:04.647Z Compiling buf-list v1.1.2
16732026-05-27T20:27:04.733Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-05-27T20:27:04.748Z Compiling openapiv3 v2.2.0
16752026-05-27T20:27:04.975Z Compiling x509-cert v0.2.5
16762026-05-27T20:27:05.025Z Compiling sha1 v0.10.6
16772026-05-27T20:27:05.100Z Compiling crossbeam-epoch v0.9.18
16782026-05-27T20:27:05.111Z Compiling peg-runtime v0.8.5
16792026-05-27T20:27:05.115Z Compiling lalrpop-util v0.19.12
16802026-05-27T20:27:05.295Z Compiling thread_local v1.1.9
16812026-05-27T20:27:05.312Z Compiling slog-async v2.8.0
16822026-05-27T20:27:05.343Z Compiling crossbeam-channel v0.5.15
16832026-05-27T20:27:05.358Z Compiling is-terminal v0.4.17
16842026-05-27T20:27:05.400Z Compiling filetime v0.2.27
16852026-05-27T20:27:05.431Z Compiling take_mut v0.2.2
16862026-05-27T20:27:05.447Z Compiling xattr v1.6.1
16872026-05-27T20:27:05.474Z Compiling term v1.2.1
16882026-05-27T20:27:05.620Z Compiling tar v0.4.45
16892026-05-27T20:27:05.841Z Compiling slog-term v2.9.2
16902026-05-27T20:27:23.376Z Compiling rustls-webpki v0.103.9
16912026-05-27T20:27:26.196Z Compiling tokio-rustls v0.26.4
16922026-05-27T20:27:26.196Z Compiling rustls-platform-verifier v0.6.2
16932026-05-27T20:27:26.406Z Compiling hyper-rustls v0.27.7
16942026-05-27T20:27:26.604Z Compiling reqwest v0.12.28
16952026-05-27T20:27:26.615Z Compiling reqwest v0.13.2
16962026-05-27T20:27:27.837Z Compiling tough v0.22.0
16972026-05-27T20:27:30.361Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-05-27T20:27:30.590Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-05-27T20:27:33.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.75s
17002026-05-27T20:27:33.578Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-05-27T20:27:33.636ZMay 27 20:27:31.657 INFO Starting download, target: Clickhouse
17022026-05-27T20:27:33.636ZMay 27 20:27:31.658 INFO Starting download, target: Cockroach
17032026-05-27T20:27:33.636ZMay 27 20:27:31.658 INFO Starting download, target: DendriteStub
17042026-05-27T20:27:33.636ZMay 27 20:27:31.658 INFO Starting download, target: Console
17052026-05-27T20:27:33.636ZMay 27 20:27:31.658 INFO Starting download, target: MaghemiteMgd
17062026-05-27T20:27:33.636ZMay 27 20:27:31.658 INFO Starting download, target: TransceiverControl
17072026-05-27T20:27:33.639ZMay 27 20:27:31.658 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-05-27T20:27:33.639ZMay 27 20:27:31.658 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-05-27T20:27:33.639ZMay 27 20:27:31.658 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-05-27T20:27:33.639ZMay 27 20:27:31.658 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-05-27T20:27:33.641ZMay 27 20:27:31.658 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17122026-05-27T20:27:33.641ZMay 27 20:27:31.658 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-05-27T20:27:34.122ZMay 27 20:27:32.138 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-05-27T20:27:34.367ZMay 27 20:27:32.358 INFO Download complete, target: TransceiverControl
17152026-05-27T20:27:34.613ZMay 27 20:27:32.613 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-05-27T20:27:34.852ZMay 27 20:27:32.851 INFO Download complete, target: Console
17172026-05-27T20:27:35.535ZMay 27 20:27:33.515 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-05-27T20:27:35.648ZMay 27 20:27:33.639 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-05-27T20:27:35.966ZMay 27 20:27:33.965 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-05-27T20:27:36.320ZMay 27 20:27:34.341 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-05-27T20:27:36.320ZMay 27 20:27:34.341 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-05-27T20:27:38.046ZMay 27 20:27:36.068 INFO Download complete, target: DendriteStub
17232026-05-27T20:27:38.427ZMay 27 20:27:36.436 INFO Download complete, target: MaghemiteMgd
17242026-05-27T20:27:41.354ZMay 27 20:27:39.316 INFO Checking that binary works, target: Cockroach
17252026-05-27T20:27:41.433ZMay 27 20:27:39.454 INFO Download complete, target: Cockroach
17262026-05-27T20:27:42.578ZMay 27 20:27:40.600 INFO Checking that binary works, target: Clickhouse
17272026-05-27T20:27:42.679ZMay 27 20:27:40.700 INFO Download complete, target: Clickhouse
17282026-05-27T20:27:42.684ZAll prerequisites installed successfully
17292026-05-27T20:27:42.688Z
17302026-05-27T20:27:42.688Zreal 2:00.253055112
17312026-05-27T20:27:42.688Zuser 7:00.364309093
17322026-05-27T20:27:42.688Zsys 1:44.950049808
17332026-05-27T20:27:42.688Ztrap 0.276827868
17342026-05-27T20:27:42.688Ztflt 1.437514748
17352026-05-27T20:27:42.688Zdflt 2.204004506
17362026-05-27T20:27:42.688Zkflt 0.035048547
17372026-05-27T20:27:42.688Zlock 23:20.272131852
17382026-05-27T20:27:42.688Zslp 19:08.837433380
17392026-05-27T20:27:42.688Zlat 26.429968767
17402026-05-27T20:27:42.688Zstop 3:03.398352253
17412026-05-27T20:27:42.689Z+ ptime -m cargo xtask download softnpu
17422026-05-27T20:27:43.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17432026-05-27T20:27:43.287Z Running `target/debug/xtask download softnpu`
17442026-05-27T20:27:44.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17452026-05-27T20:27:44.091Z Running `target/debug/xtask-downloader softnpu`
17462026-05-27T20:27:44.132ZMay 27 20:27:42.129 INFO Starting download, target: Softnpu
17472026-05-27T20:27:44.132ZMay 27 20:27:42.130 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-05-27T20:27:44.987ZMay 27 20:27:42.997 INFO Download complete, target: Softnpu
17492026-05-27T20:27:45.010Z
17502026-05-27T20:27:45.010Zreal 2.287856760
17512026-05-27T20:27:45.010Zuser 1.345969862
17522026-05-27T20:27:45.011Zsys 0.654621640
17532026-05-27T20:27:45.011Ztrap 0.000577812
17542026-05-27T20:27:45.011Ztflt 0.000047153
17552026-05-27T20:27:45.011Zdflt 0.000093921
17562026-05-27T20:27:45.011Zkflt 0.000000000
17572026-05-27T20:27:45.011Zlock 16.207900718
17582026-05-27T20:27:45.011Zslp 0.733209490
17592026-05-27T20:27:45.011Zlat 0.069955425
17602026-05-27T20:27:45.011Zstop 0.000261989
17612026-05-27T20:27:45.011Z+ export CARGO_INCREMENTAL=0
17622026-05-27T20:27:45.011Z+ CARGO_INCREMENTAL=0
17632026-05-27T20:27:45.011Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-05-27T20:27:45.885Z Compiling proc-macro2 v1.0.106
17652026-05-27T20:27:45.885Z Compiling quote v1.0.45
17662026-05-27T20:27:45.885Z Compiling unicode-ident v1.0.24
17672026-05-27T20:27:45.885Z Compiling libc v0.2.185
17682026-05-27T20:27:45.889Z Compiling serde_core v1.0.228
17692026-05-27T20:27:45.889Z Compiling serde v1.0.228
17702026-05-27T20:27:45.889Z Compiling cfg-if v1.0.4
17712026-05-27T20:27:45.889Z Compiling version_check v0.9.5
17722026-05-27T20:27:46.040Z Compiling shlex v1.3.0
17732026-05-27T20:27:46.056Z Compiling find-msvc-tools v0.1.9
17742026-05-27T20:27:46.060Z Compiling typenum v1.19.0
17752026-05-27T20:27:46.061Z Compiling zmij v1.0.21
17762026-05-27T20:27:46.061Z Compiling autocfg v1.5.0
17772026-05-27T20:27:46.061Z Compiling memchr v2.8.0
17782026-05-27T20:27:46.061Z Compiling serde_json v1.0.149
17792026-05-27T20:27:46.224Z Compiling portable-atomic v1.13.1
17802026-05-27T20:27:46.242Z Compiling libm v0.2.16
17812026-05-27T20:27:46.409Z Compiling zerocopy v0.8.40
17822026-05-27T20:27:46.465Z Compiling parking_lot_core v0.9.12
17832026-05-27T20:27:46.530Z Compiling generic-array v0.14.7
17842026-05-27T20:27:46.609Z Compiling smallvec v1.15.1
17852026-05-27T20:27:46.634Z Compiling icu_properties_data v2.1.2
17862026-05-27T20:27:46.654Z Compiling icu_normalizer_data v2.1.1
17872026-05-27T20:27:46.660Z Compiling itoa v1.0.17
17882026-05-27T20:27:46.685Z Compiling num-traits v0.2.19
17892026-05-27T20:27:46.739Z Compiling getrandom v0.4.1
17902026-05-27T20:27:46.762Z Compiling log v0.4.29
17912026-05-27T20:27:46.834Z Compiling stable_deref_trait v1.2.1
17922026-05-27T20:27:46.867Z Compiling pkg-config v0.3.32
17932026-05-27T20:27:46.901Z Compiling subtle v2.6.1
17942026-05-27T20:27:47.045Z Compiling scopeguard v1.2.0
17952026-05-27T20:27:47.109Z Compiling writeable v0.6.2
17962026-05-27T20:27:47.174Z Compiling lock_api v0.4.14
17972026-05-27T20:27:47.209Z Compiling jobserver v0.1.34
17982026-05-27T20:27:47.226Z Compiling getrandom v0.2.17
17992026-05-27T20:27:47.342Z Compiling errno v0.3.14
18002026-05-27T20:27:47.359Z Compiling litemap v0.8.1
18012026-05-27T20:27:47.379Z Compiling percent-encoding v2.3.2
18022026-05-27T20:27:47.393Z Compiling rand_core v0.6.4
18032026-05-27T20:27:47.455Z Compiling cc v1.2.56
18042026-05-27T20:27:47.515Z Compiling syn v2.0.117
18052026-05-27T20:27:47.566Z Compiling pin-project-lite v0.2.17
18062026-05-27T20:27:47.569Z Compiling fnv v1.0.7
18072026-05-27T20:27:47.632Z Compiling thiserror v2.0.18
18082026-05-27T20:27:47.683Z Compiling getrandom v0.3.4
18092026-05-27T20:27:47.730Z Compiling fs_extra v1.3.0
18102026-05-27T20:27:47.734Z Compiling equivalent v1.0.2
18112026-05-27T20:27:47.808Z Compiling dunce v1.0.5
18122026-05-27T20:27:47.811Z Compiling schemars v0.8.22
18132026-05-27T20:27:47.895Z Compiling utf8_iter v1.0.4
18142026-05-27T20:27:47.911Z Compiling rustversion v1.0.22
18152026-05-27T20:27:47.929Z Compiling rand_core v0.10.0
18162026-05-27T20:27:47.995Z Compiling form_urlencoded v1.2.2
18172026-05-27T20:27:48.049Z Compiling critical-section v1.2.0
18182026-05-27T20:27:48.125Z Compiling signal-hook-registry v1.4.8
18192026-05-27T20:27:48.175Z Compiling hashbrown v0.17.0
18202026-05-27T20:27:48.193Z Compiling cmake v0.1.57
18212026-05-27T20:27:48.208Z Compiling rustix v1.1.3
18222026-05-27T20:27:48.284Z Compiling mio v1.2.0
18232026-05-27T20:27:48.337Z Compiling socket2 v0.6.3
18242026-05-27T20:27:48.564Z Compiling bitflags v2.11.0
18252026-05-27T20:27:48.609Z Compiling semver v1.0.28
18262026-05-27T20:27:48.626Z Compiling once_cell v1.21.3
18272026-05-27T20:27:48.650Z Compiling parking_lot v0.12.5
18282026-05-27T20:27:48.718Z Compiling const-oid v0.9.6
18292026-05-27T20:27:48.782Z Compiling indexmap v2.14.0
18302026-05-27T20:27:48.826Z Compiling ring v0.17.14
18312026-05-27T20:27:48.865Z Compiling aws-lc-sys v0.40.0
18322026-05-27T20:27:48.960Z Compiling heck v0.5.0
18332026-05-27T20:27:49.022Z Compiling aws-lc-rs v1.16.3
18342026-05-27T20:27:49.041Z Compiling futures-core v0.3.32
18352026-05-27T20:27:49.068Z Compiling httparse v1.10.1
18362026-05-27T20:27:49.231Z Compiling strsim v0.11.1
18372026-05-27T20:27:49.253Z Compiling thiserror v1.0.69
18382026-05-27T20:27:49.269Z Compiling vcpkg v0.2.15
18392026-05-27T20:27:49.407Z Compiling byteorder v1.5.0
18402026-05-27T20:27:49.476Z Compiling iana-time-zone v0.1.65
18412026-05-27T20:27:49.541Z Compiling ucd-trie v0.1.7
18422026-05-27T20:27:49.604Z Compiling syn v1.0.109
18432026-05-27T20:27:49.607Z Compiling ident_case v1.0.1
18442026-05-27T20:27:49.640Z Compiling regex-syntax v0.8.10
18452026-05-27T20:27:49.660Z Compiling uuid v1.23.0
18462026-05-27T20:27:49.710Z Compiling pest v2.8.6
18472026-05-27T20:27:49.736Z Compiling cpufeatures v0.2.17
18482026-05-27T20:27:49.777Z Compiling rustls v0.23.37
18492026-05-27T20:27:49.867Z Compiling openssl-sys v0.9.115
18502026-05-27T20:27:49.946Z Compiling futures-sink v0.3.32
18512026-05-27T20:27:50.033Z Compiling rustc_version v0.4.1
18522026-05-27T20:27:50.048Z Compiling futures-channel v0.3.32
18532026-05-27T20:27:50.122Z Compiling futures-io v0.3.32
18542026-05-27T20:27:50.143Z Compiling slab v0.4.12
18552026-05-27T20:27:50.254Z Compiling futures-task v0.3.32
18562026-05-27T20:27:50.339Z Compiling aho-corasick v1.1.4
18572026-05-27T20:27:50.397Z Compiling synstructure v0.13.2
18582026-05-27T20:27:50.415Z Compiling serde_derive_internals v0.29.1
18592026-05-27T20:27:50.449Z Compiling dyn-clone v1.0.20
18602026-05-27T20:27:50.639Z Compiling base64 v0.22.1
18612026-05-27T20:27:50.685Z Compiling openssl v0.10.79
18622026-05-27T20:27:50.707Z Compiling crc32fast v1.5.0
18632026-05-27T20:27:50.784Z Compiling pest_meta v2.8.6
18642026-05-27T20:27:50.846Z Compiling plain v0.2.3
18652026-05-27T20:27:50.934Z Compiling time-core v0.1.8
18662026-05-27T20:27:50.983Z Compiling crossbeam-utils v0.8.21
18672026-05-27T20:27:50.999Z Compiling num-conv v0.2.0
18682026-05-27T20:27:51.140Z Compiling pretty-hex v0.4.1
18692026-05-27T20:27:51.159Z Compiling regex-automata v0.4.14
18702026-05-27T20:27:51.179Z Compiling time-macros v0.2.27
18712026-05-27T20:27:51.195Z Compiling native-tls v0.2.18
18722026-05-27T20:27:51.241Z Compiling base64ct v1.8.3
18732026-05-27T20:27:51.272Z Compiling anyhow v1.0.102
18742026-05-27T20:27:51.292Z Compiling darling_core v0.21.3
18752026-05-27T20:27:51.412Z Compiling pest_generator v2.8.6
18762026-05-27T20:27:51.439Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18772026-05-27T20:27:51.469Z Compiling tracing-core v0.1.36
18782026-05-27T20:27:51.548Z Compiling pem-rfc7468 v0.7.0
18792026-05-27T20:27:51.656Z Compiling serde_derive v1.0.228
18802026-05-27T20:27:51.769Z Compiling zeroize_derive v1.4.3
18812026-05-27T20:27:51.786Z Compiling zerofrom-derive v0.1.6
18822026-05-27T20:27:51.829Z Compiling yoke-derive v0.8.1
18832026-05-27T20:27:51.844Z Compiling zerovec-derive v0.11.2
18842026-05-27T20:27:51.847Z Compiling displaydoc v0.2.5
18852026-05-27T20:27:52.046Z Compiling zerocopy-derive v0.8.40
18862026-05-27T20:27:52.062Z Compiling tokio-macros v2.7.0
18872026-05-27T20:27:52.148Z Compiling futures-macro v0.3.32
18882026-05-27T20:27:52.384Z Compiling zeroize v1.8.2
18892026-05-27T20:27:52.647Z Compiling thiserror-impl v2.0.18
18902026-05-27T20:27:52.758Z Compiling schemars_derive v0.8.22
18912026-05-27T20:27:52.798Z Compiling tracing-attributes v0.1.31
18922026-05-27T20:27:52.901Z Compiling der_derive v0.7.3
18932026-05-27T20:27:52.937Z Compiling zerofrom v0.1.6
18942026-05-27T20:27:53.090Z Compiling yoke v0.8.1
18952026-05-27T20:27:53.106Z Compiling crypto-common v0.1.7
18962026-05-27T20:27:53.274Z Compiling zerovec v0.11.5
18972026-05-27T20:27:53.309Z Compiling zerotrie v0.2.3
18982026-05-27T20:27:53.334Z Compiling block-buffer v0.10.4
18992026-05-27T20:27:53.550Z Compiling digest v0.10.7
19002026-05-27T20:27:53.792Z Compiling thiserror-impl v1.0.69
19012026-05-27T20:27:53.833Z Compiling tinystr v0.8.2
19022026-05-27T20:27:53.863Z Compiling potential_utf v0.1.4
19032026-05-27T20:27:53.912Z Compiling pest_derive v2.8.6
19042026-05-27T20:27:53.929Z Compiling futures-util v0.3.32
19052026-05-27T20:27:54.009Z Compiling icu_collections v2.1.1
19062026-05-27T20:27:54.040Z Compiling icu_locale_core v2.1.1
19072026-05-27T20:27:54.091Z Compiling hmac v0.12.1
19082026-05-27T20:27:54.399Z Compiling block-padding v0.3.3
19092026-05-27T20:27:54.562Z Compiling inout v0.1.4
19102026-05-27T20:27:54.673Z Compiling rustls-pki-types v1.14.0
19112026-05-27T20:27:54.706Z Compiling openssl-macros v0.1.1
19122026-05-27T20:27:54.732Z Compiling cipher v0.4.4
19132026-05-27T20:27:54.778Z Compiling bytes v1.11.1
19142026-05-27T20:27:54.908Z Compiling icu_provider v2.1.1
19152026-05-27T20:27:54.942Z Compiling chrono v0.4.44
19162026-05-27T20:27:55.041Z Compiling serde_tokenstream v0.2.3
19172026-05-27T20:27:55.121Z Compiling sha2 v0.10.9
19182026-05-27T20:27:55.293Z Compiling icu_normalizer v2.1.1
19192026-05-27T20:27:55.338Z Compiling icu_properties v2.1.2
19202026-05-27T20:27:55.355Z Compiling tokio v1.52.1
19212026-05-27T20:27:55.866Z Compiling scroll_derive v0.12.1
19222026-05-27T20:27:56.012Z Compiling scroll_derive v0.13.1
19232026-05-27T20:27:56.445Z Compiling idna_adapter v1.2.1
19242026-05-27T20:27:56.535Z Compiling ppv-lite86 v0.2.21
19252026-05-27T20:27:56.573Z Compiling idna v1.1.0
19262026-05-27T20:27:56.647Z Compiling http v1.4.0
19272026-05-27T20:27:56.709Z Compiling flagset v0.4.7
19282026-05-27T20:27:56.804Z Compiling untrusted v0.9.0
19292026-05-27T20:27:56.842Z Compiling der v0.7.10
19302026-05-27T20:27:56.895Z Compiling tracing v0.1.44
19312026-05-27T20:27:56.929Z Compiling url v2.5.8
19322026-05-27T20:27:57.097Z Compiling darling_macro v0.21.3
19332026-05-27T20:27:57.140Z Compiling regex v1.12.3
19342026-05-27T20:27:57.172Z Compiling zerocopy-derive v0.7.35
19352026-05-27T20:27:57.322Z Compiling rand_core v0.9.5
19362026-05-27T20:27:57.573Z Compiling slog v2.8.2
19372026-05-27T20:27:57.968Z Compiling spki v0.7.3
19382026-05-27T20:27:57.971Z Compiling darling v0.21.3
19392026-05-27T20:27:58.015Z Compiling salsa20 v0.10.2
19402026-05-27T20:27:58.067Z Compiling pbkdf2 v0.12.2
19412026-05-27T20:27:58.621Z Compiling cookie v0.18.1
19422026-05-27T20:27:58.649Z Compiling camino v1.2.2
19432026-05-27T20:27:58.978Z Compiling scrypt v0.11.0
19442026-05-27T20:27:58.997Z Compiling http-body v1.0.1
19452026-05-27T20:27:59.025Z Compiling rand_chacha v0.9.0
19462026-05-27T20:27:59.140Z Compiling aes v0.8.4
19472026-05-27T20:27:59.175Z Compiling cbc v0.1.2
19482026-05-27T20:27:59.284Z Compiling tokio-util v0.7.18
19492026-05-27T20:27:59.321Z Compiling usdt-impl v0.5.0
19502026-05-27T20:27:59.356Z Compiling usdt-impl v0.6.0
19512026-05-27T20:27:59.448Z Compiling paste v1.0.15
19522026-05-27T20:27:59.485Z Compiling ref-cast v1.0.25
19532026-05-27T20:27:59.554Z Compiling either v1.15.0
19542026-05-27T20:27:59.571Z Compiling atomic-waker v1.1.2
19552026-05-27T20:27:59.637Z Compiling untrusted v0.7.1
19562026-05-27T20:27:59.727Z Compiling openssl-probe v0.2.1
19572026-05-27T20:27:59.742Z Compiling winnow v0.7.14
19582026-05-27T20:27:59.776Z Compiling tinyvec_macros v0.1.1
19592026-05-27T20:27:59.809Z Compiling pkcs5 v0.7.1
19602026-05-27T20:27:59.852Z Compiling tinyvec v1.10.0
19612026-05-27T20:27:59.990Z Compiling rand v0.9.2
19622026-05-27T20:28:00.284Z Compiling scroll v0.13.0
19632026-05-27T20:28:00.415Z Compiling scroll v0.12.0
19642026-05-27T20:28:00.553Z Compiling serde_spanned v0.6.9
19652026-05-27T20:28:00.571Z Compiling toml_datetime v0.6.11
19662026-05-27T20:28:00.590Z Compiling async-trait v0.1.89
19672026-05-27T20:28:00.672Z Compiling heapless v0.7.17
19682026-05-27T20:28:00.712Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-05-27T20:28:00.754Z Compiling fastrand v2.3.0
19702026-05-27T20:28:00.943Z Compiling tower-layer v0.3.3
19712026-05-27T20:28:01.019Z Compiling try-lock v0.2.5
19722026-05-27T20:28:01.110Z Compiling tower-service v0.3.3
19732026-05-27T20:28:01.126Z Compiling zstd-safe v7.2.4
19742026-05-27T20:28:01.159Z Compiling signal-hook v0.3.18
19752026-05-27T20:28:01.219Z Compiling want v0.3.1
19762026-05-27T20:28:01.234Z Compiling toml_parser v1.0.9+spec-1.1.0
19772026-05-27T20:28:01.294Z Compiling h2 v0.4.13
19782026-05-27T20:28:01.369Z Compiling goblin v0.8.2
19792026-05-27T20:28:01.422Z Compiling goblin v0.10.5
19802026-05-27T20:28:01.510Z Compiling pkcs8 v0.10.2
19812026-05-27T20:28:01.766Z Compiling zerocopy v0.7.35
19822026-05-27T20:28:01.784Z Compiling ipnet v2.11.0
19832026-05-27T20:28:01.817Z Compiling ref-cast-impl v1.0.25
19842026-05-27T20:28:02.132Z Compiling darling_core v0.20.11
19852026-05-27T20:28:02.230Z Compiling curve25519-dalek v4.1.3
19862026-05-27T20:28:02.352Z Compiling memoffset v0.9.1
19872026-05-27T20:28:02.386Z Compiling pin-utils v0.1.0
19882026-05-27T20:28:02.481Z Compiling rustix v0.38.44
19892026-05-27T20:28:02.502Z Compiling litrs v1.0.0
19902026-05-27T20:28:02.818Z Compiling httpdate v1.0.3
19912026-05-27T20:28:03.012Z Compiling foreign-types-shared v0.1.1
19922026-05-27T20:28:03.048Z Compiling winnow v0.5.40
19932026-05-27T20:28:03.136Z Compiling foreign-types v0.3.2
19942026-05-27T20:28:03.155Z Compiling document-features v0.2.12
19952026-05-27T20:28:03.224Z Compiling tempfile v3.25.0
19962026-05-27T20:28:03.601Z Compiling dof v0.3.0
19972026-05-27T20:28:03.709Z Compiling unicode-normalization v0.1.25
19982026-05-27T20:28:04.034Z Compiling dtrace-parser v0.2.0
19992026-05-27T20:28:04.138Z Compiling darling_macro v0.20.11
20002026-05-27T20:28:04.197Z Compiling dof v0.4.0
20012026-05-27T20:28:04.324Z Compiling hyper v1.8.1
20022026-05-27T20:28:04.390Z Compiling toml_edit v0.19.15
20032026-05-27T20:28:04.495Z Compiling dtrace-parser v0.3.0
20042026-05-27T20:28:04.647Z Compiling pin-project-internal v1.1.11
20052026-05-27T20:28:04.663Z Compiling daft-derive v0.1.7
20062026-05-27T20:28:04.717Z Compiling spin v0.9.8
20072026-05-27T20:28:04.741Z Compiling thread-id v5.1.0
20082026-05-27T20:28:04.760Z Compiling thread-id v4.2.2
20092026-05-27T20:28:04.843Z Compiling smoltcp v0.9.1
20102026-05-27T20:28:04.861Z Compiling powerfmt v0.2.0
20112026-05-27T20:28:05.050Z Compiling cfg_aliases v0.2.1
20122026-05-27T20:28:05.122Z Compiling num-bigint-dig v0.8.6
20132026-05-27T20:28:05.157Z Compiling nix v0.31.2
20142026-05-27T20:28:05.176Z Compiling deranged v0.5.8
20152026-05-27T20:28:05.539Z Compiling hyper-util v0.1.20
20162026-05-27T20:28:05.681Z Compiling darling v0.20.11
20172026-05-27T20:28:05.799Z Compiling rustls-native-certs v0.8.3
20182026-05-27T20:28:05.832Z Compiling ipnetwork v0.21.1
20192026-05-27T20:28:06.194Z Compiling strum_macros v0.26.4
20202026-05-27T20:28:06.210Z Compiling curve25519-dalek-derive v0.1.1
20212026-05-27T20:28:06.567Z Compiling sync_wrapper v1.0.2
20222026-05-27T20:28:06.644Z Compiling wait-timeout v0.2.1
20232026-05-27T20:28:06.840Z Compiling quick-error v1.2.3
20242026-05-27T20:28:06.856Z Compiling bit-vec v0.8.0
20252026-05-27T20:28:06.856Z Compiling num_threads v0.1.7
20262026-05-27T20:28:06.900Z Compiling simd-adler32 v0.3.8
20272026-05-27T20:28:06.970Z Compiling anstyle v1.0.13
20282026-05-27T20:28:07.054Z Compiling utf8parse v0.2.2
20292026-05-27T20:28:07.108Z Compiling siphasher v1.0.2
20302026-05-27T20:28:07.209Z Compiling anstyle-parse v0.2.7
20312026-05-27T20:28:07.338Z Compiling time v0.3.47
20322026-05-27T20:28:07.426Z Compiling bit-set v0.8.0
20332026-05-27T20:28:07.452Z Compiling rusty-fork v0.3.1
20342026-05-27T20:28:07.771Z Compiling tower v0.5.3
20352026-05-27T20:28:07.827Z Compiling derive_builder_core v0.20.2
20362026-05-27T20:28:08.008Z Compiling http-body-util v0.1.3
20372026-05-27T20:28:08.242Z Compiling webpki-roots v1.0.6
20382026-05-27T20:28:08.263Z Compiling rand_xorshift v0.4.0
20392026-05-27T20:28:08.310Z Compiling signature v2.2.0
20402026-05-27T20:28:08.415Z Compiling hubpack_derive v0.1.1
20412026-05-27T20:28:08.472Z Compiling strum_macros v0.27.2
20422026-05-27T20:28:08.498Z Compiling snafu-derive v0.8.9
20432026-05-27T20:28:08.661Z Compiling fs-err v3.3.0
20442026-05-27T20:28:08.711Z Compiling ahash v0.8.12
20452026-05-27T20:28:08.802Z Compiling encoding_rs v0.8.35
20462026-05-27T20:28:08.888Z Compiling unicode-segmentation v1.12.0
20472026-05-27T20:28:08.904Z Compiling object v0.37.3
20482026-05-27T20:28:09.176Z Compiling adler2 v2.0.1
20492026-05-27T20:28:09.193Z Compiling anstyle-query v1.1.5
20502026-05-27T20:28:09.196Z Compiling colorchoice v1.0.4
20512026-05-27T20:28:09.298Z Compiling mime v0.3.17
20522026-05-27T20:28:09.329Z Compiling unarray v0.1.4
20532026-05-27T20:28:09.344Z Compiling unicode-properties v0.1.4
20542026-05-27T20:28:09.409Z Compiling allocator-api2 v0.2.21
20552026-05-27T20:28:09.425Z Compiling ryu v1.0.23
20562026-05-27T20:28:09.428Z Compiling unicode-bidi v0.3.18
20572026-05-27T20:28:09.457Z Compiling is_terminal_polyfill v1.70.2
20582026-05-27T20:28:09.471Z Compiling iri-string v0.7.10
20592026-05-27T20:28:09.573Z Compiling serde_urlencoded v0.7.1
20602026-05-27T20:28:09.588Z Compiling anstream v0.6.21
20612026-05-27T20:28:09.747Z Compiling proptest v1.10.0
20622026-05-27T20:28:09.801Z Compiling stringprep v0.1.5
20632026-05-27T20:28:09.905Z Compiling miniz_oxide v0.8.9
20642026-05-27T20:28:10.187Z Compiling derive_builder_macro v0.20.2
20652026-05-27T20:28:10.331Z Compiling tokio-native-tls v0.3.1
20662026-05-27T20:28:10.357Z Compiling usdt-attr-macro v0.6.0
20672026-05-27T20:28:10.458Z Compiling usdt-macro v0.6.0
20682026-05-27T20:28:10.669Z Compiling tower-http v0.6.8
20692026-05-27T20:28:10.940Z Compiling rand_chacha v0.3.1
20702026-05-27T20:28:10.974Z Compiling erased-serde v0.3.31
20712026-05-27T20:28:10.993Z Compiling md-5 v0.10.6
20722026-05-27T20:28:11.051Z Compiling bstr v1.12.1
20732026-05-27T20:28:11.140Z Compiling num-integer v0.1.46
20742026-05-27T20:28:11.161Z Compiling hash32 v0.2.1
20752026-05-27T20:28:11.196Z Compiling vergen-lib v9.1.0
20762026-05-27T20:28:11.332Z Compiling ff v0.13.1
20772026-05-27T20:28:11.389Z Compiling psl-types v2.0.11
20782026-05-27T20:28:11.482Z Compiling zlib-rs v0.6.2
20792026-05-27T20:28:11.500Z Compiling base16ct v0.2.0
20802026-05-27T20:28:11.565Z Compiling fallible-iterator v0.2.0
20812026-05-27T20:28:11.581Z Compiling publicsuffix v2.3.0
20822026-05-27T20:28:11.616Z Compiling group v0.13.0
20832026-05-27T20:28:11.678Z Compiling sec1 v0.7.3
20842026-05-27T20:28:11.723Z Compiling newtype-uuid v1.3.2
20852026-05-27T20:28:11.809Z Compiling num-iter v0.1.45
20862026-05-27T20:28:11.893Z Compiling postgres-protocol v0.6.10
20872026-05-27T20:28:12.283Z Compiling rand v0.8.6
20882026-05-27T20:28:12.522Z Compiling oxnet v0.1.4
20892026-05-27T20:28:12.620Z Compiling derive_builder v0.20.2
20902026-05-27T20:28:12.741Z Compiling hyper-tls v0.6.0
20912026-05-27T20:28:12.780Z Compiling heck v0.4.1
20922026-05-27T20:28:12.929Z Compiling phf_shared v0.13.1
20932026-05-27T20:28:12.948Z Compiling pin-project v1.1.11
20942026-05-27T20:28:13.001Z Compiling lazy_static v1.5.0
20952026-05-27T20:28:13.114Z Compiling terminal_size v0.4.3
20962026-05-27T20:28:13.137Z Compiling serde_with_macros v3.17.0
20972026-05-27T20:28:13.154Z Compiling futures-executor v0.3.32
20982026-05-27T20:28:13.172Z Compiling hex v0.4.3
20992026-05-27T20:28:13.272Z Compiling hkdf v0.12.4
21002026-05-27T20:28:13.425Z Compiling crypto-bigint v0.5.5
21012026-05-27T20:28:13.440Z Compiling clap_derive v4.5.55
21022026-05-27T20:28:13.478Z Compiling serde_repr v0.1.20
21032026-05-27T20:28:13.497Z Compiling async-recursion v1.1.1
21042026-05-27T20:28:13.536Z Compiling enum-as-inner v0.6.1
21052026-05-27T20:28:13.620Z Compiling flate2 v1.1.9
21062026-05-27T20:28:13.831Z Compiling vergen v9.1.0
21072026-05-27T20:28:13.942Z Compiling cargo-platform v0.3.2
21082026-05-27T20:28:14.024Z Compiling bumpalo v3.20.2
21092026-05-27T20:28:14.040Z Compiling managed v0.8.0
21102026-05-27T20:28:14.057Z Compiling foldhash v0.1.5
21112026-05-27T20:28:14.076Z Compiling same-file v1.0.6
21122026-05-27T20:28:14.244Z Compiling libbz2-rs-sys v0.2.2
21132026-05-27T20:28:14.277Z Compiling foldhash v0.2.0
21142026-05-27T20:28:14.280Z Compiling bitflags v1.3.2
21152026-05-27T20:28:14.400Z Compiling clap_lex v1.0.0
21162026-05-27T20:28:14.468Z Compiling hashbrown v0.16.1
21172026-05-27T20:28:14.537Z Compiling elliptic-curve v0.13.8
21182026-05-27T20:28:14.553Z Compiling zopfli v0.8.3
21192026-05-27T20:28:14.639Z Compiling clap_builder v4.5.60
21202026-05-27T20:28:14.753Z Compiling bzip2 v0.6.1
21212026-05-27T20:28:14.860Z Compiling walkdir v2.5.0
21222026-05-27T20:28:14.903Z Compiling hashbrown v0.15.5
21232026-05-27T20:28:14.949Z Compiling cargo_metadata v0.23.1
21242026-05-27T20:28:15.147Z Compiling futures v0.3.32
21252026-05-27T20:28:15.322Z Compiling phf v0.13.1
21262026-05-27T20:28:15.490Z Compiling snafu v0.8.9
21272026-05-27T20:28:15.506Z Compiling zstd v0.13.3
21282026-05-27T20:28:15.597Z Compiling signal-hook-mio v0.2.5
21292026-05-27T20:28:15.694Z Compiling daft v0.1.7
21302026-05-27T20:28:15.783Z Compiling cookie_store v0.22.1
21312026-05-27T20:28:15.841Z Compiling postgres-types v0.2.12
21322026-05-27T20:28:15.997Z Compiling bzip2 v0.4.4
21332026-05-27T20:28:16.063Z Compiling globset v0.4.18
21342026-05-27T20:28:16.144Z Compiling strum v0.27.2
21352026-05-27T20:28:16.301Z Compiling hubpack v0.1.2
21362026-05-27T20:28:16.348Z Compiling ed25519 v2.2.3
21372026-05-27T20:28:16.374Z Compiling phf_shared v0.11.3
21382026-05-27T20:28:16.437Z Compiling crossbeam-epoch v0.9.18
21392026-05-27T20:28:16.559Z Compiling olpc-cjson v0.1.4
21402026-05-27T20:28:16.575Z Compiling pkcs1 v0.7.5
21412026-05-27T20:28:16.673Z Compiling pem v3.0.6
21422026-05-27T20:28:16.747Z Compiling serde-big-array v0.5.1
21432026-05-27T20:28:16.797Z Compiling serde_plain v1.0.2
21442026-05-27T20:28:16.914Z Compiling rfc6979 v0.4.0
21452026-05-27T20:28:16.959Z Compiling float-cmp v0.10.0
21462026-05-27T20:28:16.975Z Compiling memmap2 v0.9.10
21472026-05-27T20:28:16.992Z Compiling env_filter v1.0.0
21482026-05-27T20:28:17.007Z Compiling fixedbitset v0.5.7
21492026-05-27T20:28:17.010Z Compiling normalize-line-endings v0.3.0
21502026-05-27T20:28:17.041Z Compiling fixedbitset v0.4.2
21512026-05-27T20:28:17.061Z Compiling toml_write v0.1.2
21522026-05-27T20:28:17.127Z Compiling typed-path v0.9.3
21532026-05-27T20:28:17.144Z Compiling static_assertions v1.1.0
21542026-05-27T20:28:17.203Z Compiling difflib v0.4.0
21552026-05-27T20:28:17.231Z Compiling keccak v0.1.6
21562026-05-27T20:28:17.275Z Compiling predicates-core v1.0.10
21572026-05-27T20:28:17.291Z Compiling data-encoding v2.10.0
21582026-05-27T20:28:17.328Z Compiling precomputed-hash v0.1.1
21592026-05-27T20:28:17.331Z Compiling new_debug_unreachable v1.0.6
21602026-05-27T20:28:17.332Z Compiling whoami v2.1.0
21612026-05-27T20:28:17.412Z Compiling jiff v0.2.21
21622026-05-27T20:28:17.438Z Compiling predicates v3.1.4
21632026-05-27T20:28:17.438Z Compiling string_cache v0.8.9
21642026-05-27T20:28:17.471Z Compiling sha3 v0.10.8
21652026-05-27T20:28:17.671Z Compiling hickory-proto v0.25.2
21662026-05-27T20:28:17.686Z Compiling tokio-postgres v0.7.16
21672026-05-27T20:28:17.708Z Compiling toml_edit v0.22.27
21682026-05-27T20:28:17.857Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21692026-05-27T20:28:17.904Z Compiling petgraph v0.8.3
21702026-05-27T20:28:18.043Z Compiling petgraph v0.6.5
21712026-05-27T20:28:18.145Z Compiling env_logger v0.11.9
21722026-05-27T20:28:18.279Z Compiling usdt v0.6.0
21732026-05-27T20:28:18.506Z Compiling ecdsa v0.16.9
21742026-05-27T20:28:18.604Z Compiling rsa v0.9.10
21752026-05-27T20:28:19.097Z Compiling ed25519-dalek v2.2.0
21762026-05-27T20:28:19.663Z Compiling zip v0.6.6
21772026-05-27T20:28:19.679Z Compiling clap v4.5.60
21782026-05-27T20:28:19.777Z Compiling crossterm v0.28.1
21792026-05-27T20:28:19.812Z Compiling iddqd v0.4.2
21802026-05-27T20:28:20.117Z Compiling zip v4.6.1
21812026-05-27T20:28:20.373Z Compiling serde_with v3.17.0
21822026-05-27T20:28:20.466Z Compiling similar v2.7.0
21832026-05-27T20:28:20.536Z Compiling strum v0.26.3
21842026-05-27T20:28:20.691Z Compiling toml v0.7.8
21852026-05-27T20:28:20.708Z Compiling tokio-stream v0.1.18
21862026-05-27T20:28:21.023Z Compiling itertools v0.13.0
21872026-05-27T20:28:21.049Z Compiling buf-list v1.1.2
21882026-05-27T20:28:21.190Z Compiling x509-cert v0.2.5
21892026-05-27T20:28:21.258Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21902026-05-27T20:28:21.328Z Compiling openapiv3 v2.2.0
21912026-05-27T20:28:21.569Z Compiling sha1 v0.10.6
21922026-05-27T20:28:21.811Z Compiling lalrpop-util v0.19.12
21932026-05-27T20:28:21.994Z Compiling peg-runtime v0.8.5
21942026-05-27T20:28:36.897Z Compiling rustls-webpki v0.103.9
21952026-05-27T20:28:38.372Z Compiling macaddr v1.0.1
21962026-05-27T20:28:38.550Z Compiling structmeta-derive v0.3.0
21972026-05-27T20:28:38.608Z Compiling crucible-workspace-hack v0.1.0
21982026-05-27T20:28:38.687Z Compiling rayon-core v1.13.0
21992026-05-27T20:28:38.739Z Compiling itertools v0.14.0
22002026-05-27T20:28:38.846Z Compiling secrecy v0.10.3
22012026-05-27T20:28:38.902Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-27T20:28:38.955Z Compiling heapless v0.8.0
22032026-05-27T20:28:39.043Z Compiling rustls v0.22.4
22042026-05-27T20:28:39.264Z Compiling toml_datetime v0.7.5+spec-1.1.0
22052026-05-27T20:28:39.337Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22062026-05-27T20:28:39.361Z Compiling crossbeam-deque v0.8.6
22072026-05-27T20:28:39.418Z Compiling rustls-webpki v0.102.8
22082026-05-27T20:28:39.478Z Compiling toml_edit v0.23.10+spec-1.0.0
22092026-05-27T20:28:39.515Z Compiling hash32 v0.3.1
22102026-05-27T20:28:39.565Z Compiling multer v3.1.0
22112026-05-27T20:28:39.583Z Compiling structmeta v0.3.0
22122026-05-27T20:28:39.605Z Compiling thread_local v1.1.9
22132026-05-27T20:28:39.645Z Compiling smoltcp v0.11.0
22142026-05-27T20:28:39.699Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22152026-05-27T20:28:39.754Z Compiling match_cfg v0.1.0
22162026-05-27T20:28:39.783Z Compiling compression-core v0.4.31
22172026-05-27T20:28:39.811Z Compiling unicode-width v0.2.0
22182026-05-27T20:28:39.850Z Compiling slog-async v2.8.0
22192026-05-27T20:28:39.963Z Compiling compression-codecs v0.4.37
22202026-05-27T20:28:39.980Z Compiling hostname v0.3.1
22212026-05-27T20:28:39.983Z Compiling derive-ex v0.1.8
22222026-05-27T20:28:40.030Z Compiling ingot-macros v0.1.1
22232026-05-27T20:28:40.053Z Compiling proc-macro-crate v3.4.0
22242026-05-27T20:28:40.217Z Compiling slog-json v2.6.1
22252026-05-27T20:28:40.355Z Compiling crossbeam-channel v0.5.15
22262026-05-27T20:28:40.412Z Compiling half v2.7.1
22272026-05-27T20:28:40.496Z Compiling newtype-uuid-macros v0.1.0
22282026-05-27T20:28:40.516Z Compiling cobs v0.3.0
22292026-05-27T20:28:40.688Z Compiling thiserror-impl-no-std v2.0.2
22302026-05-27T20:28:40.778Z Compiling tokio-rustls v0.26.4
22312026-05-27T20:28:40.811Z Compiling rustls-platform-verifier v0.6.2
22322026-05-27T20:28:41.044Z Compiling hyper-rustls v0.27.7
22332026-05-27T20:28:41.063Z Compiling universal-hash v0.5.1
22342026-05-27T20:28:41.081Z Compiling async-stream-impl v0.3.6
22352026-05-27T20:28:41.240Z Compiling serde_spanned v1.0.4
22362026-05-27T20:28:41.259Z Compiling toml_datetime v1.0.0+spec-1.1.0
22372026-05-27T20:28:41.266Z Compiling is-terminal v0.4.17
22382026-05-27T20:28:41.384Z Compiling reqwest v0.12.28
22392026-05-27T20:28:41.400Z Compiling reqwest v0.13.2
22402026-05-27T20:28:41.429Z Compiling dropshot v0.17.0
22412026-05-27T20:28:41.526Z Compiling proc-macro-error-attr v1.0.4
22422026-05-27T20:28:41.652Z Compiling ciborium-io v0.2.2
22432026-05-27T20:28:41.669Z Compiling term v1.2.1
22442026-05-27T20:28:41.724Z Compiling convert_case v0.4.0
22452026-05-27T20:28:41.739Z Compiling opaque-debug v0.3.1
22462026-05-27T20:28:41.742Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22472026-05-27T20:28:41.772Z Compiling take_mut v0.2.2
22482026-05-27T20:28:41.786Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-05-27T20:28:41.835Z Compiling poly1305 v0.8.0
22502026-05-27T20:28:41.997Z Compiling toml v1.0.6+spec-1.1.0
22512026-05-27T20:28:42.051Z Compiling derive_more v0.99.20
22522026-05-27T20:28:42.066Z Compiling slog-term v2.9.2
22532026-05-27T20:28:42.083Z Compiling tokio-rustls v0.25.0
22542026-05-27T20:28:42.414Z Compiling thiserror-no-std v2.0.2
22552026-05-27T20:28:42.430Z Compiling ciborium-ll v0.2.2
22562026-05-27T20:28:42.493Z Compiling async-stream v0.3.6
22572026-05-27T20:28:42.589Z Compiling test-strategy v0.4.5
22582026-05-27T20:28:42.646Z Compiling ingot-types v0.1.2
22592026-05-27T20:28:42.711Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-05-27T20:28:42.726Z Compiling postcard v1.1.3
22612026-05-27T20:28:43.112Z Compiling tough v0.22.0
22622026-05-27T20:28:43.129Z Compiling ingot v0.1.1
22632026-05-27T20:28:43.182Z Compiling num_enum_derive v0.7.5
22642026-05-27T20:28:43.318Z Compiling slog-bunyan v2.5.0
22652026-05-27T20:28:43.542Z Compiling async-compression v0.4.41
22662026-05-27T20:28:43.947Z Compiling parse-display-derive v0.10.0
22672026-05-27T20:28:44.042Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22682026-05-27T20:28:44.182Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-05-27T20:28:44.228Z Compiling proc-macro-crate v1.3.1
22702026-05-27T20:28:44.435Z Compiling backon v1.6.0
22712026-05-27T20:28:44.542Z Compiling waitgroup v0.1.2
22722026-05-27T20:28:44.600Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22732026-05-27T20:28:44.678Z Compiling password-hash v0.5.0
22742026-05-27T20:28:44.695Z Compiling chacha20 v0.9.1
22752026-05-27T20:28:44.718Z Compiling dropshot_endpoint v0.17.0
22762026-05-27T20:28:44.735Z Compiling rustls-pemfile v2.2.0
22772026-05-27T20:28:44.820Z Compiling blake2 v0.10.6
22782026-05-27T20:28:44.965Z Compiling aead v0.5.2
22792026-05-27T20:28:45.045Z Compiling foreign-types-macros v0.2.3
22802026-05-27T20:28:45.185Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-27T20:28:45.380Z Compiling serde_path_to_error v0.1.20
22822026-05-27T20:28:45.453Z Compiling hostname v0.4.2
22832026-05-27T20:28:45.469Z Compiling proc-macro-error v1.0.4
22842026-05-27T20:28:45.642Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22852026-05-27T20:28:45.661Z Compiling instant v0.1.13
22862026-05-27T20:28:45.661Z Compiling cpufeatures v0.3.0
22872026-05-27T20:28:45.670Z Compiling typeid v1.0.3
22882026-05-27T20:28:45.710Z Compiling debug-ignore v1.0.5
22892026-05-27T20:28:45.725Z Compiling foreign-types-shared v0.3.1
22902026-05-27T20:28:45.793Z Compiling chacha20 v0.10.0
22912026-05-27T20:28:45.812Z Compiling backoff v0.4.0
22922026-05-27T20:28:45.843Z Compiling foreign-types v0.5.0
22932026-05-27T20:28:45.894Z Compiling parse-display v0.10.0
22942026-05-27T20:28:45.951Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22952026-05-27T20:28:45.983Z Compiling chacha20poly1305 v0.10.1
22962026-05-27T20:28:46.009Z Compiling argon2 v0.5.3
22972026-05-27T20:28:46.025Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22982026-05-27T20:28:46.028Z Compiling num_enum_derive v0.5.11
22992026-05-27T20:28:46.058Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-05-27T20:28:46.147Z Compiling num_enum v0.7.5
23012026-05-27T20:28:46.169Z Compiling ciborium v0.2.2
23022026-05-27T20:28:46.174Z Compiling vsss-rs v3.3.4
23032026-05-27T20:28:46.256Z Compiling tabwriter v1.4.1
23042026-05-27T20:28:46.486Z Compiling regress v0.10.5
23052026-05-27T20:28:46.654Z Compiling byte-wrapper v0.1.0
23062026-05-27T20:28:46.735Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23072026-05-27T20:28:46.790Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23082026-05-27T20:28:47.008Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-05-27T20:28:47.027Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-05-27T20:28:47.045Z Compiling cstr-argument v0.1.2
23112026-05-27T20:28:47.090Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23122026-05-27T20:28:47.248Z Compiling humantime v2.3.0
23132026-05-27T20:28:47.466Z Compiling erased-serde v0.4.9
23142026-05-27T20:28:47.493Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23152026-05-27T20:28:47.568Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-05-27T20:28:47.589Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-05-27T20:28:47.642Z Compiling num_enum v0.5.11
23182026-05-27T20:28:47.720Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-05-27T20:28:47.767Z Compiling rand v0.10.0
23202026-05-27T20:28:47.800Z Compiling rayon v1.11.0
23212026-05-27T20:28:47.829Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-05-27T20:28:47.859Z Compiling libefi-sys v0.1.0
23232026-05-27T20:28:47.892Z Compiling colored v3.1.1
23242026-05-27T20:28:47.975Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23252026-05-27T20:28:48.006Z Compiling indent_write v2.2.0
23262026-05-27T20:28:48.044Z Compiling zone_cfg_derive v0.3.1
23272026-05-27T20:28:48.112Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23282026-05-27T20:28:48.167Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-05-27T20:28:48.182Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23302026-05-27T20:28:48.226Z Compiling camino-tempfile v1.4.1
23312026-05-27T20:28:48.359Z Compiling itertools v0.12.1
23322026-05-27T20:28:48.602Z Compiling usdt-attr-macro v0.5.0
23332026-05-27T20:28:48.633Z Compiling usdt-macro v0.5.0
23342026-05-27T20:28:48.663Z Compiling num-derive v0.4.2
23352026-05-27T20:28:48.714Z Compiling bitfield-struct v0.6.2
23362026-05-27T20:28:48.771Z Compiling blake3 v1.8.3
23372026-05-27T20:28:48.788Z Compiling ordered-float v2.10.1
23382026-05-27T20:28:49.103Z Compiling sigpipe v0.1.3
23392026-05-27T20:28:49.159Z Compiling memmap v0.7.0
23402026-05-27T20:28:49.225Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-05-27T20:28:49.353Z Compiling glob v0.3.3
23422026-05-27T20:28:49.374Z Compiling swrite v0.1.0
23432026-05-27T20:28:49.377Z Compiling usdt v0.5.0
23442026-05-27T20:28:49.423Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-05-27T20:28:49.509Z Compiling serde-value v0.7.0
23462026-05-27T20:28:49.598Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-05-27T20:28:49.764Z Compiling zone v0.3.1
23482026-05-27T20:28:49.854Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23492026-05-27T20:28:49.858Z Compiling serde-untagged v0.1.9
23502026-05-27T20:28:50.042Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23512026-05-27T20:28:50.232Z Compiling toml v0.8.23
23522026-05-27T20:28:50.247Z Compiling smf v0.2.3
23532026-05-27T20:28:50.285Z Compiling filetime v0.2.27
23542026-05-27T20:28:50.303Z Compiling arrayref v0.3.9
23552026-05-27T20:28:50.334Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-05-27T20:28:50.347Z Compiling xattr v1.6.1
23572026-05-27T20:28:50.367Z Compiling whoami v1.6.1
23582026-05-27T20:28:50.408Z Compiling unicode-xid v0.2.6
23592026-05-27T20:28:50.432Z Compiling constant_time_eq v0.4.2
23602026-05-27T20:28:50.520Z Compiling arrayvec v0.7.6
23612026-05-27T20:28:50.546Z Compiling tar v0.4.45
23622026-05-27T20:28:50.566Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-05-27T20:28:50.583Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23642026-05-27T20:28:50.651Z Compiling tokio-dtrace v0.1.1
23652026-05-27T20:28:50.848Z Compiling cargo-util-schemas v0.8.2
23662026-05-27T20:28:50.851Z Compiling console v0.16.2
23672026-05-27T20:28:51.002Z Compiling gethostname v0.5.0
23682026-05-27T20:28:51.158Z Compiling cargo-platform v0.2.0
23692026-05-27T20:28:51.266Z Compiling unit-prefix v0.5.2
23702026-05-27T20:28:51.288Z Compiling topological-sort v0.2.2
23712026-05-27T20:28:51.353Z Compiling oxide-tokio-rt v0.1.4
23722026-05-27T20:28:51.420Z Compiling indicatif v0.18.4
23732026-05-27T20:28:51.453Z Compiling shell-words v1.1.1
23742026-05-27T20:28:51.491Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-05-27T20:28:52.107Z Compiling cargo_metadata v0.21.0
23762026-05-27T20:29:00.970Z Compiling progenitor-client v0.10.0
23772026-05-27T20:29:00.970Z Compiling omicron-zone-package v0.12.2
23782026-05-27T20:29:00.986Z Compiling progenitor-client v0.14.0
23792026-05-27T20:29:01.479Z Compiling progenitor-extras v0.2.0
23802026-05-27T20:29:03.684Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-05-27T20:29:03.743Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-05-27T20:29:03.788Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-05-27T20:29:04.024Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23842026-05-27T20:29:04.047Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23852026-05-27T20:29:04.068Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23862026-05-27T20:29:04.093Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-05-27T20:29:04.120Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23882026-05-27T20:29:04.138Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23892026-05-27T20:29:08.127Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-05-27T20:29:15.820Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-05-27T20:29:18.923Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-05-27T20:29:19.903Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-05-27T20:29:29.627Z Finished `release` profile [optimized] target(s) in 1m 44s
23942026-05-27T20:29:29.782Z Running `target/release/omicron-package -t test target create -p dev`
23952026-05-27T20:29:29.847ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-05-27T20:29:29.850ZCreated new build target 'test' and set it as active
23972026-05-27T20:29:29.850Z
23982026-05-27T20:29:29.850Zreal 1:44.866913426
23992026-05-27T20:29:29.850Zuser 17:04.390417772
24002026-05-27T20:29:29.850Zsys 2:43.778014849
24012026-05-27T20:29:29.850Ztrap 0.476757088
24022026-05-27T20:29:29.850Ztflt 2.675465438
24032026-05-27T20:29:29.850Zdflt 4.465350973
24042026-05-27T20:29:29.850Zkflt 0.000636345
24052026-05-27T20:29:29.850Zlock 53:17.921753018
24062026-05-27T20:29:29.850Zslp 43:41.224773571
24072026-05-27T20:29:29.850Zlat 43.291187595
24082026-05-27T20:29:29.851Zstop 5:34.919012146
24092026-05-27T20:29:29.854Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-05-27T20:29:30.750Z Finished `release` profile [optimized] target(s) in 0.88s
24112026-05-27T20:29:30.823Z Running `target/release/omicron-package -t test package`
24122026-05-27T20:29:30.881ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-05-27T20:29:32.321Z Compiling heck v0.5.0
24142026-05-27T20:29:32.321Z Compiling regress v0.11.1
24152026-05-27T20:29:32.541Z Compiling unsafe-libyaml v0.2.11
24162026-05-27T20:29:32.576Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-05-27T20:29:32.600Z Compiling regress v0.10.5
24182026-05-27T20:29:32.626Z Compiling is-terminal v0.4.17
24192026-05-27T20:29:32.629Z Compiling unicode-width v0.1.14
24202026-05-27T20:29:32.674Z Compiling prettyplease v0.2.37
24212026-05-27T20:29:32.678Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-05-27T20:29:32.678Z Compiling bytecount v0.6.9
24232026-05-27T20:29:32.678Z Compiling rustls v0.22.4
24242026-05-27T20:29:32.678Z Compiling rustls-webpki v0.102.8
24252026-05-27T20:29:32.678Z Compiling derive-where v1.6.0
24262026-05-27T20:29:32.706Z Compiling thread_local v1.1.9
24272026-05-27T20:29:32.709Z Compiling match_cfg v0.1.0
24282026-05-27T20:29:32.767Z Compiling compression-core v0.4.31
24292026-05-27T20:29:32.789Z Compiling multer v3.1.0
24302026-05-27T20:29:32.877Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-05-27T20:29:32.901Z Compiling hostname v0.3.1
24322026-05-27T20:29:32.921Z Compiling slog-async v2.8.0
24332026-05-27T20:29:32.924Z Compiling crossbeam-channel v0.5.15
24342026-05-27T20:29:32.986Z Compiling slog-json v2.6.1
24352026-05-27T20:29:33.009Z Compiling toml_datetime v1.0.0+spec-1.1.0
24362026-05-27T20:29:33.036Z Compiling compression-codecs v0.4.37
24372026-05-27T20:29:33.036Z Compiling serde_spanned v1.0.4
24382026-05-27T20:29:33.081Z Compiling serde_yaml v0.9.34+deprecated
24392026-05-27T20:29:33.081Z Compiling toml_writer v1.0.6+spec-1.1.0
24402026-05-27T20:29:33.128Z Compiling term v1.2.1
24412026-05-27T20:29:33.226Z Compiling take_mut v0.2.2
24422026-05-27T20:29:33.249Z Compiling async-compression v0.4.41
24432026-05-27T20:29:33.303Z Compiling toml v1.0.6+spec-1.1.0
24442026-05-27T20:29:33.325Z Compiling slog-bunyan v2.5.0
24452026-05-27T20:29:33.428Z Compiling slog-term v2.9.2
24462026-05-27T20:29:33.455Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-05-27T20:29:33.511Z Compiling dropshot v0.17.0
24482026-05-27T20:29:33.580Z Compiling async-stream v0.3.6
24492026-05-27T20:29:33.607Z Compiling num-rational v0.4.2
24502026-05-27T20:29:33.631Z Compiling progenitor-client v0.14.0
24512026-05-27T20:29:33.660Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-05-27T20:29:33.784Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-05-27T20:29:33.806Z Compiling waitgroup v0.1.2
24542026-05-27T20:29:33.830Z Compiling rustls-pemfile v2.2.0
24552026-05-27T20:29:33.872Z Compiling backon v1.6.0
24562026-05-27T20:29:33.940Z Compiling num-complex v0.4.6
24572026-05-27T20:29:33.976Z Compiling serde_path_to_error v0.1.20
24582026-05-27T20:29:33.998Z Compiling hostname v0.4.2
24592026-05-27T20:29:34.019Z Compiling instant v0.1.13
24602026-05-27T20:29:34.042Z Compiling debug-ignore v1.0.5
24612026-05-27T20:29:34.065Z Compiling progenitor-extras v0.2.0
24622026-05-27T20:29:34.100Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24632026-05-27T20:29:34.162Z Compiling typify-impl v0.6.2
24642026-05-27T20:29:34.182Z Compiling backoff v0.4.0
24652026-05-27T20:29:34.201Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-05-27T20:29:34.372Z Compiling num v0.4.3
24672026-05-27T20:29:34.422Z Compiling parse-display v0.10.0
24682026-05-27T20:29:34.445Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-05-27T20:29:34.471Z Compiling progenitor-client v0.10.0
24702026-05-27T20:29:34.491Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-05-27T20:29:34.495Z Compiling macaddr v1.0.1
24722026-05-27T20:29:34.536Z Compiling humantime v2.3.0
24732026-05-27T20:29:34.631Z Compiling float-ord v0.3.2
24742026-05-27T20:29:34.733Z Compiling console v0.15.11
24752026-05-27T20:29:34.790Z Compiling newline-converter v0.3.0
24762026-05-27T20:29:34.811Z Compiling atomicwrites v0.4.4
24772026-05-27T20:29:34.838Z Compiling progenitor-client v0.13.0
24782026-05-27T20:29:34.911Z Compiling slog-dtrace v0.3.0
24792026-05-27T20:29:34.956Z Compiling resolv-conf v0.7.6
24802026-05-27T20:29:35.076Z Compiling tokio-rustls v0.25.0
24812026-05-27T20:29:35.154Z Compiling expectorate v1.2.0
24822026-05-27T20:29:35.229Z Compiling cancel-safe-futures v0.1.5
24832026-05-27T20:29:35.257Z Compiling owo-colors v4.3.0
24842026-05-27T20:29:35.306Z Compiling toml v0.8.23
24852026-05-27T20:29:35.376Z Compiling libsw-core v0.3.2
24862026-05-27T20:29:35.443Z Compiling linear-map v1.2.0
24872026-05-27T20:29:35.630Z Compiling libsw v3.5.0
24882026-05-27T20:29:35.652Z Compiling linked-hash-map v0.5.6
24892026-05-27T20:29:35.735Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-05-27T20:29:35.855Z Compiling minimal-lexical v0.2.1
24912026-05-27T20:29:35.933Z Compiling lru-cache v0.1.2
24922026-05-27T20:29:35.954Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-05-27T20:29:35.957Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-05-27T20:29:36.036Z Compiling hickory-proto v0.24.4
24952026-05-27T20:29:36.063Z Compiling unicode-xid v0.2.6
24962026-05-27T20:29:36.119Z Compiling nom v7.1.3
24972026-05-27T20:29:36.171Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24982026-05-27T20:29:36.195Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-05-27T20:29:36.225Z Compiling convert_case v0.10.0
25002026-05-27T20:29:36.544Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-05-27T20:29:36.716Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25022026-05-27T20:29:36.954Z Compiling derive_more-impl v2.1.1
25032026-05-27T20:29:37.449Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-05-27T20:29:37.522Z Compiling papergrid v0.11.0
25052026-05-27T20:29:37.621Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-05-27T20:29:37.702Z Compiling typify-macro v0.6.2
25072026-05-27T20:29:37.767Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25082026-05-27T20:29:37.882Z Compiling derive_more v2.1.1
25092026-05-27T20:29:37.994Z Compiling tabled_derive v0.7.0
25102026-05-27T20:29:38.091Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25112026-05-27T20:29:38.313Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-05-27T20:29:38.735Z Compiling hickory-resolver v0.24.4
25132026-05-27T20:29:38.807Z Compiling termtree v0.5.1
25142026-05-27T20:29:38.924Z Compiling tabled v0.15.0
25152026-05-27T20:29:39.032Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-05-27T20:29:39.286Z Compiling typify v0.6.2
25172026-05-27T20:29:39.593Z Compiling progenitor-impl v0.14.0
25182026-05-27T20:29:39.807Z Compiling progenitor-impl v0.13.0
25192026-05-27T20:29:41.787Z Compiling progenitor-macro v0.14.0
25202026-05-27T20:29:41.999Z Compiling progenitor-macro v0.13.0
25212026-05-27T20:29:42.089Z Compiling qorb v0.4.1
25222026-05-27T20:29:43.360Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-05-27T20:29:43.897Z Compiling crossterm v0.29.0
25242026-05-27T20:29:44.294Z Compiling phf_shared v0.12.1
25252026-05-27T20:29:44.525Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25262026-05-27T20:29:44.550Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-05-27T20:29:44.615Z Compiling vte v0.14.1
25282026-05-27T20:29:45.015Z Compiling csv-core v0.1.13
25292026-05-27T20:29:45.082Z Compiling chrono-tz v0.10.4
25302026-05-27T20:29:45.324Z Compiling highway v1.3.0
25312026-05-27T20:29:45.497Z Compiling csv v1.4.0
25322026-05-27T20:29:45.574Z Compiling strip-ansi-escapes v0.2.1
25332026-05-27T20:29:45.953Z Compiling progenitor v0.14.0
25342026-05-27T20:29:46.086Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352026-05-27T20:29:46.132Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25362026-05-27T20:29:46.155Z Compiling phf v0.12.1
25372026-05-27T20:29:46.158Z Compiling progenitor v0.13.0
25382026-05-27T20:29:46.391Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25392026-05-27T20:29:46.413Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-05-27T20:29:46.484Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25412026-05-27T20:29:46.506Z Compiling const_format_proc_macros v0.2.34
25422026-05-27T20:29:46.863Z Compiling fd-lock v4.0.4
25432026-05-27T20:29:46.897Z Compiling peg-macros v0.8.5
25442026-05-27T20:29:46.918Z Compiling nu-ansi-term v0.50.3
25452026-05-27T20:29:47.286Z Compiling const_format v0.2.35
25462026-05-27T20:29:47.471Z Compiling reedline v0.40.0
25472026-05-27T20:29:47.805Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-05-27T20:29:48.156Z Compiling peg v0.8.5
25492026-05-27T20:29:48.267Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-27T20:29:49.121Z Compiling bcs v0.1.6
25512026-05-27T20:29:49.340Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-05-27T20:29:49.589Z Compiling semver v0.1.20
25532026-05-27T20:29:49.649Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-05-27T20:29:49.884Z Compiling rustc_version v0.1.7
25552026-05-27T20:29:49.920Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-27T20:29:50.127Z Compiling newtype_derive v0.1.6
25572026-05-27T20:29:50.241Z Compiling smawk v0.3.2
25582026-05-27T20:29:50.370Z Compiling unicode-linebreak v0.1.5
25592026-05-27T20:29:50.530Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-27T20:29:50.691Z Compiling textwrap v0.16.2
25612026-05-27T20:29:51.066Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-05-27T20:29:51.105Z Compiling base64 v0.21.7
25632026-05-27T20:29:51.162Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-05-27T20:29:51.777Z Compiling steno v0.4.1
25652026-05-27T20:29:52.086Z Compiling dropshot-api-manager-types v0.7.2
25662026-05-27T20:29:52.109Z Compiling tagptr v0.2.0
25672026-05-27T20:29:52.292Z Compiling moka v0.12.13
25682026-05-27T20:29:52.387Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-05-27T20:29:52.591Z Compiling utf-8 v0.7.6
25702026-05-27T20:29:52.630Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-05-27T20:29:52.687Z Compiling radium v0.7.0
25722026-05-27T20:29:52.739Z Compiling maybe-uninit v2.0.0
25732026-05-27T20:29:52.811Z Compiling tungstenite v0.21.0
25742026-05-27T20:29:52.836Z Compiling tap v1.0.1
25752026-05-27T20:29:53.025Z Compiling display-error-chain v0.2.2
25762026-05-27T20:29:53.121Z Compiling wyz v0.5.1
25772026-05-27T20:29:53.334Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-05-27T20:29:53.366Z Compiling num-derive v0.3.3
25792026-05-27T20:29:53.413Z Compiling hickory-resolver v0.25.2
25802026-05-27T20:29:53.573Z Compiling tokio-tungstenite v0.21.0
25812026-05-27T20:29:53.914Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25822026-05-27T20:29:53.974Z Compiling zerocopy-derive v0.6.6
25832026-05-27T20:29:54.294Z Compiling proc-macro-error-attr2 v2.0.0
25842026-05-27T20:29:54.706Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-05-27T20:29:54.777Z Compiling funty v2.0.0
25862026-05-27T20:29:54.886Z Compiling crc-catalog v2.4.0
25872026-05-27T20:29:54.993Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25882026-05-27T20:29:55.057Z Compiling packed_struct v0.10.1
25892026-05-27T20:29:55.367Z Compiling bitvec v1.0.1
25902026-05-27T20:29:55.526Z Compiling crc v3.4.0
25912026-05-27T20:29:55.743Z Compiling zerocopy v0.6.6
25922026-05-27T20:29:55.765Z Compiling proc-macro-error2 v2.0.1
25932026-05-27T20:29:56.099Z Compiling libscf-sys v1.1.0
25942026-05-27T20:29:56.166Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-05-27T20:29:56.250Z Compiling packed_struct_codegen v0.10.1
25962026-05-27T20:29:56.282Z Compiling vergen-lib v0.1.6
25972026-05-27T20:29:56.516Z Compiling bitfield-macros v0.19.4
25982026-05-27T20:29:57.135Z Compiling indexmap v1.9.3
25992026-05-27T20:29:57.187Z Compiling nodrop v0.1.14
26002026-05-27T20:29:57.331Z Compiling bitfield v0.19.4
26012026-05-27T20:29:57.355Z Compiling array-init v0.0.4
26022026-05-27T20:29:57.461Z Compiling smallvec v0.6.14
26032026-05-27T20:29:57.666Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-05-27T20:29:57.740Z Compiling tabled_derive v0.11.0
26052026-05-27T20:29:57.880Z Compiling papergrid v0.17.0
26062026-05-27T20:29:57.940Z Compiling testing_table v0.3.0
26072026-05-27T20:29:58.368Z Compiling vergen-gitcl v1.0.8
26082026-05-27T20:29:58.399Z Compiling dirs-sys-next v0.1.2
26092026-05-27T20:29:58.605Z Compiling crunchy v0.2.4
26102026-05-27T20:29:58.707Z Compiling glob v0.3.3
26112026-05-27T20:29:58.825Z Compiling hashbrown v0.12.3
26122026-05-27T20:29:58.851Z Compiling diesel_derives v2.3.7
26132026-05-27T20:29:58.877Z Compiling maplit v1.0.2
26142026-05-27T20:29:58.949Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-05-27T20:29:59.029Z Compiling dirs-next v2.0.0
26162026-05-27T20:29:59.105Z Compiling clang-sys v1.8.1
26172026-05-27T20:29:59.132Z Compiling tabled v0.20.0
26182026-05-27T20:29:59.189Z Compiling serde-hex v0.1.0
26192026-05-27T20:29:59.503Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-05-27T20:29:59.741Z Compiling ron v0.8.1
26212026-05-27T20:29:59.813Z Compiling hashbrown v0.13.2
26222026-05-27T20:29:59.936Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-27T20:29:59.958Z Compiling dsl_auto_type v0.2.0
26242026-05-27T20:30:00.448Z Compiling scheduled-thread-pool v0.2.7
26252026-05-27T20:30:00.472Z Compiling diesel_table_macro_syntax v0.3.0
26262026-05-27T20:30:00.529Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-27T20:30:00.703Z Compiling crc-any v2.5.0
26282026-05-27T20:30:00.782Z Compiling tiny-keccak v2.0.2
26292026-05-27T20:30:00.875Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-27T20:30:01.061Z Compiling r2d2 v0.8.10
26312026-05-27T20:30:01.144Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26322026-05-27T20:30:01.308Z Compiling object v0.30.4
26332026-05-27T20:30:01.417Z Compiling term v0.7.0
26342026-05-27T20:30:01.570Z Compiling path-slash v0.1.5
26352026-05-27T20:30:01.760Z Compiling bit-vec v0.6.3
26362026-05-27T20:30:01.854Z Compiling xshell-macros v0.2.7
26372026-05-27T20:30:01.886Z Compiling downcast-rs v2.0.2
26382026-05-27T20:30:01.937Z Compiling ascii-canvas v3.0.0
26392026-05-27T20:30:02.008Z Compiling bit-set v0.5.3
26402026-05-27T20:30:02.205Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26412026-05-27T20:30:02.227Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26422026-05-27T20:30:02.263Z Compiling xshell v0.2.7
26432026-05-27T20:30:02.285Z Compiling itertools v0.10.5
26442026-05-27T20:30:02.610Z Compiling ena v0.14.4
26452026-05-27T20:30:02.726Z Compiling libloading v0.8.9
26462026-05-27T20:30:02.870Z Compiling regex-syntax v0.6.29
26472026-05-27T20:30:02.976Z Compiling crc8 v0.1.1
26482026-05-27T20:30:03.121Z Compiling diff v0.1.13
26492026-05-27T20:30:03.407Z Compiling unicase v2.9.0
26502026-05-27T20:30:03.432Z Compiling bindgen v0.71.1
26512026-05-27T20:30:03.586Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-05-27T20:30:03.645Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26532026-05-27T20:30:03.786Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26542026-05-27T20:30:04.672Z Compiling lalrpop v0.19.12
26552026-05-27T20:30:04.863Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-05-27T20:30:04.892Z Compiling cexpr v0.6.0
26572026-05-27T20:30:05.079Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26582026-05-27T20:30:05.287Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26592026-05-27T20:30:05.309Z Compiling rustc-hash v2.1.1
26602026-05-27T20:30:05.497Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-05-27T20:30:05.550Z Compiling headers-core v0.3.0
26622026-05-27T20:30:05.573Z Compiling libxml v0.3.3
26632026-05-27T20:30:05.713Z Compiling headers v0.4.1
26642026-05-27T20:30:05.796Z Compiling diesel v2.3.7
26652026-05-27T20:30:05.881Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-05-27T20:30:06.158Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-05-27T20:30:06.262Z Compiling typify-impl v0.4.3
26682026-05-27T20:30:06.420Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-05-27T20:30:06.663Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-05-27T20:30:06.812Z Compiling strum_macros v0.24.3
26712026-05-27T20:30:06.934Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26722026-05-27T20:30:07.147Z Compiling git-stub v1.0.0
26732026-05-27T20:30:07.320Z Compiling indoc v1.0.9
26742026-05-27T20:30:07.406Z Compiling git-stub-vcs v0.1.0
26752026-05-27T20:30:07.786Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-05-27T20:30:07.809Z Compiling derive_builder v0.20.2
26772026-05-27T20:30:07.997Z Compiling oso-derive v0.27.3
26782026-05-27T20:30:08.042Z Compiling quick-xml v0.37.5
26792026-05-27T20:30:08.103Z Compiling impl-trait-for-tuples v0.2.3
26802026-05-27T20:30:08.524Z Compiling openssl-probe v0.1.6
26812026-05-27T20:30:08.889Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-05-27T20:30:09.406Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-05-27T20:30:09.443Z Compiling half v1.8.3
26842026-05-27T20:30:09.527Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26852026-05-27T20:30:09.644Z Compiling bb8 v0.8.6
26862026-05-27T20:30:09.743Z Compiling serde_cbor v0.11.2
26872026-05-27T20:30:09.782Z Compiling typify-macro v0.4.3
26882026-05-27T20:30:09.826Z Compiling trait-variant v0.1.2
26892026-05-27T20:30:09.967Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26902026-05-27T20:30:10.018Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26912026-05-27T20:30:10.259Z Compiling samael v0.0.19
26922026-05-27T20:30:10.352Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26932026-05-27T20:30:10.387Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26942026-05-27T20:30:10.786Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-05-27T20:30:10.860Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-05-27T20:30:11.062Z Compiling fxhash v0.2.1
26972026-05-27T20:30:11.255Z Compiling libz-sys v1.1.24
26982026-05-27T20:30:11.343Z Compiling typify v0.4.3
26992026-05-27T20:30:11.389Z Compiling nonempty v0.12.0
27002026-05-27T20:30:11.491Z Compiling progenitor-impl v0.11.2
27012026-05-27T20:30:11.629Z Compiling salty v0.3.0
27022026-05-27T20:30:11.962Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-05-27T20:30:12.029Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27042026-05-27T20:30:12.086Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-05-27T20:30:12.187Z Compiling progenitor-client v0.11.2
27062026-05-27T20:30:12.292Z Compiling polar-core v0.27.3
27072026-05-27T20:30:12.313Z Compiling kstat-rs v0.2.4
27082026-05-27T20:30:12.335Z Compiling arc-swap v1.8.2
27092026-05-27T20:30:12.745Z Compiling fs-err v2.11.0
27102026-05-27T20:30:13.095Z Compiling mime_guess v2.0.5
27112026-05-27T20:30:13.137Z Compiling slog-scope v4.4.1
27122026-05-27T20:30:13.634Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27132026-05-27T20:30:13.639Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-05-27T20:30:13.712Z Compiling progenitor-macro v0.11.2
27152026-05-27T20:30:14.337Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-05-27T20:30:16.259Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27172026-05-27T20:30:16.481Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-05-27T20:30:16.760Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-05-27T20:30:16.913Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-05-27T20:30:17.360Z Compiling nanorand v0.7.0
27212026-05-27T20:30:17.716Z Compiling progenitor v0.11.2
27222026-05-27T20:30:17.745Z Compiling darling_core v0.23.0
27232026-05-27T20:30:17.824Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27242026-05-27T20:30:17.910Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27252026-05-27T20:30:17.954Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27262026-05-27T20:30:18.280Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-05-27T20:30:18.726Z Compiling parking_lot_core v0.8.6
27282026-05-27T20:30:19.987Z Compiling darling_macro v0.23.0
27292026-05-27T20:30:20.494Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27302026-05-27T20:30:22.415Z Compiling oso v0.27.3
27312026-05-27T20:30:25.794Z Compiling async-bb8-diesel v0.2.1
27322026-05-27T20:30:26.100Z Compiling diesel-dtrace v0.5.0
27332026-05-27T20:30:26.255Z Compiling flume v0.11.1
27342026-05-27T20:30:26.426Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-27T20:30:26.500Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-05-27T20:30:26.561Z Compiling slog-stdlog v4.1.1
27372026-05-27T20:30:27.041Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27382026-05-27T20:30:27.104Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-05-27T20:30:27.976Z Compiling primeorder v0.13.6
27402026-05-27T20:30:28.265Z Compiling atty v0.2.14
27412026-05-27T20:30:28.297Z Compiling instability v0.3.11
27422026-05-27T20:30:28.320Z Compiling parse-size v1.1.0
27432026-05-27T20:30:28.439Z Compiling strsim v0.10.0
27442026-05-27T20:30:28.553Z Compiling http-range v0.1.5
27452026-05-27T20:30:28.572Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27462026-05-27T20:30:28.734Z Compiling darling_core v0.13.4
27472026-05-27T20:30:28.799Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-05-27T20:30:28.856Z Compiling p384 v0.13.1
27492026-05-27T20:30:28.859Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27502026-05-27T20:30:28.920Z Compiling slog-envlogger v2.2.0
27512026-05-27T20:30:30.404Z Compiling darling v0.23.0
27522026-05-27T20:30:30.898Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27532026-05-27T20:30:30.958Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-05-27T20:30:31.020Z Compiling ignore v0.4.25
27552026-05-27T20:30:31.506Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-05-27T20:30:31.720Z Compiling vergen-git2 v9.1.0
27572026-05-27T20:30:31.946Z Compiling castaway v0.2.4
27582026-05-27T20:30:31.970Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-27T20:30:32.110Z Compiling indoc v2.0.7
27602026-05-27T20:30:32.299Z Compiling compact_str v0.8.1
27612026-05-27T20:30:32.921Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-05-27T20:30:33.171Z Compiling globwalk v0.9.1
27632026-05-27T20:30:33.275Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-05-27T20:30:33.424Z Compiling parking_lot v0.11.2
27652026-05-27T20:30:33.867Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-05-27T20:30:34.157Z Compiling hyper-staticfile v0.10.1
27672026-05-27T20:30:34.373Z Compiling darling_macro v0.13.4
27682026-05-27T20:30:34.552Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-27T20:30:35.199Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-05-27T20:30:35.346Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-27T20:30:35.860Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-05-27T20:30:36.058Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-05-27T20:30:36.138Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-05-27T20:30:36.212Z Compiling predicates-tree v1.0.13
27752026-05-27T20:30:36.336Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-05-27T20:30:36.615Z Compiling unicode-truncate v1.1.0
27772026-05-27T20:30:36.701Z Compiling lru v0.12.5
27782026-05-27T20:30:36.839Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-05-27T20:30:36.864Z Compiling rand_seeder v0.4.0
27802026-05-27T20:30:36.937Z Compiling prefix-trie v0.7.0
27812026-05-27T20:30:37.137Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-05-27T20:30:37.233Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-05-27T20:30:37.309Z Compiling corncobs v0.1.4
27842026-05-27T20:30:37.407Z Compiling illumos-nvpair-sys v0.2.0
27852026-05-27T20:30:37.444Z Compiling cassowary v0.3.0
27862026-05-27T20:30:37.500Z Compiling rustls v0.21.12
27872026-05-27T20:30:37.570Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-05-27T20:30:37.599Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-05-27T20:30:37.622Z Compiling hickory-server v0.25.2
27902026-05-27T20:30:37.678Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-05-27T20:30:37.767Z Compiling ratatui v0.29.0
27922026-05-27T20:30:37.897Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27932026-05-27T20:30:37.956Z Compiling camino-tempfile-ext v0.3.3
27942026-05-27T20:30:38.026Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-27T20:30:38.300Z Compiling darling v0.13.4
27962026-05-27T20:30:38.655Z Compiling sled v0.34.7
27972026-05-27T20:30:39.037Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-05-27T20:30:39.389Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-27T20:30:39.412Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-05-27T20:30:41.007Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28012026-05-27T20:30:42.032Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28022026-05-27T20:30:42.103Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-05-27T20:30:42.263Z Compiling sct v0.7.1
28042026-05-27T20:30:42.337Z Compiling rustls-webpki v0.101.7
28052026-05-27T20:30:42.537Z Compiling secrecy v0.8.0
28062026-05-27T20:30:42.716Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-05-27T20:30:43.051Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-05-27T20:30:44.034Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-05-27T20:30:44.139Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28102026-05-27T20:30:44.351Z Compiling serde_with_macros v1.5.2
28112026-05-27T20:30:44.579Z Compiling git2 v0.20.4
28122026-05-27T20:30:45.213Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28132026-05-27T20:30:45.311Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28142026-05-27T20:30:45.967Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28152026-05-27T20:30:45.991Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-05-27T20:30:46.156Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28172026-05-27T20:30:46.356Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28182026-05-27T20:30:46.600Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28192026-05-27T20:30:47.286Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28202026-05-27T20:30:47.399Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-05-27T20:30:47.528Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28222026-05-27T20:30:47.680Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28232026-05-27T20:30:47.711Z Compiling void v1.0.2
28242026-05-27T20:30:47.825Z Compiling lzss v0.8.2
28252026-05-27T20:30:48.142Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-05-27T20:30:48.192Z Compiling illumos-nvpair v0.3.0
28272026-05-27T20:30:48.719Z Compiling serde_with v1.14.0
28282026-05-27T20:30:48.866Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28292026-05-27T20:30:49.628Z Compiling tokio-rustls v0.24.1
28302026-05-27T20:30:49.932Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28312026-05-27T20:30:50.225Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28322026-05-27T20:30:51.157Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-05-27T20:30:51.932Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-05-27T20:30:52.426Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28352026-05-27T20:30:52.620Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-05-27T20:30:52.703Z Compiling tungstenite v0.23.0
28372026-05-27T20:30:52.875Z Compiling rustls-pemfile v1.0.4
28382026-05-27T20:30:53.254Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28392026-05-27T20:30:53.286Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28402026-05-27T20:30:53.552Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-05-27T20:30:53.786Z Compiling nix v0.27.1
28422026-05-27T20:30:54.275Z Compiling twox-hash v2.1.2
28432026-05-27T20:30:54.788Z Compiling serde_bytes v0.11.19
28442026-05-27T20:30:55.017Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28452026-05-27T20:30:55.096Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28462026-05-27T20:30:55.146Z Compiling tokio-tungstenite v0.23.1
28472026-05-27T20:30:55.444Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28482026-05-27T20:30:55.538Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28492026-05-27T20:30:56.521Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-05-27T20:30:58.975Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-27T20:30:59.466Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-05-27T20:31:00.245Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-05-27T20:31:00.465Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-05-27T20:31:00.916Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-05-27T20:31:00.944Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28562026-05-27T20:31:01.373Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28572026-05-27T20:31:01.441Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-05-27T20:31:01.478Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-05-27T20:31:01.816Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28602026-05-27T20:31:03.161Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28612026-05-27T20:31:04.041Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-05-27T20:31:04.709Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-05-27T20:31:05.063Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-05-27T20:31:05.524Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-05-27T20:31:05.637Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28662026-05-27T20:31:06.297Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-05-27T20:31:06.393Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28682026-05-27T20:31:06.925Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28692026-05-27T20:31:08.416Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28702026-05-27T20:31:08.724Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28712026-05-27T20:31:08.879Z Compiling fatfs v0.3.6
28722026-05-27T20:31:08.953Z Compiling signal-hook-tokio v0.3.1
28732026-05-27T20:31:09.148Z Compiling yasna v0.5.2
28742026-05-27T20:31:09.363Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-05-27T20:31:09.435Z Compiling seq-macro v0.3.6
28762026-05-27T20:31:09.922Z Compiling assert_matches v1.5.0
28772026-05-27T20:31:10.024Z Compiling is_ci v1.2.0
28782026-05-27T20:31:10.050Z Compiling rcgen v0.12.1
28792026-05-27T20:31:10.110Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28802026-05-27T20:31:10.253Z Compiling supports-color v3.0.2
28812026-05-27T20:31:10.388Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-05-27T20:31:10.619Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-05-27T20:31:10.676Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-05-27T20:31:10.911Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-05-27T20:31:11.051Z Compiling rtoolbox v0.0.3
28862026-05-27T20:31:11.152Z Compiling subprocess v0.2.15
28872026-05-27T20:31:11.365Z Compiling rpassword v7.4.0
28882026-05-27T20:31:11.651Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-05-27T20:31:13.085Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-05-27T20:31:13.329Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-05-27T20:31:14.363Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-05-27T20:31:14.438Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-05-27T20:31:14.527Z Compiling tui-tree-widget v0.23.1
28942026-05-27T20:31:14.825Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-05-27T20:31:15.376Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-05-27T20:31:15.894Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-05-27T20:31:15.961Z Compiling uzers v0.12.2
28982026-05-27T20:31:16.802Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-05-27T20:31:17.471Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-05-27T20:31:18.641Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-05-27T20:31:19.335Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-05-27T20:31:23.475Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-05-27T20:31:24.281Z Compiling support-bundle-viewer v0.1.2
29042026-05-27T20:31:25.692Z Compiling multimap v0.10.1
29052026-05-27T20:31:34.069Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-05-27T20:31:43.687Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29072026-05-27T20:31:46.065Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29082026-05-27T20:31:46.117Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-05-27T20:31:47.913Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-05-27T20:38:43.604Z Finished `release` profile [optimized] target(s) in 9m 12s
29112026-05-27T20:39:32.251Z
29122026-05-27T20:39:32.251Zreal 10:02.375518966
29132026-05-27T20:39:32.251Zuser 1:20:00.071153227
29142026-05-27T20:39:32.254Zsys 3:40.144145972
29152026-05-27T20:39:32.254Ztrap 1.755043858
29162026-05-27T20:39:32.254Ztflt 3.004879283
29172026-05-27T20:39:32.254Zdflt 19.287064105
29182026-05-27T20:39:32.254Zkflt 0.023999409
29192026-05-27T20:39:32.254Zlock 7:22:46.584730356
29202026-05-27T20:39:32.254Zslp 2:17:44.603301521
29212026-05-27T20:39:32.254Zlat 2:24.930537930
29222026-05-27T20:39:32.254Zstop 5:26.730197644
29232026-05-27T20:39:32.254Z+ mapfile -t packages
29242026-05-27T20:39:32.254Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-05-27T20:39:33.219Z Finished `release` profile [optimized] target(s) in 0.95s
29262026-05-27T20:39:33.292Z Running `target/release/omicron-package -t test list-outputs`
29272026-05-27T20:39:33.354ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-05-27T20:39:33.357Z+ ptime -m cargo build --locked --release -p xtask
29292026-05-27T20:39:33.895Z Compiling libc v0.2.185
29302026-05-27T20:39:33.896Z Compiling serde v1.0.228
29312026-05-27T20:39:33.896Z Compiling serde_core v1.0.228
29322026-05-27T20:39:33.899Z Compiling rustix v1.1.3
29332026-05-27T20:39:34.009Z Compiling bitflags v2.11.0
29342026-05-27T20:39:34.012Z Compiling serde_json v1.0.149
29352026-05-27T20:39:34.049Z Compiling num-traits v0.2.19
29362026-05-27T20:39:34.058Z Compiling syn v2.0.117
29372026-05-27T20:39:34.061Z Compiling smallvec v1.15.1
29382026-05-27T20:39:34.083Z Compiling indexmap v2.14.0
29392026-05-27T20:39:34.103Z Compiling usdt-impl v0.5.0
29402026-05-27T20:39:34.115Z Compiling syn v1.0.109
29412026-05-27T20:39:34.129Z Compiling log v0.4.29
29422026-05-27T20:39:34.141Z Compiling getrandom v0.4.1
29432026-05-27T20:39:34.316Z Compiling percent-encoding v2.3.2
29442026-05-27T20:39:34.458Z Compiling form_urlencoded v1.2.2
29452026-05-27T20:39:34.530Z Compiling fs-err v3.3.0
29462026-05-27T20:39:34.534Z Compiling anyhow v1.0.102
29472026-05-27T20:39:34.541Z Compiling heck v0.4.1
29482026-05-27T20:39:34.579Z Compiling once_cell v1.21.3
29492026-05-27T20:39:34.742Z Compiling thread-id v4.2.2
29502026-05-27T20:39:34.807Z Compiling errno v0.3.14
29512026-05-27T20:39:34.810Z Compiling memmap v0.7.0
29522026-05-27T20:39:35.101Z Compiling ordered-float v2.10.1
29532026-05-27T20:39:35.677Z Compiling proc-macro-error v1.0.4
29542026-05-27T20:39:35.838Z Compiling terminal_size v0.4.3
29552026-05-27T20:39:35.838Z Compiling tempfile v3.25.0
29562026-05-27T20:39:35.935Z Compiling tabled_derive v0.7.0
29572026-05-27T20:39:35.941Z Compiling clap_builder v4.5.60
29582026-05-27T20:39:35.944Z Compiling textwrap v0.16.2
29592026-05-27T20:39:36.099Z Compiling camino-tempfile v1.4.1
29602026-05-27T20:39:36.639Z Compiling synstructure v0.13.2
29612026-05-27T20:39:36.639Z Compiling pest_generator v2.8.6
29622026-05-27T20:39:36.666Z Compiling tabled v0.15.0
29632026-05-27T20:39:37.039Z Compiling serde_derive v1.0.228
29642026-05-27T20:39:37.039Z Compiling zerovec-derive v0.11.2
29652026-05-27T20:39:37.042Z Compiling displaydoc v0.2.5
29662026-05-27T20:39:37.042Z Compiling thiserror-impl v1.0.69
29672026-05-27T20:39:37.042Z Compiling zerocopy-derive v0.7.35
29682026-05-27T20:39:37.042Z Compiling scroll_derive v0.12.1
29692026-05-27T20:39:37.042Z Compiling thiserror-impl v2.0.18
29702026-05-27T20:39:37.042Z Compiling clap_derive v4.5.55
29712026-05-27T20:39:37.084Z Compiling zerofrom-derive v0.1.6
29722026-05-27T20:39:37.096Z Compiling yoke-derive v0.8.1
29732026-05-27T20:39:37.171Z Compiling pest_derive v2.8.6
29742026-05-27T20:39:37.740Z Compiling scroll v0.12.0
29752026-05-27T20:39:37.936Z Compiling zerocopy v0.7.35
29762026-05-27T20:39:38.088Z Compiling goblin v0.8.2
29772026-05-27T20:39:38.267Z Compiling zerofrom v0.1.6
29782026-05-27T20:39:38.281Z Compiling thiserror v1.0.69
29792026-05-27T20:39:38.311Z Compiling thiserror v2.0.18
29802026-05-27T20:39:38.402Z Compiling yoke v0.8.1
29812026-05-27T20:39:38.421Z Compiling dtrace-parser v0.2.0
29822026-05-27T20:39:38.629Z Compiling zerovec v0.11.5
29832026-05-27T20:39:38.701Z Compiling zerotrie v0.2.3
29842026-05-27T20:39:38.749Z Compiling clap v4.5.60
29852026-05-27T20:39:39.164Z Compiling tinystr v0.8.2
29862026-05-27T20:39:39.228Z Compiling potential_utf v0.1.4
29872026-05-27T20:39:39.398Z Compiling icu_locale_core v2.1.1
29882026-05-27T20:39:39.434Z Compiling icu_collections v2.1.1
29892026-05-27T20:39:40.185Z Compiling icu_provider v2.1.1
29902026-05-27T20:39:40.531Z Compiling icu_properties v2.1.2
29912026-05-27T20:39:40.553Z Compiling icu_normalizer v2.1.1
29922026-05-27T20:39:40.594Z Compiling serde_spanned v0.6.9
29932026-05-27T20:39:40.628Z Compiling toml_datetime v0.6.11
29942026-05-27T20:39:40.639Z Compiling dof v0.3.0
29952026-05-27T20:39:40.650Z Compiling serde-value v0.7.0
29962026-05-27T20:39:40.773Z Compiling cargo-platform v0.2.0
29972026-05-27T20:39:40.845Z Compiling toml_edit v0.22.27
29982026-05-27T20:39:41.034Z Compiling serde_tokenstream v0.2.3
29992026-05-27T20:39:41.361Z Compiling macaddr v1.0.1
30002026-05-27T20:39:41.464Z Compiling idna_adapter v1.2.1
30012026-05-27T20:39:41.618Z Compiling idna v1.1.0
30022026-05-27T20:39:41.861Z Compiling usdt-attr-macro v0.5.0
30032026-05-27T20:39:41.876Z Compiling usdt-macro v0.5.0
30042026-05-27T20:39:42.099Z Compiling url v2.5.8
30052026-05-27T20:39:42.510Z Compiling toml v0.8.23
30062026-05-27T20:39:42.531Z Compiling usdt v0.5.0
30072026-05-27T20:39:42.952Z Compiling cargo-util-schemas v0.8.2
30082026-05-27T20:39:42.952Z Compiling cargo_toml v0.21.0
30092026-05-27T20:39:43.981Z Compiling cargo_metadata v0.21.0
30102026-05-27T20:39:47.100Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-05-27T20:39:50.126Z Finished `release` profile [optimized] target(s) in 16.76s
30122026-05-27T20:39:50.292Z
30132026-05-27T20:39:50.292Zreal 16.894477678
30142026-05-27T20:39:50.292Zuser 2:22.606940826
30152026-05-27T20:39:50.292Zsys 17.452455348
30162026-05-27T20:39:50.292Ztrap 0.076101436
30172026-05-27T20:39:50.292Ztflt 0.512393590
30182026-05-27T20:39:50.292Zdflt 1.428220123
30192026-05-27T20:39:50.295Zkflt 0.000045945
30202026-05-27T20:39:50.295Zlock 5:23.953746873
30212026-05-27T20:39:50.295Zslp 3:25.571634930
30222026-05-27T20:39:50.295Zlat 6.433961453
30232026-05-27T20:39:50.295Zstop 20.216291122
30242026-05-27T20:39:50.295Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-05-27T20:39:50.295Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-05-27T20:39:50.295Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-05-27T20:39:50.295Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-05-27T20:39:50.295Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-05-27T20:39:51.252Z Compiling newtype-uuid-macros v0.1.0
30302026-05-27T20:39:51.255Z Compiling progenitor-client v0.14.0
30312026-05-27T20:39:51.255Z Compiling structmeta-derive v0.3.0
30322026-05-27T20:39:51.255Z Compiling rustls v0.22.4
30332026-05-27T20:39:51.255Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-05-27T20:39:51.421Z Compiling rustls-webpki v0.102.8
30352026-05-27T20:39:51.436Z Compiling multer v3.1.0
30362026-05-27T20:39:51.439Z Compiling compression-core v0.4.31
30372026-05-27T20:39:51.440Z Compiling debug-ignore v1.0.5
30382026-05-27T20:39:51.449Z Compiling match_cfg v0.1.0
30392026-05-27T20:39:51.451Z Compiling slog-json v2.6.1
30402026-05-27T20:39:51.451Z Compiling async-stream-impl v0.3.6
30412026-05-27T20:39:51.451Z Compiling toml_datetime v1.0.0+spec-1.1.0
30422026-05-27T20:39:51.545Z Compiling serde_spanned v1.0.4
30432026-05-27T20:39:51.577Z Compiling hostname v0.3.1
30442026-05-27T20:39:51.579Z Compiling dropshot v0.17.0
30452026-05-27T20:39:51.596Z Compiling toml_writer v1.0.6+spec-1.1.0
30462026-05-27T20:39:51.682Z Compiling compression-codecs v0.4.37
30472026-05-27T20:39:51.720Z Compiling itertools v0.14.0
30482026-05-27T20:39:51.720Z Compiling waitgroup v0.1.2
30492026-05-27T20:39:51.723Z Compiling rustls-pemfile v2.2.0
30502026-05-27T20:39:51.790Z Compiling slog-bunyan v2.5.0
30512026-05-27T20:39:51.790Z Compiling dropshot_endpoint v0.17.0
30522026-05-27T20:39:51.844Z Compiling toml v1.0.6+spec-1.1.0
30532026-05-27T20:39:51.898Z Compiling async-compression v0.4.41
30542026-05-27T20:39:51.898Z Compiling hostname v0.4.2
30552026-05-27T20:39:51.953Z Compiling serde_path_to_error v0.1.20
30562026-05-27T20:39:51.953Z Compiling regress v0.10.5
30572026-05-27T20:39:51.990Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30582026-05-27T20:39:51.993Z Compiling macaddr v1.0.1
30592026-05-27T20:39:52.027Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-05-27T20:39:52.081Z Compiling instant v0.1.13
30612026-05-27T20:39:52.163Z Compiling async-stream v0.3.6
30622026-05-27T20:39:52.196Z Compiling backon v1.6.0
30632026-05-27T20:39:52.213Z Compiling backoff v0.4.0
30642026-05-27T20:39:52.216Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-05-27T20:39:52.251Z Compiling progenitor-client v0.10.0
30662026-05-27T20:39:52.254Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30672026-05-27T20:39:52.289Z Compiling humantime v2.3.0
30682026-05-27T20:39:52.334Z Compiling universal-hash v0.5.1
30692026-05-27T20:39:52.369Z Compiling opaque-debug v0.3.1
30702026-05-27T20:39:52.431Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30712026-05-27T20:39:52.431Z Compiling progenitor-extras v0.2.0
30722026-05-27T20:39:52.468Z Compiling half v2.7.1
30732026-05-27T20:39:52.486Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-05-27T20:39:52.489Z Compiling crucible-workspace-hack v0.1.0
30752026-05-27T20:39:52.522Z Compiling structmeta v0.3.0
30762026-05-27T20:39:52.541Z Compiling ciborium-io v0.2.2
30772026-05-27T20:39:52.589Z Compiling regress v0.11.1
30782026-05-27T20:39:52.608Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-05-27T20:39:52.649Z Compiling convert_case v0.4.0
30802026-05-27T20:39:52.668Z Compiling aead v0.5.2
30812026-05-27T20:39:52.690Z Compiling secrecy v0.10.3
30822026-05-27T20:39:52.717Z Compiling unsafe-libyaml v0.2.11
30832026-05-27T20:39:52.757Z Compiling ciborium-ll v0.2.2
30842026-05-27T20:39:52.775Z Compiling derive-ex v0.1.8
30852026-05-27T20:39:52.797Z Compiling parse-display-derive v0.10.0
30862026-05-27T20:39:52.899Z Compiling poly1305 v0.8.0
30872026-05-27T20:39:52.916Z Compiling chacha20 v0.9.1
30882026-05-27T20:39:52.970Z Compiling ciborium v0.2.2
30892026-05-27T20:39:53.003Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30902026-05-27T20:39:53.045Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30912026-05-27T20:39:53.062Z Compiling derive_more v0.99.20
30922026-05-27T20:39:53.120Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30932026-05-27T20:39:53.201Z Compiling thiserror-impl-no-std v2.0.2
30942026-05-27T20:39:53.220Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-05-27T20:39:53.244Z Compiling byte-wrapper v0.1.0
30962026-05-27T20:39:53.441Z Compiling serde_yaml v0.9.34+deprecated
30972026-05-27T20:39:53.476Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30982026-05-27T20:39:53.519Z Compiling blake2 v0.10.6
30992026-05-27T20:39:53.583Z Compiling password-hash v0.5.0
31002026-05-27T20:39:53.632Z Compiling chacha20poly1305 v0.10.1
31012026-05-27T20:39:53.670Z Compiling tokio-rustls v0.25.0
31022026-05-27T20:39:53.687Z Compiling indent_write v2.2.0
31032026-05-27T20:39:53.716Z Compiling toml_datetime v0.7.5+spec-1.1.0
31042026-05-27T20:39:53.816Z Compiling heapless v0.8.0
31052026-05-27T20:39:53.861Z Compiling argon2 v0.5.3
31062026-05-27T20:39:54.003Z Compiling toml_edit v0.23.10+spec-1.0.0
31072026-05-27T20:39:54.023Z Compiling ingot-macros v0.1.1
31082026-05-27T20:39:54.124Z Compiling tabwriter v1.4.1
31092026-05-27T20:39:54.373Z Compiling typify-impl v0.6.2
31102026-05-27T20:39:54.420Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31112026-05-27T20:39:54.485Z Compiling thiserror-no-std v2.0.2
31122026-05-27T20:39:54.580Z Compiling test-strategy v0.4.5
31132026-05-27T20:39:54.618Z Compiling vsss-rs v3.3.4
31142026-05-27T20:39:54.640Z Compiling parse-display v0.10.0
31152026-05-27T20:39:54.716Z Compiling hash32 v0.3.1
31162026-05-27T20:39:54.902Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-05-27T20:39:54.968Z Compiling smoltcp v0.11.0
31182026-05-27T20:39:55.123Z Compiling proc-macro-crate v3.4.0
31192026-05-27T20:39:55.141Z Compiling num-rational v0.4.2
31202026-05-27T20:39:55.187Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31212026-05-27T20:39:55.268Z Compiling cobs v0.3.0
31222026-05-27T20:39:55.286Z Compiling num-complex v0.4.6
31232026-05-27T20:39:55.323Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-05-27T20:39:55.380Z Compiling colored v3.1.1
31252026-05-27T20:39:55.456Z Compiling postcard v1.1.3
31262026-05-27T20:39:55.567Z Compiling proc-macro-error v1.0.4
31272026-05-27T20:39:55.588Z Compiling proc-macro-crate v1.3.1
31282026-05-27T20:39:55.724Z Compiling num_enum_derive v0.7.5
31292026-05-27T20:39:55.727Z Compiling num v0.4.3
31302026-05-27T20:39:55.760Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31312026-05-27T20:39:55.781Z Compiling atomicwrites v0.4.4
31322026-05-27T20:39:55.800Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31332026-05-27T20:39:55.831Z Compiling foreign-types-macros v0.2.3
31342026-05-27T20:39:55.849Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31352026-05-27T20:39:55.936Z Compiling rayon-core v1.13.0
31362026-05-27T20:39:55.987Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31372026-05-27T20:39:56.053Z Compiling cpufeatures v0.3.0
31382026-05-27T20:39:56.076Z Compiling foreign-types-shared v0.3.1
31392026-05-27T20:39:56.097Z Compiling float-ord v0.3.2
31402026-05-27T20:39:56.155Z Compiling chacha20 v0.10.0
31412026-05-27T20:39:56.176Z Compiling num_enum_derive v0.5.11
31422026-05-27T20:39:56.234Z Compiling crossbeam-deque v0.8.6
31432026-05-27T20:39:56.251Z Compiling camino-tempfile v1.4.1
31442026-05-27T20:39:56.269Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31452026-05-27T20:39:56.307Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31462026-05-27T20:39:56.367Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31472026-05-27T20:39:56.383Z Compiling cstr-argument v0.1.2
31482026-05-27T20:39:56.487Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31492026-05-27T20:39:56.511Z Compiling foreign-types v0.5.0
31502026-05-27T20:39:56.551Z Compiling rand v0.10.0
31512026-05-27T20:39:56.571Z Compiling toml v0.8.23
31522026-05-27T20:39:56.622Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31532026-05-27T20:39:56.747Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-05-27T20:39:56.791Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31552026-05-27T20:39:56.886Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31562026-05-27T20:39:56.906Z Compiling num_enum v0.7.5
31572026-05-27T20:39:56.909Z Compiling zone_cfg_derive v0.3.1
31582026-05-27T20:39:56.946Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31592026-05-27T20:39:56.952Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31602026-05-27T20:39:56.991Z Compiling rayon v1.11.0
31612026-05-27T20:39:57.074Z Compiling ingot-types v0.1.2
31622026-05-27T20:39:57.074Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31632026-05-27T20:39:57.144Z Compiling itertools v0.12.1
31642026-05-27T20:39:57.179Z Compiling num-derive v0.4.2
31652026-05-27T20:39:57.228Z Compiling sigpipe v0.1.3
31662026-05-27T20:39:57.273Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31672026-05-27T20:39:57.294Z Compiling glob v0.3.3
31682026-05-27T20:39:57.351Z Compiling num_enum v0.5.11
31692026-05-27T20:39:57.384Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31702026-05-27T20:39:57.439Z Compiling smf v0.2.3
31712026-05-27T20:39:57.497Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31722026-05-27T20:39:57.552Z Compiling ingot v0.1.1
31732026-05-27T20:39:57.570Z Compiling whoami v1.6.1
31742026-05-27T20:39:57.612Z Compiling prettyplease v0.2.37
31752026-05-27T20:39:57.669Z Compiling usdt-macro v0.5.0
31762026-05-27T20:39:57.690Z Compiling usdt-attr-macro v0.5.0
31772026-05-27T20:39:57.845Z Compiling gethostname v0.5.0
31782026-05-27T20:39:57.909Z Compiling memmap v0.7.0
31792026-05-27T20:39:58.004Z Compiling derive-where v1.6.0
31802026-05-27T20:39:58.024Z Compiling resolv-conf v0.7.6
31812026-05-27T20:39:58.028Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-05-27T20:39:58.125Z Compiling cancel-safe-futures v0.1.5
31832026-05-27T20:39:58.206Z Compiling owo-colors v4.3.0
31842026-05-27T20:39:58.229Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31852026-05-27T20:39:58.389Z Compiling zone v0.3.1
31862026-05-27T20:39:58.439Z Compiling libsw-core v0.3.2
31872026-05-27T20:39:58.503Z Compiling console v0.15.11
31882026-05-27T20:39:58.558Z Compiling usdt v0.5.0
31892026-05-27T20:39:58.636Z Compiling libsw v3.5.0
31902026-05-27T20:39:58.668Z Compiling hickory-proto v0.24.4
31912026-05-27T20:39:58.786Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31922026-05-27T20:39:58.849Z Compiling newline-converter v0.3.0
31932026-05-27T20:39:58.869Z Compiling progenitor-client v0.13.0
31942026-05-27T20:39:58.886Z Compiling linear-map v1.2.0
31952026-05-27T20:39:58.968Z Compiling libefi-sys v0.1.0
31962026-05-27T20:39:59.001Z Compiling linked-hash-map v0.5.6
31972026-05-27T20:39:59.093Z Compiling typify-macro v0.6.2
31982026-05-27T20:39:59.113Z Compiling expectorate v1.2.0
31992026-05-27T20:39:59.113Z Compiling git-stub v1.0.0
32002026-05-27T20:39:59.116Z Compiling bitfield-struct v0.6.2
32012026-05-27T20:39:59.163Z Compiling semver v0.1.20
32022026-05-27T20:39:59.214Z Compiling lru-cache v0.1.2
32032026-05-27T20:39:59.217Z Compiling tokio-dtrace v0.1.1
32042026-05-27T20:39:59.341Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32052026-05-27T20:39:59.389Z Compiling rustc_version v0.1.7
32062026-05-27T20:39:59.409Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32072026-05-27T20:39:59.431Z Compiling git-stub-vcs v0.1.0
32082026-05-27T20:39:59.450Z Compiling dropshot-api-manager-types v0.7.2
32092026-05-27T20:39:59.454Z Compiling slog-dtrace v0.3.0
32102026-05-27T20:39:59.487Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-05-27T20:39:59.507Z Compiling minimal-lexical v0.2.1
32122026-05-27T20:39:59.528Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-05-27T20:39:59.549Z Compiling oxide-tokio-rt v0.1.4
32142026-05-27T20:39:59.592Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32152026-05-27T20:39:59.611Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-05-27T20:39:59.653Z Compiling newtype_derive v0.1.6
32172026-05-27T20:39:59.768Z Compiling nom v7.1.3
32182026-05-27T20:39:59.791Z Compiling phf_shared v0.12.1
32192026-05-27T20:39:59.807Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32202026-05-27T20:39:59.810Z Compiling csv-core v0.1.13
32212026-05-27T20:39:59.844Z Compiling xshell-macros v0.2.7
32222026-05-27T20:39:59.847Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32232026-05-27T20:39:59.881Z Compiling chrono-tz v0.10.4
32242026-05-27T20:39:59.900Z Compiling highway v1.3.0
32252026-05-27T20:39:59.997Z Compiling phf v0.12.1
32262026-05-27T20:40:00.104Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-05-27T20:40:00.146Z Compiling csv v1.4.0
32282026-05-27T20:40:00.208Z Compiling const_format_proc_macros v0.2.34
32292026-05-27T20:40:00.259Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-05-27T20:40:00.280Z Compiling xshell v0.2.7
32312026-05-27T20:40:00.309Z Compiling primeorder v0.13.6
32322026-05-27T20:40:00.594Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32332026-05-27T20:40:00.613Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-05-27T20:40:00.630Z Compiling tabled_derive v0.7.0
32352026-05-27T20:40:00.725Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-05-27T20:40:00.748Z Compiling bcs v0.1.6
32372026-05-27T20:40:00.838Z Compiling hickory-resolver v0.24.4
32382026-05-27T20:40:00.881Z Compiling salty v0.3.0
32392026-05-27T20:40:00.965Z Compiling typify v0.6.2
32402026-05-27T20:40:01.105Z Compiling progenitor-impl v0.14.0
32412026-05-27T20:40:01.162Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32422026-05-27T20:40:01.196Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32432026-05-27T20:40:01.224Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-05-27T20:40:01.236Z Compiling progenitor-impl v0.13.0
32452026-05-27T20:40:01.244Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32462026-05-27T20:40:01.581Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32472026-05-27T20:40:01.785Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32482026-05-27T20:40:01.949Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32492026-05-27T20:40:01.949Z Compiling const_format v0.2.35
32502026-05-27T20:40:01.949Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32512026-05-27T20:40:02.343Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32522026-05-27T20:40:02.369Z Compiling qorb v0.4.1
32532026-05-27T20:40:02.369Z Compiling tagptr v0.2.0
32542026-05-27T20:40:02.369Z Compiling termtree v0.5.1
32552026-05-27T20:40:02.369Z Compiling textwrap v0.16.2
32562026-05-27T20:40:02.369Z Compiling moka v0.12.13
32572026-05-27T20:40:02.380Z Compiling tabled v0.15.0
32582026-05-27T20:40:02.440Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-05-27T20:40:02.698Z Compiling steno v0.4.1
32602026-05-27T20:40:02.770Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-05-27T20:40:02.932Z Compiling base64 v0.21.7
32622026-05-27T20:40:02.952Z Compiling radium v0.7.0
32632026-05-27T20:40:03.112Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-05-27T20:40:03.166Z Compiling hickory-resolver v0.25.2
32652026-05-27T20:40:03.185Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32662026-05-27T20:40:03.268Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32672026-05-27T20:40:03.327Z Compiling p384 v0.13.1
32682026-05-27T20:40:03.450Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32692026-05-27T20:40:03.472Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32702026-05-27T20:40:03.545Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32712026-05-27T20:40:03.831Z Compiling typify-impl v0.4.3
32722026-05-27T20:40:03.904Z Compiling progenitor-macro v0.14.0
32732026-05-27T20:40:03.941Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32742026-05-27T20:40:04.092Z Compiling maybe-uninit v2.0.0
32752026-05-27T20:40:04.096Z Compiling progenitor-macro v0.13.0
32762026-05-27T20:40:04.096Z Compiling tap v1.0.1
32772026-05-27T20:40:04.196Z Compiling wyz v0.5.1
32782026-05-27T20:40:04.236Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-05-27T20:40:04.410Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-05-27T20:40:04.431Z Compiling proc-macro-error-attr2 v2.0.0
32812026-05-27T20:40:04.501Z Compiling funty v2.0.0
32822026-05-27T20:40:04.780Z Compiling utf-8 v0.7.6
32832026-05-27T20:40:04.798Z Compiling parking_lot_core v0.8.6
32842026-05-27T20:40:04.878Z Compiling packed_struct v0.10.1
32852026-05-27T20:40:04.990Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32862026-05-27T20:40:05.011Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32872026-05-27T20:40:05.121Z Compiling tungstenite v0.21.0
32882026-05-27T20:40:05.138Z Compiling proc-macro-error2 v2.0.1
32892026-05-27T20:40:05.155Z Compiling bitvec v1.0.1
32902026-05-27T20:40:05.234Z Compiling polyval v0.6.2
32912026-05-27T20:40:05.284Z Compiling packed_struct_codegen v0.10.1
32922026-05-27T20:40:05.302Z Compiling num-derive v0.3.3
32932026-05-27T20:40:05.324Z Compiling zerocopy-derive v0.6.6
32942026-05-27T20:40:05.344Z Compiling bitfield-macros v0.19.4
32952026-05-27T20:40:05.493Z Compiling indexmap v1.9.3
32962026-05-27T20:40:05.509Z Compiling crc-catalog v2.4.0
32972026-05-27T20:40:05.641Z Compiling nodrop v0.1.14
32982026-05-27T20:40:05.733Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-05-27T20:40:05.775Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33002026-05-27T20:40:05.793Z Compiling array-init v0.0.4
33012026-05-27T20:40:06.019Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33022026-05-27T20:40:06.107Z Compiling tokio-tungstenite v0.21.0
33032026-05-27T20:40:06.128Z Compiling crc v3.4.0
33042026-05-27T20:40:06.142Z Compiling bitfield v0.19.4
33052026-05-27T20:40:06.201Z Compiling tabled_derive v0.11.0
33062026-05-27T20:40:06.257Z Compiling zerocopy v0.6.6
33072026-05-27T20:40:06.287Z Compiling libscf-sys v1.1.0
33082026-05-27T20:40:06.455Z Compiling ghash v0.5.1
33092026-05-27T20:40:06.472Z Compiling smallvec v0.6.14
33102026-05-27T20:40:06.506Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-27T20:40:06.543Z Compiling papergrid v0.17.0
33122026-05-27T20:40:06.702Z Compiling testing_table v0.3.0
33132026-05-27T20:40:06.720Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-27T20:40:06.746Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33152026-05-27T20:40:06.852Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-05-27T20:40:06.925Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33172026-05-27T20:40:06.974Z Compiling ctr v0.9.2
33182026-05-27T20:40:07.034Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-05-27T20:40:07.139Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-05-27T20:40:07.169Z Compiling unicase v2.9.0
33212026-05-27T20:40:07.213Z Compiling illumos-nvpair-sys v0.2.0
33222026-05-27T20:40:07.355Z Compiling corncobs v0.1.4
33232026-05-27T20:40:07.377Z Compiling hashbrown v0.12.3
33242026-05-27T20:40:07.419Z Compiling mime_guess v2.0.5
33252026-05-27T20:40:07.485Z Compiling aes-gcm v0.10.3
33262026-05-27T20:40:07.505Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-05-27T20:40:07.521Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-05-27T20:40:07.568Z Compiling tabled v0.20.0
33292026-05-27T20:40:07.588Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-05-27T20:40:07.717Z Compiling parking_lot v0.11.2
33312026-05-27T20:40:07.931Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-05-27T20:40:07.953Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-05-27T20:40:08.029Z Compiling serde-hex v0.1.0
33342026-05-27T20:40:08.063Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-05-27T20:40:08.139Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33362026-05-27T20:40:08.328Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-05-27T20:40:08.328Z Compiling ron v0.8.1
33382026-05-27T20:40:08.470Z Compiling typify-macro v0.4.3
33392026-05-27T20:40:08.538Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33402026-05-27T20:40:08.555Z Compiling hashbrown v0.13.2
33412026-05-27T20:40:08.573Z Compiling progenitor-client v0.11.2
33422026-05-27T20:40:08.617Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33432026-05-27T20:40:08.996Z Compiling prefix-trie v0.7.0
33442026-05-27T20:40:09.102Z Compiling ssh-encoding v0.2.0
33452026-05-27T20:40:09.130Z Compiling blowfish v0.9.1
33462026-05-27T20:40:09.249Z Compiling progenitor v0.14.0
33472026-05-27T20:40:09.335Z Compiling progenitor v0.13.0
33482026-05-27T20:40:09.390Z Compiling fxhash v0.2.1
33492026-05-27T20:40:09.408Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33502026-05-27T20:40:09.444Z Compiling secrecy v0.8.0
33512026-05-27T20:40:09.465Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33522026-05-27T20:40:09.516Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33532026-05-27T20:40:09.519Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33542026-05-27T20:40:09.555Z Compiling crc-any v2.5.0
33552026-05-27T20:40:09.627Z Compiling sled v0.34.7
33562026-05-27T20:40:09.729Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33572026-05-27T20:40:09.841Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33582026-05-27T20:40:09.863Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33592026-05-27T20:40:09.958Z Compiling hickory-server v0.25.2
33602026-05-27T20:40:10.111Z Compiling ssh-cipher v0.2.0
33612026-05-27T20:40:10.164Z Compiling bcrypt-pbkdf v0.10.0
33622026-05-27T20:40:10.324Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33632026-05-27T20:40:10.421Z Compiling typify v0.4.3
33642026-05-27T20:40:10.561Z Compiling object v0.30.4
33652026-05-27T20:40:10.578Z Compiling progenitor-impl v0.11.2
33662026-05-27T20:40:10.685Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-05-27T20:40:10.784Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33682026-05-27T20:40:11.073Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33692026-05-27T20:40:11.146Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33702026-05-27T20:40:11.653Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33712026-05-27T20:40:11.711Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33722026-05-27T20:40:11.961Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33732026-05-27T20:40:11.986Z Compiling password-hash v0.4.2
33742026-05-27T20:40:12.105Z Compiling http-range v0.1.5
33752026-05-27T20:40:12.290Z Compiling half v1.8.3
33762026-05-27T20:40:12.334Z Compiling crc8 v0.1.1
33772026-05-27T20:40:12.408Z Compiling path-slash v0.1.5
33782026-05-27T20:40:12.426Z Compiling pbkdf2 v0.11.0
33792026-05-27T20:40:12.444Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33802026-05-27T20:40:12.580Z Compiling serde_cbor v0.11.2
33812026-05-27T20:40:12.597Z Compiling illumos-nvpair v0.3.0
33822026-05-27T20:40:12.810Z Compiling ssh-key v0.6.7
33832026-05-27T20:40:13.125Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33842026-05-27T20:40:13.155Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33852026-05-27T20:40:13.221Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33862026-05-27T20:40:13.392Z Compiling progenitor-macro v0.11.2
33872026-05-27T20:40:13.533Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33882026-05-27T20:40:13.599Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33892026-05-27T20:40:13.686Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33902026-05-27T20:40:13.769Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-05-27T20:40:14.003Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-05-27T20:40:14.079Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-05-27T20:40:14.115Z Compiling p256 v0.13.2
33942026-05-27T20:40:14.133Z Compiling p521 v0.13.3
33952026-05-27T20:40:14.382Z Compiling yasna v0.5.2
33962026-05-27T20:40:14.541Z Compiling kstat-rs v0.2.4
33972026-05-27T20:40:14.562Z Compiling headers-core v0.3.0
33982026-05-27T20:40:14.591Z Compiling nanorand v0.7.0
33992026-05-27T20:40:14.648Z Compiling atty v0.2.14
34002026-05-27T20:40:14.667Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34012026-05-27T20:40:14.713Z Compiling russh-cryptovec v0.7.3
34022026-05-27T20:40:14.792Z Compiling home v0.5.12
34032026-05-27T20:40:14.857Z Compiling md5 v0.7.0
34042026-05-27T20:40:14.876Z Compiling rcgen v0.12.1
34052026-05-27T20:40:14.918Z Compiling flume v0.11.1
34062026-05-27T20:40:14.934Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
34072026-05-27T20:40:14.954Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34082026-05-27T20:40:14.973Z Compiling headers v0.4.1
34092026-05-27T20:40:15.124Z Compiling russh-keys v0.45.0
34102026-05-27T20:40:15.170Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-05-27T20:40:15.173Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-05-27T20:40:15.234Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-05-27T20:40:15.270Z Compiling hyper-staticfile v0.10.1
34142026-05-27T20:40:15.453Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34152026-05-27T20:40:15.535Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-05-27T20:40:15.664Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34172026-05-27T20:40:15.681Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34182026-05-27T20:40:15.781Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-05-27T20:40:15.800Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-05-27T20:40:15.815Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34212026-05-27T20:40:15.937Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34222026-05-27T20:40:16.134Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34232026-05-27T20:40:16.253Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34242026-05-27T20:40:16.435Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34252026-05-27T20:40:16.476Z Compiling num-bigint v0.4.6
34262026-05-27T20:40:16.516Z Compiling des v0.8.1
34272026-05-27T20:40:16.516Z Compiling subprocess v0.2.15
34282026-05-27T20:40:16.554Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-05-27T20:40:16.573Z Compiling hex-literal v0.4.1
34302026-05-27T20:40:16.609Z Compiling display-error-chain v0.2.2
34312026-05-27T20:40:16.708Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-05-27T20:40:16.725Z Compiling colored v2.2.0
34332026-05-27T20:40:16.748Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34342026-05-27T20:40:16.784Z Compiling socket2 v0.5.10
34352026-05-27T20:40:16.802Z Compiling internet-checksum v0.2.1
34362026-05-27T20:40:17.020Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-05-27T20:40:17.038Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34382026-05-27T20:40:17.705Z Compiling russh v0.45.0
34392026-05-27T20:40:18.048Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-05-27T20:40:18.051Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-05-27T20:40:18.467Z Compiling progenitor v0.11.2
34422026-05-27T20:40:18.602Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34432026-05-27T20:40:20.603Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-05-27T20:40:21.273Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-05-27T20:40:21.766Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-05-27T20:40:23.759Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-05-27T20:40:24.271Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-05-27T20:40:31.914Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34492026-05-27T20:40:31.914Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-05-27T20:40:31.917Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34512026-05-27T20:40:31.917Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-05-27T20:40:33.714Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-05-27T20:40:33.744Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-05-27T20:40:37.876Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34552026-05-27T20:41:17.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34562026-05-27T20:41:17.548Z
34572026-05-27T20:41:17.548Zreal 1:27.190126083
34582026-05-27T20:41:17.548Zuser 8:13.064721344
34592026-05-27T20:41:17.549Zsys 1:45.669457233
34602026-05-27T20:41:17.549Ztrap 0.242813518
34612026-05-27T20:41:17.549Ztflt 0.590065901
34622026-05-27T20:41:17.549Zdflt 1.795354398
34632026-05-27T20:41:17.560Zkflt 0.000163769
34642026-05-27T20:41:17.560Zlock 28:01.015846213
34652026-05-27T20:41:17.560Zslp 18:55.690953909
34662026-05-27T20:41:17.560Zlat 40.139592216
34672026-05-27T20:41:17.560Zstop 2:52.662889641
34682026-05-27T20:41:17.560Z+ mkdir tests
34692026-05-27T20:41:17.564Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-05-27T20:41:17.564Z+ xargs -I '{}' -t cp '{}' tests/
34712026-05-27T20:41:17.646Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7741181b9d09bcb1 tests/
34722026-05-27T20:41:17.676Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f18b755259a0b5b5 tests/
34732026-05-27T20:41:17.704Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0a11de06ac61b760 tests/
34742026-05-27T20:41:17.733Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cebe13924327cd8a tests/
34752026-05-27T20:41:18.063Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34762026-05-27T20:41:18.067Z+ 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-f18b755259a0b5b5 tests/commtest-0a11de06ac61b760 tests/dhcp_server-7741181b9d09bcb1 tests/end_to_end_tests-cebe13924327cd8a tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34772026-05-27T20:42:40.268ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-05-27T20:42:40.268Za .github/buildomat/ci-env.sh 1K
34792026-05-27T20:42:40.268Za out/target/test 1K
34802026-05-27T20:42:40.268Za out/npuzone/npuzone 27402K
34812026-05-27T20:42:40.268Za package-manifest.toml 35K
34822026-05-27T20:42:40.268Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-05-27T20:42:40.269Za target/release/omicron-package 45151K
34842026-05-27T20:42:40.269Za target/release/xtask 11449K
34852026-05-27T20:42:40.269Za target/debug/bootstrap 352952K
34862026-05-27T20:42:40.269Za tests/bootstrap-f18b755259a0b5b5 31215K
34872026-05-27T20:42:40.269Za tests/commtest-0a11de06ac61b760 32300K
34882026-05-27T20:42:40.269Za tests/dhcp_server-7741181b9d09bcb1 31215K
34892026-05-27T20:42:40.269Za tests/end_to_end_tests-cebe13924327cd8a 394746K
34902026-05-27T20:42:40.269Za tools/opte_version 1K
34912026-05-27T20:42:40.269Za tools/opte_version_override 2K
34922026-05-27T20:42:40.269Za out/clickhouse.tar.gz 321032K
34932026-05-27T20:42:40.269Za out/clickhouse_keeper.tar.gz 306098K
34942026-05-27T20:42:40.269Za out/clickhouse_server.tar.gz 321029K
34952026-05-27T20:42:40.269Za out/cockroachdb.tar.gz 165626K
34962026-05-27T20:42:40.269Za out/crucible-pantry-zone.tar.gz 40619K
34972026-05-27T20:42:40.269Za out/crucible-utils.tar 16478K
34982026-05-27T20:42:40.269Za out/crucible-zone.tar.gz 56189K
34992026-05-27T20:42:40.269Za out/external-dns.tar.gz 50209K
35002026-05-27T20:42:40.269Za out/internal-dns.tar.gz 50209K
35012026-05-27T20:42:40.269Za out/mg-ddm-gz.tar 95141K
35022026-05-27T20:42:40.269Za out/nexus.tar.gz 278137K
35032026-05-27T20:42:40.269Za out/ntp.tar.gz 32290K
35042026-05-27T20:42:40.269Za out/omicron-gateway-softnpu.tar.gz 29902K
35052026-05-27T20:42:40.269Za out/omicron-sled-agent.tar 203522K
35062026-05-27T20:42:40.269Za out/overlay.tar.gz 3K
35072026-05-27T20:42:40.269Za out/oximeter.tar.gz 67088K
35082026-05-27T20:42:40.269Za out/oxlog.tar 3782K
35092026-05-27T20:42:40.269Za out/probe.tar.gz 3037K
35102026-05-27T20:42:40.269Za out/propolis-server.tar.gz 35483K
35112026-05-27T20:42:40.269Za out/pumpkind-gz.tar 26647K
35122026-05-27T20:42:40.269Za out/switch-softnpu.tar.gz 451426K
35132026-05-27T20:42:40.273Z
35142026-05-27T20:42:40.273Zreal 1:22.203079123
35152026-05-27T20:42:40.273Zuser 1:19.528366368
35162026-05-27T20:42:40.273Zsys 4.445803160
35172026-05-27T20:42:40.273Ztrap 0.006281926
35182026-05-27T20:42:40.273Ztflt 0.000000000
35192026-05-27T20:42:40.273Zdflt 0.000000000
35202026-05-27T20:42:40.273Zkflt 0.000000000
35212026-05-27T20:42:40.273Zlock 0.000000000
35222026-05-27T20:42:40.273Zslp 1:19.462272894
35232026-05-27T20:42:40.273Zlat 0.958391296
35242026-05-27T20:42:40.273Zstop 0.000499958
35252026-05-27T20:42:40.273Zprocess exited: duration 1017886 ms, exit code 0
 
35262026-05-27T20:42:40.287Zfound 1 output files
35272026-05-27T20:42:40.287Zuploading: /work/package.tar.gz (2553351816 bytes)
35282026-05-27T20:43:12.014Zuploaded: /work/package.tar.gz