|
|
|
| 1 | 2025-07-29T22:06:51.919Z | job assigned to worker 01K1C3H8RP9G43QPRN1SN8AB41 [factory aws, i-0df4bc02dfea8c893] (queued for 54 s) |
| |
| 2 | 2025-07-29T22:07:00.075Z | starting task 0: "setup" |
| 3 | 2025-07-29T22:07:00.080Z | ++ uname -s |
| 4 | 2025-07-29T22:07:00.083Z | + kern=SunOS |
| 5 | 2025-07-29T22:07:00.083Z | + build_user=build |
| 6 | 2025-07-29T22:07:00.083Z | + build_uid=12345 |
| 7 | 2025-07-29T22:07:00.083Z | + work_dir=/work |
| 8 | 2025-07-29T22:07:00.084Z | + input_dir=/input |
| 9 | 2025-07-29T22:07:00.084Z | + [[ 0 == 12345 ]] |
| 10 | 2025-07-29T22:07:00.084Z | + case "$kern" in |
| 11 | 2025-07-29T22:07:00.084Z | + groupadd -g 12345 build |
| 12 | 2025-07-29T22:07:00.087Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-07-29T22:07:02.093Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-07-29T22:07:02.222Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-07-29T22:07:02.226Z | + home_fs=zfs |
| 16 | 2025-07-29T22:07:02.226Z | + [[ zfs == autofs ]] |
| 17 | 2025-07-29T22:07:02.226Z | + mkdir -p /home/build |
| 18 | 2025-07-29T22:07:02.229Z | + chown build:build /home/build /work |
| 19 | 2025-07-29T22:07:04.229Z | + chmod 0700 /home/build /work |
| 20 | 2025-07-29T22:07:04.233Z | process exited: duration 4159 ms, exit code 0 |
| |
| 21 | 2025-07-29T22:07:04.241Z | starting task 1: "authentication" |
| 22 | 2025-07-29T22:07:04.259Z | process exited: duration 19 ms, exit code 0 |
| |
| 23 | 2025-07-29T22:07:04.268Z | starting task 2: "clone repository" |
| 24 | 2025-07-29T22:07:04.272Z | + mkdir -p /work/oxidecomputer/cockroach |
| 25 | 2025-07-29T22:07:04.275Z | + git clone https://github.com/oxidecomputer/cockroach /work/oxidecomputer/cockroach |
| 26 | 2025-07-29T22:07:04.358Z | Cloning into '/work/oxidecomputer/cockroach'... |
| 27 | 2025-07-29T22:08:18.608Z | + cd /work/oxidecomputer/cockroach |
| 28 | 2025-07-29T22:08:18.611Z | + git fetch origin f6b2ebab3f77987dc0f518f3a2ea5480f288b7a9 |
| 29 | 2025-07-29T22:08:18.879Z | From https://github.com/oxidecomputer/cockroach |
| 30 | 2025-07-29T22:08:18.879Z | * branch f6b2ebab3f77987dc0f518f3a2ea5480f288b7a9 -> FETCH_HEAD |
| 31 | 2025-07-29T22:08:18.891Z | + [[ -n iliana/yeet-cypress ]] |
| 32 | 2025-07-29T22:08:18.895Z | ++ git branch --show-current |
| 33 | 2025-07-29T22:08:18.895Z | + current=release-22.1-oxide |
| 34 | 2025-07-29T22:08:18.895Z | + [[ release-22.1-oxide != iliana/yeet-cypress ]] |
| 35 | 2025-07-29T22:08:18.895Z | + git branch -f iliana/yeet-cypress f6b2ebab3f77987dc0f518f3a2ea5480f288b7a9 |
| 36 | 2025-07-29T22:08:18.899Z | + git checkout -f iliana/yeet-cypress |
| 37 | 2025-07-29T22:08:19.604Z | Switched to branch 'iliana/yeet-cypress' |
| 38 | 2025-07-29T22:08:19.608Z | + git reset --hard f6b2ebab3f77987dc0f518f3a2ea5480f288b7a9 |
| 39 | 2025-07-29T22:08:19.650Z | HEAD is now at f6b2ebab3f remove ancient cypress from optionalDependencies |
| 40 | 2025-07-29T22:08:19.654Z | process exited: duration 75380 ms, exit code 0 |
| |
| 41 | 2025-07-29T22:08:19.660Z | starting task 3: "build" |
| 42 | 2025-07-29T22:08:19.666Z | + export BROWSERSLIST_IGNORE_OLD_DATA=1 |
| 43 | 2025-07-29T22:08:19.666Z | + BROWSERSLIST_IGNORE_OLD_DATA=1 |
| 44 | 2025-07-29T22:08:19.666Z | + source .github/buildomat/helios-setup.sh |
| 45 | 2025-07-29T22:08:19.669Z | ++ source .github/buildomat/versions.sh |
| 46 | 2025-07-29T22:08:19.669Z | +++ export GOTOOLCHAIN=local |
| 47 | 2025-07-29T22:08:19.669Z | +++ GOTOOLCHAIN=local |
| 48 | 2025-07-29T22:08:19.669Z | +++ GO_VERSION=1.22.11 |
| 49 | 2025-07-29T22:08:19.669Z | +++ NODE_VERSION=20.11.1 |
| 50 | 2025-07-29T22:08:19.669Z | +++ YARN_VERSION=1.22.22 |
| 51 | 2025-07-29T22:08:19.669Z | ++ GO_MAJOR=1.22 |
| 52 | 2025-07-29T22:08:19.669Z | ++ NODE_MAJOR=20 |
| 53 | 2025-07-29T22:08:19.669Z | ++ pfexec pkg install /developer/build-essential /ooce/developer/cmake /ooce/developer/go-122@1.22.11 /ooce/runtime/node-20@20.11.1 |
| 54 | 2025-07-29T22:08:31.990Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 55 | 2025-07-29T22:08:39.253Z | Startup: Caching catalogs ... Done |
| 56 | 2025-07-29T22:08:44.391Z | Planning: Solver setup ... Done |
| 57 | 2025-07-29T22:08:44.426Z | Planning: Running solver ... Done |
| 58 | 2025-07-29T22:08:44.520Z | Planning: Finding local manifests ... Done |
| 59 | 2025-07-29T22:08:44.532Z | Planning: Fetching manifests: 0/3 0% complete |
| 60 | 2025-07-29T22:08:45.225Z | Planning: Fetching manifests: 3/3 100% complete |
| 61 | 2025-07-29T22:08:45.341Z | Planning: Package planning ... Done |
| 62 | 2025-07-29T22:08:45.520Z | Planning: Merging actions ... Done |
| 63 | 2025-07-29T22:08:45.727Z | Planning: Checking for conflicting actions ... Done |
| 64 | 2025-07-29T22:08:45.764Z | Planning: Consolidating action changes ... Done |
| 65 | 2025-07-29T22:08:47.868Z | Planning: Evaluating mediators ... Done |
| 66 | 2025-07-29T22:08:47.897Z | Planning: Planning completed in 8.52 seconds |
| 67 | 2025-07-29T22:08:47.970Z | Packages to install: 3 |
| 68 | 2025-07-29T22:08:47.970Z | Mediators to change: 2 |
| 69 | 2025-07-29T22:08:47.974Z | Services to change: 1 |
| 70 | 2025-07-29T22:08:47.974Z | Create boot environment: No |
| 71 | 2025-07-29T22:08:47.974Z | Create backup boot environment: No |
| 72 | 2025-07-29T22:08:48.141Z | |
| 73 | 2025-07-29T22:08:48.141Z | Download: 0/10875 items 0.0/111.8MB 0% complete |
| 74 | 2025-07-29T22:08:53.144Z | Download: 2889/10875 items 52.5/111.8MB 46% complete (10.8M/s) |
| 75 | 2025-07-29T22:08:58.248Z | Download: 5148/10875 items 57.5/111.8MB 51% complete (6.0M/s) |
| 76 | 2025-07-29T22:09:03.249Z | Download: 6741/10875 items 64.0/111.8MB 57% complete (1.1M/s) |
| 77 | 2025-07-29T22:09:08.438Z | Download: 10419/10875 items 111.3/111.8MB 99% complete (5.5M/s) |
| 78 | 2025-07-29T22:09:09.801Z | Download: Completed 111.76 MB in 21.66 seconds (5.2M/s) |
| 79 | 2025-07-29T22:09:10.153Z | Actions: 1/12730 actions (Installing new actions) |
| 80 | 2025-07-29T22:09:14.256Z | Actions: Completed 12730 actions in 4.10 seconds. |
| 81 | 2025-07-29T22:09:14.830Z | Done |
| 82 | 2025-07-29T22:09:14.831Z | Done |
| 83 | 2025-07-29T22:09:15.730Z | Done |
| 84 | 2025-07-29T22:09:20.287Z | Done |
| 85 | 2025-07-29T22:09:20.381Z | Done |
| 86 | 2025-07-29T22:09:20.384Z | Done |
| 87 | 2025-07-29T22:09:20.674Z | Done |
| 88 | 2025-07-29T22:09:21.208Z | ++ pushd /work |
| 89 | 2025-07-29T22:09:21.211Z | /work /work/oxidecomputer/cockroach |
| 90 | 2025-07-29T22:09:21.211Z | ++ mkdir bin |
| 91 | 2025-07-29T22:09:21.211Z | ++ curl -sSfL --retry 10 -O https://github.com/yarnpkg/yarn/releases/download/v1.22.22/yarn-1.22.22.js |
| 92 | 2025-07-29T22:09:21.729Z | ++ sha256sum --ignore-missing -c /work/oxidecomputer/cockroach/.github/buildomat/SHA256SUMS |
| 93 | 2025-07-29T22:09:21.739Z | yarn-1.22.22.js: OK |
| 94 | 2025-07-29T22:09:21.742Z | ++ mv yarn-1.22.22.js bin/yarn |
| 95 | 2025-07-29T22:09:21.742Z | ++ chmod a+x bin/yarn |
| 96 | 2025-07-29T22:09:21.747Z | ++ popd |
| 97 | 2025-07-29T22:09:21.747Z | /work/oxidecomputer/cockroach |
| 98 | 2025-07-29T22:09:21.747Z | ++ export PATH=/work/bin:/opt/ooce/go-1.22/bin:/opt/ooce/node-20/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2025-07-29T22:09:21.747Z | ++ PATH=/work/bin:/opt/ooce/go-1.22/bin:/opt/ooce/node-20/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2025-07-29T22:09:21.747Z | ++ nproc |
| 101 | 2025-07-29T22:09:21.750Z | + gmake -j8 cockroach.tgz BUILDTYPE=release |
| 102 | 2025-07-29T22:09:21.982Z | Detected change in build system. Rebooting make. |
| 103 | 2025-07-29T22:09:22.285Z | gitdir=$(git rev-parse --git-dir 2>/dev/null || true); \ |
| 104 | 2025-07-29T22:09:22.285Z | if test -n "$gitdir"; then \ |
| 105 | 2025-07-29T22:09:22.285Z | git submodule update --init --recursive; \ |
| 106 | 2025-07-29T22:09:22.285Z | fi |
| 107 | 2025-07-29T22:09:22.403Z | Submodule 'c-deps/geos' (https://github.com/cockroachdb/geos.git) registered for path 'c-deps/geos' |
| 108 | 2025-07-29T22:09:22.407Z | Submodule 'c-deps/jemalloc' (https://github.com/cockroachdb/jemalloc.git) registered for path 'c-deps/jemalloc' |
| 109 | 2025-07-29T22:09:22.407Z | Submodule 'c-deps/proj' (https://github.com/cockroachdb/PROJ.git) registered for path 'c-deps/proj' |
| 110 | 2025-07-29T22:09:22.410Z | Cloning into '/work/oxidecomputer/cockroach/c-deps/geos'... |
| 111 | 2025-07-29T22:09:22.700Z | mkdir -p pkg/sql/parser/gen |
| 112 | 2025-07-29T22:09:22.713Z | set -euo pipefail; \ |
| 113 | 2025-07-29T22:09:22.713Z | awk '/func.*sqlSymUnion/ {print $(NF - 1)}' pkg/sql/parser/sql.y | \ |
| 114 | 2025-07-29T22:09:22.713Z | sed -e 's/[]\/$*.^|[]/\\&/g' | \ |
| 115 | 2025-07-29T22:09:22.713Z | sed -e "s/^/s_(type|token) <(/" | \ |
| 116 | 2025-07-29T22:09:22.713Z | awk '{print $0")>_\\1 <union> /* <\\2> */_"}' > pkg/sql/parser/gen/types_regex.tmp; \ |
| 117 | 2025-07-29T22:09:22.713Z | sed -E -f pkg/sql/parser/gen/types_regex.tmp < pkg/sql/parser/sql.y | \ |
| 118 | 2025-07-29T22:09:22.713Z | awk -f pkg/sql/parser/replace_help_rules.awk | \ |
| 119 | 2025-07-29T22:09:22.713Z | sed -Ee 's,//.*$,,g;s,/[*]([^*]|[*][^/])*[*]/, ,g;s/ +$//g' > pkg/sql/parser/gen/sql-gen.y.tmp || rm pkg/sql/parser/gen/sql-gen.y.tmp |
| 120 | 2025-07-29T22:09:22.809Z | mv -f pkg/sql/parser/gen/sql-gen.y.tmp pkg/sql/parser/gen/sql-gen.y |
| 121 | 2025-07-29T22:09:22.813Z | rm pkg/sql/parser/gen/types_regex.tmp |
| 122 | 2025-07-29T22:09:26.135Z | Cloning into '/work/oxidecomputer/cockroach/c-deps/jemalloc'... |
| 123 | 2025-07-29T22:09:27.744Z | Cloning into '/work/oxidecomputer/cockroach/c-deps/proj'... |
| 124 | 2025-07-29T22:09:44.950Z | Submodule path 'c-deps/geos': checked out 'ac79ef98b6a7bd26c87bf069f1e0685dbb648ba2' |
| 125 | 2025-07-29T22:09:44.987Z | Submodule path 'c-deps/jemalloc': checked out 'fd00c883c119539844b3ffd5ad8640968e0cb1a3' |
| 126 | 2025-07-29T22:09:45.195Z | Submodule path 'c-deps/proj': checked out 'c8ff95857beb3027b5aa3d15726795570f38eccb' |
| 127 | 2025-07-29T22:09:45.201Z | mkdir -p bin |
| 128 | 2025-07-29T22:09:45.205Z | touch bin/.submodules-initialized |
| 129 | 2025-07-29T22:09:45.208Z | rm -rf /work/oxidecomputer/cockroach/lib/build/proj |
| 130 | 2025-07-29T22:09:45.212Z | cd /work/oxidecomputer/cockroach/c-deps/jemalloc && autoconf |
| 131 | 2025-07-29T22:09:45.212Z | rm -rf /work/oxidecomputer/cockroach/lib/build/geos |
| 132 | 2025-07-29T22:09:45.215Z | mkdir -p /work/oxidecomputer/cockroach/lib/build/proj |
| 133 | 2025-07-29T22:09:45.215Z | mkdir -p /work/oxidecomputer/cockroach/lib/build/geos |
| 134 | 2025-07-29T22:09:45.218Z | cd /work/oxidecomputer/cockroach/lib/build/proj && cmake -DCMAKE_TARGET_MESSAGES=OFF /work/oxidecomputer/cockroach/c-deps/proj -DCMAKE_BUILD_TYPE=Release -DBUILD_LIBPROJ_SHARED=OFF |
| 135 | 2025-07-29T22:09:45.224Z | cd /work/oxidecomputer/cockroach/lib/build/geos && \ |
| 136 | 2025-07-29T22:09:45.224Z | cmake -DCMAKE_TARGET_MESSAGES=OFF /work/oxidecomputer/cockroach/c-deps/geos -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-fPIC -DCMAKE_CXX_FLAGS="-fPIC -include cstddef -include cstdint" |
| 137 | 2025-07-29T22:09:45.227Z | build/node-run.sh -C pkg/ui yarn install --ignore-optional |
| 138 | 2025-07-29T22:09:45.301Z | CMake Deprecation Warning at CMakeLists.txt:12 (cmake_minimum_required): |
| 139 | 2025-07-29T22:09:45.301Z | Compatibility with CMake < 2.8.12 will be removed from a future version of |
| 140 | 2025-07-29T22:09:45.301Z | CMake. |
| 141 | 2025-07-29T22:09:45.301Z | |
| 142 | 2025-07-29T22:09:45.301Z | Update the VERSION argument <min> value or use a ...<max> suffix to tell |
| 143 | 2025-07-29T22:09:45.301Z | CMake that the project does not need compatibility with older versions. |
| 144 | 2025-07-29T22:09:45.301Z | |
| 145 | 2025-07-29T22:09:45.301Z | |
| 146 | 2025-07-29T22:09:45.305Z | -- GEOS: Build type: Release |
| 147 | 2025-07-29T22:09:45.305Z | -- GEOS: Run-time output: /work/oxidecomputer/cockroach/lib/build/geos/bin |
| 148 | 2025-07-29T22:09:45.305Z | -- GEOS: Archives output: /work/oxidecomputer/cockroach/lib/build/geos/lib |
| 149 | 2025-07-29T22:09:45.563Z | yarn install v1.22.22 |
| 150 | 2025-07-29T22:09:45.590Z | rm -rf /work/oxidecomputer/cockroach/lib/build/jemalloc |
| 151 | 2025-07-29T22:09:45.595Z | mkdir -p /work/oxidecomputer/cockroach/lib/build/jemalloc |
| 152 | 2025-07-29T22:09:45.619Z | cd /work/oxidecomputer/cockroach/lib/build/jemalloc && /work/oxidecomputer/cockroach/c-deps/jemalloc/configure --enable-prof |
| 153 | 2025-07-29T22:09:45.625Z | -- The C compiler identification is GNU 12.2.0 |
| 154 | 2025-07-29T22:09:45.625Z | -- The C compiler identification is GNU 12.2.0 |
| 155 | 2025-07-29T22:09:45.652Z | -- Detecting C compiler ABI info |
| 156 | 2025-07-29T22:09:45.692Z | checking for xsltproc... /usr/bin/xsltproc |
| 157 | 2025-07-29T22:09:45.695Z | checking for gcc... gcc |
| 158 | 2025-07-29T22:09:45.703Z | [1/4] Resolving packages... |
| 159 | 2025-07-29T22:09:45.749Z | checking whether the C compiler works... yes |
| 160 | 2025-07-29T22:09:45.749Z | checking for C compiler default output file name... a.out |
| 161 | 2025-07-29T22:09:45.761Z | warning Resolution field "protobufjs@6.8.6" is incompatible with requested version "protobufjs@6.8.8" |
| 162 | 2025-07-29T22:09:45.765Z | checking for suffix of executables... -- Detecting C compiler ABI info - done |
| 163 | 2025-07-29T22:09:45.776Z | -- Check for working C compiler: /usr/bin/gcc - skipped |
| 164 | 2025-07-29T22:09:45.780Z | -- Detecting C compile features |
| 165 | 2025-07-29T22:09:45.780Z | -- Detecting C compile features - done |
| 166 | 2025-07-29T22:09:45.780Z | -- |
| 167 | 2025-07-29T22:09:45.780Z | -- Configuring PROJ: |
| 168 | 2025-07-29T22:09:45.784Z | -- |
| 169 | 2025-07-29T22:09:45.784Z | -- PROJ_VERSION = 4.9.3 |
| 170 | 2025-07-29T22:09:45.787Z | |
| 171 | 2025-07-29T22:09:45.791Z | checking whether we are cross compiling... -- Looking for include file dlfcn.h |
| 172 | 2025-07-29T22:09:45.836Z | no |
| 173 | 2025-07-29T22:09:45.863Z | checking for suffix of object files... o |
| 174 | 2025-07-29T22:09:45.889Z | checking whether the compiler supports GNU C... yes |
| 175 | 2025-07-29T22:09:45.908Z | checking whether gcc accepts -g... -- Looking for include file dlfcn.h - found |
| 176 | 2025-07-29T22:09:45.912Z | -- Looking for include file inttypes.h |
| 177 | 2025-07-29T22:09:45.915Z | yes |
| 178 | 2025-07-29T22:09:45.920Z | checking for gcc option to enable C11 features... -- The CXX compiler identification is GNU 12.2.0 |
| 179 | 2025-07-29T22:09:45.933Z | -- Detecting C compiler ABI info |
| 180 | 2025-07-29T22:09:45.967Z | none needed |
| 181 | 2025-07-29T22:09:45.983Z | checking whether compiler is cray... no |
| 182 | 2025-07-29T22:09:46.006Z | checking whether compiler supports -std=gnu11... yes |
| 183 | 2025-07-29T22:09:46.021Z | checking whether compiler supports -Wall... -- Looking for include file inttypes.h - found |
| 184 | 2025-07-29T22:09:46.024Z | -- Looking for include file jni.h |
| 185 | 2025-07-29T22:09:46.028Z | yes |
| 186 | 2025-07-29T22:09:46.033Z | checking whether compiler supports -Werror=declaration-after-statement... -- Detecting C compiler ABI info - done |
| 187 | 2025-07-29T22:09:46.043Z | -- Check for working C compiler: /usr/bin/gcc - skipped |
| 188 | 2025-07-29T22:09:46.046Z | -- Detecting C compile features |
| 189 | 2025-07-29T22:09:46.046Z | -- Detecting C compile features - done |
| 190 | 2025-07-29T22:09:46.051Z | -- Detecting CXX compiler ABI info |
| 191 | 2025-07-29T22:09:46.054Z | yes |
| 192 | 2025-07-29T22:09:46.074Z | checking whether compiler supports -Wshorten-64-to-32... -- Looking for include file jni.h - not found |
| 193 | 2025-07-29T22:09:46.078Z | -- Looking for include file memory.h |
| 194 | 2025-07-29T22:09:46.078Z | no |
| 195 | 2025-07-29T22:09:46.098Z | checking whether compiler supports -Wsign-compare... yes |
| 196 | 2025-07-29T22:09:46.120Z | checking whether compiler supports -pipe... yes |
| 197 | 2025-07-29T22:09:46.123Z | warning Resolution field "fbjs@0.8.17" is incompatible with requested version "fbjs@^0.6.1" |
| 198 | 2025-07-29T22:09:46.144Z | checking whether compiler supports -g3... yes |
| 199 | 2025-07-29T22:09:46.171Z | checking how to run the C preprocessor... -- Detecting CXX compiler ABI info - done |
| 200 | 2025-07-29T22:09:46.176Z | gcc -E |
| 201 | 2025-07-29T22:09:46.180Z | -- Looking for include file memory.h - found |
| 202 | 2025-07-29T22:09:46.180Z | -- Looking for include file stdint.h |
| 203 | 2025-07-29T22:09:46.183Z | -- Check for working CXX compiler: /usr/bin/g++ - skipped |
| 204 | 2025-07-29T22:09:46.183Z | -- Detecting CXX compile features |
| 205 | 2025-07-29T22:09:46.186Z | -- Detecting CXX compile features - done |
| 206 | 2025-07-29T22:09:46.186Z | -- GEOS: Version 3.8.1 |
| 207 | 2025-07-29T22:09:46.186Z | -- GEOS: C API Version 1.13.3 |
| 208 | 2025-07-29T22:09:46.186Z | -- GEOS: JTS port 1.13.0 |
| 209 | 2025-07-29T22:09:46.186Z | -- GEOS: Require C++11 |
| 210 | 2025-07-29T22:09:46.221Z | checking for stdio.h... yes |
| 211 | 2025-07-29T22:09:46.241Z | checking for stdlib.h... yes |
| 212 | 2025-07-29T22:09:46.262Z | checking for string.h... yes |
| 213 | 2025-07-29T22:09:46.275Z | checking for inttypes.h... -- Looking for include file stdint.h - found |
| 214 | 2025-07-29T22:09:46.279Z | -- Looking for include file stdlib.h |
| 215 | 2025-07-29T22:09:46.282Z | yes |
| 216 | 2025-07-29T22:09:46.296Z | checking for stdint.h... yes |
| 217 | 2025-07-29T22:09:46.316Z | checking for strings.h... yes |
| 218 | 2025-07-29T22:09:46.338Z | checking for sys/stat.h... yes |
| 219 | 2025-07-29T22:09:46.341Z | checking for sys/types.h... -- GEOS: Configured 'dist' target |
| 220 | 2025-07-29T22:09:46.341Z | -- GEOS: Configured 'distcheck' target |
| 221 | 2025-07-29T22:09:46.344Z | -- Configuring done (1.0s) |
| 222 | 2025-07-29T22:09:46.363Z | yes |
| 223 | 2025-07-29T22:09:46.385Z | checking for unistd.h... -- Looking for include file stdlib.h - found |
| 224 | 2025-07-29T22:09:46.389Z | -- Looking for include file string.h |
| 225 | 2025-07-29T22:09:46.389Z | yes |
| 226 | 2025-07-29T22:09:46.469Z | checking whether byte ordering is bigendian... no |
| 227 | 2025-07-29T22:09:46.491Z | checking size of void *... -- Looking for include file string.h - found |
| 228 | 2025-07-29T22:09:46.494Z | -- Looking for include file sys/stat.h |
| 229 | 2025-07-29T22:09:46.512Z | 8 |
| 230 | 2025-07-29T22:09:46.521Z | checking size of int... [2/4] Fetching packages... |
| 231 | 2025-07-29T22:09:46.535Z | warning Pattern ["@cockroachlabs/crdb-protobuf-client@link:./workspaces/db-console/src/js"] is trying to unpack in the same destination "/home/build/.cache/yarn/v6/npm-@cockroachlabs-crdb-protobuf-client-0.0.12/node_modules/@cockroachlabs/crdb-protobuf-client" as pattern ["@cockroachlabs/crdb-protobuf-client@link:workspaces/db-console/src/js"]. This could result in non-deterministic behavior, skipping. |
| 232 | 2025-07-29T22:09:46.539Z | warning Pattern ["@cockroachlabs/cluster-ui@link:workspaces/cluster-ui"] is trying to unpack in the same destination "/home/build/.cache/yarn/v6/npm-@cockroachlabs-cluster-ui-22.1.14/node_modules/@cockroachlabs/cluster-ui" as pattern ["@cockroachlabs/cluster-ui@22.1.14","@cockroachlabs/cluster-ui@22.1.14"]. This could result in non-deterministic behavior, skipping. |
| 233 | 2025-07-29T22:09:46.544Z | -- Generating done (0.2s) |
| 234 | 2025-07-29T22:09:46.548Z | 4 |
| 235 | 2025-07-29T22:09:46.554Z | checking size of long... -- Build files have been written to: /work/oxidecomputer/cockroach/lib/build/geos |
| 236 | 2025-07-29T22:09:46.577Z | mkdir /work/oxidecomputer/cockroach/lib/build/geos/capi/geos |
| 237 | 2025-07-29T22:09:46.581Z | cp /work/oxidecomputer/cockroach/c-deps/geos/include/geos/export.h /work/oxidecomputer/cockroach/lib/build/geos/capi/geos |
| 238 | 2025-07-29T22:09:46.591Z | 8 |
| 239 | 2025-07-29T22:09:46.595Z | checking size of long long... -- Looking for include file sys/stat.h - found |
| 240 | 2025-07-29T22:09:46.595Z | -- Looking for include file sys/types.h |
| 241 | 2025-07-29T22:09:46.630Z | 8 |
| 242 | 2025-07-29T22:09:46.667Z | checking size of intmax_t... 8 |
| 243 | 2025-07-29T22:09:46.689Z | checking build system type... -- Looking for include file sys/types.h - found |
| 244 | 2025-07-29T22:09:47.696Z | -- Looking for include file unistd.h |
| 245 | 2025-07-29T22:09:47.700Z | x86_64-pc-solaris2.11 |
| 246 | 2025-07-29T22:09:47.700Z | checking host system type... x86_64-pc-solaris2.11 |
| 247 | 2025-07-29T22:09:47.700Z | checking whether pause instruction is compilable... yes |
| 248 | 2025-07-29T22:09:47.700Z | checking for ar... ar |
| 249 | 2025-07-29T22:09:47.700Z | /work/oxidecomputer/cockroach/c-deps/jemalloc/configure[6042]: -lsocket: not found [No such file or directory] |
| 250 | 2025-07-29T22:09:47.700Z | checking for malloc.h... yes |
| 251 | 2025-07-29T22:09:47.700Z | checking whether malloc_usable_size definition can use const argument... -- Looking for include file unistd.h - found |
| 252 | 2025-07-29T22:09:47.700Z | -- Looking for 4 include files stdlib.h, ..., float.h |
| 253 | 2025-07-29T22:09:47.700Z | yes |
| 254 | 2025-07-29T22:09:47.700Z | checking for library containing log... -lm |
| 255 | 2025-07-29T22:09:47.700Z | checking whether __attribute__ syntax is compilable... -- Looking for 4 include files stdlib.h, ..., float.h - found |
| 256 | 2025-07-29T22:09:47.700Z | -- Looking for localeconv |
| 257 | 2025-07-29T22:09:47.701Z | yes |
| 258 | 2025-07-29T22:09:47.701Z | checking whether compiler supports -fvisibility=hidden... yes |
| 259 | 2025-07-29T22:09:47.701Z | checking whether compiler supports -Werror... yes |
| 260 | 2025-07-29T22:09:47.701Z | checking whether compiler supports -herror_on_warning... yes |
| 261 | 2025-07-29T22:09:47.701Z | checking whether tls_model attribute is compilable... -- Looking for localeconv - found |
| 262 | 2025-07-29T22:09:47.701Z | -- Looking for ceil in m |
| 263 | 2025-07-29T22:09:47.701Z | no |
| 264 | 2025-07-29T22:09:47.701Z | checking whether compiler supports -Werror... yes |
| 265 | 2025-07-29T22:09:47.701Z | checking whether compiler supports -herror_on_warning... yes |
| 266 | 2025-07-29T22:09:47.701Z | checking whether alloc_size attribute is compilable... no |
| 267 | 2025-07-29T22:09:47.701Z | checking whether compiler supports -Werror... yes |
| 268 | 2025-07-29T22:09:47.701Z | checking whether compiler supports -herror_on_warning... -- Looking for ceil in m - found |
| 269 | 2025-07-29T22:09:47.701Z | CMake Deprecation Warning at cmake/policies.cmake:2 (cmake_policy): |
| 270 | 2025-07-29T22:09:47.701Z | The OLD behavior for policy CMP0022 will be removed from a future version |
| 271 | 2025-07-29T22:09:47.701Z | of CMake. |
| 272 | 2025-07-29T22:09:47.701Z | |
| 273 | 2025-07-29T22:09:47.701Z | The cmake-policies(7) manual explains that the OLD behaviors of all |
| 274 | 2025-07-29T22:09:47.701Z | policies are deprecated and that a policy should be set to OLD only under |
| 275 | 2025-07-29T22:09:47.701Z | specific short-term circumstances. Projects should be ported to the NEW |
| 276 | 2025-07-29T22:09:47.701Z | behavior and not rely on setting a policy to OLD. |
| 277 | 2025-07-29T22:09:47.701Z | Call Stack (most recent call first): |
| 278 | 2025-07-29T22:09:47.701Z | CMakeLists.txt:44 (include) |
| 279 | 2025-07-29T22:09:47.701Z | |
| 280 | 2025-07-29T22:09:47.701Z | |
| 281 | 2025-07-29T22:09:47.701Z | yes |
| 282 | 2025-07-29T22:09:47.701Z | -- Performing Test CMAKE_HAVE_LIBC_PTHREAD |
| 283 | 2025-07-29T22:09:47.701Z | checking whether format(gnu_printf, ...) attribute is compilable... no |
| 284 | 2025-07-29T22:09:47.701Z | checking whether compiler supports -Werror... yes |
| 285 | 2025-07-29T22:09:47.701Z | checking whether compiler supports -herror_on_warning... yes |
| 286 | 2025-07-29T22:09:47.701Z | checking whether format(printf, ...) attribute is compilable... no |
| 287 | 2025-07-29T22:09:47.701Z | checking for a BSD-compatible install... -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success |
| 288 | 2025-07-29T22:09:47.701Z | /usr/bin/install -c |
| 289 | 2025-07-29T22:09:47.701Z | checking for ranlib... ranlib |
| 290 | 2025-07-29T22:09:47.701Z | checking for ld... /usr/bin/ld |
| 291 | 2025-07-29T22:09:47.701Z | checking for autoconf... /usr/bin/autoconf |
| 292 | 2025-07-29T22:09:47.701Z | checking for memalign... -- Found Threads: TRUE |
| 293 | 2025-07-29T22:09:47.701Z | -- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE |
| 294 | 2025-07-29T22:09:47.701Z | yes |
| 295 | 2025-07-29T22:09:47.702Z | checking for valloc... yes |
| 296 | 2025-07-29T22:09:47.702Z | checking whether compiler supports -O3... yes |
| 297 | 2025-07-29T22:09:47.702Z | checking whether compiler supports -funroll-loops... -- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE - Success |
| 298 | 2025-07-29T22:09:47.702Z | -- PROJ_PLATFORM_NAME = x86 |
| 299 | 2025-07-29T22:09:47.702Z | -- PROJ_COMPILER_NAME = gcc-12.2.0 |
| 300 | 2025-07-29T22:09:47.702Z | -- PROJ4_TESTS = ON |
| 301 | 2025-07-29T22:09:47.702Z | yes |
| 302 | 2025-07-29T22:09:47.702Z | checking for unwind.h... yes |
| 303 | 2025-07-29T22:09:47.702Z | checking for _Unwind_Backtrace in -lgcc... -- |
| 304 | 2025-07-29T22:09:47.702Z | -- Configuring proj library: |
| 305 | 2025-07-29T22:09:47.702Z | -- |
| 306 | 2025-07-29T22:09:47.702Z | yes |
| 307 | 2025-07-29T22:09:47.702Z | checking configured backtracing method... libgcc |
| 308 | 2025-07-29T22:09:47.702Z | checking for sbrk... -- JNI_SUPPORT = OFF |
| 309 | 2025-07-29T22:09:47.702Z | -- PROJ_CORE_TARGET = proj |
| 310 | 2025-07-29T22:09:47.702Z | -- PROJ_CORE_TARGET_OUTPUT_NAME = proj |
| 311 | 2025-07-29T22:09:47.702Z | -- PROJ_LIBRARY_TYPE = STATIC |
| 312 | 2025-07-29T22:09:47.702Z | -- PROJ_LIBRARIES = proj |
| 313 | 2025-07-29T22:09:47.702Z | -- Configuring done (2.1s) |
| 314 | 2025-07-29T22:09:47.702Z | yes |
| 315 | 2025-07-29T22:09:47.702Z | checking whether utrace(2) is compilable... no |
| 316 | 2025-07-29T22:09:47.702Z | checking whether valgrind is compilable... no |
| 317 | 2025-07-29T22:09:47.702Z | checking whether a program using __builtin_unreachable is compilable... -- Generating done (0.1s) |
| 318 | 2025-07-29T22:09:47.702Z | -- Build files have been written to: /work/oxidecomputer/cockroach/lib/build/proj |
| 319 | 2025-07-29T22:09:47.702Z | yes |
| 320 | 2025-07-29T22:09:47.702Z | checking whether a program using __builtin_ffsl is compilable... yes |
| 321 | 2025-07-29T22:09:47.702Z | checking LG_PAGE... 12 |
| 322 | 2025-07-29T22:09:47.702Z | Missing VERSION file, and unable to generate it; creating bogus VERSION |
| 323 | 2025-07-29T22:09:47.702Z | checking for pthread.h... yes |
| 324 | 2025-07-29T22:09:47.702Z | checking for pthread_create in -lpthread... yes |
| 325 | 2025-07-29T22:09:47.729Z | checking whether pthread_atfork(3) is compilable... yes |
| 326 | 2025-07-29T22:09:47.762Z | checking for library containing clock_gettime... none required |
| 327 | 2025-07-29T22:09:47.782Z | checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... no |
| 328 | 2025-07-29T22:09:47.818Z | checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes |
| 329 | 2025-07-29T22:09:47.833Z | checking whether mach_absolute_time() is compilable... no |
| 330 | 2025-07-29T22:09:47.854Z | checking whether compiler supports -Werror... yes |
| 331 | 2025-07-29T22:09:47.890Z | checking whether syscall(2) is compilable... yes |
| 332 | 2025-07-29T22:09:47.924Z | checking for secure_getenv... yes |
| 333 | 2025-07-29T22:09:47.959Z | checking for issetugid... yes |
| 334 | 2025-07-29T22:09:47.994Z | checking for _malloc_thread_cleanup... no |
| 335 | 2025-07-29T22:09:48.010Z | checking whether Darwin OSSpin*() is compilable... no |
| 336 | 2025-07-29T22:09:48.046Z | checking for _pthread_mutex_init_calloc_cb... no |
| 337 | 2025-07-29T22:09:48.066Z | checking for TLS... yes |
| 338 | 2025-07-29T22:09:48.101Z | checking whether C11 atomics is compilable... yes |
| 339 | 2025-07-29T22:09:48.118Z | checking whether atomic(9) is compilable... no |
| 340 | 2025-07-29T22:09:48.134Z | checking whether Darwin OSAtomic*() is compilable... no |
| 341 | 2025-07-29T22:09:48.168Z | checking whether madvise(2) is compilable... yes |
| 342 | 2025-07-29T22:09:48.200Z | checking whether madvise(..., MADV_FREE) is compilable... yes |
| 343 | 2025-07-29T22:09:48.242Z | checking whether madvise(..., MADV_DONTNEED) is compilable... yes |
| 344 | 2025-07-29T22:09:48.268Z | checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... no |
| 345 | 2025-07-29T22:09:48.286Z | checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no |
| 346 | 2025-07-29T22:09:48.302Z | checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no |
| 347 | 2025-07-29T22:09:48.335Z | checking for __builtin_clz... yes |
| 348 | 2025-07-29T22:09:48.355Z | checking whether Darwin os_unfair_lock_*() is compilable... no |
| 349 | 2025-07-29T22:09:48.394Z | checking whether glibc malloc hook is compilable... no |
| 350 | 2025-07-29T22:09:48.430Z | checking whether glibc memalign hook is compilable... no |
| 351 | 2025-07-29T22:09:48.449Z | checking whether pthreads adaptive mutexes is compilable... no |
| 352 | 2025-07-29T22:09:48.503Z | checking for _Bool... yes |
| 353 | 2025-07-29T22:09:48.532Z | checking for stdbool.h that conforms to C99... no |
| 354 | 2025-07-29T22:09:48.562Z | configure: creating ./config.status |
| 355 | 2025-07-29T22:09:48.621Z | config.status: creating Makefile |
| 356 | 2025-07-29T22:09:48.633Z | config.status: creating jemalloc.pc |
| 357 | 2025-07-29T22:09:48.644Z | config.status: creating doc/html.xsl |
| 358 | 2025-07-29T22:09:48.657Z | config.status: creating doc/manpages.xsl |
| 359 | 2025-07-29T22:09:48.671Z | config.status: creating doc/jemalloc.xml |
| 360 | 2025-07-29T22:09:48.695Z | config.status: creating include/jemalloc/jemalloc_macros.h |
| 361 | 2025-07-29T22:09:48.708Z | config.status: creating include/jemalloc/jemalloc_protos.h |
| 362 | 2025-07-29T22:09:48.721Z | config.status: creating include/jemalloc/jemalloc_typedefs.h |
| 363 | 2025-07-29T22:09:48.736Z | config.status: creating include/jemalloc/internal/jemalloc_internal.h |
| 364 | 2025-07-29T22:09:48.753Z | config.status: creating test/test.sh |
| 365 | 2025-07-29T22:09:48.766Z | config.status: creating test/include/test/jemalloc_test.h |
| 366 | 2025-07-29T22:09:48.780Z | config.status: creating config.stamp |
| 367 | 2025-07-29T22:09:48.789Z | config.status: creating bin/jemalloc-config |
| 368 | 2025-07-29T22:09:48.804Z | config.status: creating bin/jemalloc.sh |
| 369 | 2025-07-29T22:09:48.818Z | config.status: creating bin/jeprof |
| 370 | 2025-07-29T22:09:48.840Z | config.status: creating include/jemalloc/jemalloc_defs.h |
| 371 | 2025-07-29T22:09:48.850Z | config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h |
| 372 | 2025-07-29T22:09:48.862Z | config.status: creating test/include/test/jemalloc_test_defs.h |
| 373 | 2025-07-29T22:09:48.874Z | config.status: executing include/jemalloc/internal/private_namespace.h commands |
| 374 | 2025-07-29T22:09:48.884Z | config.status: executing include/jemalloc/internal/private_unnamespace.h commands |
| 375 | 2025-07-29T22:09:48.894Z | config.status: executing include/jemalloc/internal/public_symbols.txt commands |
| 376 | 2025-07-29T22:09:48.901Z | config.status: executing include/jemalloc/internal/public_namespace.h commands |
| 377 | 2025-07-29T22:09:48.988Z | config.status: executing include/jemalloc/internal/public_unnamespace.h commands |
| 378 | 2025-07-29T22:09:49.080Z | config.status: executing include/jemalloc/internal/size_classes.h commands |
| 379 | 2025-07-29T22:09:49.189Z | config.status: executing include/jemalloc/jemalloc_protos_jet.h commands |
| 380 | 2025-07-29T22:09:49.193Z | config.status: executing include/jemalloc/jemalloc_rename.h commands |
| 381 | 2025-07-29T22:09:49.369Z | config.status: executing include/jemalloc/jemalloc_mangle.h commands |
| 382 | 2025-07-29T22:09:49.544Z | config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands |
| 383 | 2025-07-29T22:09:49.713Z | config.status: executing include/jemalloc/jemalloc.h commands |
| 384 | 2025-07-29T22:09:49.737Z | =============================================================================== |
| 385 | 2025-07-29T22:09:49.741Z | jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000 |
| 386 | 2025-07-29T22:09:49.741Z | library revision : 2 |
| 387 | 2025-07-29T22:09:49.741Z | |
| 388 | 2025-07-29T22:09:49.741Z | CONFIG : --enable-prof CFLAGS=-g1 LDFLAGS= |
| 389 | 2025-07-29T22:09:49.741Z | CC : gcc |
| 390 | 2025-07-29T22:09:49.741Z | CONFIGURE_CFLAGS : -std=gnu11 -Wall -Werror=declaration-after-statement -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops |
| 391 | 2025-07-29T22:09:49.741Z | SPECIFIED_CFLAGS : -g1 |
| 392 | 2025-07-29T22:09:49.741Z | EXTRA_CFLAGS : |
| 393 | 2025-07-29T22:09:49.741Z | CPPFLAGS : -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT |
| 394 | 2025-07-29T22:09:49.741Z | LDFLAGS : |
| 395 | 2025-07-29T22:09:49.741Z | EXTRA_LDFLAGS : |
| 396 | 2025-07-29T22:09:49.741Z | LIBS : -lm -D_POSIX_PTHREAD_SEMANTICS -lgcc -lm -lpthread |
| 397 | 2025-07-29T22:09:49.741Z | RPATH_EXTRA : |
| 398 | 2025-07-29T22:09:49.741Z | |
| 399 | 2025-07-29T22:09:49.741Z | XSLTPROC : /usr/bin/xsltproc |
| 400 | 2025-07-29T22:09:49.741Z | XSLROOT : |
| 401 | 2025-07-29T22:09:49.742Z | |
| 402 | 2025-07-29T22:09:49.742Z | PREFIX : /usr/local |
| 403 | 2025-07-29T22:09:49.742Z | BINDIR : /usr/local/bin |
| 404 | 2025-07-29T22:09:49.742Z | DATADIR : /usr/local/share |
| 405 | 2025-07-29T22:09:49.742Z | INCLUDEDIR : /usr/local/include |
| 406 | 2025-07-29T22:09:49.742Z | LIBDIR : /usr/local/lib |
| 407 | 2025-07-29T22:09:49.742Z | MANDIR : /usr/local/share/man |
| 408 | 2025-07-29T22:09:49.742Z | |
| 409 | 2025-07-29T22:09:49.742Z | srcroot : /work/oxidecomputer/cockroach/c-deps/jemalloc/ |
| 410 | 2025-07-29T22:09:49.742Z | abs_srcroot : /work/oxidecomputer/cockroach/c-deps/jemalloc/ |
| 411 | 2025-07-29T22:09:49.742Z | objroot : |
| 412 | 2025-07-29T22:09:49.742Z | abs_objroot : /work/oxidecomputer/cockroach/lib/build/jemalloc/ |
| 413 | 2025-07-29T22:09:49.742Z | |
| 414 | 2025-07-29T22:09:49.742Z | JEMALLOC_PREFIX : |
| 415 | 2025-07-29T22:09:49.742Z | JEMALLOC_PRIVATE_NAMESPACE |
| 416 | 2025-07-29T22:09:49.742Z | : je_ |
| 417 | 2025-07-29T22:09:49.742Z | install_suffix : |
| 418 | 2025-07-29T22:09:49.742Z | malloc_conf : |
| 419 | 2025-07-29T22:09:49.742Z | autogen : 0 |
| 420 | 2025-07-29T22:09:49.742Z | cc-silence : 1 |
| 421 | 2025-07-29T22:09:49.742Z | debug : 0 |
| 422 | 2025-07-29T22:09:49.742Z | code-coverage : 0 |
| 423 | 2025-07-29T22:09:49.742Z | stats : 1 |
| 424 | 2025-07-29T22:09:49.742Z | prof : 1 |
| 425 | 2025-07-29T22:09:49.742Z | prof-libunwind : 0 |
| 426 | 2025-07-29T22:09:49.742Z | prof-libgcc : 1 |
| 427 | 2025-07-29T22:09:49.742Z | prof-gcc : 0 |
| 428 | 2025-07-29T22:09:49.742Z | tcache : 1 |
| 429 | 2025-07-29T22:09:49.742Z | thp : 0 |
| 430 | 2025-07-29T22:09:49.742Z | fill : 1 |
| 431 | 2025-07-29T22:09:49.742Z | utrace : 0 |
| 432 | 2025-07-29T22:09:49.742Z | valgrind : 0 |
| 433 | 2025-07-29T22:09:49.742Z | xmalloc : 0 |
| 434 | 2025-07-29T22:09:49.742Z | munmap : 1 |
| 435 | 2025-07-29T22:09:49.742Z | lazy_lock : 0 |
| 436 | 2025-07-29T22:09:49.742Z | tls : 1 |
| 437 | 2025-07-29T22:09:49.742Z | cache-oblivious : 1 |
| 438 | 2025-07-29T22:09:49.742Z | =============================================================================== |
| 439 | 2025-07-29T22:09:49.768Z | go mod download |
| 440 | 2025-07-29T22:10:12.961Z | go mod vendor |
| 441 | 2025-07-29T22:10:13.374Z | [3/4] Linking dependencies... |
| 442 | 2025-07-29T22:10:13.383Z | warning " > @typescript-eslint/eslint-plugin@4.29.1" has unmet peer dependency "eslint@^5.0.0 || ^6.0.0 || ^7.0.0". |
| 443 | 2025-07-29T22:10:13.386Z | warning "@typescript-eslint/eslint-plugin > @typescript-eslint/experimental-utils@4.29.1" has unmet peer dependency "eslint@*". |
| 444 | 2025-07-29T22:10:13.386Z | warning "@typescript-eslint/eslint-plugin > tsutils@3.21.0" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta". |
| 445 | 2025-07-29T22:10:13.386Z | warning "@typescript-eslint/eslint-plugin > @typescript-eslint/experimental-utils > eslint-utils@3.0.0" has unmet peer dependency "eslint@>=5". |
| 446 | 2025-07-29T22:10:13.386Z | warning " > @typescript-eslint/parser@4.29.1" has unmet peer dependency "eslint@^5.0.0 || ^6.0.0 || ^7.0.0". |
| 447 | 2025-07-29T22:10:13.386Z | warning " > @bazel/typescript@4.1.0" has unmet peer dependency "typescript@>=3.0.0 <4.4.0". |
| 448 | 2025-07-29T22:10:13.386Z | warning " > @cockroachlabs/cluster-ui@22.1.14" has unmet peer dependency "react@>=16.12.0". |
| 449 | 2025-07-29T22:10:13.386Z | warning " > @cockroachlabs/cluster-ui@22.1.14" has unmet peer dependency "react-dom@>=16.12.0". |
| 450 | 2025-07-29T22:10:13.386Z | warning " > @cockroachlabs/cluster-ui@22.1.14" has unmet peer dependency "react-redux@>=7.1.3". |
| 451 | 2025-07-29T22:10:13.386Z | warning " > @cockroachlabs/cluster-ui@22.1.14" has unmet peer dependency "react-router-dom@>=5.1.2". |
| 452 | 2025-07-29T22:10:13.386Z | warning " > @cockroachlabs/cluster-ui@22.1.14" has unmet peer dependency "redux@>=4.0.5". |
| 453 | 2025-07-29T22:10:13.386Z | warning " > @cockroachlabs/cluster-ui@22.1.14" has unmet peer dependency "redux-saga@>=1.1.3". |
| 454 | 2025-07-29T22:10:13.386Z | warning "workspace-aggregator-ad4d88bd-d7f4-4340-907f-f346f3e1dee7 > @cockroachlabs/cluster-ui > @cockroachlabs/eslint-config@0.1.11" has incorrect peer dependency "@typescript-eslint/eslint-plugin@^2.6.1". |
| 455 | 2025-07-29T22:10:13.390Z | warning "workspace-aggregator-ad4d88bd-d7f4-4340-907f-f346f3e1dee7 > @cockroachlabs/cluster-ui > connected-react-router@6.9.1" has unmet peer dependency "history@^4.7.2". |
| 456 | 2025-07-29T22:10:13.390Z | warning "workspace-aggregator-ad4d88bd-d7f4-4340-907f-f346f3e1dee7 > @cockroachlabs/cluster-ui > connected-react-router@6.9.1" has unmet peer dependency "react-router@^4.3.1 || ^5.0.0". |
| 457 | 2025-07-29T22:10:13.394Z | warning "workspace-aggregator-ad4d88bd-d7f4-4340-907f-f346f3e1dee7 > @cockroachlabs/cluster-ui > moment-locales-webpack-plugin@1.2.0" has unmet peer dependency "moment@^2.8.0". |
| 458 | 2025-07-29T22:10:13.394Z | warning "workspace-aggregator-ad4d88bd-d7f4-4340-907f-f346f3e1dee7 > @cockroachlabs/cluster-ui > react-test-renderer@16.14.0" has incorrect peer dependency "react@^16.14.0". |
| 459 | 2025-07-29T22:10:13.397Z | warning "workspace-aggregator-ad4d88bd-d7f4-4340-907f-f346f3e1dee7 > db-console > @testing-library/cypress@7.0.6" has unmet peer dependency "cypress@^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0". |
| 460 | 2025-07-29T22:10:13.398Z | warning "workspace-aggregator-ad4d88bd-d7f4-4340-907f-f346f3e1dee7 > db-console > cypress-image-snapshot@3.1.2" has unmet peer dependency "cypress@^4.5.0". |
| 461 | 2025-07-29T22:10:13.398Z | warning "workspace-aggregator-ad4d88bd-d7f4-4340-907f-f346f3e1dee7 > db-console > html-webpack-template@6.2.0" has unmet peer dependency "html-webpack-plugin@2.x || ^3". |
| 462 | 2025-07-29T22:10:13.412Z | warning "workspace-aggregator-ad4d88bd-d7f4-4340-907f-f346f3e1dee7 > db-console > cypress-image-snapshot > jest-image-snapshot@4.2.0" has unmet peer dependency "jest@>=20 <=26". |
| 463 | 2025-07-29T22:10:13.415Z | warning "workspace-aggregator-ad4d88bd-d7f4-4340-907f-f346f3e1dee7 > db-console > karma-webpack > webpack-dev-middleware@1.12.2" has incorrect peer dependency "webpack@^1.0.0 || ^2.0.0 || ^3.0.0". |
| 464 | 2025-07-29T22:10:13.415Z | warning "workspace-aggregator-ad4d88bd-d7f4-4340-907f-f346f3e1dee7 > @cockroachlabs/cluster-ui > @storybook/react > @storybook/react-docgen-typescript-plugin > react-docgen-typescript@2.0.0" has incorrect peer dependency "typescript@>= 4.3.x". |
| 465 | 2025-07-29T22:10:17.965Z | GOBIN='/work/oxidecomputer/cockroach/bin' GOFLAGS= go install -mod=vendor -v github.com/goware/modvendor |
| 466 | 2025-07-29T22:10:18.047Z | internal/coverage/rtcov |
| 467 | 2025-07-29T22:10:18.051Z | internal/godebugs |
| 468 | 2025-07-29T22:10:18.051Z | internal/goarch |
| 469 | 2025-07-29T22:10:18.051Z | internal/unsafeheader |
| 470 | 2025-07-29T22:10:18.051Z | internal/goos |
| 471 | 2025-07-29T22:10:18.055Z | internal/goexperiment |
| 472 | 2025-07-29T22:10:18.065Z | internal/cpu |
| 473 | 2025-07-29T22:10:18.068Z | runtime/internal/atomic |
| 474 | 2025-07-29T22:10:18.089Z | sync/atomic |
| 475 | 2025-07-29T22:10:18.092Z | internal/race |
| 476 | 2025-07-29T22:10:18.096Z | internal/abi |
| 477 | 2025-07-29T22:10:18.096Z | internal/chacha8rand |
| 478 | 2025-07-29T22:10:18.099Z | runtime/internal/math |
| 479 | 2025-07-29T22:10:18.100Z | runtime/internal/sys |
| 480 | 2025-07-29T22:10:18.124Z | unicode/utf8 |
| 481 | 2025-07-29T22:10:18.127Z | unicode |
| 482 | 2025-07-29T22:10:18.138Z | encoding |
| 483 | 2025-07-29T22:10:18.162Z | internal/bytealg |
| 484 | 2025-07-29T22:10:18.169Z | internal/itoa |
| 485 | 2025-07-29T22:10:18.174Z | math/bits |
| 486 | 2025-07-29T22:10:18.178Z | cmp |
| 487 | 2025-07-29T22:10:18.220Z | slices |
| 488 | 2025-07-29T22:10:18.266Z | math |
| 489 | 2025-07-29T22:10:18.325Z | runtime |
| 490 | 2025-07-29T22:10:20.464Z | internal/reflectlite |
| 491 | 2025-07-29T22:10:20.467Z | sync |
| 492 | 2025-07-29T22:10:20.557Z | internal/testlog |
| 493 | 2025-07-29T22:10:20.618Z | errors |
| 494 | 2025-07-29T22:10:20.622Z | sort |
| 495 | 2025-07-29T22:10:20.653Z | internal/oserror |
| 496 | 2025-07-29T22:10:20.656Z | io |
| 497 | 2025-07-29T22:10:20.656Z | internal/safefilepath |
| 498 | 2025-07-29T22:10:20.659Z | path |
| 499 | 2025-07-29T22:10:20.672Z | strconv |
| 500 | 2025-07-29T22:10:20.684Z | syscall |
| 501 | 2025-07-29T22:10:20.760Z | bytes |
| 502 | 2025-07-29T22:10:20.760Z | strings |
| 503 | 2025-07-29T22:10:20.841Z | reflect |
| 504 | 2025-07-29T22:10:20.889Z | bufio |
| 505 | 2025-07-29T22:10:20.893Z | regexp/syntax |
| 506 | 2025-07-29T22:10:21.011Z | internal/syscall/execenv |
| 507 | 2025-07-29T22:10:21.014Z | internal/syscall/unix |
| 508 | 2025-07-29T22:10:21.014Z | time |
| 509 | 2025-07-29T22:10:21.104Z | regexp |
| 510 | 2025-07-29T22:10:21.353Z | io/fs |
| 511 | 2025-07-29T22:10:21.361Z | internal/poll |
| 512 | 2025-07-29T22:10:21.437Z | internal/fmtsort |
| 513 | 2025-07-29T22:10:21.488Z | os |
| 514 | 2025-07-29T22:10:21.670Z | io/ioutil |
| 515 | 2025-07-29T22:10:21.673Z | fmt |
| 516 | 2025-07-29T22:10:21.673Z | path/filepath |
| 517 | 2025-07-29T22:10:21.748Z | github.com/mattn/go-zglob/fastwalk |
| 518 | 2025-07-29T22:10:21.855Z | github.com/mattn/go-zglob |
| 519 | 2025-07-29T22:10:21.859Z | flag |
| 520 | 2025-07-29T22:10:21.939Z | github.com/goware/modvendor |
| 521 | 2025-07-29T22:10:22.221Z | modvendor -copy="**/*.c **/*.h **/*.proto" -include 'github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api,github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/rpc,github.com/prometheus/client_model' |
| 522 | 2025-07-29T22:10:24.170Z | for patch in patches/*.patch; do patch -p1 <$patch; done |
| 523 | 2025-07-29T22:10:24.180Z | patching file vendor/github.com/elastic/gosigar/sigar_stub.go |
| 524 | 2025-07-29T22:10:24.183Z | patching file vendor/github.com/elastic/gosigar/sigar_illumos.go |
| 525 | 2025-07-29T22:10:24.183Z | patching file vendor/github.com/elastic/gosigar/sigar_unix_common.go |
| 526 | 2025-07-29T22:10:24.186Z | patching file vendor/github.com/cockroachdb/pebble/vfs/errors_unix.go |
| 527 | 2025-07-29T22:10:24.186Z | patching file vendor/github.com/cockroachdb/pebble/vfs/disk_usage_illumos.go |
| 528 | 2025-07-29T22:10:24.190Z | patching file vendor/github.com/knz/strtime/strptime.c |
| 529 | 2025-07-29T22:10:24.193Z | go install -v ./pkg/cmd/prereqs |
| 530 | 2025-07-29T22:10:24.193Z | regenerating pkg/cli/zcgo_flags.go |
| 531 | 2025-07-29T22:10:24.193Z | regenerating pkg/cli/clisqlshell/zcgo_flags.go |
| 532 | 2025-07-29T22:10:24.193Z | regenerating pkg/server/status/zcgo_flags.go |
| 533 | 2025-07-29T22:10:24.196Z | regenerating pkg/geo/geoproj/zcgo_flags.go |
| 534 | 2025-07-29T22:10:24.196Z | regenerating vendor/github.com/knz/go-libedit/unix/zcgo_flags.go |
| 535 | 2025-07-29T22:10:24.242Z | go: downloading github.com/bufbuild/buf v0.56.0 |
| 536 | 2025-07-29T22:10:24.245Z | regenerating pkg/cli/zcgo_flags_x86_64_pc_solaris2.11_stdmalloc.go |
| 537 | 2025-07-29T22:10:24.245Z | regenerating pkg/cli/clisqlshell/zcgo_flags_x86_64_pc_solaris2.11_stdmalloc.go |
| 538 | 2025-07-29T22:10:24.245Z | regenerating pkg/geo/geoproj/zcgo_flags_x86_64_pc_solaris2.11_stdmalloc.go |
| 539 | 2025-07-29T22:10:24.245Z | regenerating vendor/github.com/knz/go-libedit/unix/zcgo_flags_x86_64_pc_solaris2.11_stdmalloc.go |
| 540 | 2025-07-29T22:10:24.245Z | regenerating pkg/server/status/zcgo_flags_x86_64_pc_solaris2.11_stdmalloc.go |
| 541 | 2025-07-29T22:10:24.295Z | regenerating vendor/github.com/knz/go-libedit/unix/zcgo_flags_extra.go |
| 542 | 2025-07-29T22:10:24.836Z | unicode/utf16 |
| 543 | 2025-07-29T22:10:24.840Z | internal/gover |
| 544 | 2025-07-29T22:10:24.843Z | internal/goversion |
| 545 | 2025-07-29T22:10:24.843Z | internal/platform |
| 546 | 2025-07-29T22:10:24.849Z | hash/maphash |
| 547 | 2025-07-29T22:10:24.852Z | log/internal |
| 548 | 2025-07-29T22:10:24.874Z | golang.org/x/tools/internal/packagesinternal |
| 549 | 2025-07-29T22:10:24.902Z | container/heap |
| 550 | 2025-07-29T22:10:24.905Z | internal/bisect |
| 551 | 2025-07-29T22:10:24.906Z | golang.org/x/mod/semver |
| 552 | 2025-07-29T22:10:24.921Z | encoding/binary |
| 553 | 2025-07-29T22:10:24.924Z | internal/types/errors |
| 554 | 2025-07-29T22:10:24.939Z | go/build/constraint |
| 555 | 2025-07-29T22:10:24.942Z | context |
| 556 | 2025-07-29T22:10:24.956Z | go/token |
| 557 | 2025-07-29T22:10:24.976Z | go/version |
| 558 | 2025-07-29T22:10:24.979Z | internal/buildcfg |
| 559 | 2025-07-29T22:10:24.993Z | internal/godebug |
| 560 | 2025-07-29T22:10:24.996Z | go/doc/comment |
| 561 | 2025-07-29T22:10:25.007Z | internal/lazyregexp |
| 562 | 2025-07-29T22:10:25.043Z | golang.org/x/tools/internal/stdlib |
| 563 | 2025-07-29T22:10:25.057Z | golang.org/x/sync/errgroup |
| 564 | 2025-07-29T22:10:25.066Z | go/scanner |
| 565 | 2025-07-29T22:10:25.086Z | hash |
| 566 | 2025-07-29T22:10:25.095Z | golang.org/x/tools/internal/event/label |
| 567 | 2025-07-29T22:10:25.104Z | encoding/base64 |
| 568 | 2025-07-29T22:10:25.107Z | log |
| 569 | 2025-07-29T22:10:25.112Z | crypto |
| 570 | 2025-07-29T22:10:25.156Z | math/rand |
| 571 | 2025-07-29T22:10:25.192Z | encoding/json |
| 572 | 2025-07-29T22:10:25.203Z | go/ast |
| 573 | 2025-07-29T22:10:25.207Z | os/exec |
| 574 | 2025-07-29T22:10:25.238Z | crypto/md5 |
| 575 | 2025-07-29T22:10:25.241Z | golang.org/x/tools/internal/event/keys |
| 576 | 2025-07-29T22:10:25.274Z | math/big |
| 577 | 2025-07-29T22:10:25.332Z | internal/goroot |
| 578 | 2025-07-29T22:10:25.365Z | golang.org/x/tools/internal/event/core |
| 579 | 2025-07-29T22:10:25.423Z | golang.org/x/tools/internal/event |
| 580 | 2025-07-29T22:10:25.548Z | go/internal/typeparams |
| 581 | 2025-07-29T22:10:25.557Z | go/doc |
| 582 | 2025-07-29T22:10:25.588Z | go/parser |
| 583 | 2025-07-29T22:10:25.677Z | golang.org/x/tools/internal/gocommand |
| 584 | 2025-07-29T22:10:25.954Z | go/build |
| 585 | 2025-07-29T22:10:25.968Z | go/constant |
| 586 | 2025-07-29T22:10:26.102Z | golang.org/x/tools/internal/pkgbits |
| 587 | 2025-07-29T22:10:26.116Z | go/types |
| 588 | 2025-07-29T22:10:26.608Z | go: downloading google.golang.org/protobuf v1.27.1 |
| 589 | 2025-07-29T22:10:26.608Z | go: downloading go.uber.org/multierr v1.7.0 |
| 590 | 2025-07-29T22:10:26.612Z | go: downloading github.com/pkg/profile v1.6.0 |
| 591 | 2025-07-29T22:10:26.612Z | go: downloading go.uber.org/zap v1.19.0 |
| 592 | 2025-07-29T22:10:26.612Z | go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b |
| 593 | 2025-07-29T22:10:26.625Z | go: downloading github.com/twitchtv/twirp v8.1.0+incompatible |
| 594 | 2025-07-29T22:10:26.631Z | go: downloading google.golang.org/grpc v1.41.0-dev.0.20210907181116-2f3355d2244e |
| 595 | 2025-07-29T22:10:26.964Z | go: downloading github.com/jhump/protoreflect v1.9.1-0.20210817181203-db1a327a393e |
| 596 | 2025-07-29T22:10:26.968Z | go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d |
| 597 | 2025-07-29T22:10:26.968Z | go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |
| 598 | 2025-07-29T22:10:26.980Z | go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e |
| 599 | 2025-07-29T22:10:26.984Z | go: downloading github.com/gofrs/uuid v4.0.0+incompatible |
| 600 | 2025-07-29T22:10:26.992Z | go: downloading github.com/gofrs/flock v0.8.1 |
| 601 | 2025-07-29T22:10:27.032Z | go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b |
| 602 | 2025-07-29T22:10:27.035Z | go: downloading go.uber.org/atomic v1.7.0 |
| 603 | 2025-07-29T22:10:27.035Z | go: downloading golang.org/x/sys v0.0.0-20210908143011-c212e7322662 |
| 604 | 2025-07-29T22:10:27.073Z | go: downloading github.com/klauspost/compress v1.13.5 |
| 605 | 2025-07-29T22:10:27.090Z | go: downloading github.com/klauspost/pgzip v1.2.5 |
| 606 | 2025-07-29T22:10:27.155Z | go: downloading github.com/golang/protobuf v1.5.2 |
| 607 | 2025-07-29T22:10:27.198Z | go: downloading google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83 |
| 608 | 2025-07-29T22:10:27.285Z | golang.org/x/tools/internal/versions |
| 609 | 2025-07-29T22:10:27.285Z | golang.org/x/tools/internal/aliases |
| 610 | 2025-07-29T22:10:27.298Z | go: downloading golang.org/x/net v0.0.0-20210907225631-ff17edfbf26d |
| 611 | 2025-07-29T22:10:27.332Z | golang.org/x/tools/internal/typeparams |
| 612 | 2025-07-29T22:10:27.424Z | golang.org/x/tools/go/types/typeutil |
| 613 | 2025-07-29T22:10:27.507Z | golang.org/x/tools/internal/typesinternal |
| 614 | 2025-07-29T22:10:27.607Z | golang.org/x/tools/go/types/objectpath |
| 615 | 2025-07-29T22:10:27.687Z | golang.org/x/tools/internal/gcimporter |
| 616 | 2025-07-29T22:10:27.982Z | golang.org/x/tools/go/gcexportdata |
| 617 | 2025-07-29T22:10:28.027Z | golang.org/x/tools/go/packages |
| 618 | 2025-07-29T22:10:28.209Z | github.com/cockroachdb/cockroach/pkg/cmd/prereqs |
| 619 | 2025-07-29T22:10:28.655Z | go install -v uptodate |
| 620 | 2025-07-29T22:10:28.677Z | GOFLAGS= bin/prereqs ./pkg/cmd/uptodate > bin/uptodate.d.tmp |
| 621 | 2025-07-29T22:10:28.681Z | go install -v protoc-gen-gogoroach |
| 622 | 2025-07-29T22:10:28.684Z | GOFLAGS= bin/prereqs ./pkg/cmd/protoc-gen-gogoroach > bin/protoc-gen-gogoroach.d.tmp |
| 623 | 2025-07-29T22:10:28.697Z | go install -v terraformgen |
| 624 | 2025-07-29T22:10:28.700Z | GOFLAGS= bin/prereqs ./pkg/roachprod/vm/aws/terraformgen > bin/terraformgen.d.tmp |
| 625 | 2025-07-29T22:10:28.713Z | go install -v optgen |
| 626 | 2025-07-29T22:10:28.717Z | GOFLAGS= bin/prereqs ./pkg/sql/opt/optgen/cmd/optgen > bin/optgen.d.tmp |
| 627 | 2025-07-29T22:10:28.777Z | mv -f bin/protoc-gen-gogoroach.d.tmp bin/protoc-gen-gogoroach.d |
| 628 | 2025-07-29T22:10:28.783Z | GOBIN='/work/oxidecomputer/cockroach/bin' GOFLAGS= go install -mod=vendor -tags 'stdmalloc make x86_64_pc_solaris2.11_stdmalloc' -ldflags '-X github.com/cockroachdb/cockroach/pkg/build.typ=release -extldflags "" -X "github.com/cockroachdb/cockroach/pkg/build.tag=v22.1.22-44-gf6b2ebab3f" -X "github.com/cockroachdb/cockroach/pkg/build.rev=f6b2ebab3f77987dc0f518f3a2ea5480f288b7a9" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-solaris2.11" -X "github.com/cockroachdb/cockroach/pkg/build.utcTime=2025/07/29 22:10:27"' -v ./pkg/cmd/protoc-gen-gogoroach |
| 629 | 2025-07-29T22:10:28.806Z | mv -f bin/terraformgen.d.tmp bin/terraformgen.d |
| 630 | 2025-07-29T22:10:28.813Z | GOBIN='/work/oxidecomputer/cockroach/bin' GOFLAGS= go install -mod=vendor -tags 'stdmalloc make x86_64_pc_solaris2.11_stdmalloc' -ldflags '-X github.com/cockroachdb/cockroach/pkg/build.typ=release -extldflags "" -X "github.com/cockroachdb/cockroach/pkg/build.tag=v22.1.22-44-gf6b2ebab3f" -X "github.com/cockroachdb/cockroach/pkg/build.rev=f6b2ebab3f77987dc0f518f3a2ea5480f288b7a9" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-solaris2.11" -X "github.com/cockroachdb/cockroach/pkg/build.utcTime=2025/07/29 22:10:27"' -v ./pkg/roachprod/vm/aws/terraformgen |
| 631 | 2025-07-29T22:10:28.818Z | mv -f bin/uptodate.d.tmp bin/uptodate.d |
| 632 | 2025-07-29T22:10:28.821Z | GOBIN='/work/oxidecomputer/cockroach/bin' GOFLAGS= go install -mod=vendor -tags 'stdmalloc make x86_64_pc_solaris2.11_stdmalloc' -ldflags '-X github.com/cockroachdb/cockroach/pkg/build.typ=release -extldflags "" -X "github.com/cockroachdb/cockroach/pkg/build.tag=v22.1.22-44-gf6b2ebab3f" -X "github.com/cockroachdb/cockroach/pkg/build.rev=f6b2ebab3f77987dc0f518f3a2ea5480f288b7a9" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-solaris2.11" -X "github.com/cockroachdb/cockroach/pkg/build.utcTime=2025/07/29 22:10:27"' -v ./pkg/cmd/uptodate |
| 633 | 2025-07-29T22:10:28.849Z | mv -f bin/optgen.d.tmp bin/optgen.d |
| 634 | 2025-07-29T22:10:28.855Z | GOBIN='/work/oxidecomputer/cockroach/bin' GOFLAGS= go install -mod=vendor -tags 'stdmalloc make x86_64_pc_solaris2.11_stdmalloc' -ldflags '-X github.com/cockroachdb/cockroach/pkg/build.typ=release -extldflags "" -X "github.com/cockroachdb/cockroach/pkg/build.tag=v22.1.22-44-gf6b2ebab3f" -X "github.com/cockroachdb/cockroach/pkg/build.rev=f6b2ebab3f77987dc0f518f3a2ea5480f288b7a9" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-solaris2.11" -X "github.com/cockroachdb/cockroach/pkg/build.utcTime=2025/07/29 22:10:27"' -v ./pkg/sql/opt/optgen/cmd/optgen |
| 635 | 2025-07-29T22:10:29.042Z | go: downloading golang.org/x/text v0.3.7 |
| 636 | 2025-07-29T22:10:29.124Z | internal/nettrace |
| 637 | 2025-07-29T22:10:29.129Z | github.com/cockroachdb/errors/stdstrings |
| 638 | 2025-07-29T22:10:29.132Z | crypto/internal/alias |
| 639 | 2025-07-29T22:10:29.132Z | crypto/internal/alias |
| 640 | 2025-07-29T22:10:29.132Z | crypto/subtle |
| 641 | 2025-07-29T22:10:29.132Z | crypto/subtle |
| 642 | 2025-07-29T22:10:29.136Z | crypto/internal/boring/sig |
| 643 | 2025-07-29T22:10:29.139Z | crypto/internal/boring/sig |
| 644 | 2025-07-29T22:10:29.150Z | container/list |
| 645 | 2025-07-29T22:10:29.163Z | vendor/golang.org/x/crypto/cryptobyte/asn1 |
| 646 | 2025-07-29T22:10:29.167Z | vendor/golang.org/x/crypto/internal/alias |
| 647 | 2025-07-29T22:10:29.177Z | internal/singleflight |
| 648 | 2025-07-29T22:10:29.215Z | vendor/golang.org/x/net/dns/dnsmessage |
| 649 | 2025-07-29T22:10:29.223Z | crypto/subtle |
| 650 | 2025-07-29T22:10:29.226Z | crypto/internal/boring/sig |
| 651 | 2025-07-29T22:10:29.226Z | container/list |
| 652 | 2025-07-29T22:10:29.257Z | github.com/gogo/protobuf/sortkeys |
| 653 | 2025-07-29T22:10:29.260Z | github.com/kr/text |
| 654 | 2025-07-29T22:10:29.269Z | hash/crc32 |
| 655 | 2025-07-29T22:10:29.275Z | github.com/cockroachdb/redact/internal/rfmt/fmtsort |
| 656 | 2025-07-29T22:10:29.284Z | internal/intern |
| 657 | 2025-07-29T22:10:29.289Z | github.com/rogpeppe/go-internal/fmtsort |
| 658 | 2025-07-29T22:10:29.321Z | text/tabwriter |
| 659 | 2025-07-29T22:10:29.328Z | text/tabwriter |
| 660 | 2025-07-29T22:10:29.332Z | crypto/cipher |
| 661 | 2025-07-29T22:10:29.336Z | github.com/MichaelTJones/walk |
| 662 | 2025-07-29T22:10:29.340Z | hash/crc32 |
| 663 | 2025-07-29T22:10:29.358Z | internal/singleflight |
| 664 | 2025-07-29T22:10:29.362Z | crypto/cipher |
| 665 | 2025-07-29T22:10:29.368Z | github.com/cockroachdb/redact/interfaces |
| 666 | 2025-07-29T22:10:29.394Z | compress/flate |
| 667 | 2025-07-29T22:10:29.421Z | encoding/hex |
| 668 | 2025-07-29T22:10:29.424Z | github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap |
| 669 | 2025-07-29T22:10:29.424Z | internal/intern |
| 670 | 2025-07-29T22:10:29.427Z | github.com/gogo/protobuf/proto |
| 671 | 2025-07-29T22:10:29.436Z | github.com/cockroachdb/redact/internal/fmtforward |
| 672 | 2025-07-29T22:10:29.455Z | github.com/rogpeppe/go-internal/fmtsort |
| 673 | 2025-07-29T22:10:29.456Z | crypto/cipher |
| 674 | 2025-07-29T22:10:29.459Z | crypto/internal/randutil |
| 675 | 2025-07-29T22:10:29.487Z | github.com/cockroachdb/redact/interfaces |
| 676 | 2025-07-29T22:10:29.487Z | github.com/cockroachdb/redact/internal/fmtforward |
| 677 | 2025-07-29T22:10:29.487Z | encoding/csv |
| 678 | 2025-07-29T22:10:29.490Z | encoding/hex |
| 679 | 2025-07-29T22:10:29.501Z | compress/flate |
| 680 | 2025-07-29T22:10:29.505Z | go/printer |
| 681 | 2025-07-29T22:10:29.508Z | vendor/golang.org/x/net/lif |
| 682 | 2025-07-29T22:10:29.508Z | crypto/internal/edwards25519/field |
| 683 | 2025-07-29T22:10:29.517Z | github.com/pkg/errors |
| 684 | 2025-07-29T22:10:29.535Z | crypto/internal/nistec/fiat |
| 685 | 2025-07-29T22:10:29.551Z | github.com/cockroachdb/logtags |
| 686 | 2025-07-29T22:10:29.560Z | github.com/kr/pretty |
| 687 | 2025-07-29T22:10:29.560Z | github.com/cockroachdb/redact/internal/markers |
| 688 | 2025-07-29T22:10:29.579Z | crypto/internal/boring |
| 689 | 2025-07-29T22:10:29.588Z | github.com/cockroachdb/redact/internal/redact |
| 690 | 2025-07-29T22:10:29.622Z | crypto/des |
| 691 | 2025-07-29T22:10:29.622Z | net/netip |
| 692 | 2025-07-29T22:10:29.625Z | net/url |
| 693 | 2025-07-29T22:10:29.625Z | crypto/rand |
| 694 | 2025-07-29T22:10:29.635Z | embed |
| 695 | 2025-07-29T22:10:29.638Z | crypto/rc4 |
| 696 | 2025-07-29T22:10:29.638Z | github.com/kr/pretty |
| 697 | 2025-07-29T22:10:29.641Z | github.com/gogo/protobuf/proto |
| 698 | 2025-07-29T22:10:29.670Z | crypto/aes |
| 699 | 2025-07-29T22:10:29.680Z | github.com/cockroachdb/redact/internal/escape |
| 700 | 2025-07-29T22:10:29.703Z | compress/flate |
| 701 | 2025-07-29T22:10:29.707Z | text/template/parse |
| 702 | 2025-07-29T22:10:29.774Z | github.com/gogo/protobuf/proto |
| 703 | 2025-07-29T22:10:29.782Z | crypto/internal/edwards25519/field |
| 704 | 2025-07-29T22:10:29.782Z | github.com/cockroachdb/redact/internal/buffer |
| 705 | 2025-07-29T22:10:29.782Z | crypto/internal/nistec/fiat |
| 706 | 2025-07-29T22:10:29.796Z | embed |
| 707 | 2025-07-29T22:10:29.859Z | github.com/cockroachdb/redact/internal/rfmt |
| 708 | 2025-07-29T22:10:29.862Z | crypto/internal/bigmod |
| 709 | 2025-07-29T22:10:30.075Z | runtime/cgo |
| 710 | 2025-07-29T22:10:30.075Z | github.com/cockroachdb/redact/internal/rfmt |
| 711 | 2025-07-29T22:10:30.075Z | compress/gzip |
| 712 | 2025-07-29T22:10:30.079Z | crypto/sha256 |
| 713 | 2025-07-29T22:10:30.147Z | crypto/internal/boring/bbig |
| 714 | 2025-07-29T22:10:30.151Z | crypto/sha512 |
| 715 | 2025-07-29T22:10:30.167Z | encoding/asn1 |
| 716 | 2025-07-29T22:10:30.245Z | runtime/cgo |
| 717 | 2025-07-29T22:10:30.289Z | github.com/cockroachdb/redact/internal/rfmt |
| 718 | 2025-07-29T22:10:30.292Z | compress/gzip |
| 719 | 2025-07-29T22:10:30.359Z | crypto/internal/edwards25519 |
| 720 | 2025-07-29T22:10:30.422Z | crypto/hmac |
| 721 | 2025-07-29T22:10:30.429Z | github.com/cockroachdb/redact/builder |
| 722 | 2025-07-29T22:10:30.543Z | crypto/rsa |
| 723 | 2025-07-29T22:10:30.562Z | crypto/sha1 |
| 724 | 2025-07-29T22:10:30.568Z | github.com/cockroachdb/redact |
| 725 | 2025-07-29T22:10:30.585Z | crypto/internal/edwards25519 |
| 726 | 2025-07-29T22:10:30.659Z | crypto/dsa |
| 727 | 2025-07-29T22:10:30.702Z | encoding/pem |
| 728 | 2025-07-29T22:10:30.769Z | vendor/golang.org/x/crypto/chacha20 |
| 729 | 2025-07-29T22:10:30.776Z | vendor/golang.org/x/crypto/internal/poly1305 |
| 730 | 2025-07-29T22:10:30.812Z | vendor/golang.org/x/crypto/cryptobyte |
| 731 | 2025-07-29T22:10:30.815Z | crypto/sha1 |
| 732 | 2025-07-29T22:10:30.827Z | crypto/x509/pkix |
| 733 | 2025-07-29T22:10:30.834Z | vendor/golang.org/x/crypto/cryptobyte |
| 734 | 2025-07-29T22:10:30.837Z | crypto/x509/pkix |
| 735 | 2025-07-29T22:10:30.859Z | runtime/cgo |
| 736 | 2025-07-29T22:10:30.862Z | vendor/golang.org/x/sys/cpu |
| 737 | 2025-07-29T22:10:30.937Z | crypto/ed25519 |
| 738 | 2025-07-29T22:10:30.944Z | text/template |
| 739 | 2025-07-29T22:10:30.982Z | vendor/golang.org/x/crypto/internal/poly1305 |
| 740 | 2025-07-29T22:10:31.014Z | vendor/golang.org/x/sys/cpu |
| 741 | 2025-07-29T22:10:31.018Z | vendor/golang.org/x/crypto/hkdf |
| 742 | 2025-07-29T22:10:31.068Z | github.com/getsentry/sentry-go/internal/crypto/randutil |
| 743 | 2025-07-29T22:10:31.074Z | github.com/cockroachdb/cockroach/pkg/cli/exit |
| 744 | 2025-07-29T22:10:31.098Z | vendor/golang.org/x/text/transform |
| 745 | 2025-07-29T22:10:31.215Z | go/format |
| 746 | 2025-07-29T22:10:31.233Z | vendor/golang.org/x/text/unicode/bidi |
| 747 | 2025-07-29T22:10:31.237Z | vendor/golang.org/x/net/http2/hpack |
| 748 | 2025-07-29T22:10:31.259Z | vendor/golang.org/x/text/unicode/norm |
| 749 | 2025-07-29T22:10:31.272Z | crypto/internal/nistec |
| 750 | 2025-07-29T22:10:31.278Z | github.com/getsentry/sentry-go/internal/crypto/randutil |
| 751 | 2025-07-29T22:10:31.289Z | vendor/golang.org/x/text/unicode/bidi |
| 752 | 2025-07-29T22:10:31.293Z | vendor/golang.org/x/text/unicode/norm |
| 753 | 2025-07-29T22:10:31.301Z | mime |
| 754 | 2025-07-29T22:10:31.388Z | mime/quotedprintable |
| 755 | 2025-07-29T22:10:31.388Z | crypto/internal/nistec |
| 756 | 2025-07-29T22:10:31.488Z | mime |
| 757 | 2025-07-29T22:10:31.514Z | vendor/golang.org/x/crypto/chacha20poly1305 |
| 758 | 2025-07-29T22:10:31.557Z | mime/quotedprintable |
| 759 | 2025-07-29T22:10:31.567Z | net/http/internal |
| 760 | 2025-07-29T22:10:31.641Z | net/http/internal |
| 761 | 2025-07-29T22:10:31.645Z | vendor/golang.org/x/text/secure/bidirule |
| 762 | 2025-07-29T22:10:31.650Z | vendor/golang.org/x/crypto/chacha20poly1305 |
| 763 | 2025-07-29T22:10:31.678Z | net/http/internal/ascii |
| 764 | 2025-07-29T22:10:31.719Z | golang.org/x/sys/execabs |
| 765 | 2025-07-29T22:10:31.746Z | runtime/debug |
| 766 | 2025-07-29T22:10:31.811Z | vendor/golang.org/x/text/secure/bidirule |
| 767 | 2025-07-29T22:10:31.880Z | golang.org/x/sys/execabs |
| 768 | 2025-07-29T22:10:31.888Z | runtime/debug |
| 769 | 2025-07-29T22:10:32.246Z | crypto/elliptic |
| 770 | 2025-07-29T22:10:32.250Z | crypto/ecdh |
| 771 | 2025-07-29T22:10:32.250Z | vendor/golang.org/x/net/idna |
| 772 | 2025-07-29T22:10:32.288Z | crypto/ecdh |
| 773 | 2025-07-29T22:10:32.291Z | crypto/elliptic |
| 774 | 2025-07-29T22:10:32.403Z | vendor/golang.org/x/net/idna |
| 775 | 2025-07-29T22:10:32.491Z | net |
| 776 | 2025-07-29T22:10:32.619Z | crypto/ecdsa |
| 777 | 2025-07-29T22:10:32.648Z | crypto/ecdsa |
| 778 | 2025-07-29T22:10:32.788Z | net |
| 779 | 2025-07-29T22:10:32.802Z | net |
| 780 | 2025-07-29T22:10:33.474Z | google.golang.org/protobuf/internal/flags |
| 781 | 2025-07-29T22:10:33.474Z | google.golang.org/protobuf/internal/set |
| 782 | 2025-07-29T22:10:33.505Z | github.com/golang/groupcache/lru |
| 783 | 2025-07-29T22:10:33.509Z | go.opencensus.io |
| 784 | 2025-07-29T22:10:33.575Z | go.opencensus.io/trace/internal |
| 785 | 2025-07-29T22:10:33.609Z | github.com/klauspost/compress |
| 786 | 2025-07-29T22:10:33.637Z | github.com/twitchtv/twirp/internal/contextkeys |
| 787 | 2025-07-29T22:10:33.641Z | google.golang.org/grpc/serviceconfig |
| 788 | 2025-07-29T22:10:33.650Z | go.opencensus.io/internal/tagencoding |
| 789 | 2025-07-29T22:10:33.667Z | golang.org/x/sys/internal/unsafeheader |
| 790 | 2025-07-29T22:10:33.761Z | google.golang.org/protobuf/internal/pragma |
| 791 | 2025-07-29T22:10:33.764Z | hash/fnv |
| 792 | 2025-07-29T22:10:33.890Z | github.com/bufbuild/buf/private/usage |
| 793 | 2025-07-29T22:10:33.890Z | os/signal |
| 794 | 2025-07-29T22:10:33.893Z | google.golang.org/protobuf/internal/detrand |
| 795 | 2025-07-29T22:10:33.949Z | github.com/bufbuild/buf/private/bufpkg/bufanalysis |
| 796 | 2025-07-29T22:10:33.952Z | github.com/bufbuild/buf/private/pkg/stringutil |
| 797 | 2025-07-29T22:10:33.952Z | github.com/gogo/protobuf/protoc-gen-gogo/descriptor |
| 798 | 2025-07-29T22:10:33.952Z | gopkg.in/yaml.v3 |
| 799 | 2025-07-29T22:10:33.956Z | net |
| 800 | 2025-07-29T22:10:33.956Z | github.com/gogo/protobuf/types |
| 801 | 2025-07-29T22:10:33.977Z | github.com/gogo/protobuf/protoc-gen-gogo/descriptor |
| 802 | 2025-07-29T22:10:33.999Z | go.uber.org/atomic |
| 803 | 2025-07-29T22:10:34.002Z | google.golang.org/protobuf/internal/errors |
| 804 | 2025-07-29T22:10:34.014Z | google.golang.org/protobuf/internal/version |
| 805 | 2025-07-29T22:10:34.080Z | github.com/bufbuild/buf/private/pkg/protoversion |
| 806 | 2025-07-29T22:10:34.092Z | go.opencensus.io/internal |
| 807 | 2025-07-29T22:10:34.121Z | github.com/gogo/protobuf/protoc-gen-gogo/descriptor |
| 808 | 2025-07-29T22:10:34.124Z | github.com/gogo/protobuf/types |
| 809 | 2025-07-29T22:10:34.161Z | go.uber.org/multierr |
| 810 | 2025-07-29T22:10:34.239Z | github.com/bufbuild/buf/private/pkg/ioextended |
| 811 | 2025-07-29T22:10:34.385Z | github.com/bufbuild/buf/private/buf/bufcheck |
| 812 | 2025-07-29T22:10:34.416Z | github.com/bufbuild/buf/private/pkg/thread |
| 813 | 2025-07-29T22:10:34.550Z | github.com/bufbuild/buf/private/pkg/normalpath |
| 814 | 2025-07-29T22:10:34.582Z | go.opencensus.io/trace/tracestate |
| 815 | 2025-07-29T22:10:34.665Z | runtime/trace |
| 816 | 2025-07-29T22:10:34.682Z | github.com/gogo/protobuf/gogoproto |
| 817 | 2025-07-29T22:10:34.741Z | go.uber.org/zap/buffer |
| 818 | 2025-07-29T22:10:34.745Z | go.uber.org/zap/internal/color |
| 819 | 2025-07-29T22:10:34.745Z | google.golang.org/protobuf/encoding/protowire |
| 820 | 2025-07-29T22:10:34.750Z | github.com/gogo/protobuf/protoc-gen-gogo/plugin |
| 821 | 2025-07-29T22:10:34.750Z | github.com/gogo/protobuf/gogoproto |
| 822 | 2025-07-29T22:10:34.811Z | github.com/bufbuild/buf/private/pkg/interrupt |
| 823 | 2025-07-29T22:10:34.815Z | go.opencensus.io/trace |
| 824 | 2025-07-29T22:10:34.837Z | github.com/gogo/protobuf/vanity |
| 825 | 2025-07-29T22:10:34.837Z | github.com/gogo/protobuf/protoc-gen-gogo/generator |
| 826 | 2025-07-29T22:10:34.848Z | google.golang.org/protobuf/reflect/protoreflect |
| 827 | 2025-07-29T22:10:35.048Z | go.uber.org/zap/internal/exit |
| 828 | 2025-07-29T22:10:35.229Z | github.com/bufbuild/buf/private/pkg/diff |
| 829 | 2025-07-29T22:10:35.240Z | github.com/bufbuild/buf/private/pkg/storage/storageutil |
| 830 | 2025-07-29T22:10:35.260Z | go.uber.org/zap/internal/bufferpool |
| 831 | 2025-07-29T22:10:35.327Z | github.com/bufbuild/buf/private/pkg/app |
| 832 | 2025-07-29T22:10:35.334Z | google.golang.org/protobuf/internal/encoding/messageset |
| 833 | 2025-07-29T22:10:35.349Z | google.golang.org/protobuf/internal/genid |
| 834 | 2025-07-29T22:10:35.394Z | google.golang.org/protobuf/internal/order |
| 835 | 2025-07-29T22:10:35.567Z | google.golang.org/protobuf/internal/strs |
| 836 | 2025-07-29T22:10:35.570Z | google.golang.org/protobuf/runtime/protoiface |
| 837 | 2025-07-29T22:10:35.570Z | google.golang.org/protobuf/internal/descfmt |
| 838 | 2025-07-29T22:10:35.570Z | google.golang.org/protobuf/internal/descopts |
| 839 | 2025-07-29T22:10:35.578Z | google.golang.org/protobuf/reflect/protoregistry |
| 840 | 2025-07-29T22:10:35.665Z | github.com/bufbuild/buf/private/pkg/storage |
| 841 | 2025-07-29T22:10:35.710Z | go.uber.org/zap/zapcore |
| 842 | 2025-07-29T22:10:35.734Z | database/sql/driver |
| 843 | 2025-07-29T22:10:35.737Z | google.golang.org/protobuf/internal/encoding/text |
| 844 | 2025-07-29T22:10:35.848Z | github.com/bufbuild/buf/private/bufpkg/bufmodule/internal |
| 845 | 2025-07-29T22:10:35.927Z | google.golang.org/protobuf/internal/encoding/defval |
| 846 | 2025-07-29T22:10:35.931Z | github.com/bufbuild/buf/private/pkg/storage/storagemem |
| 847 | 2025-07-29T22:10:36.001Z | github.com/bufbuild/buf/private/pkg/osextended |
| 848 | 2025-07-29T22:10:36.044Z | github.com/bgentry/go-netrc/netrc |
| 849 | 2025-07-29T22:10:36.048Z | google.golang.org/protobuf/proto |
| 850 | 2025-07-29T22:10:36.091Z | github.com/cockroachdb/errors/errorspb |
| 851 | 2025-07-29T22:10:36.149Z | github.com/bufbuild/buf/private/pkg/filepathextended |
| 852 | 2025-07-29T22:10:36.193Z | github.com/gogo/protobuf/plugin/testgen |
| 853 | 2025-07-29T22:10:36.211Z | github.com/gogo/protobuf/plugin/defaultcheck |
| 854 | 2025-07-29T22:10:36.211Z | github.com/gogo/protobuf/plugin/embedcheck |
| 855 | 2025-07-29T22:10:36.211Z | github.com/gogo/protobuf/plugin/populate |
| 856 | 2025-07-29T22:10:36.211Z | github.com/gogo/protobuf/plugin/oneofcheck |
| 857 | 2025-07-29T22:10:36.211Z | github.com/gogo/protobuf/plugin/unmarshal |
| 858 | 2025-07-29T22:10:36.211Z | github.com/gogo/protobuf/plugin/marshalto |
| 859 | 2025-07-29T22:10:36.211Z | github.com/gogo/protobuf/plugin/enumstringer |
| 860 | 2025-07-29T22:10:36.431Z | github.com/gogo/protobuf/protoc-gen-gogo/grpc |
| 861 | 2025-07-29T22:10:36.434Z | os/user |
| 862 | 2025-07-29T22:10:36.444Z | github.com/bufbuild/buf/private/pkg/encoding |
| 863 | 2025-07-29T22:10:36.448Z | github.com/klauspost/compress/flate |
| 864 | 2025-07-29T22:10:36.726Z | github.com/bufbuild/buf/private/pkg/netrc |
| 865 | 2025-07-29T22:10:36.729Z | github.com/bufbuild/buf/private/bufpkg/buflock |
| 866 | 2025-07-29T22:10:36.729Z | github.com/bufbuild/buf/private/gen/data/datawkt |
| 867 | 2025-07-29T22:10:36.736Z | github.com/bufbuild/buf/private/pkg/storage/storageos |
| 868 | 2025-07-29T22:10:36.829Z | github.com/cockroachdb/errors/errbase |
| 869 | 2025-07-29T22:10:36.881Z | google.golang.org/protobuf/internal/filedesc |
| 870 | 2025-07-29T22:10:36.901Z | github.com/cockroachdb/errors/errbase |
| 871 | 2025-07-29T22:10:36.925Z | google.golang.org/protobuf/encoding/prototext |
| 872 | 2025-07-29T22:10:36.999Z | github.com/klauspost/compress/fse |
| 873 | 2025-07-29T22:10:37.006Z | github.com/klauspost/compress/internal/snapref |
| 874 | 2025-07-29T22:10:37.022Z | github.com/cockroachdb/errors/barriers |
| 875 | 2025-07-29T22:10:37.025Z | github.com/cockroachdb/errors/markers |
| 876 | 2025-07-29T22:10:37.025Z | github.com/cockroachdb/errors/secondary |
| 877 | 2025-07-29T22:10:37.026Z | github.com/cockroachdb/errors/contexttags |
| 878 | 2025-07-29T22:10:37.026Z | github.com/cockroachdb/errors/hintdetail |
| 879 | 2025-07-29T22:10:37.026Z | github.com/cockroachdb/errors/safedetails |
| 880 | 2025-07-29T22:10:37.035Z | github.com/cockroachdb/errors/telemetrykeys |
| 881 | 2025-07-29T22:10:37.105Z | github.com/cockroachdb/errors/secondary |
| 882 | 2025-07-29T22:10:37.108Z | github.com/cockroachdb/errors/contexttags |
| 883 | 2025-07-29T22:10:37.108Z | github.com/cockroachdb/errors/markers |
| 884 | 2025-07-29T22:10:37.108Z | github.com/cockroachdb/errors/barriers |
| 885 | 2025-07-29T22:10:37.108Z | github.com/cockroachdb/errors/hintdetail |
| 886 | 2025-07-29T22:10:37.111Z | github.com/cockroachdb/errors/safedetails |
| 887 | 2025-07-29T22:10:37.112Z | github.com/cockroachdb/errors/telemetrykeys |
| 888 | 2025-07-29T22:10:37.174Z | github.com/cockroachdb/errors/assert |
| 889 | 2025-07-29T22:10:37.184Z | github.com/cockroachdb/errors/issuelink |
| 890 | 2025-07-29T22:10:37.216Z | github.com/gogo/protobuf/plugin/face |
| 891 | 2025-07-29T22:10:37.216Z | github.com/gogo/protobuf/plugin/equal |
| 892 | 2025-07-29T22:10:37.220Z | github.com/gogo/protobuf/plugin/gostring |
| 893 | 2025-07-29T22:10:37.220Z | github.com/gogo/protobuf/plugin/stringer |
| 894 | 2025-07-29T22:10:37.220Z | github.com/gogo/protobuf/plugin/description |
| 895 | 2025-07-29T22:10:37.220Z | github.com/gogo/protobuf/plugin/size |
| 896 | 2025-07-29T22:10:37.220Z | github.com/gogo/protobuf/plugin/compare |
| 897 | 2025-07-29T22:10:37.290Z | github.com/cockroachdb/errors/domains |
| 898 | 2025-07-29T22:10:37.406Z | vendor/golang.org/x/net/http/httpproxy |
| 899 | 2025-07-29T22:10:37.410Z | net/textproto |
| 900 | 2025-07-29T22:10:37.410Z | crypto/x509 |
| 901 | 2025-07-29T22:10:37.410Z | github.com/spf13/pflag |
| 902 | 2025-07-29T22:10:37.637Z | github.com/gogo/protobuf/plugin/union |
| 903 | 2025-07-29T22:10:37.657Z | vendor/golang.org/x/net/http/httpguts |
| 904 | 2025-07-29T22:10:37.661Z | mime/multipart |
| 905 | 2025-07-29T22:10:37.898Z | vendor/golang.org/x/net/http/httpproxy |
| 906 | 2025-07-29T22:10:37.902Z | net/textproto |
| 907 | 2025-07-29T22:10:37.902Z | crypto/x509 |
| 908 | 2025-07-29T22:10:38.012Z | vendor/golang.org/x/net/http/httpguts |
| 909 | 2025-07-29T22:10:38.101Z | github.com/klauspost/compress/huff0 |
| 910 | 2025-07-29T22:10:38.234Z | github.com/klauspost/compress/zstd/internal/xxhash |
| 911 | 2025-07-29T22:10:38.243Z | google.golang.org/protobuf/internal/encoding/json |
| 912 | 2025-07-29T22:10:38.250Z | github.com/klauspost/compress/zip |
| 913 | 2025-07-29T22:10:38.254Z | github.com/spf13/pflag |
| 914 | 2025-07-29T22:10:38.354Z | github.com/gogo/protobuf/vanity/command |
| 915 | 2025-07-29T22:10:38.387Z | google.golang.org/protobuf/internal/encoding/tag |
| 916 | 2025-07-29T22:10:38.415Z | github.com/cockroachdb/cockroach/pkg/cmd/protoc-gen-gogoroach |
| 917 | 2025-07-29T22:10:38.466Z | github.com/klauspost/pgzip |
| 918 | 2025-07-29T22:10:38.487Z | google.golang.org/protobuf/encoding/protojson |
| 919 | 2025-07-29T22:10:38.632Z | github.com/klauspost/compress/zstd |
| 920 | 2025-07-29T22:10:38.698Z | text/scanner |
| 921 | 2025-07-29T22:10:38.698Z | github.com/jhump/protoreflect/desc/protoparse/ast |
| 922 | 2025-07-29T22:10:38.701Z | google.golang.org/protobuf/internal/impl |
| 923 | 2025-07-29T22:10:38.900Z | golang.org/x/net/internal/timeseries |
| 924 | 2025-07-29T22:10:38.943Z | archive/tar |
| 925 | 2025-07-29T22:10:38.989Z | html |
| 926 | 2025-07-29T22:10:38.998Z | crypto/tls |
| 927 | 2025-07-29T22:10:39.034Z | google.golang.org/grpc/backoff |
| 928 | 2025-07-29T22:10:39.038Z | google.golang.org/grpc/internal/grpclog |
| 929 | 2025-07-29T22:10:39.091Z | crypto/tls |
| 930 | 2025-07-29T22:10:39.213Z | google.golang.org/grpc/grpclog |
| 931 | 2025-07-29T22:10:39.357Z | google.golang.org/grpc/attributes |
| 932 | 2025-07-29T22:10:39.368Z | html/template |
| 933 | 2025-07-29T22:10:39.410Z | github.com/spf13/cobra |
| 934 | 2025-07-29T22:10:39.414Z | github.com/bufbuild/buf/private/pkg/storage/storagearchive |
| 935 | 2025-07-29T22:10:39.414Z | google.golang.org/grpc/metadata |
| 936 | 2025-07-29T22:10:39.438Z | google.golang.org/grpc/connectivity |
| 937 | 2025-07-29T22:10:39.481Z | google.golang.org/grpc/internal/grpcrand |
| 938 | 2025-07-29T22:10:39.481Z | google.golang.org/grpc/codes |
| 939 | 2025-07-29T22:10:39.517Z | google.golang.org/grpc/encoding |
| 940 | 2025-07-29T22:10:39.535Z | google.golang.org/grpc/internal/backoff |
| 941 | 2025-07-29T22:10:39.585Z | google.golang.org/grpc/internal/balancerload |
| 942 | 2025-07-29T22:10:39.660Z | google.golang.org/grpc/internal/buffer |
| 943 | 2025-07-29T22:10:39.663Z | google.golang.org/grpc/internal/envconfig |
| 944 | 2025-07-29T22:10:39.664Z | google.golang.org/grpc/internal/grpcsync |
| 945 | 2025-07-29T22:10:39.687Z | golang.org/x/text/transform |
| 946 | 2025-07-29T22:10:39.700Z | golang.org/x/text/unicode/bidi |
| 947 | 2025-07-29T22:10:39.703Z | golang.org/x/net/http2/hpack |
| 948 | 2025-07-29T22:10:39.703Z | github.com/cockroachdb/cockroach/pkg/roachprod/vm/aws/terraformgen |
| 949 | 2025-07-29T22:10:39.755Z | google.golang.org/grpc/keepalive |
| 950 | 2025-07-29T22:10:39.758Z | google.golang.org/grpc/tap |
| 951 | 2025-07-29T22:10:39.764Z | golang.org/x/text/unicode/norm |
| 952 | 2025-07-29T22:10:39.864Z | github.com/bufbuild/buf/private/pkg/rpc |
| 953 | 2025-07-29T22:10:39.904Z | github.com/bufbuild/buf/private/pkg/rpc/rpcheader |
| 954 | 2025-07-29T22:10:39.932Z | golang.org/x/text/secure/bidirule |
| 955 | 2025-07-29T22:10:39.946Z | go.opencensus.io/resource |
| 956 | 2025-07-29T22:10:39.958Z | runtime/pprof |
| 957 | 2025-07-29T22:10:40.014Z | google.golang.org/grpc/encoding/gzip |
| 958 | 2025-07-29T22:10:40.034Z | go.opencensus.io/metric/metricdata |
| 959 | 2025-07-29T22:10:40.138Z | github.com/gofrs/flock |
| 960 | 2025-07-29T22:10:40.141Z | github.com/bufbuild/buf/private/pkg/verbose |
| 961 | 2025-07-29T22:10:40.145Z | github.com/bufbuild/buf/private/bufpkg/bufrpc |
| 962 | 2025-07-29T22:10:40.291Z | go.opencensus.io/metric/metricproducer |
| 963 | 2025-07-29T22:10:40.301Z | github.com/bufbuild/buf/private/bufpkg/buftransport |
| 964 | 2025-07-29T22:10:40.316Z | github.com/bufbuild/buf/private/pkg/app/appverbose |
| 965 | 2025-07-29T22:10:40.344Z | golang.org/x/sync/errgroup |
| 966 | 2025-07-29T22:10:40.352Z | golang.org/x/sys/unix |
| 967 | 2025-07-29T22:10:40.360Z | github.com/bufbuild/buf/private/pkg/filelock |
| 968 | 2025-07-29T22:10:40.369Z | github.com/pkg/profile |
| 969 | 2025-07-29T22:10:40.373Z | go.opencensus.io/tag |
| 970 | 2025-07-29T22:10:40.493Z | golang.org/x/net/idna |
| 971 | 2025-07-29T22:10:40.564Z | go.opencensus.io/stats/internal |
| 972 | 2025-07-29T22:10:40.591Z | go.opencensus.io/stats |
| 973 | 2025-07-29T22:10:40.646Z | go.opencensus.io/stats/view |
| 974 | 2025-07-29T22:10:41.052Z | net/http/httptrace |
| 975 | 2025-07-29T22:10:41.081Z | golang.org/x/term |
| 976 | 2025-07-29T22:10:41.090Z | net/http/httptrace |
| 977 | 2025-07-29T22:10:41.129Z | net/http |
| 978 | 2025-07-29T22:10:41.132Z | google.golang.org/protobuf/internal/filetype |
| 979 | 2025-07-29T22:10:41.145Z | net/http |
| 980 | 2025-07-29T22:10:41.208Z | vendor/golang.org/x/net/http/httpproxy |
| 981 | 2025-07-29T22:10:41.211Z | github.com/gofrs/uuid |
| 982 | 2025-07-29T22:10:41.211Z | google.golang.org/grpc/internal/syscall |
| 983 | 2025-07-29T22:10:41.211Z | github.com/bufbuild/buf/private/pkg/netextended |
| 984 | 2025-07-29T22:10:41.211Z | github.com/bufbuild/buf/private/pkg/app/appname |
| 985 | 2025-07-29T22:10:41.211Z | net/textproto |
| 986 | 2025-07-29T22:10:41.211Z | crypto/x509 |
| 987 | 2025-07-29T22:10:41.245Z | google.golang.org/protobuf/runtime/protoimpl |
| 988 | 2025-07-29T22:10:41.269Z | google.golang.org/grpc/stats |
| 989 | 2025-07-29T22:10:41.275Z | github.com/spf13/pflag |
| 990 | 2025-07-29T22:10:41.303Z | google.golang.org/protobuf/types/descriptorpb |
| 991 | 2025-07-29T22:10:41.307Z | google.golang.org/protobuf/types/known/timestamppb |
| 992 | 2025-07-29T22:10:41.307Z | google.golang.org/protobuf/types/known/anypb |
| 993 | 2025-07-29T22:10:41.307Z | github.com/bufbuild/buf/private/pkg/uuidutil |
| 994 | 2025-07-29T22:10:41.338Z | google.golang.org/protobuf/types/known/durationpb |
| 995 | 2025-07-29T22:10:41.359Z | github.com/bufbuild/buf/private/pkg/tmp |
| 996 | 2025-07-29T22:10:41.363Z | vendor/golang.org/x/net/http/httpguts |
| 997 | 2025-07-29T22:10:41.411Z | github.com/golang/protobuf/ptypes/any |
| 998 | 2025-07-29T22:10:41.411Z | github.com/golang/protobuf/ptypes/duration |
| 999 | 2025-07-29T22:10:41.414Z | github.com/bufbuild/buf/private/gen/proto/go/buf/alpha/module/v1alpha1 |
| 1000 | 2025-07-29T22:10:41.446Z | github.com/bufbuild/buf/private/pkg/prototime |
| 1001 | 2025-07-29T22:10:41.452Z | google.golang.org/protobuf/types/known/emptypb |
| 1002 | 2025-07-29T22:10:41.460Z | google.golang.org/protobuf/types/known/structpb |
| 1003 | 2025-07-29T22:10:41.483Z | github.com/golang/protobuf/ptypes/timestamp |
| 1004 | 2025-07-29T22:10:41.496Z | google.golang.org/protobuf/types/known/wrapperspb |
| 1005 | 2025-07-29T22:10:41.502Z | github.com/golang/protobuf/ptypes/empty |
| 1006 | 2025-07-29T22:10:41.531Z | google.golang.org/protobuf/types/known/sourcecontextpb |
| 1007 | 2025-07-29T22:10:41.543Z | google.golang.org/protobuf/types/known/fieldmaskpb |
| 1008 | 2025-07-29T22:10:41.559Z | google.golang.org/protobuf/types/dynamicpb |
| 1009 | 2025-07-29T22:10:41.604Z | github.com/golang/protobuf/ptypes/wrappers |
| 1010 | 2025-07-29T22:10:41.609Z | github.com/golang/protobuf/ptypes/struct |
| 1011 | 2025-07-29T22:10:41.635Z | google.golang.org/protobuf/types/known/typepb |
| 1012 | 2025-07-29T22:10:41.658Z | google.golang.org/genproto/protobuf/source_context |
| 1013 | 2025-07-29T22:10:41.667Z | google.golang.org/genproto/googleapis/rpc/status |
| 1014 | 2025-07-29T22:10:41.679Z | google.golang.org/genproto/protobuf/field_mask |
| 1015 | 2025-07-29T22:10:41.690Z | google.golang.org/protobuf/types/pluginpb |
| 1016 | 2025-07-29T22:10:41.698Z | github.com/bufbuild/buf/private/gen/proto/go/buf/alpha/image/v1 |
| 1017 | 2025-07-29T22:10:41.720Z | google.golang.org/protobuf/reflect/protodesc |
| 1018 | 2025-07-29T22:10:41.724Z | github.com/golang/protobuf/protoc-gen-go/descriptor |
| 1019 | 2025-07-29T22:10:41.768Z | google.golang.org/protobuf/types/known/apipb |
| 1020 | 2025-07-29T22:10:41.798Z | github.com/bufbuild/buf/private/pkg/protodescriptor |
| 1021 | 2025-07-29T22:10:41.801Z | github.com/golang/protobuf/protoc-gen-go/plugin |
| 1022 | 2025-07-29T22:10:41.815Z | google.golang.org/genproto/protobuf/ptype |
| 1023 | 2025-07-29T22:10:41.882Z | google.golang.org/genproto/protobuf/api |
| 1024 | 2025-07-29T22:10:41.885Z | golang.org/x/net/http/httpguts |
| 1025 | 2025-07-29T22:10:41.927Z | github.com/bufbuild/buf/private/bufpkg/bufmodule |
| 1026 | 2025-07-29T22:10:41.930Z | github.com/bufbuild/buf/private/pkg/protosource |
| 1027 | 2025-07-29T22:10:42.030Z | crypto/tls |
| 1028 | 2025-07-29T22:10:42.063Z | github.com/golang/protobuf/proto |
| 1029 | 2025-07-29T22:10:42.109Z | github.com/bufbuild/buf/private/pkg/protoencoding |
| 1030 | 2025-07-29T22:10:42.146Z | github.com/spf13/cobra |
| 1031 | 2025-07-29T22:10:42.233Z | github.com/bufbuild/buf/private/bufpkg/bufmodule/bufmoduleconfig |
| 1032 | 2025-07-29T22:10:42.233Z | github.com/bufbuild/buf/private/bufpkg/bufimage |
| 1033 | 2025-07-29T22:10:42.476Z | github.com/bufbuild/buf/private/pkg/app/appcmd |
| 1034 | 2025-07-29T22:10:42.621Z | google.golang.org/grpc/encoding/proto |
| 1035 | 2025-07-29T22:10:42.621Z | github.com/golang/protobuf/jsonpb |
| 1036 | 2025-07-29T22:10:42.621Z | google.golang.org/grpc/binarylog/grpc_binarylog_v1 |
| 1037 | 2025-07-29T22:10:42.621Z | github.com/jhump/protoreflect/internal/codec |
| 1038 | 2025-07-29T22:10:42.621Z | github.com/golang/protobuf/ptypes |
| 1039 | 2025-07-29T22:10:42.636Z | github.com/jhump/protoreflect/internal |
| 1040 | 2025-07-29T22:10:42.710Z | github.com/bufbuild/buf/private/bufpkg/bufimage/bufimageutil |
| 1041 | 2025-07-29T22:10:42.732Z | google.golang.org/grpc/internal/status |
| 1042 | 2025-07-29T22:10:42.770Z | github.com/jhump/protoreflect/desc/internal |
| 1043 | 2025-07-29T22:10:42.823Z | google.golang.org/grpc/status |
| 1044 | 2025-07-29T22:10:42.912Z | github.com/jhump/protoreflect/desc |
| 1045 | 2025-07-29T22:10:43.180Z | github.com/jhump/protoreflect/codec |
| 1046 | 2025-07-29T22:10:43.299Z | github.com/jhump/protoreflect/dynamic |
| 1047 | 2025-07-29T22:10:43.633Z | net/http/httptrace |
| 1048 | 2025-07-29T22:10:43.636Z | github.com/bufbuild/buf/private/pkg/cert/certclient |
| 1049 | 2025-07-29T22:10:43.636Z | google.golang.org/grpc/internal/credentials |
| 1050 | 2025-07-29T22:10:43.695Z | github.com/bufbuild/buf/private/buf/bufapp |
| 1051 | 2025-07-29T22:10:43.699Z | google.golang.org/grpc/credentials |
| 1052 | 2025-07-29T22:10:43.699Z | net/http |
| 1053 | 2025-07-29T22:10:43.797Z | google.golang.org/grpc/resolver |
| 1054 | 2025-07-29T22:10:43.800Z | google.golang.org/grpc/peer |
| 1055 | 2025-07-29T22:10:43.800Z | google.golang.org/grpc/internal/channelz |
| 1056 | 2025-07-29T22:10:43.837Z | google.golang.org/grpc/balancer/grpclb/state |
| 1057 | 2025-07-29T22:10:43.837Z | google.golang.org/grpc/internal/resolver/passthrough |
| 1058 | 2025-07-29T22:10:43.837Z | google.golang.org/grpc/internal |
| 1059 | 2025-07-29T22:10:43.837Z | google.golang.org/grpc/internal/grpcutil |
| 1060 | 2025-07-29T22:10:43.854Z | google.golang.org/grpc/internal/transport/networktype |
| 1061 | 2025-07-29T22:10:43.872Z | github.com/getsentry/sentry-go/internal/ratelimit |
| 1062 | 2025-07-29T22:10:43.875Z | net/http/httputil |
| 1063 | 2025-07-29T22:10:43.933Z | google.golang.org/grpc/internal/metadata |
| 1064 | 2025-07-29T22:10:43.937Z | google.golang.org/grpc/internal/resolver/dns |
| 1065 | 2025-07-29T22:10:43.937Z | google.golang.org/grpc/internal/resolver/unix |
| 1066 | 2025-07-29T22:10:43.989Z | google.golang.org/grpc/balancer |
| 1067 | 2025-07-29T22:10:44.033Z | google.golang.org/grpc/internal/binarylog |
| 1068 | 2025-07-29T22:10:44.063Z | github.com/getsentry/sentry-go/internal/debug |
| 1069 | 2025-07-29T22:10:44.068Z | google.golang.org/grpc/internal/serviceconfig |
| 1070 | 2025-07-29T22:10:44.071Z | google.golang.org/grpc/balancer/base |
| 1071 | 2025-07-29T22:10:44.109Z | google.golang.org/grpc/internal/resolver |
| 1072 | 2025-07-29T22:10:44.113Z | github.com/getsentry/sentry-go |
| 1073 | 2025-07-29T22:10:44.135Z | github.com/jhump/protoreflect/desc/protoparse |
| 1074 | 2025-07-29T22:10:44.150Z | google.golang.org/grpc/balancer/roundrobin |
| 1075 | 2025-07-29T22:10:44.240Z | net/http/httputil |
| 1076 | 2025-07-29T22:10:44.416Z | github.com/getsentry/sentry-go |
| 1077 | 2025-07-29T22:10:44.510Z | github.com/cockroachdb/errors/withstack |
| 1078 | 2025-07-29T22:10:44.575Z | github.com/cockroachdb/errors/report |
| 1079 | 2025-07-29T22:10:44.578Z | github.com/cockroachdb/errors/errutil |
| 1080 | 2025-07-29T22:10:44.671Z | github.com/cockroachdb/errors |
| 1081 | 2025-07-29T22:10:44.751Z | github.com/cockroachdb/cockroach/pkg/sql/opt/optgen/lang |
| 1082 | 2025-07-29T22:10:44.844Z | github.com/cockroachdb/errors/errutil |
| 1083 | 2025-07-29T22:10:44.934Z | github.com/cockroachdb/errors/oserror |
| 1084 | 2025-07-29T22:10:44.973Z | github.com/cockroachdb/cockroach/pkg/cmd/uptodate |
| 1085 | 2025-07-29T22:10:45.084Z | github.com/cockroachdb/cockroach/pkg/sql/opt/optgen/cmd/optgen |
| 1086 | 2025-07-29T22:10:45.348Z | github.com/bufbuild/buf/private/bufpkg/bufmodule/bufmoduleprotoparse |
| 1087 | 2025-07-29T22:10:45.762Z | [ 0%] Building C object src/CMakeFiles/proj.dir/PJ_airy.c.o |
| 1088 | 2025-07-29T22:10:45.762Z | [ 1%] Building C object src/CMakeFiles/proj.dir/PJ_aea.c.o |
| 1089 | 2025-07-29T22:10:45.762Z | [ 2%] Building C object src/CMakeFiles/proj.dir/PJ_aeqd.c.o |
| 1090 | 2025-07-29T22:10:45.766Z | [ 2%] Building C object src/CMakeFiles/proj.dir/nad_init.c.o |
| 1091 | 2025-07-29T22:10:45.788Z | [ 1%] Building CXX object CMakeFiles/geos.dir/src/algorithm/Angle.cpp.o |
| 1092 | 2025-07-29T22:10:45.802Z | github.com/twitchtv/twirp/ctxsetters |
| 1093 | 2025-07-29T22:10:45.803Z | go.opencensus.io/trace/propagation |
| 1094 | 2025-07-29T22:10:45.807Z | net/http/httputil |
| 1095 | 2025-07-29T22:10:45.807Z | golang.org/x/net/trace |
| 1096 | 2025-07-29T22:10:45.807Z | github.com/twitchtv/twirp |
| 1097 | 2025-07-29T22:10:45.822Z | github.com/bufbuild/buf/private/pkg/httpauth |
| 1098 | 2025-07-29T22:10:45.867Z | go.opencensus.io/plugin/ocgrpc |
| 1099 | 2025-07-29T22:10:45.870Z | go.uber.org/zap |
| 1100 | 2025-07-29T22:10:45.870Z | golang.org/x/net/http2 |
| 1101 | 2025-07-29T22:10:45.875Z | [ 3%] Building C object src/CMakeFiles/proj.dir/PJ_aitoff.c.o |
| 1102 | 2025-07-29T22:10:45.900Z | [ 4%] Building C object src/CMakeFiles/proj.dir/PJ_august.c.o |
| 1103 | 2025-07-29T22:10:45.982Z | go.opencensus.io/plugin/ochttp/propagation/b3 |
| 1104 | 2025-07-29T22:10:45.988Z | github.com/bufbuild/buf/private/pkg/rpc/rpchttp |
| 1105 | 2025-07-29T22:10:45.993Z | github.com/bufbuild/buf/private/pkg/rpc/rpctwirp |
| 1106 | 2025-07-29T22:10:45.997Z | [ 4%] Building C object src/CMakeFiles/proj.dir/PJ_bacon.c.o |
| 1107 | 2025-07-29T22:10:46.066Z | github.com/bufbuild/buf/private/pkg/rpc/rpcauth |
| 1108 | 2025-07-29T22:10:46.070Z | [ 5%] Building C object src/CMakeFiles/proj.dir/PJ_bipc.c.o |
| 1109 | 2025-07-29T22:10:46.079Z | github.com/bufbuild/buf/private/pkg/transport/twirp/twirpclient |
| 1110 | 2025-07-29T22:10:46.096Z | go.opencensus.io/plugin/ochttp |
| 1111 | 2025-07-29T22:10:46.151Z | [ 5%] Building C object src/CMakeFiles/proj.dir/PJ_boggs.c.o |
| 1112 | 2025-07-29T22:10:46.157Z | [ 6%] Building C object src/CMakeFiles/proj.dir/PJ_bonne.c.o |
| 1113 | 2025-07-29T22:10:46.221Z | [ 6%] Building C object src/CMakeFiles/proj.dir/PJ_calcofi.c.o |
| 1114 | 2025-07-29T22:10:46.241Z | [ 7%] Building C object src/CMakeFiles/proj.dir/PJ_cass.c.o |
| 1115 | 2025-07-29T22:10:46.290Z | [ 1%] Building CXX object CMakeFiles/geos.dir/src/algorithm/Area.cpp.o |
| 1116 | 2025-07-29T22:10:46.354Z | [ 1%] Building CXX object CMakeFiles/geos.dir/src/algorithm/BoundaryNodeRule.cpp.o |
| 1117 | 2025-07-29T22:10:46.371Z | [ 1%] Building CXX object CMakeFiles/geos.dir/src/algorithm/CGAlgorithmsDD.cpp.o |
| 1118 | 2025-07-29T22:10:46.371Z | [ 7%] Building C object src/CMakeFiles/proj.dir/PJ_cc.c.o |
| 1119 | 2025-07-29T22:10:46.410Z | [ 8%] Building C object src/CMakeFiles/proj.dir/PJ_cea.c.o |
| 1120 | 2025-07-29T22:10:46.453Z | [ 1%] Building CXX object CMakeFiles/geos.dir/src/algorithm/Centroid.cpp.o |
| 1121 | 2025-07-29T22:10:46.493Z | [ 3%] Building CXX object CMakeFiles/geos.dir/src/algorithm/ConvexHull.cpp.o |
| 1122 | 2025-07-29T22:10:46.510Z | github.com/bufbuild/buf/private/bufpkg/bufmodule/bufmodulecache |
| 1123 | 2025-07-29T22:10:46.510Z | github.com/bufbuild/buf/private/buf/bufcheck/internal |
| 1124 | 2025-07-29T22:10:46.510Z | github.com/bufbuild/buf/private/pkg/zaputil |
| 1125 | 2025-07-29T22:10:46.513Z | github.com/bufbuild/buf/private/pkg/git |
| 1126 | 2025-07-29T22:10:46.513Z | github.com/bufbuild/buf/private/bufpkg/bufmodule/bufmodulebuild |
| 1127 | 2025-07-29T22:10:46.525Z | github.com/bufbuild/buf/private/bufpkg/bufimage/bufimagebuild |
| 1128 | 2025-07-29T22:10:46.545Z | [ 9%] Building C object src/CMakeFiles/proj.dir/PJ_chamb.c.o |
| 1129 | 2025-07-29T22:10:46.576Z | github.com/bufbuild/buf/private/pkg/app/appproto |
| 1130 | 2025-07-29T22:10:46.615Z | github.com/bufbuild/buf/private/bufpkg/bufimage/bufimagemodify |
| 1131 | 2025-07-29T22:10:46.654Z | github.com/bufbuild/buf/private/pkg/app/applog |
| 1132 | 2025-07-29T22:10:46.673Z | github.com/bufbuild/buf/private/buf/buffetch/internal |
| 1133 | 2025-07-29T22:10:46.676Z | github.com/bufbuild/buf/private/pkg/app/appproto/appprotoexec |
| 1134 | 2025-07-29T22:10:46.698Z | github.com/bufbuild/buf/private/pkg/observability |
| 1135 | 2025-07-29T22:10:46.763Z | github.com/bufbuild/buf/private/buf/bufcheck/bufbreaking/internal/bufbreakingcheck |
| 1136 | 2025-07-29T22:10:46.766Z | github.com/bufbuild/buf/private/buf/bufcheck/buflint/internal/buflintcheck |
| 1137 | 2025-07-29T22:10:46.783Z | [ 9%] Building C object src/CMakeFiles/proj.dir/PJ_collg.c.o |
| 1138 | 2025-07-29T22:10:46.802Z | github.com/bufbuild/buf/private/pkg/observability/observabilityzap |
| 1139 | 2025-07-29T22:10:46.803Z | github.com/bufbuild/buf/private/pkg/transport/http/httpclient |
| 1140 | 2025-07-29T22:10:46.870Z | github.com/bufbuild/buf/private/pkg/app/appflag |
| 1141 | 2025-07-29T22:10:46.874Z | [ 10%] Building C object src/CMakeFiles/proj.dir/PJ_comill.c.o |
| 1142 | 2025-07-29T22:10:46.890Z | github.com/bufbuild/buf/private/pkg/app/appproto/appprotoos |
| 1143 | 2025-07-29T22:10:46.980Z | [ 10%] Building C object src/CMakeFiles/proj.dir/PJ_crast.c.o |
| 1144 | 2025-07-29T22:10:47.094Z | [ 11%] Building C object src/CMakeFiles/proj.dir/PJ_denoy.c.o |
| 1145 | 2025-07-29T22:10:47.135Z | github.com/bufbuild/buf/private/buf/bufcheck/bufbreaking/internal/bufbreakingbuild |
| 1146 | 2025-07-29T22:10:47.158Z | github.com/bufbuild/buf/private/buf/bufcheck/buflint/internal/buflintbuild |
| 1147 | 2025-07-29T22:10:47.168Z | [ 11%] Building C object src/CMakeFiles/proj.dir/PJ_eck1.c.o |
| 1148 | 2025-07-29T22:10:47.251Z | [ 13%] Building C object src/CMakeFiles/proj.dir/PJ_eck2.c.o |
| 1149 | 2025-07-29T22:10:47.271Z | github.com/bufbuild/buf/private/buf/bufcheck/bufbreaking/internal/bufbreakingv1 |
| 1150 | 2025-07-29T22:10:47.271Z | github.com/bufbuild/buf/private/buf/bufcheck/bufbreaking/internal/bufbreakingv1beta1 |
| 1151 | 2025-07-29T22:10:47.296Z | github.com/bufbuild/buf/private/buf/bufcheck/buflint/internal/buflintv1 |
| 1152 | 2025-07-29T22:10:47.300Z | github.com/bufbuild/buf/private/buf/bufcheck/buflint/internal/buflintv1beta1 |
| 1153 | 2025-07-29T22:10:47.334Z | github.com/bufbuild/buf/private/buf/bufcheck/bufbreaking/bufbreakingconfig |
| 1154 | 2025-07-29T22:10:47.344Z | [ 13%] Building C object src/CMakeFiles/proj.dir/PJ_eck3.c.o |
| 1155 | 2025-07-29T22:10:47.353Z | github.com/bufbuild/buf/private/buf/bufcheck/buflint/buflintconfig |
| 1156 | 2025-07-29T22:10:47.385Z | github.com/bufbuild/buf/private/buf/bufcheck/bufbreaking |
| 1157 | 2025-07-29T22:10:47.436Z | github.com/bufbuild/buf/private/buf/bufcheck/buflint |
| 1158 | 2025-07-29T22:10:47.440Z | github.com/bufbuild/buf/private/buf/bufconfig |
| 1159 | 2025-07-29T22:10:47.480Z | [ 14%] Building C object src/CMakeFiles/proj.dir/PJ_eck4.c.o |
| 1160 | 2025-07-29T22:10:47.534Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/config/internal |
| 1161 | 2025-07-29T22:10:47.538Z | github.com/bufbuild/buf/private/buf/bufwork |
| 1162 | 2025-07-29T22:10:47.573Z | google.golang.org/grpc/internal/transport |
| 1163 | 2025-07-29T22:10:47.583Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/config/configlslintrules |
| 1164 | 2025-07-29T22:10:47.586Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/config/configlsbreakingrules |
| 1165 | 2025-07-29T22:10:47.586Z | [ 14%] Building C object src/CMakeFiles/proj.dir/PJ_eck5.c.o |
| 1166 | 2025-07-29T22:10:47.634Z | [ 3%] Building CXX object CMakeFiles/geos.dir/src/algorithm/Distance.cpp.o |
| 1167 | 2025-07-29T22:10:47.667Z | [ 15%] Building C object src/CMakeFiles/proj.dir/PJ_eqc.c.o |
| 1168 | 2025-07-29T22:10:47.673Z | [ 16%] Building C object src/CMakeFiles/proj.dir/PJ_eqdc.c.o |
| 1169 | 2025-07-29T22:10:47.759Z | [ 16%] Building C object src/CMakeFiles/proj.dir/PJ_fahey.c.o |
| 1170 | 2025-07-29T22:10:47.767Z | github.com/bufbuild/buf/private/buf/buffetch |
| 1171 | 2025-07-29T22:10:47.804Z | [ 3%] Building CXX object CMakeFiles/geos.dir/src/algorithm/HCoordinate.cpp.o |
| 1172 | 2025-07-29T22:10:47.845Z | [ 17%] Building C object src/CMakeFiles/proj.dir/PJ_fouc_s.c.o |
| 1173 | 2025-07-29T22:10:47.941Z | github.com/bufbuild/buf/private/buf/bufwire |
| 1174 | 2025-07-29T22:10:47.968Z | [ 17%] Building C object src/CMakeFiles/proj.dir/PJ_gall.c.o |
| 1175 | 2025-07-29T22:10:48.075Z | [ 18%] Building C object src/CMakeFiles/proj.dir/PJ_geos.c.o |
| 1176 | 2025-07-29T22:10:48.241Z | [ 18%] Building C object src/CMakeFiles/proj.dir/PJ_gins8.c.o |
| 1177 | 2025-07-29T22:10:48.244Z | google.golang.org/grpc |
| 1178 | 2025-07-29T22:10:48.262Z | [ 19%] Building C object src/CMakeFiles/proj.dir/PJ_gnom.c.o |
| 1179 | 2025-07-29T22:10:48.324Z | [ 3%] Building CXX object CMakeFiles/geos.dir/src/algorithm/InteriorPointArea.cpp.o |
| 1180 | 2025-07-29T22:10:48.385Z | [ 19%] Building C object src/CMakeFiles/proj.dir/PJ_gn_sinu.c.o |
| 1181 | 2025-07-29T22:10:48.663Z | [ 20%] Building C object src/CMakeFiles/proj.dir/PJ_goode.c.o |
| 1182 | 2025-07-29T22:10:48.677Z | [ 3%] Building CXX object CMakeFiles/geos.dir/src/algorithm/InteriorPointLine.cpp.o |
| 1183 | 2025-07-29T22:10:48.785Z | [ 21%] Building C object src/CMakeFiles/proj.dir/PJ_gstmerc.c.o |
| 1184 | 2025-07-29T22:10:48.822Z | [ 4%] Building CXX object CMakeFiles/geos.dir/src/algorithm/InteriorPointPoint.cpp.o |
| 1185 | 2025-07-29T22:10:48.894Z | [ 21%] Building C object src/CMakeFiles/proj.dir/PJ_hammer.c.o |
| 1186 | 2025-07-29T22:10:49.000Z | [ 22%] Building C object src/CMakeFiles/proj.dir/PJ_hatano.c.o |
| 1187 | 2025-07-29T22:10:49.020Z | github.com/bufbuild/buf/private/pkg/rpc/rpcgrpc |
| 1188 | 2025-07-29T22:10:49.023Z | [ 4%] Building CXX object CMakeFiles/geos.dir/src/algorithm/Intersection.cpp.o |
| 1189 | 2025-07-29T22:10:49.045Z | github.com/bufbuild/buf/private/gen/proto/go/buf/alpha/registry/v1alpha1 |
| 1190 | 2025-07-29T22:10:49.111Z | github.com/bufbuild/buf/private/pkg/transport/grpc/grpcclient |
| 1191 | 2025-07-29T22:10:49.118Z | [ 22%] Building C object src/CMakeFiles/proj.dir/PJ_igh.c.o |
| 1192 | 2025-07-29T22:10:49.382Z | [ 23%] Building C object src/CMakeFiles/proj.dir/PJ_isea.c.o |
| 1193 | 2025-07-29T22:10:49.596Z | [ 4%] Building CXX object CMakeFiles/geos.dir/src/algorithm/Length.cpp.o |
| 1194 | 2025-07-29T22:10:49.621Z | [ 4%] Building CXX object CMakeFiles/geos.dir/src/algorithm/LineIntersector.cpp.o |
| 1195 | 2025-07-29T22:10:49.625Z | [ 23%] Building C object src/CMakeFiles/proj.dir/PJ_imw_p.c.o |
| 1196 | 2025-07-29T22:10:49.680Z | [ 25%] Building C object src/CMakeFiles/proj.dir/PJ_krovak.c.o |
| 1197 | 2025-07-29T22:10:49.700Z | [ 4%] Building CXX object CMakeFiles/geos.dir/src/algorithm/MinimumBoundingCircle.cpp.o |
| 1198 | 2025-07-29T22:10:49.810Z | [ 6%] Building CXX object CMakeFiles/geos.dir/src/algorithm/MinimumDiameter.cpp.o |
| 1199 | 2025-07-29T22:10:49.814Z | [ 25%] Building C object src/CMakeFiles/proj.dir/PJ_labrd.c.o |
| 1200 | 2025-07-29T22:10:49.961Z | [ 26%] Building C object src/CMakeFiles/proj.dir/PJ_laea.c.o |
| 1201 | 2025-07-29T22:10:50.120Z | [ 6%] Building CXX object CMakeFiles/geos.dir/src/algorithm/NotRepresentableException.cpp.o |
| 1202 | 2025-07-29T22:10:50.183Z | [ 26%] Building C object src/CMakeFiles/proj.dir/PJ_lagrng.c.o |
| 1203 | 2025-07-29T22:10:50.288Z | [ 27%] Building C object src/CMakeFiles/proj.dir/PJ_larr.c.o |
| 1204 | 2025-07-29T22:10:50.375Z | [ 28%] Building C object src/CMakeFiles/proj.dir/PJ_lask.c.o |
| 1205 | 2025-07-29T22:10:50.399Z | [4/4] Building fresh packages... |
| 1206 | 2025-07-29T22:10:50.467Z | [ 28%] Building C object src/CMakeFiles/proj.dir/PJ_lcca.c.o |
| 1207 | 2025-07-29T22:10:50.496Z | [ 29%] Building C object src/CMakeFiles/proj.dir/PJ_lcc.c.o |
| 1208 | 2025-07-29T22:10:50.544Z | [ 29%] Building C object src/CMakeFiles/proj.dir/PJ_loxim.c.o |
| 1209 | 2025-07-29T22:10:50.604Z | [ 6%] Building CXX object CMakeFiles/geos.dir/src/algorithm/Orientation.cpp.o |
| 1210 | 2025-07-29T22:10:50.643Z | [ 6%] Building CXX object CMakeFiles/geos.dir/src/algorithm/PointLocation.cpp.o |
| 1211 | 2025-07-29T22:10:50.658Z | [ 6%] Building CXX object CMakeFiles/geos.dir/src/algorithm/PointLocator.cpp.o |
| 1212 | 2025-07-29T22:10:50.662Z | [ 30%] Building C object src/CMakeFiles/proj.dir/PJ_lsat.c.o |
| 1213 | 2025-07-29T22:10:50.865Z | [ 30%] Building C object src/CMakeFiles/proj.dir/PJ_misrsom.c.o |
| 1214 | 2025-07-29T22:10:51.043Z | [ 8%] Building CXX object CMakeFiles/geos.dir/src/algorithm/RayCrossingCounter.cpp.o |
| 1215 | 2025-07-29T22:10:51.051Z | [ 31%] Building C object src/CMakeFiles/proj.dir/PJ_mbt_fps.c.o |
| 1216 | 2025-07-29T22:10:51.166Z | [ 31%] Building C object src/CMakeFiles/proj.dir/PJ_mbtfpp.c.o |
| 1217 | 2025-07-29T22:10:51.224Z | [ 8%] Building CXX object CMakeFiles/geos.dir/src/algorithm/RayCrossingCounterDD.cpp.o |
| 1218 | 2025-07-29T22:10:51.259Z | [ 32%] Building C object src/CMakeFiles/proj.dir/PJ_mbtfpq.c.o |
| 1219 | 2025-07-29T22:10:51.278Z | [ 8%] Building CXX object CMakeFiles/geos.dir/src/algorithm/RobustDeterminant.cpp.o |
| 1220 | 2025-07-29T22:10:51.354Z | [ 33%] Building C object src/CMakeFiles/proj.dir/PJ_merc.c.o |
| 1221 | 2025-07-29T22:10:51.461Z | [ 33%] Building C object src/CMakeFiles/proj.dir/PJ_mill.c.o |
| 1222 | 2025-07-29T22:10:51.547Z | [ 34%] Building C object src/CMakeFiles/proj.dir/PJ_mod_ster.c.o |
| 1223 | 2025-07-29T22:10:51.592Z | [ 8%] Building CXX object CMakeFiles/geos.dir/src/algorithm/SimplePointInRing.cpp.o |
| 1224 | 2025-07-29T22:10:51.650Z | [ 8%] Building CXX object CMakeFiles/geos.dir/src/algorithm/distance/DiscreteFrechetDistance.cpp.o |
| 1225 | 2025-07-29T22:10:51.715Z | [ 9%] Building CXX object CMakeFiles/geos.dir/src/algorithm/distance/DiscreteHausdorffDistance.cpp.o |
| 1226 | 2025-07-29T22:10:51.732Z | [ 34%] Building C object src/CMakeFiles/proj.dir/PJ_moll.c.o |
| 1227 | 2025-07-29T22:10:51.871Z | [ 35%] Building C object src/CMakeFiles/proj.dir/PJ_natearth.c.o |
| 1228 | 2025-07-29T22:10:51.968Z | [ 35%] Building C object src/CMakeFiles/proj.dir/PJ_natearth2.c.o |
| 1229 | 2025-07-29T22:10:52.035Z | [ 9%] Building CXX object CMakeFiles/geos.dir/src/algorithm/distance/DistanceToPoint.cpp.o |
| 1230 | 2025-07-29T22:10:52.057Z | [ 36%] Building C object src/CMakeFiles/proj.dir/PJ_nell.c.o |
| 1231 | 2025-07-29T22:10:52.152Z | [ 36%] Building C object src/CMakeFiles/proj.dir/PJ_nell_h.c.o |
| 1232 | 2025-07-29T22:10:52.240Z | [ 9%] Building CXX object CMakeFiles/geos.dir/src/algorithm/locate/IndexedPointInAreaLocator.cpp.o |
| 1233 | 2025-07-29T22:10:52.253Z | [ 38%] Building C object src/CMakeFiles/proj.dir/PJ_nocol.c.o |
| 1234 | 2025-07-29T22:10:52.322Z | [ 9%] Building CXX object CMakeFiles/geos.dir/src/algorithm/locate/PointOnGeometryLocator.cpp.o |
| 1235 | 2025-07-29T22:10:52.345Z | [ 38%] Building C object src/CMakeFiles/proj.dir/PJ_nsper.c.o |
| 1236 | 2025-07-29T22:10:52.574Z | [ 39%] Building C object src/CMakeFiles/proj.dir/PJ_nzmg.c.o |
| 1237 | 2025-07-29T22:10:52.640Z | [ 9%] Building CXX object CMakeFiles/geos.dir/src/algorithm/locate/SimplePointInAreaLocator.cpp.o |
| 1238 | 2025-07-29T22:10:52.680Z | [ 40%] Building C object src/CMakeFiles/proj.dir/PJ_ob_tran.c.o |
| 1239 | 2025-07-29T22:10:52.771Z | [ 11%] Building CXX object CMakeFiles/geos.dir/src/geom/Coordinate.cpp.o |
| 1240 | 2025-07-29T22:10:52.790Z | [ 11%] Building CXX object CMakeFiles/geos.dir/src/geom/CoordinateArraySequence.cpp.o |
| 1241 | 2025-07-29T22:10:52.879Z | [ 40%] Building C object src/CMakeFiles/proj.dir/PJ_ocea.c.o |
| 1242 | 2025-07-29T22:10:52.970Z | [ 11%] Building CXX object CMakeFiles/geos.dir/src/geom/CoordinateArraySequenceFactory.cpp.o |
| 1243 | 2025-07-29T22:10:53.015Z | [ 41%] Building C object src/CMakeFiles/proj.dir/PJ_oea.c.o |
| 1244 | 2025-07-29T22:10:53.142Z | [ 41%] Building C object src/CMakeFiles/proj.dir/PJ_omerc.c.o |
| 1245 | 2025-07-29T22:10:53.342Z | [ 42%] Building C object src/CMakeFiles/proj.dir/PJ_ortho.c.o |
| 1246 | 2025-07-29T22:10:53.486Z | [ 42%] Building C object src/CMakeFiles/proj.dir/PJ_patterson.c.o |
| 1247 | 2025-07-29T22:10:53.535Z | [ 11%] Building CXX object CMakeFiles/geos.dir/src/geom/CoordinateSequence.cpp.o |
| 1248 | 2025-07-29T22:10:53.577Z | [ 43%] Building C object src/CMakeFiles/proj.dir/PJ_poly.c.o |
| 1249 | 2025-07-29T22:10:53.621Z | [ 11%] Building CXX object CMakeFiles/geos.dir/src/geom/DefaultCoordinateSequenceFactory.cpp.o |
| 1250 | 2025-07-29T22:10:53.624Z | [ 43%] Building C object src/CMakeFiles/proj.dir/PJ_putp2.c.o |
| 1251 | 2025-07-29T22:10:53.735Z | [ 44%] Building C object src/CMakeFiles/proj.dir/PJ_putp3.c.o |
| 1252 | 2025-07-29T22:10:53.752Z | [ 45%] Building C object src/CMakeFiles/proj.dir/PJ_putp4p.c.o |
| 1253 | 2025-07-29T22:10:53.798Z | [ 13%] Building CXX object CMakeFiles/geos.dir/src/geom/Dimension.cpp.o |
| 1254 | 2025-07-29T22:10:53.838Z | [ 45%] Building C object src/CMakeFiles/proj.dir/PJ_putp5.c.o |
| 1255 | 2025-07-29T22:10:53.880Z | [ 46%] Building C object src/CMakeFiles/proj.dir/PJ_putp6.c.o |
| 1256 | 2025-07-29T22:10:53.949Z | [ 13%] Building CXX object CMakeFiles/geos.dir/src/geom/Envelope.cpp.o |
| 1257 | 2025-07-29T22:10:54.008Z | [ 46%] Building C object src/CMakeFiles/proj.dir/PJ_qsc.c.o |
| 1258 | 2025-07-29T22:10:54.312Z | [ 13%] Building CXX object CMakeFiles/geos.dir/src/geom/Geometry.cpp.o |
| 1259 | 2025-07-29T22:10:54.330Z | [ 47%] Building C object src/CMakeFiles/proj.dir/PJ_robin.c.o |
| 1260 | 2025-07-29T22:10:54.438Z | [ 47%] Building C object src/CMakeFiles/proj.dir/PJ_rpoly.c.o |
| 1261 | 2025-07-29T22:10:54.562Z | [ 48%] Building C object src/CMakeFiles/proj.dir/PJ_sch.c.o |
| 1262 | 2025-07-29T22:10:54.600Z | [ 13%] Building CXX object CMakeFiles/geos.dir/src/geom/GeometryCollection.cpp.o |
| 1263 | 2025-07-29T22:10:54.707Z | [ 48%] Building C object src/CMakeFiles/proj.dir/PJ_sconics.c.o |
| 1264 | 2025-07-29T22:10:54.744Z | [ 13%] Building CXX object CMakeFiles/geos.dir/src/geom/GeometryComponentFilter.cpp.o |
| 1265 | 2025-07-29T22:10:54.952Z | [ 50%] Building C object src/CMakeFiles/proj.dir/PJ_somerc.c.o |
| 1266 | 2025-07-29T22:10:55.067Z | [ 14%] Building CXX object CMakeFiles/geos.dir/src/geom/GeometryFactory.cpp.o |
| 1267 | 2025-07-29T22:10:55.090Z | [ 50%] Building C object src/CMakeFiles/proj.dir/PJ_sterea.c.o |
| 1268 | 2025-07-29T22:10:55.225Z | [ 51%] Building C object src/CMakeFiles/proj.dir/PJ_stere.c.o |
| 1269 | 2025-07-29T22:10:55.468Z | [ 52%] Building C object src/CMakeFiles/proj.dir/PJ_sts.c.o |
| 1270 | 2025-07-29T22:10:55.493Z | [ 14%] Building CXX object CMakeFiles/geos.dir/src/geom/IntersectionMatrix.cpp.o |
| 1271 | 2025-07-29T22:10:55.602Z | [ 52%] Building C object src/CMakeFiles/proj.dir/PJ_tcc.c.o |
| 1272 | 2025-07-29T22:10:55.618Z | [ 14%] Building CXX object CMakeFiles/geos.dir/src/geom/LineSegment.cpp.o |
| 1273 | 2025-07-29T22:10:55.681Z | [ 53%] Building C object src/CMakeFiles/proj.dir/PJ_tcea.c.o |
| 1274 | 2025-07-29T22:10:55.774Z | [ 53%] Building C object src/CMakeFiles/proj.dir/PJ_times.c.o |
| 1275 | 2025-07-29T22:10:55.862Z | [ 54%] Building C object src/CMakeFiles/proj.dir/PJ_tmerc.c.o |
| 1276 | 2025-07-29T22:10:56.034Z | [ 54%] Building C object src/CMakeFiles/proj.dir/PJ_tpeqd.c.o |
| 1277 | 2025-07-29T22:10:56.159Z | [ 55%] Building C object src/CMakeFiles/proj.dir/PJ_urm5.c.o |
| 1278 | 2025-07-29T22:10:56.204Z | github.com/bufbuild/buf/private/bufpkg/bufplugin |
| 1279 | 2025-07-29T22:10:56.208Z | github.com/bufbuild/buf/private/gen/proto/api/buf/alpha/registry/v1alpha1/registryv1alpha1api |
| 1280 | 2025-07-29T22:10:56.244Z | [ 55%] Building C object src/CMakeFiles/proj.dir/PJ_urmfps.c.o |
| 1281 | 2025-07-29T22:10:56.355Z | github.com/bufbuild/buf/private/gen/proto/apiclient/buf/alpha/registry/v1alpha1/registryv1alpha1apiclient |
| 1282 | 2025-07-29T22:10:56.361Z | [ 56%] Building C object src/CMakeFiles/proj.dir/PJ_vandg.c.o |
| 1283 | 2025-07-29T22:10:56.445Z | github.com/bufbuild/buf/private/buf/bufgen |
| 1284 | 2025-07-29T22:10:56.445Z | github.com/bufbuild/buf/private/bufpkg/bufapimodule |
| 1285 | 2025-07-29T22:10:56.445Z | github.com/bufbuild/buf/private/buf/bufprint |
| 1286 | 2025-07-29T22:10:56.448Z | [ 56%] Building C object src/CMakeFiles/proj.dir/PJ_vandg2.c.o |
| 1287 | 2025-07-29T22:10:56.460Z | github.com/bufbuild/buf/private/gen/proto/apiclientgrpc/buf/alpha/registry/v1alpha1/registryv1alpha1apiclientgrpc |
| 1288 | 2025-07-29T22:10:56.470Z | github.com/bufbuild/buf/private/gen/proto/apiclienttwirp/buf/alpha/registry/v1alpha1/registryv1alpha1apiclienttwirp |
| 1289 | 2025-07-29T22:10:56.483Z | [ 14%] Building CXX object CMakeFiles/geos.dir/src/geom/LineString.cpp.o |
| 1290 | 2025-07-29T22:10:56.517Z | [ 14%] Building CXX object CMakeFiles/geos.dir/src/geom/LinearRing.cpp.o |
| 1291 | 2025-07-29T22:10:56.651Z | github.com/bufbuild/buf/private/buf/bufmigrate |
| 1292 | 2025-07-29T22:10:56.655Z | [ 57%] Building C object src/CMakeFiles/proj.dir/PJ_vandg4.c.o |
| 1293 | 2025-07-29T22:10:56.768Z | [ 58%] Building C object src/CMakeFiles/proj.dir/PJ_wag2.c.o |
| 1294 | 2025-07-29T22:10:56.783Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/config/configmigratev1beta1 |
| 1295 | 2025-07-29T22:10:56.852Z | [ 58%] Building C object src/CMakeFiles/proj.dir/PJ_wag3.c.o |
| 1296 | 2025-07-29T22:10:56.903Z | github.com/bufbuild/buf/private/bufpkg/bufapiclient |
| 1297 | 2025-07-29T22:10:56.942Z | [ 59%] Building C object src/CMakeFiles/proj.dir/PJ_wag7.c.o |
| 1298 | 2025-07-29T22:10:57.010Z | github.com/bufbuild/buf/private/buf/bufcli |
| 1299 | 2025-07-29T22:10:57.023Z | [ 59%] Building C object src/CMakeFiles/proj.dir/PJ_wink1.c.o |
| 1300 | 2025-07-29T22:10:57.063Z | [ 16%] Building CXX object CMakeFiles/geos.dir/src/geom/Location.cpp.o |
| 1301 | 2025-07-29T22:10:57.116Z | [ 60%] Building C object src/CMakeFiles/proj.dir/PJ_wink2.c.o |
| 1302 | 2025-07-29T22:10:57.199Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/alpha/registry/token/tokencreate |
| 1303 | 2025-07-29T22:10:57.202Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/alpha/registry/token/tokendelete |
| 1304 | 2025-07-29T22:10:57.202Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/alpha/registry/token/tokenlist |
| 1305 | 2025-07-29T22:10:57.202Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/alpha/registry/token/tokenget |
| 1306 | 2025-07-29T22:10:57.208Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/commit/commitget |
| 1307 | 2025-07-29T22:10:57.214Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/organization/organizationdelete |
| 1308 | 2025-07-29T22:10:57.217Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/organization/organizationcreate |
| 1309 | 2025-07-29T22:10:57.217Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/commit/commitlist |
| 1310 | 2025-07-29T22:10:57.225Z | [ 60%] Building C object src/CMakeFiles/proj.dir/proj_etmerc.c.o |
| 1311 | 2025-07-29T22:10:57.294Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/organization/organizationget |
| 1312 | 2025-07-29T22:10:57.302Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/plugin/plugincreate |
| 1313 | 2025-07-29T22:10:57.302Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/plugin/plugindelete |
| 1314 | 2025-07-29T22:10:57.361Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/plugin/pluginlist |
| 1315 | 2025-07-29T22:10:57.364Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/repository/repositorycreate |
| 1316 | 2025-07-29T22:10:57.376Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/plugin/pluginversion/pluginversionlist |
| 1317 | 2025-07-29T22:10:57.392Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/repository/repositorydelete |
| 1318 | 2025-07-29T22:10:57.412Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/repository/repositoryget |
| 1319 | 2025-07-29T22:10:57.416Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/repository/repositorylist |
| 1320 | 2025-07-29T22:10:57.416Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/tag/tagcreate |
| 1321 | 2025-07-29T22:10:57.471Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/tag/taglist |
| 1322 | 2025-07-29T22:10:57.503Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/template/templatecreate |
| 1323 | 2025-07-29T22:10:57.507Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/template/templatedelete |
| 1324 | 2025-07-29T22:10:57.507Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/template/templatelist |
| 1325 | 2025-07-29T22:10:57.507Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/template/templateversion/templateversioncreate |
| 1326 | 2025-07-29T22:10:57.595Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/breaking |
| 1327 | 2025-07-29T22:10:57.595Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/template/templateversion/templateversionlist |
| 1328 | 2025-07-29T22:10:57.598Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/build |
| 1329 | 2025-07-29T22:10:57.615Z | [ 61%] Building C object src/CMakeFiles/proj.dir/aasincos.c.o |
| 1330 | 2025-07-29T22:10:57.621Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/convert |
| 1331 | 2025-07-29T22:10:57.624Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/export |
| 1332 | 2025-07-29T22:10:57.692Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/generate |
| 1333 | 2025-07-29T22:10:57.697Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/lint |
| 1334 | 2025-07-29T22:10:57.700Z | [ 61%] Building C object src/CMakeFiles/proj.dir/adjlon.c.o |
| 1335 | 2025-07-29T22:10:57.740Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/logout |
| 1336 | 2025-07-29T22:10:57.740Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/login |
| 1337 | 2025-07-29T22:10:57.766Z | [ 63%] Building C object src/CMakeFiles/proj.dir/bch2bps.c.o |
| 1338 | 2025-07-29T22:10:57.852Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/lsfiles |
| 1339 | 2025-07-29T22:10:57.872Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/mod/modclearcache |
| 1340 | 2025-07-29T22:10:57.872Z | [ 16%] Building CXX object CMakeFiles/geos.dir/src/geom/MultiLineString.cpp.o |
| 1341 | 2025-07-29T22:10:57.921Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/mod/modinit |
| 1342 | 2025-07-29T22:10:57.921Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/mod/modupdate |
| 1343 | 2025-07-29T22:10:57.921Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/protoc |
| 1344 | 2025-07-29T22:10:57.942Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/mod/modprune |
| 1345 | 2025-07-29T22:10:57.966Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/push |
| 1346 | 2025-07-29T22:10:58.058Z | Done in 72.50s. |
| 1347 | 2025-07-29T22:10:58.064Z | [ 64%] Building C object src/CMakeFiles/proj.dir/bchgen.c.o |
| 1348 | 2025-07-29T22:10:58.096Z | github.com/bufbuild/buf/private/buf/cmd/buf |
| 1349 | 2025-07-29T22:10:58.178Z | [ 64%] Building C object src/CMakeFiles/proj.dir/biveval.c.o |
| 1350 | 2025-07-29T22:10:58.182Z | github.com/bufbuild/buf/cmd/buf |
| 1351 | 2025-07-29T22:10:58.185Z | [ 16%] Building CXX object CMakeFiles/geos.dir/src/geom/MultiPoint.cpp.o |
| 1352 | 2025-07-29T22:10:58.188Z | [ 16%] Building CXX object CMakeFiles/geos.dir/src/geom/MultiPolygon.cpp.o |
| 1353 | 2025-07-29T22:10:58.296Z | [ 65%] Building C object src/CMakeFiles/proj.dir/dmstor.c.o |
| 1354 | 2025-07-29T22:10:58.336Z | [ 65%] Building C object src/CMakeFiles/proj.dir/emess.c.o |
| 1355 | 2025-07-29T22:10:58.379Z | rm -rf pkg/ui/node_modules/@types/node |
| 1356 | 2025-07-29T22:10:58.386Z | touch pkg/ui/yarn.installed |
| 1357 | 2025-07-29T22:10:58.391Z | optgen -out pkg/sql/opt/memo/expr.og.go exprs pkg/sql/opt/ops/*.opt |
| 1358 | 2025-07-29T22:10:58.394Z | [ 66%] Building C object src/CMakeFiles/proj.dir/geocent.c.o |
| 1359 | 2025-07-29T22:10:58.414Z | [ 66%] Building C object src/CMakeFiles/proj.dir/geodesic.c.o |
| 1360 | 2025-07-29T22:10:58.513Z | [ 67%] Building C object src/CMakeFiles/proj.dir/mk_cheby.c.o |
| 1361 | 2025-07-29T22:10:58.567Z | [ 16%] Building CXX object CMakeFiles/geos.dir/src/geom/Point.cpp.o |
| 1362 | 2025-07-29T22:10:58.691Z | [ 18%] Building CXX object CMakeFiles/geos.dir/src/geom/Polygon.cpp.o |
| 1363 | 2025-07-29T22:10:58.765Z | [ 67%] Building C object src/CMakeFiles/proj.dir/nad_cvt.c.o |
| 1364 | 2025-07-29T22:10:58.861Z | [ 68%] Building C object src/CMakeFiles/proj.dir/nad_intr.c.o |
| 1365 | 2025-07-29T22:10:58.952Z | [ 18%] Building CXX object CMakeFiles/geos.dir/src/geom/PrecisionModel.cpp.o |
| 1366 | 2025-07-29T22:10:59.157Z | [ 18%] Building CXX object CMakeFiles/geos.dir/src/geom/Triangle.cpp.o |
| 1367 | 2025-07-29T22:10:59.161Z | [ 18%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/AbstractPreparedPolygonContains.cpp.o |
| 1368 | 2025-07-29T22:10:59.236Z | [ 18%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/BasicPreparedGeometry.cpp.o |
| 1369 | 2025-07-29T22:10:59.540Z | [ 68%] Building C object src/CMakeFiles/proj.dir/pj_apply_gridshift.c.o |
| 1370 | 2025-07-29T22:10:59.656Z | [ 69%] Building C object src/CMakeFiles/proj.dir/pj_apply_vgridshift.c.o |
| 1371 | 2025-07-29T22:10:59.785Z | [ 70%] Building C object src/CMakeFiles/proj.dir/pj_auth.c.o |
| 1372 | 2025-07-29T22:10:59.809Z | [ 70%] Building C object src/CMakeFiles/proj.dir/pj_ctx.c.o |
| 1373 | 2025-07-29T22:10:59.909Z | [ 71%] Building C object src/CMakeFiles/proj.dir/pj_fileapi.c.o |
| 1374 | 2025-07-29T22:10:59.916Z | [ 71%] Building C object src/CMakeFiles/proj.dir/pj_datum_set.c.o |
| 1375 | 2025-07-29T22:11:00.013Z | [ 72%] Building C object src/CMakeFiles/proj.dir/pj_datums.c.o |
| 1376 | 2025-07-29T22:11:00.016Z | [ 19%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedGeometry.cpp.o |
| 1377 | 2025-07-29T22:11:00.062Z | [ 72%] Building C object src/CMakeFiles/proj.dir/pj_deriv.c.o |
| 1378 | 2025-07-29T22:11:00.086Z | [ 73%] Building C object src/CMakeFiles/proj.dir/pj_ell_set.c.o |
| 1379 | 2025-07-29T22:11:00.143Z | [ 73%] Building C object src/CMakeFiles/proj.dir/pj_ellps.c.o |
| 1380 | 2025-07-29T22:11:00.152Z | [ 75%] Building C object src/CMakeFiles/proj.dir/pj_errno.c.o |
| 1381 | 2025-07-29T22:11:00.204Z | [ 76%] Building C object src/CMakeFiles/proj.dir/pj_factors.c.o |
| 1382 | 2025-07-29T22:11:00.207Z | [ 76%] Building C object src/CMakeFiles/proj.dir/pj_fwd.c.o |
| 1383 | 2025-07-29T22:11:00.210Z | [ 77%] Building C object src/CMakeFiles/proj.dir/pj_fwd3d.c.o |
| 1384 | 2025-07-29T22:11:00.238Z | [ 77%] Building C object src/CMakeFiles/proj.dir/pj_gauss.c.o |
| 1385 | 2025-07-29T22:11:00.243Z | github.com/cockroachdb/gostdlib/x/tools/internal/semver |
| 1386 | 2025-07-29T22:11:00.243Z | go.mongodb.org/mongo-driver/bson/bsontype |
| 1387 | 2025-07-29T22:11:00.243Z | go.mongodb.org/mongo-driver/bson/bsonoptions |
| 1388 | 2025-07-29T22:11:00.243Z | google.golang.org/protobuf/internal/flags |
| 1389 | 2025-07-29T22:11:00.246Z | google.golang.org/protobuf/internal/set |
| 1390 | 2025-07-29T22:11:00.246Z | github.com/grpc-ecosystem/grpc-gateway/internal/casing |
| 1391 | 2025-07-29T22:11:00.265Z | github.com/pseudomuto/protoc-gen-doc/extensions |
| 1392 | 2025-07-29T22:11:00.282Z | [ 78%] Building C object src/CMakeFiles/proj.dir/pj_gc_reader.c.o |
| 1393 | 2025-07-29T22:11:00.286Z | [ 78%] Building C object src/CMakeFiles/proj.dir/pj_generic_selftest.c.o |
| 1394 | 2025-07-29T22:11:00.305Z | [ 79%] Building C object src/CMakeFiles/proj.dir/pj_geocent.c.o |
| 1395 | 2025-07-29T22:11:00.342Z | [ 79%] Building C object src/CMakeFiles/proj.dir/pj_gridcatalog.c.o |
| 1396 | 2025-07-29T22:11:00.356Z | [ 19%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedGeometryFactory.cpp.o |
| 1397 | 2025-07-29T22:11:00.360Z | maps |
| 1398 | 2025-07-29T22:11:00.364Z | honnef.co/go/tools/internal/sync |
| 1399 | 2025-07-29T22:11:00.379Z | [ 80%] Building C object src/CMakeFiles/proj.dir/pj_gridinfo.c.o |
| 1400 | 2025-07-29T22:11:00.391Z | [ 19%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedLineString.cpp.o |
| 1401 | 2025-07-29T22:11:00.397Z | [ 19%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedLineStringIntersects.cpp.o |
| 1402 | 2025-07-29T22:11:00.406Z | github.com/josharian/intern |
| 1403 | 2025-07-29T22:11:00.406Z | internal/saferio |
| 1404 | 2025-07-29T22:11:00.485Z | [ 80%] Building C object src/CMakeFiles/proj.dir/pj_gridlist.c.o |
| 1405 | 2025-07-29T22:11:00.505Z | [ 81%] Building C object src/CMakeFiles/proj.dir/PJ_healpix.c.o |
| 1406 | 2025-07-29T22:11:00.511Z | github.com/cockroachdb/gostdlib/x/tools/internal/fastwalk |
| 1407 | 2025-07-29T22:11:00.537Z | github.com/cockroachdb/gostdlib/x/tools/internal/span |
| 1408 | 2025-07-29T22:11:00.567Z | github.com/cockroachdb/gostdlib/go/printer |
| 1409 | 2025-07-29T22:11:00.571Z | github.com/cockroachdb/gostdlib/x/tools/internal/module |
| 1410 | 2025-07-29T22:11:00.575Z | github.com/cockroachdb/gostdlib/x/tools/go/ast/astutil |
| 1411 | 2025-07-29T22:11:00.575Z | github.com/cockroachdb/crlfmt/internal/parser |
| 1412 | 2025-07-29T22:11:00.588Z | [ 82%] Building C object src/CMakeFiles/proj.dir/pj_init.c.o |
| 1413 | 2025-07-29T22:11:00.618Z | github.com/client9/misspell |
| 1414 | 2025-07-29T22:11:00.687Z | github.com/cockroachdb/ttycolor |
| 1415 | 2025-07-29T22:11:00.725Z | github.com/cockroachdb/gostdlib/x/tools/internal/gopathwalk |
| 1416 | 2025-07-29T22:11:00.773Z | github.com/cockroachdb/gostdlib/x/tools/go/internal/packagesdriver |
| 1417 | 2025-07-29T22:11:00.808Z | github.com/cockroachdb/crlfmt/internal/render |
| 1418 | 2025-07-29T22:11:00.947Z | [ 82%] Building C object src/CMakeFiles/proj.dir/pj_initcache.c.o |
| 1419 | 2025-07-29T22:11:00.951Z | [ 83%] Building C object src/CMakeFiles/proj.dir/pj_inv.c.o |
| 1420 | 2025-07-29T22:11:00.994Z | [ 83%] Building C object src/CMakeFiles/proj.dir/pj_inv3d.c.o |
| 1421 | 2025-07-29T22:11:01.030Z | [ 84%] Building C object src/CMakeFiles/proj.dir/pj_latlong.c.o |
| 1422 | 2025-07-29T22:11:01.046Z | [ 84%] Building C object src/CMakeFiles/proj.dir/pj_list.c.o |
| 1423 | 2025-07-29T22:11:01.076Z | [ 19%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedPoint.cpp.o |
| 1424 | 2025-07-29T22:11:01.079Z | [ 85%] Building C object src/CMakeFiles/proj.dir/pj_log.c.o |
| 1425 | 2025-07-29T22:11:01.083Z | github.com/cockroachdb/stress |
| 1426 | 2025-07-29T22:11:01.089Z | github.com/cockroachdb/tools/cmd/stringer |
| 1427 | 2025-07-29T22:11:01.126Z | github.com/cockroachdb/gostdlib/go/format |
| 1428 | 2025-07-29T22:11:01.132Z | optgen -out pkg/sql/opt/operator.og.go ops pkg/sql/opt/ops/*.opt |
| 1429 | 2025-07-29T22:11:01.136Z | github.com/cockroachdb/gostdlib/cmd/gofmt |
| 1430 | 2025-07-29T22:11:01.144Z | [ 85%] Building C object src/CMakeFiles/proj.dir/pj_malloc.c.o |
| 1431 | 2025-07-29T22:11:01.165Z | optgen -out pkg/sql/opt/xform/explorer.og.go explorer pkg/sql/opt/ops/*.opt pkg/sql/opt/xform/rules/*.opt |
| 1432 | 2025-07-29T22:11:01.179Z | [ 86%] Building C object src/CMakeFiles/proj.dir/pj_mlfn.c.o |
| 1433 | 2025-07-29T22:11:01.192Z | github.com/go-openapi/analysis/internal |
| 1434 | 2025-07-29T22:11:01.195Z | github.com/cockroachdb/gostdlib/x/tools/go/packages |
| 1435 | 2025-07-29T22:11:01.206Z | github.com/mailru/easyjson/jlexer |
| 1436 | 2025-07-29T22:11:01.220Z | [ 21%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedPolygon.cpp.o |
| 1437 | 2025-07-29T22:11:01.244Z | github.com/mailru/easyjson/buffer |
| 1438 | 2025-07-29T22:11:01.294Z | gopkg.in/yaml.v2 |
| 1439 | 2025-07-29T22:11:01.323Z | [ 21%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedPolygonContains.cpp.o |
| 1440 | 2025-07-29T22:11:01.362Z | github.com/mailru/easyjson/jwriter |
| 1441 | 2025-07-29T22:11:01.373Z | encoding/gob |
| 1442 | 2025-07-29T22:11:01.421Z | [ 88%] Building C object src/CMakeFiles/proj.dir/pj_msfn.c.o |
| 1443 | 2025-07-29T22:11:01.462Z | github.com/client9/misspell/cmd/misspell |
| 1444 | 2025-07-29T22:11:01.490Z | [ 88%] Building C object src/CMakeFiles/proj.dir/pj_mutex.c.o |
| 1445 | 2025-07-29T22:11:01.564Z | [ 89%] Building C object src/CMakeFiles/proj.dir/pj_open_lib.c.o |
| 1446 | 2025-07-29T22:11:01.704Z | [ 89%] Building C object src/CMakeFiles/proj.dir/pj_param.c.o |
| 1447 | 2025-07-29T22:11:01.789Z | [ 90%] Building C object src/CMakeFiles/proj.dir/pj_phi2.c.o |
| 1448 | 2025-07-29T22:11:01.848Z | github.com/PuerkitoBio/urlesc |
| 1449 | 2025-07-29T22:11:01.859Z | github.com/cockroachdb/gostdlib/x/tools/internal/imports |
| 1450 | 2025-07-29T22:11:01.863Z | [ 90%] Building C object src/CMakeFiles/proj.dir/pj_pr_list.c.o |
| 1451 | 2025-07-29T22:11:01.880Z | golang.org/x/text/transform |
| 1452 | 2025-07-29T22:11:01.958Z | [ 21%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedPolygonContainsProperly.cpp.o |
| 1453 | 2025-07-29T22:11:01.962Z | [ 91%] Building C object src/CMakeFiles/proj.dir/pj_qsfn.c.o |
| 1454 | 2025-07-29T22:11:02.034Z | [ 91%] Building C object src/CMakeFiles/proj.dir/pj_release.c.o |
| 1455 | 2025-07-29T22:11:02.098Z | [ 21%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedPolygonCovers.cpp.o |
| 1456 | 2025-07-29T22:11:02.113Z | golang.org/x/text/unicode/norm |
| 1457 | 2025-07-29T22:11:02.122Z | golang.org/x/text/width |
| 1458 | 2025-07-29T22:11:02.181Z | [ 92%] Building C object src/CMakeFiles/proj.dir/pj_run_selftests.c.o |
| 1459 | 2025-07-29T22:11:02.184Z | [ 92%] Building C object src/CMakeFiles/proj.dir/pj_strerrno.c.o |
| 1460 | 2025-07-29T22:11:02.255Z | [ 21%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedPolygonIntersects.cpp.o |
| 1461 | 2025-07-29T22:11:02.263Z | [ 93%] Building C object src/CMakeFiles/proj.dir/pj_transform.c.o |
| 1462 | 2025-07-29T22:11:02.285Z | golang.org/x/text/unicode/bidi |
| 1463 | 2025-07-29T22:11:02.322Z | github.com/asaskevich/govalidator |
| 1464 | 2025-07-29T22:11:02.439Z | github.com/go-openapi/errors |
| 1465 | 2025-07-29T22:11:02.516Z | github.com/go-openapi/swag |
| 1466 | 2025-07-29T22:11:02.532Z | [ 22%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedPolygonPredicate.cpp.o |
| 1467 | 2025-07-29T22:11:02.630Z | github.com/mitchellh/mapstructure |
| 1468 | 2025-07-29T22:11:02.633Z | github.com/oklog/ulid |
| 1469 | 2025-07-29T22:11:02.633Z | golang.org/x/text/secure/bidirule |
| 1470 | 2025-07-29T22:11:02.713Z | go.mongodb.org/mongo-driver/bson/primitive |
| 1471 | 2025-07-29T22:11:02.731Z | github.com/go-stack/stack |
| 1472 | 2025-07-29T22:11:02.817Z | net/mail |
| 1473 | 2025-07-29T22:11:02.866Z | encoding/xml |
| 1474 | 2025-07-29T22:11:02.895Z | go.mongodb.org/mongo-driver/x/bsonx/bsoncore |
| 1475 | 2025-07-29T22:11:02.898Z | github.com/go-openapi/jsonpointer |
| 1476 | 2025-07-29T22:11:03.052Z | github.com/go-openapi/runtime/logger |
| 1477 | 2025-07-29T22:11:03.057Z | github.com/go-openapi/runtime/middleware/denco |
| 1478 | 2025-07-29T22:11:03.087Z | golang.org/x/net/idna |
| 1479 | 2025-07-29T22:11:03.108Z | github.com/cockroachdb/gostdlib/x/tools/imports |
| 1480 | 2025-07-29T22:11:03.128Z | [ 22%] Building CXX object CMakeFiles/geos.dir/src/geom/util/ComponentCoordinateExtracter.cpp.o |
| 1481 | 2025-07-29T22:11:03.206Z | [ 94%] Building C object src/CMakeFiles/proj.dir/pj_tsfn.c.o |
| 1482 | 2025-07-29T22:11:03.228Z | github.com/cockroachdb/gostdlib/x/tools/cmd/goimports |
| 1483 | 2025-07-29T22:11:03.250Z | github.com/go-openapi/runtime/middleware/header |
| 1484 | 2025-07-29T22:11:03.273Z | [ 94%] Building C object src/CMakeFiles/proj.dir/pj_units.c.o |
| 1485 | 2025-07-29T22:11:03.303Z | github.com/go-openapi/loads/fmts |
| 1486 | 2025-07-29T22:11:03.343Z | [ 95%] Building C object src/CMakeFiles/proj.dir/pj_utils.c.o |
| 1487 | 2025-07-29T22:11:03.349Z | golang.org/x/tools/go/ast/astutil |
| 1488 | 2025-07-29T22:11:03.352Z | github.com/go-openapi/inflect |
| 1489 | 2025-07-29T22:11:03.428Z | github.com/cockroachdb/crlfmt |
| 1490 | 2025-07-29T22:11:03.432Z | github.com/fsnotify/fsnotify |
| 1491 | 2025-07-29T22:11:03.473Z | [ 95%] Building C object src/CMakeFiles/proj.dir/pj_zpoly1.c.o |
| 1492 | 2025-07-29T22:11:03.601Z | github.com/hashicorp/hcl/hcl/strconv |
| 1493 | 2025-07-29T22:11:03.629Z | [ 96%] Building C object src/CMakeFiles/proj.dir/proj_mdist.c.o |
| 1494 | 2025-07-29T22:11:03.668Z | github.com/hashicorp/hcl/hcl/token |
| 1495 | 2025-07-29T22:11:03.695Z | [ 22%] Building CXX object CMakeFiles/geos.dir/src/geom/util/CoordinateOperation.cpp.o |
| 1496 | 2025-07-29T22:11:03.700Z | github.com/magiconair/properties |
| 1497 | 2025-07-29T22:11:03.713Z | github.com/pelletier/go-toml |
| 1498 | 2025-07-29T22:11:03.731Z | github.com/PuerkitoBio/purell |
| 1499 | 2025-07-29T22:11:03.739Z | github.com/hashicorp/hcl/hcl/ast |
| 1500 | 2025-07-29T22:11:03.766Z | [ 96%] Building C object src/CMakeFiles/proj.dir/proj_rouss.c.o |
| 1501 | 2025-07-29T22:11:03.787Z | github.com/hashicorp/hcl/hcl/scanner |
| 1502 | 2025-07-29T22:11:03.804Z | github.com/go-openapi/jsonreference |
| 1503 | 2025-07-29T22:11:03.851Z | github.com/hashicorp/hcl/hcl/parser |
| 1504 | 2025-07-29T22:11:03.863Z | github.com/go-openapi/spec |
| 1505 | 2025-07-29T22:11:03.898Z | github.com/hashicorp/hcl/json/token |
| 1506 | 2025-07-29T22:11:03.920Z | [ 22%] Building CXX object CMakeFiles/geos.dir/src/geom/util/Densifier.cpp.o |
| 1507 | 2025-07-29T22:11:03.924Z | github.com/hashicorp/hcl/hcl/printer |
| 1508 | 2025-07-29T22:11:03.924Z | [ 97%] Building C object src/CMakeFiles/proj.dir/rtodms.c.o |
| 1509 | 2025-07-29T22:11:03.947Z | github.com/hashicorp/hcl/json/scanner |
| 1510 | 2025-07-29T22:11:04.045Z | github.com/hashicorp/hcl/json/parser |
| 1511 | 2025-07-29T22:11:04.064Z | github.com/spf13/afero/mem |
| 1512 | 2025-07-29T22:11:04.073Z | [ 97%] Building C object src/CMakeFiles/proj.dir/vector1.c.o |
| 1513 | 2025-07-29T22:11:04.113Z | go.mongodb.org/mongo-driver/bson/bsonrw |
| 1514 | 2025-07-29T22:11:04.197Z | github.com/hashicorp/hcl |
| 1515 | 2025-07-29T22:11:04.303Z | github.com/spf13/afero |
| 1516 | 2025-07-29T22:11:04.311Z | [ 98%] Building C object src/CMakeFiles/proj.dir/pj_strtod.c.o |
| 1517 | 2025-07-29T22:11:04.402Z | github.com/spf13/cast |
| 1518 | 2025-07-29T22:11:04.423Z | [100%] Linking C static library ../lib/libproj.a |
| 1519 | 2025-07-29T22:11:04.516Z | optgen -out pkg/sql/opt/norm/factory.og.go factory pkg/sql/opt/ops/*.opt pkg/sql/opt/norm/rules/*.opt |
| 1520 | 2025-07-29T22:11:04.605Z | github.com/spf13/jwalterweatherman |
| 1521 | 2025-07-29T22:11:04.668Z | github.com/spf13/pflag |
| 1522 | 2025-07-29T22:11:04.718Z | github.com/subosito/gotenv |
| 1523 | 2025-07-29T22:11:04.770Z | github.com/go-swagger/go-swagger/cmd/swagger/commands/diff |
| 1524 | 2025-07-29T22:11:04.804Z | github.com/go-swagger/go-swagger/codescan |
| 1525 | 2025-07-29T22:11:04.834Z | optgen -out pkg/sql/opt/rule_name.og.go rulenames pkg/sql/opt/ops/*.opt pkg/sql/opt/norm/rules/*.opt pkg/sql/opt/xform/rules/*.opt |
| 1526 | 2025-07-29T22:11:04.900Z | optgen -out pkg/sql/opt/exec/factory.og.go execfactory pkg/sql/opt/exec/factory.opt |
| 1527 | 2025-07-29T22:11:04.930Z | optgen -out pkg/sql/opt/exec/explain/explain_factory.og.go execexplain pkg/sql/opt/exec/factory.opt |
| 1528 | 2025-07-29T22:11:04.947Z | gopkg.in/ini.v1 |
| 1529 | 2025-07-29T22:11:04.947Z | optgen -out pkg/sql/opt/exec/explain/plan_gist_factory.og.go execplangist pkg/sql/opt/exec/factory.opt |
| 1530 | 2025-07-29T22:11:04.968Z | # Add comment recognized by reviewable. |
| 1531 | 2025-07-29T22:11:04.975Z | echo '// GENERATED FILE DO NOT EDIT' > pkg/ui/workspaces/db-console/src/js/protos.js |
| 1532 | 2025-07-29T22:11:04.978Z | golang.org/x/mod/internal/lazyregexp |
| 1533 | 2025-07-29T22:11:04.982Z | build/node-run.sh pkg/ui/node_modules/.bin/pbjs -t static-module -w es6 --strict-long --no-create --no-convert --no-delimited --no-verify --keep-case --path pkg --path ./vendor/github.com --path ./vendor/github.com/gogo/protobuf --path ./vendor/github.com/cockroachdb/errors --path ./vendor/go.etcd.io --path ./vendor/github.com/prometheus/client_model --path ./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis ./pkg/server/serverpb/admin.proto ./pkg/server/serverpb/status.proto ./pkg/server/serverpb/authentication.proto ./pkg/ts/tspb/timeseries.proto >> pkg/ui/workspaces/db-console/src/js/protos.js |
| 1534 | 2025-07-29T22:11:05.027Z | golang.org/x/mod/module |
| 1535 | 2025-07-29T22:11:05.092Z | golang.org/x/tools/internal/gopathwalk |
| 1536 | 2025-07-29T22:11:05.131Z | hash/crc64 |
| 1537 | 2025-07-29T22:11:05.147Z | internal/sysinfo |
| 1538 | 2025-07-29T22:11:05.171Z | go.mongodb.org/mongo-driver/bson/bsoncodec |
| 1539 | 2025-07-29T22:11:05.266Z | [ 22%] Building CXX object CMakeFiles/geos.dir/src/geom/util/GeometryCombiner.cpp.o |
| 1540 | 2025-07-29T22:11:05.311Z | testing |
| 1541 | 2025-07-29T22:11:05.314Z | golang.org/x/sys/unix |
| 1542 | 2025-07-29T22:11:05.317Z | github.com/go-swagger/go-swagger/cmd/swagger/commands/initcmd |
| 1543 | 2025-07-29T22:11:05.322Z | [ 24%] Building CXX object CMakeFiles/geos.dir/src/geom/util/GeometryEditor.cpp.o |
| 1544 | 2025-07-29T22:11:05.398Z | github.com/felixge/httpsnoop |
| 1545 | 2025-07-29T22:11:05.466Z | github.com/toqueteos/webbrowser |
| 1546 | 2025-07-29T22:11:05.479Z | github.com/golang/mock/mockgen/model |
| 1547 | 2025-07-29T22:11:05.508Z | hash/adler32 |
| 1548 | 2025-07-29T22:11:05.542Z | debug/dwarf |
| 1549 | 2025-07-29T22:11:05.557Z | compress/zlib |
| 1550 | 2025-07-29T22:11:05.592Z | github.com/spf13/viper |
| 1551 | 2025-07-29T22:11:05.628Z | [ 24%] Building CXX object CMakeFiles/geos.dir/src/geom/util/GeometryTransformer.cpp.o |
| 1552 | 2025-07-29T22:11:05.670Z | internal/zstd |
| 1553 | 2025-07-29T22:11:05.946Z | [ 24%] Building CXX object CMakeFiles/geos.dir/src/geom/util/LinearComponentExtracter.cpp.o |
| 1554 | 2025-07-29T22:11:06.006Z | internal/pkgbits |
| 1555 | 2025-07-29T22:11:06.065Z | go/internal/srcimporter |
| 1556 | 2025-07-29T22:11:06.198Z | github.com/gorilla/handlers |
| 1557 | 2025-07-29T22:11:06.206Z | golang.org/x/tools/internal/modindex |
| 1558 | 2025-07-29T22:11:06.291Z | go/internal/gcimporter |
| 1559 | 2025-07-29T22:11:06.356Z | golang.org/x/mod/modfile |
| 1560 | 2025-07-29T22:11:06.383Z | github.com/golang/glog/internal/stackdump |
| 1561 | 2025-07-29T22:11:06.572Z | google.golang.org/protobuf/internal/detrand |
| 1562 | 2025-07-29T22:11:06.575Z | github.com/jessevdk/go-flags |
| 1563 | 2025-07-29T22:11:06.576Z | debug/elf |
| 1564 | 2025-07-29T22:11:06.576Z | golang.org/x/tools/internal/imports |
| 1565 | 2025-07-29T22:11:06.603Z | [ 24%] Building CXX object CMakeFiles/geos.dir/src/geom/util/PointExtracter.cpp.o |
| 1566 | 2025-07-29T22:11:06.699Z | internal/xcoff |
| 1567 | 2025-07-29T22:11:06.752Z | google.golang.org/protobuf/internal/errors |
| 1568 | 2025-07-29T22:11:06.755Z | github.com/golang/glog/internal/logsink |
| 1569 | 2025-07-29T22:11:07.021Z | google.golang.org/protobuf/internal/pragma |
| 1570 | 2025-07-29T22:11:07.024Z | google.golang.org/protobuf/encoding/protowire |
| 1571 | 2025-07-29T22:11:07.027Z | go.mongodb.org/mongo-driver/bson |
| 1572 | 2025-07-29T22:11:07.045Z | google.golang.org/protobuf/internal/editiondefaults |
| 1573 | 2025-07-29T22:11:07.051Z | go/internal/gccgoimporter |
| 1574 | 2025-07-29T22:11:07.054Z | github.com/golang/glog |
| 1575 | 2025-07-29T22:11:07.146Z | [ 24%] Building CXX object CMakeFiles/geos.dir/src/geom/util/PolygonExtracter.cpp.o |
| 1576 | 2025-07-29T22:11:07.158Z | google.golang.org/protobuf/internal/version |
| 1577 | 2025-07-29T22:11:07.222Z | github.com/ghodss/yaml |
| 1578 | 2025-07-29T22:11:07.230Z | [ 26%] Building CXX object CMakeFiles/geos.dir/src/geom/util/ShortCircuitedGeometryVisitor.cpp.o |
| 1579 | 2025-07-29T22:11:07.240Z | github.com/grpc-ecosystem/grpc-gateway/utilities |
| 1580 | 2025-07-29T22:11:07.269Z | google.golang.org/protobuf/reflect/protoreflect |
| 1581 | 2025-07-29T22:11:07.305Z | encoding/base32 |
| 1582 | 2025-07-29T22:11:07.332Z | golang.org/x/tools/go/analysis |
| 1583 | 2025-07-29T22:11:07.380Z | github.com/kevinburke/go-bindata |
| 1584 | 2025-07-29T22:11:07.426Z | github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule |
| 1585 | 2025-07-29T22:11:07.435Z | github.com/kisielk/errcheck/errcheck |
| 1586 | 2025-07-29T22:11:07.489Z | go/importer |
| 1587 | 2025-07-29T22:11:07.492Z | github.com/go-openapi/strfmt |
| 1588 | 2025-07-29T22:11:07.509Z | golang.org/x/tools/cover |
| 1589 | 2025-07-29T22:11:07.534Z | golang.org/x/tools/imports |
| 1590 | 2025-07-29T22:11:07.571Z | github.com/kevinburke/go-bindata/go-bindata |
| 1591 | 2025-07-29T22:11:07.574Z | github.com/mattn/goveralls |
| 1592 | 2025-07-29T22:11:07.577Z | github.com/mibk/dupl/suffixtree |
| 1593 | 2025-07-29T22:11:07.637Z | github.com/golang/mock/mockgen |
| 1594 | 2025-07-29T22:11:07.641Z | google.golang.org/protobuf/internal/encoding/messageset |
| 1595 | 2025-07-29T22:11:07.715Z | google.golang.org/protobuf/internal/strs |
| 1596 | 2025-07-29T22:11:07.746Z | google.golang.org/protobuf/internal/genid |
| 1597 | 2025-07-29T22:11:07.749Z | google.golang.org/protobuf/internal/order |
| 1598 | 2025-07-29T22:11:07.752Z | google.golang.org/protobuf/runtime/protoiface |
| 1599 | 2025-07-29T22:11:07.860Z | google.golang.org/protobuf/internal/descfmt |
| 1600 | 2025-07-29T22:11:07.863Z | google.golang.org/protobuf/reflect/protoregistry |
| 1601 | 2025-07-29T22:11:07.891Z | google.golang.org/protobuf/internal/encoding/text |
| 1602 | 2025-07-29T22:11:07.894Z | google.golang.org/protobuf/internal/descopts |
| 1603 | 2025-07-29T22:11:07.894Z | google.golang.org/protobuf/internal/encoding/json |
| 1604 | 2025-07-29T22:11:07.942Z | [ 26%] Building CXX object CMakeFiles/geos.dir/src/geom/util/SineStarFactory.cpp.o |
| 1605 | 2025-07-29T22:11:07.986Z | github.com/kisielk/errcheck |
| 1606 | 2025-07-29T22:11:08.115Z | google.golang.org/protobuf/internal/encoding/defval |
| 1607 | 2025-07-29T22:11:08.155Z | github.com/go-openapi/analysis |
| 1608 | 2025-07-29T22:11:08.250Z | github.com/go-openapi/runtime |
| 1609 | 2025-07-29T22:11:08.253Z | google.golang.org/protobuf/proto |
| 1610 | 2025-07-29T22:11:08.253Z | github.com/mibk/dupl/syntax |
| 1611 | 2025-07-29T22:11:08.356Z | [ 26%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/Depth.cpp.o |
| 1612 | 2025-07-29T22:11:08.368Z | github.com/mmatczuk/go_generics/globals |
| 1613 | 2025-07-29T22:11:08.475Z | github.com/mmatczuk/go_generics/cmd/go_generics |
| 1614 | 2025-07-29T22:11:08.484Z | github.com/mibk/dupl/syntax/golang |
| 1615 | 2025-07-29T22:11:08.488Z | [ 26%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/DirectedEdge.cpp.o |
| 1616 | 2025-07-29T22:11:08.568Z | github.com/mibk/dupl/output |
| 1617 | 2025-07-29T22:11:08.734Z | github.com/go-openapi/runtime/security |
| 1618 | 2025-07-29T22:11:08.738Z | google.golang.org/protobuf/encoding/prototext |
| 1619 | 2025-07-29T22:11:08.810Z | google.golang.org/protobuf/internal/filedesc |
| 1620 | 2025-07-29T22:11:08.910Z | github.com/Masterminds/goutils |
| 1621 | 2025-07-29T22:11:08.973Z | github.com/Masterminds/semver |
| 1622 | 2025-07-29T22:11:09.018Z | github.com/mibk/dupl/job |
| 1623 | 2025-07-29T22:11:09.078Z | github.com/mibk/dupl |
| 1624 | 2025-07-29T22:11:09.110Z | github.com/google/uuid |
| 1625 | 2025-07-29T22:11:09.118Z | github.com/go-openapi/loads |
| 1626 | 2025-07-29T22:11:09.217Z | [ 26%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/DirectedEdgeStar.cpp.o |
| 1627 | 2025-07-29T22:11:09.231Z | github.com/imdario/mergo |
| 1628 | 2025-07-29T22:11:09.231Z | github.com/huandu/xstrings |
| 1629 | 2025-07-29T22:11:09.320Z | [ 27%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/Edge.cpp.o |
| 1630 | 2025-07-29T22:11:09.324Z | [ 27%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/EdgeEnd.cpp.o |
| 1631 | 2025-07-29T22:11:09.346Z | github.com/mitchellh/reflectwalk |
| 1632 | 2025-07-29T22:11:09.359Z | github.com/go-openapi/runtime/middleware/untyped |
| 1633 | 2025-07-29T22:11:09.380Z | github.com/go-openapi/validate |
| 1634 | 2025-07-29T22:11:09.406Z | github.com/mitchellh/copystructure |
| 1635 | 2025-07-29T22:11:09.457Z | golang.org/x/crypto/pbkdf2 |
| 1636 | 2025-07-29T22:11:09.472Z | github.com/wadey/gocovmerge |
| 1637 | 2025-07-29T22:11:09.481Z | github.com/mwitkow/go-proto-validators |
| 1638 | 2025-07-29T22:11:09.489Z | golang.org/x/crypto/scrypt |
| 1639 | 2025-07-29T22:11:09.528Z | golang.org/x/perf/storage/benchfmt |
| 1640 | 2025-07-29T22:11:09.532Z | golang.org/x/perf/internal/stats |
| 1641 | 2025-07-29T22:11:09.587Z | golang.org/x/tools/cmd/goyacc |
| 1642 | 2025-07-29T22:11:09.591Z | github.com/Masterminds/sprig |
| 1643 | 2025-07-29T22:11:09.638Z | golang.org/x/tools/internal/astutil/edge |
| 1644 | 2025-07-29T22:11:09.645Z | google.golang.org/protobuf/internal/encoding/tag |
| 1645 | 2025-07-29T22:11:09.789Z | google.golang.org/protobuf/internal/impl |
| 1646 | 2025-07-29T22:11:09.793Z | google.golang.org/protobuf/encoding/protojson |
| 1647 | 2025-07-29T22:11:09.800Z | golang.org/x/tools/go/ast/inspector |
| 1648 | 2025-07-29T22:11:09.811Z | golang.org/x/perf/benchstat |
| 1649 | 2025-07-29T22:11:09.993Z | [ 27%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/EdgeEndStar.cpp.o |
| 1650 | 2025-07-29T22:11:10.009Z | golang.org/x/tools/internal/analysisinternal |
| 1651 | 2025-07-29T22:11:10.058Z | golang.org/x/tools/go/analysis/passes/inspect |
| 1652 | 2025-07-29T22:11:10.146Z | golang.org/x/tools/go/analysis/internal/analysisflags |
| 1653 | 2025-07-29T22:11:10.215Z | golang.org/x/perf/cmd/benchstat |
| 1654 | 2025-07-29T22:11:10.219Z | golang.org/x/tools/go/analysis/internal |
| 1655 | 2025-07-29T22:11:10.222Z | golang.org/x/tools/go/analysis/passes/internal/analysisutil |
| 1656 | 2025-07-29T22:11:10.310Z | golang.org/x/tools/internal/diff/lcs |
| 1657 | 2025-07-29T22:11:10.317Z | golang.org/x/tools/go/analysis/checker |
| 1658 | 2025-07-29T22:11:10.324Z | github.com/go-openapi/runtime/middleware |
| 1659 | 2025-07-29T22:11:10.327Z | github.com/go-swagger/go-swagger/generator |
| 1660 | 2025-07-29T22:11:10.487Z | golang.org/x/tools/go/analysis/passes/shadow |
| 1661 | 2025-07-29T22:11:10.500Z | [ 27%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/EdgeIntersectionList.cpp.o |
| 1662 | 2025-07-29T22:11:10.515Z | golang.org/x/tools/internal/facts |
| 1663 | 2025-07-29T22:11:10.692Z | golang.org/x/tools/go/analysis/unitchecker |
| 1664 | 2025-07-29T22:11:10.695Z | golang.org/x/tools/go/buildutil |
| 1665 | 2025-07-29T22:11:10.695Z | golang.org/x/tools/internal/diff |
| 1666 | 2025-07-29T22:11:10.695Z | honnef.co/go/tools/analysis/facts/tokenfile |
| 1667 | 2025-07-29T22:11:10.755Z | github.com/BurntSushi/toml/internal |
| 1668 | 2025-07-29T22:11:10.810Z | honnef.co/go/tools/analysis/lint |
| 1669 | 2025-07-29T22:11:10.813Z | golang.org/x/tools/go/analysis/internal/checker |
| 1670 | 2025-07-29T22:11:10.921Z | debug/macho |
| 1671 | 2025-07-29T22:11:11.027Z | honnef.co/go/tools/internal/robustio |
| 1672 | 2025-07-29T22:11:11.042Z | github.com/BurntSushi/toml |
| 1673 | 2025-07-29T22:11:11.072Z | honnef.co/go/tools/analysis/facts/generated |
| 1674 | 2025-07-29T22:11:11.076Z | golang.org/x/tools/go/analysis/singlechecker |
| 1675 | 2025-07-29T22:11:11.172Z | [ 27%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/EdgeList.cpp.o |
| 1676 | 2025-07-29T22:11:11.172Z | honnef.co/go/tools/internal/renameio |
| 1677 | 2025-07-29T22:11:11.215Z | [ 29%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/EdgeNodingValidator.cpp.o |
| 1678 | 2025-07-29T22:11:11.228Z | golang.org/x/exp/typeparams |
| 1679 | 2025-07-29T22:11:11.231Z | honnef.co/go/tools/lintcmd/cache |
| 1680 | 2025-07-29T22:11:11.231Z | golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow |
| 1681 | 2025-07-29T22:11:11.289Z | honnef.co/go/tools/go/ast/astutil |
| 1682 | 2025-07-29T22:11:11.353Z | honnef.co/go/tools/go/types/typeutil |
| 1683 | 2025-07-29T22:11:11.366Z | honnef.co/go/tools/go/buildid |
| 1684 | 2025-07-29T22:11:11.436Z | golang.org/x/tools/go/internal/cgo |
| 1685 | 2025-07-29T22:11:11.469Z | honnef.co/go/tools/knowledge |
| 1686 | 2025-07-29T22:11:11.478Z | honnef.co/go/tools/go/ir |
| 1687 | 2025-07-29T22:11:11.481Z | honnef.co/go/tools/pattern |
| 1688 | 2025-07-29T22:11:11.508Z | golang.org/x/tools/go/loader |
| 1689 | 2025-07-29T22:11:11.593Z | honnef.co/go/tools/analysis/facts/directives |
| 1690 | 2025-07-29T22:11:11.640Z | honnef.co/go/tools/lintcmd/version |
| 1691 | 2025-07-29T22:11:11.702Z | honnef.co/go/tools/sarif |
| 1692 | 2025-07-29T22:11:11.705Z | honnef.co/go/tools/analysis/facts/deprecated |
| 1693 | 2025-07-29T22:11:11.760Z | honnef.co/go/tools/staticcheck/fakereflect |
| 1694 | 2025-07-29T22:11:11.888Z | honnef.co/go/tools/printf |
| 1695 | 2025-07-29T22:11:12.003Z | honnef.co/go/tools/staticcheck/fakejson |
| 1696 | 2025-07-29T22:11:12.065Z | honnef.co/go/tools/staticcheck/fakexml |
| 1697 | 2025-07-29T22:11:12.135Z | [ 29%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/EdgeRing.cpp.o |
| 1698 | 2025-07-29T22:11:12.241Z | honnef.co/go/tools/config |
| 1699 | 2025-07-29T22:11:12.287Z | honnef.co/go/tools/analysis/edit |
| 1700 | 2025-07-29T22:11:12.322Z | honnef.co/go/tools/go/loader |
| 1701 | 2025-07-29T22:11:12.464Z | github.com/go-swagger/go-swagger/cmd/swagger/commands/generate |
| 1702 | 2025-07-29T22:11:12.611Z | github.com/go-swagger/go-swagger/cmd/swagger/commands |
| 1703 | 2025-07-29T22:11:12.668Z | google.golang.org/protobuf/internal/filetype |
| 1704 | 2025-07-29T22:11:12.755Z | google.golang.org/protobuf/runtime/protoimpl |
| 1705 | 2025-07-29T22:11:12.768Z | [ 29%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/GeometryGraph.cpp.o |
| 1706 | 2025-07-29T22:11:12.793Z | github.com/go-swagger/go-swagger/cmd/swagger |
| 1707 | 2025-07-29T22:11:12.819Z | google.golang.org/protobuf/types/descriptorpb |
| 1708 | 2025-07-29T22:11:12.819Z | google.golang.org/protobuf/types/known/durationpb |
| 1709 | 2025-07-29T22:11:12.856Z | google.golang.org/protobuf/types/known/timestamppb |
| 1710 | 2025-07-29T22:11:13.170Z | [ 29%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/GraphComponent.cpp.o |
| 1711 | 2025-07-29T22:11:13.191Z | [ 29%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/Label.cpp.o |
| 1712 | 2025-07-29T22:11:13.375Z | google.golang.org/protobuf/types/gofeaturespb |
| 1713 | 2025-07-29T22:11:13.375Z | github.com/golang/protobuf/protoc-gen-go/descriptor |
| 1714 | 2025-07-29T22:11:13.375Z | google.golang.org/protobuf/types/pluginpb |
| 1715 | 2025-07-29T22:11:13.375Z | github.com/envoyproxy/protoc-gen-validate/validate |
| 1716 | 2025-07-29T22:11:13.375Z | google.golang.org/genproto/googleapis/api/annotations |
| 1717 | 2025-07-29T22:11:13.444Z | google.golang.org/protobuf/reflect/protodesc |
| 1718 | 2025-07-29T22:11:13.475Z | github.com/golang/protobuf/protoc-gen-go/plugin |
| 1719 | 2025-07-29T22:11:13.504Z | [ 31%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/Node.cpp.o |
| 1720 | 2025-07-29T22:11:13.517Z | github.com/pseudomuto/protoc-gen-doc/extensions/google_api_http |
| 1721 | 2025-07-29T22:11:13.816Z | github.com/pseudomuto/protoc-gen-doc/extensions/envoyproxy_validate |
| 1722 | 2025-07-29T22:11:13.916Z | [ 31%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/NodeFactory.cpp.o |
| 1723 | 2025-07-29T22:11:13.921Z | github.com/pseudomuto/protoc-gen-doc/extensions/lyft_validate |
| 1724 | 2025-07-29T22:11:14.047Z | github.com/golang/protobuf/proto |
| 1725 | 2025-07-29T22:11:14.167Z | honnef.co/go/tools/internal/passes/buildir |
| 1726 | 2025-07-29T22:11:14.170Z | honnef.co/go/tools/go/ir/irutil |
| 1727 | 2025-07-29T22:11:14.174Z | [ 31%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/NodeMap.cpp.o |
| 1728 | 2025-07-29T22:11:14.204Z | [ 31%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/PlanarGraph.cpp.o |
| 1729 | 2025-07-29T22:11:14.267Z | honnef.co/go/tools/analysis/facts/nilness |
| 1730 | 2025-07-29T22:11:14.351Z | honnef.co/go/tools/analysis/facts/typedness |
| 1731 | 2025-07-29T22:11:14.351Z | honnef.co/go/tools/analysis/facts/purity |
| 1732 | 2025-07-29T22:11:14.468Z | honnef.co/go/tools/analysis/code |
| 1733 | 2025-07-29T22:11:14.549Z | github.com/pseudomuto/protoc-gen-doc/extensions/validator_field |
| 1734 | 2025-07-29T22:11:14.549Z | github.com/grpc-ecosystem/grpc-gateway/codegenerator |
| 1735 | 2025-07-29T22:11:14.552Z | github.com/golang/protobuf/jsonpb |
| 1736 | 2025-07-29T22:11:14.552Z | github.com/pseudomuto/protokit |
| 1737 | 2025-07-29T22:11:14.641Z | honnef.co/go/tools/analysis/report |
| 1738 | 2025-07-29T22:11:14.720Z | honnef.co/go/tools/quickfix/qf1001 |
| 1739 | 2025-07-29T22:11:14.724Z | honnef.co/go/tools/quickfix/qf1003 |
| 1740 | 2025-07-29T22:11:14.724Z | honnef.co/go/tools/unused |
| 1741 | 2025-07-29T22:11:14.724Z | honnef.co/go/tools/quickfix/qf1002 |
| 1742 | 2025-07-29T22:11:14.724Z | honnef.co/go/tools/quickfix/qf1004 |
| 1743 | 2025-07-29T22:11:14.806Z | github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor |
| 1744 | 2025-07-29T22:11:14.822Z | honnef.co/go/tools/quickfix/qf1005 |
| 1745 | 2025-07-29T22:11:14.826Z | honnef.co/go/tools/quickfix/qf1006 |
| 1746 | 2025-07-29T22:11:14.932Z | honnef.co/go/tools/quickfix/qf1007 |
| 1747 | 2025-07-29T22:11:14.932Z | honnef.co/go/tools/quickfix/qf1008 |
| 1748 | 2025-07-29T22:11:14.935Z | github.com/pseudomuto/protoc-gen-doc |
| 1749 | 2025-07-29T22:11:14.975Z | honnef.co/go/tools/quickfix/qf1009 |
| 1750 | 2025-07-29T22:11:15.076Z | honnef.co/go/tools/quickfix/qf1010 |
| 1751 | 2025-07-29T22:11:15.081Z | honnef.co/go/tools/internal/sharedcheck |
| 1752 | 2025-07-29T22:11:15.081Z | honnef.co/go/tools/quickfix/qf1012 |
| 1753 | 2025-07-29T22:11:15.098Z | honnef.co/go/tools/simple/s1000 |
| 1754 | 2025-07-29T22:11:15.122Z | honnef.co/go/tools/simple/s1001 |
| 1755 | 2025-07-29T22:11:15.132Z | github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc |
| 1756 | 2025-07-29T22:11:15.136Z | github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/generator |
| 1757 | 2025-07-29T22:11:15.193Z | [ 31%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/Position.cpp.o |
| 1758 | 2025-07-29T22:11:15.230Z | github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/internal/gengateway |
| 1759 | 2025-07-29T22:11:15.233Z | honnef.co/go/tools/quickfix/qf1011 |
| 1760 | 2025-07-29T22:11:15.244Z | honnef.co/go/tools/lintcmd/runner |
| 1761 | 2025-07-29T22:11:15.250Z | [ 32%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/Quadrant.cpp.o |
| 1762 | 2025-07-29T22:11:15.284Z | honnef.co/go/tools/simple/s1002 |
| 1763 | 2025-07-29T22:11:15.287Z | honnef.co/go/tools/simple/s1003 |
| 1764 | 2025-07-29T22:11:15.303Z | honnef.co/go/tools/simple/s1004 |
| 1765 | 2025-07-29T22:11:15.317Z | honnef.co/go/tools/simple/s1005 |
| 1766 | 2025-07-29T22:11:15.338Z | honnef.co/go/tools/quickfix |
| 1767 | 2025-07-29T22:11:15.368Z | honnef.co/go/tools/simple/s1006 |
| 1768 | 2025-07-29T22:11:15.396Z | honnef.co/go/tools/simple/s1007 |
| 1769 | 2025-07-29T22:11:15.399Z | honnef.co/go/tools/simple/s1008 |
| 1770 | 2025-07-29T22:11:15.422Z | github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway |
| 1771 | 2025-07-29T22:11:15.425Z | honnef.co/go/tools/simple/s1009 |
| 1772 | 2025-07-29T22:11:15.441Z | honnef.co/go/tools/simple/s1011 |
| 1773 | 2025-07-29T22:11:15.441Z | honnef.co/go/tools/simple/s1010 |
| 1774 | 2025-07-29T22:11:15.486Z | honnef.co/go/tools/simple/s1012 |
| 1775 | 2025-07-29T22:11:15.490Z | honnef.co/go/tools/simple/s1016 |
| 1776 | 2025-07-29T22:11:15.497Z | honnef.co/go/tools/simple/s1017 |
| 1777 | 2025-07-29T22:11:15.520Z | honnef.co/go/tools/simple/s1018 |
| 1778 | 2025-07-29T22:11:15.552Z | honnef.co/go/tools/simple/s1019 |
| 1779 | 2025-07-29T22:11:15.561Z | honnef.co/go/tools/simple/s1020 |
| 1780 | 2025-07-29T22:11:15.572Z | honnef.co/go/tools/simple/s1021 |
| 1781 | 2025-07-29T22:11:15.582Z | honnef.co/go/tools/simple/s1023 |
| 1782 | 2025-07-29T22:11:15.610Z | honnef.co/go/tools/simple/s1024 |
| 1783 | 2025-07-29T22:11:15.645Z | honnef.co/go/tools/simple/s1025 |
| 1784 | 2025-07-29T22:11:15.655Z | honnef.co/go/tools/lintcmd |
| 1785 | 2025-07-29T22:11:15.737Z | [ 32%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/TopologyLocation.cpp.o |
| 1786 | 2025-07-29T22:11:15.755Z | honnef.co/go/tools/simple/s1028 |
| 1787 | 2025-07-29T22:11:15.760Z | honnef.co/go/tools/simple/s1029 |
| 1788 | 2025-07-29T22:11:15.888Z | honnef.co/go/tools/simple/s1030 |
| 1789 | 2025-07-29T22:11:15.918Z | [ 32%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/MonotoneChainEdge.cpp.o |
| 1790 | 2025-07-29T22:11:15.932Z | honnef.co/go/tools/simple/s1031 |
| 1791 | 2025-07-29T22:11:15.936Z | honnef.co/go/tools/simple/s1032 |
| 1792 | 2025-07-29T22:11:15.947Z | honnef.co/go/tools/simple/s1033 |
| 1793 | 2025-07-29T22:11:16.008Z | [ 32%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/MonotoneChainIndexer.cpp.o |
| 1794 | 2025-07-29T22:11:16.182Z | honnef.co/go/tools/simple/s1035 |
| 1795 | 2025-07-29T22:11:16.182Z | honnef.co/go/tools/simple/s1036 |
| 1796 | 2025-07-29T22:11:16.182Z | honnef.co/go/tools/simple/s1034 |
| 1797 | 2025-07-29T22:11:16.186Z | honnef.co/go/tools/simple/s1037 |
| 1798 | 2025-07-29T22:11:16.207Z | [ 32%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/SegmentIntersector.cpp.o |
| 1799 | 2025-07-29T22:11:16.249Z | honnef.co/go/tools/simple/s1038 |
| 1800 | 2025-07-29T22:11:16.284Z | honnef.co/go/tools/simple/s1039 |
| 1801 | 2025-07-29T22:11:16.304Z | honnef.co/go/tools/simple/s1040 |
| 1802 | 2025-07-29T22:11:16.317Z | [ 34%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/SimpleEdgeSetIntersector.cpp.o |
| 1803 | 2025-07-29T22:11:16.359Z | honnef.co/go/tools/analysis/callcheck |
| 1804 | 2025-07-29T22:11:16.359Z | honnef.co/go/tools/staticcheck/sa1001 |
| 1805 | 2025-07-29T22:11:16.396Z | honnef.co/go/tools/staticcheck/sa1004 |
| 1806 | 2025-07-29T22:11:16.404Z | honnef.co/go/tools/staticcheck/sa1005 |
| 1807 | 2025-07-29T22:11:16.441Z | [ 34%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp.o |
| 1808 | 2025-07-29T22:11:16.445Z | honnef.co/go/tools/staticcheck/sa1006 |
| 1809 | 2025-07-29T22:11:16.454Z | honnef.co/go/tools/staticcheck/sa1008 |
| 1810 | 2025-07-29T22:11:16.550Z | honnef.co/go/tools/staticcheck/sa1012 |
| 1811 | 2025-07-29T22:11:16.568Z | honnef.co/go/tools/staticcheck/sa1013 |
| 1812 | 2025-07-29T22:11:16.572Z | honnef.co/go/tools/staticcheck/sa1000 |
| 1813 | 2025-07-29T22:11:16.601Z | [ 34%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/SimpleSweepLineIntersector.cpp.o |
| 1814 | 2025-07-29T22:11:16.614Z | honnef.co/go/tools/staticcheck/sa1002 |
| 1815 | 2025-07-29T22:11:16.672Z | honnef.co/go/tools/staticcheck/sa1003 |
| 1816 | 2025-07-29T22:11:16.678Z | honnef.co/go/tools/staticcheck/sa1007 |
| 1817 | 2025-07-29T22:11:16.682Z | honnef.co/go/tools/staticcheck/sa1010 |
| 1818 | 2025-07-29T22:11:16.689Z | honnef.co/go/tools/staticcheck/sa1011 |
| 1819 | 2025-07-29T22:11:16.698Z | honnef.co/go/tools/simple |
| 1820 | 2025-07-29T22:11:16.719Z | honnef.co/go/tools/staticcheck/sa1014 |
| 1821 | 2025-07-29T22:11:16.731Z | honnef.co/go/tools/staticcheck/sa1015 |
| 1822 | 2025-07-29T22:11:16.790Z | honnef.co/go/tools/staticcheck/sa1016 |
| 1823 | 2025-07-29T22:11:16.794Z | honnef.co/go/tools/staticcheck/sa1017 |
| 1824 | 2025-07-29T22:11:16.794Z | honnef.co/go/tools/staticcheck/sa1018 |
| 1825 | 2025-07-29T22:11:16.810Z | honnef.co/go/tools/staticcheck/sa1019 |
| 1826 | 2025-07-29T22:11:16.820Z | [ 34%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/SweepLineEvent.cpp.o |
| 1827 | 2025-07-29T22:11:16.840Z | honnef.co/go/tools/staticcheck/sa1020 |
| 1828 | 2025-07-29T22:11:16.946Z | honnef.co/go/tools/staticcheck/sa1021 |
| 1829 | 2025-07-29T22:11:16.989Z | honnef.co/go/tools/staticcheck/sa1023 |
| 1830 | 2025-07-29T22:11:16.997Z | honnef.co/go/tools/staticcheck/sa1024 |
| 1831 | 2025-07-29T22:11:17.001Z | honnef.co/go/tools/staticcheck/sa1025 |
| 1832 | 2025-07-29T22:11:17.025Z | honnef.co/go/tools/staticcheck/sa1026 |
| 1833 | 2025-07-29T22:11:17.066Z | honnef.co/go/tools/staticcheck/sa1027 |
| 1834 | 2025-07-29T22:11:17.239Z | honnef.co/go/tools/staticcheck/sa1028 |
| 1835 | 2025-07-29T22:11:17.239Z | honnef.co/go/tools/staticcheck/sa1029 |
| 1836 | 2025-07-29T22:11:17.242Z | honnef.co/go/tools/staticcheck/sa1030 |
| 1837 | 2025-07-29T22:11:17.242Z | honnef.co/go/tools/staticcheck/sa1031 |
| 1838 | 2025-07-29T22:11:17.251Z | honnef.co/go/tools/staticcheck/sa2000 |
| 1839 | 2025-07-29T22:11:17.251Z | honnef.co/go/tools/staticcheck/sa1032 |
| 1840 | 2025-07-29T22:11:17.254Z | honnef.co/go/tools/staticcheck/sa2001 |
| 1841 | 2025-07-29T22:11:17.268Z | [ 34%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/SweepLineSegment.cpp.o |
| 1842 | 2025-07-29T22:11:17.305Z | [ 36%] Building CXX object CMakeFiles/geos.dir/src/index/bintree/Bintree.cpp.o |
| 1843 | 2025-07-29T22:11:17.309Z | honnef.co/go/tools/staticcheck/sa2002 |
| 1844 | 2025-07-29T22:11:17.338Z | honnef.co/go/tools/staticcheck/sa2003 |
| 1845 | 2025-07-29T22:11:17.360Z | honnef.co/go/tools/staticcheck/sa3000 |
| 1846 | 2025-07-29T22:11:17.385Z | honnef.co/go/tools/staticcheck/sa3001 |
| 1847 | 2025-07-29T22:11:17.388Z | honnef.co/go/tools/staticcheck/sa4000 |
| 1848 | 2025-07-29T22:11:17.449Z | honnef.co/go/tools/staticcheck/sa4001 |
| 1849 | 2025-07-29T22:11:17.474Z | honnef.co/go/tools/staticcheck/sa4003 |
| 1850 | 2025-07-29T22:11:17.474Z | honnef.co/go/tools/staticcheck/sa4004 |
| 1851 | 2025-07-29T22:11:17.510Z | honnef.co/go/tools/staticcheck/sa4005 |
| 1852 | 2025-07-29T22:11:17.520Z | [ 36%] Building CXX object CMakeFiles/geos.dir/src/index/bintree/Interval.cpp.o |
| 1853 | 2025-07-29T22:11:17.546Z | honnef.co/go/tools/staticcheck/sa4008 |
| 1854 | 2025-07-29T22:11:17.546Z | honnef.co/go/tools/staticcheck/sa4006 |
| 1855 | 2025-07-29T22:11:17.550Z | honnef.co/go/tools/staticcheck/sa4009 |
| 1856 | 2025-07-29T22:11:17.555Z | honnef.co/go/tools/staticcheck/sa4010 |
| 1857 | 2025-07-29T22:11:17.587Z | honnef.co/go/tools/staticcheck/sa4011 |
| 1858 | 2025-07-29T22:11:17.606Z | [ 36%] Building CXX object CMakeFiles/geos.dir/src/index/bintree/Key.cpp.o |
| 1859 | 2025-07-29T22:11:17.609Z | honnef.co/go/tools/staticcheck/sa4012 |
| 1860 | 2025-07-29T22:11:17.633Z | [ 36%] Building CXX object CMakeFiles/geos.dir/src/index/bintree/Node.cpp.o |
| 1861 | 2025-07-29T22:11:17.707Z | honnef.co/go/tools/staticcheck/sa4013 |
| 1862 | 2025-07-29T22:11:17.707Z | honnef.co/go/tools/staticcheck/sa4014 |
| 1863 | 2025-07-29T22:11:17.729Z | honnef.co/go/tools/staticcheck/sa4015 |
| 1864 | 2025-07-29T22:11:17.736Z | honnef.co/go/tools/staticcheck/sa4016 |
| 1865 | 2025-07-29T22:11:17.739Z | honnef.co/go/tools/staticcheck/sa4017 |
| 1866 | 2025-07-29T22:11:17.743Z | [ 36%] Building CXX object CMakeFiles/geos.dir/src/index/bintree/NodeBase.cpp.o |
| 1867 | 2025-07-29T22:11:17.794Z | [ 37%] Building CXX object CMakeFiles/geos.dir/src/index/bintree/Root.cpp.o |
| 1868 | 2025-07-29T22:11:17.842Z | honnef.co/go/tools/staticcheck/sa4018 |
| 1869 | 2025-07-29T22:11:17.874Z | honnef.co/go/tools/staticcheck/sa4019 |
| 1870 | 2025-07-29T22:11:17.938Z | honnef.co/go/tools/staticcheck/sa4020 |
| 1871 | 2025-07-29T22:11:17.942Z | honnef.co/go/tools/staticcheck/sa4021 |
| 1872 | 2025-07-29T22:11:17.942Z | honnef.co/go/tools/staticcheck/sa4022 |
| 1873 | 2025-07-29T22:11:17.942Z | honnef.co/go/tools/staticcheck/sa4023 |
| 1874 | 2025-07-29T22:11:17.975Z | honnef.co/go/tools/staticcheck/sa4024 |
| 1875 | 2025-07-29T22:11:17.979Z | [ 37%] Building CXX object CMakeFiles/geos.dir/src/index/chain/MonotoneChain.cpp.o |
| 1876 | 2025-07-29T22:11:17.984Z | honnef.co/go/tools/staticcheck/sa4025 |
| 1877 | 2025-07-29T22:11:18.048Z | [ 37%] Building CXX object CMakeFiles/geos.dir/src/index/chain/MonotoneChainBuilder.cpp.o |
| 1878 | 2025-07-29T22:11:18.056Z | honnef.co/go/tools/staticcheck/sa4026 |
| 1879 | 2025-07-29T22:11:18.059Z | honnef.co/go/tools/staticcheck/sa4027 |
| 1880 | 2025-07-29T22:11:18.069Z | [ 37%] Building CXX object CMakeFiles/geos.dir/src/index/chain/MonotoneChainOverlapAction.cpp.o |
| 1881 | 2025-07-29T22:11:18.098Z | honnef.co/go/tools/staticcheck/sa4028 |
| 1882 | 2025-07-29T22:11:18.107Z | honnef.co/go/tools/staticcheck/sa4029 |
| 1883 | 2025-07-29T22:11:18.121Z | honnef.co/go/tools/staticcheck/sa4030 |
| 1884 | 2025-07-29T22:11:18.140Z | honnef.co/go/tools/staticcheck/sa4031 |
| 1885 | 2025-07-29T22:11:18.181Z | honnef.co/go/tools/staticcheck/sa4032 |
| 1886 | 2025-07-29T22:11:18.206Z | honnef.co/go/tools/staticcheck/sa5000 |
| 1887 | 2025-07-29T22:11:18.209Z | honnef.co/go/tools/staticcheck/sa5001 |
| 1888 | 2025-07-29T22:11:18.214Z | honnef.co/go/tools/staticcheck/sa5002 |
| 1889 | 2025-07-29T22:11:18.255Z | honnef.co/go/tools/staticcheck/sa5003 |
| 1890 | 2025-07-29T22:11:18.259Z | honnef.co/go/tools/staticcheck/sa5004 |
| 1891 | 2025-07-29T22:11:18.275Z | honnef.co/go/tools/staticcheck/sa5005 |
| 1892 | 2025-07-29T22:11:18.275Z | honnef.co/go/tools/staticcheck/sa5007 |
| 1893 | 2025-07-29T22:11:18.312Z | honnef.co/go/tools/staticcheck/sa5008 |
| 1894 | 2025-07-29T22:11:18.335Z | honnef.co/go/tools/staticcheck/sa5009 |
| 1895 | 2025-07-29T22:11:18.347Z | [ 37%] Building CXX object CMakeFiles/geos.dir/src/index/chain/MonotoneChainSelectAction.cpp.o |
| 1896 | 2025-07-29T22:11:18.378Z | honnef.co/go/tools/staticcheck/sa5010 |
| 1897 | 2025-07-29T22:11:18.382Z | honnef.co/go/tools/staticcheck/sa5011 |
| 1898 | 2025-07-29T22:11:18.393Z | honnef.co/go/tools/staticcheck/sa5012 |
| 1899 | 2025-07-29T22:11:18.483Z | [ 39%] Building CXX object CMakeFiles/geos.dir/src/index/intervalrtree/IntervalRTreeBranchNode.cpp.o |
| 1900 | 2025-07-29T22:11:18.528Z | [ 39%] Building CXX object CMakeFiles/geos.dir/src/index/intervalrtree/IntervalRTreeLeafNode.cpp.o |
| 1901 | 2025-07-29T22:11:18.621Z | [ 39%] Building CXX object CMakeFiles/geos.dir/src/index/intervalrtree/SortedPackedIntervalRTree.cpp.o |
| 1902 | 2025-07-29T22:11:18.634Z | honnef.co/go/tools/staticcheck/sa6000 |
| 1903 | 2025-07-29T22:11:18.637Z | honnef.co/go/tools/staticcheck/sa6001 |
| 1904 | 2025-07-29T22:11:18.637Z | honnef.co/go/tools/staticcheck/sa6002 |
| 1905 | 2025-07-29T22:11:18.640Z | honnef.co/go/tools/staticcheck/sa6003 |
| 1906 | 2025-07-29T22:11:18.640Z | honnef.co/go/tools/staticcheck/sa6005 |
| 1907 | 2025-07-29T22:11:18.716Z | honnef.co/go/tools/staticcheck/sa6006 |
| 1908 | 2025-07-29T22:11:18.721Z | honnef.co/go/tools/staticcheck/sa9001 |
| 1909 | 2025-07-29T22:11:18.748Z | honnef.co/go/tools/staticcheck/sa9002 |
| 1910 | 2025-07-29T22:11:18.751Z | honnef.co/go/tools/staticcheck/sa9003 |
| 1911 | 2025-07-29T22:11:18.768Z | honnef.co/go/tools/staticcheck/sa9004 |
| 1912 | 2025-07-29T22:11:18.841Z | honnef.co/go/tools/staticcheck/sa9005 |
| 1913 | 2025-07-29T22:11:18.841Z | honnef.co/go/tools/staticcheck/sa9006 |
| 1914 | 2025-07-29T22:11:18.844Z | honnef.co/go/tools/staticcheck/sa9007 |
| 1915 | 2025-07-29T22:11:18.870Z | # Add comment recognized by reviewable. |
| 1916 | 2025-07-29T22:11:18.878Z | echo '// GENERATED FILE DO NOT EDIT' > pkg/ui/workspaces/db-console/src/js/protos.d.ts |
| 1917 | 2025-07-29T22:11:18.884Z | build/node-run.sh pkg/ui/node_modules/.bin/pbts pkg/ui/workspaces/db-console/src/js/protos.js >> pkg/ui/workspaces/db-console/src/js/protos.d.ts |
| 1918 | 2025-07-29T22:11:18.890Z | honnef.co/go/tools/staticcheck/sa9008 |
| 1919 | 2025-07-29T22:11:18.914Z | [ 39%] Building CXX object CMakeFiles/geos.dir/src/index/quadtree/DoubleBits.cpp.o |
| 1920 | 2025-07-29T22:11:18.953Z | honnef.co/go/tools/staticcheck/sa9009 |
| 1921 | 2025-07-29T22:11:18.956Z | honnef.co/go/tools/stylecheck/st1000 |
| 1922 | 2025-07-29T22:11:18.984Z | honnef.co/go/tools/stylecheck/st1001 |
| 1923 | 2025-07-29T22:11:18.999Z | honnef.co/go/tools/stylecheck/st1003 |
| 1924 | 2025-07-29T22:11:19.003Z | honnef.co/go/tools/stylecheck/st1005 |
| 1925 | 2025-07-29T22:11:19.043Z | honnef.co/go/tools/stylecheck/st1006 |
| 1926 | 2025-07-29T22:11:19.062Z | honnef.co/go/tools/stylecheck/st1008 |
| 1927 | 2025-07-29T22:11:19.129Z | honnef.co/go/tools/stylecheck/st1011 |
| 1928 | 2025-07-29T22:11:19.132Z | honnef.co/go/tools/stylecheck/st1012 |
| 1929 | 2025-07-29T22:11:19.166Z | honnef.co/go/tools/stylecheck/st1013 |
| 1930 | 2025-07-29T22:11:19.239Z | honnef.co/go/tools/stylecheck/st1015 |
| 1931 | 2025-07-29T22:11:19.242Z | honnef.co/go/tools/stylecheck/st1016 |
| 1932 | 2025-07-29T22:11:19.242Z | honnef.co/go/tools/stylecheck/st1017 |
| 1933 | 2025-07-29T22:11:19.245Z | honnef.co/go/tools/stylecheck/st1018 |
| 1934 | 2025-07-29T22:11:19.245Z | honnef.co/go/tools/stylecheck/st1019 |
| 1935 | 2025-07-29T22:11:19.289Z | [ 39%] Building CXX object CMakeFiles/geos.dir/src/index/quadtree/IntervalSize.cpp.o |
| 1936 | 2025-07-29T22:11:19.303Z | honnef.co/go/tools/stylecheck/st1020 |
| 1937 | 2025-07-29T22:11:19.306Z | honnef.co/go/tools/staticcheck |
| 1938 | 2025-07-29T22:11:19.309Z | honnef.co/go/tools/stylecheck/st1021 |
| 1939 | 2025-07-29T22:11:19.321Z | honnef.co/go/tools/stylecheck/st1022 |
| 1940 | 2025-07-29T22:11:19.339Z | honnef.co/go/tools/stylecheck/st1023 |
| 1941 | 2025-07-29T22:11:19.426Z | [ 40%] Building CXX object CMakeFiles/geos.dir/src/index/quadtree/Key.cpp.o |
| 1942 | 2025-07-29T22:11:19.429Z | [ 40%] Building CXX object CMakeFiles/geos.dir/src/index/quadtree/Node.cpp.o |
| 1943 | 2025-07-29T22:11:19.507Z | honnef.co/go/tools/stylecheck |
| 1944 | 2025-07-29T22:11:19.513Z | [ 40%] Building CXX object CMakeFiles/geos.dir/src/index/quadtree/NodeBase.cpp.o |
| 1945 | 2025-07-29T22:11:19.544Z | [ 40%] Building CXX object CMakeFiles/geos.dir/src/index/quadtree/Quadtree.cpp.o |
| 1946 | 2025-07-29T22:11:19.563Z | honnef.co/go/tools/cmd/staticcheck |
| 1947 | 2025-07-29T22:11:19.648Z | [ 40%] Building CXX object CMakeFiles/geos.dir/src/index/quadtree/Root.cpp.o |
| 1948 | 2025-07-29T22:11:19.916Z | [ 42%] Building CXX object CMakeFiles/geos.dir/src/index/strtree/AbstractSTRtree.cpp.o |
| 1949 | 2025-07-29T22:11:20.080Z | [ 42%] Building CXX object CMakeFiles/geos.dir/src/index/strtree/BoundablePair.cpp.o |
| 1950 | 2025-07-29T22:11:20.336Z | [ 42%] Building CXX object CMakeFiles/geos.dir/src/index/strtree/EnvelopeUtil.cpp.o |
| 1951 | 2025-07-29T22:11:20.340Z | [ 42%] Building CXX object CMakeFiles/geos.dir/src/index/strtree/GeometryItemDistance.cpp.o |
| 1952 | 2025-07-29T22:11:20.377Z | [ 42%] Building CXX object CMakeFiles/geos.dir/src/index/strtree/Interval.cpp.o |
| 1953 | 2025-07-29T22:11:20.553Z | [ 44%] Building CXX object CMakeFiles/geos.dir/src/index/strtree/SIRtree.cpp.o |
| 1954 | 2025-07-29T22:11:20.650Z | touch bin/.bootstrap |
| 1955 | 2025-07-29T22:11:20.673Z | [ 44%] Building CXX object CMakeFiles/geos.dir/src/index/strtree/STRtree.cpp.o |
| 1956 | 2025-07-29T22:11:20.747Z | [ 44%] Building CXX object CMakeFiles/geos.dir/src/index/sweepline/SweepLineEvent.cpp.o |
| 1957 | 2025-07-29T22:11:20.825Z | [ 44%] Building CXX object CMakeFiles/geos.dir/src/index/sweepline/SweepLineIndex.cpp.o |
| 1958 | 2025-07-29T22:11:20.846Z | [ 44%] Building CXX object CMakeFiles/geos.dir/src/index/sweepline/SweepLineInterval.cpp.o |
| 1959 | 2025-07-29T22:11:20.914Z | [ 45%] Building CXX object CMakeFiles/geos.dir/src/inlines.cpp.o |
| 1960 | 2025-07-29T22:11:20.917Z | [ 45%] Building CXX object CMakeFiles/geos.dir/src/io/ByteOrderDataInStream.cpp.o |
| 1961 | 2025-07-29T22:11:20.963Z | [ 45%] Building CXX object CMakeFiles/geos.dir/src/io/ByteOrderValues.cpp.o |
| 1962 | 2025-07-29T22:11:20.998Z | [ 45%] Building CXX object CMakeFiles/geos.dir/src/io/CLocalizer.cpp.o |
| 1963 | 2025-07-29T22:11:21.040Z | [ 45%] Building CXX object CMakeFiles/geos.dir/src/io/ParseException.cpp.o |
| 1964 | 2025-07-29T22:11:21.270Z | [ 47%] Building CXX object CMakeFiles/geos.dir/src/io/StringTokenizer.cpp.o |
| 1965 | 2025-07-29T22:11:21.273Z | [ 47%] Building CXX object CMakeFiles/geos.dir/src/io/Unload.cpp.o |
| 1966 | 2025-07-29T22:11:21.485Z | [ 47%] Building CXX object CMakeFiles/geos.dir/src/io/WKBReader.cpp.o |
| 1967 | 2025-07-29T22:11:21.636Z | [ 47%] Building CXX object CMakeFiles/geos.dir/src/io/WKBWriter.cpp.o |
| 1968 | 2025-07-29T22:11:21.683Z | [ 47%] Building CXX object CMakeFiles/geos.dir/src/io/WKTReader.cpp.o |
| 1969 | 2025-07-29T22:11:21.693Z | [ 49%] Building CXX object CMakeFiles/geos.dir/src/io/WKTWriter.cpp.o |
| 1970 | 2025-07-29T22:11:22.063Z | [ 49%] Building CXX object CMakeFiles/geos.dir/src/io/Writer.cpp.o |
| 1971 | 2025-07-29T22:11:22.229Z | [ 49%] Building CXX object CMakeFiles/geos.dir/src/linearref/ExtractLineByLocation.cpp.o |
| 1972 | 2025-07-29T22:11:22.330Z | [ 49%] Building CXX object CMakeFiles/geos.dir/src/linearref/LengthIndexOfPoint.cpp.o |
| 1973 | 2025-07-29T22:11:22.657Z | [ 49%] Building CXX object CMakeFiles/geos.dir/src/linearref/LengthIndexedLine.cpp.o |
| 1974 | 2025-07-29T22:11:22.961Z | [ 50%] Building CXX object CMakeFiles/geos.dir/src/linearref/LengthLocationMap.cpp.o |
| 1975 | 2025-07-29T22:11:23.125Z | [ 50%] Building CXX object CMakeFiles/geos.dir/src/linearref/LinearGeometryBuilder.cpp.o |
| 1976 | 2025-07-29T22:11:23.200Z | [ 50%] Building CXX object CMakeFiles/geos.dir/src/linearref/LinearIterator.cpp.o |
| 1977 | 2025-07-29T22:11:23.302Z | [ 50%] Building CXX object CMakeFiles/geos.dir/src/linearref/LinearLocation.cpp.o |
| 1978 | 2025-07-29T22:11:23.332Z | [ 50%] Building CXX object CMakeFiles/geos.dir/src/linearref/LocationIndexOfLine.cpp.o |
| 1979 | 2025-07-29T22:11:23.592Z | [ 52%] Building CXX object CMakeFiles/geos.dir/src/linearref/LocationIndexOfPoint.cpp.o |
| 1980 | 2025-07-29T22:11:23.730Z | [ 52%] Building CXX object CMakeFiles/geos.dir/src/noding/BasicSegmentString.cpp.o |
| 1981 | 2025-07-29T22:11:23.853Z | [ 52%] Building CXX object CMakeFiles/geos.dir/src/noding/FastNodingValidator.cpp.o |
| 1982 | 2025-07-29T22:11:24.102Z | [ 52%] Building CXX object CMakeFiles/geos.dir/src/noding/FastSegmentSetIntersectionFinder.cpp.o |
| 1983 | 2025-07-29T22:11:24.128Z | [ 52%] Building CXX object CMakeFiles/geos.dir/src/noding/GeometryNoder.cpp.o |
| 1984 | 2025-07-29T22:11:24.280Z | [ 54%] Building CXX object CMakeFiles/geos.dir/src/noding/IntersectionAdder.cpp.o |
| 1985 | 2025-07-29T22:11:24.347Z | [ 54%] Building CXX object CMakeFiles/geos.dir/src/noding/IntersectionFinderAdder.cpp.o |
| 1986 | 2025-07-29T22:11:24.418Z | [ 54%] Building CXX object CMakeFiles/geos.dir/src/noding/IteratedNoder.cpp.o |
| 1987 | 2025-07-29T22:11:24.440Z | [ 54%] Building CXX object CMakeFiles/geos.dir/src/noding/MCIndexNoder.cpp.o |
| 1988 | 2025-07-29T22:11:24.844Z | [ 54%] Building CXX object CMakeFiles/geos.dir/src/noding/MCIndexSegmentSetMutualIntersector.cpp.o |
| 1989 | 2025-07-29T22:11:24.869Z | [ 55%] Building CXX object CMakeFiles/geos.dir/src/noding/NodedSegmentString.cpp.o |
| 1990 | 2025-07-29T22:11:24.958Z | [ 55%] Building CXX object CMakeFiles/geos.dir/src/noding/NodingIntersectionFinder.cpp.o |
| 1991 | 2025-07-29T22:11:25.049Z | [ 55%] Building CXX object CMakeFiles/geos.dir/src/noding/NodingValidator.cpp.o |
| 1992 | 2025-07-29T22:11:25.433Z | [ 55%] Building CXX object CMakeFiles/geos.dir/src/noding/Octant.cpp.o |
| 1993 | 2025-07-29T22:11:25.477Z | [ 55%] Building CXX object CMakeFiles/geos.dir/src/noding/OrientedCoordinateArray.cpp.o |
| 1994 | 2025-07-29T22:11:25.489Z | [ 57%] Building CXX object CMakeFiles/geos.dir/src/noding/ScaledNoder.cpp.o |
| 1995 | 2025-07-29T22:11:25.602Z | [ 57%] Building CXX object CMakeFiles/geos.dir/src/noding/SegmentIntersectionDetector.cpp.o |
| 1996 | 2025-07-29T22:11:25.687Z | [ 57%] Building CXX object CMakeFiles/geos.dir/src/noding/SegmentNode.cpp.o |
| 1997 | 2025-07-29T22:11:25.845Z | [ 57%] Building CXX object CMakeFiles/geos.dir/src/noding/SegmentNodeList.cpp.o |
| 1998 | 2025-07-29T22:11:25.943Z | [ 57%] Building CXX object CMakeFiles/geos.dir/src/noding/SegmentString.cpp.o |
| 1999 | 2025-07-29T22:11:26.040Z | [ 59%] Building CXX object CMakeFiles/geos.dir/src/noding/SegmentStringUtil.cpp.o |
| 2000 | 2025-07-29T22:11:26.205Z | [ 59%] Building CXX object CMakeFiles/geos.dir/src/noding/SimpleNoder.cpp.o |
| 2001 | 2025-07-29T22:11:26.269Z | [ 59%] Building CXX object CMakeFiles/geos.dir/src/noding/snapround/HotPixel.cpp.o |
| 2002 | 2025-07-29T22:11:26.313Z | [ 59%] Building CXX object CMakeFiles/geos.dir/src/noding/snapround/MCIndexPointSnapper.cpp.o |
| 2003 | 2025-07-29T22:11:26.451Z | [ 59%] Building CXX object CMakeFiles/geos.dir/src/noding/snapround/MCIndexSnapRounder.cpp.o |
| 2004 | 2025-07-29T22:11:26.520Z | [ 60%] Building CXX object CMakeFiles/geos.dir/src/noding/snapround/SimpleSnapRounder.cpp.o |
| 2005 | 2025-07-29T22:11:26.820Z | [ 60%] Building CXX object CMakeFiles/geos.dir/src/operation/GeometryGraphOperation.cpp.o |
| 2006 | 2025-07-29T22:11:26.872Z | [ 60%] Building CXX object CMakeFiles/geos.dir/src/operation/IsSimpleOp.cpp.o |
| 2007 | 2025-07-29T22:11:26.916Z | [ 60%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/BufferBuilder.cpp.o |
| 2008 | 2025-07-29T22:11:27.062Z | [ 60%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/BufferInputLineSimplifier.cpp.o |
| 2009 | 2025-07-29T22:11:27.120Z | [ 62%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/BufferOp.cpp.o |
| 2010 | 2025-07-29T22:11:27.483Z | [ 62%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/BufferParameters.cpp.o |
| 2011 | 2025-07-29T22:11:27.515Z | [ 62%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/BufferSubgraph.cpp.o |
| 2012 | 2025-07-29T22:11:27.617Z | [ 62%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/OffsetCurveBuilder.cpp.o |
| 2013 | 2025-07-29T22:11:27.764Z | [ 62%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/OffsetCurveSetBuilder.cpp.o |
| 2014 | 2025-07-29T22:11:27.809Z | [ 63%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/OffsetSegmentGenerator.cpp.o |
| 2015 | 2025-07-29T22:11:28.476Z | [ 63%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/RightmostEdgeFinder.cpp.o |
| 2016 | 2025-07-29T22:11:28.565Z | find ./pkg -name node_modules -prune -o -type f -name '*.pb.go' -exec rm {} + |
| 2017 | 2025-07-29T22:11:28.668Z | set -e; for dir in ./pkg/acceptance/cluster/ ./pkg/blobs/blobspb/ ./pkg/build/ ./pkg/clusterversion/ ./pkg/config/ ./pkg/config/zonepb/ ./pkg/geo/geoindex/ ./pkg/geo/geopb/ ./pkg/gossip/ ./pkg/jobs/jobspb/ ./pkg/kv/kvnemesis/ ./pkg/kv/kvserver/ ./pkg/kv/kvserver/closedts/ctpb/ ./pkg/kv/kvserver/concurrency/lock/ ./pkg/kv/kvserver/concurrency/poison/ ./pkg/kv/kvserver/kvserverpb/ ./pkg/kv/kvserver/liveness/livenesspb/ ./pkg/kv/kvserver/loqrecovery/loqrecoverypb/ ./pkg/kv/kvserver/protectedts/ptpb/ ./pkg/kv/kvserver/protectedts/ptstorage/ ./pkg/kv/kvserver/readsummary/rspb/ ./pkg/roachpb/ ./pkg/rpc/ ./pkg/server/diagnostics/diagnosticspb/ ./pkg/server/serverpb/ ./pkg/server/status/statuspb/ ./pkg/settings/ ./pkg/sql/catalog/catpb/ ./pkg/sql/catalog/descpb/ ./pkg/sql/contentionpb/ ./pkg/sql/execinfrapb/ ./pkg/sql/inverted/ ./pkg/sql/lex/ ./pkg/sql/pgwire/pgerror/ ./pkg/sql/protoreflect/test/ ./pkg/sql/rowenc/rowencpb/ ./pkg/sql/schemachanger/scpb/ ./pkg/sql/sessiondatapb/ ./pkg/sql/sqlstats/persistedsqlstats/ ./pkg/sql/stats/ ./pkg/sql/types/ ./pkg/startupmigrations/leasemanager/ ./pkg/storage/enginepb/ ./pkg/testutils/grpcutils/ ./pkg/ts/catalog/ ./pkg/ts/tspb/ ./pkg/util/ ./pkg/util/duration/ ./pkg/util/hlc/ ./pkg/util/log/eventpb/ ./pkg/util/log/logpb/ ./pkg/util/metric/ ./pkg/util/optional/ ./pkg/util/protoutil/ ./pkg/util/timeutil/pgdate/ ./pkg/util/tracing/tracingpb/ ./pkg/util/tracing/tracingservicepb/; do \ |
| 2018 | 2025-07-29T22:11:28.668Z | buf protoc -Ipkg -I./vendor/github.com/gogo/protobuf -I./vendor/go.etcd.io -I./vendor/github.com/prometheus/client_model -I./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis -I./vendor/github.com/cockroachdb/errors --gogoroach_out=Mgoogle/api/annotations.proto=google.golang.org/genproto/googleapis/api/annotations,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/any.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/duration.proto=github.com/gogo/protobuf/types,plugins=grpc,import_prefix=github.com/cockroachdb/cockroach/pkg/:./pkg $dir/*.proto; \ |
| 2019 | 2025-07-29T22:11:28.668Z | done |
| 2020 | 2025-07-29T22:11:28.776Z | [ 63%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/SubgraphDepthLocater.cpp.o |
| 2021 | 2025-07-29T22:11:28.807Z | [ 63%] Building CXX object CMakeFiles/geos.dir/src/operation/distance/ConnectedElementLocationFilter.cpp.o |
| 2022 | 2025-07-29T22:11:28.872Z | [ 63%] Building CXX object CMakeFiles/geos.dir/src/operation/distance/ConnectedElementPointFilter.cpp.o |
| 2023 | 2025-07-29T22:11:29.052Z | [ 65%] Building CXX object CMakeFiles/geos.dir/src/operation/distance/DistanceOp.cpp.o |
| 2024 | 2025-07-29T22:11:29.389Z | [ 65%] Building CXX object CMakeFiles/geos.dir/src/operation/distance/FacetSequence.cpp.o |
| 2025 | 2025-07-29T22:11:29.418Z | [ 65%] Building CXX object CMakeFiles/geos.dir/src/operation/distance/FacetSequenceTreeBuilder.cpp.o |
| 2026 | 2025-07-29T22:11:29.669Z | [ 65%] Building CXX object CMakeFiles/geos.dir/src/operation/distance/GeometryLocation.cpp.o |
| 2027 | 2025-07-29T22:11:29.678Z | [ 65%] Building CXX object CMakeFiles/geos.dir/src/operation/distance/IndexedFacetDistance.cpp.o |
| 2028 | 2025-07-29T22:11:29.703Z | [ 67%] Building CXX object CMakeFiles/geos.dir/src/operation/intersection/Rectangle.cpp.o |
| 2029 | 2025-07-29T22:11:30.241Z | [ 67%] Building CXX object CMakeFiles/geos.dir/src/operation/intersection/RectangleIntersection.cpp.o |
| 2030 | 2025-07-29T22:11:30.342Z | [ 67%] Building CXX object CMakeFiles/geos.dir/src/operation/intersection/RectangleIntersectionBuilder.cpp.o |
| 2031 | 2025-07-29T22:11:30.423Z | [ 67%] Building CXX object CMakeFiles/geos.dir/src/operation/linemerge/EdgeString.cpp.o |
| 2032 | 2025-07-29T22:11:30.438Z | [ 67%] Building CXX object CMakeFiles/geos.dir/src/operation/linemerge/LineMergeDirectedEdge.cpp.o |
| 2033 | 2025-07-29T22:11:30.607Z | [ 68%] Building CXX object CMakeFiles/geos.dir/src/operation/linemerge/LineMergeEdge.cpp.o |
| 2034 | 2025-07-29T22:11:30.666Z | [ 68%] Building CXX object CMakeFiles/geos.dir/src/operation/linemerge/LineMergeGraph.cpp.o |
| 2035 | 2025-07-29T22:11:30.854Z | [ 68%] Building CXX object CMakeFiles/geos.dir/src/operation/linemerge/LineMerger.cpp.o |
| 2036 | 2025-07-29T22:11:30.880Z | [ 68%] Building CXX object CMakeFiles/geos.dir/src/operation/linemerge/LineSequencer.cpp.o |
| 2037 | 2025-07-29T22:11:31.297Z | [ 68%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/EdgeSetNoder.cpp.o |
| 2038 | 2025-07-29T22:11:31.723Z | [ 70%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/ElevationMatrix.cpp.o |
| 2039 | 2025-07-29T22:11:31.820Z | [ 70%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/ElevationMatrixCell.cpp.o |
| 2040 | 2025-07-29T22:11:31.987Z | [ 70%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/LineBuilder.cpp.o |
| 2041 | 2025-07-29T22:11:32.175Z | [ 70%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/MaximalEdgeRing.cpp.o |
| 2042 | 2025-07-29T22:11:32.222Z | [ 70%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/MinimalEdgeRing.cpp.o |
| 2043 | 2025-07-29T22:11:32.526Z | [ 72%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/OverlayNodeFactory.cpp.o |
| 2044 | 2025-07-29T22:11:32.529Z | [ 72%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/OverlayOp.cpp.o |
| 2045 | 2025-07-29T22:11:32.790Z | [ 72%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/PointBuilder.cpp.o |
| 2046 | 2025-07-29T22:11:33.177Z | [ 72%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/snap/GeometrySnapper.cpp.o |
| 2047 | 2025-07-29T22:11:33.177Z | [ 72%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/PolygonBuilder.cpp.o |
| 2048 | 2025-07-29T22:11:33.253Z | [ 73%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/snap/LineStringSnapper.cpp.o |
| 2049 | 2025-07-29T22:11:33.383Z | [ 73%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp.o |
| 2050 | 2025-07-29T22:11:33.491Z | find ./pkg -name node_modules -prune -o -type f -name '*.pb.gw.go' -exec rm {} + |
| 2051 | 2025-07-29T22:11:33.571Z | buf protoc -Ipkg -I./vendor/github.com/gogo/protobuf -I./vendor/github.com/cockroachdb/errors -I./vendor/go.etcd.io -I./vendor/github.com/prometheus/client_model -I./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:./pkg ./pkg/server/serverpb/admin.proto ./pkg/server/serverpb/status.proto ./pkg/server/serverpb/authentication.proto |
| 2052 | 2025-07-29T22:11:33.875Z | [ 73%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/snap/SnapOverlayOp.cpp.o |
| 2053 | 2025-07-29T22:11:34.232Z | [ 73%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/validate/FuzzyPointLocator.cpp.o |
| 2054 | 2025-07-29T22:11:34.372Z | buf protoc -Ipkg -I./vendor/github.com/gogo/protobuf -I./vendor/github.com/cockroachdb/errors -I./vendor/go.etcd.io -I./vendor/github.com/prometheus/client_model -I./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:./pkg ./pkg/ts/tspb/timeseries.proto |
| 2055 | 2025-07-29T22:11:34.499Z | [ 73%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/validate/OffsetPointGenerator.cpp.o |
| 2056 | 2025-07-29T22:11:34.538Z | gofmt -s -w ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go |
| 2057 | 2025-07-29T22:11:34.553Z | [ 75%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/validate/OverlayResultValidator.cpp.o |
| 2058 | 2025-07-29T22:11:34.631Z | goimports -w ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go |
| 2059 | 2025-07-29T22:11:34.804Z | touch bin/.gw_protobuf_sources |
| 2060 | 2025-07-29T22:11:34.811Z | (cd pkg/roachprod/vm/aws && go generate) |
| 2061 | 2025-07-29T22:11:34.884Z | [ 75%] Building CXX object CMakeFiles/geos.dir/src/operation/polygonize/BuildArea.cpp.o |
| 2062 | 2025-07-29T22:11:35.028Z | (cd pkg/security/securitytest && go generate) |
| 2063 | 2025-07-29T22:11:35.218Z | [ 75%] Building CXX object CMakeFiles/geos.dir/src/operation/polygonize/EdgeRing.cpp.o |
| 2064 | 2025-07-29T22:11:35.239Z | go run -mod=vendor pkg/util/log/gen/main.go pkg/util/log/logpb/log.proto channel.go pkg/util/log/channel/channel_generated.go.tmp || { rm -f pkg/util/log/channel/channel_generated.go.tmp; exit 1; } |
| 2065 | 2025-07-29T22:11:35.288Z | [ 75%] Building CXX object CMakeFiles/geos.dir/src/operation/polygonize/HoleAssigner.cpp.o |
| 2066 | 2025-07-29T22:11:35.305Z | [ 75%] Building CXX object CMakeFiles/geos.dir/src/operation/polygonize/PolygonizeDirectedEdge.cpp.o |
| 2067 | 2025-07-29T22:11:35.558Z | [ 77%] Building CXX object CMakeFiles/geos.dir/src/operation/polygonize/PolygonizeEdge.cpp.o |
| 2068 | 2025-07-29T22:11:35.752Z | [ 77%] Building CXX object CMakeFiles/geos.dir/src/operation/polygonize/PolygonizeGraph.cpp.o |
| 2069 | 2025-07-29T22:11:35.842Z | [ 77%] Building CXX object CMakeFiles/geos.dir/src/operation/polygonize/Polygonizer.cpp.o |
| 2070 | 2025-07-29T22:11:36.139Z | [ 77%] Building CXX object CMakeFiles/geos.dir/src/operation/predicate/RectangleContains.cpp.o |
| 2071 | 2025-07-29T22:11:36.383Z | [ 77%] Building CXX object CMakeFiles/geos.dir/src/operation/predicate/RectangleIntersects.cpp.o |
| 2072 | 2025-07-29T22:11:36.613Z | [ 78%] Building CXX object CMakeFiles/geos.dir/src/operation/predicate/SegmentIntersectionTester.cpp.o |
| 2073 | 2025-07-29T22:11:36.679Z | mv -f pkg/util/log/channel/channel_generated.go.tmp pkg/util/log/channel/channel_generated.go |
| 2074 | 2025-07-29T22:11:36.686Z | go run -mod=vendor pkg/util/log/gen/main.go pkg/util/log/logpb/log.proto log_channels.go pkg/util/log/log_channels_generated.go.tmp || { rm -f pkg/util/log/log_channels_generated.go.tmp; exit 1; } |
| 2075 | 2025-07-29T22:11:36.772Z | [ 78%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/EdgeEndBuilder.cpp.o |
| 2076 | 2025-07-29T22:11:37.043Z | [ 78%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/EdgeEndBundle.cpp.o |
| 2077 | 2025-07-29T22:11:37.273Z | [ 78%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/EdgeEndBundleStar.cpp.o |
| 2078 | 2025-07-29T22:11:37.447Z | mv -f pkg/util/log/log_channels_generated.go.tmp pkg/util/log/log_channels_generated.go |
| 2079 | 2025-07-29T22:11:37.454Z | set -euo pipefail; \ |
| 2080 | 2025-07-29T22:11:37.454Z | ret=$(cd pkg/sql/parser/gen && goyacc -p sql -o sql.go.tmp sql-gen.y); \ |
| 2081 | 2025-07-29T22:11:37.454Z | if expr "$ret" : ".*conflicts" >/dev/null; then \ |
| 2082 | 2025-07-29T22:11:37.454Z | echo "$ret"; exit 1; \ |
| 2083 | 2025-07-29T22:11:37.454Z | fi |
| 2084 | 2025-07-29T22:11:37.464Z | [ 80%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/RelateComputer.cpp.o |
| 2085 | 2025-07-29T22:11:37.484Z | [ 80%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/RelateNode.cpp.o |
| 2086 | 2025-07-29T22:11:37.694Z | mv -f pkg/sql/parser/helpmap_test.go.tmp pkg/sql/parser/helpmap_test.go |
| 2087 | 2025-07-29T22:11:37.700Z | gofmt -s -w pkg/sql/parser/helpmap_test.go |
| 2088 | 2025-07-29T22:11:37.710Z | awk -f pkg/sql/parser/help.awk < pkg/sql/parser/sql.y > pkg/sql/parser/help_messages.go.tmp || rm pkg/sql/parser/help_messages.go.tmp |
| 2089 | 2025-07-29T22:11:37.756Z | mv -f pkg/sql/parser/help_messages.go.tmp pkg/sql/parser/help_messages.go |
| 2090 | 2025-07-29T22:11:37.762Z | gofmt -s -w pkg/sql/parser/help_messages.go |
| 2091 | 2025-07-29T22:11:37.781Z | go run -mod=vendor -tags all-keywords pkg/sql/lexbase/allkeywords/main.go < pkg/sql/parser/sql.y > pkg/sql/lexbase/keywords.go.tmp || rm pkg/sql/lexbase/keywords.go.tmp |
| 2092 | 2025-07-29T22:11:37.795Z | [ 80%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/RelateNodeFactory.cpp.o |
| 2093 | 2025-07-29T22:11:38.021Z | [ 80%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/RelateNodeGraph.cpp.o |
| 2094 | 2025-07-29T22:11:38.198Z | [ 80%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/RelateOp.cpp.o |
| 2095 | 2025-07-29T22:11:38.202Z | [ 81%] Building CXX object CMakeFiles/geos.dir/src/operation/sharedpaths/SharedPathsOp.cpp.o |
| 2096 | 2025-07-29T22:11:38.202Z | mv -f pkg/sql/lexbase/keywords.go.tmp pkg/sql/lexbase/keywords.go |
| 2097 | 2025-07-29T22:11:38.206Z | gofmt -s -w pkg/sql/lexbase/keywords.go |
| 2098 | 2025-07-29T22:11:38.224Z | awk -f pkg/sql/parser/reserved_keywords.awk < pkg/sql/parser/sql.y > pkg/sql/lexbase/reserved_keywords.go.tmp || rm pkg/sql/lexbase/reserved_keywords.go.tmp |
| 2099 | 2025-07-29T22:11:38.260Z | mv -f pkg/sql/lexbase/reserved_keywords.go.tmp pkg/sql/lexbase/reserved_keywords.go |
| 2100 | 2025-07-29T22:11:38.265Z | gofmt -s -w pkg/sql/lexbase/reserved_keywords.go |
| 2101 | 2025-07-29T22:11:38.275Z | stringer -output=pkg/sql/opt/rule_name_string.go -type=RuleName pkg/sql/opt/rule_name.go pkg/sql/opt/rule_name.og.go |
| 2102 | 2025-07-29T22:11:38.377Z | build/node-run.sh -C pkg/ui/workspaces/cluster-ui yarn build |
| 2103 | 2025-07-29T22:11:38.459Z | [ 81%] Building CXX object CMakeFiles/geos.dir/src/operation/union/CascadedPolygonUnion.cpp.o |
| 2104 | 2025-07-29T22:11:38.704Z | yarn run v1.22.22 |
| 2105 | 2025-07-29T22:11:38.762Z | $ npm-run-all -p build:typescript build:bundle |
| 2106 | 2025-07-29T22:11:38.920Z | [ 81%] Building CXX object CMakeFiles/geos.dir/src/operation/union/CascadedUnion.cpp.o |
| 2107 | 2025-07-29T22:11:38.932Z | [ 81%] Building CXX object CMakeFiles/geos.dir/src/operation/union/CoverageUnion.cpp.o |
| 2108 | 2025-07-29T22:11:39.239Z | [ 81%] Building CXX object CMakeFiles/geos.dir/src/operation/union/OverlapUnion.cpp.o |
| 2109 | 2025-07-29T22:11:39.468Z | [ 83%] Building CXX object CMakeFiles/geos.dir/src/operation/union/PointGeometryUnion.cpp.o |
| 2110 | 2025-07-29T22:11:39.512Z | $ NODE_ENV=production webpack --display-error-details --mode=production |
| 2111 | 2025-07-29T22:11:39.804Z | $ tsc |
| 2112 | 2025-07-29T22:11:40.014Z | [ 83%] Building CXX object CMakeFiles/geos.dir/src/operation/union/UnaryUnionOp.cpp.o |
| 2113 | 2025-07-29T22:11:40.279Z | [ 83%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/ConnectedInteriorTester.cpp.o |
| 2114 | 2025-07-29T22:11:40.536Z | [ 83%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/ConsistentAreaTester.cpp.o |
| 2115 | 2025-07-29T22:11:40.663Z | [ 83%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/IndexedNestedRingTester.cpp.o |
| 2116 | 2025-07-29T22:11:40.689Z | [ 85%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/IsValidOp.cpp.o |
| 2117 | 2025-07-29T22:11:40.764Z | [info] [webpackbar] Compiling Cluster-ui |
| 2118 | 2025-07-29T22:11:41.587Z | [ 85%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/MakeValid.cpp.o |
| 2119 | 2025-07-29T22:11:41.657Z | [ 85%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/QuadtreeNestedRingTester.cpp.o |
| 2120 | 2025-07-29T22:11:41.868Z | [ 85%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/RepeatedPointRemover.cpp.o |
| 2121 | 2025-07-29T22:11:42.373Z | [ 85%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/RepeatedPointTester.cpp.o |
| 2122 | 2025-07-29T22:11:42.634Z | [ 86%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/SimpleNestedRingTester.cpp.o |
| 2123 | 2025-07-29T22:11:42.854Z | [ 86%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/SweeplineNestedRingTester.cpp.o |
| 2124 | 2025-07-29T22:11:42.910Z | [ 86%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/TopologyValidationError.cpp.o |
| 2125 | 2025-07-29T22:11:43.526Z | [ 86%] Building CXX object CMakeFiles/geos.dir/src/planargraph/DirectedEdge.cpp.o |
| 2126 | 2025-07-29T22:11:43.635Z | [ 86%] Building CXX object CMakeFiles/geos.dir/src/planargraph/DirectedEdgeStar.cpp.o |
| 2127 | 2025-07-29T22:11:43.849Z | [ 88%] Building CXX object CMakeFiles/geos.dir/src/planargraph/Edge.cpp.o |
| 2128 | 2025-07-29T22:11:43.874Z | [ 88%] Building CXX object CMakeFiles/geos.dir/src/planargraph/Node.cpp.o |
| 2129 | 2025-07-29T22:11:44.204Z | [ 88%] Building CXX object CMakeFiles/geos.dir/src/planargraph/NodeMap.cpp.o |
| 2130 | 2025-07-29T22:11:44.496Z | [ 88%] Building CXX object CMakeFiles/geos.dir/src/planargraph/PlanarGraph.cpp.o |
| 2131 | 2025-07-29T22:11:44.581Z | [ 88%] Building CXX object CMakeFiles/geos.dir/src/planargraph/Subgraph.cpp.o |
| 2132 | 2025-07-29T22:11:44.698Z | [ 90%] Building CXX object CMakeFiles/geos.dir/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp.o |
| 2133 | 2025-07-29T22:11:44.822Z | [ 90%] Building CXX object CMakeFiles/geos.dir/src/precision/CommonBits.cpp.o |
| 2134 | 2025-07-29T22:11:44.931Z | [ 90%] Building CXX object CMakeFiles/geos.dir/src/precision/CommonBitsOp.cpp.o |
| 2135 | 2025-07-29T22:11:44.949Z | [ 90%] Building CXX object CMakeFiles/geos.dir/src/precision/CommonBitsRemover.cpp.o |
| 2136 | 2025-07-29T22:11:45.278Z | [ 90%] Building CXX object CMakeFiles/geos.dir/src/precision/EnhancedPrecisionOp.cpp.o |
| 2137 | 2025-07-29T22:11:45.278Z | [ 91%] Building CXX object CMakeFiles/geos.dir/src/precision/GeometryPrecisionReducer.cpp.o |
| 2138 | 2025-07-29T22:11:45.360Z | [ 91%] Building CXX object CMakeFiles/geos.dir/src/precision/MinimumClearance.cpp.o |
| 2139 | 2025-07-29T22:11:45.568Z | [ 91%] Building CXX object CMakeFiles/geos.dir/src/precision/PrecisionReducerCoordinateOperation.cpp.o |
| 2140 | 2025-07-29T22:11:45.792Z | [ 91%] Building CXX object CMakeFiles/geos.dir/src/precision/SimpleGeometryPrecisionReducer.cpp.o |
| 2141 | 2025-07-29T22:11:45.815Z | [ 91%] Building CXX object CMakeFiles/geos.dir/src/simplify/DouglasPeuckerLineSimplifier.cpp.o |
| 2142 | 2025-07-29T22:11:46.127Z | [ 93%] Building CXX object CMakeFiles/geos.dir/src/simplify/DouglasPeuckerSimplifier.cpp.o |
| 2143 | 2025-07-29T22:11:46.284Z | [ 93%] Building CXX object CMakeFiles/geos.dir/src/simplify/LineSegmentIndex.cpp.o |
| 2144 | 2025-07-29T22:11:46.643Z | [ 93%] Building CXX object CMakeFiles/geos.dir/src/simplify/TaggedLineSegment.cpp.o |
| 2145 | 2025-07-29T22:11:46.754Z | [ 93%] Building CXX object CMakeFiles/geos.dir/src/simplify/TaggedLineString.cpp.o |
| 2146 | 2025-07-29T22:11:46.838Z | [ 93%] Building CXX object CMakeFiles/geos.dir/src/simplify/TaggedLineStringSimplifier.cpp.o |
| 2147 | 2025-07-29T22:11:47.059Z | [ 95%] Building CXX object CMakeFiles/geos.dir/src/simplify/TaggedLinesSimplifier.cpp.o |
| 2148 | 2025-07-29T22:11:47.288Z | [ 95%] Building CXX object CMakeFiles/geos.dir/src/simplify/TopologyPreservingSimplifier.cpp.o |
| 2149 | 2025-07-29T22:11:47.406Z | [ 95%] Building CXX object CMakeFiles/geos.dir/src/triangulate/DelaunayTriangulationBuilder.cpp.o |
| 2150 | 2025-07-29T22:11:47.411Z | [ 95%] Building CXX object CMakeFiles/geos.dir/src/triangulate/IncrementalDelaunayTriangulator.cpp.o |
| 2151 | 2025-07-29T22:11:47.969Z | [ 95%] Building CXX object CMakeFiles/geos.dir/src/triangulate/VoronoiDiagramBuilder.cpp.o |
| 2152 | 2025-07-29T22:11:48.015Z | [ 96%] Building CXX object CMakeFiles/geos.dir/src/triangulate/quadedge/LastFoundQuadEdgeLocator.cpp.o |
| 2153 | 2025-07-29T22:11:48.164Z | [ 96%] Building CXX object CMakeFiles/geos.dir/src/triangulate/quadedge/LocateFailureException.cpp.o |
| 2154 | 2025-07-29T22:11:48.537Z | (echo "// Code generated by goyacc. DO NOT EDIT."; \ |
| 2155 | 2025-07-29T22:11:48.537Z | echo "// GENERATED FILE DO NOT EDIT"; \ |
| 2156 | 2025-07-29T22:11:48.537Z | cat pkg/sql/parser/gen/sql.go.tmp | \ |
| 2157 | 2025-07-29T22:11:48.537Z | sed -E 's/^const ([A-Z][_A-Z0-9]*) =.*$/const \1 = lexbase.\1/g') > pkg/sql/parser/sql.go.tmp || rm pkg/sql/parser/sql.go.tmp |
| 2158 | 2025-07-29T22:11:48.614Z | mv -f pkg/sql/parser/sql.go.tmp pkg/sql/parser/sql.go |
| 2159 | 2025-07-29T22:11:48.622Z | goimports -w pkg/sql/parser/sql.go |
| 2160 | 2025-07-29T22:11:48.947Z | [ 96%] Building CXX object CMakeFiles/geos.dir/src/triangulate/quadedge/QuadEdge.cpp.o |
| 2161 | 2025-07-29T22:11:48.995Z | [ 96%] Building CXX object CMakeFiles/geos.dir/src/triangulate/quadedge/QuadEdgeSubdivision.cpp.o |
| 2162 | 2025-07-29T22:11:49.112Z | [ 96%] Building CXX object CMakeFiles/geos.dir/src/triangulate/quadedge/TrianglePredicate.cpp.o |
| 2163 | 2025-07-29T22:11:49.241Z | [ 98%] Building CXX object CMakeFiles/geos.dir/src/triangulate/quadedge/Vertex.cpp.o |
| 2164 | 2025-07-29T22:11:49.590Z | [ 98%] Building CXX object CMakeFiles/geos.dir/src/util/Assert.cpp.o |
| 2165 | 2025-07-29T22:11:49.771Z | [ 98%] Building CXX object CMakeFiles/geos.dir/src/util/GeometricShapeFactory.cpp.o |
| 2166 | 2025-07-29T22:11:49.974Z | [ 98%] Building CXX object CMakeFiles/geos.dir/src/util/Interrupt.cpp.o |
| 2167 | 2025-07-29T22:11:50.226Z | [ 98%] Building CXX object CMakeFiles/geos.dir/src/util/Profiler.cpp.o |
| 2168 | 2025-07-29T22:11:50.268Z | (echo "// Code generated by make. DO NOT EDIT."; \ |
| 2169 | 2025-07-29T22:11:50.268Z | echo "// GENERATED FILE DO NOT EDIT"; \ |
| 2170 | 2025-07-29T22:11:50.268Z | echo; \ |
| 2171 | 2025-07-29T22:11:50.268Z | echo "package lexbase"; \ |
| 2172 | 2025-07-29T22:11:50.268Z | echo; \ |
| 2173 | 2025-07-29T22:11:50.268Z | grep '^const [A-Z][_A-Z0-9]* ' pkg/sql/parser/gen/sql.go.tmp) > pkg/sql/lexbase/tokens.go.tmp || rm pkg/sql/lexbase/tokens.go.tmp |
| 2174 | 2025-07-29T22:11:50.283Z | mv -f pkg/sql/lexbase/tokens.go.tmp pkg/sql/lexbase/tokens.go |
| 2175 | 2025-07-29T22:11:50.294Z | [100%] Building CXX object CMakeFiles/geos.dir/src/util/math.cpp.o |
| 2176 | 2025-07-29T22:11:51.204Z | gofmt -s -w ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/blobs/blobspb/blobs.pb.go ./pkg/build/info.pb.go ./pkg/clusterversion/cluster_version.pb.go ./pkg/config/system.pb.go ./pkg/config/zonepb/zone.pb.go ./pkg/geo/geoindex/config.pb.go ./pkg/geo/geopb/geopb.pb.go ./pkg/gossip/gossip.pb.go ./pkg/jobs/jobspb/jobs.pb.go ./pkg/jobs/jobspb/schedule.pb.go ./pkg/kv/kvnemesis/operations.pb.go ./pkg/kv/kvserver/api.pb.go ./pkg/kv/kvserver/closedts/ctpb/service.pb.go ./pkg/kv/kvserver/concurrency/lock/lock_waiter.pb.go ./pkg/kv/kvserver/concurrency/lock/locking.pb.go ./pkg/kv/kvserver/concurrency/poison/error.pb.go ./pkg/kv/kvserver/concurrency/poison/policy.pb.go ./pkg/kv/kvserver/kvserverpb/lease_status.pb.go ./pkg/kv/kvserver/kvserverpb/proposer_kv.pb.go ./pkg/kv/kvserver/kvserverpb/raft.pb.go ./pkg/kv/kvserver/kvserverpb/range_log.pb.go ./pkg/kv/kvserver/kvserverpb/state.pb.go ./pkg/kv/kvserver/liveness/livenesspb/liveness.pb.go ./pkg/kv/kvserver/loqrecovery/loqrecoverypb/recovery.pb.go ./pkg/kv/kvserver/protectedts/ptpb/protectedts.pb.go ./pkg/kv/kvserver/protectedts/ptstorage/storage.pb.go ./pkg/kv/kvserver/readsummary/rspb/summary.pb.go ./pkg/kv/kvserver/storage_services.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/index_usage_stats.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/io-formats.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/roachpb/span_config.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnostics/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/migration.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/statuspb/status.pb.go ./pkg/settings/encoding.pb.go ./pkg/sql/catalog/catpb/catalog.pb.go ./pkg/sql/catalog/catpb/privilege.pb.go ./pkg/sql/catalog/descpb/encoded_datum.pb.go ./pkg/sql/catalog/descpb/index_fetch.pb.go ./pkg/sql/catalog/descpb/join_type.pb.go ./pkg/sql/catalog/descpb/locking.pb.go ./pkg/sql/catalog/descpb/structured.pb.go ./pkg/sql/catalog/descpb/tenant.pb.go ./pkg/sql/contentionpb/contention.pb.go ./pkg/sql/execinfrapb/api.pb.go ./pkg/sql/execinfrapb/component_stats.pb.go ./pkg/sql/execinfrapb/data.pb.go ./pkg/sql/execinfrapb/processors.pb.go ./pkg/sql/execinfrapb/processors_base.pb.go ./pkg/sql/execinfrapb/processors_bulk_io.pb.go ./pkg/sql/execinfrapb/processors_changefeeds.pb.go ./pkg/sql/execinfrapb/processors_sql.pb.go ./pkg/sql/execinfrapb/processors_table_stats.pb.go ./pkg/sql/inverted/span_expression.pb.go ./pkg/sql/lex/encode.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/protoreflect/test/test.pb.go ./pkg/sql/rowenc/rowencpb/index_encoding.pb.go ./pkg/sql/schemachanger/scpb/elements.pb.go ./pkg/sql/schemachanger/scpb/scpb.pb.go ./pkg/sql/sessiondatapb/local_only_session_data.pb.go ./pkg/sql/sessiondatapb/session_data.pb.go ./pkg/sql/sessiondatapb/session_migration.pb.go ./pkg/sql/sessiondatapb/session_revival_token.pb.go ./pkg/sql/sqlstats/persistedsqlstats/sql_stats_compact.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/sql/stats/table_statistic.pb.go ./pkg/sql/types/types.pb.go ./pkg/startupmigrations/leasemanager/lease.pb.go ./pkg/storage/enginepb/engine.pb.go ./pkg/storage/enginepb/file_registry.pb.go ./pkg/storage/enginepb/mvcc.pb.go ./pkg/storage/enginepb/mvcc3.pb.go ./pkg/storage/enginepb/rocksdb.pb.go ./pkg/testutils/grpcutils/testservice.pb.go ./pkg/ts/catalog/chart_catalog.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/duration/duration.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/eventpb/cluster_events.pb.go ./pkg/util/log/eventpb/ddl_events.pb.go ./pkg/util/log/eventpb/debug_events.pb.go ./pkg/util/log/eventpb/events.pb.go ./pkg/util/log/eventpb/health_events.pb.go ./pkg/util/log/eventpb/job_events.pb.go ./pkg/util/log/eventpb/misc_sql_events.pb.go ./pkg/util/log/eventpb/privilege_events.pb.go ./pkg/util/log/eventpb/role_events.pb.go ./pkg/util/log/eventpb/session_events.pb.go ./pkg/util/log/eventpb/sql_audit_events.pb.go ./pkg/util/log/eventpb/telemetry.pb.go ./pkg/util/log/eventpb/zone_events.pb.go ./pkg/util/log/logpb/log.pb.go ./pkg/util/metric/metric.pb.go ./pkg/util/optional/optional.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/timeutil/pgdate/pgdate.pb.go ./pkg/util/tracing/tracingpb/recorded_span.pb.go ./pkg/util/tracing/tracingpb/tracing.pb.go ./pkg/util/tracing/tracingservicepb/tracing_service.pb.go ./pkg/util/unresolved_addr.pb.go |
| 2177 | 2025-07-29T22:11:51.674Z | [100%] Linking CXX shared library lib/libgeos.so |
| 2178 | 2025-07-29T22:11:51.861Z | [100%] Building CXX object CMakeFiles/geos_c.dir/capi/geos_c.cpp.o |
| 2179 | 2025-07-29T22:11:51.864Z | [100%] Building CXX object CMakeFiles/geos_c.dir/capi/geos_ts_c.cpp.o |
| 2180 | 2025-07-29T22:11:52.963Z | touch bin/.go_protobuf_sources |
| 2181 | 2025-07-29T22:11:52.969Z | go run -mod=vendor pkg/util/log/eventpb/gen.go eventlog_channels_go pkg/util/log/eventpb/events.proto pkg/util/log/eventpb/debug_events.proto pkg/util/log/eventpb/ddl_events.proto pkg/util/log/eventpb/misc_sql_events.proto pkg/util/log/eventpb/privilege_events.proto pkg/util/log/eventpb/role_events.proto pkg/util/log/eventpb/zone_events.proto pkg/util/log/eventpb/session_events.proto pkg/util/log/eventpb/sql_audit_events.proto pkg/util/log/eventpb/cluster_events.proto pkg/util/log/eventpb/job_events.proto pkg/util/log/eventpb/health_events.proto pkg/util/log/eventpb/telemetry.proto >pkg/util/log/eventpb/eventlog_channels_generated.go.tmp || { rm -f pkg/util/log/eventpb/eventlog_channels_generated.go.tmp; exit 1; } |
| 2182 | 2025-07-29T22:11:52.973Z | go run -mod=vendor pkg/util/log/eventpb/gen.go json_encode_go pkg/util/log/eventpb/events.proto pkg/util/log/eventpb/debug_events.proto pkg/util/log/eventpb/ddl_events.proto pkg/util/log/eventpb/misc_sql_events.proto pkg/util/log/eventpb/privilege_events.proto pkg/util/log/eventpb/role_events.proto pkg/util/log/eventpb/zone_events.proto pkg/util/log/eventpb/session_events.proto pkg/util/log/eventpb/sql_audit_events.proto pkg/util/log/eventpb/cluster_events.proto pkg/util/log/eventpb/job_events.proto pkg/util/log/eventpb/health_events.proto pkg/util/log/eventpb/telemetry.proto >pkg/util/log/eventpb/json_encode_generated.go.tmp || { rm -f pkg/util/log/eventpb/json_encode_generated.go.tmp; exit 1; } |
| 2183 | 2025-07-29T22:11:53.925Z | mv -f pkg/util/log/eventpb/eventlog_channels_generated.go.tmp pkg/util/log/eventpb/eventlog_channels_generated.go |
| 2184 | 2025-07-29T22:11:53.947Z | mv -f pkg/util/log/eventpb/json_encode_generated.go.tmp pkg/util/log/eventpb/json_encode_generated.go |
| 2185 | 2025-07-29T22:11:57.077Z | [100%] Linking CXX shared library lib/libgeos_c.so |
| 2186 | 2025-07-29T22:11:57.153Z | mkdir -p lib |
| 2187 | 2025-07-29T22:11:57.158Z | rm -f lib/lib{geos,geos_c}.so |
| 2188 | 2025-07-29T22:11:57.162Z | cp /work/oxidecomputer/cockroach/lib/build/geos/lib/lib{geos,geos_c}.so lib |
| 2189 | 2025-07-29T22:12:26.494Z | [success] [webpackbar] Cluster-ui: Compiled successfully in 45.71s |
| 2190 | 2025-07-29T22:12:26.522Z | Hash: da05b6563ba4dd411642 |
| 2191 | 2025-07-29T22:12:26.522Z | Version: webpack 4.47.0 |
| 2192 | 2025-07-29T22:12:26.522Z | Time: 45715ms |
| 2193 | 2025-07-29T22:12:26.522Z | Built at: 07/29/2025 10:12:25 PM |
| 2194 | 2025-07-29T22:12:26.522Z | Asset Size Chunks Chunk Names |
| 2195 | 2025-07-29T22:12:26.522Z | main.js 5.17 MiB 0 [emitted] [big] main |
| 2196 | 2025-07-29T22:12:26.522Z | main.js.map 18.5 MiB 0 [emitted] [dev] main |
| 2197 | 2025-07-29T22:12:26.523Z | Entrypoint main [big] = main.js main.js.map |
| 2198 | 2025-07-29T22:12:26.523Z | [31] ./src/util/index.ts 6.14 KiB {0} [built] |
| 2199 | 2025-07-29T22:12:26.523Z | [58] ./src/button/index.tsx 413 bytes {0} [built] |
| 2200 | 2025-07-29T22:12:26.523Z | [71] ./src/anchor/index.ts 413 bytes {0} [built] |
| 2201 | 2025-07-29T22:12:26.523Z | [72] ./src/sortedtable/index.tsx 438 bytes {0} [built] |
| 2202 | 2025-07-29T22:12:26.523Z | [73] ./src/api/index.ts 2.19 KiB {0} [built] |
| 2203 | 2025-07-29T22:12:26.523Z | [83] ./src/loading/index.ts 418 bytes {0} [built] |
| 2204 | 2025-07-29T22:12:26.523Z | [86] ./src/text/index.ts 403 bytes {0} [built] |
| 2205 | 2025-07-29T22:12:26.523Z | [98] ./src/common/index.tsx 2.42 KiB {0} [built] |
| 2206 | 2025-07-29T22:12:26.523Z | [100] ./src/pagination/index.ts 832 bytes {0} [built] |
| 2207 | 2025-07-29T22:12:26.523Z | [117] ./src/timeScaleDropdown/index.ts 1.14 KiB {0} [built] |
| 2208 | 2025-07-29T22:12:26.523Z | [119] ./src/store/index.ts 1.33 KiB {0} [built] |
| 2209 | 2025-07-29T22:12:26.523Z | [127] ./src/empty/index.tsx 784 bytes {0} [built] |
| 2210 | 2025-07-29T22:12:26.523Z | [135] ./src/pageConfig/index.ts 433 bytes {0} [built] |
| 2211 | 2025-07-29T22:12:26.523Z | [136] ./src/sql/index.ts 398 bytes {0} [built] |
| 2212 | 2025-07-29T22:12:26.523Z | [275] ./src/index.ts 16.5 KiB {0} [built] |
| 2213 | 2025-07-29T22:12:26.523Z | + 1092 hidden modules |
| 2214 | 2025-07-29T22:12:26.523Z | |
| 2215 | 2025-07-29T22:12:26.523Z | WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). |
| 2216 | 2025-07-29T22:12:26.523Z | This can impact web performance. |
| 2217 | 2025-07-29T22:12:26.523Z | Assets: |
| 2218 | 2025-07-29T22:12:26.523Z | main.js (5.17 MiB) |
| 2219 | 2025-07-29T22:12:26.523Z | |
| 2220 | 2025-07-29T22:12:26.523Z | WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. |
| 2221 | 2025-07-29T22:12:26.523Z | Entrypoints: |
| 2222 | 2025-07-29T22:12:26.523Z | main (5.17 MiB) |
| 2223 | 2025-07-29T22:12:26.523Z | main.js |
| 2224 | 2025-07-29T22:12:26.523Z | |
| 2225 | 2025-07-29T22:12:26.523Z | |
| 2226 | 2025-07-29T22:12:26.523Z | WARNING in webpack performance recommendations: |
| 2227 | 2025-07-29T22:12:26.523Z | You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. |
| 2228 | 2025-07-29T22:12:26.523Z | For more info visit https://webpack.js.org/guides/code-splitting/ |
| 2229 | 2025-07-29T22:12:27.019Z | Done in 48.32s. |
| 2230 | 2025-07-29T22:12:27.044Z | build/node-run.sh -C pkg/ui/workspaces/db-console ./node_modules/.bin/webpack -p --config webpack.protos.js --env.dist=oss |
| 2231 | 2025-07-29T22:12:27.048Z | build/node-run.sh -C pkg/ui/workspaces/db-console ./node_modules/.bin/webpack -p --config webpack.vendor.js --env.dist=oss |
| 2232 | 2025-07-29T22:12:30.423Z | [BABEL] Note: The code generator has deoptimised the styling of /work/oxidecomputer/cockroach/pkg/ui/workspaces/db-console/src/js/protos.js as it exceeds the max of 500KB. |
| 2233 | 2025-07-29T22:12:37.037Z | Hash: 46c7a41a3f97c0baf261 |
| 2234 | 2025-07-29T22:12:37.038Z | Version: webpack 4.47.0 |
| 2235 | 2025-07-29T22:12:37.038Z | Time: 9517ms |
| 2236 | 2025-07-29T22:12:37.038Z | Built at: 07/29/2025 10:12:36 PM |
| 2237 | 2025-07-29T22:12:37.038Z | Asset Size Chunks Chunk Names |
| 2238 | 2025-07-29T22:12:37.038Z | protos.oss.dll.js 1.23 MiB 0 [emitted] protos |
| 2239 | 2025-07-29T22:12:37.038Z | Entrypoint protos = protos.oss.dll.js |
| 2240 | 2025-07-29T22:12:37.038Z | [4] dll protos 12 bytes {0} [built] |
| 2241 | 2025-07-29T22:12:37.038Z | [5] ./src/js/protos.js 4.86 MiB {0} [built] |
| 2242 | 2025-07-29T22:12:37.038Z | [7] (webpack)/buildin/global.js 475 bytes {0} [built] |
| 2243 | 2025-07-29T22:12:37.038Z | + 18 hidden modules |
| 2244 | 2025-07-29T22:12:46.283Z | Hash: 5d2b8695b1a8ea206083 |
| 2245 | 2025-07-29T22:12:46.283Z | Version: webpack 4.47.0 |
| 2246 | 2025-07-29T22:12:46.283Z | Time: 18754ms |
| 2247 | 2025-07-29T22:12:46.283Z | Built at: 07/29/2025 10:12:45 PM |
| 2248 | 2025-07-29T22:12:46.283Z | Asset Size Chunks Chunk Names |
| 2249 | 2025-07-29T22:12:46.283Z | vendor.oss.dll.js 4.2 MiB 0 [emitted] [big] vendor |
| 2250 | 2025-07-29T22:12:46.283Z | Entrypoint vendor [big] = vendor.oss.dll.js |
| 2251 | 2025-07-29T22:12:46.283Z | [47] (webpack)/buildin/global.js 472 bytes {0} [built] |
| 2252 | 2025-07-29T22:12:46.283Z | [205] (webpack)/buildin/module.js 497 bytes {0} [built] |
| 2253 | 2025-07-29T22:12:46.283Z | [1062] dll vendor 12 bytes {0} [built] |
| 2254 | 2025-07-29T22:12:46.283Z | [1163] /work/oxidecomputer/cockroach/pkg/ui/node_modules/moment/locale sync ^\.\/.*$ 3.21 KiB {0} [built] |
| 2255 | 2025-07-29T22:12:46.283Z | + 1908 hidden modules |
| 2256 | 2025-07-29T22:12:46.283Z | |
| 2257 | 2025-07-29T22:12:46.283Z | WARNING in asset size limit: The following asset(s) exceed the recommended size limit (3.81 MiB). |
| 2258 | 2025-07-29T22:12:46.283Z | This can impact web performance. |
| 2259 | 2025-07-29T22:12:46.283Z | Assets: |
| 2260 | 2025-07-29T22:12:46.283Z | vendor.oss.dll.js (4.2 MiB) |
| 2261 | 2025-07-29T22:12:46.283Z | |
| 2262 | 2025-07-29T22:12:46.283Z | WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (3.81 MiB). This can impact web performance. |
| 2263 | 2025-07-29T22:12:46.283Z | Entrypoints: |
| 2264 | 2025-07-29T22:12:46.283Z | vendor (4.2 MiB) |
| 2265 | 2025-07-29T22:12:46.283Z | vendor.oss.dll.js |
| 2266 | 2025-07-29T22:12:46.283Z | |
| 2267 | 2025-07-29T22:12:46.283Z | |
| 2268 | 2025-07-29T22:12:46.283Z | WARNING in webpack performance recommendations: |
| 2269 | 2025-07-29T22:12:46.283Z | You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. |
| 2270 | 2025-07-29T22:12:46.283Z | For more info visit https://webpack.js.org/guides/code-splitting/ |
| 2271 | 2025-07-29T22:12:46.701Z | find pkg/ui/distoss/assets -mindepth 1 -not -name .gitkeep -delete |
| 2272 | 2025-07-29T22:12:46.705Z | export NODE_OPTIONS=--max-old-space-size=5000 |
| 2273 | 2025-07-29T22:12:46.708Z | build/node-run.sh -C pkg/ui/workspaces/db-console ./node_modules/.bin/webpack --config webpack.app.js --env.dist=oss |
| 2274 | 2025-07-29T22:12:47.323Z | [info] [webpackbar] Compiling Db-console |
| 2275 | 2025-07-29T22:12:47.336Z | (node:8408) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency |
| 2276 | 2025-07-29T22:12:47.336Z | (Use `node --trace-warnings ...` to show where the warning was created) |
| 2277 | 2025-07-29T22:12:47.339Z | (node:8408) Warning: Accessing non-existent property 'column' of module exports inside circular dependency |
| 2278 | 2025-07-29T22:12:47.339Z | (node:8408) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency |
| 2279 | 2025-07-29T22:12:47.339Z | (node:8408) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency |
| 2280 | 2025-07-29T22:12:47.339Z | (node:8408) Warning: Accessing non-existent property 'column' of module exports inside circular dependency |
| 2281 | 2025-07-29T22:12:47.339Z | (node:8408) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency |
| 2282 | 2025-07-29T22:12:47.339Z | (node:8408) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead |
| 2283 | 2025-07-29T22:13:51.870Z | [success] [webpackbar] Db-console: Compiled successfully in 1.08m |
| 2284 | 2025-07-29T22:13:52.445Z | touch pkg/ui/assets.oss.installed |
| 2285 | 2025-07-29T22:13:52.461Z | GOFLAGS= go build -o cockroachoss -v -mod=vendor -tags 'stdmalloc make x86_64_pc_solaris2.11_stdmalloc' -ldflags '-X github.com/cockroachdb/cockroach/pkg/build.typ=release -extldflags "" -X "github.com/cockroachdb/cockroach/pkg/build.tag=v22.1.22-44-gf6b2ebab3f" -X "github.com/cockroachdb/cockroach/pkg/build.rev=f6b2ebab3f77987dc0f518f3a2ea5480f288b7a9" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-solaris2.11" -X "github.com/cockroachdb/cockroach/pkg/build.utcTime=2025/07/29 22:13:51"' ./pkg/cmd/cockroach-oss |
| 2286 | 2025-07-29T22:13:53.271Z | github.com/cockroachdb/cockroach/pkg/keysbase |
| 2287 | 2025-07-29T22:13:53.274Z | github.com/cockroachdb/cockroach/pkg/util/buildutil |
| 2288 | 2025-07-29T22:13:53.274Z | github.com/cockroachdb/cockroach/pkg/build/bazel |
| 2289 | 2025-07-29T22:13:53.274Z | github.com/cockroachdb/cockroach/pkg/util/encoding/encodingtype |
| 2290 | 2025-07-29T22:13:53.274Z | github.com/cockroachdb/cockroach/pkg/util/jsonbytes |
| 2291 | 2025-07-29T22:13:53.301Z | github.com/cockroachdb/cockroach/pkg/util/ring |
| 2292 | 2025-07-29T22:13:53.305Z | github.com/jaegertracing/jaeger/model/json |
| 2293 | 2025-07-29T22:13:53.305Z | go.opentelemetry.io/otel/internal |
| 2294 | 2025-07-29T22:13:53.308Z | go.opentelemetry.io/otel/sdk/instrumentation |
| 2295 | 2025-07-29T22:13:53.328Z | google.golang.org/grpc/attributes |
| 2296 | 2025-07-29T22:13:53.331Z | google.golang.org/grpc/serviceconfig |
| 2297 | 2025-07-29T22:13:53.337Z | github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgcode |
| 2298 | 2025-07-29T22:13:53.368Z | github.com/cockroachdb/cockroach/pkg/util/arith |
| 2299 | 2025-07-29T22:13:53.368Z | github.com/lib/pq/oid |
| 2300 | 2025-07-29T22:13:53.371Z | github.com/biogo/store/llrb |
| 2301 | 2025-07-29T22:13:53.374Z | github.com/VividCortex/ewma |
| 2302 | 2025-07-29T22:13:53.383Z | github.com/prometheus/prometheus/pkg/value |
| 2303 | 2025-07-29T22:13:53.398Z | github.com/cockroachdb/pebble/internal/fastrand |
| 2304 | 2025-07-29T22:13:53.404Z | github.com/cockroachdb/pebble/internal/invariants |
| 2305 | 2025-07-29T22:13:53.412Z | github.com/jcmturner/gokrb5/v8/iana/etypeID |
| 2306 | 2025-07-29T22:13:53.412Z | github.com/cockroachdb/pebble/internal/rawalloc |
| 2307 | 2025-07-29T22:13:53.436Z | runtime/metrics |
| 2308 | 2025-07-29T22:13:53.469Z | github.com/cockroachdb/cockroach/pkg/util/syncutil |
| 2309 | 2025-07-29T22:13:53.472Z | archive/zip |
| 2310 | 2025-07-29T22:13:53.501Z | github.com/cockroachdb/apd/v3 |
| 2311 | 2025-07-29T22:13:53.530Z | github.com/dustin/go-humanize |
| 2312 | 2025-07-29T22:13:53.534Z | golang.org/x/tools/container/intsets |
| 2313 | 2025-07-29T22:13:53.575Z | github.com/cockroachdb/cockroach/pkg/geo/geopb |
| 2314 | 2025-07-29T22:13:53.593Z | github.com/cockroachdb/cockroach/pkg/util/caller |
| 2315 | 2025-07-29T22:13:53.596Z | github.com/cockroachdb/cockroach/pkg/util/log/channel |
| 2316 | 2025-07-29T22:13:53.652Z | github.com/cockroachdb/cockroach/pkg/util/version |
| 2317 | 2025-07-29T22:13:53.670Z | github.com/cockroachdb/cockroach/pkg/util/netutil/addr |
| 2318 | 2025-07-29T22:13:53.682Z | github.com/cockroachdb/cockroach/pkg/util/sysutil |
| 2319 | 2025-07-29T22:13:53.686Z | github.com/cockroachdb/cockroach/pkg/util/humanizeutil |
| 2320 | 2025-07-29T22:13:53.706Z | github.com/cockroachdb/cockroach/pkg/util/log/eventpb |
| 2321 | 2025-07-29T22:13:53.716Z | github.com/cockroachdb/cockroach/pkg/util/log/logflags |
| 2322 | 2025-07-29T22:13:53.720Z | github.com/cockroachdb/cockroach/pkg/util/log/severity |
| 2323 | 2025-07-29T22:13:53.733Z | time/tzdata |
| 2324 | 2025-07-29T22:13:53.733Z | github.com/cockroachdb/cockroach/pkg/util/iterutil |
| 2325 | 2025-07-29T22:13:53.755Z | github.com/cockroachdb/cockroach/pkg/util/fileutil |
| 2326 | 2025-07-29T22:13:53.755Z | github.com/cockroachdb/cockroach/pkg/util/uint128 |
| 2327 | 2025-07-29T22:13:53.765Z | github.com/cockroachdb/cockroach/pkg/util/envutil |
| 2328 | 2025-07-29T22:13:53.776Z | github.com/cockroachdb/cockroach/pkg/settings |
| 2329 | 2025-07-29T22:13:53.799Z | math/rand/v2 |
| 2330 | 2025-07-29T22:13:53.820Z | github.com/cockroachdb/cockroach/pkg/util/timeutil |
| 2331 | 2025-07-29T22:13:53.824Z | github.com/gogo/protobuf/jsonpb |
| 2332 | 2025-07-29T22:13:53.918Z | google.golang.org/grpc/codes |
| 2333 | 2025-07-29T22:13:53.924Z | github.com/cockroachdb/cockroach/pkg/build |
| 2334 | 2025-07-29T22:13:53.937Z | github.com/cockroachdb/cockroach/pkg/util/randutil |
| 2335 | 2025-07-29T22:13:53.966Z | github.com/cockroachdb/cockroach/pkg/util/uuid |
| 2336 | 2025-07-29T22:13:53.991Z | github.com/golang/protobuf/descriptor |
| 2337 | 2025-07-29T22:13:53.999Z | google.golang.org/protobuf/types/known/anypb |
| 2338 | 2025-07-29T22:13:54.036Z | github.com/cockroachdb/cockroach/pkg/util |
| 2339 | 2025-07-29T22:13:54.091Z | github.com/golang/protobuf/ptypes/duration |
| 2340 | 2025-07-29T22:13:54.113Z | github.com/golang/protobuf/ptypes/timestamp |
| 2341 | 2025-07-29T22:13:54.116Z | github.com/golang/protobuf/ptypes/any |
| 2342 | 2025-07-29T22:13:54.133Z | google.golang.org/protobuf/types/known/wrapperspb |
| 2343 | 2025-07-29T22:13:54.150Z | google.golang.org/genproto/googleapis/api/httpbody |
| 2344 | 2025-07-29T22:13:54.181Z | github.com/grpc-ecosystem/grpc-gateway/internal |
| 2345 | 2025-07-29T22:13:54.181Z | google.golang.org/protobuf/types/known/fieldmaskpb |
| 2346 | 2025-07-29T22:13:54.203Z | google.golang.org/grpc/internal/grpclog |
| 2347 | 2025-07-29T22:13:54.222Z | github.com/golang/protobuf/ptypes/wrappers |
| 2348 | 2025-07-29T22:13:54.233Z | google.golang.org/grpc/metadata |
| 2349 | 2025-07-29T22:13:54.244Z | google.golang.org/genproto/googleapis/rpc/status |
| 2350 | 2025-07-29T22:13:54.272Z | google.golang.org/grpc/grpclog |
| 2351 | 2025-07-29T22:13:54.275Z | github.com/golang/protobuf/ptypes |
| 2352 | 2025-07-29T22:13:54.292Z | google.golang.org/genproto/protobuf/field_mask |
| 2353 | 2025-07-29T22:13:54.295Z | github.com/cockroachdb/cockroach/pkg/testutils/skip |
| 2354 | 2025-07-29T22:13:54.325Z | github.com/cockroachdb/cockroach/pkg/util/tracing/tracingpb |
| 2355 | 2025-07-29T22:13:54.328Z | github.com/petermattis/goid |
| 2356 | 2025-07-29T22:13:54.360Z | github.com/pmezard/go-difflib/difflib |
| 2357 | 2025-07-29T22:13:54.363Z | go.opentelemetry.io/otel/attribute |
| 2358 | 2025-07-29T22:13:54.392Z | go.opentelemetry.io/otel/codes |
| 2359 | 2025-07-29T22:13:54.395Z | google.golang.org/grpc/internal/status |
| 2360 | 2025-07-29T22:13:54.431Z | go.opentelemetry.io/otel/internal/baggage |
| 2361 | 2025-07-29T22:13:54.453Z | go.opentelemetry.io/otel/exporters/jaeger/internal/third_party/thrift/lib/go/thrift |
| 2362 | 2025-07-29T22:13:54.457Z | go.opentelemetry.io/proto/otlp/common/v1 |
| 2363 | 2025-07-29T22:13:54.476Z | google.golang.org/grpc/status |
| 2364 | 2025-07-29T22:13:54.476Z | go.opentelemetry.io/otel/baggage |
| 2365 | 2025-07-29T22:13:54.527Z | go.opentelemetry.io/otel/trace |
| 2366 | 2025-07-29T22:13:54.558Z | github.com/grpc-ecosystem/grpc-gateway/runtime |
| 2367 | 2025-07-29T22:13:54.570Z | go.opentelemetry.io/otel/semconv/v1.4.0 |
| 2368 | 2025-07-29T22:13:54.582Z | go.opentelemetry.io/proto/otlp/resource/v1 |
| 2369 | 2025-07-29T22:13:54.601Z | github.com/cockroachdb/cockroach/pkg/docs |
| 2370 | 2025-07-29T22:13:54.618Z | github.com/cockroachdb/cockroach/pkg/util/log/logconfig |
| 2371 | 2025-07-29T22:13:54.637Z | github.com/cockroachdb/cockroach/pkg/cli/cliflags |
| 2372 | 2025-07-29T22:13:54.661Z | go.opentelemetry.io/proto/otlp/trace/v1 |
| 2373 | 2025-07-29T22:13:54.674Z | go.opentelemetry.io/otel/propagation |
| 2374 | 2025-07-29T22:13:54.674Z | github.com/cenkalti/backoff/v4 |
| 2375 | 2025-07-29T22:13:54.702Z | golang.org/x/net/internal/timeseries |
| 2376 | 2025-07-29T22:13:54.727Z | go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/retry |
| 2377 | 2025-07-29T22:13:54.741Z | go.opentelemetry.io/otel/internal/global |
| 2378 | 2025-07-29T22:13:54.796Z | google.golang.org/grpc/backoff |
| 2379 | 2025-07-29T22:13:54.796Z | golang.org/x/net/trace |
| 2380 | 2025-07-29T22:13:54.799Z | google.golang.org/grpc/connectivity |
| 2381 | 2025-07-29T22:13:54.847Z | google.golang.org/grpc/internal/credentials |
| 2382 | 2025-07-29T22:13:54.863Z | google.golang.org/grpc/internal/pretty |
| 2383 | 2025-07-29T22:13:54.866Z | go.opentelemetry.io/otel |
| 2384 | 2025-07-29T22:13:54.885Z | google.golang.org/grpc/internal/grpcrand |
| 2385 | 2025-07-29T22:13:54.905Z | google.golang.org/grpc/encoding |
| 2386 | 2025-07-29T22:13:54.921Z | google.golang.org/grpc/credentials |
| 2387 | 2025-07-29T22:13:54.921Z | google.golang.org/grpc/internal/backoff |
| 2388 | 2025-07-29T22:13:54.947Z | go.opentelemetry.io/otel/sdk/internal |
| 2389 | 2025-07-29T22:13:54.947Z | go.opentelemetry.io/otel/sdk/resource |
| 2390 | 2025-07-29T22:13:54.966Z | github.com/cockroachdb/cockroach/pkg/util/protoutil |
| 2391 | 2025-07-29T22:13:54.970Z | google.golang.org/grpc/encoding/proto |
| 2392 | 2025-07-29T22:13:55.030Z | google.golang.org/grpc/internal/channelz |
| 2393 | 2025-07-29T22:13:55.060Z | google.golang.org/grpc/resolver |
| 2394 | 2025-07-29T22:13:55.073Z | google.golang.org/grpc/credentials/insecure |
| 2395 | 2025-07-29T22:13:55.119Z | go.opentelemetry.io/otel/sdk/trace |
| 2396 | 2025-07-29T22:13:55.157Z | google.golang.org/grpc/internal/balancerload |
| 2397 | 2025-07-29T22:13:55.165Z | google.golang.org/grpc/internal |
| 2398 | 2025-07-29T22:13:55.168Z | google.golang.org/grpc/binarylog/grpc_binarylog_v1 |
| 2399 | 2025-07-29T22:13:55.237Z | google.golang.org/grpc/internal/grpcutil |
| 2400 | 2025-07-29T22:13:55.241Z | google.golang.org/grpc/channelz |
| 2401 | 2025-07-29T22:13:55.241Z | google.golang.org/grpc/internal/buffer |
| 2402 | 2025-07-29T22:13:55.241Z | google.golang.org/grpc/internal/grpcsync |
| 2403 | 2025-07-29T22:13:55.302Z | google.golang.org/grpc/internal/metadata |
| 2404 | 2025-07-29T22:13:55.324Z | google.golang.org/grpc/balancer/grpclb/state |
| 2405 | 2025-07-29T22:13:55.388Z | google.golang.org/grpc/balancer |
| 2406 | 2025-07-29T22:13:55.462Z | google.golang.org/grpc/internal/envconfig |
| 2407 | 2025-07-29T22:13:55.468Z | google.golang.org/grpc/internal/resolver/passthrough |
| 2408 | 2025-07-29T22:13:55.468Z | google.golang.org/grpc/internal/transport/networktype |
| 2409 | 2025-07-29T22:13:55.487Z | google.golang.org/grpc/internal/binarylog |
| 2410 | 2025-07-29T22:13:55.491Z | go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform |
| 2411 | 2025-07-29T22:13:55.533Z | google.golang.org/grpc/internal/resolver/dns |
| 2412 | 2025-07-29T22:13:55.536Z | google.golang.org/grpc/balancer/base |
| 2413 | 2025-07-29T22:13:55.536Z | google.golang.org/grpc/internal/serviceconfig |
| 2414 | 2025-07-29T22:13:55.582Z | go.opentelemetry.io/otel/exporters/jaeger/internal/gen-go/jaeger |
| 2415 | 2025-07-29T22:13:55.595Z | go.opentelemetry.io/otel/exporters/jaeger/internal/gen-go/zipkincore |
| 2416 | 2025-07-29T22:13:55.672Z | google.golang.org/grpc/internal/resolver/unix |
| 2417 | 2025-07-29T22:13:55.675Z | go.opentelemetry.io/otel/exporters/otlp/otlptrace |
| 2418 | 2025-07-29T22:13:55.679Z | golang.org/x/net/http/httpguts |
| 2419 | 2025-07-29T22:13:55.684Z | google.golang.org/grpc/internal/resolver |
| 2420 | 2025-07-29T22:13:55.705Z | google.golang.org/grpc/balancer/roundrobin |
| 2421 | 2025-07-29T22:13:55.759Z | google.golang.org/grpc/internal/balancer/gracefulswitch |
| 2422 | 2025-07-29T22:13:55.787Z | golang.org/x/net/http2/hpack |
| 2423 | 2025-07-29T22:13:55.790Z | google.golang.org/grpc/internal/syscall |
| 2424 | 2025-07-29T22:13:55.817Z | google.golang.org/grpc/keepalive |
| 2425 | 2025-07-29T22:13:55.840Z | google.golang.org/grpc/stats |
| 2426 | 2025-07-29T22:13:55.843Z | google.golang.org/grpc/tap |
| 2427 | 2025-07-29T22:13:55.854Z | google.golang.org/grpc/peer |
| 2428 | 2025-07-29T22:13:55.857Z | google.golang.org/genproto/googleapis/rpc/errdetails |
| 2429 | 2025-07-29T22:13:55.861Z | go.opentelemetry.io/otel/exporters/jaeger/internal/gen-go/agent |
| 2430 | 2025-07-29T22:13:55.932Z | google.golang.org/grpc/encoding/gzip |
| 2431 | 2025-07-29T22:13:55.935Z | github.com/openzipkin/zipkin-go/model |
| 2432 | 2025-07-29T22:13:55.954Z | golang.org/x/net/internal/httpcommon |
| 2433 | 2025-07-29T22:13:55.964Z | database/sql |
| 2434 | 2025-07-29T22:13:55.976Z | github.com/lib/pq/scram |
| 2435 | 2025-07-29T22:13:55.976Z | go.opentelemetry.io/otel/exporters/jaeger |
| 2436 | 2025-07-29T22:13:56.004Z | github.com/cockroachdb/cockroach/pkg/util/interval |
| 2437 | 2025-07-29T22:13:56.008Z | go.opentelemetry.io/otel/exporters/zipkin |
| 2438 | 2025-07-29T22:13:56.008Z | github.com/gogo/googleapis/google/rpc |
| 2439 | 2025-07-29T22:13:56.034Z | go.etcd.io/etcd/raft/v3/raftpb |
| 2440 | 2025-07-29T22:13:56.054Z | golang.org/x/net/http2 |
| 2441 | 2025-07-29T22:13:56.153Z | github.com/codahale/hdrhistogram |
| 2442 | 2025-07-29T22:13:56.201Z | expvar |
| 2443 | 2025-07-29T22:13:56.231Z | github.com/beorn7/perks/quantile |
| 2444 | 2025-07-29T22:13:56.246Z | github.com/cespare/xxhash/v2 |
| 2445 | 2025-07-29T22:13:56.253Z | github.com/prometheus/client_model/go |
| 2446 | 2025-07-29T22:13:56.261Z | github.com/prometheus/common/model |
| 2447 | 2025-07-29T22:13:56.287Z | github.com/matttproud/golang_protobuf_extensions/pbutil |
| 2448 | 2025-07-29T22:13:56.351Z | github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg |
| 2449 | 2025-07-29T22:13:56.355Z | github.com/prometheus/procfs/internal/fs |
| 2450 | 2025-07-29T22:13:56.394Z | github.com/prometheus/procfs/internal/util |
| 2451 | 2025-07-29T22:13:56.405Z | github.com/prometheus/prometheus/pkg/labels |
| 2452 | 2025-07-29T22:13:56.418Z | github.com/prometheus/prometheus/pkg/timestamp |
| 2453 | 2025-07-29T22:13:56.438Z | github.com/go-logfmt/logfmt |
| 2454 | 2025-07-29T22:13:56.461Z | github.com/prometheus/prometheus/tsdb/chunkenc |
| 2455 | 2025-07-29T22:13:56.464Z | github.com/prometheus/procfs |
| 2456 | 2025-07-29T22:13:56.482Z | github.com/prometheus/client_golang/prometheus/internal |
| 2457 | 2025-07-29T22:13:56.498Z | github.com/lib/pq |
| 2458 | 2025-07-29T22:13:56.545Z | github.com/prometheus/common/expfmt |
| 2459 | 2025-07-29T22:13:56.548Z | github.com/go-kit/log |
| 2460 | 2025-07-29T22:13:56.548Z | github.com/prometheus/prometheus/pkg/exemplar |
| 2461 | 2025-07-29T22:13:56.574Z | github.com/prometheus/prometheus/tsdb/errors |
| 2462 | 2025-07-29T22:13:56.588Z | github.com/prometheus/prometheus/tsdb/fileutil |
| 2463 | 2025-07-29T22:13:56.605Z | github.com/gogo/status |
| 2464 | 2025-07-29T22:13:56.618Z | go.uber.org/atomic |
| 2465 | 2025-07-29T22:13:56.663Z | github.com/prometheus/prometheus/util/strutil |
| 2466 | 2025-07-29T22:13:56.677Z | github.com/go-kit/log/level |
| 2467 | 2025-07-29T22:13:56.698Z | github.com/cockroachdb/errors/extgrpc |
| 2468 | 2025-07-29T22:13:56.703Z | github.com/prometheus/prometheus/tsdb/chunks |
| 2469 | 2025-07-29T22:13:56.729Z | log/syslog |
| 2470 | 2025-07-29T22:13:56.732Z | gopkg.in/yaml.v3 |
| 2471 | 2025-07-29T22:13:56.799Z | github.com/rcrowley/go-metrics |
| 2472 | 2025-07-29T22:13:56.805Z | github.com/cockroachdb/cockroach/pkg/util/stringencoding |
| 2473 | 2025-07-29T22:13:56.907Z | github.com/prometheus/prometheus/tsdb/tsdbutil |
| 2474 | 2025-07-29T22:13:56.911Z | github.com/cockroachdb/cockroach/pkg/util/leaktest |
| 2475 | 2025-07-29T22:13:56.981Z | github.com/cockroachdb/cockroach/pkg/sql/lexbase |
| 2476 | 2025-07-29T22:13:57.065Z | github.com/prometheus/prometheus/storage |
| 2477 | 2025-07-29T22:13:57.173Z | github.com/xdg-go/pbkdf2 |
| 2478 | 2025-07-29T22:13:57.208Z | github.com/xdg-go/stringprep |
| 2479 | 2025-07-29T22:13:57.318Z | github.com/prometheus/client_golang/prometheus |
| 2480 | 2025-07-29T22:13:57.363Z | github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgerror |
| 2481 | 2025-07-29T22:13:57.411Z | golang.org/x/crypto/blowfish |
| 2482 | 2025-07-29T22:13:57.478Z | golang.org/x/crypto/bcrypt |
| 2483 | 2025-07-29T22:13:57.534Z | github.com/prometheus/prometheus/promql/parser |
| 2484 | 2025-07-29T22:13:57.548Z | golang.org/x/crypto/ocsp |
| 2485 | 2025-07-29T22:13:57.634Z | github.com/cockroachdb/cockroach/pkg/util/bitarray |
| 2486 | 2025-07-29T22:13:57.645Z | github.com/cockroachdb/cockroach/pkg/util/duration |
| 2487 | 2025-07-29T22:13:57.706Z | github.com/cockroachdb/cockroach/pkg/util/ipaddr |
| 2488 | 2025-07-29T22:13:57.706Z | google.golang.org/grpc/internal/transport |
| 2489 | 2025-07-29T22:13:57.715Z | github.com/cockroachdb/cockroach/pkg/util/errorutil/unimplemented |
| 2490 | 2025-07-29T22:13:57.721Z | github.com/cockroachdb/cockroach/pkg/util/ioctx |
| 2491 | 2025-07-29T22:13:57.819Z | github.com/cockroachdb/cockroach/pkg/util/timeofday |
| 2492 | 2025-07-29T22:13:57.880Z | github.com/cockroachdb/cockroach/pkg/util/retry |
| 2493 | 2025-07-29T22:13:57.883Z | github.com/cockroachdb/cockroach/pkg/util/timeutil/pgdate |
| 2494 | 2025-07-29T22:13:57.912Z | github.com/xdg-go/scram |
| 2495 | 2025-07-29T22:13:57.927Z | github.com/cockroachdb/pebble/vfs |
| 2496 | 2025-07-29T22:13:57.955Z | github.com/prometheus/client_golang/prometheus/graphite |
| 2497 | 2025-07-29T22:13:57.959Z | golang.org/x/exp/rand |
| 2498 | 2025-07-29T22:13:57.969Z | github.com/cockroachdb/pebble/internal/bytealloc |
| 2499 | 2025-07-29T22:13:57.988Z | github.com/cockroachdb/pebble/internal/manual |
| 2500 | 2025-07-29T22:13:58.002Z | github.com/cockroachdb/pebble/internal/humanize |
| 2501 | 2025-07-29T22:13:58.010Z | github.com/cockroachdb/pebble/internal/rate |
| 2502 | 2025-07-29T22:13:58.027Z | github.com/cockroachdb/pebble/internal/crc |
| 2503 | 2025-07-29T22:13:58.053Z | github.com/DataDog/zstd |
| 2504 | 2025-07-29T22:13:58.083Z | github.com/cockroachdb/pebble/internal/intern |
| 2505 | 2025-07-29T22:13:58.147Z | github.com/golang/snappy |
| 2506 | 2025-07-29T22:13:58.150Z | github.com/cockroachdb/cockroach/pkg/cli/clicfg |
| 2507 | 2025-07-29T22:13:58.190Z | github.com/cockroachdb/cockroach/pkg/cli/clierror |
| 2508 | 2025-07-29T22:13:58.190Z | github.com/cockroachdb/cockroach/pkg/util/timetz |
| 2509 | 2025-07-29T22:13:58.202Z | github.com/cockroachdb/cockroach-go/v2/crdb |
| 2510 | 2025-07-29T22:13:58.221Z | github.com/cockroachdb/pebble/internal/base |
| 2511 | 2025-07-29T22:13:58.270Z | github.com/cockroachdb/cockroach/pkg/util/encoding |
| 2512 | 2025-07-29T22:13:58.301Z | github.com/cockroachdb/pebble/vfs/atomicfs |
| 2513 | 2025-07-29T22:13:58.331Z | golang.org/x/term |
| 2514 | 2025-07-29T22:13:58.362Z | github.com/jcmturner/dnsutils/v2 |
| 2515 | 2025-07-29T22:13:58.365Z | github.com/cockroachdb/cockroach/pkg/sql/scanner |
| 2516 | 2025-07-29T22:13:58.382Z | github.com/cockroachdb/pebble/internal/arenaskl |
| 2517 | 2025-07-29T22:13:58.399Z | github.com/cockroachdb/pebble/internal/batchskl |
| 2518 | 2025-07-29T22:13:58.402Z | google.golang.org/grpc |
| 2519 | 2025-07-29T22:13:58.533Z | github.com/cockroachdb/pebble/internal/keyspan |
| 2520 | 2025-07-29T22:13:58.536Z | github.com/cockroachdb/pebble/record |
| 2521 | 2025-07-29T22:13:58.536Z | github.com/cockroachdb/pebble/internal/manifest |
| 2522 | 2025-07-29T22:13:58.581Z | github.com/cockroachdb/cockroach/pkg/security/pprompt |
| 2523 | 2025-07-29T22:13:58.596Z | github.com/cockroachdb/pebble/internal/cache |
| 2524 | 2025-07-29T22:13:58.615Z | github.com/jcmturner/gofork/encoding/asn1 |
| 2525 | 2025-07-29T22:13:58.642Z | github.com/hashicorp/go-uuid |
| 2526 | 2025-07-29T22:13:58.675Z | github.com/jcmturner/gokrb5/v8/iana/nametype |
| 2527 | 2025-07-29T22:13:58.691Z | github.com/cockroachdb/pebble/internal/rangekey |
| 2528 | 2025-07-29T22:13:58.702Z | github.com/jcmturner/gokrb5/v8/crypto/etype |
| 2529 | 2025-07-29T22:13:58.705Z | github.com/jcmturner/aescts/v2 |
| 2530 | 2025-07-29T22:13:58.740Z | github.com/jcmturner/gokrb5/v8/crypto/common |
| 2531 | 2025-07-29T22:13:58.755Z | github.com/jcmturner/gofork/x/crypto/pbkdf2 |
| 2532 | 2025-07-29T22:13:58.795Z | golang.org/x/crypto/md4 |
| 2533 | 2025-07-29T22:13:58.798Z | github.com/jcmturner/gokrb5/v8/crypto/rfc3961 |
| 2534 | 2025-07-29T22:13:58.829Z | github.com/jcmturner/gokrb5/v8/crypto/rfc3962 |
| 2535 | 2025-07-29T22:13:58.865Z | github.com/jcmturner/gokrb5/v8/crypto/rfc8009 |
| 2536 | 2025-07-29T22:13:58.886Z | github.com/jcmturner/gokrb5/v8/iana/chksumtype |
| 2537 | 2025-07-29T22:13:58.889Z | github.com/jcmturner/gokrb5/v8/crypto/rfc4757 |
| 2538 | 2025-07-29T22:13:58.900Z | github.com/jcmturner/gokrb5/v8/iana/patype |
| 2539 | 2025-07-29T22:13:58.953Z | github.com/jcmturner/gokrb5/v8/iana |
| 2540 | 2025-07-29T22:13:58.967Z | github.com/jcmturner/gokrb5/v8/iana/addrtype |
| 2541 | 2025-07-29T22:13:58.970Z | github.com/jcmturner/gokrb5/v8/config |
| 2542 | 2025-07-29T22:13:58.970Z | github.com/jcmturner/gokrb5/v8/asn1tools |
| 2543 | 2025-07-29T22:13:58.980Z | github.com/jcmturner/gokrb5/v8/iana/asnAppTag |
| 2544 | 2025-07-29T22:13:59.010Z | github.com/jcmturner/gokrb5/v8/iana/errorcode |
| 2545 | 2025-07-29T22:13:59.013Z | github.com/jcmturner/gokrb5/v8/iana/flags |
| 2546 | 2025-07-29T22:13:59.013Z | github.com/jcmturner/gokrb5/v8/iana/keyusage |
| 2547 | 2025-07-29T22:13:59.035Z | github.com/cockroachdb/pebble/internal/private |
| 2548 | 2025-07-29T22:13:59.044Z | github.com/jcmturner/gokrb5/v8/types |
| 2549 | 2025-07-29T22:13:59.055Z | github.com/jcmturner/gokrb5/v8/iana/adtype |
| 2550 | 2025-07-29T22:13:59.055Z | github.com/jcmturner/gokrb5/v8/krberror |
| 2551 | 2025-07-29T22:13:59.080Z | github.com/jcmturner/gokrb5/v8/iana/msgtype |
| 2552 | 2025-07-29T22:13:59.083Z | github.com/jcmturner/rpc/v2/ndr |
| 2553 | 2025-07-29T22:13:59.105Z | github.com/jcmturner/goidentity/v6 |
| 2554 | 2025-07-29T22:13:59.118Z | net/http/cookiejar |
| 2555 | 2025-07-29T22:13:59.175Z | github.com/cenkalti/backoff |
| 2556 | 2025-07-29T22:13:59.178Z | github.com/NYTimes/gziphandler |
| 2557 | 2025-07-29T22:13:59.213Z | github.com/jcmturner/gokrb5/v8/crypto |
| 2558 | 2025-07-29T22:13:59.226Z | container/ring |
| 2559 | 2025-07-29T22:13:59.248Z | github.com/facebookgo/clock |
| 2560 | 2025-07-29T22:13:59.261Z | github.com/cockroachdb/cmux |
| 2561 | 2025-07-29T22:13:59.264Z | github.com/cockroachdb/cockroach/pkg/server/pgurl |
| 2562 | 2025-07-29T22:13:59.286Z | github.com/jcmturner/rpc/v2/mstypes |
| 2563 | 2025-07-29T22:13:59.292Z | go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/otlpconfig |
| 2564 | 2025-07-29T22:13:59.317Z | go.opentelemetry.io/proto/otlp/collector/trace/v1 |
| 2565 | 2025-07-29T22:13:59.317Z | github.com/cockroachdb/circuitbreaker |
| 2566 | 2025-07-29T22:13:59.369Z | github.com/cockroachdb/cockroach/pkg/blobs/blobspb |
| 2567 | 2025-07-29T22:13:59.378Z | github.com/jcmturner/gokrb5/v8/keytab |
| 2568 | 2025-07-29T22:13:59.383Z | github.com/jcmturner/gokrb5/v8/gssapi |
| 2569 | 2025-07-29T22:13:59.419Z | github.com/jcmturner/gokrb5/v8/pac |
| 2570 | 2025-07-29T22:13:59.432Z | go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/connection |
| 2571 | 2025-07-29T22:13:59.466Z | github.com/jcmturner/gokrb5/v8/credentials |
| 2572 | 2025-07-29T22:13:59.469Z | github.com/golang/geo/s1 |
| 2573 | 2025-07-29T22:13:59.470Z | github.com/golang/geo/r1 |
| 2574 | 2025-07-29T22:13:59.528Z | github.com/golang/geo/r2 |
| 2575 | 2025-07-29T22:13:59.572Z | github.com/cockroachdb/cockroach/pkg/geo/geoprojbase/embeddedproj |
| 2576 | 2025-07-29T22:13:59.599Z | github.com/golang/geo/r3 |
| 2577 | 2025-07-29T22:13:59.603Z | github.com/pierrre/geohash |
| 2578 | 2025-07-29T22:13:59.603Z | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc |
| 2579 | 2025-07-29T22:13:59.603Z | github.com/jcmturner/gokrb5/v8/messages |
| 2580 | 2025-07-29T22:13:59.630Z | github.com/twpayne/go-geom |
| 2581 | 2025-07-29T22:13:59.634Z | image/color |
| 2582 | 2025-07-29T22:13:59.677Z | github.com/twpayne/go-geom/xy/orientation |
| 2583 | 2025-07-29T22:13:59.680Z | github.com/cockroachdb/cockroach/pkg/geo/geos |
| 2584 | 2025-07-29T22:13:59.708Z | github.com/golang/geo/s2 |
| 2585 | 2025-07-29T22:13:59.730Z | github.com/twpayne/go-kml |
| 2586 | 2025-07-29T22:13:59.733Z | github.com/cockroachdb/cockroach/pkg/util/tracing |
| 2587 | 2025-07-29T22:13:59.747Z | github.com/twpayne/go-geom/xy/internal/robustdeterminate |
| 2588 | 2025-07-29T22:13:59.848Z | github.com/jcmturner/gokrb5/v8/kadmin |
| 2589 | 2025-07-29T22:13:59.875Z | github.com/twpayne/go-geom/xy/location |
| 2590 | 2025-07-29T22:13:59.887Z | github.com/twpayne/go-geom/encoding/wkbcommon |
| 2591 | 2025-07-29T22:13:59.891Z | github.com/twpayne/go-geom/encoding/geojson |
| 2592 | 2025-07-29T22:13:59.908Z | github.com/twpayne/go-geom/encoding/kml |
| 2593 | 2025-07-29T22:13:59.921Z | github.com/jcmturner/gokrb5/v8/client |
| 2594 | 2025-07-29T22:13:59.939Z | github.com/twpayne/go-geom/encoding/ewkb |
| 2595 | 2025-07-29T22:13:59.990Z | github.com/twpayne/go-geom/encoding/wkb |
| 2596 | 2025-07-29T22:14:00.002Z | github.com/twpayne/go-geom/encoding/wkt |
| 2597 | 2025-07-29T22:14:00.156Z | github.com/jcmturner/gokrb5/v8/service |
| 2598 | 2025-07-29T22:14:00.253Z | github.com/twpayne/go-geom/encoding/ewkbhex |
| 2599 | 2025-07-29T22:14:00.286Z | github.com/twpayne/go-geom/encoding/wkbhex |
| 2600 | 2025-07-29T22:14:00.309Z | github.com/twpayne/go-geom/bigxy |
| 2601 | 2025-07-29T22:14:00.325Z | github.com/twpayne/go-geom/sorting |
| 2602 | 2025-07-29T22:14:00.339Z | github.com/twpayne/go-geom/transform |
| 2603 | 2025-07-29T22:14:00.361Z | github.com/twpayne/go-geom/xy/internal |
| 2604 | 2025-07-29T22:14:00.386Z | github.com/twpayne/go-geom/xy/internal/raycrossing |
| 2605 | 2025-07-29T22:14:00.391Z | github.com/jcmturner/gokrb5/v8/spnego |
| 2606 | 2025-07-29T22:14:00.420Z | github.com/twpayne/go-geom/xy/internal/centralendpoint |
| 2607 | 2025-07-29T22:14:00.420Z | github.com/twpayne/go-geom/xy/internal/hcoords |
| 2608 | 2025-07-29T22:14:00.432Z | github.com/twpayne/go-geom/xy/lineintersection |
| 2609 | 2025-07-29T22:14:00.449Z | github.com/cockroachdb/cockroach/pkg/util/log |
| 2610 | 2025-07-29T22:14:00.474Z | golang.org/x/text/internal/tag |
| 2611 | 2025-07-29T22:14:00.474Z | github.com/cockroachdb/cockroach/pkg/kv/kvbase |
| 2612 | 2025-07-29T22:14:00.485Z | github.com/twpayne/go-geom/xy/lineintersector |
| 2613 | 2025-07-29T22:14:00.523Z | github.com/davecgh/go-spew/spew |
| 2614 | 2025-07-29T22:14:00.527Z | golang.org/x/text/internal/language |
| 2615 | 2025-07-29T22:14:00.606Z | github.com/twpayne/go-geom/xy |
| 2616 | 2025-07-29T22:14:00.669Z | github.com/lib/pq/auth/kerberos |
| 2617 | 2025-07-29T22:14:00.707Z | net/http/internal/testcert |
| 2618 | 2025-07-29T22:14:00.736Z | net/http/httptest |
| 2619 | 2025-07-29T22:14:00.748Z | github.com/cockroachdb/cockroach/pkg/sql/privilege |
| 2620 | 2025-07-29T22:14:00.787Z | github.com/cockroachdb/cockroach/pkg/cli/clisqlclient |
| 2621 | 2025-07-29T22:14:00.812Z | github.com/cockroachdb/cockroach/pkg/sql/sem/catid |
| 2622 | 2025-07-29T22:14:00.848Z | github.com/cockroachdb/cockroach/pkg/sql/oidext |
| 2623 | 2025-07-29T22:14:00.880Z | github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgnotice |
| 2624 | 2025-07-29T22:14:00.925Z | github.com/cockroachdb/cockroach/pkg/sql/sem/tree/treebin |
| 2625 | 2025-07-29T22:14:00.959Z | golang.org/x/text/internal/language/compact |
| 2626 | 2025-07-29T22:14:00.971Z | github.com/stretchr/testify/assert |
| 2627 | 2025-07-29T22:14:00.995Z | github.com/cockroachdb/cockroach/pkg/sql/sem/tree/treecmp |
| 2628 | 2025-07-29T22:14:01.200Z | github.com/cockroachdb/cockroach/pkg/util/treeprinter |
| 2629 | 2025-07-29T22:14:01.204Z | github.com/cockroachdb/cockroach/pkg/sql/sem/tree/treewindow |
| 2630 | 2025-07-29T22:14:01.212Z | github.com/cockroachdb/cockroach/pkg/geo/geographiclib |
| 2631 | 2025-07-29T22:14:01.222Z | golang.org/x/text/language |
| 2632 | 2025-07-29T22:14:01.414Z | github.com/cockroachdb/cockroach/pkg/geo/geodist |
| 2633 | 2025-07-29T22:14:01.424Z | github.com/cockroachdb/cockroach/pkg/sql/inverted |
| 2634 | 2025-07-29T22:14:01.438Z | github.com/stretchr/testify/require |
| 2635 | 2025-07-29T22:14:01.442Z | github.com/cockroachdb/cockroach/pkg/sql/lex |
| 2636 | 2025-07-29T22:14:01.496Z | github.com/cockroachdb/cockroach/pkg/util/unique |
| 2637 | 2025-07-29T22:14:01.534Z | github.com/cockroachdb/cockroach/pkg/util/pretty |
| 2638 | 2025-07-29T22:14:01.549Z | github.com/google/go-cmp/cmp/internal/flags |
| 2639 | 2025-07-29T22:14:01.563Z | github.com/cockroachdb/cockroach/pkg/sql/types |
| 2640 | 2025-07-29T22:14:01.567Z | github.com/cockroachdb/cockroach/pkg/util/hlc |
| 2641 | 2025-07-29T22:14:01.587Z | github.com/cockroachdb/cockroach/pkg/util/metric |
| 2642 | 2025-07-29T22:14:01.627Z | github.com/cockroachdb/cockroach/pkg/util/contextutil |
| 2643 | 2025-07-29T22:14:01.748Z | github.com/cockroachdb/cockroach/pkg/util/quotapool |
| 2644 | 2025-07-29T22:14:01.888Z | github.com/cockroachdb/cockroach/pkg/util/log/logcrash |
| 2645 | 2025-07-29T22:14:01.901Z | github.com/cockroachdb/cockroach/pkg/util/cache |
| 2646 | 2025-07-29T22:14:01.904Z | github.com/cockroachdb/cockroach/pkg/storage/enginepb |
| 2647 | 2025-07-29T22:14:01.913Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/readsummary/rspb |
| 2648 | 2025-07-29T22:14:01.941Z | github.com/cockroachdb/cockroach/pkg/server/telemetry |
| 2649 | 2025-07-29T22:14:01.962Z | github.com/cockroachdb/cockroach/pkg/util/errorutil |
| 2650 | 2025-07-29T22:14:02.010Z | github.com/google/go-cmp/cmp/internal/diff |
| 2651 | 2025-07-29T22:14:02.027Z | github.com/google/go-cmp/cmp/internal/function |
| 2652 | 2025-07-29T22:14:02.043Z | github.com/google/go-cmp/cmp/internal/value |
| 2653 | 2025-07-29T22:14:02.043Z | github.com/cockroachdb/cockroach/pkg/sql/sqltelemetry |
| 2654 | 2025-07-29T22:14:02.072Z | golang.org/x/text/internal/colltab |
| 2655 | 2025-07-29T22:14:02.081Z | github.com/cockroachdb/cockroach/pkg/util/growstack |
| 2656 | 2025-07-29T22:14:02.117Z | github.com/google/go-cmp/cmp |
| 2657 | 2025-07-29T22:14:02.147Z | github.com/cockroachdb/cockroach/pkg/sql/roleoption |
| 2658 | 2025-07-29T22:14:02.158Z | github.com/montanaflynn/stats |
| 2659 | 2025-07-29T22:14:02.218Z | golang.org/x/sync/syncmap |
| 2660 | 2025-07-29T22:14:02.242Z | golang.org/x/text/collate |
| 2661 | 2025-07-29T22:14:02.257Z | github.com/cockroachdb/cockroach/pkg/util/ctxgroup |
| 2662 | 2025-07-29T22:14:02.357Z | github.com/google/btree |
| 2663 | 2025-07-29T22:14:02.385Z | github.com/cockroachdb/cockroach/pkg/sql/enum |
| 2664 | 2025-07-29T22:14:02.494Z | github.com/cockroachdb/cockroach/pkg/sql/rowenc/rowencpb |
| 2665 | 2025-07-29T22:14:02.533Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/rel |
| 2666 | 2025-07-29T22:14:02.554Z | github.com/robfig/cron/v3 |
| 2667 | 2025-07-29T22:14:02.650Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/concurrency/lock |
| 2668 | 2025-07-29T22:14:02.709Z | github.com/cockroachdb/cockroach/pkg/featureflag |
| 2669 | 2025-07-29T22:14:02.751Z | github.com/cockroachdb/cockroach/pkg/util/memzipper |
| 2670 | 2025-07-29T22:14:02.792Z | github.com/cockroachdb/cockroach/pkg/roachpb |
| 2671 | 2025-07-29T22:14:02.806Z | github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight |
| 2672 | 2025-07-29T22:14:02.806Z | github.com/cockroachdb/cockroach/pkg/util/limit |
| 2673 | 2025-07-29T22:14:02.837Z | github.com/cockroachdb/cockroach/pkg/util/pprofutil |
| 2674 | 2025-07-29T22:14:02.853Z | github.com/cockroachdb/cockroach/pkg/util/shuffle |
| 2675 | 2025-07-29T22:14:02.863Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/diskmap |
| 2676 | 2025-07-29T22:14:02.879Z | github.com/cockroachdb/cockroach/pkg/util/bufalloc |
| 2677 | 2025-07-29T22:14:02.890Z | github.com/cockroachdb/pebble/bloom |
| 2678 | 2025-07-29T22:14:02.893Z | github.com/elastic/gosigar |
| 2679 | 2025-07-29T22:14:02.902Z | github.com/cockroachdb/cockroach/pkg/geo/twkb |
| 2680 | 2025-07-29T22:14:02.928Z | github.com/cockroachdb/cockroach/pkg/sql/colexecerror |
| 2681 | 2025-07-29T22:14:02.956Z | github.com/cockroachdb/cockroach/pkg/util/fuzzystrmatch |
| 2682 | 2025-07-29T22:14:02.980Z | github.com/cockroachdb/cockroach/pkg/util/ulid |
| 2683 | 2025-07-29T22:14:03.000Z | github.com/cockroachdb/cockroach/pkg/util/unaccent |
| 2684 | 2025-07-29T22:14:03.029Z | github.com/knz/strtime |
| 2685 | 2025-07-29T22:14:03.043Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/apply |
| 2686 | 2025-07-29T22:14:03.067Z | golang.org/x/time/rate |
| 2687 | 2025-07-29T22:14:03.071Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/closedts/tracker |
| 2688 | 2025-07-29T22:14:03.107Z | github.com/cockroachdb/cockroach/pkg/util/metric/aggmetric |
| 2689 | 2025-07-29T22:14:03.123Z | github.com/andy-kimball/arenaskl/internal/fastrand |
| 2690 | 2025-07-29T22:14:03.144Z | github.com/andy-kimball/arenaskl |
| 2691 | 2025-07-29T22:14:03.157Z | github.com/cockroachdb/cockroach/pkg/geo/geoprojbase |
| 2692 | 2025-07-29T22:14:03.169Z | github.com/cockroachdb/cockroach/pkg/util/circuit |
| 2693 | 2025-07-29T22:14:03.222Z | github.com/cockroachdb/cockroach/pkg/geo |
| 2694 | 2025-07-29T22:14:03.255Z | github.com/cockroachdb/cockroach/pkg/geo/geoproj |
| 2695 | 2025-07-29T22:14:03.255Z | go.etcd.io/etcd/raft/v3/quorum |
| 2696 | 2025-07-29T22:14:03.275Z | github.com/cockroachdb/cockroach/pkg/util/optional |
| 2697 | 2025-07-29T22:14:03.327Z | go.etcd.io/etcd/raft/v3/tracker |
| 2698 | 2025-07-29T22:14:03.355Z | github.com/cockroachdb/cockroach/pkg/util/cancelchecker |
| 2699 | 2025-07-29T22:14:03.391Z | github.com/cockroachdb/cockroach/pkg/util/sort |
| 2700 | 2025-07-29T22:14:03.437Z | go.etcd.io/etcd/raft/v3/confchange |
| 2701 | 2025-07-29T22:14:03.448Z | github.com/cockroachdb/cockroach/pkg/sql/rowinfra |
| 2702 | 2025-07-29T22:14:03.471Z | github.com/cockroachdb/cockroach/pkg/sql/scrub |
| 2703 | 2025-07-29T22:14:03.492Z | github.com/cockroachdb/cockroach/pkg/geo/geosegmentize |
| 2704 | 2025-07-29T22:14:03.520Z | github.com/cockroachdb/cockroach/pkg/util/json |
| 2705 | 2025-07-29T22:14:03.552Z | go.etcd.io/etcd/raft/v3 |
| 2706 | 2025-07-29T22:14:03.576Z | github.com/cockroachdb/cockroach/pkg/geo/geogfn |
| 2707 | 2025-07-29T22:14:03.950Z | github.com/cockroachdb/cockroach/pkg/geo/geomfn |
| 2708 | 2025-07-29T22:14:04.082Z | github.com/marusama/semaphore |
| 2709 | 2025-07-29T22:14:04.105Z | github.com/cockroachdb/cockroach/pkg/sql/protoreflect |
| 2710 | 2025-07-29T22:14:04.124Z | github.com/cockroachdb/cockroach/pkg/col/typeconv |
| 2711 | 2025-07-29T22:14:04.170Z | github.com/apache/arrow/go/arrow/bitutil |
| 2712 | 2025-07-29T22:14:04.184Z | github.com/cockroachdb/cockroach/pkg/col/coldata |
| 2713 | 2025-07-29T22:14:04.184Z | github.com/apache/arrow/go/arrow/decimal128 |
| 2714 | 2025-07-29T22:14:04.213Z | github.com/apache/arrow/go/arrow/float16 |
| 2715 | 2025-07-29T22:14:04.240Z | github.com/apache/arrow/go/arrow/internal/debug |
| 2716 | 2025-07-29T22:14:04.261Z | github.com/apache/arrow/go/arrow |
| 2717 | 2025-07-29T22:14:04.276Z | github.com/apache/arrow/go/arrow/internal/cpu |
| 2718 | 2025-07-29T22:14:04.279Z | github.com/cockroachdb/cockroach/pkg/geo/geotransform |
| 2719 | 2025-07-29T22:14:04.362Z | golang.org/x/xerrors/internal |
| 2720 | 2025-07-29T22:14:04.508Z | golang.org/x/xerrors |
| 2721 | 2025-07-29T22:14:04.589Z | github.com/apache/arrow/go/arrow/memory |
| 2722 | 2025-07-29T22:14:04.592Z | github.com/google/flatbuffers/go |
| 2723 | 2025-07-29T22:14:04.660Z | github.com/edsrzf/mmap-go |
| 2724 | 2025-07-29T22:14:04.674Z | github.com/dgryski/go-metro |
| 2725 | 2025-07-29T22:14:04.707Z | github.com/rivo/uniseg |
| 2726 | 2025-07-29T22:14:04.710Z | github.com/cockroachdb/cockroach/pkg/sql/contention/contentionutils |
| 2727 | 2025-07-29T22:14:04.747Z | github.com/cockroachdb/cockroach/pkg/geo/geoindex |
| 2728 | 2025-07-29T22:14:04.758Z | github.com/cockroachdb/cockroach/pkg/sql/covering |
| 2729 | 2025-07-29T22:14:04.800Z | github.com/mattn/go-runewidth |
| 2730 | 2025-07-29T22:14:04.805Z | github.com/apache/arrow/go/arrow/array |
| 2731 | 2025-07-29T22:14:04.826Z | github.com/cockroachdb/cockroach/pkg/col/colserde/arrowserde |
| 2732 | 2025-07-29T22:14:04.829Z | github.com/axiomhq/hyperloglog |
| 2733 | 2025-07-29T22:14:04.829Z | github.com/cockroachdb/cockroach/pkg/sql/mutations |
| 2734 | 2025-07-29T22:14:04.869Z | github.com/olekukonko/tablewriter |
| 2735 | 2025-07-29T22:14:04.883Z | github.com/jackc/pgio |
| 2736 | 2025-07-29T22:14:04.937Z | github.com/emicklei/dot |
| 2737 | 2025-07-29T22:14:04.978Z | github.com/jackc/pgtype |
| 2738 | 2025-07-29T22:14:05.003Z | github.com/cockroachdb/cockroach/pkg/sql/sessionphase |
| 2739 | 2025-07-29T22:14:05.007Z | github.com/cockroachdb/cockroach/pkg/sql/sqlfsm |
| 2740 | 2025-07-29T22:14:05.076Z | github.com/cockroachdb/cockroach/pkg/sql/vtable |
| 2741 | 2025-07-29T22:14:05.100Z | github.com/cockroachdb/cockroach/pkg/util/system |
| 2742 | 2025-07-29T22:14:05.113Z | github.com/cockroachdb/cockroach/pkg/util/goschedstats |
| 2743 | 2025-07-29T22:14:05.121Z | github.com/shirou/gopsutil/v3/internal/common |
| 2744 | 2025-07-29T22:14:05.132Z | github.com/cockroachdb/cockroach/pkg/util/cgroups |
| 2745 | 2025-07-29T22:14:05.136Z | github.com/jackc/chunkreader/v2 |
| 2746 | 2025-07-29T22:14:05.154Z | github.com/jackc/pgconn/internal/ctxwatch |
| 2747 | 2025-07-29T22:14:05.175Z | github.com/jackc/pgpassfile |
| 2748 | 2025-07-29T22:14:05.192Z | github.com/jackc/pgproto3/v2 |
| 2749 | 2025-07-29T22:14:05.231Z | github.com/jackc/pgservicefile |
| 2750 | 2025-07-29T22:14:05.279Z | golang.org/x/text/internal |
| 2751 | 2025-07-29T22:14:05.282Z | golang.org/x/text/runes |
| 2752 | 2025-07-29T22:14:05.302Z | github.com/shirou/gopsutil/v3/disk |
| 2753 | 2025-07-29T22:14:05.327Z | github.com/shirou/gopsutil/v3/net |
| 2754 | 2025-07-29T22:14:05.362Z | golang.org/x/text/cases |
| 2755 | 2025-07-29T22:14:05.405Z | github.com/jackc/pgx/v4/internal/sanitize |
| 2756 | 2025-07-29T22:14:05.469Z | github.com/cockroachdb/cockroach/pkg/util/httputil |
| 2757 | 2025-07-29T22:14:05.517Z | github.com/cockroachdb/cockroach/pkg/util/encoding/csv |
| 2758 | 2025-07-29T22:14:05.624Z | github.com/cockroachdb/cockroach/pkg/util/fsm |
| 2759 | 2025-07-29T22:14:05.676Z | golang.org/x/text/secure/precis |
| 2760 | 2025-07-29T22:14:05.679Z | github.com/cockroachdb/cockroach/pkg/util/tracing/tracingservicepb |
| 2761 | 2025-07-29T22:14:05.748Z | github.com/maruel/panicparse/v2/stack |
| 2762 | 2025-07-29T22:14:05.775Z | debug/pe |
| 2763 | 2025-07-29T22:14:05.907Z | github.com/google/pprof/internal/elfexec |
| 2764 | 2025-07-29T22:14:05.948Z | github.com/google/pprof/profile |
| 2765 | 2025-07-29T22:14:05.951Z | github.com/ianlancetaylor/demangle |
| 2766 | 2025-07-29T22:14:06.012Z | github.com/jackc/pgconn |
| 2767 | 2025-07-29T22:14:06.024Z | github.com/google/pprof/third_party/d3 |
| 2768 | 2025-07-29T22:14:06.035Z | github.com/cockroachdb/cockroach/pkg/server/debug/goroutineui |
| 2769 | 2025-07-29T22:14:06.052Z | github.com/google/pprof/third_party/d3flamegraph |
| 2770 | 2025-07-29T22:14:06.090Z | github.com/google/pprof/third_party/svgpan |
| 2771 | 2025-07-29T22:14:06.103Z | github.com/cockroachdb/pebble/tool/logs |
| 2772 | 2025-07-29T22:14:06.157Z | github.com/rcrowley/go-metrics/exp |
| 2773 | 2025-07-29T22:14:06.354Z | internal/profile |
| 2774 | 2025-07-29T22:14:06.374Z | github.com/cockroachdb/cockroach/pkg/util/cloudinfo |
| 2775 | 2025-07-29T22:14:06.455Z | github.com/tklauser/go-sysconf |
| 2776 | 2025-07-29T22:14:06.530Z | github.com/shirou/gopsutil/v3/cpu |
| 2777 | 2025-07-29T22:14:06.634Z | github.com/jackc/pgconn/stmtcache |
| 2778 | 2025-07-29T22:14:06.669Z | github.com/shirou/gopsutil/v3/host |
| 2779 | 2025-07-29T22:14:06.689Z | github.com/google/pprof/internal/plugin |
| 2780 | 2025-07-29T22:14:06.710Z | github.com/google/pprof/internal/measurement |
| 2781 | 2025-07-29T22:14:06.775Z | github.com/shirou/gopsutil/v3/load |
| 2782 | 2025-07-29T22:14:06.864Z | github.com/shirou/gopsutil/v3/mem |
| 2783 | 2025-07-29T22:14:06.864Z | net/http/pprof |
| 2784 | 2025-07-29T22:14:07.101Z | compress/bzip2 |
| 2785 | 2025-07-29T22:14:07.104Z | github.com/google/pprof/internal/graph |
| 2786 | 2025-07-29T22:14:07.104Z | github.com/google/pprof/internal/binutils |
| 2787 | 2025-07-29T22:14:07.149Z | github.com/google/pprof/internal/symbolz |
| 2788 | 2025-07-29T22:14:07.190Z | github.com/google/pprof/internal/transport |
| 2789 | 2025-07-29T22:14:07.213Z | github.com/prometheus/client_golang/prometheus/promauto |
| 2790 | 2025-07-29T22:14:07.231Z | github.com/google/pprof/internal/report |
| 2791 | 2025-07-29T22:14:07.253Z | github.com/jackc/puddle |
| 2792 | 2025-07-29T22:14:07.310Z | github.com/cockroachdb/cockroach/pkg/workload/histogram |
| 2793 | 2025-07-29T22:14:07.315Z | github.com/apache/thrift/lib/go/thrift |
| 2794 | 2025-07-29T22:14:07.399Z | github.com/google/pprof/internal/symbolizer |
| 2795 | 2025-07-29T22:14:07.413Z | github.com/linkedin/goavro/v2 |
| 2796 | 2025-07-29T22:14:07.521Z | vitess.io/vitess/go/bytes2 |
| 2797 | 2025-07-29T22:14:07.524Z | vitess.io/vitess/go/hack |
| 2798 | 2025-07-29T22:14:07.567Z | github.com/google/pprof/internal/driver |
| 2799 | 2025-07-29T22:14:07.602Z | vitess.io/vitess/go/vt/proto/vttime |
| 2800 | 2025-07-29T22:14:07.630Z | github.com/jackc/pgx/v4 |
| 2801 | 2025-07-29T22:14:07.688Z | vitess.io/vitess/go/vt/proto/topodata |
| 2802 | 2025-07-29T22:14:07.768Z | vitess.io/vitess/go/vt/proto/vtrpc |
| 2803 | 2025-07-29T22:14:07.911Z | golang.org/x/net/context |
| 2804 | 2025-07-29T22:14:07.975Z | vitess.io/vitess/go/vt/vterrors |
| 2805 | 2025-07-29T22:14:07.991Z | vitess.io/vitess/go/vt/proto/query |
| 2806 | 2025-07-29T22:14:08.033Z | github.com/jackc/pgx/v4/pgxpool |
| 2807 | 2025-07-29T22:14:08.145Z | vitess.io/vitess/go/vt/sysvars |
| 2808 | 2025-07-29T22:14:08.156Z | github.com/cockroachdb/cockroach/pkg/util/tracing/service |
| 2809 | 2025-07-29T22:14:08.256Z | github.com/cockroachdb/cockroach/pkg/util/tracing/tracingui |
| 2810 | 2025-07-29T22:14:08.291Z | github.com/google/pprof/driver |
| 2811 | 2025-07-29T22:14:08.334Z | github.com/gorilla/mux |
| 2812 | 2025-07-29T22:14:08.381Z | github.com/cockroachdb/cockroach/pkg/cli/clisqlexec |
| 2813 | 2025-07-29T22:14:08.442Z | github.com/cockroachdb/cockroach/pkg/workload |
| 2814 | 2025-07-29T22:14:08.547Z | github.com/cockroachdb/cockroach/pkg/cli/democluster/api |
| 2815 | 2025-07-29T22:14:08.592Z | github.com/knz/go-libedit/common |
| 2816 | 2025-07-29T22:14:08.661Z | github.com/mattn/go-isatty |
| 2817 | 2025-07-29T22:14:08.695Z | github.com/aws/aws-sdk-go/aws/awserr |
| 2818 | 2025-07-29T22:14:08.716Z | github.com/knz/go-libedit/unix |
| 2819 | 2025-07-29T22:14:08.723Z | vitess.io/vitess/go/sqltypes |
| 2820 | 2025-07-29T22:14:08.726Z | github.com/fraugster/parquet-go/parquet |
| 2821 | 2025-07-29T22:14:08.769Z | github.com/aws/aws-sdk-go/internal/shareddefaults |
| 2822 | 2025-07-29T22:14:08.862Z | github.com/aws/aws-sdk-go/internal/sync/singleflight |
| 2823 | 2025-07-29T22:14:08.866Z | github.com/aws/aws-sdk-go/internal/ini |
| 2824 | 2025-07-29T22:14:08.949Z | github.com/aws/aws-sdk-go/aws/endpoints |
| 2825 | 2025-07-29T22:14:09.041Z | vitess.io/vitess/go/vt/vtgate/evalengine |
| 2826 | 2025-07-29T22:14:09.240Z | vitess.io/vitess/go/vt/sqlparser |
| 2827 | 2025-07-29T22:14:09.263Z | github.com/aws/aws-sdk-go/aws/credentials |
| 2828 | 2025-07-29T22:14:09.358Z | github.com/aws/aws-sdk-go/internal/sdkio |
| 2829 | 2025-07-29T22:14:09.409Z | github.com/cockroachdb/cockroach/pkg/workload/workloadsql |
| 2830 | 2025-07-29T22:14:09.424Z | github.com/aws/aws-sdk-go/aws/client/metadata |
| 2831 | 2025-07-29T22:14:09.503Z | github.com/jmespath/go-jmespath |
| 2832 | 2025-07-29T22:14:09.560Z | github.com/aws/aws-sdk-go/internal/sdkrand |
| 2833 | 2025-07-29T22:14:09.657Z | github.com/aws/aws-sdk-go/aws/credentials/processcreds |
| 2834 | 2025-07-29T22:14:09.769Z | github.com/aws/aws-sdk-go/aws/awsutil |
| 2835 | 2025-07-29T22:14:09.788Z | github.com/aws/aws-sdk-go/internal/strings |
| 2836 | 2025-07-29T22:14:09.828Z | github.com/fraugster/parquet-go/parquetschema |
| 2837 | 2025-07-29T22:14:09.832Z | github.com/aws/aws-sdk-go/internal/sdkmath |
| 2838 | 2025-07-29T22:14:09.884Z | github.com/aws/aws-sdk-go/internal/sdkuri |
| 2839 | 2025-07-29T22:14:09.903Z | github.com/aws/aws-sdk-go/aws/arn |
| 2840 | 2025-07-29T22:14:09.912Z | github.com/mattn/go-ieproxy |
| 2841 | 2025-07-29T22:14:09.943Z | github.com/aws/aws-sdk-go/internal/s3shared/arn |
| 2842 | 2025-07-29T22:14:09.995Z | github.com/Azure/azure-pipeline-go/pipeline |
| 2843 | 2025-07-29T22:14:10.019Z | github.com/Azure/go-autorest/autorest/date |
| 2844 | 2025-07-29T22:14:10.023Z | github.com/fraugster/parquet-go |
| 2845 | 2025-07-29T22:14:10.195Z | github.com/Azure/azure-storage-blob-go/azblob |
| 2846 | 2025-07-29T22:14:10.210Z | github.com/Azure/go-autorest/logger |
| 2847 | 2025-07-29T22:14:10.322Z | github.com/Azure/go-autorest/tracing |
| 2848 | 2025-07-29T22:14:10.388Z | github.com/golang-jwt/jwt/v4 |
| 2849 | 2025-07-29T22:14:10.494Z | github.com/cockroachdb/cockroach/pkg/clusterversion |
| 2850 | 2025-07-29T22:14:10.636Z | github.com/cockroachdb/cockroach/pkg/util/stop |
| 2851 | 2025-07-29T22:14:10.684Z | github.com/cockroachdb/cockroach/pkg/settings/cluster |
| 2852 | 2025-07-29T22:14:10.804Z | github.com/cockroachdb/cockroach/pkg/util/mon |
| 2853 | 2025-07-29T22:14:10.944Z | github.com/cockroachdb/cockroach/pkg/security |
| 2854 | 2025-07-29T22:14:10.991Z | github.com/cockroachdb/cockroach/pkg/keys |
| 2855 | 2025-07-29T22:14:11.064Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/closedts |
| 2856 | 2025-07-29T22:14:11.118Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/closedts/ctpb |
| 2857 | 2025-07-29T22:14:11.299Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/liveness/livenesspb |
| 2858 | 2025-07-29T22:14:11.374Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/catconstants |
| 2859 | 2025-07-29T22:14:11.429Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/kvserverpb |
| 2860 | 2025-07-29T22:14:11.555Z | github.com/cockroachdb/cockroach/pkg/multitenant/tenantcostmodel |
| 2861 | 2025-07-29T22:14:11.563Z | github.com/cockroachdb/cockroach/pkg/server/dumpstore |
| 2862 | 2025-07-29T22:14:11.666Z | github.com/cockroachdb/cockroach/pkg/util/startup |
| 2863 | 2025-07-29T22:14:11.740Z | github.com/cockroachdb/cockroach/pkg/util/span |
| 2864 | 2025-07-29T22:14:11.769Z | github.com/cockroachdb/cockroach/pkg/storage/fs |
| 2865 | 2025-07-29T22:14:11.796Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/concurrency/poison |
| 2866 | 2025-07-29T22:14:11.827Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/constraint |
| 2867 | 2025-07-29T22:14:11.912Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/raftentry |
| 2868 | 2025-07-29T22:14:11.944Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/split |
| 2869 | 2025-07-29T22:14:11.990Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/tscache |
| 2870 | 2025-07-29T22:14:12.058Z | github.com/cockroachdb/cockroach/pkg/server/status/statuspb |
| 2871 | 2025-07-29T22:14:12.061Z | github.com/cockroachdb/cockroach/pkg/ts/tspb |
| 2872 | 2025-07-29T22:14:12.093Z | github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangefeed/rangefeedbuffer |
| 2873 | 2025-07-29T22:14:12.165Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/uncertainty |
| 2874 | 2025-07-29T22:14:12.250Z | github.com/cockroachdb/cockroach/pkg/util/keysutil |
| 2875 | 2025-07-29T22:14:12.292Z | github.com/cockroachdb/cockroach/pkg/util/stringarena |
| 2876 | 2025-07-29T22:14:12.303Z | github.com/cockroachdb/cockroach/pkg/sql/optionalnodeliveness |
| 2877 | 2025-07-29T22:14:12.323Z | github.com/cockroachdb/cockroach/pkg/security/securitytest |
| 2878 | 2025-07-29T22:14:12.396Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/loqrecovery/loqrecoverypb |
| 2879 | 2025-07-29T22:14:12.417Z | github.com/cockroachdb/cockroach/pkg/server/goroutinedumper |
| 2880 | 2025-07-29T22:14:12.431Z | github.com/cockroachdb/cockroach/pkg/sql/pgwire/identmap |
| 2881 | 2025-07-29T22:14:12.491Z | github.com/aws/aws-sdk-go/aws |
| 2882 | 2025-07-29T22:14:12.516Z | golang.org/x/crypto/pkcs12/internal/rc2 |
| 2883 | 2025-07-29T22:14:12.520Z | github.com/cockroachdb/cockroach/pkg/ts/catalog |
| 2884 | 2025-07-29T22:14:12.534Z | google.golang.org/genproto/googleapis/rpc/code |
| 2885 | 2025-07-29T22:14:12.631Z | github.com/googleapis/gax-go/v2/apierror/internal/proto |
| 2886 | 2025-07-29T22:14:12.634Z | golang.org/x/crypto/pkcs12 |
| 2887 | 2025-07-29T22:14:12.658Z | github.com/aws/aws-sdk-go/private/protocol/eventstream |
| 2888 | 2025-07-29T22:14:12.658Z | github.com/aws/aws-sdk-go/aws/request |
| 2889 | 2025-07-29T22:14:12.729Z | google.golang.org/api/internal/third_party/uritemplates |
| 2890 | 2025-07-29T22:14:12.741Z | github.com/Azure/go-autorest/autorest/adal |
| 2891 | 2025-07-29T22:14:12.752Z | github.com/knz/go-libedit |
| 2892 | 2025-07-29T22:14:12.766Z | google.golang.org/genproto/googleapis/type/expr |
| 2893 | 2025-07-29T22:14:12.808Z | github.com/cockroachdb/cockroach/pkg/cli/clisqlshell |
| 2894 | 2025-07-29T22:14:12.819Z | google.golang.org/api/googleapi |
| 2895 | 2025-07-29T22:14:12.911Z | google.golang.org/api/iterator |
| 2896 | 2025-07-29T22:14:12.915Z | google.golang.org/genproto/googleapis/iam/v1 |
| 2897 | 2025-07-29T22:14:12.952Z | github.com/aws/aws-sdk-go/aws/client |
| 2898 | 2025-07-29T22:14:12.974Z | github.com/aws/aws-sdk-go/aws/corehandlers |
| 2899 | 2025-07-29T22:14:12.978Z | github.com/aws/aws-sdk-go/private/protocol |
| 2900 | 2025-07-29T22:14:12.978Z | github.com/aws/aws-sdk-go/aws/csm |
| 2901 | 2025-07-29T22:14:13.029Z | github.com/aws/aws-sdk-go/internal/s3shared |
| 2902 | 2025-07-29T22:14:13.052Z | github.com/aws/aws-sdk-go/aws/ec2metadata |
| 2903 | 2025-07-29T22:14:13.101Z | github.com/aws/aws-sdk-go/internal/s3shared/s3err |
| 2904 | 2025-07-29T22:14:13.113Z | github.com/aws/aws-sdk-go/private/checksum |
| 2905 | 2025-07-29T22:14:13.116Z | github.com/aws/aws-sdk-go/private/protocol/rest |
| 2906 | 2025-07-29T22:14:13.134Z | github.com/aws/aws-sdk-go/private/protocol/json/jsonutil |
| 2907 | 2025-07-29T22:14:13.138Z | github.com/aws/aws-sdk-go/private/protocol/query/queryutil |
| 2908 | 2025-07-29T22:14:13.176Z | github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil |
| 2909 | 2025-07-29T22:14:13.192Z | github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds |
| 2910 | 2025-07-29T22:14:13.195Z | github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi |
| 2911 | 2025-07-29T22:14:13.209Z | github.com/Azure/go-autorest/autorest |
| 2912 | 2025-07-29T22:14:13.286Z | github.com/googleapis/gax-go/v2/apierror |
| 2913 | 2025-07-29T22:14:13.291Z | github.com/aws/aws-sdk-go/aws/credentials/endpointcreds |
| 2914 | 2025-07-29T22:14:13.313Z | golang.org/x/net/context/ctxhttp |
| 2915 | 2025-07-29T22:14:13.325Z | github.com/aws/aws-sdk-go/private/protocol/query |
| 2916 | 2025-07-29T22:14:13.338Z | github.com/aws/aws-sdk-go/aws/signer/v4 |
| 2917 | 2025-07-29T22:14:13.353Z | github.com/cockroachdb/cockroach/pkg/cli/clisqlcfg |
| 2918 | 2025-07-29T22:14:13.370Z | github.com/aws/aws-sdk-go/private/protocol/jsonrpc |
| 2919 | 2025-07-29T22:14:13.383Z | github.com/aws/aws-sdk-go/aws/defaults |
| 2920 | 2025-07-29T22:14:13.394Z | github.com/aws/aws-sdk-go/private/protocol/restxml |
| 2921 | 2025-07-29T22:14:13.397Z | github.com/googleapis/gax-go/v2 |
| 2922 | 2025-07-29T22:14:13.418Z | golang.org/x/oauth2/internal |
| 2923 | 2025-07-29T22:14:13.489Z | cloud.google.com/go/compute/metadata |
| 2924 | 2025-07-29T22:14:13.494Z | github.com/aws/aws-sdk-go/private/protocol/restjson |
| 2925 | 2025-07-29T22:14:13.495Z | golang.org/x/oauth2/jws |
| 2926 | 2025-07-29T22:14:13.520Z | cloud.google.com/go/iam |
| 2927 | 2025-07-29T22:14:13.537Z | golang.org/x/oauth2 |
| 2928 | 2025-07-29T22:14:13.537Z | github.com/aws/aws-sdk-go/service/sts |
| 2929 | 2025-07-29T22:14:13.597Z | github.com/aws/aws-sdk-go/service/kms |
| 2930 | 2025-07-29T22:14:13.600Z | github.com/aws/aws-sdk-go/service/sso |
| 2931 | 2025-07-29T22:14:13.639Z | github.com/aws/aws-sdk-go/service/s3 |
| 2932 | 2025-07-29T22:14:13.658Z | github.com/Azure/go-autorest/autorest/azure |
| 2933 | 2025-07-29T22:14:13.689Z | golang.org/x/oauth2/authhandler |
| 2934 | 2025-07-29T22:14:13.733Z | golang.org/x/oauth2/google/internal/externalaccount |
| 2935 | 2025-07-29T22:14:13.760Z | github.com/aws/aws-sdk-go/service/sso/ssoiface |
| 2936 | 2025-07-29T22:14:13.779Z | golang.org/x/oauth2/jwt |
| 2937 | 2025-07-29T22:14:13.827Z | github.com/aws/aws-sdk-go/service/sts/stsiface |
| 2938 | 2025-07-29T22:14:13.893Z | google.golang.org/api/internal/impersonate |
| 2939 | 2025-07-29T22:14:13.914Z | github.com/aws/aws-sdk-go/aws/credentials/ssocreds |
| 2940 | 2025-07-29T22:14:13.932Z | golang.org/x/oauth2/google |
| 2941 | 2025-07-29T22:14:13.955Z | github.com/aws/aws-sdk-go/aws/credentials/stscreds |
| 2942 | 2025-07-29T22:14:13.969Z | go.opencensus.io/resource |
| 2943 | 2025-07-29T22:14:13.993Z | go.opencensus.io/tag |
| 2944 | 2025-07-29T22:14:14.004Z | go.opencensus.io/internal/tagencoding |
| 2945 | 2025-07-29T22:14:14.029Z | go.opencensus.io/metric/metricdata |
| 2946 | 2025-07-29T22:14:14.099Z | go.opencensus.io/metric/metricproducer |
| 2947 | 2025-07-29T22:14:14.103Z | go.opencensus.io/stats/internal |
| 2948 | 2025-07-29T22:14:14.107Z | github.com/aws/aws-sdk-go/aws/session |
| 2949 | 2025-07-29T22:14:14.107Z | google.golang.org/api/internal |
| 2950 | 2025-07-29T22:14:14.129Z | github.com/golang/groupcache/lru |
| 2951 | 2025-07-29T22:14:14.165Z | go.opencensus.io/stats |
| 2952 | 2025-07-29T22:14:14.233Z | go.opencensus.io |
| 2953 | 2025-07-29T22:14:14.237Z | go.opencensus.io/stats/view |
| 2954 | 2025-07-29T22:14:14.280Z | go.opencensus.io/trace/internal |
| 2955 | 2025-07-29T22:14:14.283Z | google.golang.org/api/option |
| 2956 | 2025-07-29T22:14:14.283Z | go.opencensus.io/internal |
| 2957 | 2025-07-29T22:14:14.372Z | go.opencensus.io/trace/tracestate |
| 2958 | 2025-07-29T22:14:14.386Z | google.golang.org/api/transport/cert |
| 2959 | 2025-07-29T22:14:14.399Z | google.golang.org/grpc/balancer/grpclb/grpc_lb_v1 |
| 2960 | 2025-07-29T22:14:14.403Z | google.golang.org/grpc/credentials/alts/internal |
| 2961 | 2025-07-29T22:14:14.431Z | go.opencensus.io/trace |
| 2962 | 2025-07-29T22:14:14.463Z | google.golang.org/api/transport/internal/dca |
| 2963 | 2025-07-29T22:14:14.463Z | google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp |
| 2964 | 2025-07-29T22:14:14.484Z | google.golang.org/api/option/internaloption |
| 2965 | 2025-07-29T22:14:14.509Z | google.golang.org/grpc/credentials/alts/internal/conn |
| 2966 | 2025-07-29T22:14:14.542Z | google.golang.org/grpc/balancer/grpclb |
| 2967 | 2025-07-29T22:14:14.546Z | google.golang.org/grpc/credentials/alts/internal/handshaker/service |
| 2968 | 2025-07-29T22:14:14.597Z | google.golang.org/grpc/internal/googlecloud |
| 2969 | 2025-07-29T22:14:14.601Z | google.golang.org/grpc/credentials/oauth |
| 2970 | 2025-07-29T22:14:14.625Z | go.opencensus.io/trace/propagation |
| 2971 | 2025-07-29T22:14:14.673Z | google.golang.org/genproto/googleapis/cloud/kms/v1 |
| 2972 | 2025-07-29T22:14:14.676Z | cloud.google.com/go/internal |
| 2973 | 2025-07-29T22:14:14.681Z | cloud.google.com/go/internal/optional |
| 2974 | 2025-07-29T22:14:14.724Z | go.opencensus.io/plugin/ocgrpc |
| 2975 | 2025-07-29T22:14:14.735Z | google.golang.org/grpc/credentials/alts/internal/authinfo |
| 2976 | 2025-07-29T22:14:14.745Z | cloud.google.com/go/internal/trace |
| 2977 | 2025-07-29T22:14:14.748Z | cloud.google.com/go/internal/version |
| 2978 | 2025-07-29T22:14:14.765Z | cloud.google.com/go/storage/internal |
| 2979 | 2025-07-29T22:14:14.824Z | google.golang.org/genproto/googleapis/type/date |
| 2980 | 2025-07-29T22:14:14.824Z | google.golang.org/protobuf/types/known/emptypb |
| 2981 | 2025-07-29T22:14:14.824Z | google.golang.org/grpc/credentials/alts/internal/handshaker |
| 2982 | 2025-07-29T22:14:14.834Z | google.golang.org/api/internal/gensupport |
| 2983 | 2025-07-29T22:14:14.842Z | go.opencensus.io/plugin/ochttp/propagation/b3 |
| 2984 | 2025-07-29T22:14:14.907Z | google.golang.org/api/googleapi/transport |
| 2985 | 2025-07-29T22:14:14.932Z | google.golang.org/genproto/googleapis/storage/v2 |
| 2986 | 2025-07-29T22:14:14.935Z | google.golang.org/grpc/credentials/alts |
| 2987 | 2025-07-29T22:14:14.977Z | go.opencensus.io/plugin/ochttp |
| 2988 | 2025-07-29T22:14:15.005Z | google.golang.org/api/transport/http/internal/propagation |
| 2989 | 2025-07-29T22:14:15.105Z | github.com/cockroachdb/cockroach/pkg/util/flagutil |
| 2990 | 2025-07-29T22:14:15.108Z | google.golang.org/grpc/credentials/google |
| 2991 | 2025-07-29T22:14:15.109Z | github.com/cockroachdb/cockroach/pkg/util/sdnotify |
| 2992 | 2025-07-29T22:14:15.214Z | google.golang.org/api/transport/grpc |
| 2993 | 2025-07-29T22:14:15.267Z | github.com/cockroachdb/cockroach/pkg/workload/bank |
| 2994 | 2025-07-29T22:14:15.271Z | github.com/cockroachdb/cockroach/pkg/workload/bulkingest |
| 2995 | 2025-07-29T22:14:15.280Z | github.com/prometheus/client_golang/prometheus/promhttp |
| 2996 | 2025-07-29T22:14:15.418Z | cloud.google.com/go/kms/apiv1 |
| 2997 | 2025-07-29T22:14:15.422Z | github.com/cockroachdb/cockroach/pkg/workload/examples |
| 2998 | 2025-07-29T22:14:15.451Z | github.com/cockroachdb/cockroach/pkg/workload/kv |
| 2999 | 2025-07-29T22:14:15.554Z | github.com/cockroachdb/cockroach/pkg/workload/faker |
| 3000 | 2025-07-29T22:14:15.576Z | google.golang.org/api/transport/http |
| 3001 | 2025-07-29T22:14:15.727Z | github.com/cockroachdb/cockroach-go/v2/crdb/crdbpgx |
| 3002 | 2025-07-29T22:14:15.783Z | google.golang.org/api/iamcredentials/v1 |
| 3003 | 2025-07-29T22:14:15.839Z | google.golang.org/api/transport |
| 3004 | 2025-07-29T22:14:15.843Z | google.golang.org/api/storage/v1 |
| 3005 | 2025-07-29T22:14:15.887Z | cloud.google.com/go/storage/internal/apiv2 |
| 3006 | 2025-07-29T22:14:15.945Z | github.com/cockroachdb/cockroach/pkg/workload/workloadimpl |
| 3007 | 2025-07-29T22:14:15.958Z | github.com/cockroachdb/cockroach/pkg/workload/cli |
| 3008 | 2025-07-29T22:14:15.972Z | github.com/cockroachdb/cockroach/pkg/workload/ttllogger |
| 3009 | 2025-07-29T22:14:15.986Z | github.com/cockroachdb/cockroach/pkg/workload/tpcc |
| 3010 | 2025-07-29T22:14:16.015Z | github.com/cockroachdb/cockroach/pkg/workload/movr |
| 3011 | 2025-07-29T22:14:16.076Z | github.com/cockroachdb/cockroach/pkg/workload/tpch |
| 3012 | 2025-07-29T22:14:16.184Z | github.com/aws/aws-sdk-go/service/s3/s3iface |
| 3013 | 2025-07-29T22:14:16.226Z | github.com/cockroachdb/cockroach/pkg/workload/ycsb |
| 3014 | 2025-07-29T22:14:16.241Z | github.com/russross/blackfriday/v2 |
| 3015 | 2025-07-29T22:14:16.543Z | github.com/aws/aws-sdk-go/service/s3/s3manager |
| 3016 | 2025-07-29T22:14:16.671Z | github.com/cpuguy83/go-md2man/v2/md2man |
| 3017 | 2025-07-29T22:14:16.715Z | cloud.google.com/go/storage |
| 3018 | 2025-07-29T22:14:16.726Z | github.com/spf13/cobra/doc |
| 3019 | 2025-07-29T22:14:44.782Z | github.com/cockroachdb/pebble/sstable |
| 3020 | 2025-07-29T22:14:45.138Z | github.com/cockroachdb/pebble |
| 3021 | 2025-07-29T22:14:45.997Z | github.com/cockroachdb/cockroach/pkg/base |
| 3022 | 2025-07-29T22:14:46.000Z | github.com/cockroachdb/pebble/tool |
| 3023 | 2025-07-29T22:14:46.197Z | github.com/cockroachdb/cockroach/pkg/sql/sqlliveness |
| 3024 | 2025-07-29T22:14:46.200Z | github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgwirecancel |
| 3025 | 2025-07-29T22:14:46.201Z | github.com/cockroachdb/cockroach/pkg/ui |
| 3026 | 2025-07-29T22:14:46.201Z | github.com/cockroachdb/cockroach/pkg/util/admission |
| 3027 | 2025-07-29T22:14:46.201Z | github.com/cockroachdb/cockroach/pkg/util/netutil |
| 3028 | 2025-07-29T22:14:46.265Z | github.com/cockroachdb/cockroach/pkg/testutils |
| 3029 | 2025-07-29T22:14:46.282Z | github.com/cockroachdb/cockroach/pkg/storage |
| 3030 | 2025-07-29T22:14:46.285Z | github.com/cockroachdb/cockroach/pkg/sql/sqlinstance |
| 3031 | 2025-07-29T22:14:46.301Z | github.com/cockroachdb/cockroach/pkg/sql/sqlliveness/slinstance |
| 3032 | 2025-07-29T22:14:46.321Z | github.com/cockroachdb/cockroach/pkg/ui/distoss |
| 3033 | 2025-07-29T22:14:46.419Z | github.com/cockroachdb/cockroach/pkg/util/grpcutil |
| 3034 | 2025-07-29T22:14:46.518Z | github.com/cockroachdb/cockroach/pkg/sql/sessiondatapb |
| 3035 | 2025-07-29T22:14:46.531Z | github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache |
| 3036 | 2025-07-29T22:14:46.784Z | github.com/cockroachdb/cockroach/pkg/security/sessionrevival |
| 3037 | 2025-07-29T22:14:46.788Z | github.com/cockroachdb/cockroach/pkg/sql/sessiondata |
| 3038 | 2025-07-29T22:14:46.788Z | github.com/cockroachdb/cockroach/pkg/kv |
| 3039 | 2025-07-29T22:14:47.116Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/abortspan |
| 3040 | 2025-07-29T22:14:47.120Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/readsummary |
| 3041 | 2025-07-29T22:14:47.120Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/stateloader |
| 3042 | 2025-07-29T22:14:47.120Z | github.com/cockroachdb/cockroach/pkg/cli/syncbench |
| 3043 | 2025-07-29T22:14:47.120Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/rditer |
| 3044 | 2025-07-29T22:14:47.120Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/spanset |
| 3045 | 2025-07-29T22:14:47.120Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/rangefeed |
| 3046 | 2025-07-29T22:14:47.186Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/kvserverbase |
| 3047 | 2025-07-29T22:14:47.231Z | github.com/cockroachdb/cockroach/pkg/kv/kvclient |
| 3048 | 2025-07-29T22:14:47.250Z | github.com/cockroachdb/cockroach/pkg/kv/kvprober |
| 3049 | 2025-07-29T22:14:47.267Z | github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher |
| 3050 | 2025-07-29T22:14:47.336Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/gc |
| 3051 | 2025-07-29T22:14:47.385Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/batcheval/result |
| 3052 | 2025-07-29T22:14:47.420Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/spanlatch |
| 3053 | 2025-07-29T22:14:47.494Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/idalloc |
| 3054 | 2025-07-29T22:14:47.538Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/txnrecovery |
| 3055 | 2025-07-29T22:14:47.560Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/txnwait |
| 3056 | 2025-07-29T22:14:47.563Z | github.com/cockroachdb/cockroach/pkg/sql/sem/tree |
| 3057 | 2025-07-29T22:14:47.566Z | github.com/cockroachdb/cockroach/pkg/startupmigrations/leasemanager |
| 3058 | 2025-07-29T22:14:47.790Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/intentresolver |
| 3059 | 2025-07-29T22:14:47.962Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/concurrency |
| 3060 | 2025-07-29T22:14:49.766Z | github.com/cockroachdb/cockroach/pkg/sql/sem/transform |
| 3061 | 2025-07-29T22:14:49.770Z | github.com/cockroachdb/cockroach/pkg/sql/memsize |
| 3062 | 2025-07-29T22:14:49.770Z | github.com/cockroachdb/cockroach/pkg/sql/paramparse |
| 3063 | 2025-07-29T22:14:49.770Z | github.com/cockroachdb/cockroach/pkg/config/zonepb |
| 3064 | 2025-07-29T22:14:49.770Z | github.com/cockroachdb/cockroach/pkg/sql/rowenc/keyside |
| 3065 | 2025-07-29T22:14:49.770Z | github.com/cockroachdb/cockroach/pkg/sql/sqlstats/persistedsqlstats/sqlstatsutil |
| 3066 | 2025-07-29T22:14:49.770Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/catpb |
| 3067 | 2025-07-29T22:14:49.806Z | github.com/cockroachdb/cockroach/pkg/sql/parser |
| 3068 | 2025-07-29T22:14:49.831Z | github.com/cockroachdb/cockroach/pkg/col/colserde |
| 3069 | 2025-07-29T22:14:49.961Z | github.com/cockroachdb/cockroach/pkg/sql/colmem |
| 3070 | 2025-07-29T22:14:50.050Z | github.com/cockroachdb/cockroach/pkg/sql/storageparam |
| 3071 | 2025-07-29T22:14:50.091Z | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexeccmp |
| 3072 | 2025-07-29T22:14:50.117Z | github.com/cockroachdb/cockroach/pkg/sql/schemachange |
| 3073 | 2025-07-29T22:14:50.200Z | github.com/cockroachdb/cockroach/pkg/sql/colcontainer |
| 3074 | 2025-07-29T22:14:50.227Z | github.com/cockroachdb/cockroach/pkg/sql/pgwire/hba |
| 3075 | 2025-07-29T22:14:50.313Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scpb |
| 3076 | 2025-07-29T22:14:51.030Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/descpb |
| 3077 | 2025-07-29T22:14:51.849Z | github.com/cockroachdb/cockroach/pkg/sql/sqlerrors |
| 3078 | 2025-07-29T22:14:51.853Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/descidgen |
| 3079 | 2025-07-29T22:14:51.853Z | github.com/cockroachdb/cockroach/pkg/sql/storageparam/indexstorageparam |
| 3080 | 2025-07-29T22:14:51.853Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/protectedts/ptpb |
| 3081 | 2025-07-29T22:14:51.853Z | github.com/cockroachdb/cockroach/pkg/sql/contentionpb |
| 3082 | 2025-07-29T22:14:51.853Z | github.com/cockroachdb/cockroach/pkg/server/diagnostics/diagnosticspb |
| 3083 | 2025-07-29T22:14:51.853Z | github.com/cockroachdb/cockroach/pkg/sql/catalog |
| 3084 | 2025-07-29T22:14:52.056Z | github.com/cockroachdb/cockroach/pkg/sql/contention/txnidcache |
| 3085 | 2025-07-29T22:14:52.343Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/catalogkeys |
| 3086 | 2025-07-29T22:14:52.346Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scerrors |
| 3087 | 2025-07-29T22:14:52.346Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/multiregion |
| 3088 | 2025-07-29T22:14:52.346Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/catprivilege |
| 3089 | 2025-07-29T22:14:52.346Z | github.com/cockroachdb/cockroach/pkg/sql/rowenc/valueside |
| 3090 | 2025-07-29T22:14:52.346Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/screl |
| 3091 | 2025-07-29T22:14:52.346Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/colinfo |
| 3092 | 2025-07-29T22:14:52.466Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/schemadesc |
| 3093 | 2025-07-29T22:14:52.579Z | github.com/cockroachdb/cockroach/pkg/rpc |
| 3094 | 2025-07-29T22:14:52.665Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/internal/validate |
| 3095 | 2025-07-29T22:14:52.687Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/dbdesc |
| 3096 | 2025-07-29T22:14:52.690Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/typedesc |
| 3097 | 2025-07-29T22:14:52.746Z | github.com/cockroachdb/cockroach/pkg/sql/sqlutil |
| 3098 | 2025-07-29T22:14:52.830Z | github.com/cockroachdb/cockroach/pkg/sql/colencoding |
| 3099 | 2025-07-29T22:14:52.899Z | github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgwirebase |
| 3100 | 2025-07-29T22:14:53.078Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/nstree |
| 3101 | 2025-07-29T22:14:53.127Z | github.com/cockroachdb/cockroach/pkg/util/tracing/zipper |
| 3102 | 2025-07-29T22:14:53.146Z | github.com/cockroachdb/cockroach/pkg/sql/scheduledlogging |
| 3103 | 2025-07-29T22:14:53.371Z | github.com/cockroachdb/cockroach/pkg/rpc/nodedialer |
| 3104 | 2025-07-29T22:14:53.402Z | github.com/cockroachdb/cockroach/pkg/server/tracedumper |
| 3105 | 2025-07-29T22:14:53.591Z | github.com/cockroachdb/cockroach/pkg/util/tracing/collector |
| 3106 | 2025-07-29T22:14:53.591Z | github.com/cockroachdb/cockroach/pkg/blobs |
| 3107 | 2025-07-29T22:14:53.595Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/closedts/sidetransport |
| 3108 | 2025-07-29T22:14:53.811Z | github.com/cockroachdb/cockroach/pkg/cloud |
| 3109 | 2025-07-29T22:14:54.045Z | github.com/cockroachdb/cockroach/pkg/cloud/azure |
| 3110 | 2025-07-29T22:14:54.049Z | github.com/cockroachdb/cockroach/pkg/cloud/httpsink |
| 3111 | 2025-07-29T22:14:54.049Z | github.com/cockroachdb/cockroach/pkg/multitenant |
| 3112 | 2025-07-29T22:14:54.049Z | github.com/cockroachdb/cockroach/pkg/jobs/jobspb |
| 3113 | 2025-07-29T22:14:54.049Z | github.com/cockroachdb/cockroach/pkg/cloud/amazon |
| 3114 | 2025-07-29T22:14:54.049Z | github.com/cockroachdb/cockroach/pkg/cloud/gcp |
| 3115 | 2025-07-29T22:14:54.091Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/batcheval |
| 3116 | 2025-07-29T22:14:54.310Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/tenantrate |
| 3117 | 2025-07-29T22:14:54.326Z | github.com/cockroachdb/cockroach/pkg/sql/sqlliveness/slstorage |
| 3118 | 2025-07-29T22:14:54.370Z | github.com/cockroachdb/cockroach/pkg/cloud/nodelocal |
| 3119 | 2025-07-29T22:14:54.385Z | github.com/cockroachdb/cockroach/pkg/cloud/nullsink |
| 3120 | 2025-07-29T22:14:54.609Z | github.com/cockroachdb/cockroach/pkg/sql/sqlliveness/slprovider |
| 3121 | 2025-07-29T22:14:55.451Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scop |
| 3122 | 2025-07-29T22:14:55.611Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scplan/internal/scgraph |
| 3123 | 2025-07-29T22:14:55.706Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scplan/internal/scstage |
| 3124 | 2025-07-29T22:14:55.706Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scplan/internal/rules |
| 3125 | 2025-07-29T22:14:55.847Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scplan/internal/scgraphviz |
| 3126 | 2025-07-29T22:15:04.856Z | github.com/cockroachdb/cockroach/pkg/sql/faketreeeval |
| 3127 | 2025-07-29T22:15:04.860Z | github.com/cockroachdb/cockroach/pkg/cloud/userfile/filetable |
| 3128 | 2025-07-29T22:15:04.860Z | github.com/cockroachdb/cockroach/pkg/sql/rowenc |
| 3129 | 2025-07-29T22:15:04.860Z | github.com/cockroachdb/cockroach/pkg/testutils/sqlutils |
| 3130 | 2025-07-29T22:15:04.860Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/schemaexpr |
| 3131 | 2025-07-29T22:15:05.157Z | github.com/cockroachdb/cockroach/pkg/cloud/userfile |
| 3132 | 2025-07-29T22:15:05.208Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/catformat |
| 3133 | 2025-07-29T22:15:05.242Z | github.com/cockroachdb/cockroach/pkg/col/coldataext |
| 3134 | 2025-07-29T22:15:05.246Z | github.com/cockroachdb/cockroach/pkg/sql/rowcontainer |
| 3135 | 2025-07-29T22:15:05.246Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/tabledesc |
| 3136 | 2025-07-29T22:15:05.260Z | github.com/cockroachdb/cockroach/pkg/sql/execinfrapb |
| 3137 | 2025-07-29T22:15:05.329Z | github.com/cockroachdb/cockroach/pkg/cloud/impl |
| 3138 | 2025-07-29T22:15:06.062Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/descbuilder |
| 3139 | 2025-07-29T22:15:06.065Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/systemschema |
| 3140 | 2025-07-29T22:15:06.065Z | github.com/cockroachdb/cockroach/pkg/sql/storageparam/tablestorageparam |
| 3141 | 2025-07-29T22:15:06.065Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/resolver |
| 3142 | 2025-07-29T22:15:06.065Z | github.com/cockroachdb/cockroach/pkg/sql/opt/cat |
| 3143 | 2025-07-29T22:15:06.096Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scbuild/internal/scbuildstmt |
| 3144 | 2025-07-29T22:15:06.109Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scplan/internal/opgen |
| 3145 | 2025-07-29T22:15:06.468Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/rewrite |
| 3146 | 2025-07-29T22:15:06.585Z | github.com/cockroachdb/cockroach/pkg/sql/opt/partition |
| 3147 | 2025-07-29T22:15:06.671Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scplan |
| 3148 | 2025-07-29T22:15:06.845Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/corpus |
| 3149 | 2025-07-29T22:15:06.862Z | github.com/cockroachdb/cockroach/pkg/sql/opt |
| 3150 | 2025-07-29T22:15:06.866Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/bootstrap |
| 3151 | 2025-07-29T22:15:06.866Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/internal/catkv |
| 3152 | 2025-07-29T22:15:06.866Z | github.com/cockroachdb/cockroach/pkg/spanconfig |
| 3153 | 2025-07-29T22:15:06.895Z | github.com/cockroachdb/cockroach/pkg/config |
| 3154 | 2025-07-29T22:15:07.177Z | github.com/cockroachdb/cockroach/pkg/sql/execstats |
| 3155 | 2025-07-29T22:15:07.251Z | github.com/cockroachdb/cockroach/pkg/gossip |
| 3156 | 2025-07-29T22:15:07.268Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/protectedts |
| 3157 | 2025-07-29T22:15:07.272Z | github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigsplitter |
| 3158 | 2025-07-29T22:15:07.272Z | github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigkvaccessor |
| 3159 | 2025-07-29T22:15:07.272Z | github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfiglimiter |
| 3160 | 2025-07-29T22:15:07.272Z | github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigstore |
| 3161 | 2025-07-29T22:15:07.312Z | github.com/cockroachdb/cockroach/pkg/sql/opt/constraint |
| 3162 | 2025-07-29T22:15:07.471Z | github.com/cockroachdb/cockroach/pkg/scheduledjobs |
| 3163 | 2025-07-29T22:15:07.545Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/protectedts/ptreconcile |
| 3164 | 2025-07-29T22:15:07.590Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/protectedts/ptcache |
| 3165 | 2025-07-29T22:15:07.666Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/protectedts/ptstorage |
| 3166 | 2025-07-29T22:15:07.673Z | github.com/cockroachdb/cockroach/pkg/sql/opt/invertedexpr |
| 3167 | 2025-07-29T22:15:07.743Z | github.com/cockroachdb/cockroach/pkg/sql/sqlstats |
| 3168 | 2025-07-29T22:15:07.759Z | github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigptsreader |
| 3169 | 2025-07-29T22:15:07.772Z | github.com/cockroachdb/cockroach/pkg/sql/span |
| 3170 | 2025-07-29T22:15:07.776Z | github.com/cockroachdb/cockroach/pkg/sql/opt/props |
| 3171 | 2025-07-29T22:15:07.822Z | github.com/cockroachdb/cockroach/pkg/sql/opt/exec |
| 3172 | 2025-07-29T22:15:08.100Z | github.com/cockroachdb/cockroach/pkg/sql/gcjob/gcjobnotifier |
| 3173 | 2025-07-29T22:15:08.104Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/liveness |
| 3174 | 2025-07-29T22:15:08.104Z | github.com/cockroachdb/cockroach/pkg/sql/stmtdiagnostics |
| 3175 | 2025-07-29T22:15:08.118Z | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord |
| 3176 | 2025-07-29T22:15:08.122Z | github.com/cockroachdb/cockroach/pkg/server/serverpb |
| 3177 | 2025-07-29T22:15:08.173Z | github.com/cockroachdb/cockroach/pkg/sql/opt/exec/explain |
| 3178 | 2025-07-29T22:15:08.292Z | github.com/cockroachdb/cockroach/pkg/sql/opt/props/physical |
| 3179 | 2025-07-29T22:15:08.530Z | github.com/cockroachdb/cockroach/pkg/server/status |
| 3180 | 2025-07-29T22:15:08.538Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver |
| 3181 | 2025-07-29T22:15:09.034Z | github.com/cockroachdb/cockroach/pkg/sql/physicalplan/replicaoracle |
| 3182 | 2025-07-29T22:15:09.037Z | github.com/cockroachdb/cockroach/pkg/sql/kvstreamer |
| 3183 | 2025-07-29T22:15:09.037Z | github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangefeed |
| 3184 | 2025-07-29T22:15:09.318Z | github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangefeed/rangefeedcache |
| 3185 | 2025-07-29T22:15:09.322Z | github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigsqlwatcher |
| 3186 | 2025-07-29T22:15:09.322Z | github.com/cockroachdb/cockroach/pkg/sql/sqlinstance/instancestorage |
| 3187 | 2025-07-29T22:15:09.322Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/lease |
| 3188 | 2025-07-29T22:15:09.507Z | github.com/cockroachdb/cockroach/pkg/server/systemconfigwatcher |
| 3189 | 2025-07-29T22:15:09.511Z | github.com/cockroachdb/cockroach/pkg/server/settingswatcher |
| 3190 | 2025-07-29T22:15:09.611Z | github.com/cockroachdb/cockroach/pkg/server/tenantsettingswatcher |
| 3191 | 2025-07-29T22:15:09.733Z | github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigkvsubscriber |
| 3192 | 2025-07-29T22:15:09.781Z | github.com/cockroachdb/cockroach/pkg/sql/sqlinstance/instanceprovider |
| 3193 | 2025-07-29T22:15:09.947Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/hydratedtables |
| 3194 | 2025-07-29T22:15:10.176Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/descs |
| 3195 | 2025-07-29T22:15:10.724Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/ingesting |
| 3196 | 2025-07-29T22:15:10.728Z | github.com/cockroachdb/cockroach/pkg/sql/sessioninit |
| 3197 | 2025-07-29T22:15:10.728Z | github.com/cockroachdb/cockroach/pkg/sql/stats |
| 3198 | 2025-07-29T22:15:10.755Z | github.com/cockroachdb/cockroach/pkg/sql/sem/builtins |
| 3199 | 2025-07-29T22:15:12.728Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/protectedts/ptprovider |
| 3200 | 2025-07-29T22:15:12.732Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/reports |
| 3201 | 2025-07-29T22:15:12.732Z | github.com/cockroachdb/cockroach/pkg/kv/bulk |
| 3202 | 2025-07-29T22:15:12.732Z | github.com/cockroachdb/cockroach/pkg/ts |
| 3203 | 2025-07-29T22:15:12.732Z | github.com/cockroachdb/cockroach/pkg/kv/kvserver/loqrecovery |
| 3204 | 2025-07-29T22:15:12.843Z | github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvtenant |
| 3205 | 2025-07-29T22:15:12.846Z | github.com/cockroachdb/cockroach/pkg/migration/migrationcluster |
| 3206 | 2025-07-29T22:15:13.110Z | github.com/cockroachdb/cockroach/pkg/sql/contention |
| 3207 | 2025-07-29T22:15:13.128Z | github.com/cockroachdb/cockroach/pkg/sql/idxusage |
| 3208 | 2025-07-29T22:15:13.234Z | github.com/cockroachdb/cockroach/pkg/sql/sqlstats/ssmemstorage |
| 3209 | 2025-07-29T22:15:13.294Z | github.com/cockroachdb/cockroach/pkg/testutils/serverutils |
| 3210 | 2025-07-29T22:15:13.339Z | github.com/cockroachdb/cockroach/pkg/server/debug/pprofui |
| 3211 | 2025-07-29T22:15:13.472Z | github.com/cockroachdb/cockroach/pkg/sql/sqlstats/sslocal |
| 3212 | 2025-07-29T22:15:13.667Z | github.com/cockroachdb/cockroach/pkg/server/debug |
| 3213 | 2025-07-29T22:15:14.821Z | github.com/cockroachdb/cockroach/pkg/sql/catalog/seqexpr |
| 3214 | 2025-07-29T22:15:14.833Z | github.com/cockroachdb/cockroach/pkg/jobs |
| 3215 | 2025-07-29T22:15:14.836Z | github.com/cockroachdb/cockroach/pkg/sql/opt/memo |
| 3216 | 2025-07-29T22:15:14.969Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scdecomp |
| 3217 | 2025-07-29T22:15:14.972Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scexec/scmutationexec |
| 3218 | 2025-07-29T22:15:15.243Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scbuild |
| 3219 | 2025-07-29T22:15:15.459Z | github.com/cockroachdb/cockroach/pkg/jobs/jobsprotectedts |
| 3220 | 2025-07-29T22:15:15.463Z | github.com/cockroachdb/cockroach/pkg/migration |
| 3221 | 2025-07-29T22:15:15.463Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scexec |
| 3222 | 2025-07-29T22:15:15.463Z | github.com/cockroachdb/cockroach/pkg/sql/row |
| 3223 | 2025-07-29T22:15:15.480Z | github.com/cockroachdb/cockroach/pkg/sql/sqlstats/persistedsqlstats |
| 3224 | 2025-07-29T22:15:15.491Z | github.com/cockroachdb/cockroach/pkg/sql/delegate |
| 3225 | 2025-07-29T22:15:15.671Z | github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigmanager |
| 3226 | 2025-07-29T22:15:15.812Z | github.com/cockroachdb/cockroach/pkg/sql/doctor |
| 3227 | 2025-07-29T22:15:15.951Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scrun |
| 3228 | 2025-07-29T22:15:15.955Z | github.com/cockroachdb/cockroach/pkg/sql/descmetadata |
| 3229 | 2025-07-29T22:15:16.297Z | github.com/cockroachdb/cockroach/pkg/sql/execinfra |
| 3230 | 2025-07-29T22:15:16.748Z | github.com/cockroachdb/cockroach/pkg/sql/colconv |
| 3231 | 2025-07-29T22:15:16.751Z | github.com/cockroachdb/cockroach/pkg/sql/colexecop |
| 3232 | 2025-07-29T22:15:16.751Z | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecspan |
| 3233 | 2025-07-29T22:15:16.751Z | github.com/cockroachdb/cockroach/pkg/sql/backfill |
| 3234 | 2025-07-29T22:15:16.751Z | github.com/cockroachdb/cockroach/pkg/sql/flowinfra |
| 3235 | 2025-07-29T22:15:16.751Z | github.com/cockroachdb/cockroach/pkg/sql/physicalplan |
| 3236 | 2025-07-29T22:15:16.946Z | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecargs |
| 3237 | 2025-07-29T22:15:16.949Z | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecutils |
| 3238 | 2025-07-29T22:15:17.243Z | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexechash |
| 3239 | 2025-07-29T22:15:17.438Z | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecbase |
| 3240 | 2025-07-29T22:15:17.451Z | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecagg |
| 3241 | 2025-07-29T22:15:17.547Z | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecsel |
| 3242 | 2025-07-29T22:15:17.551Z | github.com/cockroachdb/cockroach/pkg/sql/colfetcher |
| 3243 | 2025-07-29T22:15:17.610Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scdeps |
| 3244 | 2025-07-29T22:15:17.644Z | github.com/cockroachdb/cockroach/pkg/sql/colflow/colrpc |
| 3245 | 2025-07-29T22:15:18.093Z | github.com/cockroachdb/cockroach/pkg/jobs/joberror |
| 3246 | 2025-07-29T22:15:18.746Z | github.com/cockroachdb/cockroach/pkg/sql/opt/distribution |
| 3247 | 2025-07-29T22:15:18.750Z | github.com/cockroachdb/cockroach/pkg/sql/opt/indexrec |
| 3248 | 2025-07-29T22:15:18.777Z | github.com/cockroachdb/cockroach/pkg/sql/opt/ordering |
| 3249 | 2025-07-29T22:15:18.780Z | github.com/cockroachdb/cockroach/pkg/sql/opt/norm |
| 3250 | 2025-07-29T22:15:18.829Z | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecproj |
| 3251 | 2025-07-29T22:15:19.217Z | github.com/cockroachdb/cockroach/pkg/sql/querycache |
| 3252 | 2025-07-29T22:15:19.440Z | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecjoin |
| 3253 | 2025-07-29T22:15:19.885Z | github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecwindow |
| 3254 | 2025-07-29T22:15:22.560Z | github.com/cockroachdb/cockroach/pkg/sql/opt/idxconstraint |
| 3255 | 2025-07-29T22:15:22.560Z | github.com/cockroachdb/cockroach/pkg/sql/opt/partialidx |
| 3256 | 2025-07-29T22:15:22.987Z | github.com/cockroachdb/cockroach/pkg/sql/opt/invertedidx |
| 3257 | 2025-07-29T22:15:23.427Z | github.com/cockroachdb/cockroach/pkg/sql/opt/xform |
| 3258 | 2025-07-29T22:15:23.430Z | github.com/cockroachdb/cockroach/pkg/sql/rowexec |
| 3259 | 2025-07-29T22:15:24.893Z | github.com/cockroachdb/cockroach/pkg/sql/colexec |
| 3260 | 2025-07-29T22:15:25.010Z | github.com/cockroachdb/cockroach/pkg/sql/opt/optgen/exprgen |
| 3261 | 2025-07-29T22:15:25.014Z | github.com/cockroachdb/cockroach/pkg/sql/opt/exec/execbuilder |
| 3262 | 2025-07-29T22:15:25.201Z | github.com/cockroachdb/cockroach/pkg/sql/rowflow |
| 3263 | 2025-07-29T22:15:25.456Z | github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder |
| 3264 | 2025-07-29T22:15:29.383Z | github.com/cockroachdb/cockroach/pkg/sql/colexec/colbuilder |
| 3265 | 2025-07-29T22:15:29.809Z | github.com/cockroachdb/cockroach/pkg/sql/colflow |
| 3266 | 2025-07-29T22:15:30.237Z | github.com/cockroachdb/cockroach/pkg/sql/distsql |
| 3267 | 2025-07-29T22:15:30.570Z | github.com/cockroachdb/cockroach/pkg/sql |
| 3268 | 2025-07-29T22:15:35.621Z | github.com/cockroachdb/cockroach/pkg/migration/migrationjob |
| 3269 | 2025-07-29T22:15:35.624Z | github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigjob |
| 3270 | 2025-07-29T22:15:35.624Z | github.com/cockroachdb/cockroach/pkg/server/diagnostics |
| 3271 | 2025-07-29T22:15:35.624Z | github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigsqltranslator |
| 3272 | 2025-07-29T22:15:35.624Z | github.com/cockroachdb/cockroach/pkg/server/heapprofiler |
| 3273 | 2025-07-29T22:15:35.649Z | github.com/cockroachdb/cockroach/pkg/sql/gcjob |
| 3274 | 2025-07-29T22:15:35.652Z | github.com/cockroachdb/cockroach/pkg/sql/pgwire |
| 3275 | 2025-07-29T22:15:35.668Z | github.com/cockroachdb/cockroach/pkg/migration/migrations |
| 3276 | 2025-07-29T22:15:35.807Z | github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scjob |
| 3277 | 2025-07-29T22:15:36.081Z | github.com/cockroachdb/cockroach/pkg/sql/ttl/ttljob |
| 3278 | 2025-07-29T22:15:36.134Z | github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigreconciler |
| 3279 | 2025-07-29T22:15:36.202Z | github.com/cockroachdb/cockroach/pkg/sql/ttl/ttlschedule |
| 3280 | 2025-07-29T22:15:36.290Z | github.com/cockroachdb/cockroach/pkg/migration/migrationmanager |
| 3281 | 2025-07-29T22:15:36.532Z | github.com/cockroachdb/cockroach/pkg/startupmigrations |
| 3282 | 2025-07-29T22:15:36.546Z | github.com/cockroachdb/cockroach/pkg/sql/importer |
| 3283 | 2025-07-29T22:15:37.570Z | github.com/cockroachdb/cockroach/pkg/server |
| 3284 | 2025-07-29T22:15:39.567Z | github.com/cockroachdb/cockroach/pkg/cli/clierrorplus |
| 3285 | 2025-07-29T22:15:39.571Z | github.com/cockroachdb/cockroach/pkg/cli/democluster |
| 3286 | 2025-07-29T22:15:40.154Z | github.com/cockroachdb/cockroach/pkg/cli |
| 3287 | 2025-07-29T22:15:41.826Z | github.com/cockroachdb/cockroach/pkg/cmd/cockroach-oss |
| 3288 | 2025-07-29T22:15:51.495Z | rm -rf artifacts/cockroach |
| 3289 | 2025-07-29T22:15:51.500Z | mkdir -p artifacts/cockroach/lib |
| 3290 | 2025-07-29T22:15:51.504Z | ln ./cockroachoss artifacts/cockroach/cockroach |
| 3291 | 2025-07-29T22:15:51.508Z | ln lib/libgeos.so lib/libgeos_c.so artifacts/cockroach/lib/ |
| 3292 | 2025-07-29T22:15:51.511Z | tar -cvf - -C artifacts cockroach | gzip -9 > cockroach.tgz |
| 3293 | 2025-07-29T22:15:51.518Z | a cockroach/ 0K |
| 3294 | 2025-07-29T22:15:51.521Z | a cockroach/lib/ 0K |
| 3295 | 2025-07-29T22:15:51.521Z | a cockroach/lib/libgeos_c.so 308K |
| 3296 | 2025-07-29T22:15:51.568Z | a cockroach/lib/libgeos.so 2535K |
| 3297 | 2025-07-29T22:15:52.005Z | a cockroach/cockroach 360149K |
| 3298 | 2025-07-29T22:16:46.080Z | sha256sum cockroach.tgz | awk '{ print $1 }' > cockroach.tgz.sha256 |
| 3299 | 2025-07-29T22:16:46.151Z | process exited: duration 506448 ms, exit code 0 |
| |
| 3300 | 2025-07-29T22:16:46.163Z | found 2 output files |
| 3301 | 2025-07-29T22:16:46.163Z | uploading: /work/oxidecomputer/cockroach/cockroach.tgz (86666076 bytes) |
| 3302 | 2025-07-29T22:16:48.583Z | uploaded: /work/oxidecomputer/cockroach/cockroach.tgz |
| 3303 | 2025-07-29T22:16:48.583Z | uploading: /work/oxidecomputer/cockroach/cockroach.tgz.sha256 (65 bytes) |
| 3304 | 2025-07-29T22:16:49.593Z | uploaded: /work/oxidecomputer/cockroach/cockroach.tgz.sha256 |