|
|
|
| 1 | 2026-07-09T21:45:50.276Z | job assigned to worker 01KX4DEXGMECB5RB20Y9P790Q2 [factory aws, i-0838fc535f348390d] (queued for 51 s) |
| |
| 2 | 2026-07-09T21:45:57.491Z | starting task 0: "setup" |
| 3 | 2026-07-09T21:45:57.495Z | ++ uname -s |
| 4 | 2026-07-09T21:45:57.498Z | + kern=SunOS |
| 5 | 2026-07-09T21:45:57.498Z | + build_user=build |
| 6 | 2026-07-09T21:45:57.498Z | + build_uid=12345 |
| 7 | 2026-07-09T21:45:57.498Z | + work_dir=/work |
| 8 | 2026-07-09T21:45:57.498Z | + input_dir=/input |
| 9 | 2026-07-09T21:45:57.498Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-09T21:45:57.499Z | + case "$kern" in |
| 11 | 2026-07-09T21:45:57.499Z | + groupadd -g 12345 build |
| 12 | 2026-07-09T21:45:57.502Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-09T21:45:59.510Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-09T21:45:59.601Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-09T21:45:59.606Z | + home_fs=zfs |
| 16 | 2026-07-09T21:45:59.606Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-09T21:45:59.606Z | + mkdir -p /home/build |
| 18 | 2026-07-09T21:45:59.606Z | + chown build:build /home/build /work |
| 19 | 2026-07-09T21:46:01.608Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-09T21:46:01.612Z | process exited: duration 4124 ms, exit code 0 |
| |
| 21 | 2026-07-09T21:46:01.619Z | starting task 1: "authentication" |
| 22 | 2026-07-09T21:46:01.640Z | process exited: duration 20 ms, exit code 0 |
| |
| 23 | 2026-07-09T21:46:01.646Z | starting task 2: "clone repository" |
| 24 | 2026-07-09T21:46:01.652Z | + mkdir -p /work/oxidecomputer/cockroach |
| 25 | 2026-07-09T21:46:01.655Z | + git clone https://github.com/oxidecomputer/cockroach /work/oxidecomputer/cockroach |
| 26 | 2026-07-09T21:46:01.701Z | Cloning into '/work/oxidecomputer/cockroach'... |
| 27 | 2026-07-09T21:47:18.906Z | + cd /work/oxidecomputer/cockroach |
| 28 | 2026-07-09T21:47:18.906Z | + git fetch origin f404bd6e55a0222299da666934c5f19484c89e4a |
| 29 | 2026-07-09T21:47:19.147Z | From https://github.com/oxidecomputer/cockroach |
| 30 | 2026-07-09T21:47:19.147Z | * branch f404bd6e55a0222299da666934c5f19484c89e4a -> FETCH_HEAD |
| 31 | 2026-07-09T21:47:19.158Z | + [[ -n backport-98422 ]] |
| 32 | 2026-07-09T21:47:19.163Z | ++ git branch --show-current |
| 33 | 2026-07-09T21:47:19.163Z | + current=release-22.1-oxide |
| 34 | 2026-07-09T21:47:19.163Z | + [[ release-22.1-oxide != backport-98422 ]] |
| 35 | 2026-07-09T21:47:19.163Z | + git branch -f backport-98422 f404bd6e55a0222299da666934c5f19484c89e4a |
| 36 | 2026-07-09T21:47:19.166Z | + git checkout -f backport-98422 |
| 37 | 2026-07-09T21:47:19.822Z | Switched to branch 'backport-98422' |
| 38 | 2026-07-09T21:47:19.825Z | + git reset --hard f404bd6e55a0222299da666934c5f19484c89e4a |
| 39 | 2026-07-09T21:47:19.856Z | HEAD is now at f404bd6e55 backport crdb 98422 GetConfReader freshness check |
| 40 | 2026-07-09T21:47:19.859Z | process exited: duration 78202 ms, exit code 0 |
| |
| 41 | 2026-07-09T21:47:19.866Z | starting task 3: "build" |
| 42 | 2026-07-09T21:47:19.870Z | + source .github/buildomat/helios-setup.sh |
| 43 | 2026-07-09T21:47:19.870Z | ++ source .github/buildomat/versions.sh |
| 44 | 2026-07-09T21:47:19.873Z | +++ export GOTOOLCHAIN=local |
| 45 | 2026-07-09T21:47:19.873Z | +++ GOTOOLCHAIN=local |
| 46 | 2026-07-09T21:47:19.873Z | +++ GO_VERSION=1.26.2 |
| 47 | 2026-07-09T21:47:19.873Z | +++ NODE_VERSION=20.11.1 |
| 48 | 2026-07-09T21:47:19.873Z | +++ YARN_VERSION=1.22.22 |
| 49 | 2026-07-09T21:47:19.873Z | ++ GO_MAJOR=1.26 |
| 50 | 2026-07-09T21:47:19.873Z | ++ NODE_MAJOR=20 |
| 51 | 2026-07-09T21:47:19.873Z | ++ pfexec pkg install /developer/build-essential /ooce/developer/cmake /ooce/developer/go-126@1.26.2 /ooce/runtime/node-20@20.11.1 |
| 52 | 2026-07-09T21:47:27.489Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 53 | 2026-07-09T21:47:35.163Z | Startup: Caching catalogs ... Done |
| 54 | 2026-07-09T21:47:42.525Z | Planning: Solver setup ... Done |
| 55 | 2026-07-09T21:47:42.564Z | Planning: Running solver ... Done |
| 56 | 2026-07-09T21:47:42.707Z | Planning: Finding local manifests ... Done |
| 57 | 2026-07-09T21:47:42.722Z | Planning: Fetching manifests: 0/3 0% complete |
| 58 | 2026-07-09T21:47:43.011Z | Planning: Fetching manifests: 3/3 100% complete |
| 59 | 2026-07-09T21:47:43.093Z | Planning: Package planning ... Done |
| 60 | 2026-07-09T21:47:43.197Z | Planning: Merging actions ... Done |
| 61 | 2026-07-09T21:47:43.695Z | Planning: Checking for conflicting actions ... Done |
| 62 | 2026-07-09T21:47:43.725Z | Planning: Consolidating action changes ... Done |
| 63 | 2026-07-09T21:47:44.590Z | Planning: Evaluating mediators ... Done |
| 64 | 2026-07-09T21:47:44.612Z | Planning: Planning completed in 9.28 seconds |
| 65 | 2026-07-09T21:47:44.704Z | Packages to install: 3 |
| 66 | 2026-07-09T21:47:44.704Z | Mediators to change: 2 |
| 67 | 2026-07-09T21:47:44.704Z | Services to change: 1 |
| 68 | 2026-07-09T21:47:44.704Z | Create boot environment: No |
| 69 | 2026-07-09T21:47:44.704Z | Create backup boot environment: No |
| 70 | 2026-07-09T21:47:44.760Z | |
| 71 | 2026-07-09T21:47:44.760Z | Download: 0/12007 items 0.0/106.5MB 0% complete |
| 72 | 2026-07-09T21:47:49.763Z | Download: 2811/12007 items 43.4/106.5MB 40% complete (8.8M/s) |
| 73 | 2026-07-09T21:47:57.638Z | Download: 4155/12007 items 47.3/106.5MB 44% complete (5.2M/s) |
| 74 | 2026-07-09T21:48:04.000Z | Download: 4156/12007 items 47.3/106.5MB 44% complete |
| 75 | 2026-07-09T21:48:09.410Z | Download: 6207/12007 items 52.1/106.5MB 48% complete (1.0M/s) |
| 76 | 2026-07-09T21:48:15.448Z | Download: 7243/12007 items 56.8/106.5MB 53% complete (1.1M/s) |
| 77 | 2026-07-09T21:48:20.926Z | Download: 11551/12007 items 106.1/106.5MB 99% complete (5.3M/s) |
| 78 | 2026-07-09T21:48:22.200Z | Download: Completed 106.51 MB in 37.44 seconds (2.9M/s) |
| 79 | 2026-07-09T21:48:22.477Z | Actions: 1/14067 actions (Installing new actions) |
| 80 | 2026-07-09T21:48:24.866Z | Actions: Completed 14067 actions in 2.39 seconds. |
| 81 | 2026-07-09T21:48:25.154Z | Done |
| 82 | 2026-07-09T21:48:25.154Z | Done |
| 83 | 2026-07-09T21:48:25.860Z | Done |
| 84 | 2026-07-09T21:48:29.598Z | Done |
| 85 | 2026-07-09T21:48:29.681Z | Done |
| 86 | 2026-07-09T21:48:29.684Z | Done |
| 87 | 2026-07-09T21:48:29.918Z | Done |
| 88 | 2026-07-09T21:48:30.594Z | ++ pushd /work |
| 89 | 2026-07-09T21:48:30.597Z | /work /work/oxidecomputer/cockroach |
| 90 | 2026-07-09T21:48:30.597Z | ++ mkdir bin |
| 91 | 2026-07-09T21:48:30.597Z | ++ curl -sSfL --retry 10 -O https://github.com/yarnpkg/yarn/releases/download/v1.22.22/yarn-1.22.22.js |
| 92 | 2026-07-09T21:48:31.138Z | ++ sha256sum -c /work/oxidecomputer/cockroach/.github/buildomat/SHA256SUMS.helios |
| 93 | 2026-07-09T21:48:31.148Z | yarn-1.22.22.js: OK |
| 94 | 2026-07-09T21:48:31.151Z | ++ mv yarn-1.22.22.js bin/yarn |
| 95 | 2026-07-09T21:48:31.151Z | ++ chmod a+x bin/yarn |
| 96 | 2026-07-09T21:48:31.154Z | ++ popd |
| 97 | 2026-07-09T21:48:31.154Z | /work/oxidecomputer/cockroach |
| 98 | 2026-07-09T21:48:31.154Z | ++ export PATH=/work/bin:/opt/ooce/go-1.26/bin:/opt/ooce/node-20/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-07-09T21:48:31.154Z | ++ PATH=/work/bin:/opt/ooce/go-1.26/bin:/opt/ooce/node-20/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-07-09T21:48:31.157Z | ++ nproc |
| 101 | 2026-07-09T21:48:31.157Z | + gmake -j16 test |
| 102 | 2026-07-09T21:48:31.363Z | Detected change in build system. Rebooting make. |
| 103 | 2026-07-09T21:48:31.602Z | gitdir=$(git rev-parse --git-dir 2>/dev/null || true); \ |
| 104 | 2026-07-09T21:48:31.602Z | if test -n "$gitdir"; then \ |
| 105 | 2026-07-09T21:48:31.602Z | git submodule update --init --recursive; \ |
| 106 | 2026-07-09T21:48:31.602Z | fi |
| 107 | 2026-07-09T21:48:31.630Z | mkdir -p pkg/sql/parser/gen |
| 108 | 2026-07-09T21:48:31.638Z | set -euo pipefail; \ |
| 109 | 2026-07-09T21:48:31.638Z | awk '/func.*sqlSymUnion/ {print $(NF - 1)}' pkg/sql/parser/sql.y | \ |
| 110 | 2026-07-09T21:48:31.638Z | sed -e 's/[]\/$*.^|[]/\\&/g' | \ |
| 111 | 2026-07-09T21:48:31.638Z | sed -e "s/^/s_(type|token) <(/" | \ |
| 112 | 2026-07-09T21:48:31.638Z | awk '{print $0")>_\\1 <union> /* <\\2> */_"}' > pkg/sql/parser/gen/types_regex.tmp; \ |
| 113 | 2026-07-09T21:48:31.638Z | sed -E -f pkg/sql/parser/gen/types_regex.tmp < pkg/sql/parser/sql.y | \ |
| 114 | 2026-07-09T21:48:31.638Z | awk -f pkg/sql/parser/replace_help_rules.awk | \ |
| 115 | 2026-07-09T21:48:31.638Z | 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 |
| 116 | 2026-07-09T21:48:31.680Z | Submodule 'c-deps/geos' (https://github.com/oxidecomputer/geos.git) registered for path 'c-deps/geos' |
| 117 | 2026-07-09T21:48:31.683Z | Submodule 'c-deps/jemalloc' (https://github.com/cockroachdb/jemalloc.git) registered for path 'c-deps/jemalloc' |
| 118 | 2026-07-09T21:48:31.683Z | Submodule 'c-deps/proj' (https://github.com/oxidecomputer/PROJ.git) registered for path 'c-deps/proj' |
| 119 | 2026-07-09T21:48:31.686Z | Cloning into '/work/oxidecomputer/cockroach/c-deps/geos'... |
| 120 | 2026-07-09T21:48:31.708Z | mv -f pkg/sql/parser/gen/sql-gen.y.tmp pkg/sql/parser/gen/sql-gen.y |
| 121 | 2026-07-09T21:48:31.711Z | rm pkg/sql/parser/gen/types_regex.tmp |
| 122 | 2026-07-09T21:48:33.652Z | Cloning into '/work/oxidecomputer/cockroach/c-deps/jemalloc'... |
| 123 | 2026-07-09T21:48:34.999Z | Cloning into '/work/oxidecomputer/cockroach/c-deps/proj'... |
| 124 | 2026-07-09T21:48:36.831Z | Submodule path 'c-deps/geos': checked out '8bfb91ff2cfee16b29316894fd65d0f2a8a09607' |
| 125 | 2026-07-09T21:48:36.858Z | Submodule path 'c-deps/jemalloc': checked out 'fd00c883c119539844b3ffd5ad8640968e0cb1a3' |
| 126 | 2026-07-09T21:48:37.006Z | Submodule path 'c-deps/proj': checked out '47f32de4d4b683af4891844d6a6aefce5801a082' |
| 127 | 2026-07-09T21:48:37.013Z | mkdir -p bin |
| 128 | 2026-07-09T21:48:37.016Z | touch bin/.submodules-initialized |
| 129 | 2026-07-09T21:48:37.019Z | rm -rf /work/oxidecomputer/cockroach/lib/build/proj |
| 130 | 2026-07-09T21:48:37.019Z | cd /work/oxidecomputer/cockroach/c-deps/jemalloc && autoconf |
| 131 | 2026-07-09T21:48:37.019Z | rm -rf /work/oxidecomputer/cockroach/lib/build/geos |
| 132 | 2026-07-09T21:48:37.021Z | mkdir -p /work/oxidecomputer/cockroach/lib/build/proj |
| 133 | 2026-07-09T21:48:37.024Z | mkdir -p /work/oxidecomputer/cockroach/lib/build/geos |
| 134 | 2026-07-09T21:48:37.027Z | 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 | 2026-07-09T21:48:37.032Z | cd /work/oxidecomputer/cockroach/lib/build/geos && \ |
| 136 | 2026-07-09T21:48:37.032Z | cmake -DCMAKE_TARGET_MESSAGES=OFF /work/oxidecomputer/cockroach/c-deps/geos -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-fPIC -DCMAKE_CXX_FLAGS=-fPIC |
| 137 | 2026-07-09T21:48:37.119Z | -- GEOS: Build type: Release |
| 138 | 2026-07-09T21:48:37.122Z | -- GEOS: Run-time output: /work/oxidecomputer/cockroach/lib/build/geos/bin |
| 139 | 2026-07-09T21:48:37.122Z | -- GEOS: Archives output: /work/oxidecomputer/cockroach/lib/build/geos/lib |
| 140 | 2026-07-09T21:48:37.273Z | rm -rf /work/oxidecomputer/cockroach/lib/build/jemalloc |
| 141 | 2026-07-09T21:48:37.276Z | mkdir -p /work/oxidecomputer/cockroach/lib/build/jemalloc |
| 142 | 2026-07-09T21:48:37.283Z | cd /work/oxidecomputer/cockroach/lib/build/jemalloc && /work/oxidecomputer/cockroach/c-deps/jemalloc/configure --enable-prof |
| 143 | 2026-07-09T21:48:37.327Z | checking for xsltproc... /usr/bin/xsltproc |
| 144 | 2026-07-09T21:48:37.330Z | checking for gcc... gcc |
| 145 | 2026-07-09T21:48:37.425Z | checking whether the C compiler works... yes |
| 146 | 2026-07-09T21:48:37.425Z | checking for C compiler default output file name... a.out |
| 147 | 2026-07-09T21:48:37.429Z | checking for suffix of executables... -- The C compiler identification is GNU 12.2.0 |
| 148 | 2026-07-09T21:48:37.429Z | -- The C compiler identification is GNU 12.2.0 |
| 149 | 2026-07-09T21:48:37.445Z | |
| 150 | 2026-07-09T21:48:37.454Z | checking whether we are cross compiling... -- Detecting C compiler ABI info |
| 151 | 2026-07-09T21:48:37.490Z | no |
| 152 | 2026-07-09T21:48:37.507Z | checking for suffix of object files... o |
| 153 | 2026-07-09T21:48:37.523Z | checking whether the compiler supports GNU C... yes |
| 154 | 2026-07-09T21:48:37.534Z | checking whether gcc accepts -g... -- Detecting C compiler ABI info - done |
| 155 | 2026-07-09T21:48:37.537Z | yes |
| 156 | 2026-07-09T21:48:37.541Z | checking for gcc option to enable C11 features... -- Check for working C compiler: /usr/bin/gcc - skipped |
| 157 | 2026-07-09T21:48:37.541Z | -- Detecting C compile features |
| 158 | 2026-07-09T21:48:37.544Z | -- Detecting C compile features - done |
| 159 | 2026-07-09T21:48:37.544Z | -- |
| 160 | 2026-07-09T21:48:37.544Z | -- Configuring PROJ: |
| 161 | 2026-07-09T21:48:37.544Z | -- |
| 162 | 2026-07-09T21:48:37.544Z | -- PROJ_VERSION = 4.9.3 |
| 163 | 2026-07-09T21:48:37.550Z | -- Looking for include file dlfcn.h |
| 164 | 2026-07-09T21:48:37.580Z | none needed |
| 165 | 2026-07-09T21:48:37.592Z | checking whether compiler is cray... no |
| 166 | 2026-07-09T21:48:37.607Z | checking whether compiler supports -std=gnu11... yes |
| 167 | 2026-07-09T21:48:37.623Z | checking whether compiler supports -Wall... yes |
| 168 | 2026-07-09T21:48:37.633Z | checking whether compiler supports -Werror=declaration-after-statement... -- Looking for include file dlfcn.h - found |
| 169 | 2026-07-09T21:48:37.637Z | -- Looking for include file inttypes.h |
| 170 | 2026-07-09T21:48:37.640Z | yes |
| 171 | 2026-07-09T21:48:37.650Z | checking whether compiler supports -Wshorten-64-to-32... no |
| 172 | 2026-07-09T21:48:37.665Z | checking whether compiler supports -Wsign-compare... yes |
| 173 | 2026-07-09T21:48:37.679Z | checking whether compiler supports -pipe... yes |
| 174 | 2026-07-09T21:48:37.692Z | checking whether compiler supports -g3... yes |
| 175 | 2026-07-09T21:48:37.706Z | checking how to run the C preprocessor... -- The CXX compiler identification is GNU 12.2.0 |
| 176 | 2026-07-09T21:48:37.709Z | -- Looking for include file inttypes.h - found |
| 177 | 2026-07-09T21:48:37.709Z | -- Looking for include file jni.h |
| 178 | 2026-07-09T21:48:37.714Z | -- Detecting C compiler ABI info |
| 179 | 2026-07-09T21:48:37.718Z | gcc -E |
| 180 | 2026-07-09T21:48:37.745Z | checking for stdio.h... -- Looking for include file jni.h - not found |
| 181 | 2026-07-09T21:48:37.748Z | -- Looking for include file memory.h |
| 182 | 2026-07-09T21:48:37.748Z | yes |
| 183 | 2026-07-09T21:48:37.761Z | checking for stdlib.h... yes |
| 184 | 2026-07-09T21:48:37.776Z | checking for string.h... yes |
| 185 | 2026-07-09T21:48:37.789Z | checking for inttypes.h... -- Detecting C compiler ABI info - done |
| 186 | 2026-07-09T21:48:37.792Z | yes |
| 187 | 2026-07-09T21:48:37.796Z | checking for stdint.h... -- Check for working C compiler: /usr/bin/gcc - skipped |
| 188 | 2026-07-09T21:48:37.796Z | -- Detecting C compile features |
| 189 | 2026-07-09T21:48:37.796Z | -- Detecting C compile features - done |
| 190 | 2026-07-09T21:48:37.800Z | -- Detecting CXX compiler ABI info |
| 191 | 2026-07-09T21:48:37.803Z | yes |
| 192 | 2026-07-09T21:48:37.816Z | checking for strings.h... yes |
| 193 | 2026-07-09T21:48:37.820Z | checking for sys/stat.h... -- Looking for include file memory.h - found |
| 194 | 2026-07-09T21:48:37.820Z | -- Looking for include file stdint.h |
| 195 | 2026-07-09T21:48:37.833Z | yes |
| 196 | 2026-07-09T21:48:37.847Z | checking for sys/types.h... yes |
| 197 | 2026-07-09T21:48:37.864Z | checking for unistd.h... yes |
| 198 | 2026-07-09T21:48:37.883Z | checking whether byte ordering is bigendian... -- Detecting CXX compiler ABI info - done |
| 199 | 2026-07-09T21:48:37.886Z | -- Looking for include file stdint.h - found |
| 200 | 2026-07-09T21:48:37.889Z | -- Looking for include file stdlib.h |
| 201 | 2026-07-09T21:48:37.889Z | -- Check for working CXX compiler: /usr/bin/g++ - skipped |
| 202 | 2026-07-09T21:48:37.889Z | -- Detecting CXX compile features |
| 203 | 2026-07-09T21:48:37.890Z | -- Detecting CXX compile features - done |
| 204 | 2026-07-09T21:48:37.893Z | -- GEOS: Version 3.8.1 |
| 205 | 2026-07-09T21:48:37.893Z | -- GEOS: C API Version 1.13.3 |
| 206 | 2026-07-09T21:48:37.893Z | -- GEOS: JTS port 1.13.0 |
| 207 | 2026-07-09T21:48:37.893Z | -- GEOS: Require C++11 |
| 208 | 2026-07-09T21:48:37.917Z | no |
| 209 | 2026-07-09T21:48:37.946Z | checking size of void *... 8 |
| 210 | 2026-07-09T21:48:37.956Z | checking size of int... -- Looking for include file stdlib.h - found |
| 211 | 2026-07-09T21:48:37.959Z | -- Looking for include file string.h |
| 212 | 2026-07-09T21:48:37.973Z | 4 |
| 213 | 2026-07-09T21:48:37.988Z | checking size of long... -- GEOS: Configured 'dist' target |
| 214 | 2026-07-09T21:48:37.991Z | -- GEOS: Configured 'distcheck' target |
| 215 | 2026-07-09T21:48:37.991Z | -- Configuring done (0.9s) |
| 216 | 2026-07-09T21:48:38.001Z | 8 |
| 217 | 2026-07-09T21:48:38.027Z | checking size of long long... 8 |
| 218 | 2026-07-09T21:48:38.031Z | checking size of intmax_t... -- Looking for include file string.h - found |
| 219 | 2026-07-09T21:48:38.031Z | -- Looking for include file sys/stat.h |
| 220 | 2026-07-09T21:48:38.054Z | 8 |
| 221 | 2026-07-09T21:48:38.075Z | checking build system type... -- Generating done (0.1s) |
| 222 | 2026-07-09T21:48:38.078Z | -- Build files have been written to: /work/oxidecomputer/cockroach/lib/build/geos |
| 223 | 2026-07-09T21:48:38.097Z | mkdir /work/oxidecomputer/cockroach/lib/build/geos/capi/geos |
| 224 | 2026-07-09T21:48:38.100Z | cp /work/oxidecomputer/cockroach/c-deps/geos/include/geos/export.h /work/oxidecomputer/cockroach/lib/build/geos/capi/geos |
| 225 | 2026-07-09T21:48:38.103Z | -- Looking for include file sys/stat.h - found |
| 226 | 2026-07-09T21:48:38.103Z | -- Looking for include file sys/types.h |
| 227 | 2026-07-09T21:48:38.107Z | x86_64-pc-solaris2.11 |
| 228 | 2026-07-09T21:48:38.107Z | checking host system type... x86_64-pc-solaris2.11 |
| 229 | 2026-07-09T21:48:38.126Z | checking whether pause instruction is compilable... yes |
| 230 | 2026-07-09T21:48:38.129Z | checking for ar... ar |
| 231 | 2026-07-09T21:48:38.129Z | /work/oxidecomputer/cockroach/c-deps/jemalloc/configure[6042]: -lsocket: not found [No such file or directory] |
| 232 | 2026-07-09T21:48:38.144Z | checking for malloc.h... yes |
| 233 | 2026-07-09T21:48:38.159Z | checking whether malloc_usable_size definition can use const argument... yes |
| 234 | 2026-07-09T21:48:38.169Z | checking for library containing log... -- Looking for include file sys/types.h - found |
| 235 | 2026-07-09T21:48:38.172Z | -- Looking for include file unistd.h |
| 236 | 2026-07-09T21:48:38.203Z | -lm |
| 237 | 2026-07-09T21:48:38.225Z | checking whether __attribute__ syntax is compilable... yes |
| 238 | 2026-07-09T21:48:38.236Z | checking whether compiler supports -fvisibility=hidden... -- Looking for include file unistd.h - found |
| 239 | 2026-07-09T21:48:38.240Z | -- Looking for 4 include files stdlib.h, ..., float.h |
| 240 | 2026-07-09T21:48:38.240Z | yes |
| 241 | 2026-07-09T21:48:38.251Z | checking whether compiler supports -Werror... yes |
| 242 | 2026-07-09T21:48:38.264Z | checking whether compiler supports -herror_on_warning... yes |
| 243 | 2026-07-09T21:48:38.285Z | checking whether tls_model attribute is compilable... no |
| 244 | 2026-07-09T21:48:38.299Z | checking whether compiler supports -Werror... yes |
| 245 | 2026-07-09T21:48:38.304Z | checking whether compiler supports -herror_on_warning... -- Looking for 4 include files stdlib.h, ..., float.h - found |
| 246 | 2026-07-09T21:48:38.307Z | -- Looking for localeconv |
| 247 | 2026-07-09T21:48:38.312Z | yes |
| 248 | 2026-07-09T21:48:38.333Z | checking whether alloc_size attribute is compilable... no |
| 249 | 2026-07-09T21:48:38.347Z | checking whether compiler supports -Werror... yes |
| 250 | 2026-07-09T21:48:38.360Z | checking whether compiler supports -herror_on_warning... yes |
| 251 | 2026-07-09T21:48:38.372Z | checking whether format(gnu_printf, ...) attribute is compilable... -- Looking for localeconv - found |
| 252 | 2026-07-09T21:48:38.376Z | -- Looking for ceil in m |
| 253 | 2026-07-09T21:48:38.381Z | no |
| 254 | 2026-07-09T21:48:38.394Z | checking whether compiler supports -Werror... yes |
| 255 | 2026-07-09T21:48:38.407Z | checking whether compiler supports -herror_on_warning... yes |
| 256 | 2026-07-09T21:48:38.428Z | checking whether format(printf, ...) attribute is compilable... no |
| 257 | 2026-07-09T21:48:38.435Z | checking for a BSD-compatible install... /usr/bin/install -c |
| 258 | 2026-07-09T21:48:38.439Z | checking for ranlib... ranlib |
| 259 | 2026-07-09T21:48:38.439Z | checking for ld... /usr/bin/ld |
| 260 | 2026-07-09T21:48:38.439Z | checking for autoconf... /usr/bin/autoconf |
| 261 | 2026-07-09T21:48:38.444Z | checking for memalign... -- Looking for ceil in m - found |
| 262 | 2026-07-09T21:48:38.447Z | -- Performing Test CMAKE_HAVE_LIBC_PTHREAD |
| 263 | 2026-07-09T21:48:38.456Z | yes |
| 264 | 2026-07-09T21:48:38.478Z | checking for valloc... yes |
| 265 | 2026-07-09T21:48:38.513Z | checking whether compiler supports -O3... yes |
| 266 | 2026-07-09T21:48:38.520Z | checking whether compiler supports -funroll-loops... -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success |
| 267 | 2026-07-09T21:48:38.524Z | -- Found Threads: TRUE |
| 268 | 2026-07-09T21:48:38.524Z | -- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE |
| 269 | 2026-07-09T21:48:38.527Z | yes |
| 270 | 2026-07-09T21:48:38.543Z | checking for unwind.h... yes |
| 271 | 2026-07-09T21:48:38.567Z | checking for _Unwind_Backtrace in -lgcc... yes |
| 272 | 2026-07-09T21:48:38.571Z | checking configured backtracing method... libgcc |
| 273 | 2026-07-09T21:48:38.590Z | checking for sbrk... yes |
| 274 | 2026-07-09T21:48:38.594Z | checking whether utrace(2) is compilable... -- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE - Success |
| 275 | 2026-07-09T21:48:38.594Z | -- PROJ_PLATFORM_NAME = x86 |
| 276 | 2026-07-09T21:48:38.594Z | -- PROJ_COMPILER_NAME = gcc-12.2.0 |
| 277 | 2026-07-09T21:48:38.594Z | -- PROJ4_TESTS = ON |
| 278 | 2026-07-09T21:48:38.605Z | no |
| 279 | 2026-07-09T21:48:38.616Z | checking whether valgrind is compilable... no |
| 280 | 2026-07-09T21:48:38.638Z | checking whether a program using __builtin_unreachable is compilable... yes |
| 281 | 2026-07-09T21:48:38.646Z | checking whether a program using __builtin_ffsl is compilable... -- |
| 282 | 2026-07-09T21:48:38.650Z | -- Configuring proj library: |
| 283 | 2026-07-09T21:48:38.651Z | -- |
| 284 | 2026-07-09T21:48:38.661Z | yes |
| 285 | 2026-07-09T21:48:38.665Z | checking LG_PAGE... -- JNI_SUPPORT = OFF |
| 286 | 2026-07-09T21:48:38.668Z | -- PROJ_CORE_TARGET = proj |
| 287 | 2026-07-09T21:48:38.668Z | -- PROJ_CORE_TARGET_OUTPUT_NAME = proj |
| 288 | 2026-07-09T21:48:38.668Z | -- PROJ_LIBRARY_TYPE = STATIC |
| 289 | 2026-07-09T21:48:38.668Z | -- PROJ_LIBRARIES = proj |
| 290 | 2026-07-09T21:48:38.669Z | -- Configuring done (1.5s) |
| 291 | 2026-07-09T21:48:38.687Z | 12 |
| 292 | 2026-07-09T21:48:38.697Z | -- Generating done (0.0s) |
| 293 | 2026-07-09T21:48:38.700Z | -- Build files have been written to: /work/oxidecomputer/cockroach/lib/build/proj |
| 294 | 2026-07-09T21:48:38.700Z | Missing VERSION file, and unable to generate it; creating bogus VERSION |
| 295 | 2026-07-09T21:48:38.731Z | checking for pthread.h... yes |
| 296 | 2026-07-09T21:48:38.752Z | checking for pthread_create in -lpthread... yes |
| 297 | 2026-07-09T21:48:38.774Z | checking whether pthread_atfork(3) is compilable... yes |
| 298 | 2026-07-09T21:48:38.794Z | checking for library containing clock_gettime... none required |
| 299 | 2026-07-09T21:48:38.809Z | checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... no |
| 300 | 2026-07-09T21:48:38.829Z | checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes |
| 301 | 2026-07-09T21:48:38.839Z | checking whether mach_absolute_time() is compilable... no |
| 302 | 2026-07-09T21:48:38.851Z | checking whether compiler supports -Werror... yes |
| 303 | 2026-07-09T21:48:38.879Z | checking whether syscall(2) is compilable... yes |
| 304 | 2026-07-09T21:48:38.900Z | checking for secure_getenv... yes |
| 305 | 2026-07-09T21:48:38.921Z | checking for issetugid... yes |
| 306 | 2026-07-09T21:48:38.943Z | checking for _malloc_thread_cleanup... no |
| 307 | 2026-07-09T21:48:38.954Z | checking whether Darwin OSSpin*() is compilable... no |
| 308 | 2026-07-09T21:48:38.975Z | checking for _pthread_mutex_init_calloc_cb... no |
| 309 | 2026-07-09T21:48:38.988Z | checking for TLS... yes |
| 310 | 2026-07-09T21:48:39.014Z | checking whether C11 atomics is compilable... yes |
| 311 | 2026-07-09T21:48:39.027Z | checking whether atomic(9) is compilable... no |
| 312 | 2026-07-09T21:48:39.038Z | checking whether Darwin OSAtomic*() is compilable... no |
| 313 | 2026-07-09T21:48:39.060Z | checking whether madvise(2) is compilable... yes |
| 314 | 2026-07-09T21:48:39.082Z | checking whether madvise(..., MADV_FREE) is compilable... yes |
| 315 | 2026-07-09T21:48:39.103Z | checking whether madvise(..., MADV_DONTNEED) is compilable... yes |
| 316 | 2026-07-09T21:48:39.117Z | checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... no |
| 317 | 2026-07-09T21:48:39.128Z | checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no |
| 318 | 2026-07-09T21:48:39.139Z | checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no |
| 319 | 2026-07-09T21:48:39.160Z | checking for __builtin_clz... yes |
| 320 | 2026-07-09T21:48:39.171Z | checking whether Darwin os_unfair_lock_*() is compilable... no |
| 321 | 2026-07-09T21:48:39.195Z | checking whether glibc malloc hook is compilable... no |
| 322 | 2026-07-09T21:48:39.216Z | checking whether glibc memalign hook is compilable... no |
| 323 | 2026-07-09T21:48:39.229Z | checking whether pthreads adaptive mutexes is compilable... no |
| 324 | 2026-07-09T21:48:39.260Z | checking for _Bool... yes |
| 325 | 2026-07-09T21:48:39.282Z | checking for stdbool.h that conforms to C99... no |
| 326 | 2026-07-09T21:48:39.303Z | configure: creating ./config.status |
| 327 | 2026-07-09T21:48:39.344Z | config.status: creating Makefile |
| 328 | 2026-07-09T21:48:39.353Z | config.status: creating jemalloc.pc |
| 329 | 2026-07-09T21:48:39.360Z | config.status: creating doc/html.xsl |
| 330 | 2026-07-09T21:48:39.372Z | config.status: creating doc/manpages.xsl |
| 331 | 2026-07-09T21:48:39.382Z | config.status: creating doc/jemalloc.xml |
| 332 | 2026-07-09T21:48:39.396Z | config.status: creating include/jemalloc/jemalloc_macros.h |
| 333 | 2026-07-09T21:48:39.407Z | config.status: creating include/jemalloc/jemalloc_protos.h |
| 334 | 2026-07-09T21:48:39.419Z | config.status: creating include/jemalloc/jemalloc_typedefs.h |
| 335 | 2026-07-09T21:48:39.460Z | config.status: creating include/jemalloc/internal/jemalloc_internal.h |
| 336 | 2026-07-09T21:48:39.463Z | config.status: creating test/test.sh |
| 337 | 2026-07-09T21:48:39.463Z | config.status: creating test/include/test/jemalloc_test.h |
| 338 | 2026-07-09T21:48:39.467Z | config.status: creating config.stamp |
| 339 | 2026-07-09T21:48:39.471Z | config.status: creating bin/jemalloc-config |
| 340 | 2026-07-09T21:48:39.481Z | config.status: creating bin/jemalloc.sh |
| 341 | 2026-07-09T21:48:39.492Z | config.status: creating bin/jeprof |
| 342 | 2026-07-09T21:48:39.510Z | config.status: creating include/jemalloc/jemalloc_defs.h |
| 343 | 2026-07-09T21:48:39.518Z | config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h |
| 344 | 2026-07-09T21:48:39.526Z | config.status: creating test/include/test/jemalloc_test_defs.h |
| 345 | 2026-07-09T21:48:39.537Z | config.status: executing include/jemalloc/internal/private_namespace.h commands |
| 346 | 2026-07-09T21:48:39.544Z | config.status: executing include/jemalloc/internal/private_unnamespace.h commands |
| 347 | 2026-07-09T21:48:39.552Z | config.status: executing include/jemalloc/internal/public_symbols.txt commands |
| 348 | 2026-07-09T21:48:39.558Z | config.status: executing include/jemalloc/internal/public_namespace.h commands |
| 349 | 2026-07-09T21:48:39.639Z | config.status: executing include/jemalloc/internal/public_unnamespace.h commands |
| 350 | 2026-07-09T21:48:39.756Z | config.status: executing include/jemalloc/internal/size_classes.h commands |
| 351 | 2026-07-09T21:48:39.816Z | config.status: executing include/jemalloc/jemalloc_protos_jet.h commands |
| 352 | 2026-07-09T21:48:39.822Z | config.status: executing include/jemalloc/jemalloc_rename.h commands |
| 353 | 2026-07-09T21:48:39.970Z | config.status: executing include/jemalloc/jemalloc_mangle.h commands |
| 354 | 2026-07-09T21:48:40.121Z | config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands |
| 355 | 2026-07-09T21:48:40.270Z | config.status: executing include/jemalloc/jemalloc.h commands |
| 356 | 2026-07-09T21:48:40.295Z | =============================================================================== |
| 357 | 2026-07-09T21:48:40.295Z | jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000 |
| 358 | 2026-07-09T21:48:40.295Z | library revision : 2 |
| 359 | 2026-07-09T21:48:40.295Z | |
| 360 | 2026-07-09T21:48:40.299Z | CONFIG : --enable-prof CFLAGS=-g1 LDFLAGS= |
| 361 | 2026-07-09T21:48:40.299Z | CC : gcc |
| 362 | 2026-07-09T21:48:40.299Z | CONFIGURE_CFLAGS : -std=gnu11 -Wall -Werror=declaration-after-statement -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops |
| 363 | 2026-07-09T21:48:40.299Z | SPECIFIED_CFLAGS : -g1 |
| 364 | 2026-07-09T21:48:40.299Z | EXTRA_CFLAGS : |
| 365 | 2026-07-09T21:48:40.299Z | CPPFLAGS : -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT |
| 366 | 2026-07-09T21:48:40.299Z | LDFLAGS : |
| 367 | 2026-07-09T21:48:40.299Z | EXTRA_LDFLAGS : |
| 368 | 2026-07-09T21:48:40.299Z | LIBS : -lm -D_POSIX_PTHREAD_SEMANTICS -lgcc -lm -lpthread |
| 369 | 2026-07-09T21:48:40.299Z | RPATH_EXTRA : |
| 370 | 2026-07-09T21:48:40.299Z | |
| 371 | 2026-07-09T21:48:40.300Z | XSLTPROC : /usr/bin/xsltproc |
| 372 | 2026-07-09T21:48:40.300Z | XSLROOT : |
| 373 | 2026-07-09T21:48:40.300Z | |
| 374 | 2026-07-09T21:48:40.300Z | PREFIX : /usr/local |
| 375 | 2026-07-09T21:48:40.300Z | BINDIR : /usr/local/bin |
| 376 | 2026-07-09T21:48:40.300Z | DATADIR : /usr/local/share |
| 377 | 2026-07-09T21:48:40.300Z | INCLUDEDIR : /usr/local/include |
| 378 | 2026-07-09T21:48:40.300Z | LIBDIR : /usr/local/lib |
| 379 | 2026-07-09T21:48:40.300Z | MANDIR : /usr/local/share/man |
| 380 | 2026-07-09T21:48:40.300Z | |
| 381 | 2026-07-09T21:48:40.300Z | srcroot : /work/oxidecomputer/cockroach/c-deps/jemalloc/ |
| 382 | 2026-07-09T21:48:40.300Z | abs_srcroot : /work/oxidecomputer/cockroach/c-deps/jemalloc/ |
| 383 | 2026-07-09T21:48:40.300Z | objroot : |
| 384 | 2026-07-09T21:48:40.300Z | abs_objroot : /work/oxidecomputer/cockroach/lib/build/jemalloc/ |
| 385 | 2026-07-09T21:48:40.300Z | |
| 386 | 2026-07-09T21:48:40.300Z | JEMALLOC_PREFIX : |
| 387 | 2026-07-09T21:48:40.300Z | JEMALLOC_PRIVATE_NAMESPACE |
| 388 | 2026-07-09T21:48:40.300Z | : je_ |
| 389 | 2026-07-09T21:48:40.300Z | install_suffix : |
| 390 | 2026-07-09T21:48:40.300Z | malloc_conf : |
| 391 | 2026-07-09T21:48:40.300Z | autogen : 0 |
| 392 | 2026-07-09T21:48:40.300Z | cc-silence : 1 |
| 393 | 2026-07-09T21:48:40.300Z | debug : 0 |
| 394 | 2026-07-09T21:48:40.300Z | code-coverage : 0 |
| 395 | 2026-07-09T21:48:40.300Z | stats : 1 |
| 396 | 2026-07-09T21:48:40.300Z | prof : 1 |
| 397 | 2026-07-09T21:48:40.301Z | prof-libunwind : 0 |
| 398 | 2026-07-09T21:48:40.301Z | prof-libgcc : 1 |
| 399 | 2026-07-09T21:48:40.301Z | prof-gcc : 0 |
| 400 | 2026-07-09T21:48:40.301Z | tcache : 1 |
| 401 | 2026-07-09T21:48:40.301Z | thp : 0 |
| 402 | 2026-07-09T21:48:40.301Z | fill : 1 |
| 403 | 2026-07-09T21:48:40.301Z | utrace : 0 |
| 404 | 2026-07-09T21:48:40.301Z | valgrind : 0 |
| 405 | 2026-07-09T21:48:40.301Z | xmalloc : 0 |
| 406 | 2026-07-09T21:48:40.301Z | munmap : 1 |
| 407 | 2026-07-09T21:48:40.301Z | lazy_lock : 0 |
| 408 | 2026-07-09T21:48:40.301Z | tls : 1 |
| 409 | 2026-07-09T21:48:40.301Z | cache-oblivious : 1 |
| 410 | 2026-07-09T21:48:40.301Z | =============================================================================== |
| 411 | 2026-07-09T21:48:40.315Z | go mod download |
| 412 | 2026-07-09T21:49:08.407Z | go mod vendor |
| 413 | 2026-07-09T21:49:10.632Z | GOBIN='/work/oxidecomputer/cockroach/bin' GOFLAGS= go install -mod=vendor -v github.com/goware/modvendor |
| 414 | 2026-07-09T21:49:10.690Z | internal/byteorder |
| 415 | 2026-07-09T21:49:10.693Z | internal/unsafeheader |
| 416 | 2026-07-09T21:49:10.697Z | internal/runtime/pprof/label |
| 417 | 2026-07-09T21:49:10.697Z | internal/coverage/rtcov |
| 418 | 2026-07-09T21:49:10.697Z | internal/goarch |
| 419 | 2026-07-09T21:49:10.697Z | internal/godebugs |
| 420 | 2026-07-09T21:49:10.697Z | math/bits |
| 421 | 2026-07-09T21:49:10.697Z | internal/profilerecord |
| 422 | 2026-07-09T21:49:10.697Z | internal/trace/tracev2 |
| 423 | 2026-07-09T21:49:10.697Z | internal/goos |
| 424 | 2026-07-09T21:49:10.697Z | internal/asan |
| 425 | 2026-07-09T21:49:10.697Z | internal/msan |
| 426 | 2026-07-09T21:49:10.697Z | unicode |
| 427 | 2026-07-09T21:49:10.722Z | sync/atomic |
| 428 | 2026-07-09T21:49:10.722Z | internal/cpu |
| 429 | 2026-07-09T21:49:10.730Z | internal/goexperiment |
| 430 | 2026-07-09T21:49:10.742Z | internal/runtime/atomic |
| 431 | 2026-07-09T21:49:10.760Z | unicode/utf8 |
| 432 | 2026-07-09T21:49:10.767Z | internal/runtime/gc |
| 433 | 2026-07-09T21:49:10.767Z | internal/runtime/math |
| 434 | 2026-07-09T21:49:10.767Z | encoding |
| 435 | 2026-07-09T21:49:10.770Z | cmp |
| 436 | 2026-07-09T21:49:10.779Z | internal/abi |
| 437 | 2026-07-09T21:49:10.785Z | internal/runtime/sys |
| 438 | 2026-07-09T21:49:10.815Z | internal/strconv |
| 439 | 2026-07-09T21:49:10.849Z | internal/runtime/exithook |
| 440 | 2026-07-09T21:49:10.856Z | internal/chacha8rand |
| 441 | 2026-07-09T21:49:10.856Z | internal/bytealg |
| 442 | 2026-07-09T21:49:10.860Z | internal/runtime/gc/scan |
| 443 | 2026-07-09T21:49:10.865Z | math |
| 444 | 2026-07-09T21:49:10.921Z | internal/synctest |
| 445 | 2026-07-09T21:49:10.921Z | internal/race |
| 446 | 2026-07-09T21:49:10.945Z | internal/sync |
| 447 | 2026-07-09T21:49:10.949Z | internal/runtime/maps |
| 448 | 2026-07-09T21:49:10.953Z | internal/stringslite |
| 449 | 2026-07-09T21:49:11.036Z | runtime |
| 450 | 2026-07-09T21:49:12.291Z | iter |
| 451 | 2026-07-09T21:49:12.295Z | internal/reflectlite |
| 452 | 2026-07-09T21:49:12.295Z | sync |
| 453 | 2026-07-09T21:49:12.309Z | slices |
| 454 | 2026-07-09T21:49:12.368Z | internal/bisect |
| 455 | 2026-07-09T21:49:12.372Z | internal/testlog |
| 456 | 2026-07-09T21:49:12.376Z | errors |
| 457 | 2026-07-09T21:49:12.376Z | sort |
| 458 | 2026-07-09T21:49:12.408Z | internal/oserror |
| 459 | 2026-07-09T21:49:12.408Z | io |
| 460 | 2026-07-09T21:49:12.418Z | strconv |
| 461 | 2026-07-09T21:49:12.418Z | path |
| 462 | 2026-07-09T21:49:12.422Z | internal/godebug |
| 463 | 2026-07-09T21:49:12.426Z | syscall |
| 464 | 2026-07-09T21:49:12.458Z | reflect |
| 465 | 2026-07-09T21:49:12.464Z | bytes |
| 466 | 2026-07-09T21:49:12.465Z | strings |
| 467 | 2026-07-09T21:49:12.539Z | bufio |
| 468 | 2026-07-09T21:49:12.544Z | regexp/syntax |
| 469 | 2026-07-09T21:49:12.571Z | internal/syscall/execenv |
| 470 | 2026-07-09T21:49:12.576Z | time |
| 471 | 2026-07-09T21:49:12.583Z | internal/syscall/unix |
| 472 | 2026-07-09T21:49:12.644Z | regexp |
| 473 | 2026-07-09T21:49:12.735Z | io/fs |
| 474 | 2026-07-09T21:49:12.738Z | internal/poll |
| 475 | 2026-07-09T21:49:12.784Z | internal/filepathlite |
| 476 | 2026-07-09T21:49:12.822Z | os |
| 477 | 2026-07-09T21:49:12.831Z | internal/fmtsort |
| 478 | 2026-07-09T21:49:13.000Z | io/ioutil |
| 479 | 2026-07-09T21:49:13.003Z | fmt |
| 480 | 2026-07-09T21:49:13.003Z | path/filepath |
| 481 | 2026-07-09T21:49:13.054Z | github.com/mattn/go-zglob/fastwalk |
| 482 | 2026-07-09T21:49:13.133Z | flag |
| 483 | 2026-07-09T21:49:13.138Z | github.com/mattn/go-zglob |
| 484 | 2026-07-09T21:49:13.204Z | github.com/goware/modvendor |
| 485 | 2026-07-09T21:49:13.419Z | 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' |
| 486 | 2026-07-09T21:49:14.992Z | for patch in patches/*.patch; do patch -p1 <$patch; done |
| 487 | 2026-07-09T21:49:14.997Z | patching file vendor/github.com/knz/go-libedit/unix/editline_unix.go |
| 488 | 2026-07-09T21:49:15.002Z | patching file vendor/github.com/elastic/gosigar/sigar_stub.go |
| 489 | 2026-07-09T21:49:15.002Z | patching file vendor/github.com/elastic/gosigar/sigar_illumos.go |
| 490 | 2026-07-09T21:49:15.002Z | patching file vendor/github.com/elastic/gosigar/sigar_unix_common.go |
| 491 | 2026-07-09T21:49:15.007Z | go install -v ./pkg/cmd/prereqs |
| 492 | 2026-07-09T21:49:15.007Z | regenerating pkg/cli/clisqlshell/zcgo_flags.go |
| 493 | 2026-07-09T21:49:15.007Z | regenerating pkg/cli/zcgo_flags.go |
| 494 | 2026-07-09T21:49:15.007Z | regenerating vendor/github.com/knz/go-libedit/unix/zcgo_flags.go |
| 495 | 2026-07-09T21:49:15.007Z | regenerating pkg/geo/geoproj/zcgo_flags.go |
| 496 | 2026-07-09T21:49:15.007Z | regenerating pkg/server/status/zcgo_flags.go |
| 497 | 2026-07-09T21:49:15.007Z | regenerating pkg/cli/clisqlshell/zcgo_flags_x86_64_pc_solaris2.11_stdmalloc.go |
| 498 | 2026-07-09T21:49:15.007Z | regenerating pkg/cli/zcgo_flags_x86_64_pc_solaris2.11_stdmalloc.go |
| 499 | 2026-07-09T21:49:15.007Z | regenerating pkg/server/status/zcgo_flags_x86_64_pc_solaris2.11_stdmalloc.go |
| 500 | 2026-07-09T21:49:15.007Z | regenerating vendor/github.com/knz/go-libedit/unix/zcgo_flags_x86_64_pc_solaris2.11_stdmalloc.go |
| 501 | 2026-07-09T21:49:15.007Z | regenerating vendor/github.com/knz/go-libedit/unix/zcgo_flags_extra.go |
| 502 | 2026-07-09T21:49:15.007Z | regenerating pkg/geo/geoproj/zcgo_flags_x86_64_pc_solaris2.11_stdmalloc.go |
| 503 | 2026-07-09T21:49:15.064Z | go: downloading github.com/bufbuild/buf v0.56.0 |
| 504 | 2026-07-09T21:49:15.829Z | unicode/utf16 |
| 505 | 2026-07-09T21:49:15.834Z | internal/goversion |
| 506 | 2026-07-09T21:49:15.834Z | crypto/internal/constanttime |
| 507 | 2026-07-09T21:49:15.834Z | internal/syslist |
| 508 | 2026-07-09T21:49:15.834Z | internal/gover |
| 509 | 2026-07-09T21:49:15.834Z | internal/platform |
| 510 | 2026-07-09T21:49:15.834Z | crypto/internal/fips140deps/byteorder |
| 511 | 2026-07-09T21:49:15.834Z | crypto/internal/fips140/alias |
| 512 | 2026-07-09T21:49:15.834Z | crypto/internal/fips140deps/cpu |
| 513 | 2026-07-09T21:49:15.847Z | log/internal |
| 514 | 2026-07-09T21:49:15.882Z | crypto/internal/fips140/subtle |
| 515 | 2026-07-09T21:49:15.914Z | internal/types/errors |
| 516 | 2026-07-09T21:49:15.919Z | encoding/base64 |
| 517 | 2026-07-09T21:49:15.919Z | crypto/internal/fips140deps/godebug |
| 518 | 2026-07-09T21:49:15.920Z | hash |
| 519 | 2026-07-09T21:49:15.920Z | container/heap |
| 520 | 2026-07-09T21:49:15.920Z | math/rand |
| 521 | 2026-07-09T21:49:15.920Z | go/version |
| 522 | 2026-07-09T21:49:15.920Z | crypto/internal/impl |
| 523 | 2026-07-09T21:49:15.920Z | go/build/constraint |
| 524 | 2026-07-09T21:49:15.920Z | encoding/binary |
| 525 | 2026-07-09T21:49:15.930Z | golang.org/x/mod/semver |
| 526 | 2026-07-09T21:49:15.967Z | context |
| 527 | 2026-07-09T21:49:15.978Z | crypto/internal/fips140deps/time |
| 528 | 2026-07-09T21:49:15.978Z | hash/maphash |
| 529 | 2026-07-09T21:49:15.978Z | crypto |
| 530 | 2026-07-09T21:49:15.991Z | crypto/internal/fips140 |
| 531 | 2026-07-09T21:49:15.995Z | crypto/internal/entropy/v1.0.0 |
| 532 | 2026-07-09T21:49:16.011Z | go/token |
| 533 | 2026-07-09T21:49:16.017Z | encoding/json |
| 534 | 2026-07-09T21:49:16.017Z | golang.org/x/tools/internal/event/label |
| 535 | 2026-07-09T21:49:16.017Z | crypto/internal/sysrand |
| 536 | 2026-07-09T21:49:16.017Z | internal/lazyregexp |
| 537 | 2026-07-09T21:49:16.017Z | log |
| 538 | 2026-07-09T21:49:16.017Z | internal/buildcfg |
| 539 | 2026-07-09T21:49:16.017Z | go/doc/comment |
| 540 | 2026-07-09T21:49:16.022Z | golang.org/x/tools/internal/packagesinternal |
| 541 | 2026-07-09T21:49:16.037Z | os/exec |
| 542 | 2026-07-09T21:49:16.054Z | golang.org/x/sync/errgroup |
| 543 | 2026-07-09T21:49:16.058Z | math/big |
| 544 | 2026-07-09T21:49:16.058Z | crypto/internal/fips140/sha256 |
| 545 | 2026-07-09T21:49:16.068Z | golang.org/x/tools/internal/event/keys |
| 546 | 2026-07-09T21:49:16.068Z | crypto/internal/fips140/sha512 |
| 547 | 2026-07-09T21:49:16.068Z | crypto/internal/fips140/sha3 |
| 548 | 2026-07-09T21:49:16.077Z | golang.org/x/tools/internal/stdlib |
| 549 | 2026-07-09T21:49:16.125Z | internal/goroot |
| 550 | 2026-07-09T21:49:16.136Z | go/internal/scannerhooks |
| 551 | 2026-07-09T21:49:16.147Z | go/scanner |
| 552 | 2026-07-09T21:49:16.157Z | golang.org/x/tools/internal/event/core |
| 553 | 2026-07-09T21:49:16.162Z | crypto/internal/fips140/hmac |
| 554 | 2026-07-09T21:49:16.184Z | golang.org/x/tools/internal/event |
| 555 | 2026-07-09T21:49:16.201Z | crypto/internal/fips140/check |
| 556 | 2026-07-09T21:49:16.205Z | go/ast |
| 557 | 2026-07-09T21:49:16.223Z | crypto/fips140 |
| 558 | 2026-07-09T21:49:16.228Z | crypto/internal/fips140/aes |
| 559 | 2026-07-09T21:49:16.257Z | golang.org/x/tools/internal/gocommand |
| 560 | 2026-07-09T21:49:16.300Z | crypto/internal/fips140/drbg |
| 561 | 2026-07-09T21:49:16.314Z | go/constant |
| 562 | 2026-07-09T21:49:16.335Z | crypto/internal/fips140only |
| 563 | 2026-07-09T21:49:16.357Z | crypto/md5 |
| 564 | 2026-07-09T21:49:16.385Z | golang.org/x/tools/go/ast/edge |
| 565 | 2026-07-09T21:49:16.385Z | go/parser |
| 566 | 2026-07-09T21:49:16.391Z | go/doc |
| 567 | 2026-07-09T21:49:16.407Z | golang.org/x/tools/internal/pkgbits |
| 568 | 2026-07-09T21:49:16.438Z | golang.org/x/tools/go/ast/inspector |
| 569 | 2026-07-09T21:49:16.526Z | go/build |
| 570 | 2026-07-09T21:49:16.538Z | go/types |
| 571 | 2026-07-09T21:49:17.115Z | golang.org/x/tools/internal/aliases |
| 572 | 2026-07-09T21:49:17.118Z | golang.org/x/tools/internal/versions |
| 573 | 2026-07-09T21:49:17.144Z | golang.org/x/tools/internal/typeparams |
| 574 | 2026-07-09T21:49:17.157Z | go: downloading google.golang.org/protobuf v1.27.1 |
| 575 | 2026-07-09T21:49:17.160Z | go: downloading go.uber.org/multierr v1.7.0 |
| 576 | 2026-07-09T21:49:17.160Z | go: downloading github.com/twitchtv/twirp v8.1.0+incompatible |
| 577 | 2026-07-09T21:49:17.160Z | go: downloading google.golang.org/grpc v1.41.0-dev.0.20210907181116-2f3355d2244e |
| 578 | 2026-07-09T21:49:17.160Z | go: downloading go.uber.org/zap v1.19.0 |
| 579 | 2026-07-09T21:49:17.161Z | go: downloading github.com/pkg/profile v1.6.0 |
| 580 | 2026-07-09T21:49:17.161Z | go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b |
| 581 | 2026-07-09T21:49:17.164Z | go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d |
| 582 | 2026-07-09T21:49:17.199Z | golang.org/x/tools/go/types/typeutil |
| 583 | 2026-07-09T21:49:17.248Z | go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |
| 584 | 2026-07-09T21:49:17.253Z | golang.org/x/tools/internal/typesinternal |
| 585 | 2026-07-09T21:49:17.325Z | golang.org/x/tools/go/types/objectpath |
| 586 | 2026-07-09T21:49:17.330Z | go: downloading github.com/jhump/protoreflect v1.9.1-0.20210817181203-db1a327a393e |
| 587 | 2026-07-09T21:49:17.382Z | golang.org/x/tools/internal/gcimporter |
| 588 | 2026-07-09T21:49:17.425Z | go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b |
| 589 | 2026-07-09T21:49:17.430Z | go: downloading github.com/gofrs/flock v0.8.1 |
| 590 | 2026-07-09T21:49:17.430Z | go: downloading github.com/klauspost/compress v1.13.5 |
| 591 | 2026-07-09T21:49:17.430Z | go: downloading github.com/klauspost/pgzip v1.2.5 |
| 592 | 2026-07-09T21:49:17.430Z | go: downloading github.com/gofrs/uuid v4.0.0+incompatible |
| 593 | 2026-07-09T21:49:17.430Z | go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e |
| 594 | 2026-07-09T21:49:17.431Z | go: downloading go.uber.org/atomic v1.7.0 |
| 595 | 2026-07-09T21:49:17.431Z | go: downloading golang.org/x/sys v0.0.0-20210908143011-c212e7322662 |
| 596 | 2026-07-09T21:49:17.576Z | golang.org/x/tools/go/gcexportdata |
| 597 | 2026-07-09T21:49:17.609Z | golang.org/x/tools/go/packages |
| 598 | 2026-07-09T21:49:17.711Z | go: downloading github.com/golang/protobuf v1.5.2 |
| 599 | 2026-07-09T21:49:17.711Z | go: downloading golang.org/x/net v0.0.0-20210907225631-ff17edfbf26d |
| 600 | 2026-07-09T21:49:17.717Z | go: downloading google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83 |
| 601 | 2026-07-09T21:49:17.733Z | github.com/cockroachdb/cockroach/pkg/cmd/prereqs |
| 602 | 2026-07-09T21:49:18.011Z | go install -v uptodate |
| 603 | 2026-07-09T21:49:18.017Z | GOFLAGS= bin/prereqs ./pkg/cmd/uptodate > bin/uptodate.d.tmp |
| 604 | 2026-07-09T21:49:18.020Z | go install -v protoc-gen-gogoroach |
| 605 | 2026-07-09T21:49:18.020Z | GOFLAGS= bin/prereqs ./pkg/cmd/protoc-gen-gogoroach > bin/protoc-gen-gogoroach.d.tmp |
| 606 | 2026-07-09T21:49:18.028Z | go install -v terraformgen |
| 607 | 2026-07-09T21:49:18.031Z | GOFLAGS= bin/prereqs ./pkg/roachprod/vm/aws/terraformgen > bin/terraformgen.d.tmp |
| 608 | 2026-07-09T21:49:18.035Z | go install -v optgen |
| 609 | 2026-07-09T21:49:18.035Z | GOFLAGS= bin/prereqs ./pkg/sql/opt/optgen/cmd/optgen > bin/optgen.d.tmp |
| 610 | 2026-07-09T21:49:18.081Z | mv -f bin/protoc-gen-gogoroach.d.tmp bin/protoc-gen-gogoroach.d |
| 611 | 2026-07-09T21:49:18.085Z | GOBIN='/work/oxidecomputer/cockroach/bin' GOFLAGS= go install -mod=vendor -tags 'stdmalloc make x86_64_pc_solaris2.11_stdmalloc crdb_test' -ldflags '-X github.com/cockroachdb/cockroach/pkg/build.typ=development -extldflags "" -X "github.com/cockroachdb/cockroach/pkg/build.tag=v22.1.22-67-gf404bd6e55" -X "github.com/cockroachdb/cockroach/pkg/build.rev=f404bd6e55a0222299da666934c5f19484c89e4a" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-solaris2.11" ' -v ./pkg/cmd/protoc-gen-gogoroach |
| 612 | 2026-07-09T21:49:18.093Z | mv -f bin/uptodate.d.tmp bin/uptodate.d |
| 613 | 2026-07-09T21:49:18.100Z | GOBIN='/work/oxidecomputer/cockroach/bin' GOFLAGS= go install -mod=vendor -tags 'stdmalloc make x86_64_pc_solaris2.11_stdmalloc crdb_test' -ldflags '-X github.com/cockroachdb/cockroach/pkg/build.typ=development -extldflags "" -X "github.com/cockroachdb/cockroach/pkg/build.tag=v22.1.22-67-gf404bd6e55" -X "github.com/cockroachdb/cockroach/pkg/build.rev=f404bd6e55a0222299da666934c5f19484c89e4a" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-solaris2.11" ' -v ./pkg/cmd/uptodate |
| 614 | 2026-07-09T21:49:18.105Z | mv -f bin/terraformgen.d.tmp bin/terraformgen.d |
| 615 | 2026-07-09T21:49:18.109Z | GOBIN='/work/oxidecomputer/cockroach/bin' GOFLAGS= go install -mod=vendor -tags 'stdmalloc make x86_64_pc_solaris2.11_stdmalloc crdb_test' -ldflags '-X github.com/cockroachdb/cockroach/pkg/build.typ=development -extldflags "" -X "github.com/cockroachdb/cockroach/pkg/build.tag=v22.1.22-67-gf404bd6e55" -X "github.com/cockroachdb/cockroach/pkg/build.rev=f404bd6e55a0222299da666934c5f19484c89e4a" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-solaris2.11" ' -v ./pkg/roachprod/vm/aws/terraformgen |
| 616 | 2026-07-09T21:49:18.114Z | mv -f bin/optgen.d.tmp bin/optgen.d |
| 617 | 2026-07-09T21:49:18.120Z | GOBIN='/work/oxidecomputer/cockroach/bin' GOFLAGS= go install -mod=vendor -tags 'stdmalloc make x86_64_pc_solaris2.11_stdmalloc crdb_test' -ldflags '-X github.com/cockroachdb/cockroach/pkg/build.typ=development -extldflags "" -X "github.com/cockroachdb/cockroach/pkg/build.tag=v22.1.22-67-gf404bd6e55" -X "github.com/cockroachdb/cockroach/pkg/build.rev=f404bd6e55a0222299da666934c5f19484c89e4a" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-solaris2.11" ' -v ./pkg/sql/opt/optgen/cmd/optgen |
| 618 | 2026-07-09T21:49:18.199Z | go: downloading golang.org/x/text v0.3.7 |
| 619 | 2026-07-09T21:49:18.746Z | crypto/internal/boring/sig |
| 620 | 2026-07-09T21:49:18.749Z | internal/nettrace |
| 621 | 2026-07-09T21:49:18.754Z | github.com/cockroachdb/errors/stdstrings |
| 622 | 2026-07-09T21:49:18.761Z | crypto/subtle |
| 623 | 2026-07-09T21:49:18.764Z | container/list |
| 624 | 2026-07-09T21:49:18.767Z | vendor/golang.org/x/crypto/cryptobyte/asn1 |
| 625 | 2026-07-09T21:49:18.767Z | internal/nettrace |
| 626 | 2026-07-09T21:49:18.767Z | vendor/golang.org/x/crypto/internal/alias |
| 627 | 2026-07-09T21:49:18.771Z | github.com/cockroachdb/errors/stdstrings |
| 628 | 2026-07-09T21:49:18.771Z | container/list |
| 629 | 2026-07-09T21:49:18.771Z | crypto/internal/boring/sig |
| 630 | 2026-07-09T21:49:18.774Z | vendor/golang.org/x/crypto/internal/alias |
| 631 | 2026-07-09T21:49:18.774Z | internal/nettrace |
| 632 | 2026-07-09T21:49:18.780Z | weak |
| 633 | 2026-07-09T21:49:18.784Z | maps |
| 634 | 2026-07-09T21:49:18.784Z | vendor/golang.org/x/crypto/cryptobyte/asn1 |
| 635 | 2026-07-09T21:49:18.801Z | crypto/internal/boring/sig |
| 636 | 2026-07-09T21:49:18.811Z | vendor/golang.org/x/net/dns/dnsmessage |
| 637 | 2026-07-09T21:49:18.821Z | internal/singleflight |
| 638 | 2026-07-09T21:49:18.830Z | hash/crc32 |
| 639 | 2026-07-09T21:49:18.840Z | github.com/cockroachdb/redact/internal/rfmt/fmtsort |
| 640 | 2026-07-09T21:49:18.844Z | unique |
| 641 | 2026-07-09T21:49:18.844Z | vendor/golang.org/x/net/lif |
| 642 | 2026-07-09T21:49:18.851Z | crypto/internal/fips140cache |
| 643 | 2026-07-09T21:49:18.857Z | crypto/internal/fips140cache |
| 644 | 2026-07-09T21:49:18.861Z | encoding/hex |
| 645 | 2026-07-09T21:49:18.864Z | internal/singleflight |
| 646 | 2026-07-09T21:49:18.868Z | unique |
| 647 | 2026-07-09T21:49:18.868Z | github.com/gogo/protobuf/sortkeys |
| 648 | 2026-07-09T21:49:18.871Z | internal/saferio |
| 649 | 2026-07-09T21:49:18.871Z | github.com/kr/text |
| 650 | 2026-07-09T21:49:18.871Z | math/rand/v2 |
| 651 | 2026-07-09T21:49:18.871Z | vendor/golang.org/x/net/dns/dnsmessage |
| 652 | 2026-07-09T21:49:18.871Z | vendor/golang.org/x/net/dns/dnsmessage |
| 653 | 2026-07-09T21:49:18.871Z | unique |
| 654 | 2026-07-09T21:49:18.871Z | math/rand/v2 |
| 655 | 2026-07-09T21:49:18.871Z | internal/singleflight |
| 656 | 2026-07-09T21:49:18.879Z | text/tabwriter |
| 657 | 2026-07-09T21:49:18.903Z | crypto/internal/fips140/aes/gcm |
| 658 | 2026-07-09T21:49:18.907Z | compress/flate |
| 659 | 2026-07-09T21:49:18.910Z | internal/saferio |
| 660 | 2026-07-09T21:49:18.914Z | vendor/golang.org/x/text/transform |
| 661 | 2026-07-09T21:49:18.914Z | hash/crc32 |
| 662 | 2026-07-09T21:49:18.914Z | github.com/gogo/protobuf/sortkeys |
| 663 | 2026-07-09T21:49:18.921Z | github.com/gogo/protobuf/proto |
| 664 | 2026-07-09T21:49:18.931Z | hash/crc32 |
| 665 | 2026-07-09T21:49:18.931Z | vendor/golang.org/x/text/transform |
| 666 | 2026-07-09T21:49:18.931Z | github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap |
| 667 | 2026-07-09T21:49:18.937Z | encoding/pem |
| 668 | 2026-07-09T21:49:18.937Z | net/http/internal/ascii |
| 669 | 2026-07-09T21:49:18.993Z | crypto/sha3 |
| 670 | 2026-07-09T21:49:18.997Z | github.com/rogpeppe/go-internal/fmtsort |
| 671 | 2026-07-09T21:49:19.016Z | go/printer |
| 672 | 2026-07-09T21:49:19.037Z | crypto/internal/randutil |
| 673 | 2026-07-09T21:49:19.043Z | vendor/golang.org/x/crypto/internal/poly1305 |
| 674 | 2026-07-09T21:49:19.043Z | crypto/internal/fips140/bigmod |
| 675 | 2026-07-09T21:49:19.047Z | crypto/tls/internal/fips140tls |
| 676 | 2026-07-09T21:49:19.047Z | crypto/internal/fips140/hkdf |
| 677 | 2026-07-09T21:49:19.047Z | crypto/internal/fips140/tls12 |
| 678 | 2026-07-09T21:49:19.047Z | crypto/internal/fips140/edwards25519/field |
| 679 | 2026-07-09T21:49:19.056Z | crypto/sha3 |
| 680 | 2026-07-09T21:49:19.059Z | github.com/rogpeppe/go-internal/fmtsort |
| 681 | 2026-07-09T21:49:19.059Z | encoding/pem |
| 682 | 2026-07-09T21:49:19.063Z | crypto/internal/fips140/edwards25519/field |
| 683 | 2026-07-09T21:49:19.063Z | crypto/internal/fips140/tls12 |
| 684 | 2026-07-09T21:49:19.063Z | crypto/tls/internal/fips140tls |
| 685 | 2026-07-09T21:49:19.063Z | crypto/internal/randutil |
| 686 | 2026-07-09T21:49:19.067Z | crypto/cipher |
| 687 | 2026-07-09T21:49:19.085Z | crypto/internal/fips140/hkdf |
| 688 | 2026-07-09T21:49:19.090Z | net/netip |
| 689 | 2026-07-09T21:49:19.106Z | vendor/golang.org/x/crypto/internal/poly1305 |
| 690 | 2026-07-09T21:49:19.115Z | crypto/internal/fips140/nistec/fiat |
| 691 | 2026-07-09T21:49:19.115Z | crypto/internal/fips140hash |
| 692 | 2026-07-09T21:49:19.115Z | crypto/internal/fips140/nistec/fiat |
| 693 | 2026-07-09T21:49:19.115Z | compress/gzip |
| 694 | 2026-07-09T21:49:19.120Z | github.com/cockroachdb/redact/interfaces |
| 695 | 2026-07-09T21:49:19.131Z | net/netip |
| 696 | 2026-07-09T21:49:19.164Z | crypto/internal/fips140/bigmod |
| 697 | 2026-07-09T21:49:19.168Z | net/http/internal/ascii |
| 698 | 2026-07-09T21:49:19.168Z | github.com/cockroachdb/redact/internal/fmtforward |
| 699 | 2026-07-09T21:49:19.168Z | encoding/csv |
| 700 | 2026-07-09T21:49:19.171Z | net/netip |
| 701 | 2026-07-09T21:49:19.171Z | crypto/internal/boring |
| 702 | 2026-07-09T21:49:19.206Z | go/format |
| 703 | 2026-07-09T21:49:19.212Z | crypto/internal/fips140/tls13 |
| 704 | 2026-07-09T21:49:19.232Z | github.com/MichaelTJones/walk |
| 705 | 2026-07-09T21:49:19.236Z | github.com/gogo/protobuf/proto |
| 706 | 2026-07-09T21:49:19.244Z | crypto/sha256 |
| 707 | 2026-07-09T21:49:19.280Z | github.com/cockroachdb/redact/internal/markers |
| 708 | 2026-07-09T21:49:19.287Z | text/template/parse |
| 709 | 2026-07-09T21:49:19.292Z | github.com/cockroachdb/redact/internal/redact |
| 710 | 2026-07-09T21:49:19.349Z | github.com/cockroachdb/redact/internal/escape |
| 711 | 2026-07-09T21:49:19.356Z | crypto/internal/rand |
| 712 | 2026-07-09T21:49:19.356Z | crypto/aes |
| 713 | 2026-07-09T21:49:19.360Z | runtime/cgo |
| 714 | 2026-07-09T21:49:19.364Z | crypto/des |
| 715 | 2026-07-09T21:49:19.364Z | crypto/sha512 |
| 716 | 2026-07-09T21:49:19.373Z | github.com/cockroachdb/redact/internal/escape |
| 717 | 2026-07-09T21:49:19.377Z | github.com/kr/pretty |
| 718 | 2026-07-09T21:49:19.377Z | github.com/pkg/errors |
| 719 | 2026-07-09T21:49:19.377Z | github.com/cockroachdb/logtags |
| 720 | 2026-07-09T21:49:19.377Z | crypto/hkdf |
| 721 | 2026-07-09T21:49:19.383Z | github.com/cockroachdb/redact/internal/buffer |
| 722 | 2026-07-09T21:49:19.427Z | crypto/internal/fips140/edwards25519 |
| 723 | 2026-07-09T21:49:19.431Z | vendor/golang.org/x/sys/cpu |
| 724 | 2026-07-09T21:49:19.432Z | crypto/aes |
| 725 | 2026-07-09T21:49:19.432Z | crypto/des |
| 726 | 2026-07-09T21:49:19.432Z | crypto/internal/fips140/mlkem |
| 727 | 2026-07-09T21:49:19.432Z | crypto/hmac |
| 728 | 2026-07-09T21:49:19.440Z | github.com/cockroachdb/redact/internal/rfmt |
| 729 | 2026-07-09T21:49:19.487Z | github.com/cockroachdb/logtags |
| 730 | 2026-07-09T21:49:19.502Z | crypto/rand |
| 731 | 2026-07-09T21:49:19.506Z | crypto/internal/boring/bbig |
| 732 | 2026-07-09T21:49:19.506Z | github.com/kr/pretty |
| 733 | 2026-07-09T21:49:19.506Z | github.com/pkg/errors |
| 734 | 2026-07-09T21:49:19.506Z | crypto/internal/fips140/mlkem |
| 735 | 2026-07-09T21:49:19.506Z | crypto/rand |
| 736 | 2026-07-09T21:49:19.506Z | encoding/asn1 |
| 737 | 2026-07-09T21:49:19.511Z | vendor/golang.org/x/crypto/chacha20 |
| 738 | 2026-07-09T21:49:19.526Z | github.com/cockroachdb/redact/internal/rfmt |
| 739 | 2026-07-09T21:49:19.526Z | crypto/internal/fips140/nistec |
| 740 | 2026-07-09T21:49:19.531Z | crypto/hmac |
| 741 | 2026-07-09T21:49:19.531Z | crypto/internal/boring/bbig |
| 742 | 2026-07-09T21:49:19.536Z | github.com/cockroachdb/redact/internal/rfmt |
| 743 | 2026-07-09T21:49:19.536Z | github.com/gogo/protobuf/proto |
| 744 | 2026-07-09T21:49:19.536Z | vendor/golang.org/x/crypto/chacha20 |
| 745 | 2026-07-09T21:49:19.540Z | encoding/asn1 |
| 746 | 2026-07-09T21:49:19.540Z | vendor/golang.org/x/sys/cpu |
| 747 | 2026-07-09T21:49:19.549Z | crypto/internal/fips140/edwards25519 |
| 748 | 2026-07-09T21:49:19.564Z | crypto/internal/fips140/tls13 |
| 749 | 2026-07-09T21:49:19.575Z | crypto/rc4 |
| 750 | 2026-07-09T21:49:19.578Z | crypto/sha1 |
| 751 | 2026-07-09T21:49:19.618Z | net/url |
| 752 | 2026-07-09T21:49:19.654Z | crypto/dsa |
| 753 | 2026-07-09T21:49:19.658Z | crypto/internal/fips140/rsa |
| 754 | 2026-07-09T21:49:19.658Z | crypto/internal/fips140/nistec |
| 755 | 2026-07-09T21:49:19.661Z | github.com/cockroachdb/redact/builder |
| 756 | 2026-07-09T21:49:19.661Z | runtime/cgo |
| 757 | 2026-07-09T21:49:19.694Z | github.com/cockroachdb/redact |
| 758 | 2026-07-09T21:49:19.701Z | crypto/rc4 |
| 759 | 2026-07-09T21:49:19.704Z | runtime/cgo |
| 760 | 2026-07-09T21:49:19.704Z | crypto/internal/fips140/rsa |
| 761 | 2026-07-09T21:49:19.704Z | net/url |
| 762 | 2026-07-09T21:49:19.704Z | github.com/getsentry/sentry-go/internal/crypto/randutil |
| 763 | 2026-07-09T21:49:19.704Z | crypto/sha1 |
| 764 | 2026-07-09T21:49:19.704Z | crypto/dsa |
| 765 | 2026-07-09T21:49:19.708Z | net/url |
| 766 | 2026-07-09T21:49:19.708Z | github.com/getsentry/sentry-go/internal/crypto/randutil |
| 767 | 2026-07-09T21:49:19.712Z | vendor/golang.org/x/text/unicode/bidi |
| 768 | 2026-07-09T21:49:19.712Z | crypto/mlkem |
| 769 | 2026-07-09T21:49:19.715Z | vendor/golang.org/x/text/unicode/bidi |
| 770 | 2026-07-09T21:49:19.766Z | vendor/golang.org/x/crypto/chacha20poly1305 |
| 771 | 2026-07-09T21:49:19.770Z | vendor/golang.org/x/text/unicode/norm |
| 772 | 2026-07-09T21:49:19.770Z | github.com/cockroachdb/cockroach/pkg/cli/exit |
| 773 | 2026-07-09T21:49:19.774Z | text/template |
| 774 | 2026-07-09T21:49:19.812Z | vendor/golang.org/x/crypto/cryptobyte |
| 775 | 2026-07-09T21:49:19.837Z | vendor/golang.org/x/text/unicode/norm |
| 776 | 2026-07-09T21:49:19.841Z | vendor/golang.org/x/net/http2/hpack |
| 777 | 2026-07-09T21:49:19.841Z | crypto/x509/pkix |
| 778 | 2026-07-09T21:49:19.841Z | vendor/golang.org/x/crypto/cryptobyte |
| 779 | 2026-07-09T21:49:19.841Z | crypto/internal/fips140/ed25519 |
| 780 | 2026-07-09T21:49:19.872Z | crypto/internal/fips140/ed25519 |
| 781 | 2026-07-09T21:49:19.877Z | crypto/x509/pkix |
| 782 | 2026-07-09T21:49:19.888Z | vendor/golang.org/x/net/http2/hpack |
| 783 | 2026-07-09T21:49:19.929Z | mime |
| 784 | 2026-07-09T21:49:19.933Z | crypto/ed25519 |
| 785 | 2026-07-09T21:49:19.937Z | crypto/ed25519 |
| 786 | 2026-07-09T21:49:19.976Z | net/http/internal |
| 787 | 2026-07-09T21:49:20.079Z | mime |
| 788 | 2026-07-09T21:49:20.085Z | net/http/internal |
| 789 | 2026-07-09T21:49:20.085Z | mime/quotedprintable |
| 790 | 2026-07-09T21:49:20.085Z | vendor/golang.org/x/text/secure/bidirule |
| 791 | 2026-07-09T21:49:20.096Z | golang.org/x/sys/execabs |
| 792 | 2026-07-09T21:49:20.100Z | runtime/debug |
| 793 | 2026-07-09T21:49:20.104Z | vendor/golang.org/x/text/secure/bidirule |
| 794 | 2026-07-09T21:49:20.104Z | runtime/debug |
| 795 | 2026-07-09T21:49:20.104Z | golang.org/x/sys/execabs |
| 796 | 2026-07-09T21:49:20.108Z | crypto/rsa |
| 797 | 2026-07-09T21:49:20.117Z | mime/quotedprintable |
| 798 | 2026-07-09T21:49:20.165Z | crypto/rsa |
| 799 | 2026-07-09T21:49:20.191Z | vendor/golang.org/x/crypto/chacha20poly1305 |
| 800 | 2026-07-09T21:49:20.218Z | crypto/internal/fips140/ecdh |
| 801 | 2026-07-09T21:49:20.223Z | crypto/internal/fips140/ecdsa |
| 802 | 2026-07-09T21:49:20.223Z | crypto/elliptic |
| 803 | 2026-07-09T21:49:20.284Z | crypto/ecdh |
| 804 | 2026-07-09T21:49:20.317Z | github.com/gogo/protobuf/protoc-gen-gogo/descriptor |
| 805 | 2026-07-09T21:49:20.343Z | net |
| 806 | 2026-07-09T21:49:20.407Z | vendor/golang.org/x/net/idna |
| 807 | 2026-07-09T21:49:20.434Z | crypto/hpke |
| 808 | 2026-07-09T21:49:20.445Z | crypto/ecdsa |
| 809 | 2026-07-09T21:49:20.485Z | github.com/gogo/protobuf/protoc-gen-gogo/descriptor |
| 810 | 2026-07-09T21:49:20.489Z | github.com/gogo/protobuf/types |
| 811 | 2026-07-09T21:49:20.570Z | github.com/gogo/protobuf/protoc-gen-gogo/plugin |
| 812 | 2026-07-09T21:49:20.570Z | github.com/gogo/protobuf/gogoproto |
| 813 | 2026-07-09T21:49:20.586Z | crypto/ecdsa |
| 814 | 2026-07-09T21:49:20.590Z | crypto/hpke |
| 815 | 2026-07-09T21:49:20.590Z | vendor/golang.org/x/net/idna |
| 816 | 2026-07-09T21:49:20.633Z | github.com/gogo/protobuf/vanity |
| 817 | 2026-07-09T21:49:20.641Z | github.com/gogo/protobuf/protoc-gen-gogo/generator |
| 818 | 2026-07-09T21:49:20.801Z | net |
| 819 | 2026-07-09T21:49:20.805Z | net |
| 820 | 2026-07-09T21:49:20.900Z | github.com/gogo/protobuf/plugin/testgen |
| 821 | 2026-07-09T21:49:20.904Z | github.com/gogo/protobuf/plugin/embedcheck |
| 822 | 2026-07-09T21:49:20.904Z | github.com/gogo/protobuf/plugin/marshalto |
| 823 | 2026-07-09T21:49:20.904Z | github.com/gogo/protobuf/protoc-gen-gogo/grpc |
| 824 | 2026-07-09T21:49:20.904Z | github.com/gogo/protobuf/plugin/oneofcheck |
| 825 | 2026-07-09T21:49:20.904Z | github.com/gogo/protobuf/plugin/defaultcheck |
| 826 | 2026-07-09T21:49:20.904Z | github.com/gogo/protobuf/plugin/populate |
| 827 | 2026-07-09T21:49:20.904Z | github.com/gogo/protobuf/plugin/unmarshal |
| 828 | 2026-07-09T21:49:20.904Z | github.com/gogo/protobuf/plugin/enumstringer |
| 829 | 2026-07-09T21:49:20.925Z | github.com/gogo/protobuf/types |
| 830 | 2026-07-09T21:49:21.083Z | github.com/cockroachdb/errors/errorspb |
| 831 | 2026-07-09T21:49:21.141Z | github.com/gogo/protobuf/plugin/description |
| 832 | 2026-07-09T21:49:21.145Z | github.com/gogo/protobuf/plugin/equal |
| 833 | 2026-07-09T21:49:21.145Z | github.com/gogo/protobuf/plugin/face |
| 834 | 2026-07-09T21:49:21.146Z | github.com/gogo/protobuf/plugin/compare |
| 835 | 2026-07-09T21:49:21.146Z | github.com/gogo/protobuf/plugin/union |
| 836 | 2026-07-09T21:49:21.146Z | github.com/gogo/protobuf/plugin/size |
| 837 | 2026-07-09T21:49:21.146Z | github.com/gogo/protobuf/plugin/gostring |
| 838 | 2026-07-09T21:49:21.146Z | github.com/gogo/protobuf/plugin/stringer |
| 839 | 2026-07-09T21:49:21.198Z | github.com/cockroachdb/errors/errbase |
| 840 | 2026-07-09T21:49:21.202Z | github.com/spf13/pflag |
| 841 | 2026-07-09T21:49:21.371Z | github.com/gogo/protobuf/vanity/command |
| 842 | 2026-07-09T21:49:21.377Z | github.com/cockroachdb/errors/contexttags |
| 843 | 2026-07-09T21:49:21.385Z | github.com/cockroachdb/errors/markers |
| 844 | 2026-07-09T21:49:21.391Z | github.com/cockroachdb/errors/telemetrykeys |
| 845 | 2026-07-09T21:49:21.391Z | github.com/cockroachdb/errors/barriers |
| 846 | 2026-07-09T21:49:21.391Z | github.com/cockroachdb/errors/safedetails |
| 847 | 2026-07-09T21:49:21.391Z | github.com/cockroachdb/errors/hintdetail |
| 848 | 2026-07-09T21:49:21.391Z | github.com/cockroachdb/errors/secondary |
| 849 | 2026-07-09T21:49:21.412Z | github.com/cockroachdb/cockroach/pkg/cmd/protoc-gen-gogoroach |
| 850 | 2026-07-09T21:49:21.514Z | github.com/cockroachdb/errors/domains |
| 851 | 2026-07-09T21:49:21.524Z | github.com/cockroachdb/errors/assert |
| 852 | 2026-07-09T21:49:21.524Z | github.com/cockroachdb/errors/issuelink |
| 853 | 2026-07-09T21:49:21.525Z | github.com/spf13/cobra |
| 854 | 2026-07-09T21:49:21.525Z | vendor/golang.org/x/net/http/httpproxy |
| 855 | 2026-07-09T21:49:21.525Z | net/textproto |
| 856 | 2026-07-09T21:49:21.525Z | crypto/x509 |
| 857 | 2026-07-09T21:49:21.556Z | vendor/golang.org/x/net/http/httpguts |
| 858 | 2026-07-09T21:49:21.560Z | mime/multipart |
| 859 | 2026-07-09T21:49:21.615Z | vendor/golang.org/x/net/http/httpproxy |
| 860 | 2026-07-09T21:49:21.619Z | net/textproto |
| 861 | 2026-07-09T21:49:21.619Z | crypto/x509 |
| 862 | 2026-07-09T21:49:21.624Z | github.com/cockroachdb/cockroach/pkg/roachprod/vm/aws/terraformgen |
| 863 | 2026-07-09T21:49:21.628Z | google.golang.org/protobuf/internal/flags |
| 864 | 2026-07-09T21:49:21.628Z | go.opencensus.io |
| 865 | 2026-07-09T21:49:21.628Z | go.opencensus.io/trace/internal |
| 866 | 2026-07-09T21:49:21.628Z | github.com/golang/groupcache/lru |
| 867 | 2026-07-09T21:49:21.628Z | github.com/twitchtv/twirp/internal/contextkeys |
| 868 | 2026-07-09T21:49:21.628Z | google.golang.org/protobuf/internal/set |
| 869 | 2026-07-09T21:49:21.628Z | google.golang.org/grpc/serviceconfig |
| 870 | 2026-07-09T21:49:21.632Z | go.opencensus.io/internal/tagencoding |
| 871 | 2026-07-09T21:49:21.635Z | github.com/spf13/pflag |
| 872 | 2026-07-09T21:49:21.659Z | golang.org/x/sys/internal/unsafeheader |
| 873 | 2026-07-09T21:49:21.675Z | vendor/golang.org/x/net/http/httpguts |
| 874 | 2026-07-09T21:49:21.736Z | github.com/klauspost/compress |
| 875 | 2026-07-09T21:49:21.755Z | google.golang.org/protobuf/internal/pragma |
| 876 | 2026-07-09T21:49:21.758Z | google.golang.org/grpc/internal/buffer |
| 877 | 2026-07-09T21:49:21.758Z | google.golang.org/grpc/internal/grpcsync |
| 878 | 2026-07-09T21:49:21.776Z | hash/fnv |
| 879 | 2026-07-09T21:49:21.792Z | html |
| 880 | 2026-07-09T21:49:21.792Z | google.golang.org/grpc/encoding |
| 881 | 2026-07-09T21:49:21.796Z | golang.org/x/text/transform |
| 882 | 2026-07-09T21:49:21.800Z | google.golang.org/grpc/backoff |
| 883 | 2026-07-09T21:49:21.800Z | google.golang.org/grpc/internal/grpcrand |
| 884 | 2026-07-09T21:49:21.800Z | go.uber.org/zap/buffer |
| 885 | 2026-07-09T21:49:21.803Z | github.com/klauspost/compress/zstd/internal/xxhash |
| 886 | 2026-07-09T21:49:21.803Z | google.golang.org/grpc/keepalive |
| 887 | 2026-07-09T21:49:21.803Z | github.com/klauspost/compress/internal/snapref |
| 888 | 2026-07-09T21:49:21.803Z | google.golang.org/grpc/tap |
| 889 | 2026-07-09T21:49:21.803Z | crypto/tls |
| 890 | 2026-07-09T21:49:21.824Z | golang.org/x/sync/errgroup |
| 891 | 2026-07-09T21:49:21.888Z | go.uber.org/zap/internal/bufferpool |
| 892 | 2026-07-09T21:49:21.909Z | google.golang.org/grpc/internal/backoff |
| 893 | 2026-07-09T21:49:21.913Z | google.golang.org/protobuf/internal/detrand |
| 894 | 2026-07-09T21:49:21.916Z | os/signal |
| 895 | 2026-07-09T21:49:21.916Z | github.com/bufbuild/buf/private/usage |
| 896 | 2026-07-09T21:49:21.919Z | go.uber.org/atomic |
| 897 | 2026-07-09T21:49:21.919Z | gopkg.in/yaml.v3 |
| 898 | 2026-07-09T21:49:21.919Z | google.golang.org/protobuf/internal/version |
| 899 | 2026-07-09T21:49:21.919Z | go.opencensus.io/internal |
| 900 | 2026-07-09T21:49:21.919Z | go.opencensus.io/trace/tracestate |
| 901 | 2026-07-09T21:49:21.925Z | crypto/tls |
| 902 | 2026-07-09T21:49:21.962Z | go.uber.org/zap/internal/exit |
| 903 | 2026-07-09T21:49:21.972Z | go.uber.org/zap/internal/color |
| 904 | 2026-07-09T21:49:21.978Z | runtime/trace |
| 905 | 2026-07-09T21:49:21.996Z | google.golang.org/protobuf/internal/errors |
| 906 | 2026-07-09T21:49:22.000Z | database/sql/driver |
| 907 | 2026-07-09T21:49:22.029Z | github.com/bufbuild/buf/private/pkg/protoversion |
| 908 | 2026-07-09T21:49:22.032Z | github.com/bufbuild/buf/private/pkg/diff |
| 909 | 2026-07-09T21:49:22.032Z | github.com/bufbuild/buf/private/bufpkg/bufanalysis |
| 910 | 2026-07-09T21:49:22.032Z | github.com/bufbuild/buf/private/pkg/netextended |
| 911 | 2026-07-09T21:49:22.033Z | github.com/bufbuild/buf/private/pkg/stringutil |
| 912 | 2026-07-09T21:49:22.036Z | github.com/bgentry/go-netrc/netrc |
| 913 | 2026-07-09T21:49:22.036Z | crypto/tls |
| 914 | 2026-07-09T21:49:22.036Z | github.com/bufbuild/buf/private/pkg/osextended |
| 915 | 2026-07-09T21:49:22.036Z | go.uber.org/multierr |
| 916 | 2026-07-09T21:49:22.067Z | google.golang.org/protobuf/encoding/protowire |
| 917 | 2026-07-09T21:49:22.102Z | go.opencensus.io/trace |
| 918 | 2026-07-09T21:49:22.107Z | github.com/bufbuild/buf/private/pkg/interrupt |
| 919 | 2026-07-09T21:49:22.111Z | github.com/klauspost/compress/flate |
| 920 | 2026-07-09T21:49:22.111Z | github.com/bufbuild/buf/private/buf/bufcheck |
| 921 | 2026-07-09T21:49:22.111Z | github.com/bufbuild/buf/private/pkg/ioextended |
| 922 | 2026-07-09T21:49:22.111Z | github.com/bufbuild/buf/private/pkg/thread |
| 923 | 2026-07-09T21:49:22.111Z | go.uber.org/zap/zapcore |
| 924 | 2026-07-09T21:49:22.115Z | github.com/gofrs/uuid |
| 925 | 2026-07-09T21:49:22.158Z | github.com/bufbuild/buf/private/pkg/normalpath |
| 926 | 2026-07-09T21:49:22.163Z | github.com/bufbuild/buf/private/pkg/filepathextended |
| 927 | 2026-07-09T21:49:22.163Z | github.com/klauspost/compress/fse |
| 928 | 2026-07-09T21:49:22.167Z | github.com/jhump/protoreflect/desc/protoparse/ast |
| 929 | 2026-07-09T21:49:22.196Z | google.golang.org/protobuf/reflect/protoreflect |
| 930 | 2026-07-09T21:49:22.206Z | github.com/bufbuild/buf/private/pkg/app |
| 931 | 2026-07-09T21:49:22.243Z | github.com/bufbuild/buf/private/pkg/storage/storageutil |
| 932 | 2026-07-09T21:49:22.253Z | github.com/bufbuild/buf/private/bufpkg/bufmodule/internal |
| 933 | 2026-07-09T21:49:22.267Z | text/scanner |
| 934 | 2026-07-09T21:49:22.280Z | github.com/bufbuild/buf/private/pkg/netrc |
| 935 | 2026-07-09T21:49:22.291Z | github.com/bufbuild/buf/private/pkg/encoding |
| 936 | 2026-07-09T21:49:22.300Z | github.com/klauspost/compress/huff0 |
| 937 | 2026-07-09T21:49:22.355Z | github.com/bufbuild/buf/private/pkg/uuidutil |
| 938 | 2026-07-09T21:49:22.391Z | net/http/httptrace |
| 939 | 2026-07-09T21:49:22.414Z | github.com/bufbuild/buf/private/pkg/app/appname |
| 940 | 2026-07-09T21:49:22.420Z | golang.org/x/net/internal/timeseries |
| 941 | 2026-07-09T21:49:22.433Z | net/http/internal/httpcommon |
| 942 | 2026-07-09T21:49:22.437Z | github.com/bufbuild/buf/private/pkg/storage |
| 943 | 2026-07-09T21:49:22.437Z | google.golang.org/grpc/internal/grpclog |
| 944 | 2026-07-09T21:49:22.437Z | html/template |
| 945 | 2026-07-09T21:49:22.444Z | github.com/bufbuild/buf/private/pkg/tmp |
| 946 | 2026-07-09T21:49:22.454Z | github.com/klauspost/compress/zip |
| 947 | 2026-07-09T21:49:22.458Z | github.com/klauspost/pgzip |
| 948 | 2026-07-09T21:49:22.459Z | google.golang.org/grpc/attributes |
| 949 | 2026-07-09T21:49:22.487Z | google.golang.org/protobuf/internal/encoding/messageset |
| 950 | 2026-07-09T21:49:22.493Z | google.golang.org/protobuf/internal/order |
| 951 | 2026-07-09T21:49:22.493Z | google.golang.org/protobuf/internal/strs |
| 952 | 2026-07-09T21:49:22.493Z | net/http |
| 953 | 2026-07-09T21:49:22.500Z | google.golang.org/protobuf/internal/genid |
| 954 | 2026-07-09T21:49:22.501Z | google.golang.org/protobuf/runtime/protoiface |
| 955 | 2026-07-09T21:49:22.520Z | google.golang.org/protobuf/internal/descfmt |
| 956 | 2026-07-09T21:49:22.527Z | os/user |
| 957 | 2026-07-09T21:49:22.527Z | google.golang.org/protobuf/internal/descopts |
| 958 | 2026-07-09T21:49:22.534Z | github.com/klauspost/compress/zstd |
| 959 | 2026-07-09T21:49:22.534Z | google.golang.org/grpc/grpclog |
| 960 | 2026-07-09T21:49:22.534Z | net/http/httptrace |
| 961 | 2026-07-09T21:49:22.547Z | google.golang.org/protobuf/internal/encoding/text |
| 962 | 2026-07-09T21:49:22.569Z | google.golang.org/protobuf/internal/encoding/json |
| 963 | 2026-07-09T21:49:22.574Z | net/http |
| 964 | 2026-07-09T21:49:22.577Z | google.golang.org/grpc/metadata |
| 965 | 2026-07-09T21:49:22.577Z | google.golang.org/grpc/codes |
| 966 | 2026-07-09T21:49:22.589Z | google.golang.org/protobuf/reflect/protoregistry |
| 967 | 2026-07-09T21:49:22.595Z | google.golang.org/grpc/internal/envconfig |
| 968 | 2026-07-09T21:49:22.607Z | github.com/bufbuild/buf/private/bufpkg/buflock |
| 969 | 2026-07-09T21:49:22.612Z | github.com/bufbuild/buf/private/pkg/storage/storagemem |
| 970 | 2026-07-09T21:49:22.612Z | github.com/bufbuild/buf/private/pkg/storage/storageos |
| 971 | 2026-07-09T21:49:22.626Z | google.golang.org/grpc/connectivity |
| 972 | 2026-07-09T21:49:22.630Z | google.golang.org/grpc/internal/balancerload |
| 973 | 2026-07-09T21:49:22.686Z | golang.org/x/text/unicode/bidi |
| 974 | 2026-07-09T21:49:22.687Z | golang.org/x/net/http2/hpack |
| 975 | 2026-07-09T21:49:22.695Z | google.golang.org/protobuf/proto |
| 976 | 2026-07-09T21:49:22.695Z | google.golang.org/grpc/internal/syscall |
| 977 | 2026-07-09T21:49:22.703Z | golang.org/x/text/unicode/norm |
| 978 | 2026-07-09T21:49:22.703Z | google.golang.org/grpc/stats |
| 979 | 2026-07-09T21:49:22.703Z | github.com/bufbuild/buf/private/gen/data/datawkt |
| 980 | 2026-07-09T21:49:22.721Z | github.com/bufbuild/buf/private/pkg/rpc |
| 981 | 2026-07-09T21:49:22.754Z | github.com/bufbuild/buf/private/pkg/rpc/rpcheader |
| 982 | 2026-07-09T21:49:22.754Z | google.golang.org/protobuf/internal/encoding/defval |
| 983 | 2026-07-09T21:49:22.763Z | go.opencensus.io/resource |
| 984 | 2026-07-09T21:49:22.767Z | runtime/pprof |
| 985 | 2026-07-09T21:49:22.780Z | google.golang.org/grpc/encoding/gzip |
| 986 | 2026-07-09T21:49:22.804Z | golang.org/x/text/secure/bidirule |
| 987 | 2026-07-09T21:49:22.804Z | github.com/gofrs/flock |
| 988 | 2026-07-09T21:49:22.826Z | github.com/bufbuild/buf/private/pkg/verbose |
| 989 | 2026-07-09T21:49:22.827Z | archive/tar |
| 990 | 2026-07-09T21:49:22.835Z | go.opencensus.io/metric/metricdata |
| 991 | 2026-07-09T21:49:22.835Z | github.com/bufbuild/buf/private/bufpkg/bufrpc |
| 992 | 2026-07-09T21:49:22.835Z | google.golang.org/protobuf/encoding/prototext |
| 993 | 2026-07-09T21:49:22.839Z | github.com/bufbuild/buf/private/bufpkg/buftransport |
| 994 | 2026-07-09T21:49:22.839Z | google.golang.org/protobuf/internal/filedesc |
| 995 | 2026-07-09T21:49:22.869Z | github.com/spf13/pflag |
| 996 | 2026-07-09T21:49:22.879Z | github.com/bufbuild/buf/private/pkg/app/appverbose |
| 997 | 2026-07-09T21:49:22.888Z | golang.org/x/sys/unix |
| 998 | 2026-07-09T21:49:22.898Z | github.com/bufbuild/buf/private/pkg/filelock |
| 999 | 2026-07-09T21:49:22.907Z | github.com/bufbuild/buf/private/pkg/cert/certclient |
| 1000 | 2026-07-09T21:49:22.907Z | google.golang.org/grpc/internal/credentials |
| 1001 | 2026-07-09T21:49:22.954Z | go.opencensus.io/metric/metricproducer |
| 1002 | 2026-07-09T21:49:22.954Z | github.com/bufbuild/buf/private/buf/bufapp |
| 1003 | 2026-07-09T21:49:22.959Z | golang.org/x/net/idna |
| 1004 | 2026-07-09T21:49:22.991Z | net/http |
| 1005 | 2026-07-09T21:49:23.005Z | go.opencensus.io/tag |
| 1006 | 2026-07-09T21:49:23.009Z | github.com/pkg/profile |
| 1007 | 2026-07-09T21:49:23.048Z | github.com/bufbuild/buf/private/pkg/storage/storagearchive |
| 1008 | 2026-07-09T21:49:23.086Z | go.opencensus.io/stats/internal |
| 1009 | 2026-07-09T21:49:23.118Z | golang.org/x/net/http/httpguts |
| 1010 | 2026-07-09T21:49:23.126Z | go.opencensus.io/stats |
| 1011 | 2026-07-09T21:49:23.161Z | go.opencensus.io/stats/view |
| 1012 | 2026-07-09T21:49:23.199Z | github.com/spf13/cobra |
| 1013 | 2026-07-09T21:49:23.203Z | golang.org/x/term |
| 1014 | 2026-07-09T21:49:23.244Z | google.golang.org/protobuf/internal/encoding/tag |
| 1015 | 2026-07-09T21:49:23.252Z | google.golang.org/protobuf/encoding/protojson |
| 1016 | 2026-07-09T21:49:23.358Z | google.golang.org/protobuf/internal/impl |
| 1017 | 2026-07-09T21:49:23.415Z | github.com/bufbuild/buf/private/pkg/app/appcmd |
| 1018 | 2026-07-09T21:49:23.570Z | net/http/httputil |
| 1019 | 2026-07-09T21:49:23.570Z | github.com/getsentry/sentry-go/internal/ratelimit |
| 1020 | 2026-07-09T21:49:23.577Z | net/http/httputil |
| 1021 | 2026-07-09T21:49:23.580Z | github.com/getsentry/sentry-go/internal/ratelimit |
| 1022 | 2026-07-09T21:49:23.673Z | github.com/getsentry/sentry-go/internal/debug |
| 1023 | 2026-07-09T21:49:23.673Z | github.com/getsentry/sentry-go/internal/debug |
| 1024 | 2026-07-09T21:49:23.705Z | github.com/getsentry/sentry-go |
| 1025 | 2026-07-09T21:49:23.709Z | github.com/getsentry/sentry-go |
| 1026 | 2026-07-09T21:49:23.888Z | google.golang.org/protobuf/internal/filetype |
| 1027 | 2026-07-09T21:49:23.934Z | github.com/cockroachdb/errors/withstack |
| 1028 | 2026-07-09T21:49:23.941Z | github.com/cockroachdb/errors/withstack |
| 1029 | 2026-07-09T21:49:23.947Z | google.golang.org/protobuf/runtime/protoimpl |
| 1030 | 2026-07-09T21:49:23.972Z | github.com/cockroachdb/errors/report |
| 1031 | 2026-07-09T21:49:23.976Z | github.com/cockroachdb/errors/errutil |
| 1032 | 2026-07-09T21:49:23.980Z | github.com/cockroachdb/errors/report |
| 1033 | 2026-07-09T21:49:23.980Z | github.com/cockroachdb/errors/errutil |
| 1034 | 2026-07-09T21:49:23.983Z | google.golang.org/protobuf/types/descriptorpb |
| 1035 | 2026-07-09T21:49:23.983Z | google.golang.org/protobuf/types/known/durationpb |
| 1036 | 2026-07-09T21:49:23.983Z | google.golang.org/protobuf/types/known/timestamppb |
| 1037 | 2026-07-09T21:49:23.983Z | google.golang.org/protobuf/types/known/structpb |
| 1038 | 2026-07-09T21:49:23.984Z | google.golang.org/protobuf/types/known/emptypb |
| 1039 | 2026-07-09T21:49:23.984Z | google.golang.org/protobuf/types/known/fieldmaskpb |
| 1040 | 2026-07-09T21:49:23.984Z | google.golang.org/protobuf/types/known/anypb |
| 1041 | 2026-07-09T21:49:23.984Z | google.golang.org/protobuf/types/known/sourcecontextpb |
| 1042 | 2026-07-09T21:49:23.984Z | google.golang.org/protobuf/types/known/wrapperspb |
| 1043 | 2026-07-09T21:49:23.984Z | google.golang.org/protobuf/types/dynamicpb |
| 1044 | 2026-07-09T21:49:24.042Z | github.com/twitchtv/twirp/ctxsetters |
| 1045 | 2026-07-09T21:49:24.047Z | github.com/twitchtv/twirp |
| 1046 | 2026-07-09T21:49:24.047Z | golang.org/x/net/trace |
| 1047 | 2026-07-09T21:49:24.047Z | golang.org/x/net/http2 |
| 1048 | 2026-07-09T21:49:24.048Z | go.uber.org/zap |
| 1049 | 2026-07-09T21:49:24.048Z | github.com/bufbuild/buf/private/pkg/httpauth |
| 1050 | 2026-07-09T21:49:24.048Z | github.com/bufbuild/buf/private/gen/proto/go/buf/alpha/module/v1alpha1 |
| 1051 | 2026-07-09T21:49:24.052Z | github.com/cockroachdb/errors |
| 1052 | 2026-07-09T21:49:24.052Z | github.com/cockroachdb/errors |
| 1053 | 2026-07-09T21:49:24.058Z | github.com/bufbuild/buf/private/pkg/prototime |
| 1054 | 2026-07-09T21:49:24.086Z | github.com/golang/protobuf/ptypes/timestamp |
| 1055 | 2026-07-09T21:49:24.086Z | github.com/golang/protobuf/ptypes/wrappers |
| 1056 | 2026-07-09T21:49:24.090Z | github.com/golang/protobuf/ptypes/any |
| 1057 | 2026-07-09T21:49:24.090Z | github.com/golang/protobuf/ptypes/empty |
| 1058 | 2026-07-09T21:49:24.091Z | github.com/golang/protobuf/ptypes/struct |
| 1059 | 2026-07-09T21:49:24.112Z | github.com/cockroachdb/errors/oserror |
| 1060 | 2026-07-09T21:49:24.118Z | github.com/cockroachdb/cockroach/pkg/sql/opt/optgen/lang |
| 1061 | 2026-07-09T21:49:24.125Z | google.golang.org/protobuf/types/known/typepb |
| 1062 | 2026-07-09T21:49:24.132Z | google.golang.org/genproto/protobuf/source_context |
| 1063 | 2026-07-09T21:49:24.132Z | google.golang.org/genproto/protobuf/field_mask |
| 1064 | 2026-07-09T21:49:24.132Z | github.com/golang/protobuf/ptypes/duration |
| 1065 | 2026-07-09T21:49:24.142Z | github.com/cockroachdb/cockroach/pkg/cmd/uptodate |
| 1066 | 2026-07-09T21:49:24.183Z | go.opencensus.io/trace/propagation |
| 1067 | 2026-07-09T21:49:24.191Z | google.golang.org/genproto/googleapis/rpc/status |
| 1068 | 2026-07-09T21:49:24.195Z | github.com/bufbuild/buf/private/pkg/rpc/rpchttp |
| 1069 | 2026-07-09T21:49:24.195Z | github.com/bufbuild/buf/private/pkg/rpc/rpctwirp |
| 1070 | 2026-07-09T21:49:24.195Z | github.com/bufbuild/buf/private/pkg/rpc/rpcauth |
| 1071 | 2026-07-09T21:49:24.227Z | google.golang.org/protobuf/types/pluginpb |
| 1072 | 2026-07-09T21:49:24.231Z | github.com/golang/protobuf/protoc-gen-go/descriptor |
| 1073 | 2026-07-09T21:49:24.231Z | github.com/bufbuild/buf/private/gen/proto/go/buf/alpha/image/v1 |
| 1074 | 2026-07-09T21:49:24.249Z | google.golang.org/protobuf/reflect/protodesc |
| 1075 | 2026-07-09T21:49:24.253Z | go.opencensus.io/plugin/ochttp/propagation/b3 |
| 1076 | 2026-07-09T21:49:24.253Z | github.com/bufbuild/buf/private/pkg/transport/twirp/twirpclient |
| 1077 | 2026-07-09T21:49:24.283Z | google.golang.org/protobuf/types/known/apipb |
| 1078 | 2026-07-09T21:49:24.292Z | google.golang.org/genproto/protobuf/ptype |
| 1079 | 2026-07-09T21:49:24.297Z | github.com/golang/protobuf/protoc-gen-go/plugin |
| 1080 | 2026-07-09T21:49:24.297Z | github.com/bufbuild/buf/private/pkg/protodescriptor |
| 1081 | 2026-07-09T21:49:24.297Z | github.com/bufbuild/buf/private/pkg/git |
| 1082 | 2026-07-09T21:49:24.297Z | github.com/bufbuild/buf/private/pkg/zaputil |
| 1083 | 2026-07-09T21:49:24.322Z | go.opencensus.io/plugin/ochttp |
| 1084 | 2026-07-09T21:49:24.339Z | google.golang.org/genproto/protobuf/api |
| 1085 | 2026-07-09T21:49:24.348Z | github.com/cockroachdb/cockroach/pkg/sql/opt/optgen/cmd/optgen |
| 1086 | 2026-07-09T21:49:24.358Z | github.com/bufbuild/buf/private/pkg/app/applog |
| 1087 | 2026-07-09T21:49:24.365Z | github.com/bufbuild/buf/private/bufpkg/bufmodule |
| 1088 | 2026-07-09T21:49:24.370Z | github.com/bufbuild/buf/private/pkg/protosource |
| 1089 | 2026-07-09T21:49:24.391Z | github.com/bufbuild/buf/private/pkg/protoencoding |
| 1090 | 2026-07-09T21:49:24.394Z | github.com/golang/protobuf/proto |
| 1091 | 2026-07-09T21:49:24.446Z | github.com/bufbuild/buf/private/pkg/app/appproto |
| 1092 | 2026-07-09T21:49:24.482Z | github.com/bufbuild/buf/private/pkg/observability |
| 1093 | 2026-07-09T21:49:24.533Z | github.com/bufbuild/buf/private/bufpkg/bufmodule/bufmoduleconfig |
| 1094 | 2026-07-09T21:49:24.538Z | github.com/bufbuild/buf/private/bufpkg/bufimage |
| 1095 | 2026-07-09T21:49:24.538Z | github.com/bufbuild/buf/private/bufpkg/bufmodule/bufmodulecache |
| 1096 | 2026-07-09T21:49:24.538Z | github.com/bufbuild/buf/private/buf/buffetch/internal |
| 1097 | 2026-07-09T21:49:24.538Z | github.com/bufbuild/buf/private/pkg/transport/http/httpclient |
| 1098 | 2026-07-09T21:49:24.538Z | github.com/bufbuild/buf/private/pkg/observability/observabilityzap |
| 1099 | 2026-07-09T21:49:24.538Z | github.com/bufbuild/buf/private/pkg/app/appproto/appprotoexec |
| 1100 | 2026-07-09T21:49:24.551Z | github.com/bufbuild/buf/private/bufpkg/bufmodule/bufmodulebuild |
| 1101 | 2026-07-09T21:49:24.572Z | github.com/bufbuild/buf/private/pkg/app/appflag |
| 1102 | 2026-07-09T21:49:24.591Z | github.com/bufbuild/buf/private/bufpkg/bufimage/bufimagemodify |
| 1103 | 2026-07-09T21:49:24.619Z | github.com/bufbuild/buf/private/pkg/app/appproto/appprotoos |
| 1104 | 2026-07-09T21:49:24.638Z | github.com/bufbuild/buf/private/bufpkg/bufimage/bufimageutil |
| 1105 | 2026-07-09T21:49:24.643Z | github.com/bufbuild/buf/private/buf/bufcheck/internal |
| 1106 | 2026-07-09T21:49:24.655Z | github.com/golang/protobuf/jsonpb |
| 1107 | 2026-07-09T21:49:24.655Z | google.golang.org/grpc/binarylog/grpc_binarylog_v1 |
| 1108 | 2026-07-09T21:49:24.659Z | github.com/jhump/protoreflect/internal |
| 1109 | 2026-07-09T21:49:24.659Z | google.golang.org/grpc/credentials |
| 1110 | 2026-07-09T21:49:24.659Z | google.golang.org/grpc/encoding/proto |
| 1111 | 2026-07-09T21:49:24.659Z | github.com/jhump/protoreflect/internal/codec |
| 1112 | 2026-07-09T21:49:24.662Z | github.com/golang/protobuf/ptypes |
| 1113 | 2026-07-09T21:49:24.713Z | [ 2%] Building C object src/CMakeFiles/proj.dir/PJ_august.c.o |
| 1114 | 2026-07-09T21:49:24.713Z | [ 2%] Building C object src/CMakeFiles/proj.dir/PJ_bonne.c.o |
| 1115 | 2026-07-09T21:49:24.717Z | [ 3%] Building C object src/CMakeFiles/proj.dir/PJ_aea.c.o |
| 1116 | 2026-07-09T21:49:24.717Z | [ 3%] Building C object src/CMakeFiles/proj.dir/PJ_aitoff.c.o |
| 1117 | 2026-07-09T21:49:24.717Z | [ 3%] Building C object src/CMakeFiles/proj.dir/PJ_calcofi.c.o |
| 1118 | 2026-07-09T21:49:24.717Z | [ 3%] Building C object src/CMakeFiles/proj.dir/PJ_airy.c.o |
| 1119 | 2026-07-09T21:49:24.717Z | github.com/bufbuild/buf/private/buf/bufcheck/buflint/internal/buflintcheck |
| 1120 | 2026-07-09T21:49:24.717Z | [ 3%] Building C object src/CMakeFiles/proj.dir/PJ_boggs.c.o |
| 1121 | 2026-07-09T21:49:24.717Z | [ 4%] Building C object src/CMakeFiles/proj.dir/PJ_bipc.c.o |
| 1122 | 2026-07-09T21:49:24.717Z | [ 5%] Building C object src/CMakeFiles/proj.dir/nad_init.c.o |
| 1123 | 2026-07-09T21:49:24.717Z | github.com/bufbuild/buf/private/buf/bufcheck/bufbreaking/internal/bufbreakingcheck |
| 1124 | 2026-07-09T21:49:24.717Z | [ 2%] Building C object src/CMakeFiles/proj.dir/PJ_bacon.c.o |
| 1125 | 2026-07-09T21:49:24.723Z | [ 6%] Building C object src/CMakeFiles/proj.dir/PJ_cass.c.o |
| 1126 | 2026-07-09T21:49:24.723Z | [ 6%] Building C object src/CMakeFiles/proj.dir/PJ_cc.c.o |
| 1127 | 2026-07-09T21:49:24.723Z | [ 7%] Building C object src/CMakeFiles/proj.dir/PJ_aeqd.c.o |
| 1128 | 2026-07-09T21:49:24.749Z | [ 1%] Building CXX object CMakeFiles/geos.dir/src/algorithm/Angle.cpp.o |
| 1129 | 2026-07-09T21:49:24.759Z | google.golang.org/grpc/internal/status |
| 1130 | 2026-07-09T21:49:24.778Z | [ 8%] Building C object src/CMakeFiles/proj.dir/PJ_chamb.c.o |
| 1131 | 2026-07-09T21:49:24.781Z | [ 9%] Building C object src/CMakeFiles/proj.dir/PJ_cea.c.o |
| 1132 | 2026-07-09T21:49:24.785Z | [ 9%] Building C object src/CMakeFiles/proj.dir/PJ_collg.c.o |
| 1133 | 2026-07-09T21:49:24.791Z | [ 10%] Building C object src/CMakeFiles/proj.dir/PJ_comill.c.o |
| 1134 | 2026-07-09T21:49:24.794Z | [ 10%] Building C object src/CMakeFiles/proj.dir/PJ_crast.c.o |
| 1135 | 2026-07-09T21:49:24.794Z | [ 1%] Building CXX object CMakeFiles/geos.dir/src/algorithm/Area.cpp.o |
| 1136 | 2026-07-09T21:49:24.798Z | google.golang.org/grpc/resolver |
| 1137 | 2026-07-09T21:49:24.798Z | google.golang.org/grpc/peer |
| 1138 | 2026-07-09T21:49:24.798Z | google.golang.org/grpc/internal/channelz |
| 1139 | 2026-07-09T21:49:24.798Z | [ 11%] Building C object src/CMakeFiles/proj.dir/PJ_denoy.c.o |
| 1140 | 2026-07-09T21:49:24.801Z | [ 11%] Building C object src/CMakeFiles/proj.dir/PJ_eck1.c.o |
| 1141 | 2026-07-09T21:49:24.805Z | [ 13%] Building C object src/CMakeFiles/proj.dir/PJ_eck2.c.o |
| 1142 | 2026-07-09T21:49:24.812Z | [ 13%] Building C object src/CMakeFiles/proj.dir/PJ_eck3.c.o |
| 1143 | 2026-07-09T21:49:24.820Z | [ 14%] Building C object src/CMakeFiles/proj.dir/PJ_eck4.c.o |
| 1144 | 2026-07-09T21:49:24.827Z | [ 14%] Building C object src/CMakeFiles/proj.dir/PJ_eck5.c.o |
| 1145 | 2026-07-09T21:49:24.852Z | [ 15%] Building C object src/CMakeFiles/proj.dir/PJ_eqc.c.o |
| 1146 | 2026-07-09T21:49:24.856Z | [ 15%] Building C object src/CMakeFiles/proj.dir/PJ_fahey.c.o |
| 1147 | 2026-07-09T21:49:24.856Z | [ 16%] Building C object src/CMakeFiles/proj.dir/PJ_eqdc.c.o |
| 1148 | 2026-07-09T21:49:24.861Z | [ 17%] Building C object src/CMakeFiles/proj.dir/PJ_fouc_s.c.o |
| 1149 | 2026-07-09T21:49:24.861Z | [ 1%] Building CXX object CMakeFiles/geos.dir/src/algorithm/BoundaryNodeRule.cpp.o |
| 1150 | 2026-07-09T21:49:24.865Z | [ 17%] Building C object src/CMakeFiles/proj.dir/PJ_gall.c.o |
| 1151 | 2026-07-09T21:49:24.869Z | [ 1%] Building CXX object CMakeFiles/geos.dir/src/algorithm/CGAlgorithmsDD.cpp.o |
| 1152 | 2026-07-09T21:49:24.877Z | [ 1%] Building CXX object CMakeFiles/geos.dir/src/algorithm/Centroid.cpp.o |
| 1153 | 2026-07-09T21:49:24.881Z | google.golang.org/grpc/status |
| 1154 | 2026-07-09T21:49:24.884Z | [ 18%] Building C object src/CMakeFiles/proj.dir/PJ_geos.c.o |
| 1155 | 2026-07-09T21:49:24.888Z | [ 18%] Building C object src/CMakeFiles/proj.dir/PJ_gins8.c.o |
| 1156 | 2026-07-09T21:49:24.895Z | [ 19%] Building C object src/CMakeFiles/proj.dir/PJ_gnom.c.o |
| 1157 | 2026-07-09T21:49:24.899Z | [ 19%] Building C object src/CMakeFiles/proj.dir/PJ_gn_sinu.c.o |
| 1158 | 2026-07-09T21:49:24.911Z | google.golang.org/grpc/internal |
| 1159 | 2026-07-09T21:49:24.915Z | google.golang.org/grpc/balancer/grpclb/state |
| 1160 | 2026-07-09T21:49:24.915Z | google.golang.org/grpc/internal/grpcutil |
| 1161 | 2026-07-09T21:49:24.915Z | google.golang.org/grpc/internal/resolver/passthrough |
| 1162 | 2026-07-09T21:49:24.915Z | google.golang.org/grpc/internal/transport/networktype |
| 1163 | 2026-07-09T21:49:24.915Z | [ 20%] Building C object src/CMakeFiles/proj.dir/PJ_goode.c.o |
| 1164 | 2026-07-09T21:49:24.915Z | google.golang.org/grpc/internal/metadata |
| 1165 | 2026-07-09T21:49:24.919Z | [ 21%] Building C object src/CMakeFiles/proj.dir/PJ_gstmerc.c.o |
| 1166 | 2026-07-09T21:49:24.919Z | [ 21%] Building C object src/CMakeFiles/proj.dir/PJ_hammer.c.o |
| 1167 | 2026-07-09T21:49:24.930Z | [ 22%] Building C object src/CMakeFiles/proj.dir/PJ_hatano.c.o |
| 1168 | 2026-07-09T21:49:24.933Z | github.com/bufbuild/buf/private/buf/bufcheck/buflint/internal/buflintbuild |
| 1169 | 2026-07-09T21:49:24.933Z | [ 22%] Building C object src/CMakeFiles/proj.dir/PJ_igh.c.o |
| 1170 | 2026-07-09T21:49:24.937Z | [ 23%] Building C object src/CMakeFiles/proj.dir/PJ_isea.c.o |
| 1171 | 2026-07-09T21:49:24.964Z | [ 23%] Building C object src/CMakeFiles/proj.dir/PJ_imw_p.c.o |
| 1172 | 2026-07-09T21:49:24.972Z | [ 3%] Building CXX object CMakeFiles/geos.dir/src/algorithm/ConvexHull.cpp.o |
| 1173 | 2026-07-09T21:49:24.972Z | [ 25%] Building C object src/CMakeFiles/proj.dir/PJ_krovak.c.o |
| 1174 | 2026-07-09T21:49:24.983Z | google.golang.org/grpc/internal/resolver/dns |
| 1175 | 2026-07-09T21:49:24.984Z | google.golang.org/grpc/balancer |
| 1176 | 2026-07-09T21:49:24.984Z | [ 25%] Building C object src/CMakeFiles/proj.dir/PJ_labrd.c.o |
| 1177 | 2026-07-09T21:49:24.984Z | go.opencensus.io/plugin/ocgrpc |
| 1178 | 2026-07-09T21:49:24.984Z | [ 26%] Building C object src/CMakeFiles/proj.dir/PJ_laea.c.o |
| 1179 | 2026-07-09T21:49:24.984Z | [ 26%] Building C object src/CMakeFiles/proj.dir/PJ_lagrng.c.o |
| 1180 | 2026-07-09T21:49:24.991Z | google.golang.org/grpc/internal/resolver/unix |
| 1181 | 2026-07-09T21:49:24.996Z | [ 27%] Building C object src/CMakeFiles/proj.dir/PJ_larr.c.o |
| 1182 | 2026-07-09T21:49:25.007Z | google.golang.org/grpc/internal/binarylog |
| 1183 | 2026-07-09T21:49:25.011Z | google.golang.org/grpc/internal/transport |
| 1184 | 2026-07-09T21:49:25.015Z | [ 28%] Building C object src/CMakeFiles/proj.dir/PJ_lask.c.o |
| 1185 | 2026-07-09T21:49:25.021Z | github.com/bufbuild/buf/private/buf/bufcheck/buflint/internal/buflintv1beta1 |
| 1186 | 2026-07-09T21:49:25.041Z | [ 28%] Building C object src/CMakeFiles/proj.dir/PJ_lcca.c.o |
| 1187 | 2026-07-09T21:49:25.046Z | [ 29%] Building C object src/CMakeFiles/proj.dir/PJ_lcc.c.o |
| 1188 | 2026-07-09T21:49:25.046Z | github.com/bufbuild/buf/private/buf/bufcheck/buflint/internal/buflintv1 |
| 1189 | 2026-07-09T21:49:25.051Z | [ 29%] Building C object src/CMakeFiles/proj.dir/PJ_loxim.c.o |
| 1190 | 2026-07-09T21:49:25.051Z | [ 30%] Building C object src/CMakeFiles/proj.dir/PJ_lsat.c.o |
| 1191 | 2026-07-09T21:49:25.052Z | [ 30%] Building C object src/CMakeFiles/proj.dir/PJ_misrsom.c.o |
| 1192 | 2026-07-09T21:49:25.056Z | google.golang.org/grpc/internal/serviceconfig |
| 1193 | 2026-07-09T21:49:25.056Z | google.golang.org/grpc/balancer/base |
| 1194 | 2026-07-09T21:49:25.059Z | [ 31%] Building C object src/CMakeFiles/proj.dir/PJ_mbt_fps.c.o |
| 1195 | 2026-07-09T21:49:25.068Z | [ 31%] Building C object src/CMakeFiles/proj.dir/PJ_mbtfpp.c.o |
| 1196 | 2026-07-09T21:49:25.072Z | github.com/jhump/protoreflect/desc/internal |
| 1197 | 2026-07-09T21:49:25.090Z | [ 32%] Building C object src/CMakeFiles/proj.dir/PJ_mbtfpq.c.o |
| 1198 | 2026-07-09T21:49:25.102Z | [ 33%] Building C object src/CMakeFiles/proj.dir/PJ_merc.c.o |
| 1199 | 2026-07-09T21:49:25.108Z | google.golang.org/grpc/internal/resolver |
| 1200 | 2026-07-09T21:49:25.114Z | [ 33%] Building C object src/CMakeFiles/proj.dir/PJ_mill.c.o |
| 1201 | 2026-07-09T21:49:25.117Z | [ 34%] Building C object src/CMakeFiles/proj.dir/PJ_mod_ster.c.o |
| 1202 | 2026-07-09T21:49:25.123Z | [ 3%] Building CXX object CMakeFiles/geos.dir/src/algorithm/Distance.cpp.o |
| 1203 | 2026-07-09T21:49:25.127Z | [ 34%] Building C object src/CMakeFiles/proj.dir/PJ_moll.c.o |
| 1204 | 2026-07-09T21:49:25.134Z | [ 35%] Building C object src/CMakeFiles/proj.dir/PJ_natearth.c.o |
| 1205 | 2026-07-09T21:49:25.146Z | google.golang.org/grpc/balancer/roundrobin |
| 1206 | 2026-07-09T21:49:25.156Z | [ 35%] Building C object src/CMakeFiles/proj.dir/PJ_natearth2.c.o |
| 1207 | 2026-07-09T21:49:25.162Z | github.com/jhump/protoreflect/desc |
| 1208 | 2026-07-09T21:49:25.168Z | github.com/bufbuild/buf/private/buf/bufcheck/buflint/buflintconfig |
| 1209 | 2026-07-09T21:49:25.168Z | [ 3%] Building CXX object CMakeFiles/geos.dir/src/algorithm/HCoordinate.cpp.o |
| 1210 | 2026-07-09T21:49:25.168Z | [ 36%] Building C object src/CMakeFiles/proj.dir/PJ_nell.c.o |
| 1211 | 2026-07-09T21:49:25.168Z | [ 3%] Building CXX object CMakeFiles/geos.dir/src/algorithm/InteriorPointArea.cpp.o |
| 1212 | 2026-07-09T21:49:25.168Z | [ 36%] Building C object src/CMakeFiles/proj.dir/PJ_nell_h.c.o |
| 1213 | 2026-07-09T21:49:25.192Z | [ 38%] Building C object src/CMakeFiles/proj.dir/PJ_nocol.c.o |
| 1214 | 2026-07-09T21:49:25.221Z | [ 38%] Building C object src/CMakeFiles/proj.dir/PJ_nsper.c.o |
| 1215 | 2026-07-09T21:49:25.247Z | [ 39%] Building C object src/CMakeFiles/proj.dir/PJ_nzmg.c.o |
| 1216 | 2026-07-09T21:49:25.247Z | [ 40%] Building C object src/CMakeFiles/proj.dir/PJ_ob_tran.c.o |
| 1217 | 2026-07-09T21:49:25.247Z | [ 40%] Building C object src/CMakeFiles/proj.dir/PJ_ocea.c.o |
| 1218 | 2026-07-09T21:49:25.247Z | [ 41%] Building C object src/CMakeFiles/proj.dir/PJ_oea.c.o |
| 1219 | 2026-07-09T21:49:25.261Z | [ 41%] Building C object src/CMakeFiles/proj.dir/PJ_omerc.c.o |
| 1220 | 2026-07-09T21:49:25.261Z | github.com/bufbuild/buf/private/buf/bufcheck/buflint |
| 1221 | 2026-07-09T21:49:25.273Z | [ 42%] Building C object src/CMakeFiles/proj.dir/PJ_ortho.c.o |
| 1222 | 2026-07-09T21:49:25.287Z | [ 42%] Building C object src/CMakeFiles/proj.dir/PJ_patterson.c.o |
| 1223 | 2026-07-09T21:49:25.291Z | [ 3%] Building CXX object CMakeFiles/geos.dir/src/algorithm/InteriorPointLine.cpp.o |
| 1224 | 2026-07-09T21:49:25.291Z | [ 43%] Building C object src/CMakeFiles/proj.dir/PJ_poly.c.o |
| 1225 | 2026-07-09T21:49:25.306Z | [ 43%] Building C object src/CMakeFiles/proj.dir/PJ_putp2.c.o |
| 1226 | 2026-07-09T21:49:25.342Z | [ 44%] Building C object src/CMakeFiles/proj.dir/PJ_putp3.c.o |
| 1227 | 2026-07-09T21:49:25.352Z | [ 45%] Building C object src/CMakeFiles/proj.dir/PJ_putp4p.c.o |
| 1228 | 2026-07-09T21:49:25.352Z | [ 45%] Building C object src/CMakeFiles/proj.dir/PJ_putp5.c.o |
| 1229 | 2026-07-09T21:49:25.365Z | [ 46%] Building C object src/CMakeFiles/proj.dir/PJ_putp6.c.o |
| 1230 | 2026-07-09T21:49:25.371Z | github.com/jhump/protoreflect/codec |
| 1231 | 2026-07-09T21:49:25.385Z | [ 46%] Building C object src/CMakeFiles/proj.dir/PJ_qsc.c.o |
| 1232 | 2026-07-09T21:49:25.410Z | [ 47%] Building C object src/CMakeFiles/proj.dir/PJ_robin.c.o |
| 1233 | 2026-07-09T21:49:25.416Z | github.com/bufbuild/buf/private/buf/bufcheck/bufbreaking/internal/bufbreakingbuild |
| 1234 | 2026-07-09T21:49:25.422Z | [ 47%] Building C object src/CMakeFiles/proj.dir/PJ_rpoly.c.o |
| 1235 | 2026-07-09T21:49:25.422Z | [ 48%] Building C object src/CMakeFiles/proj.dir/PJ_sch.c.o |
| 1236 | 2026-07-09T21:49:25.425Z | [ 4%] Building CXX object CMakeFiles/geos.dir/src/algorithm/InteriorPointPoint.cpp.o |
| 1237 | 2026-07-09T21:49:25.425Z | google.golang.org/grpc |
| 1238 | 2026-07-09T21:49:25.436Z | [ 48%] Building C object src/CMakeFiles/proj.dir/PJ_sconics.c.o |
| 1239 | 2026-07-09T21:49:25.446Z | [ 4%] Building CXX object CMakeFiles/geos.dir/src/algorithm/Intersection.cpp.o |
| 1240 | 2026-07-09T21:49:25.460Z | github.com/jhump/protoreflect/dynamic |
| 1241 | 2026-07-09T21:49:25.471Z | github.com/bufbuild/buf/private/buf/bufcheck/bufbreaking/internal/bufbreakingv1 |
| 1242 | 2026-07-09T21:49:25.471Z | github.com/bufbuild/buf/private/buf/bufcheck/bufbreaking/internal/bufbreakingv1beta1 |
| 1243 | 2026-07-09T21:49:25.480Z | [ 50%] Building C object src/CMakeFiles/proj.dir/PJ_somerc.c.o |
| 1244 | 2026-07-09T21:49:25.491Z | [ 4%] Building CXX object CMakeFiles/geos.dir/src/algorithm/Length.cpp.o |
| 1245 | 2026-07-09T21:49:25.506Z | [ 50%] Building C object src/CMakeFiles/proj.dir/PJ_sterea.c.o |
| 1246 | 2026-07-09T21:49:25.513Z | github.com/bufbuild/buf/private/buf/bufcheck/bufbreaking/bufbreakingconfig |
| 1247 | 2026-07-09T21:49:25.526Z | [ 51%] Building C object src/CMakeFiles/proj.dir/PJ_stere.c.o |
| 1248 | 2026-07-09T21:49:25.534Z | [ 4%] Building CXX object CMakeFiles/geos.dir/src/algorithm/LineIntersector.cpp.o |
| 1249 | 2026-07-09T21:49:25.547Z | [ 52%] Building C object src/CMakeFiles/proj.dir/PJ_sts.c.o |
| 1250 | 2026-07-09T21:49:25.564Z | github.com/bufbuild/buf/private/buf/bufcheck/bufbreaking |
| 1251 | 2026-07-09T21:49:25.573Z | github.com/bufbuild/buf/private/buf/bufconfig |
| 1252 | 2026-07-09T21:49:25.574Z | [ 4%] Building CXX object CMakeFiles/geos.dir/src/algorithm/MinimumBoundingCircle.cpp.o |
| 1253 | 2026-07-09T21:49:25.580Z | [ 6%] Building CXX object CMakeFiles/geos.dir/src/algorithm/MinimumDiameter.cpp.o |
| 1254 | 2026-07-09T21:49:25.607Z | [ 6%] Building CXX object CMakeFiles/geos.dir/src/algorithm/NotRepresentableException.cpp.o |
| 1255 | 2026-07-09T21:49:25.616Z | optgen -out pkg/sql/opt/memo/expr.og.go exprs pkg/sql/opt/ops/*.opt |
| 1256 | 2026-07-09T21:49:25.631Z | github.com/bufbuild/buf/private/buf/bufwork |
| 1257 | 2026-07-09T21:49:25.652Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/config/internal |
| 1258 | 2026-07-09T21:49:25.652Z | [ 52%] Building C object src/CMakeFiles/proj.dir/PJ_tcc.c.o |
| 1259 | 2026-07-09T21:49:25.652Z | [ 6%] Building CXX object CMakeFiles/geos.dir/src/algorithm/Orientation.cpp.o |
| 1260 | 2026-07-09T21:49:25.661Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/config/configlsbreakingrules |
| 1261 | 2026-07-09T21:49:25.665Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/config/configlslintrules |
| 1262 | 2026-07-09T21:49:25.665Z | optgen -out pkg/sql/opt/operator.og.go ops pkg/sql/opt/ops/*.opt |
| 1263 | 2026-07-09T21:49:25.682Z | optgen -out pkg/sql/opt/xform/explorer.og.go explorer pkg/sql/opt/ops/*.opt pkg/sql/opt/xform/rules/*.opt |
| 1264 | 2026-07-09T21:49:25.688Z | [ 53%] Building C object src/CMakeFiles/proj.dir/PJ_tcea.c.o |
| 1265 | 2026-07-09T21:49:25.692Z | optgen -out pkg/sql/opt/norm/factory.og.go factory pkg/sql/opt/ops/*.opt pkg/sql/opt/norm/rules/*.opt |
| 1266 | 2026-07-09T21:49:25.692Z | github.com/bufbuild/buf/private/buf/buffetch |
| 1267 | 2026-07-09T21:49:25.718Z | [ 6%] Building CXX object CMakeFiles/geos.dir/src/algorithm/PointLocation.cpp.o |
| 1268 | 2026-07-09T21:49:25.723Z | [ 6%] Building CXX object CMakeFiles/geos.dir/src/algorithm/PointLocator.cpp.o |
| 1269 | 2026-07-09T21:49:25.750Z | [ 53%] Building C object src/CMakeFiles/proj.dir/PJ_times.c.o |
| 1270 | 2026-07-09T21:49:25.800Z | 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 |
| 1271 | 2026-07-09T21:49:25.805Z | [ 54%] Building C object src/CMakeFiles/proj.dir/PJ_tmerc.c.o |
| 1272 | 2026-07-09T21:49:25.824Z | [ 8%] Building CXX object CMakeFiles/geos.dir/src/algorithm/RayCrossingCounter.cpp.o |
| 1273 | 2026-07-09T21:49:25.829Z | github.com/jhump/protoreflect/desc/protoparse |
| 1274 | 2026-07-09T21:49:25.837Z | [ 8%] Building CXX object CMakeFiles/geos.dir/src/algorithm/RayCrossingCounterDD.cpp.o |
| 1275 | 2026-07-09T21:49:25.846Z | optgen -out pkg/sql/opt/exec/factory.og.go execfactory pkg/sql/opt/exec/factory.opt |
| 1276 | 2026-07-09T21:49:25.853Z | optgen -out pkg/sql/opt/exec/explain/explain_factory.og.go execexplain pkg/sql/opt/exec/factory.opt |
| 1277 | 2026-07-09T21:49:25.865Z | github.com/bufbuild/buf/private/pkg/rpc/rpcgrpc |
| 1278 | 2026-07-09T21:49:25.872Z | optgen -out pkg/sql/opt/exec/explain/plan_gist_factory.og.go execplangist pkg/sql/opt/exec/factory.opt |
| 1279 | 2026-07-09T21:49:25.877Z | github.com/bufbuild/buf/private/gen/proto/go/buf/alpha/registry/v1alpha1 |
| 1280 | 2026-07-09T21:49:25.888Z | [ 8%] Building CXX object CMakeFiles/geos.dir/src/algorithm/RobustDeterminant.cpp.o |
| 1281 | 2026-07-09T21:49:25.892Z | [ 8%] Building CXX object CMakeFiles/geos.dir/src/algorithm/SimplePointInRing.cpp.o |
| 1282 | 2026-07-09T21:49:25.892Z | [ 54%] Building C object src/CMakeFiles/proj.dir/PJ_tpeqd.c.o |
| 1283 | 2026-07-09T21:49:25.926Z | [ 8%] Building CXX object CMakeFiles/geos.dir/src/algorithm/distance/DiscreteFrechetDistance.cpp.o |
| 1284 | 2026-07-09T21:49:25.942Z | github.com/bufbuild/buf/private/pkg/transport/grpc/grpcclient |
| 1285 | 2026-07-09T21:49:25.963Z | [ 55%] Building C object src/CMakeFiles/proj.dir/PJ_urm5.c.o |
| 1286 | 2026-07-09T21:49:25.966Z | [ 9%] Building CXX object CMakeFiles/geos.dir/src/algorithm/distance/DiscreteHausdorffDistance.cpp.o |
| 1287 | 2026-07-09T21:49:26.017Z | [ 55%] Building C object src/CMakeFiles/proj.dir/PJ_urmfps.c.o |
| 1288 | 2026-07-09T21:49:26.055Z | [ 9%] Building CXX object CMakeFiles/geos.dir/src/algorithm/distance/DistanceToPoint.cpp.o |
| 1289 | 2026-07-09T21:49:26.058Z | [ 9%] Building CXX object CMakeFiles/geos.dir/src/algorithm/locate/IndexedPointInAreaLocator.cpp.o |
| 1290 | 2026-07-09T21:49:26.083Z | [ 56%] Building C object src/CMakeFiles/proj.dir/PJ_vandg.c.o |
| 1291 | 2026-07-09T21:49:26.096Z | [ 9%] Building CXX object CMakeFiles/geos.dir/src/algorithm/locate/PointOnGeometryLocator.cpp.o |
| 1292 | 2026-07-09T21:49:26.119Z | [ 9%] Building CXX object CMakeFiles/geos.dir/src/algorithm/locate/SimplePointInAreaLocator.cpp.o |
| 1293 | 2026-07-09T21:49:26.171Z | [ 56%] Building C object src/CMakeFiles/proj.dir/PJ_vandg2.c.o |
| 1294 | 2026-07-09T21:49:26.202Z | [ 11%] Building CXX object CMakeFiles/geos.dir/src/geom/Coordinate.cpp.o |
| 1295 | 2026-07-09T21:49:26.225Z | [ 57%] Building C object src/CMakeFiles/proj.dir/PJ_vandg4.c.o |
| 1296 | 2026-07-09T21:49:26.229Z | [ 11%] Building CXX object CMakeFiles/geos.dir/src/geom/CoordinateArraySequence.cpp.o |
| 1297 | 2026-07-09T21:49:26.273Z | [ 11%] Building CXX object CMakeFiles/geos.dir/src/geom/CoordinateArraySequenceFactory.cpp.o |
| 1298 | 2026-07-09T21:49:26.285Z | [ 11%] Building CXX object CMakeFiles/geos.dir/src/geom/CoordinateSequence.cpp.o |
| 1299 | 2026-07-09T21:49:26.293Z | [ 58%] Building C object src/CMakeFiles/proj.dir/PJ_wag2.c.o |
| 1300 | 2026-07-09T21:49:26.303Z | [ 11%] Building CXX object CMakeFiles/geos.dir/src/geom/DefaultCoordinateSequenceFactory.cpp.o |
| 1301 | 2026-07-09T21:49:26.312Z | [ 13%] Building CXX object CMakeFiles/geos.dir/src/geom/Dimension.cpp.o |
| 1302 | 2026-07-09T21:49:26.323Z | [ 13%] Building CXX object CMakeFiles/geos.dir/src/geom/Envelope.cpp.o |
| 1303 | 2026-07-09T21:49:26.338Z | [ 13%] Building CXX object CMakeFiles/geos.dir/src/geom/Geometry.cpp.o |
| 1304 | 2026-07-09T21:49:26.343Z | [ 58%] Building C object src/CMakeFiles/proj.dir/PJ_wag3.c.o |
| 1305 | 2026-07-09T21:49:26.364Z | github.com/bufbuild/buf/private/bufpkg/bufmodule/bufmoduleprotoparse |
| 1306 | 2026-07-09T21:49:26.380Z | [ 13%] Building CXX object CMakeFiles/geos.dir/src/geom/GeometryCollection.cpp.o |
| 1307 | 2026-07-09T21:49:26.406Z | [ 59%] Building C object src/CMakeFiles/proj.dir/PJ_wag7.c.o |
| 1308 | 2026-07-09T21:49:26.410Z | github.com/bufbuild/buf/private/bufpkg/bufimage/bufimagebuild |
| 1309 | 2026-07-09T21:49:26.441Z | [ 13%] Building CXX object CMakeFiles/geos.dir/src/geom/GeometryComponentFilter.cpp.o |
| 1310 | 2026-07-09T21:49:26.445Z | [ 14%] Building CXX object CMakeFiles/geos.dir/src/geom/GeometryFactory.cpp.o |
| 1311 | 2026-07-09T21:49:26.451Z | [ 59%] Building C object src/CMakeFiles/proj.dir/PJ_wink1.c.o |
| 1312 | 2026-07-09T21:49:26.480Z | github.com/bufbuild/buf/private/buf/bufwire |
| 1313 | 2026-07-09T21:49:26.486Z | [ 14%] Building CXX object CMakeFiles/geos.dir/src/geom/IntersectionMatrix.cpp.o |
| 1314 | 2026-07-09T21:49:26.499Z | [ 14%] Building CXX object CMakeFiles/geos.dir/src/geom/LineSegment.cpp.o |
| 1315 | 2026-07-09T21:49:26.509Z | [ 60%] Building C object src/CMakeFiles/proj.dir/PJ_wink2.c.o |
| 1316 | 2026-07-09T21:49:26.543Z | [ 14%] Building CXX object CMakeFiles/geos.dir/src/geom/LineString.cpp.o |
| 1317 | 2026-07-09T21:49:26.565Z | [ 60%] Building C object src/CMakeFiles/proj.dir/proj_etmerc.c.o |
| 1318 | 2026-07-09T21:49:26.608Z | [ 14%] Building CXX object CMakeFiles/geos.dir/src/geom/LinearRing.cpp.o |
| 1319 | 2026-07-09T21:49:26.667Z | [ 16%] Building CXX object CMakeFiles/geos.dir/src/geom/Location.cpp.o |
| 1320 | 2026-07-09T21:49:26.672Z | [ 61%] Building C object src/CMakeFiles/proj.dir/aasincos.c.o |
| 1321 | 2026-07-09T21:49:26.672Z | [ 61%] Building C object src/CMakeFiles/proj.dir/adjlon.c.o |
| 1322 | 2026-07-09T21:49:26.720Z | [ 63%] Building C object src/CMakeFiles/proj.dir/bch2bps.c.o |
| 1323 | 2026-07-09T21:49:26.729Z | [ 64%] Building C object src/CMakeFiles/proj.dir/bchgen.c.o |
| 1324 | 2026-07-09T21:49:26.752Z | [ 16%] Building CXX object CMakeFiles/geos.dir/src/geom/MultiLineString.cpp.o |
| 1325 | 2026-07-09T21:49:26.777Z | [ 16%] Building CXX object CMakeFiles/geos.dir/src/geom/MultiPoint.cpp.o |
| 1326 | 2026-07-09T21:49:26.780Z | [ 16%] Building CXX object CMakeFiles/geos.dir/src/geom/MultiPolygon.cpp.o |
| 1327 | 2026-07-09T21:49:26.783Z | [ 64%] Building C object src/CMakeFiles/proj.dir/biveval.c.o |
| 1328 | 2026-07-09T21:49:26.809Z | [ 16%] Building CXX object CMakeFiles/geos.dir/src/geom/Point.cpp.o |
| 1329 | 2026-07-09T21:49:26.814Z | [ 65%] Building C object src/CMakeFiles/proj.dir/dmstor.c.o |
| 1330 | 2026-07-09T21:49:26.843Z | [ 18%] Building CXX object CMakeFiles/geos.dir/src/geom/Polygon.cpp.o |
| 1331 | 2026-07-09T21:49:26.850Z | [ 65%] Building C object src/CMakeFiles/proj.dir/emess.c.o |
| 1332 | 2026-07-09T21:49:26.880Z | [ 66%] Building C object src/CMakeFiles/proj.dir/geocent.c.o |
| 1333 | 2026-07-09T21:49:26.890Z | [ 18%] Building CXX object CMakeFiles/geos.dir/src/geom/PrecisionModel.cpp.o |
| 1334 | 2026-07-09T21:49:26.898Z | [ 66%] Building C object src/CMakeFiles/proj.dir/geodesic.c.o |
| 1335 | 2026-07-09T21:49:26.940Z | [ 67%] Building C object src/CMakeFiles/proj.dir/mk_cheby.c.o |
| 1336 | 2026-07-09T21:49:26.981Z | [ 18%] Building CXX object CMakeFiles/geos.dir/src/geom/Triangle.cpp.o |
| 1337 | 2026-07-09T21:49:26.986Z | [ 18%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/AbstractPreparedPolygonContains.cpp.o |
| 1338 | 2026-07-09T21:49:27.043Z | [ 67%] Building C object src/CMakeFiles/proj.dir/nad_cvt.c.o |
| 1339 | 2026-07-09T21:49:27.061Z | [ 18%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/BasicPreparedGeometry.cpp.o |
| 1340 | 2026-07-09T21:49:27.098Z | [ 68%] Building C object src/CMakeFiles/proj.dir/nad_intr.c.o |
| 1341 | 2026-07-09T21:49:27.110Z | [ 19%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedGeometry.cpp.o |
| 1342 | 2026-07-09T21:49:27.139Z | [ 19%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedGeometryFactory.cpp.o |
| 1343 | 2026-07-09T21:49:27.154Z | [ 68%] Building C object src/CMakeFiles/proj.dir/pj_apply_gridshift.c.o |
| 1344 | 2026-07-09T21:49:27.186Z | [ 19%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedLineString.cpp.o |
| 1345 | 2026-07-09T21:49:27.208Z | [ 19%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedLineStringIntersects.cpp.o |
| 1346 | 2026-07-09T21:49:27.216Z | [ 19%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedPoint.cpp.o |
| 1347 | 2026-07-09T21:49:27.224Z | [ 69%] Building C object src/CMakeFiles/proj.dir/pj_apply_vgridshift.c.o |
| 1348 | 2026-07-09T21:49:27.231Z | [ 21%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedPolygon.cpp.o |
| 1349 | 2026-07-09T21:49:27.265Z | [ 21%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedPolygonContains.cpp.o |
| 1350 | 2026-07-09T21:49:27.291Z | [ 70%] Building C object src/CMakeFiles/proj.dir/pj_auth.c.o |
| 1351 | 2026-07-09T21:49:27.335Z | [ 70%] Building C object src/CMakeFiles/proj.dir/pj_ctx.c.o |
| 1352 | 2026-07-09T21:49:27.339Z | [ 21%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedPolygonContainsProperly.cpp.o |
| 1353 | 2026-07-09T21:49:27.381Z | [ 21%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedPolygonCovers.cpp.o |
| 1354 | 2026-07-09T21:49:27.389Z | [ 71%] Building C object src/CMakeFiles/proj.dir/pj_fileapi.c.o |
| 1355 | 2026-07-09T21:49:27.403Z | [ 71%] Building C object src/CMakeFiles/proj.dir/pj_datum_set.c.o |
| 1356 | 2026-07-09T21:49:27.432Z | [ 21%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedPolygonIntersects.cpp.o |
| 1357 | 2026-07-09T21:49:27.443Z | [ 22%] Building CXX object CMakeFiles/geos.dir/src/geom/prep/PreparedPolygonPredicate.cpp.o |
| 1358 | 2026-07-09T21:49:27.443Z | [ 72%] Building C object src/CMakeFiles/proj.dir/pj_datums.c.o |
| 1359 | 2026-07-09T21:49:27.451Z | [ 72%] Building C object src/CMakeFiles/proj.dir/pj_deriv.c.o |
| 1360 | 2026-07-09T21:49:27.483Z | [ 73%] Building C object src/CMakeFiles/proj.dir/pj_ell_set.c.o |
| 1361 | 2026-07-09T21:49:27.488Z | [ 22%] Building CXX object CMakeFiles/geos.dir/src/geom/util/ComponentCoordinateExtracter.cpp.o |
| 1362 | 2026-07-09T21:49:27.502Z | [ 73%] Building C object src/CMakeFiles/proj.dir/pj_ellps.c.o |
| 1363 | 2026-07-09T21:49:27.551Z | [ 75%] Building C object src/CMakeFiles/proj.dir/pj_errno.c.o |
| 1364 | 2026-07-09T21:49:27.551Z | [ 76%] Building C object src/CMakeFiles/proj.dir/pj_factors.c.o |
| 1365 | 2026-07-09T21:49:27.583Z | [ 76%] Building C object src/CMakeFiles/proj.dir/pj_fwd.c.o |
| 1366 | 2026-07-09T21:49:27.596Z | [ 22%] Building CXX object CMakeFiles/geos.dir/src/geom/util/CoordinateOperation.cpp.o |
| 1367 | 2026-07-09T21:49:27.611Z | [ 77%] Building C object src/CMakeFiles/proj.dir/pj_fwd3d.c.o |
| 1368 | 2026-07-09T21:49:27.633Z | [ 77%] Building C object src/CMakeFiles/proj.dir/pj_gauss.c.o |
| 1369 | 2026-07-09T21:49:27.641Z | [ 22%] Building CXX object CMakeFiles/geos.dir/src/geom/util/Densifier.cpp.o |
| 1370 | 2026-07-09T21:49:27.655Z | [ 78%] Building C object src/CMakeFiles/proj.dir/pj_gc_reader.c.o |
| 1371 | 2026-07-09T21:49:27.676Z | [ 22%] Building CXX object CMakeFiles/geos.dir/src/geom/util/GeometryCombiner.cpp.o |
| 1372 | 2026-07-09T21:49:27.687Z | [ 24%] Building CXX object CMakeFiles/geos.dir/src/geom/util/GeometryEditor.cpp.o |
| 1373 | 2026-07-09T21:49:27.698Z | [ 78%] Building C object src/CMakeFiles/proj.dir/pj_generic_selftest.c.o |
| 1374 | 2026-07-09T21:49:27.719Z | [ 24%] Building CXX object CMakeFiles/geos.dir/src/geom/util/GeometryTransformer.cpp.o |
| 1375 | 2026-07-09T21:49:27.722Z | [ 79%] Building C object src/CMakeFiles/proj.dir/pj_geocent.c.o |
| 1376 | 2026-07-09T21:49:27.740Z | [ 24%] Building CXX object CMakeFiles/geos.dir/src/geom/util/LinearComponentExtracter.cpp.o |
| 1377 | 2026-07-09T21:49:27.751Z | [ 79%] Building C object src/CMakeFiles/proj.dir/pj_gridcatalog.c.o |
| 1378 | 2026-07-09T21:49:27.778Z | [ 80%] Building C object src/CMakeFiles/proj.dir/pj_gridinfo.c.o |
| 1379 | 2026-07-09T21:49:27.798Z | [ 24%] Building CXX object CMakeFiles/geos.dir/src/geom/util/PointExtracter.cpp.o |
| 1380 | 2026-07-09T21:49:27.805Z | [ 24%] Building CXX object CMakeFiles/geos.dir/src/geom/util/PolygonExtracter.cpp.o |
| 1381 | 2026-07-09T21:49:27.818Z | [ 26%] Building CXX object CMakeFiles/geos.dir/src/geom/util/ShortCircuitedGeometryVisitor.cpp.o |
| 1382 | 2026-07-09T21:49:27.836Z | [ 80%] Building C object src/CMakeFiles/proj.dir/pj_gridlist.c.o |
| 1383 | 2026-07-09T21:49:27.861Z | [ 26%] Building CXX object CMakeFiles/geos.dir/src/geom/util/SineStarFactory.cpp.o |
| 1384 | 2026-07-09T21:49:27.892Z | [ 26%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/Depth.cpp.o |
| 1385 | 2026-07-09T21:49:27.899Z | [ 81%] Building C object src/CMakeFiles/proj.dir/PJ_healpix.c.o |
| 1386 | 2026-07-09T21:49:27.902Z | [ 26%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/DirectedEdge.cpp.o |
| 1387 | 2026-07-09T21:49:27.914Z | [ 26%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/DirectedEdgeStar.cpp.o |
| 1388 | 2026-07-09T21:49:28.011Z | [ 82%] Building C object src/CMakeFiles/proj.dir/pj_init.c.o |
| 1389 | 2026-07-09T21:49:28.061Z | [ 27%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/Edge.cpp.o |
| 1390 | 2026-07-09T21:49:28.081Z | [ 82%] Building C object src/CMakeFiles/proj.dir/pj_initcache.c.o |
| 1391 | 2026-07-09T21:49:28.100Z | [ 27%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/EdgeEnd.cpp.o |
| 1392 | 2026-07-09T21:49:28.121Z | [ 27%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/EdgeEndStar.cpp.o |
| 1393 | 2026-07-09T21:49:28.134Z | [ 27%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/EdgeIntersectionList.cpp.o |
| 1394 | 2026-07-09T21:49:28.138Z | [ 83%] Building C object src/CMakeFiles/proj.dir/pj_inv.c.o |
| 1395 | 2026-07-09T21:49:28.145Z | [ 83%] Building C object src/CMakeFiles/proj.dir/pj_inv3d.c.o |
| 1396 | 2026-07-09T21:49:28.173Z | [ 27%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/EdgeList.cpp.o |
| 1397 | 2026-07-09T21:49:28.198Z | [ 84%] Building C object src/CMakeFiles/proj.dir/pj_latlong.c.o |
| 1398 | 2026-07-09T21:49:28.204Z | [ 29%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/EdgeNodingValidator.cpp.o |
| 1399 | 2026-07-09T21:49:28.204Z | [ 84%] Building C object src/CMakeFiles/proj.dir/pj_list.c.o |
| 1400 | 2026-07-09T21:49:28.249Z | [ 85%] Building C object src/CMakeFiles/proj.dir/pj_log.c.o |
| 1401 | 2026-07-09T21:49:28.256Z | [ 85%] Building C object src/CMakeFiles/proj.dir/pj_malloc.c.o |
| 1402 | 2026-07-09T21:49:28.260Z | [ 29%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/EdgeRing.cpp.o |
| 1403 | 2026-07-09T21:49:28.261Z | [ 29%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/GeometryGraph.cpp.o |
| 1404 | 2026-07-09T21:49:28.293Z | [ 29%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/GraphComponent.cpp.o |
| 1405 | 2026-07-09T21:49:28.297Z | [ 86%] Building C object src/CMakeFiles/proj.dir/pj_mlfn.c.o |
| 1406 | 2026-07-09T21:49:28.310Z | [ 88%] Building C object src/CMakeFiles/proj.dir/pj_msfn.c.o |
| 1407 | 2026-07-09T21:49:28.323Z | [ 29%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/Label.cpp.o |
| 1408 | 2026-07-09T21:49:28.356Z | [ 88%] Building C object src/CMakeFiles/proj.dir/pj_mutex.c.o |
| 1409 | 2026-07-09T21:49:28.373Z | [ 89%] Building C object src/CMakeFiles/proj.dir/pj_open_lib.c.o |
| 1410 | 2026-07-09T21:49:28.407Z | [ 89%] Building C object src/CMakeFiles/proj.dir/pj_param.c.o |
| 1411 | 2026-07-09T21:49:28.435Z | [ 90%] Building C object src/CMakeFiles/proj.dir/pj_phi2.c.o |
| 1412 | 2026-07-09T21:49:28.439Z | [ 31%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/Node.cpp.o |
| 1413 | 2026-07-09T21:49:28.463Z | [ 90%] Building C object src/CMakeFiles/proj.dir/pj_pr_list.c.o |
| 1414 | 2026-07-09T21:49:28.482Z | [ 91%] Building C object src/CMakeFiles/proj.dir/pj_qsfn.c.o |
| 1415 | 2026-07-09T21:49:28.504Z | [ 31%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/NodeFactory.cpp.o |
| 1416 | 2026-07-09T21:49:28.520Z | [ 31%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/NodeMap.cpp.o |
| 1417 | 2026-07-09T21:49:28.526Z | [ 91%] Building C object src/CMakeFiles/proj.dir/pj_release.c.o |
| 1418 | 2026-07-09T21:49:28.530Z | [ 31%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/PlanarGraph.cpp.o |
| 1419 | 2026-07-09T21:49:28.530Z | [ 31%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/Position.cpp.o |
| 1420 | 2026-07-09T21:49:28.565Z | [ 92%] Building C object src/CMakeFiles/proj.dir/pj_run_selftests.c.o |
| 1421 | 2026-07-09T21:49:28.591Z | [ 32%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/Quadrant.cpp.o |
| 1422 | 2026-07-09T21:49:28.607Z | [ 92%] Building C object src/CMakeFiles/proj.dir/pj_strerrno.c.o |
| 1423 | 2026-07-09T21:49:28.630Z | [ 32%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/TopologyLocation.cpp.o |
| 1424 | 2026-07-09T21:49:28.638Z | [ 32%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/MonotoneChainEdge.cpp.o |
| 1425 | 2026-07-09T21:49:28.649Z | [ 93%] Building C object src/CMakeFiles/proj.dir/pj_transform.c.o |
| 1426 | 2026-07-09T21:49:28.697Z | [ 32%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/MonotoneChainIndexer.cpp.o |
| 1427 | 2026-07-09T21:49:28.723Z | [ 32%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/SegmentIntersector.cpp.o |
| 1428 | 2026-07-09T21:49:28.742Z | [ 94%] Building C object src/CMakeFiles/proj.dir/pj_tsfn.c.o |
| 1429 | 2026-07-09T21:49:28.750Z | [ 34%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/SimpleEdgeSetIntersector.cpp.o |
| 1430 | 2026-07-09T21:49:28.757Z | [ 34%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp.o |
| 1431 | 2026-07-09T21:49:28.769Z | [ 34%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/SimpleSweepLineIntersector.cpp.o |
| 1432 | 2026-07-09T21:49:28.786Z | [ 34%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/SweepLineEvent.cpp.o |
| 1433 | 2026-07-09T21:49:28.828Z | [ 34%] Building CXX object CMakeFiles/geos.dir/src/geomgraph/index/SweepLineSegment.cpp.o |
| 1434 | 2026-07-09T21:49:28.878Z | [ 36%] Building CXX object CMakeFiles/geos.dir/src/index/bintree/Bintree.cpp.o |
| 1435 | 2026-07-09T21:49:28.882Z | [ 94%] Building C object src/CMakeFiles/proj.dir/pj_units.c.o |
| 1436 | 2026-07-09T21:49:28.882Z | [ 36%] Building CXX object CMakeFiles/geos.dir/src/index/bintree/Interval.cpp.o |
| 1437 | 2026-07-09T21:49:28.904Z | github.com/bufbuild/buf/private/bufpkg/bufplugin |
| 1438 | 2026-07-09T21:49:28.913Z | github.com/bufbuild/buf/private/gen/proto/api/buf/alpha/registry/v1alpha1/registryv1alpha1api |
| 1439 | 2026-07-09T21:49:28.937Z | [ 95%] Building C object src/CMakeFiles/proj.dir/pj_utils.c.o |
| 1440 | 2026-07-09T21:49:28.942Z | [ 36%] Building CXX object CMakeFiles/geos.dir/src/index/bintree/Key.cpp.o |
| 1441 | 2026-07-09T21:49:28.942Z | [ 36%] Building CXX object CMakeFiles/geos.dir/src/index/bintree/Node.cpp.o |
| 1442 | 2026-07-09T21:49:28.962Z | [ 36%] Building CXX object CMakeFiles/geos.dir/src/index/bintree/NodeBase.cpp.o |
| 1443 | 2026-07-09T21:49:28.968Z | [ 37%] Building CXX object CMakeFiles/geos.dir/src/index/bintree/Root.cpp.o |
| 1444 | 2026-07-09T21:49:28.986Z | [ 95%] Building C object src/CMakeFiles/proj.dir/pj_zpoly1.c.o |
| 1445 | 2026-07-09T21:49:28.994Z | github.com/bufbuild/buf/private/gen/proto/apiclient/buf/alpha/registry/v1alpha1/registryv1alpha1apiclient |
| 1446 | 2026-07-09T21:49:29.015Z | [ 37%] Building CXX object CMakeFiles/geos.dir/src/index/chain/MonotoneChain.cpp.o |
| 1447 | 2026-07-09T21:49:29.028Z | [ 37%] Building CXX object CMakeFiles/geos.dir/src/index/chain/MonotoneChainBuilder.cpp.o |
| 1448 | 2026-07-09T21:49:29.041Z | [ 37%] Building CXX object CMakeFiles/geos.dir/src/index/chain/MonotoneChainOverlapAction.cpp.o |
| 1449 | 2026-07-09T21:49:29.046Z | [ 96%] Building C object src/CMakeFiles/proj.dir/proj_mdist.c.o |
| 1450 | 2026-07-09T21:49:29.057Z | [ 37%] Building CXX object CMakeFiles/geos.dir/src/index/chain/MonotoneChainSelectAction.cpp.o |
| 1451 | 2026-07-09T21:49:29.078Z | github.com/bufbuild/buf/private/bufpkg/bufapimodule |
| 1452 | 2026-07-09T21:49:29.079Z | github.com/bufbuild/buf/private/gen/proto/apiclienttwirp/buf/alpha/registry/v1alpha1/registryv1alpha1apiclienttwirp |
| 1453 | 2026-07-09T21:49:29.079Z | github.com/bufbuild/buf/private/gen/proto/apiclientgrpc/buf/alpha/registry/v1alpha1/registryv1alpha1apiclientgrpc |
| 1454 | 2026-07-09T21:49:29.079Z | github.com/bufbuild/buf/private/buf/bufprint |
| 1455 | 2026-07-09T21:49:29.079Z | github.com/bufbuild/buf/private/buf/bufgen |
| 1456 | 2026-07-09T21:49:29.079Z | [ 39%] Building CXX object CMakeFiles/geos.dir/src/index/intervalrtree/IntervalRTreeBranchNode.cpp.o |
| 1457 | 2026-07-09T21:49:29.092Z | [ 39%] Building CXX object CMakeFiles/geos.dir/src/index/intervalrtree/IntervalRTreeLeafNode.cpp.o |
| 1458 | 2026-07-09T21:49:29.093Z | [ 39%] Building CXX object CMakeFiles/geos.dir/src/index/intervalrtree/SortedPackedIntervalRTree.cpp.o |
| 1459 | 2026-07-09T21:49:29.103Z | [ 39%] Building CXX object CMakeFiles/geos.dir/src/index/quadtree/DoubleBits.cpp.o |
| 1460 | 2026-07-09T21:49:29.112Z | [ 96%] Building C object src/CMakeFiles/proj.dir/proj_rouss.c.o |
| 1461 | 2026-07-09T21:49:29.136Z | [ 39%] Building CXX object CMakeFiles/geos.dir/src/index/quadtree/IntervalSize.cpp.o |
| 1462 | 2026-07-09T21:49:29.149Z | [ 40%] Building CXX object CMakeFiles/geos.dir/src/index/quadtree/Key.cpp.o |
| 1463 | 2026-07-09T21:49:29.200Z | [ 40%] Building CXX object CMakeFiles/geos.dir/src/index/quadtree/Node.cpp.o |
| 1464 | 2026-07-09T21:49:29.212Z | [ 40%] Building CXX object CMakeFiles/geos.dir/src/index/quadtree/NodeBase.cpp.o |
| 1465 | 2026-07-09T21:49:29.215Z | [ 40%] Building CXX object CMakeFiles/geos.dir/src/index/quadtree/Quadtree.cpp.o |
| 1466 | 2026-07-09T21:49:29.215Z | [ 97%] Building C object src/CMakeFiles/proj.dir/rtodms.c.o |
| 1467 | 2026-07-09T21:49:29.239Z | [ 40%] Building CXX object CMakeFiles/geos.dir/src/index/quadtree/Root.cpp.o |
| 1468 | 2026-07-09T21:49:29.263Z | github.com/bufbuild/buf/private/bufpkg/bufapiclient |
| 1469 | 2026-07-09T21:49:29.277Z | [ 97%] Building C object src/CMakeFiles/proj.dir/vector1.c.o |
| 1470 | 2026-07-09T21:49:29.302Z | [ 42%] Building CXX object CMakeFiles/geos.dir/src/index/strtree/AbstractSTRtree.cpp.o |
| 1471 | 2026-07-09T21:49:29.311Z | [ 42%] Building CXX object CMakeFiles/geos.dir/src/index/strtree/BoundablePair.cpp.o |
| 1472 | 2026-07-09T21:49:29.329Z | [ 42%] Building CXX object CMakeFiles/geos.dir/src/index/strtree/EnvelopeUtil.cpp.o |
| 1473 | 2026-07-09T21:49:29.333Z | [ 98%] Building C object src/CMakeFiles/proj.dir/pj_strtod.c.o |
| 1474 | 2026-07-09T21:49:29.344Z | github.com/bufbuild/buf/private/buf/bufmigrate |
| 1475 | 2026-07-09T21:49:29.348Z | github.com/bufbuild/buf/private/buf/bufcli |
| 1476 | 2026-07-09T21:49:29.384Z | [ 42%] Building CXX object CMakeFiles/geos.dir/src/index/strtree/GeometryItemDistance.cpp.o |
| 1477 | 2026-07-09T21:49:29.390Z | [100%] Linking C static library ../lib/libproj.a |
| 1478 | 2026-07-09T21:49:29.393Z | [ 42%] Building CXX object CMakeFiles/geos.dir/src/index/strtree/Interval.cpp.o |
| 1479 | 2026-07-09T21:49:29.411Z | [ 44%] Building CXX object CMakeFiles/geos.dir/src/index/strtree/SIRtree.cpp.o |
| 1480 | 2026-07-09T21:49:29.416Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/config/configmigratev1beta1 |
| 1481 | 2026-07-09T21:49:29.438Z | [ 44%] Building CXX object CMakeFiles/geos.dir/src/index/strtree/STRtree.cpp.o |
| 1482 | 2026-07-09T21:49:29.464Z | [ 44%] Building CXX object CMakeFiles/geos.dir/src/index/sweepline/SweepLineEvent.cpp.o |
| 1483 | 2026-07-09T21:49:29.468Z | [ 44%] Building CXX object CMakeFiles/geos.dir/src/index/sweepline/SweepLineIndex.cpp.o |
| 1484 | 2026-07-09T21:49:29.475Z | [ 44%] Building CXX object CMakeFiles/geos.dir/src/index/sweepline/SweepLineInterval.cpp.o |
| 1485 | 2026-07-09T21:49:29.481Z | [ 45%] Building CXX object CMakeFiles/geos.dir/src/inlines.cpp.o |
| 1486 | 2026-07-09T21:49:29.484Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/alpha/registry/token/tokenget |
| 1487 | 2026-07-09T21:49:29.489Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/alpha/registry/token/tokencreate |
| 1488 | 2026-07-09T21:49:29.489Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/plugin/plugincreate |
| 1489 | 2026-07-09T21:49:29.489Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/alpha/registry/token/tokendelete |
| 1490 | 2026-07-09T21:49:29.489Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/commit/commitlist |
| 1491 | 2026-07-09T21:49:29.489Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/alpha/registry/token/tokenlist |
| 1492 | 2026-07-09T21:49:29.489Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/plugin/plugindelete |
| 1493 | 2026-07-09T21:49:29.489Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/commit/commitget |
| 1494 | 2026-07-09T21:49:29.492Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/organization/organizationcreate |
| 1495 | 2026-07-09T21:49:29.492Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/organization/organizationget |
| 1496 | 2026-07-09T21:49:29.492Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/organization/organizationdelete |
| 1497 | 2026-07-09T21:49:29.492Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/repository/repositorycreate |
| 1498 | 2026-07-09T21:49:29.493Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/repository/repositorydelete |
| 1499 | 2026-07-09T21:49:29.493Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/plugin/pluginlist |
| 1500 | 2026-07-09T21:49:29.493Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/repository/repositoryget |
| 1501 | 2026-07-09T21:49:29.509Z | [ 45%] Building CXX object CMakeFiles/geos.dir/src/io/ByteOrderValues.cpp.o |
| 1502 | 2026-07-09T21:49:29.509Z | [ 45%] Building CXX object CMakeFiles/geos.dir/src/io/ByteOrderDataInStream.cpp.o |
| 1503 | 2026-07-09T21:49:29.517Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/plugin/pluginversion/pluginversionlist |
| 1504 | 2026-07-09T21:49:29.538Z | [ 45%] Building CXX object CMakeFiles/geos.dir/src/io/CLocalizer.cpp.o |
| 1505 | 2026-07-09T21:49:29.543Z | [ 45%] Building CXX object CMakeFiles/geos.dir/src/io/ParseException.cpp.o |
| 1506 | 2026-07-09T21:49:29.547Z | [ 47%] Building CXX object CMakeFiles/geos.dir/src/io/StringTokenizer.cpp.o |
| 1507 | 2026-07-09T21:49:29.561Z | [ 47%] Building CXX object CMakeFiles/geos.dir/src/io/Unload.cpp.o |
| 1508 | 2026-07-09T21:49:29.572Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/repository/repositorylist |
| 1509 | 2026-07-09T21:49:29.588Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/tag/taglist |
| 1510 | 2026-07-09T21:49:29.588Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/tag/tagcreate |
| 1511 | 2026-07-09T21:49:29.601Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/template/templatecreate |
| 1512 | 2026-07-09T21:49:29.629Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/template/templatedelete |
| 1513 | 2026-07-09T21:49:29.652Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/template/templatelist |
| 1514 | 2026-07-09T21:49:29.653Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/template/templateversion/templateversioncreate |
| 1515 | 2026-07-09T21:49:29.667Z | [ 47%] Building CXX object CMakeFiles/geos.dir/src/io/WKBReader.cpp.o |
| 1516 | 2026-07-09T21:49:29.680Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/registry/template/templateversion/templateversionlist |
| 1517 | 2026-07-09T21:49:29.702Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/breaking |
| 1518 | 2026-07-09T21:49:29.710Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/build |
| 1519 | 2026-07-09T21:49:29.720Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/convert |
| 1520 | 2026-07-09T21:49:29.720Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/export |
| 1521 | 2026-07-09T21:49:29.726Z | [ 47%] Building CXX object CMakeFiles/geos.dir/src/io/WKBWriter.cpp.o |
| 1522 | 2026-07-09T21:49:29.733Z | [ 47%] Building CXX object CMakeFiles/geos.dir/src/io/WKTReader.cpp.o |
| 1523 | 2026-07-09T21:49:29.741Z | [ 49%] Building CXX object CMakeFiles/geos.dir/src/io/WKTWriter.cpp.o |
| 1524 | 2026-07-09T21:49:29.748Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/generate |
| 1525 | 2026-07-09T21:49:29.748Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/lint |
| 1526 | 2026-07-09T21:49:29.748Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/login |
| 1527 | 2026-07-09T21:49:29.748Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/logout |
| 1528 | 2026-07-09T21:49:29.781Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/lsfiles |
| 1529 | 2026-07-09T21:49:29.796Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/mod/modclearcache |
| 1530 | 2026-07-09T21:49:29.831Z | [ 49%] Building CXX object CMakeFiles/geos.dir/src/io/Writer.cpp.o |
| 1531 | 2026-07-09T21:49:29.831Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/mod/modprune |
| 1532 | 2026-07-09T21:49:29.832Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/mod/modinit |
| 1533 | 2026-07-09T21:49:29.853Z | [ 49%] Building CXX object CMakeFiles/geos.dir/src/linearref/ExtractLineByLocation.cpp.o |
| 1534 | 2026-07-09T21:49:29.853Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/mod/modupdate |
| 1535 | 2026-07-09T21:49:29.853Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/protoc |
| 1536 | 2026-07-09T21:49:29.853Z | github.com/bufbuild/buf/private/buf/cmd/buf/command/push |
| 1537 | 2026-07-09T21:49:29.909Z | [ 49%] Building CXX object CMakeFiles/geos.dir/src/linearref/LengthIndexOfPoint.cpp.o |
| 1538 | 2026-07-09T21:49:29.924Z | [ 49%] Building CXX object CMakeFiles/geos.dir/src/linearref/LengthIndexedLine.cpp.o |
| 1539 | 2026-07-09T21:49:29.938Z | [ 50%] Building CXX object CMakeFiles/geos.dir/src/linearref/LengthLocationMap.cpp.o |
| 1540 | 2026-07-09T21:49:29.938Z | [ 50%] Building CXX object CMakeFiles/geos.dir/src/linearref/LinearGeometryBuilder.cpp.o |
| 1541 | 2026-07-09T21:49:29.945Z | [ 50%] Building CXX object CMakeFiles/geos.dir/src/linearref/LinearIterator.cpp.o |
| 1542 | 2026-07-09T21:49:29.967Z | [ 50%] Building CXX object CMakeFiles/geos.dir/src/linearref/LinearLocation.cpp.o |
| 1543 | 2026-07-09T21:49:30.034Z | [ 50%] Building CXX object CMakeFiles/geos.dir/src/linearref/LocationIndexOfLine.cpp.o |
| 1544 | 2026-07-09T21:49:30.039Z | github.com/bufbuild/buf/private/buf/cmd/buf |
| 1545 | 2026-07-09T21:49:30.092Z | github.com/bufbuild/buf/cmd/buf |
| 1546 | 2026-07-09T21:49:30.148Z | [ 52%] Building CXX object CMakeFiles/geos.dir/src/linearref/LocationIndexOfPoint.cpp.o |
| 1547 | 2026-07-09T21:49:30.254Z | [ 52%] Building CXX object CMakeFiles/geos.dir/src/noding/BasicSegmentString.cpp.o |
| 1548 | 2026-07-09T21:49:30.262Z | [ 52%] Building CXX object CMakeFiles/geos.dir/src/noding/FastNodingValidator.cpp.o |
| 1549 | 2026-07-09T21:49:30.285Z | [ 52%] Building CXX object CMakeFiles/geos.dir/src/noding/FastSegmentSetIntersectionFinder.cpp.o |
| 1550 | 2026-07-09T21:49:30.296Z | [ 52%] Building CXX object CMakeFiles/geos.dir/src/noding/GeometryNoder.cpp.o |
| 1551 | 2026-07-09T21:49:30.304Z | [ 54%] Building CXX object CMakeFiles/geos.dir/src/noding/IntersectionAdder.cpp.o |
| 1552 | 2026-07-09T21:49:30.310Z | [ 54%] Building CXX object CMakeFiles/geos.dir/src/noding/IntersectionFinderAdder.cpp.o |
| 1553 | 2026-07-09T21:49:30.318Z | [ 54%] Building CXX object CMakeFiles/geos.dir/src/noding/IteratedNoder.cpp.o |
| 1554 | 2026-07-09T21:49:30.348Z | [ 54%] Building CXX object CMakeFiles/geos.dir/src/noding/MCIndexNoder.cpp.o |
| 1555 | 2026-07-09T21:49:30.383Z | [ 54%] Building CXX object CMakeFiles/geos.dir/src/noding/MCIndexSegmentSetMutualIntersector.cpp.o |
| 1556 | 2026-07-09T21:49:30.401Z | [ 55%] Building CXX object CMakeFiles/geos.dir/src/noding/NodedSegmentString.cpp.o |
| 1557 | 2026-07-09T21:49:30.448Z | [ 55%] Building CXX object CMakeFiles/geos.dir/src/noding/NodingIntersectionFinder.cpp.o |
| 1558 | 2026-07-09T21:49:30.492Z | [ 55%] Building CXX object CMakeFiles/geos.dir/src/noding/NodingValidator.cpp.o |
| 1559 | 2026-07-09T21:49:30.556Z | [ 55%] Building CXX object CMakeFiles/geos.dir/src/noding/Octant.cpp.o |
| 1560 | 2026-07-09T21:49:30.647Z | [ 55%] Building CXX object CMakeFiles/geos.dir/src/noding/OrientedCoordinateArray.cpp.o |
| 1561 | 2026-07-09T21:49:30.647Z | [ 57%] Building CXX object CMakeFiles/geos.dir/src/noding/ScaledNoder.cpp.o |
| 1562 | 2026-07-09T21:49:30.659Z | [ 57%] Building CXX object CMakeFiles/geos.dir/src/noding/SegmentIntersectionDetector.cpp.o |
| 1563 | 2026-07-09T21:49:30.659Z | [ 57%] Building CXX object CMakeFiles/geos.dir/src/noding/SegmentNode.cpp.o |
| 1564 | 2026-07-09T21:49:30.659Z | [ 57%] Building CXX object CMakeFiles/geos.dir/src/noding/SegmentNodeList.cpp.o |
| 1565 | 2026-07-09T21:49:30.676Z | [ 57%] Building CXX object CMakeFiles/geos.dir/src/noding/SegmentString.cpp.o |
| 1566 | 2026-07-09T21:49:30.709Z | [ 59%] Building CXX object CMakeFiles/geos.dir/src/noding/SegmentStringUtil.cpp.o |
| 1567 | 2026-07-09T21:49:30.740Z | [ 59%] Building CXX object CMakeFiles/geos.dir/src/noding/SimpleNoder.cpp.o |
| 1568 | 2026-07-09T21:49:30.755Z | [ 59%] Building CXX object CMakeFiles/geos.dir/src/noding/snapround/HotPixel.cpp.o |
| 1569 | 2026-07-09T21:49:30.755Z | [ 59%] Building CXX object CMakeFiles/geos.dir/src/noding/snapround/MCIndexPointSnapper.cpp.o |
| 1570 | 2026-07-09T21:49:30.802Z | [ 59%] Building CXX object CMakeFiles/geos.dir/src/noding/snapround/MCIndexSnapRounder.cpp.o |
| 1571 | 2026-07-09T21:49:30.815Z | [ 60%] Building CXX object CMakeFiles/geos.dir/src/noding/snapround/SimpleSnapRounder.cpp.o |
| 1572 | 2026-07-09T21:49:30.824Z | [ 60%] Building CXX object CMakeFiles/geos.dir/src/operation/GeometryGraphOperation.cpp.o |
| 1573 | 2026-07-09T21:49:30.881Z | [ 60%] Building CXX object CMakeFiles/geos.dir/src/operation/IsSimpleOp.cpp.o |
| 1574 | 2026-07-09T21:49:30.913Z | [ 60%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/BufferBuilder.cpp.o |
| 1575 | 2026-07-09T21:49:30.913Z | [ 60%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/BufferInputLineSimplifier.cpp.o |
| 1576 | 2026-07-09T21:49:30.936Z | [ 62%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/BufferOp.cpp.o |
| 1577 | 2026-07-09T21:49:30.936Z | [ 62%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/BufferParameters.cpp.o |
| 1578 | 2026-07-09T21:49:30.979Z | [ 62%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/BufferSubgraph.cpp.o |
| 1579 | 2026-07-09T21:49:30.987Z | [ 62%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/OffsetCurveBuilder.cpp.o |
| 1580 | 2026-07-09T21:49:30.988Z | [ 62%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/OffsetCurveSetBuilder.cpp.o |
| 1581 | 2026-07-09T21:49:31.029Z | [ 63%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/OffsetSegmentGenerator.cpp.o |
| 1582 | 2026-07-09T21:49:31.038Z | [ 63%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/RightmostEdgeFinder.cpp.o |
| 1583 | 2026-07-09T21:49:31.078Z | [ 63%] Building CXX object CMakeFiles/geos.dir/src/operation/buffer/SubgraphDepthLocater.cpp.o |
| 1584 | 2026-07-09T21:49:31.102Z | [ 63%] Building CXX object CMakeFiles/geos.dir/src/operation/distance/ConnectedElementLocationFilter.cpp.o |
| 1585 | 2026-07-09T21:49:31.117Z | [ 63%] Building CXX object CMakeFiles/geos.dir/src/operation/distance/ConnectedElementPointFilter.cpp.o |
| 1586 | 2026-07-09T21:49:31.193Z | [ 65%] Building CXX object CMakeFiles/geos.dir/src/operation/distance/DistanceOp.cpp.o |
| 1587 | 2026-07-09T21:49:31.232Z | [ 65%] Building CXX object CMakeFiles/geos.dir/src/operation/distance/FacetSequence.cpp.o |
| 1588 | 2026-07-09T21:49:31.249Z | [ 65%] Building CXX object CMakeFiles/geos.dir/src/operation/distance/FacetSequenceTreeBuilder.cpp.o |
| 1589 | 2026-07-09T21:49:31.257Z | [ 65%] Building CXX object CMakeFiles/geos.dir/src/operation/distance/GeometryLocation.cpp.o |
| 1590 | 2026-07-09T21:49:31.415Z | github.com/cockroachdb/gostdlib/x/tools/internal/semver |
| 1591 | 2026-07-09T21:49:31.415Z | go.mongodb.org/mongo-driver/bson/bsontype |
| 1592 | 2026-07-09T21:49:31.429Z | google.golang.org/protobuf/internal/flags |
| 1593 | 2026-07-09T21:49:31.429Z | github.com/grpc-ecosystem/grpc-gateway/internal/casing |
| 1594 | 2026-07-09T21:49:31.429Z | honnef.co/go/tools/internal/sync |
| 1595 | 2026-07-09T21:49:31.429Z | github.com/pseudomuto/protoc-gen-doc/extensions |
| 1596 | 2026-07-09T21:49:31.429Z | google.golang.org/protobuf/internal/set |
| 1597 | 2026-07-09T21:49:31.429Z | go.mongodb.org/mongo-driver/bson/bsonoptions |
| 1598 | 2026-07-09T21:49:31.429Z | honnef.co/go/tools/sarif |
| 1599 | 2026-07-09T21:49:31.473Z | [ 65%] Building CXX object CMakeFiles/geos.dir/src/operation/distance/IndexedFacetDistance.cpp.o |
| 1600 | 2026-07-09T21:49:31.536Z | [ 67%] Building CXX object CMakeFiles/geos.dir/src/operation/intersection/Rectangle.cpp.o |
| 1601 | 2026-07-09T21:49:31.550Z | [ 67%] Building CXX object CMakeFiles/geos.dir/src/operation/intersection/RectangleIntersection.cpp.o |
| 1602 | 2026-07-09T21:49:31.550Z | github.com/hashicorp/hcl/hcl/strconv |
| 1603 | 2026-07-09T21:49:31.550Z | google.golang.org/protobuf/internal/pragma |
| 1604 | 2026-07-09T21:49:31.550Z | github.com/josharian/intern |
| 1605 | 2026-07-09T21:49:31.550Z | internal/sysinfo |
| 1606 | 2026-07-09T21:49:31.550Z | [ 67%] Building CXX object CMakeFiles/geos.dir/src/operation/intersection/RectangleIntersectionBuilder.cpp.o |
| 1607 | 2026-07-09T21:49:31.567Z | [ 67%] Building CXX object CMakeFiles/geos.dir/src/operation/linemerge/EdgeString.cpp.o |
| 1608 | 2026-07-09T21:49:31.567Z | [ 67%] Building CXX object CMakeFiles/geos.dir/src/operation/linemerge/LineMergeDirectedEdge.cpp.o |
| 1609 | 2026-07-09T21:49:31.591Z | golang.org/x/text/transform |
| 1610 | 2026-07-09T21:49:31.602Z | hash/adler32 |
| 1611 | 2026-07-09T21:49:31.614Z | github.com/golang/glog/internal/stackdump |
| 1612 | 2026-07-09T21:49:31.615Z | github.com/huandu/xstrings |
| 1613 | 2026-07-09T21:49:31.627Z | encoding/base32 |
| 1614 | 2026-07-09T21:49:31.627Z | embed |
| 1615 | 2026-07-09T21:49:31.627Z | golang.org/x/tools/internal/packagepath |
| 1616 | 2026-07-09T21:49:31.627Z | github.com/BurntSushi/toml/internal |
| 1617 | 2026-07-09T21:49:31.627Z | [ 68%] Building CXX object CMakeFiles/geos.dir/src/operation/linemerge/LineMergeEdge.cpp.o |
| 1618 | 2026-07-09T21:49:31.627Z | [ 68%] Building CXX object CMakeFiles/geos.dir/src/operation/linemerge/LineMergeGraph.cpp.o |
| 1619 | 2026-07-09T21:49:31.636Z | [ 68%] Building CXX object CMakeFiles/geos.dir/src/operation/linemerge/LineMerger.cpp.o |
| 1620 | 2026-07-09T21:49:31.636Z | [ 68%] Building CXX object CMakeFiles/geos.dir/src/operation/linemerge/LineSequencer.cpp.o |
| 1621 | 2026-07-09T21:49:31.643Z | [ 68%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/EdgeSetNoder.cpp.o |
| 1622 | 2026-07-09T21:49:31.643Z | honnef.co/go/tools/printf |
| 1623 | 2026-07-09T21:49:31.711Z | [ 70%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/ElevationMatrix.cpp.o |
| 1624 | 2026-07-09T21:49:31.730Z | [ 70%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/ElevationMatrixCell.cpp.o |
| 1625 | 2026-07-09T21:49:31.754Z | [ 70%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/LineBuilder.cpp.o |
| 1626 | 2026-07-09T21:49:31.762Z | [ 70%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/MaximalEdgeRing.cpp.o |
| 1627 | 2026-07-09T21:49:31.836Z | github.com/cockroachdb/gostdlib/x/tools/internal/fastwalk |
| 1628 | 2026-07-09T21:49:31.880Z | github.com/cockroachdb/gostdlib/x/tools/internal/module |
| 1629 | 2026-07-09T21:49:31.880Z | github.com/cockroachdb/gostdlib/x/tools/internal/span |
| 1630 | 2026-07-09T21:49:31.880Z | github.com/cockroachdb/crlfmt/internal/parser |
| 1631 | 2026-07-09T21:49:31.880Z | github.com/cockroachdb/gostdlib/go/printer |
| 1632 | 2026-07-09T21:49:31.880Z | github.com/cockroachdb/gostdlib/x/tools/go/ast/astutil |
| 1633 | 2026-07-09T21:49:31.880Z | github.com/cockroachdb/ttycolor |
| 1634 | 2026-07-09T21:49:31.905Z | [ 70%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/MinimalEdgeRing.cpp.o |
| 1635 | 2026-07-09T21:49:31.949Z | [ 72%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/OverlayNodeFactory.cpp.o |
| 1636 | 2026-07-09T21:49:31.978Z | [ 72%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/OverlayOp.cpp.o |
| 1637 | 2026-07-09T21:49:32.013Z | [ 72%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/PointBuilder.cpp.o |
| 1638 | 2026-07-09T21:49:32.020Z | [ 72%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/PolygonBuilder.cpp.o |
| 1639 | 2026-07-09T21:49:32.035Z | github.com/cockroachdb/stress |
| 1640 | 2026-07-09T21:49:32.039Z | github.com/go-openapi/analysis/internal |
| 1641 | 2026-07-09T21:49:32.039Z | github.com/cockroachdb/crlfmt/internal/render |
| 1642 | 2026-07-09T21:49:32.039Z | github.com/mailru/easyjson/jlexer |
| 1643 | 2026-07-09T21:49:32.039Z | github.com/cockroachdb/gostdlib/x/tools/internal/gopathwalk |
| 1644 | 2026-07-09T21:49:32.039Z | github.com/PuerkitoBio/urlesc |
| 1645 | 2026-07-09T21:49:32.039Z | gopkg.in/yaml.v2 |
| 1646 | 2026-07-09T21:49:32.039Z | encoding/gob |
| 1647 | 2026-07-09T21:49:32.039Z | github.com/mailru/easyjson/buffer |
| 1648 | 2026-07-09T21:49:32.039Z | github.com/cockroachdb/gostdlib/x/tools/go/internal/packagesdriver |
| 1649 | 2026-07-09T21:49:32.039Z | golang.org/x/text/unicode/bidi |
| 1650 | 2026-07-09T21:49:32.073Z | github.com/client9/misspell |
| 1651 | 2026-07-09T21:49:32.091Z | [ 72%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/snap/GeometrySnapper.cpp.o |
| 1652 | 2026-07-09T21:49:32.101Z | github.com/cockroachdb/gostdlib/go/format |
| 1653 | 2026-07-09T21:49:32.101Z | github.com/cockroachdb/gostdlib/cmd/gofmt |
| 1654 | 2026-07-09T21:49:32.107Z | golang.org/x/text/unicode/norm |
| 1655 | 2026-07-09T21:49:32.123Z | golang.org/x/text/width |
| 1656 | 2026-07-09T21:49:32.126Z | github.com/cockroachdb/tools/cmd/stringer |
| 1657 | 2026-07-09T21:49:32.135Z | [ 73%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/snap/LineStringSnapper.cpp.o |
| 1658 | 2026-07-09T21:49:32.192Z | [ 73%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp.o |
| 1659 | 2026-07-09T21:49:32.210Z | [ 73%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/snap/SnapOverlayOp.cpp.o |
| 1660 | 2026-07-09T21:49:32.217Z | [ 73%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/validate/FuzzyPointLocator.cpp.o |
| 1661 | 2026-07-09T21:49:32.222Z | github.com/asaskevich/govalidator |
| 1662 | 2026-07-09T21:49:32.273Z | github.com/mitchellh/mapstructure |
| 1663 | 2026-07-09T21:49:32.273Z | github.com/go-openapi/errors |
| 1664 | 2026-07-09T21:49:32.278Z | [ 73%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/validate/OffsetPointGenerator.cpp.o |
| 1665 | 2026-07-09T21:49:32.291Z | [ 75%] Building CXX object CMakeFiles/geos.dir/src/operation/overlay/validate/OverlayResultValidator.cpp.o |
| 1666 | 2026-07-09T21:49:32.312Z | github.com/oklog/ulid |
| 1667 | 2026-07-09T21:49:32.398Z | [ 75%] Building CXX object CMakeFiles/geos.dir/src/operation/polygonize/BuildArea.cpp.o |
| 1668 | 2026-07-09T21:49:32.417Z | [ 75%] Building CXX object CMakeFiles/geos.dir/src/operation/polygonize/EdgeRing.cpp.o |
| 1669 | 2026-07-09T21:49:32.423Z | go.mongodb.org/mongo-driver/bson/primitive |
| 1670 | 2026-07-09T21:49:32.428Z | github.com/go-stack/stack |
| 1671 | 2026-07-09T21:49:32.428Z | [ 75%] Building CXX object CMakeFiles/geos.dir/src/operation/polygonize/HoleAssigner.cpp.o |
| 1672 | 2026-07-09T21:49:32.458Z | net/mail |
| 1673 | 2026-07-09T21:49:32.468Z | github.com/cockroachdb/gostdlib/x/tools/go/packages |
| 1674 | 2026-07-09T21:49:32.497Z | encoding/xml |
| 1675 | 2026-07-09T21:49:32.573Z | go.mongodb.org/mongo-driver/x/bsonx/bsoncore |
| 1676 | 2026-07-09T21:49:32.576Z | github.com/go-openapi/runtime/logger |
| 1677 | 2026-07-09T21:49:32.580Z | github.com/go-openapi/runtime/middleware/denco |
| 1678 | 2026-07-09T21:49:32.601Z | github.com/go-openapi/runtime/middleware/header |
| 1679 | 2026-07-09T21:49:32.608Z | github.com/mailru/easyjson/jwriter |
| 1680 | 2026-07-09T21:49:32.608Z | github.com/client9/misspell/cmd/misspell |
| 1681 | 2026-07-09T21:49:32.616Z | golang.org/x/text/secure/bidirule |
| 1682 | 2026-07-09T21:49:32.620Z | [ 75%] Building CXX object CMakeFiles/geos.dir/src/operation/polygonize/PolygonizeDirectedEdge.cpp.o |
| 1683 | 2026-07-09T21:49:32.638Z | golang.org/x/tools/go/ast/astutil |
| 1684 | 2026-07-09T21:49:32.642Z | [ 77%] Building CXX object CMakeFiles/geos.dir/src/operation/polygonize/PolygonizeEdge.cpp.o |
| 1685 | 2026-07-09T21:49:32.668Z | github.com/go-openapi/inflect |
| 1686 | 2026-07-09T21:49:32.671Z | github.com/fsnotify/fsnotify |
| 1687 | 2026-07-09T21:49:32.674Z | golang.org/x/net/idna |
| 1688 | 2026-07-09T21:49:32.738Z | github.com/hashicorp/hcl/hcl/token |
| 1689 | 2026-07-09T21:49:32.754Z | github.com/magiconair/properties |
| 1690 | 2026-07-09T21:49:32.758Z | github.com/go-openapi/swag |
| 1691 | 2026-07-09T21:49:32.763Z | [ 77%] Building CXX object CMakeFiles/geos.dir/src/operation/polygonize/PolygonizeGraph.cpp.o |
| 1692 | 2026-07-09T21:49:32.801Z | go.mongodb.org/mongo-driver/bson/bsonrw |
| 1693 | 2026-07-09T21:49:32.806Z | github.com/cockroachdb/gostdlib/x/tools/internal/imports |
| 1694 | 2026-07-09T21:49:32.828Z | github.com/hashicorp/hcl/hcl/ast |
| 1695 | 2026-07-09T21:49:32.834Z | github.com/hashicorp/hcl/hcl/scanner |
| 1696 | 2026-07-09T21:49:32.834Z | github.com/hashicorp/hcl/json/token |
| 1697 | 2026-07-09T21:49:32.864Z | github.com/pelletier/go-toml |
| 1698 | 2026-07-09T21:49:32.867Z | github.com/spf13/afero/mem |
| 1699 | 2026-07-09T21:49:32.875Z | github.com/PuerkitoBio/purell |
| 1700 | 2026-07-09T21:49:32.893Z | github.com/hashicorp/hcl/json/scanner |
| 1701 | 2026-07-09T21:49:32.912Z | github.com/spf13/cast |
| 1702 | 2026-07-09T21:49:32.941Z | github.com/spf13/jwalterweatherman |
| 1703 | 2026-07-09T21:49:32.950Z | github.com/subosito/gotenv |
| 1704 | 2026-07-09T21:49:32.954Z | github.com/spf13/afero |
| 1705 | 2026-07-09T21:49:32.959Z | gopkg.in/ini.v1 |
| 1706 | 2026-07-09T21:49:32.966Z | [ 77%] Building CXX object CMakeFiles/geos.dir/src/operation/polygonize/Polygonizer.cpp.o |
| 1707 | 2026-07-09T21:49:32.997Z | [ 77%] Building CXX object CMakeFiles/geos.dir/src/operation/predicate/RectangleContains.cpp.o |
| 1708 | 2026-07-09T21:49:33.008Z | golang.org/x/mod/internal/lazyregexp |
| 1709 | 2026-07-09T21:49:33.026Z | [ 77%] Building CXX object CMakeFiles/geos.dir/src/operation/predicate/RectangleIntersects.cpp.o |
| 1710 | 2026-07-09T21:49:33.042Z | [ 78%] Building CXX object CMakeFiles/geos.dir/src/operation/predicate/SegmentIntersectionTester.cpp.o |
| 1711 | 2026-07-09T21:49:33.077Z | golang.org/x/tools/internal/gopathwalk |
| 1712 | 2026-07-09T21:49:33.081Z | [ 78%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/EdgeEndBuilder.cpp.o |
| 1713 | 2026-07-09T21:49:33.217Z | [ 78%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/EdgeEndBundle.cpp.o |
| 1714 | 2026-07-09T21:49:33.288Z | [ 78%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/EdgeEndBundleStar.cpp.o |
| 1715 | 2026-07-09T21:49:33.296Z | testing |
| 1716 | 2026-07-09T21:49:33.299Z | github.com/hashicorp/hcl/hcl/parser |
| 1717 | 2026-07-09T21:49:33.300Z | github.com/hashicorp/hcl/json/parser |
| 1718 | 2026-07-09T21:49:33.300Z | golang.org/x/sys/unix |
| 1719 | 2026-07-09T21:49:33.300Z | github.com/felixge/httpsnoop |
| 1720 | 2026-07-09T21:49:33.303Z | go.mongodb.org/mongo-driver/bson/bsoncodec |
| 1721 | 2026-07-09T21:49:33.306Z | golang.org/x/mod/module |
| 1722 | 2026-07-09T21:49:33.310Z | github.com/toqueteos/webbrowser |
| 1723 | 2026-07-09T21:49:33.321Z | github.com/golang/mock/mockgen/model |
| 1724 | 2026-07-09T21:49:33.339Z | compress/zlib |
| 1725 | 2026-07-09T21:49:33.376Z | [ 80%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/RelateComputer.cpp.o |
| 1726 | 2026-07-09T21:49:33.381Z | debug/dwarf |
| 1727 | 2026-07-09T21:49:33.484Z | github.com/cockroachdb/gostdlib/x/tools/imports |
| 1728 | 2026-07-09T21:49:33.487Z | github.com/cockroachdb/gostdlib/x/tools/cmd/goimports |
| 1729 | 2026-07-09T21:49:33.497Z | [ 80%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/RelateNode.cpp.o |
| 1730 | 2026-07-09T21:49:33.513Z | [ 80%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/RelateNodeFactory.cpp.o |
| 1731 | 2026-07-09T21:49:33.518Z | internal/zstd |
| 1732 | 2026-07-09T21:49:33.597Z | internal/exportdata |
| 1733 | 2026-07-09T21:49:33.601Z | [ 80%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/RelateNodeGraph.cpp.o |
| 1734 | 2026-07-09T21:49:33.625Z | [ 80%] Building CXX object CMakeFiles/geos.dir/src/operation/relate/RelateOp.cpp.o |
| 1735 | 2026-07-09T21:49:33.655Z | internal/pkgbits |
| 1736 | 2026-07-09T21:49:33.674Z | golang.org/x/tools/internal/modindex |
| 1737 | 2026-07-09T21:49:33.677Z | [ 81%] Building CXX object CMakeFiles/geos.dir/src/operation/sharedpaths/SharedPathsOp.cpp.o |
| 1738 | 2026-07-09T21:49:33.681Z | github.com/hashicorp/hcl |
| 1739 | 2026-07-09T21:49:33.685Z | [ 81%] Building CXX object CMakeFiles/geos.dir/src/operation/union/CascadedPolygonUnion.cpp.o |
| 1740 | 2026-07-09T21:49:33.772Z | [ 81%] Building CXX object CMakeFiles/geos.dir/src/operation/union/CascadedUnion.cpp.o |
| 1741 | 2026-07-09T21:49:33.798Z | github.com/hashicorp/hcl/hcl/printer |
| 1742 | 2026-07-09T21:49:33.802Z | go/internal/srcimporter |
| 1743 | 2026-07-09T21:49:33.809Z | github.com/gorilla/handlers |
| 1744 | 2026-07-09T21:49:33.813Z | [ 81%] Building CXX object CMakeFiles/geos.dir/src/operation/union/CoverageUnion.cpp.o |
| 1745 | 2026-07-09T21:49:33.823Z | golang.org/x/mod/modfile |
| 1746 | 2026-07-09T21:49:33.836Z | [ 81%] Building CXX object CMakeFiles/geos.dir/src/operation/union/OverlapUnion.cpp.o |
| 1747 | 2026-07-09T21:49:33.852Z | github.com/golang/glog/internal/logsink |
| 1748 | 2026-07-09T21:49:33.857Z | google.golang.org/protobuf/internal/detrand |
| 1749 | 2026-07-09T21:49:33.861Z | github.com/go-openapi/jsonpointer |
| 1750 | 2026-07-09T21:49:33.896Z | [ 83%] Building CXX object CMakeFiles/geos.dir/src/operation/union/PointGeometryUnion.cpp.o |
| 1751 | 2026-07-09T21:49:33.913Z | github.com/go-openapi/loads/fmts |
| 1752 | 2026-07-09T21:49:33.924Z | internal/xcoff |
| 1753 | 2026-07-09T21:49:33.969Z | [ 83%] Building CXX object CMakeFiles/geos.dir/src/operation/union/UnaryUnionOp.cpp.o |
| 1754 | 2026-07-09T21:49:33.981Z | go/internal/gcimporter |
| 1755 | 2026-07-09T21:49:33.985Z | google.golang.org/protobuf/internal/errors |
| 1756 | 2026-07-09T21:49:33.985Z | github.com/go-openapi/jsonreference |
| 1757 | 2026-07-09T21:49:33.985Z | github.com/golang/glog |
| 1758 | 2026-07-09T21:49:33.991Z | google.golang.org/protobuf/internal/editiondefaults |
| 1759 | 2026-07-09T21:49:34.029Z | google.golang.org/protobuf/internal/version |
| 1760 | 2026-07-09T21:49:34.039Z | [ 83%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/ConnectedInteriorTester.cpp.o |
| 1761 | 2026-07-09T21:49:34.042Z | github.com/ghodss/yaml |
| 1762 | 2026-07-09T21:49:34.062Z | github.com/grpc-ecosystem/grpc-gateway/utilities |
| 1763 | 2026-07-09T21:49:34.068Z | github.com/cockroachdb/crlfmt |
| 1764 | 2026-07-09T21:49:34.074Z | github.com/kevinburke/go-bindata |
| 1765 | 2026-07-09T21:49:34.102Z | golang.org/x/tools/go/analysis |
| 1766 | 2026-07-09T21:49:34.107Z | [ 83%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/ConsistentAreaTester.cpp.o |
| 1767 | 2026-07-09T21:49:34.119Z | [ 83%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/IndexedNestedRingTester.cpp.o |
| 1768 | 2026-07-09T21:49:34.142Z | golang.org/x/tools/cover |
| 1769 | 2026-07-09T21:49:34.156Z | github.com/spf13/viper |
| 1770 | 2026-07-09T21:49:34.165Z | [ 85%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/IsValidOp.cpp.o |
| 1771 | 2026-07-09T21:49:34.230Z | github.com/mibk/dupl/suffixtree |
| 1772 | 2026-07-09T21:49:34.234Z | github.com/kevinburke/go-bindata/go-bindata |
| 1773 | 2026-07-09T21:49:34.234Z | github.com/kisielk/errcheck/errcheck |
| 1774 | 2026-07-09T21:49:34.244Z | [ 85%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/MakeValid.cpp.o |
| 1775 | 2026-07-09T21:49:34.300Z | go.mongodb.org/mongo-driver/bson |
| 1776 | 2026-07-09T21:49:34.315Z | [ 85%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/QuadtreeNestedRingTester.cpp.o |
| 1777 | 2026-07-09T21:49:34.327Z | github.com/mmatczuk/go_generics/globals |
| 1778 | 2026-07-09T21:49:34.387Z | [ 85%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/RepeatedPointRemover.cpp.o |
| 1779 | 2026-07-09T21:49:34.421Z | golang.org/x/tools/internal/imports |
| 1780 | 2026-07-09T21:49:34.425Z | google.golang.org/protobuf/encoding/protowire |
| 1781 | 2026-07-09T21:49:34.485Z | github.com/kisielk/errcheck |
| 1782 | 2026-07-09T21:49:34.490Z | [ 85%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/RepeatedPointTester.cpp.o |
| 1783 | 2026-07-09T21:49:34.539Z | github.com/mibk/dupl/syntax |
| 1784 | 2026-07-09T21:49:34.543Z | github.com/mmatczuk/go_generics/cmd/go_generics |
| 1785 | 2026-07-09T21:49:34.543Z | github.com/Masterminds/goutils |
| 1786 | 2026-07-09T21:49:34.543Z | github.com/mattn/goveralls |
| 1787 | 2026-07-09T21:49:34.548Z | debug/elf |
| 1788 | 2026-07-09T21:49:34.548Z | github.com/go-openapi/spec |
| 1789 | 2026-07-09T21:49:34.548Z | github.com/go-openapi/strfmt |
| 1790 | 2026-07-09T21:49:34.559Z | [ 86%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/SimpleNestedRingTester.cpp.o |
| 1791 | 2026-07-09T21:49:34.563Z | github.com/jessevdk/go-flags |
| 1792 | 2026-07-09T21:49:34.596Z | [ 86%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/SweeplineNestedRingTester.cpp.o |
| 1793 | 2026-07-09T21:49:34.620Z | github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule |
| 1794 | 2026-07-09T21:49:34.649Z | [ 86%] Building CXX object CMakeFiles/geos.dir/src/operation/valid/TopologyValidationError.cpp.o |
| 1795 | 2026-07-09T21:49:34.655Z | [ 86%] Building CXX object CMakeFiles/geos.dir/src/planargraph/DirectedEdge.cpp.o |
| 1796 | 2026-07-09T21:49:34.659Z | github.com/mibk/dupl/syntax/golang |
| 1797 | 2026-07-09T21:49:34.659Z | github.com/Masterminds/semver |
| 1798 | 2026-07-09T21:49:34.663Z | github.com/mibk/dupl/output |
| 1799 | 2026-07-09T21:49:34.688Z | google.golang.org/protobuf/reflect/protoreflect |
| 1800 | 2026-07-09T21:49:34.706Z | github.com/google/uuid |
| 1801 | 2026-07-09T21:49:34.753Z | github.com/imdario/mergo |
| 1802 | 2026-07-09T21:49:34.757Z | [ 86%] Building CXX object CMakeFiles/geos.dir/src/planargraph/DirectedEdgeStar.cpp.o |
| 1803 | 2026-07-09T21:49:34.772Z | github.com/mitchellh/reflectwalk |
| 1804 | 2026-07-09T21:49:34.819Z | [ 86%] Building CXX object CMakeFiles/geos.dir/src/planargraph/Node.cpp.o |
| 1805 | 2026-07-09T21:49:34.819Z | [ 88%] Building CXX object CMakeFiles/geos.dir/src/planargraph/Edge.cpp.o |
| 1806 | 2026-07-09T21:49:34.863Z | github.com/mibk/dupl/job |
| 1807 | 2026-07-09T21:49:34.868Z | [ 88%] Building CXX object CMakeFiles/geos.dir/src/planargraph/NodeMap.cpp.o |
| 1808 | 2026-07-09T21:49:34.882Z | google.golang.org/protobuf/internal/encoding/messageset |
| 1809 | 2026-07-09T21:49:34.887Z | google.golang.org/protobuf/internal/strs |
| 1810 | 2026-07-09T21:49:34.947Z | [ 88%] Building CXX object CMakeFiles/geos.dir/src/planargraph/PlanarGraph.cpp.o |
| 1811 | 2026-07-09T21:49:34.968Z | github.com/go-openapi/runtime |
| 1812 | 2026-07-09T21:49:34.975Z | [ 88%] Building CXX object CMakeFiles/geos.dir/src/planargraph/Subgraph.cpp.o |
| 1813 | 2026-07-09T21:49:34.995Z | [ 90%] Building CXX object CMakeFiles/geos.dir/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp.o |
| 1814 | 2026-07-09T21:49:34.995Z | google.golang.org/protobuf/internal/genid |
| 1815 | 2026-07-09T21:49:35.053Z | google.golang.org/protobuf/internal/order |
| 1816 | 2026-07-09T21:49:35.058Z | go/internal/gccgoimporter |
| 1817 | 2026-07-09T21:49:35.124Z | [ 90%] Building CXX object CMakeFiles/geos.dir/src/precision/CommonBitsOp.cpp.o |
| 1818 | 2026-07-09T21:49:35.129Z | [ 90%] Building CXX object CMakeFiles/geos.dir/src/precision/CommonBits.cpp.o |
| 1819 | 2026-07-09T21:49:35.130Z | google.golang.org/protobuf/runtime/protoiface |
| 1820 | 2026-07-09T21:49:35.130Z | google.golang.org/protobuf/internal/descfmt |
| 1821 | 2026-07-09T21:49:35.130Z | google.golang.org/protobuf/internal/descopts |
| 1822 | 2026-07-09T21:49:35.140Z | [ 90%] Building CXX object CMakeFiles/geos.dir/src/precision/CommonBitsRemover.cpp.o |
| 1823 | 2026-07-09T21:49:35.150Z | github.com/go-openapi/runtime/security |
| 1824 | 2026-07-09T21:49:35.155Z | [ 90%] Building CXX object CMakeFiles/geos.dir/src/precision/EnhancedPrecisionOp.cpp.o |
| 1825 | 2026-07-09T21:49:35.171Z | [ 91%] Building CXX object CMakeFiles/geos.dir/src/precision/GeometryPrecisionReducer.cpp.o |
| 1826 | 2026-07-09T21:49:35.192Z | golang.org/x/tools/imports |
| 1827 | 2026-07-09T21:49:35.203Z | [ 91%] Building CXX object CMakeFiles/geos.dir/src/precision/MinimumClearance.cpp.o |
| 1828 | 2026-07-09T21:49:35.212Z | github.com/mibk/dupl |
| 1829 | 2026-07-09T21:49:35.216Z | github.com/mitchellh/copystructure |
| 1830 | 2026-07-09T21:49:35.245Z | golang.org/x/crypto/pbkdf2 |
| 1831 | 2026-07-09T21:49:35.266Z | [ 91%] Building CXX object CMakeFiles/geos.dir/src/precision/PrecisionReducerCoordinateOperation.cpp.o |
| 1832 | 2026-07-09T21:49:35.302Z | [ 91%] Building CXX object CMakeFiles/geos.dir/src/precision/SimpleGeometryPrecisionReducer.cpp.o |
| 1833 | 2026-07-09T21:49:35.306Z | [ 91%] Building CXX object CMakeFiles/geos.dir/src/simplify/DouglasPeuckerLineSimplifier.cpp.o |
| 1834 | 2026-07-09T21:49:35.310Z | [ 93%] Building CXX object CMakeFiles/geos.dir/src/simplify/DouglasPeuckerSimplifier.cpp.o |
| 1835 | 2026-07-09T21:49:35.314Z | [ 91%] Building CXX object CMakeFiles/geos.dir/src/simplify/LineSegmentIndex.cpp.o |
| 1836 | 2026-07-09T21:49:35.321Z | [ 93%] Building CXX object CMakeFiles/geos.dir/src/simplify/TaggedLineSegment.cpp.o |
| 1837 | 2026-07-09T21:49:35.350Z | [ 93%] Building CXX object CMakeFiles/geos.dir/src/simplify/TaggedLineString.cpp.o |
| 1838 | 2026-07-09T21:49:35.409Z | github.com/wadey/gocovmerge |
| 1839 | 2026-07-09T21:49:35.423Z | golang.org/x/perf/internal/stats |
| 1840 | 2026-07-09T21:49:35.426Z | google.golang.org/protobuf/reflect/protoregistry |
| 1841 | 2026-07-09T21:49:35.426Z | google.golang.org/protobuf/internal/encoding/text |
| 1842 | 2026-07-09T21:49:35.426Z | github.com/mwitkow/go-proto-validators |
| 1843 | 2026-07-09T21:49:35.426Z | google.golang.org/protobuf/internal/encoding/json |
| 1844 | 2026-07-09T21:49:35.433Z | go/importer |
| 1845 | 2026-07-09T21:49:35.462Z | [ 93%] Building CXX object CMakeFiles/geos.dir/src/simplify/TaggedLineStringSimplifier.cpp.o |
| 1846 | 2026-07-09T21:49:35.487Z | golang.org/x/crypto/scrypt |
| 1847 | 2026-07-09T21:49:35.487Z | golang.org/x/perf/storage/benchfmt |
| 1848 | 2026-07-09T21:49:35.492Z | golang.org/x/tools/go/analysis/passes/inspect |
| 1849 | 2026-07-09T21:49:35.492Z | golang.org/x/tools/cmd/goyacc |
| 1850 | 2026-07-09T21:49:35.492Z | golang.org/x/tools/internal/analysis/analyzerutil |
| 1851 | 2026-07-09T21:49:35.503Z | [ 95%] Building CXX object CMakeFiles/geos.dir/src/simplify/TaggedLinesSimplifier.cpp.o |
| 1852 | 2026-07-09T21:49:35.535Z | github.com/Masterminds/sprig |
| 1853 | 2026-07-09T21:49:35.548Z | golang.org/x/tools/go/analysis/internal/analysisflags |
| 1854 | 2026-07-09T21:49:35.562Z | github.com/go-openapi/analysis |
| 1855 | 2026-07-09T21:49:35.578Z | github.com/go-swagger/go-swagger/cmd/swagger/commands/diff |
| 1856 | 2026-07-09T21:49:35.584Z | github.com/go-swagger/go-swagger/cmd/swagger/commands/initcmd |
| 1857 | 2026-07-09T21:49:35.584Z | golang.org/x/tools/go/analysis/internal |
| 1858 | 2026-07-09T21:49:35.584Z | github.com/go-swagger/go-swagger/codescan |
| 1859 | 2026-07-09T21:49:35.601Z | golang.org/x/tools/internal/astutil/free |
| 1860 | 2026-07-09T21:49:35.604Z | golang.org/x/tools/go/analysis/passes/shadow |
| 1861 | 2026-07-09T21:49:35.604Z | [ 95%] Building CXX object CMakeFiles/geos.dir/src/simplify/TopologyPreservingSimplifier.cpp.o |
| 1862 | 2026-07-09T21:49:35.654Z | [ 95%] Building CXX object CMakeFiles/geos.dir/src/triangulate/DelaunayTriangulationBuilder.cpp.o |
| 1863 | 2026-07-09T21:49:35.684Z | golang.org/x/tools/internal/diff/lcs |
| 1864 | 2026-07-09T21:49:35.709Z | github.com/golang/mock/mockgen |
| 1865 | 2026-07-09T21:49:35.717Z | [ 95%] Building CXX object CMakeFiles/geos.dir/src/triangulate/IncrementalDelaunayTriangulator.cpp.o |
| 1866 | 2026-07-09T21:49:35.720Z | google.golang.org/protobuf/proto |
| 1867 | 2026-07-09T21:49:35.739Z | golang.org/x/tools/internal/facts |
| 1868 | 2026-07-09T21:49:35.743Z | golang.org/x/tools/go/buildutil |
| 1869 | 2026-07-09T21:49:35.743Z | golang.org/x/perf/benchstat |
| 1870 | 2026-07-09T21:49:35.769Z | honnef.co/go/tools/analysis/facts/tokenfile |
| 1871 | 2026-07-09T21:49:35.778Z | golang.org/x/tools/internal/diff |
| 1872 | 2026-07-09T21:49:35.816Z | github.com/BurntSushi/toml |
| 1873 | 2026-07-09T21:49:35.826Z | [ 95%] Building CXX object CMakeFiles/geos.dir/src/triangulate/VoronoiDiagramBuilder.cpp.o |
| 1874 | 2026-07-09T21:49:35.837Z | debug/macho |
| 1875 | 2026-07-09T21:49:35.841Z | honnef.co/go/tools/internal/robustio |
| 1876 | 2026-07-09T21:49:35.856Z | [ 96%] Building CXX object CMakeFiles/geos.dir/src/triangulate/quadedge/LastFoundQuadEdgeLocator.cpp.o |
| 1877 | 2026-07-09T21:49:35.863Z | [ 96%] Building CXX object CMakeFiles/geos.dir/src/triangulate/quadedge/LocateFailureException.cpp.o |
| 1878 | 2026-07-09T21:49:35.873Z | honnef.co/go/tools/analysis/facts/generated |
| 1879 | 2026-07-09T21:49:35.873Z | golang.org/x/exp/typeparams |
| 1880 | 2026-07-09T21:49:35.884Z | honnef.co/go/tools/go/ast/astutil |
| 1881 | 2026-07-09T21:49:35.911Z | golang.org/x/tools/go/internal/cgo |
| 1882 | 2026-07-09T21:49:35.932Z | google.golang.org/protobuf/encoding/prototext |
| 1883 | 2026-07-09T21:49:35.951Z | google.golang.org/protobuf/internal/encoding/defval |
| 1884 | 2026-07-09T21:49:36.000Z | honnef.co/go/tools/go/types/typeutil |
| 1885 | 2026-07-09T21:49:36.004Z | [ 96%] Building CXX object CMakeFiles/geos.dir/src/triangulate/quadedge/QuadEdge.cpp.o |
| 1886 | 2026-07-09T21:49:36.026Z | golang.org/x/tools/go/loader |
| 1887 | 2026-07-09T21:49:36.030Z | [ 96%] Building CXX object CMakeFiles/geos.dir/src/triangulate/quadedge/QuadEdgeSubdivision.cpp.o |
| 1888 | 2026-07-09T21:49:36.030Z | [ 96%] Building CXX object CMakeFiles/geos.dir/src/triangulate/quadedge/TrianglePredicate.cpp.o |
| 1889 | 2026-07-09T21:49:36.067Z | [ 98%] Building CXX object CMakeFiles/geos.dir/src/triangulate/quadedge/Vertex.cpp.o |
| 1890 | 2026-07-09T21:49:36.121Z | [ 98%] Building CXX object CMakeFiles/geos.dir/src/util/Assert.cpp.o |
| 1891 | 2026-07-09T21:49:36.146Z | [ 98%] Building CXX object CMakeFiles/geos.dir/src/util/GeometricShapeFactory.cpp.o |
| 1892 | 2026-07-09T21:49:36.155Z | [ 98%] Building CXX object CMakeFiles/geos.dir/src/util/Interrupt.cpp.o |
| 1893 | 2026-07-09T21:49:36.176Z | [ 98%] Building CXX object CMakeFiles/geos.dir/src/util/Profiler.cpp.o |
| 1894 | 2026-07-09T21:49:36.209Z | [100%] Building CXX object CMakeFiles/geos.dir/src/util/math.cpp.o |
| 1895 | 2026-07-09T21:49:36.318Z | google.golang.org/protobuf/internal/filedesc |
| 1896 | 2026-07-09T21:49:36.324Z | honnef.co/go/tools/go/buildid |
| 1897 | 2026-07-09T21:49:36.327Z | honnef.co/go/tools/internal/renameio |
| 1898 | 2026-07-09T21:49:36.327Z | golang.org/x/tools/internal/analysis/driverutil |
| 1899 | 2026-07-09T21:49:36.327Z | honnef.co/go/tools/knowledge |
| 1900 | 2026-07-09T21:49:36.327Z | honnef.co/go/tools/analysis/lint |
| 1901 | 2026-07-09T21:49:36.327Z | honnef.co/go/tools/pattern |
| 1902 | 2026-07-09T21:49:36.327Z | honnef.co/go/tools/lintcmd/version |
| 1903 | 2026-07-09T21:49:36.327Z | honnef.co/go/tools/analysis/facts/deprecated |
| 1904 | 2026-07-09T21:49:36.344Z | honnef.co/go/tools/config |
| 1905 | 2026-07-09T21:49:36.360Z | honnef.co/go/tools/staticcheck/fakereflect |
| 1906 | 2026-07-09T21:49:36.395Z | golang.org/x/perf/cmd/benchstat |
| 1907 | 2026-07-09T21:49:36.423Z | honnef.co/go/tools/lintcmd/cache |
| 1908 | 2026-07-09T21:49:36.461Z | honnef.co/go/tools/analysis/facts/directives |
| 1909 | 2026-07-09T21:49:36.464Z | honnef.co/go/tools/go/ir |
| 1910 | 2026-07-09T21:49:36.464Z | golang.org/x/tools/go/analysis/checker |
| 1911 | 2026-07-09T21:49:36.464Z | golang.org/x/tools/go/analysis/unitchecker |
| 1912 | 2026-07-09T21:49:36.490Z | honnef.co/go/tools/staticcheck/fakejson |
| 1913 | 2026-07-09T21:49:36.494Z | honnef.co/go/tools/staticcheck/fakexml |
| 1914 | 2026-07-09T21:49:36.531Z | honnef.co/go/tools/go/loader |
| 1915 | 2026-07-09T21:49:36.534Z | github.com/go-openapi/loads |
| 1916 | 2026-07-09T21:49:36.625Z | golang.org/x/tools/go/analysis/internal/checker |
| 1917 | 2026-07-09T21:49:36.639Z | github.com/go-openapi/runtime/middleware/untyped |
| 1918 | 2026-07-09T21:49:36.651Z | github.com/go-openapi/validate |
| 1919 | 2026-07-09T21:49:36.656Z | honnef.co/go/tools/analysis/edit |
| 1920 | 2026-07-09T21:49:36.665Z | google.golang.org/protobuf/internal/encoding/tag |
| 1921 | 2026-07-09T21:49:36.669Z | google.golang.org/protobuf/encoding/protojson |
| 1922 | 2026-07-09T21:49:36.691Z | golang.org/x/tools/go/analysis/singlechecker |
| 1923 | 2026-07-09T21:49:36.719Z | google.golang.org/protobuf/internal/impl |
| 1924 | 2026-07-09T21:49:36.735Z | golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow |
| 1925 | 2026-07-09T21:49:36.854Z | github.com/go-openapi/runtime/middleware |
| 1926 | 2026-07-09T21:49:36.859Z | github.com/go-swagger/go-swagger/generator |
| 1927 | 2026-07-09T21:49:37.109Z | honnef.co/go/tools/internal/passes/buildir |
| 1928 | 2026-07-09T21:49:37.112Z | honnef.co/go/tools/go/ir/irutil |
| 1929 | 2026-07-09T21:49:37.166Z | honnef.co/go/tools/analysis/facts/nilness |
| 1930 | 2026-07-09T21:49:37.191Z | google.golang.org/protobuf/internal/filetype |
| 1931 | 2026-07-09T21:49:37.194Z | honnef.co/go/tools/analysis/facts/typedness |
| 1932 | 2026-07-09T21:49:37.198Z | honnef.co/go/tools/analysis/facts/purity |
| 1933 | 2026-07-09T21:49:37.241Z | github.com/go-swagger/go-swagger/cmd/swagger/commands/generate |
| 1934 | 2026-07-09T21:49:37.247Z | [100%] Linking CXX shared library lib/libgeos.so |
| 1935 | 2026-07-09T21:49:37.250Z | google.golang.org/protobuf/runtime/protoimpl |
| 1936 | 2026-07-09T21:49:37.269Z | honnef.co/go/tools/analysis/code |
| 1937 | 2026-07-09T21:49:37.285Z | google.golang.org/protobuf/types/known/timestamppb |
| 1938 | 2026-07-09T21:49:37.285Z | google.golang.org/protobuf/types/descriptorpb |
| 1939 | 2026-07-09T21:49:37.288Z | google.golang.org/protobuf/types/known/durationpb |
| 1940 | 2026-07-09T21:49:37.319Z | github.com/go-swagger/go-swagger/cmd/swagger/commands |
| 1941 | 2026-07-09T21:49:37.342Z | honnef.co/go/tools/analysis/report |
| 1942 | 2026-07-09T21:49:37.389Z | [100%] Building CXX object CMakeFiles/geos_c.dir/capi/geos_c.cpp.o |
| 1943 | 2026-07-09T21:49:37.392Z | [100%] Building CXX object CMakeFiles/geos_c.dir/capi/geos_ts_c.cpp.o |
| 1944 | 2026-07-09T21:49:37.397Z | honnef.co/go/tools/unused |
| 1945 | 2026-07-09T21:49:37.400Z | honnef.co/go/tools/quickfix/qf1003 |
| 1946 | 2026-07-09T21:49:37.400Z | honnef.co/go/tools/quickfix/qf1002 |
| 1947 | 2026-07-09T21:49:37.400Z | honnef.co/go/tools/quickfix/qf1007 |
| 1948 | 2026-07-09T21:49:37.400Z | honnef.co/go/tools/quickfix/qf1012 |
| 1949 | 2026-07-09T21:49:37.400Z | honnef.co/go/tools/quickfix/qf1005 |
| 1950 | 2026-07-09T21:49:37.400Z | honnef.co/go/tools/quickfix/qf1009 |
| 1951 | 2026-07-09T21:49:37.400Z | honnef.co/go/tools/quickfix/qf1008 |
| 1952 | 2026-07-09T21:49:37.400Z | honnef.co/go/tools/quickfix/qf1001 |
| 1953 | 2026-07-09T21:49:37.400Z | honnef.co/go/tools/internal/sharedcheck |
| 1954 | 2026-07-09T21:49:37.400Z | honnef.co/go/tools/quickfix/qf1004 |
| 1955 | 2026-07-09T21:49:37.400Z | honnef.co/go/tools/quickfix/qf1010 |
| 1956 | 2026-07-09T21:49:37.400Z | honnef.co/go/tools/quickfix/qf1006 |
| 1957 | 2026-07-09T21:49:37.400Z | honnef.co/go/tools/simple/s1000 |
| 1958 | 2026-07-09T21:49:37.444Z | github.com/go-swagger/go-swagger/cmd/swagger |
| 1959 | 2026-07-09T21:49:37.467Z | honnef.co/go/tools/simple/s1001 |
| 1960 | 2026-07-09T21:49:37.470Z | honnef.co/go/tools/simple/s1002 |
| 1961 | 2026-07-09T21:49:37.470Z | honnef.co/go/tools/simple/s1003 |
| 1962 | 2026-07-09T21:49:37.470Z | google.golang.org/protobuf/types/gofeaturespb |
| 1963 | 2026-07-09T21:49:37.482Z | google.golang.org/protobuf/types/pluginpb |
| 1964 | 2026-07-09T21:49:37.485Z | github.com/golang/protobuf/protoc-gen-go/descriptor |
| 1965 | 2026-07-09T21:49:37.490Z | google.golang.org/genproto/googleapis/api/annotations |
| 1966 | 2026-07-09T21:49:37.515Z | github.com/envoyproxy/protoc-gen-validate/validate |
| 1967 | 2026-07-09T21:49:37.525Z | honnef.co/go/tools/simple/s1005 |
| 1968 | 2026-07-09T21:49:37.528Z | honnef.co/go/tools/simple/s1004 |
| 1969 | 2026-07-09T21:49:37.533Z | honnef.co/go/tools/simple/s1006 |
| 1970 | 2026-07-09T21:49:37.536Z | honnef.co/go/tools/quickfix/qf1011 |
| 1971 | 2026-07-09T21:49:37.536Z | honnef.co/go/tools/simple/s1007 |
| 1972 | 2026-07-09T21:49:37.552Z | honnef.co/go/tools/simple/s1008 |
| 1973 | 2026-07-09T21:49:37.564Z | honnef.co/go/tools/simple/s1010 |
| 1974 | 2026-07-09T21:49:37.567Z | honnef.co/go/tools/simple/s1011 |
| 1975 | 2026-07-09T21:49:37.567Z | github.com/golang/protobuf/protoc-gen-go/plugin |
| 1976 | 2026-07-09T21:49:37.582Z | honnef.co/go/tools/simple/s1009 |
| 1977 | 2026-07-09T21:49:37.586Z | honnef.co/go/tools/lintcmd/runner |
| 1978 | 2026-07-09T21:49:37.606Z | google.golang.org/protobuf/reflect/protodesc |
| 1979 | 2026-07-09T21:49:37.609Z | honnef.co/go/tools/simple/s1012 |
| 1980 | 2026-07-09T21:49:37.609Z | honnef.co/go/tools/simple/s1016 |
| 1981 | 2026-07-09T21:49:37.644Z | honnef.co/go/tools/simple/s1019 |
| 1982 | 2026-07-09T21:49:37.644Z | honnef.co/go/tools/simple/s1018 |
| 1983 | 2026-07-09T21:49:37.649Z | honnef.co/go/tools/simple/s1017 |
| 1984 | 2026-07-09T21:49:37.649Z | honnef.co/go/tools/quickfix |
| 1985 | 2026-07-09T21:49:37.652Z | honnef.co/go/tools/simple/s1021 |
| 1986 | 2026-07-09T21:49:37.652Z | honnef.co/go/tools/simple/s1020 |
| 1987 | 2026-07-09T21:49:37.652Z | github.com/pseudomuto/protoc-gen-doc/extensions/google_api_http |
| 1988 | 2026-07-09T21:49:37.682Z | honnef.co/go/tools/simple/s1023 |
| 1989 | 2026-07-09T21:49:37.683Z | honnef.co/go/tools/simple/s1024 |
| 1990 | 2026-07-09T21:49:37.686Z | honnef.co/go/tools/simple/s1025 |
| 1991 | 2026-07-09T21:49:37.705Z | github.com/pseudomuto/protoc-gen-doc/extensions/envoyproxy_validate |
| 1992 | 2026-07-09T21:49:37.709Z | honnef.co/go/tools/simple/s1028 |
| 1993 | 2026-07-09T21:49:37.712Z | honnef.co/go/tools/simple/s1029 |
| 1994 | 2026-07-09T21:49:37.719Z | honnef.co/go/tools/simple/s1030 |
| 1995 | 2026-07-09T21:49:37.722Z | honnef.co/go/tools/lintcmd |
| 1996 | 2026-07-09T21:49:37.748Z | honnef.co/go/tools/simple/s1031 |
| 1997 | 2026-07-09T21:49:37.751Z | honnef.co/go/tools/simple/s1032 |
| 1998 | 2026-07-09T21:49:37.760Z | honnef.co/go/tools/simple/s1033 |
| 1999 | 2026-07-09T21:49:37.764Z | honnef.co/go/tools/simple/s1034 |
| 2000 | 2026-07-09T21:49:37.785Z | honnef.co/go/tools/simple/s1035 |
| 2001 | 2026-07-09T21:49:37.785Z | honnef.co/go/tools/simple/s1036 |
| 2002 | 2026-07-09T21:49:37.788Z | honnef.co/go/tools/simple/s1037 |
| 2003 | 2026-07-09T21:49:37.803Z | honnef.co/go/tools/simple/s1039 |
| 2004 | 2026-07-09T21:49:37.808Z | honnef.co/go/tools/simple/s1038 |
| 2005 | 2026-07-09T21:49:37.811Z | github.com/pseudomuto/protoc-gen-doc/extensions/lyft_validate |
| 2006 | 2026-07-09T21:49:37.811Z | honnef.co/go/tools/simple/s1040 |
| 2007 | 2026-07-09T21:49:37.815Z | honnef.co/go/tools/analysis/callcheck |
| 2008 | 2026-07-09T21:49:37.841Z | honnef.co/go/tools/staticcheck/sa1001 |
| 2009 | 2026-07-09T21:49:37.844Z | honnef.co/go/tools/staticcheck/sa1004 |
| 2010 | 2026-07-09T21:49:37.844Z | honnef.co/go/tools/staticcheck/sa1005 |
| 2011 | 2026-07-09T21:49:37.851Z | honnef.co/go/tools/staticcheck/sa1006 |
| 2012 | 2026-07-09T21:49:37.854Z | github.com/golang/protobuf/proto |
| 2013 | 2026-07-09T21:49:37.854Z | honnef.co/go/tools/staticcheck/sa1008 |
| 2014 | 2026-07-09T21:49:37.854Z | honnef.co/go/tools/staticcheck/sa1012 |
| 2015 | 2026-07-09T21:49:37.857Z | honnef.co/go/tools/staticcheck/sa1013 |
| 2016 | 2026-07-09T21:49:37.860Z | honnef.co/go/tools/staticcheck/sa1015 |
| 2017 | 2026-07-09T21:49:37.892Z | honnef.co/go/tools/staticcheck/sa1016 |
| 2018 | 2026-07-09T21:49:37.907Z | honnef.co/go/tools/staticcheck/sa1019 |
| 2019 | 2026-07-09T21:49:37.910Z | honnef.co/go/tools/staticcheck/sa1023 |
| 2020 | 2026-07-09T21:49:37.910Z | honnef.co/go/tools/simple |
| 2021 | 2026-07-09T21:49:37.915Z | honnef.co/go/tools/staticcheck/sa1025 |
| 2022 | 2026-07-09T21:49:37.919Z | honnef.co/go/tools/staticcheck/sa2000 |
| 2023 | 2026-07-09T21:49:37.922Z | honnef.co/go/tools/staticcheck/sa2001 |
| 2024 | 2026-07-09T21:49:37.949Z | honnef.co/go/tools/staticcheck/sa2002 |
| 2025 | 2026-07-09T21:49:37.952Z | honnef.co/go/tools/staticcheck/sa2003 |
| 2026 | 2026-07-09T21:49:37.952Z | honnef.co/go/tools/staticcheck/sa3000 |
| 2027 | 2026-07-09T21:49:37.952Z | honnef.co/go/tools/staticcheck/sa3001 |
| 2028 | 2026-07-09T21:49:37.952Z | honnef.co/go/tools/staticcheck/sa1000 |
| 2029 | 2026-07-09T21:49:37.967Z | honnef.co/go/tools/staticcheck/sa1002 |
| 2030 | 2026-07-09T21:49:37.971Z | honnef.co/go/tools/staticcheck/sa1003 |
| 2031 | 2026-07-09T21:49:37.971Z | honnef.co/go/tools/staticcheck/sa1007 |
| 2032 | 2026-07-09T21:49:37.996Z | honnef.co/go/tools/staticcheck/sa1010 |
| 2033 | 2026-07-09T21:49:38.000Z | honnef.co/go/tools/staticcheck/sa1011 |
| 2034 | 2026-07-09T21:49:38.009Z | honnef.co/go/tools/staticcheck/sa1014 |
| 2035 | 2026-07-09T21:49:38.013Z | honnef.co/go/tools/staticcheck/sa1017 |
| 2036 | 2026-07-09T21:49:38.027Z | honnef.co/go/tools/staticcheck/sa1018 |
| 2037 | 2026-07-09T21:49:38.035Z | honnef.co/go/tools/staticcheck/sa1020 |
| 2038 | 2026-07-09T21:49:38.053Z | honnef.co/go/tools/staticcheck/sa1024 |
| 2039 | 2026-07-09T21:49:38.053Z | honnef.co/go/tools/staticcheck/sa1021 |
| 2040 | 2026-07-09T21:49:38.056Z | honnef.co/go/tools/staticcheck/sa1026 |
| 2041 | 2026-07-09T21:49:38.056Z | honnef.co/go/tools/staticcheck/sa1027 |
| 2042 | 2026-07-09T21:49:38.057Z | honnef.co/go/tools/staticcheck/sa1028 |
| 2043 | 2026-07-09T21:49:38.057Z | honnef.co/go/tools/staticcheck/sa1029 |
| 2044 | 2026-07-09T21:49:38.057Z | honnef.co/go/tools/staticcheck/sa1030 |
| 2045 | 2026-07-09T21:49:38.087Z | honnef.co/go/tools/staticcheck/sa1031 |
| 2046 | 2026-07-09T21:49:38.094Z | honnef.co/go/tools/staticcheck/sa1032 |
| 2047 | 2026-07-09T21:49:38.105Z | honnef.co/go/tools/staticcheck/sa4000 |
| 2048 | 2026-07-09T21:49:38.121Z | honnef.co/go/tools/staticcheck/sa4001 |
| 2049 | 2026-07-09T21:49:38.156Z | honnef.co/go/tools/staticcheck/sa4004 |
| 2050 | 2026-07-09T21:49:38.160Z | github.com/grpc-ecosystem/grpc-gateway/codegenerator |
| 2051 | 2026-07-09T21:49:38.160Z | github.com/golang/protobuf/jsonpb |
| 2052 | 2026-07-09T21:49:38.160Z | github.com/pseudomuto/protokit |
| 2053 | 2026-07-09T21:49:38.160Z | github.com/pseudomuto/protoc-gen-doc/extensions/validator_field |
| 2054 | 2026-07-09T21:49:38.166Z | honnef.co/go/tools/staticcheck/sa4003 |
| 2055 | 2026-07-09T21:49:38.176Z | honnef.co/go/tools/staticcheck/sa4005 |
| 2056 | 2026-07-09T21:49:38.180Z | honnef.co/go/tools/staticcheck/sa4006 |
| 2057 | 2026-07-09T21:49:38.203Z | honnef.co/go/tools/staticcheck/sa4008 |
| 2058 | 2026-07-09T21:49:38.207Z | honnef.co/go/tools/staticcheck/sa4009 |
| 2059 | 2026-07-09T21:49:38.237Z | honnef.co/go/tools/staticcheck/sa4010 |
| 2060 | 2026-07-09T21:49:38.237Z | honnef.co/go/tools/staticcheck/sa4011 |
| 2061 | 2026-07-09T21:49:38.240Z | honnef.co/go/tools/staticcheck/sa4012 |
| 2062 | 2026-07-09T21:49:38.240Z | honnef.co/go/tools/staticcheck/sa4013 |
| 2063 | 2026-07-09T21:49:38.253Z | honnef.co/go/tools/staticcheck/sa4014 |
| 2064 | 2026-07-09T21:49:38.258Z | honnef.co/go/tools/staticcheck/sa4015 |
| 2065 | 2026-07-09T21:49:38.322Z | honnef.co/go/tools/staticcheck/sa4016 |
| 2066 | 2026-07-09T21:49:38.322Z | honnef.co/go/tools/staticcheck/sa4019 |
| 2067 | 2026-07-09T21:49:38.327Z | honnef.co/go/tools/staticcheck/sa4020 |
| 2068 | 2026-07-09T21:49:38.327Z | honnef.co/go/tools/staticcheck/sa4021 |
| 2069 | 2026-07-09T21:49:38.327Z | github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor |
| 2070 | 2026-07-09T21:49:38.327Z | honnef.co/go/tools/staticcheck/sa4017 |
| 2071 | 2026-07-09T21:49:38.327Z | honnef.co/go/tools/staticcheck/sa4022 |
| 2072 | 2026-07-09T21:49:38.327Z | honnef.co/go/tools/staticcheck/sa4023 |
| 2073 | 2026-07-09T21:49:38.338Z | honnef.co/go/tools/staticcheck/sa4018 |
| 2074 | 2026-07-09T21:49:38.360Z | honnef.co/go/tools/staticcheck/sa4024 |
| 2075 | 2026-07-09T21:49:38.364Z | honnef.co/go/tools/staticcheck/sa4025 |
| 2076 | 2026-07-09T21:49:38.364Z | honnef.co/go/tools/staticcheck/sa4026 |
| 2077 | 2026-07-09T21:49:38.367Z | honnef.co/go/tools/staticcheck/sa4027 |
| 2078 | 2026-07-09T21:49:38.381Z | honnef.co/go/tools/staticcheck/sa4028 |
| 2079 | 2026-07-09T21:49:38.401Z | honnef.co/go/tools/staticcheck/sa4030 |
| 2080 | 2026-07-09T21:49:38.404Z | honnef.co/go/tools/staticcheck/sa4029 |
| 2081 | 2026-07-09T21:49:38.404Z | honnef.co/go/tools/staticcheck/sa4032 |
| 2082 | 2026-07-09T21:49:38.443Z | honnef.co/go/tools/staticcheck/sa4031 |
| 2083 | 2026-07-09T21:49:38.447Z | honnef.co/go/tools/staticcheck/sa5000 |
| 2084 | 2026-07-09T21:49:38.447Z | honnef.co/go/tools/staticcheck/sa5001 |
| 2085 | 2026-07-09T21:49:38.447Z | honnef.co/go/tools/staticcheck/sa5002 |
| 2086 | 2026-07-09T21:49:38.447Z | honnef.co/go/tools/staticcheck/sa5003 |
| 2087 | 2026-07-09T21:49:38.450Z | github.com/pseudomuto/protoc-gen-doc |
| 2088 | 2026-07-09T21:49:38.450Z | honnef.co/go/tools/staticcheck/sa5004 |
| 2089 | 2026-07-09T21:49:38.459Z | honnef.co/go/tools/staticcheck/sa5007 |
| 2090 | 2026-07-09T21:49:38.459Z | honnef.co/go/tools/staticcheck/sa5005 |
| 2091 | 2026-07-09T21:49:38.468Z | honnef.co/go/tools/staticcheck/sa5008 |
| 2092 | 2026-07-09T21:49:38.526Z | honnef.co/go/tools/staticcheck/sa5009 |
| 2093 | 2026-07-09T21:49:38.531Z | honnef.co/go/tools/staticcheck/sa5010 |
| 2094 | 2026-07-09T21:49:38.534Z | honnef.co/go/tools/staticcheck/sa5011 |
| 2095 | 2026-07-09T21:49:38.534Z | honnef.co/go/tools/staticcheck/sa5012 |
| 2096 | 2026-07-09T21:49:38.543Z | honnef.co/go/tools/staticcheck/sa6000 |
| 2097 | 2026-07-09T21:49:38.543Z | honnef.co/go/tools/staticcheck/sa6001 |
| 2098 | 2026-07-09T21:49:38.543Z | github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/generator |
| 2099 | 2026-07-09T21:49:38.551Z | honnef.co/go/tools/staticcheck/sa6003 |
| 2100 | 2026-07-09T21:49:38.555Z | honnef.co/go/tools/staticcheck/sa6002 |
| 2101 | 2026-07-09T21:49:38.572Z | honnef.co/go/tools/staticcheck/sa6005 |
| 2102 | 2026-07-09T21:49:38.577Z | honnef.co/go/tools/staticcheck/sa6006 |
| 2103 | 2026-07-09T21:49:38.581Z | honnef.co/go/tools/staticcheck/sa9001 |
| 2104 | 2026-07-09T21:49:38.605Z | honnef.co/go/tools/staticcheck/sa9002 |
| 2105 | 2026-07-09T21:49:38.608Z | github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/internal/gengateway |
| 2106 | 2026-07-09T21:49:38.615Z | honnef.co/go/tools/staticcheck/sa9004 |
| 2107 | 2026-07-09T21:49:38.615Z | honnef.co/go/tools/staticcheck/sa9003 |
| 2108 | 2026-07-09T21:49:38.643Z | honnef.co/go/tools/staticcheck/sa9005 |
| 2109 | 2026-07-09T21:49:38.647Z | github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc |
| 2110 | 2026-07-09T21:49:38.647Z | honnef.co/go/tools/staticcheck/sa9007 |
| 2111 | 2026-07-09T21:49:38.647Z | honnef.co/go/tools/staticcheck/sa9009 |
| 2112 | 2026-07-09T21:49:38.647Z | honnef.co/go/tools/staticcheck/sa9008 |
| 2113 | 2026-07-09T21:49:38.647Z | honnef.co/go/tools/staticcheck/sa9006 |
| 2114 | 2026-07-09T21:49:38.647Z | honnef.co/go/tools/stylecheck/st1001 |
| 2115 | 2026-07-09T21:49:38.651Z | honnef.co/go/tools/stylecheck/st1000 |
| 2116 | 2026-07-09T21:49:38.657Z | honnef.co/go/tools/stylecheck/st1003 |
| 2117 | 2026-07-09T21:49:38.681Z | honnef.co/go/tools/stylecheck/st1005 |
| 2118 | 2026-07-09T21:49:38.687Z | honnef.co/go/tools/stylecheck/st1006 |
| 2119 | 2026-07-09T21:49:38.691Z | honnef.co/go/tools/stylecheck/st1008 |
| 2120 | 2026-07-09T21:49:38.691Z | honnef.co/go/tools/stylecheck/st1011 |
| 2121 | 2026-07-09T21:49:38.715Z | honnef.co/go/tools/stylecheck/st1012 |
| 2122 | 2026-07-09T21:49:38.718Z | honnef.co/go/tools/stylecheck/st1013 |
| 2123 | 2026-07-09T21:49:38.718Z | honnef.co/go/tools/stylecheck/st1015 |
| 2124 | 2026-07-09T21:49:38.718Z | honnef.co/go/tools/stylecheck/st1016 |
| 2125 | 2026-07-09T21:49:38.768Z | honnef.co/go/tools/stylecheck/st1017 |
| 2126 | 2026-07-09T21:49:38.771Z | honnef.co/go/tools/stylecheck/st1018 |
| 2127 | 2026-07-09T21:49:38.771Z | honnef.co/go/tools/stylecheck/st1019 |
| 2128 | 2026-07-09T21:49:38.771Z | honnef.co/go/tools/stylecheck/st1020 |
| 2129 | 2026-07-09T21:49:38.771Z | honnef.co/go/tools/stylecheck/st1021 |
| 2130 | 2026-07-09T21:49:38.771Z | github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway |
| 2131 | 2026-07-09T21:49:38.803Z | honnef.co/go/tools/stylecheck/st1022 |
| 2132 | 2026-07-09T21:49:38.809Z | honnef.co/go/tools/stylecheck/st1023 |
| 2133 | 2026-07-09T21:49:38.847Z | honnef.co/go/tools/staticcheck |
| 2134 | 2026-07-09T21:49:38.877Z | honnef.co/go/tools/stylecheck |
| 2135 | 2026-07-09T21:49:38.919Z | honnef.co/go/tools/cmd/staticcheck |
| 2136 | 2026-07-09T21:49:39.554Z | touch bin/.bootstrap |
| 2137 | 2026-07-09T21:49:39.559Z | find ./pkg -name node_modules -prune -o -type f -name '*.pb.go' -exec rm {} + |
| 2138 | 2026-07-09T21:49:39.559Z | find ./pkg -name node_modules -prune -o -type f -name '*.pb.gw.go' -exec rm {} + |
| 2139 | 2026-07-09T21:49:39.559Z | (cd pkg/roachprod/vm/aws && go generate) |
| 2140 | 2026-07-09T21:49:39.559Z | (cd pkg/security/securitytest && go generate) |
| 2141 | 2026-07-09T21:49:39.559Z | 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; } |
| 2142 | 2026-07-09T21:49:39.559Z | 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; } |
| 2143 | 2026-07-09T21:49:39.559Z | set -euo pipefail; \ |
| 2144 | 2026-07-09T21:49:39.559Z | ret=$(cd pkg/sql/parser/gen && goyacc -p sql -o sql.go.tmp sql-gen.y); \ |
| 2145 | 2026-07-09T21:49:39.559Z | if expr "$ret" : ".*conflicts" >/dev/null; then \ |
| 2146 | 2026-07-09T21:49:39.559Z | echo "$ret"; exit 1; \ |
| 2147 | 2026-07-09T21:49:39.559Z | fi |
| 2148 | 2026-07-09T21:49:39.559Z | 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 |
| 2149 | 2026-07-09T21:49:39.559Z | 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 |
| 2150 | 2026-07-09T21:49:39.559Z | 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 |
| 2151 | 2026-07-09T21:49:39.559Z | stringer -output=pkg/sql/opt/rule_name_string.go -type=RuleName pkg/sql/opt/rule_name.go pkg/sql/opt/rule_name.og.go |
| 2152 | 2026-07-09T21:49:39.576Z | mv -f pkg/sql/lexbase/reserved_keywords.go.tmp pkg/sql/lexbase/reserved_keywords.go |
| 2153 | 2026-07-09T21:49:39.580Z | gofmt -s -w pkg/sql/lexbase/reserved_keywords.go |
| 2154 | 2026-07-09T21:49:39.586Z | mv -f pkg/sql/parser/help_messages.go.tmp pkg/sql/parser/help_messages.go |
| 2155 | 2026-07-09T21:49:39.589Z | mv -f pkg/sql/parser/helpmap_test.go.tmp pkg/sql/parser/helpmap_test.go |
| 2156 | 2026-07-09T21:49:39.589Z | gofmt -s -w pkg/sql/parser/help_messages.go |
| 2157 | 2026-07-09T21:49:39.592Z | gofmt -s -w pkg/sql/parser/helpmap_test.go |
| 2158 | 2026-07-09T21:49:39.649Z | 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 \ |
| 2159 | 2026-07-09T21:49:39.649Z | 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; \ |
| 2160 | 2026-07-09T21:49:39.649Z | done |
| 2161 | 2026-07-09T21:49:39.652Z | 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 |
| 2162 | 2026-07-09T21:49:39.872Z | mv -f pkg/sql/lexbase/keywords.go.tmp pkg/sql/lexbase/keywords.go |
| 2163 | 2026-07-09T21:49:39.876Z | gofmt -s -w pkg/sql/lexbase/keywords.go |
| 2164 | 2026-07-09T21:49:39.951Z | 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 |
| 2165 | 2026-07-09T21:49:40.016Z | 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 |
| 2166 | 2026-07-09T21:49:40.061Z | 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 |
| 2167 | 2026-07-09T21:49:40.118Z | mv -f pkg/util/log/channel/channel_generated.go.tmp pkg/util/log/channel/channel_generated.go |
| 2168 | 2026-07-09T21:49:40.123Z | mv -f pkg/util/log/log_channels_generated.go.tmp pkg/util/log/log_channels_generated.go |
| 2169 | 2026-07-09T21:49:40.129Z | touch bin/.gw_protobuf_sources |
| 2170 | 2026-07-09T21:49:40.728Z | [100%] Linking CXX shared library lib/libgeos_c.so |
| 2171 | 2026-07-09T21:49:40.774Z | mkdir -p lib |
| 2172 | 2026-07-09T21:49:40.777Z | rm -f lib/lib{geos,geos_c}.so |
| 2173 | 2026-07-09T21:49:40.781Z | cp /work/oxidecomputer/cockroach/lib/build/geos/lib/lib{geos,geos_c}.so lib |
| 2174 | 2026-07-09T21:49:41.663Z | (echo "// Code generated by goyacc. DO NOT EDIT."; \ |
| 2175 | 2026-07-09T21:49:41.663Z | echo "// GENERATED FILE DO NOT EDIT"; \ |
| 2176 | 2026-07-09T21:49:41.663Z | cat pkg/sql/parser/gen/sql.go.tmp | \ |
| 2177 | 2026-07-09T21:49:41.663Z | 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 |
| 2178 | 2026-07-09T21:49:41.666Z | (echo "// Code generated by make. DO NOT EDIT."; \ |
| 2179 | 2026-07-09T21:49:41.666Z | echo "// GENERATED FILE DO NOT EDIT"; \ |
| 2180 | 2026-07-09T21:49:41.666Z | echo; \ |
| 2181 | 2026-07-09T21:49:41.666Z | echo "package lexbase"; \ |
| 2182 | 2026-07-09T21:49:41.666Z | echo; \ |
| 2183 | 2026-07-09T21:49:41.666Z | 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 |
| 2184 | 2026-07-09T21:49:41.672Z | mv -f pkg/sql/lexbase/tokens.go.tmp pkg/sql/lexbase/tokens.go |
| 2185 | 2026-07-09T21:49:41.685Z | mv -f pkg/sql/parser/sql.go.tmp pkg/sql/parser/sql.go |
| 2186 | 2026-07-09T21:49:41.688Z | goimports -w pkg/sql/parser/sql.go |
| 2187 | 2026-07-09T21:49:46.540Z | 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 |
| 2188 | 2026-07-09T21:49:47.437Z | touch bin/.go_protobuf_sources |
| 2189 | 2026-07-09T21:49:47.440Z | 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; } |
| 2190 | 2026-07-09T21:49:47.440Z | 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; } |
| 2191 | 2026-07-09T21:49:48.033Z | mv -f pkg/util/log/eventpb/eventlog_channels_generated.go.tmp pkg/util/log/eventpb/eventlog_channels_generated.go |
| 2192 | 2026-07-09T21:49:48.048Z | mv -f pkg/util/log/eventpb/json_encode_generated.go.tmp pkg/util/log/eventpb/json_encode_generated.go |
| 2193 | 2026-07-09T21:49:48.058Z | GOFLAGS= go test -mod=vendor -tags 'stdmalloc make x86_64_pc_solaris2.11_stdmalloc crdb_test' -ldflags '-X github.com/cockroachdb/cockroach/pkg/build.typ=development -extldflags "" -X "github.com/cockroachdb/cockroach/pkg/build.tag=v22.1.22-67-gf404bd6e55" -X "github.com/cockroachdb/cockroach/pkg/build.rev=f404bd6e55a0222299da666934c5f19484c89e4a" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-solaris2.11" ' -run "." -timeout 60m ./pkg/... |
| 2194 | 2026-07-09T21:50:13.757Z | ok github.com/cockroachdb/cockroach/pkg/acceptance 0.160s |
| 2195 | 2026-07-09T21:50:13.757Z | ? github.com/cockroachdb/cockroach/pkg/acceptance/cluster [no test files] |
| 2196 | 2026-07-09T21:50:25.398Z | ? github.com/cockroachdb/cockroach/pkg/acceptance/localcluster [no test files] |
| 2197 | 2026-07-09T21:50:25.398Z | ? github.com/cockroachdb/cockroach/pkg/acceptance/localcluster/tc [no test files] |
| 2198 | 2026-07-09T21:50:25.630Z | ok github.com/cockroachdb/cockroach/pkg/base 0.127s |
| 2199 | 2026-07-09T21:51:01.802Z | ok github.com/cockroachdb/cockroach/pkg/bench 0.261s [no tests to run] |
| 2200 | 2026-07-09T21:51:01.802Z | ? github.com/cockroachdb/cockroach/pkg/bench/cmd/pgbenchsetup [no test files] |
| 2201 | 2026-07-09T21:51:20.263Z | ok github.com/cockroachdb/cockroach/pkg/bench/rttanalysis 18.454s |
| 2202 | 2026-07-09T21:51:20.266Z | ok github.com/cockroachdb/cockroach/pkg/bench/tpcc 0.219s |
| 2203 | 2026-07-09T21:51:20.266Z | ok github.com/cockroachdb/cockroach/pkg/blobs 0.158s |
| 2204 | 2026-07-09T21:51:20.266Z | ? github.com/cockroachdb/cockroach/pkg/blobs/blobspb [no test files] |
| 2205 | 2026-07-09T21:51:20.266Z | ? github.com/cockroachdb/cockroach/pkg/build [no test files] |
| 2206 | 2026-07-09T21:51:20.266Z | ? github.com/cockroachdb/cockroach/pkg/build/bazel [no test files] |
| 2207 | 2026-07-09T21:51:20.267Z | ok github.com/cockroachdb/cockroach/pkg/build/starlarkutil 0.029s |
| 2208 | 2026-07-09T21:51:20.267Z | ok github.com/cockroachdb/cockroach/pkg/build/util 0.052s |
| 2209 | 2026-07-09T21:52:30.898Z | ok github.com/cockroachdb/cockroach/pkg/cli 83.691s |
| 2210 | 2026-07-09T21:52:30.898Z | ? github.com/cockroachdb/cockroach/pkg/cli/clicfg [no test files] |
| 2211 | 2026-07-09T21:52:30.898Z | ok github.com/cockroachdb/cockroach/pkg/cli/clierror 1.121s |
| 2212 | 2026-07-09T21:52:30.898Z | ? github.com/cockroachdb/cockroach/pkg/cli/clierrorplus [no test files] |
| 2213 | 2026-07-09T21:52:30.898Z | ? github.com/cockroachdb/cockroach/pkg/cli/cliflags [no test files] |
| 2214 | 2026-07-09T21:52:30.898Z | ? github.com/cockroachdb/cockroach/pkg/cli/clisqlcfg [no test files] |
| 2215 | 2026-07-09T21:52:30.898Z | ok github.com/cockroachdb/cockroach/pkg/cli/clisqlclient 1.250s |
| 2216 | 2026-07-09T21:52:30.898Z | ok github.com/cockroachdb/cockroach/pkg/cli/clisqlexec 3.312s |
| 2217 | 2026-07-09T21:52:30.898Z | ok github.com/cockroachdb/cockroach/pkg/cli/clisqlshell 3.994s |
| 2218 | 2026-07-09T21:52:30.898Z | ok github.com/cockroachdb/cockroach/pkg/cli/democluster 8.877s |
| 2219 | 2026-07-09T21:52:30.902Z | ? github.com/cockroachdb/cockroach/pkg/cli/democluster/api [no test files] |
| 2220 | 2026-07-09T21:52:30.902Z | ok github.com/cockroachdb/cockroach/pkg/cli/exit 0.035s [no tests to run] |
| 2221 | 2026-07-09T21:52:30.902Z | ? github.com/cockroachdb/cockroach/pkg/cli/syncbench [no test files] |
| 2222 | 2026-07-09T21:52:30.902Z | ? github.com/cockroachdb/cockroach/pkg/cloud [no test files] |
| 2223 | 2026-07-09T21:52:30.902Z | ok github.com/cockroachdb/cockroach/pkg/cloud/amazon 0.542s |
| 2224 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/cloud/azure 0.178s |
| 2225 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cloud/cloudtestutils [no test files] |
| 2226 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/cloud/gcp 0.128s |
| 2227 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/cloud/httpsink 0.901s |
| 2228 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cloud/impl [no test files] |
| 2229 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/cloud/impl/cloudimpltests 0.629s [no tests to run] |
| 2230 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/cloud/nodelocal 0.548s |
| 2231 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/cloud/nullsink 0.214s |
| 2232 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/cloud/userfile 3.742s |
| 2233 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cloud/userfile/filetable [no test files] |
| 2234 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/cloud/userfile/filetable/filetabletest 8.124s |
| 2235 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/clusterversion 0.425s |
| 2236 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/allocsim [no test files] |
| 2237 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/cmd/bazci 0.201s |
| 2238 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/cmdutil [no test files] |
| 2239 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/cmp-protocol [no test files] |
| 2240 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/cmp-protocol/pgconnect [no test files] |
| 2241 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/cmp-sql [no test files] |
| 2242 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/cmd/cmpconn 0.317s |
| 2243 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/cmd/cockroach-oss 3.298s |
| 2244 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/cockroach-short [no test files] |
| 2245 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/cockroach-sql [no test files] |
| 2246 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/cr2pg [no test files] |
| 2247 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/cr2pg/sqlstream [no test files] |
| 2248 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/cmd/dev 0.086s |
| 2249 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/dev/io/exec [no test files] |
| 2250 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/dev/io/os [no test files] |
| 2251 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/docgen [no test files] |
| 2252 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/cmd/docgen/extract 0.063s |
| 2253 | 2026-07-09T21:52:30.903Z | ok github.com/cockroachdb/cockroach/pkg/cmd/docs-issue-generation 0.094s |
| 2254 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/fuzz [no test files] |
| 2255 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/generate-binary [no test files] |
| 2256 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/generate-distdir [no test files] |
| 2257 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/generate-metadata-tables [no test files] |
| 2258 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/generate-metadata-tables/rdbms [no test files] |
| 2259 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/generate-spatial-ref-sys [no test files] |
| 2260 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/generate-staticcheck [no test files] |
| 2261 | 2026-07-09T21:52:30.903Z | ? github.com/cockroachdb/cockroach/pkg/cmd/generate-test-suites [no test files] |
| 2262 | 2026-07-09T21:52:30.904Z | ? github.com/cockroachdb/cockroach/pkg/cmd/geoviz [no test files] |
| 2263 | 2026-07-09T21:52:30.904Z | ? github.com/cockroachdb/cockroach/pkg/cmd/gossipsim [no test files] |
| 2264 | 2026-07-09T21:52:30.904Z | ? github.com/cockroachdb/cockroach/pkg/cmd/import-tools [no test files] |
| 2265 | 2026-07-09T21:52:30.904Z | ok github.com/cockroachdb/cockroach/pkg/cmd/internal/issues 0.168s |
| 2266 | 2026-07-09T21:52:30.904Z | ok github.com/cockroachdb/cockroach/pkg/cmd/label-merged-pr 0.058s |
| 2267 | 2026-07-09T21:52:30.904Z | ok github.com/cockroachdb/cockroach/pkg/cmd/mirror 0.068s |
| 2268 | 2026-07-09T21:52:30.904Z | ok github.com/cockroachdb/cockroach/pkg/cmd/prereqs 1.853s |
| 2269 | 2026-07-09T21:52:30.904Z | ? github.com/cockroachdb/cockroach/pkg/cmd/protoc-gen-gogoroach [no test files] |
| 2270 | 2026-07-09T21:52:30.904Z | ok github.com/cockroachdb/cockroach/pkg/cmd/publish-artifacts 0.067s |
| 2271 | 2026-07-09T21:52:30.904Z | ok github.com/cockroachdb/cockroach/pkg/cmd/publish-provisional-artifacts 0.079s |
| 2272 | 2026-07-09T21:52:30.904Z | ? github.com/cockroachdb/cockroach/pkg/cmd/reduce [no test files] |
| 2273 | 2026-07-09T21:52:30.904Z | ok github.com/cockroachdb/cockroach/pkg/cmd/reduce/reduce 0.044s |
| 2274 | 2026-07-09T21:52:30.950Z | ok github.com/cockroachdb/cockroach/pkg/cmd/reduce/reduce/reducesql 0.147s |
| 2275 | 2026-07-09T21:52:30.950Z | ok github.com/cockroachdb/cockroach/pkg/cmd/release 0.081s |
| 2276 | 2026-07-09T21:52:30.953Z | ? github.com/cockroachdb/cockroach/pkg/cmd/returncheck [no test files] |
| 2277 | 2026-07-09T21:52:30.953Z | ? github.com/cockroachdb/cockroach/pkg/cmd/roachprod [no test files] |
| 2278 | 2026-07-09T21:52:30.953Z | ? github.com/cockroachdb/cockroach/pkg/cmd/roachprod-stress [no test files] |
| 2279 | 2026-07-09T21:52:30.953Z | ok github.com/cockroachdb/cockroach/pkg/cmd/roachtest 0.820s |
| 2280 | 2026-07-09T21:52:30.953Z | ? github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster [no test files] |
| 2281 | 2026-07-09T21:52:30.953Z | ? github.com/cockroachdb/cockroach/pkg/cmd/roachtest/option [no test files] |
| 2282 | 2026-07-09T21:52:30.953Z | ok github.com/cockroachdb/cockroach/pkg/cmd/roachtest/prometheus 0.086s |
| 2283 | 2026-07-09T21:52:30.953Z | ? github.com/cockroachdb/cockroach/pkg/cmd/roachtest/registry [no test files] |
| 2284 | 2026-07-09T21:52:30.953Z | ? github.com/cockroachdb/cockroach/pkg/cmd/roachtest/spec [no test files] |
| 2285 | 2026-07-09T21:52:30.953Z | ? github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test [no test files] |
| 2286 | 2026-07-09T21:52:30.954Z | ok github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests 0.747s |
| 2287 | 2026-07-09T21:52:30.954Z | ? github.com/cockroachdb/cockroach/pkg/cmd/roachvet [no test files] |
| 2288 | 2026-07-09T21:52:30.954Z | ? github.com/cockroachdb/cockroach/pkg/cmd/skip-test [no test files] |
| 2289 | 2026-07-09T21:52:30.954Z | ? github.com/cockroachdb/cockroach/pkg/cmd/skiperrs [no test files] |
| 2290 | 2026-07-09T21:52:30.954Z | ? github.com/cockroachdb/cockroach/pkg/cmd/skipped-tests [no test files] |
| 2291 | 2026-07-09T21:52:30.954Z | ? github.com/cockroachdb/cockroach/pkg/cmd/smithcmp [no test files] |
| 2292 | 2026-07-09T21:52:30.954Z | ? github.com/cockroachdb/cockroach/pkg/cmd/smithtest [no test files] |
| 2293 | 2026-07-09T21:52:30.974Z | ok github.com/cockroachdb/cockroach/pkg/cmd/testfilter 0.068s |
| 2294 | 2026-07-09T21:52:30.974Z | ? github.com/cockroachdb/cockroach/pkg/cmd/uptodate [no test files] |
| 2295 | 2026-07-09T21:52:30.974Z | ? github.com/cockroachdb/cockroach/pkg/cmd/urlcheck [no test files] |
| 2296 | 2026-07-09T21:52:30.974Z | ? github.com/cockroachdb/cockroach/pkg/cmd/urlcheck/lib/urlcheck [no test files] |
| 2297 | 2026-07-09T21:52:30.974Z | ? github.com/cockroachdb/cockroach/pkg/cmd/workload [no test files] |
| 2298 | 2026-07-09T21:52:30.978Z | ? github.com/cockroachdb/cockroach/pkg/cmd/wraprules [no test files] |
| 2299 | 2026-07-09T21:52:30.978Z | ? github.com/cockroachdb/cockroach/pkg/cmd/zerosum [no test files] |
| 2300 | 2026-07-09T21:52:30.978Z | ok github.com/cockroachdb/cockroach/pkg/col/coldata 1.068s |
| 2301 | 2026-07-09T21:52:30.978Z | ok github.com/cockroachdb/cockroach/pkg/col/coldataext 0.822s |
| 2302 | 2026-07-09T21:52:30.978Z | ? github.com/cockroachdb/cockroach/pkg/col/coldatatestutils [no test files] |
| 2303 | 2026-07-09T21:52:30.978Z | ok github.com/cockroachdb/cockroach/pkg/col/colserde 1.485s |
| 2304 | 2026-07-09T21:52:30.978Z | ? github.com/cockroachdb/cockroach/pkg/col/colserde/arrowserde [no test files] |
| 2305 | 2026-07-09T21:52:30.978Z | ? github.com/cockroachdb/cockroach/pkg/col/typeconv [no test files] |
| 2306 | 2026-07-09T21:52:30.978Z | ? github.com/cockroachdb/cockroach/pkg/compose [no test files] |
| 2307 | 2026-07-09T21:52:30.978Z | ? github.com/cockroachdb/cockroach/pkg/compose/compare/compare [no test files] |
| 2308 | 2026-07-09T21:52:30.978Z | ok github.com/cockroachdb/cockroach/pkg/config 0.319s |
| 2309 | 2026-07-09T21:52:30.978Z | ok github.com/cockroachdb/cockroach/pkg/config/zonepb 0.211s |
| 2310 | 2026-07-09T21:52:30.978Z | ? github.com/cockroachdb/cockroach/pkg/docs [no test files] |
| 2311 | 2026-07-09T21:52:30.978Z | ? github.com/cockroachdb/cockroach/pkg/featureflag [no test files] |
| 2312 | 2026-07-09T21:52:30.978Z | ? github.com/cockroachdb/cockroach/pkg/gen/genbzl [no test files] |
| 2313 | 2026-07-09T21:52:30.978Z | ok github.com/cockroachdb/cockroach/pkg/geo 0.461s |
| 2314 | 2026-07-09T21:52:30.978Z | ? github.com/cockroachdb/cockroach/pkg/geo/geodist [no test files] |
| 2315 | 2026-07-09T21:52:30.978Z | ok github.com/cockroachdb/cockroach/pkg/geo/geogen 0.258s |
| 2316 | 2026-07-09T21:52:30.978Z | ok github.com/cockroachdb/cockroach/pkg/geo/geogfn 0.311s |
| 2317 | 2026-07-09T21:52:30.978Z | ok github.com/cockroachdb/cockroach/pkg/geo/geographiclib 0.277s |
| 2318 | 2026-07-09T21:52:30.978Z | ok github.com/cockroachdb/cockroach/pkg/geo/geoindex 0.639s |
| 2319 | 2026-07-09T21:52:30.978Z | ok github.com/cockroachdb/cockroach/pkg/geo/geomfn 0.621s |
| 2320 | 2026-07-09T21:52:30.978Z | ok github.com/cockroachdb/cockroach/pkg/geo/geopb 0.212s |
| 2321 | 2026-07-09T21:52:30.978Z | ok github.com/cockroachdb/cockroach/pkg/geo/geoproj 0.329s |
| 2322 | 2026-07-09T21:52:30.978Z | ok github.com/cockroachdb/cockroach/pkg/geo/geoprojbase 0.643s |
| 2323 | 2026-07-09T21:52:30.978Z | ? github.com/cockroachdb/cockroach/pkg/geo/geoprojbase/embeddedproj [no test files] |
| 2324 | 2026-07-09T21:52:30.979Z | ok github.com/cockroachdb/cockroach/pkg/geo/geos 0.380s |
| 2325 | 2026-07-09T21:52:30.979Z | ? github.com/cockroachdb/cockroach/pkg/geo/geosegmentize [no test files] |
| 2326 | 2026-07-09T21:52:30.979Z | ok github.com/cockroachdb/cockroach/pkg/geo/geotransform 0.241s |
| 2327 | 2026-07-09T21:52:30.979Z | ok github.com/cockroachdb/cockroach/pkg/geo/twkb 0.196s |
| 2328 | 2026-07-09T21:52:30.979Z | ok github.com/cockroachdb/cockroach/pkg/gossip 6.871s |
| 2329 | 2026-07-09T21:52:30.979Z | ? github.com/cockroachdb/cockroach/pkg/gossip/simulation [no test files] |
| 2330 | 2026-07-09T21:52:30.979Z | ok github.com/cockroachdb/cockroach/pkg/internal/client/requestbatcher 0.607s |
| 2331 | 2026-07-09T21:52:30.979Z | ? github.com/cockroachdb/cockroach/pkg/internal/reporoot [no test files] |
| 2332 | 2026-07-09T21:52:30.979Z | ok github.com/cockroachdb/cockroach/pkg/internal/rsg 1.331s |
| 2333 | 2026-07-09T21:52:30.979Z | ok github.com/cockroachdb/cockroach/pkg/internal/rsg/yacc 0.225s |
| 2334 | 2026-07-09T21:52:30.979Z | ok github.com/cockroachdb/cockroach/pkg/internal/sqlsmith 6.042s |
| 2335 | 2026-07-09T21:52:30.979Z | ok github.com/cockroachdb/cockroach/pkg/internal/team 0.377s |
| 2336 | 2026-07-09T21:52:30.979Z | ok github.com/cockroachdb/cockroach/pkg/jobs 41.693s |
| 2337 | 2026-07-09T21:52:30.979Z | ok github.com/cockroachdb/cockroach/pkg/jobs/joberror 0.110s |
| 2338 | 2026-07-09T21:52:30.979Z | ? github.com/cockroachdb/cockroach/pkg/jobs/jobspb [no test files] |
| 2339 | 2026-07-09T21:52:30.979Z | ok github.com/cockroachdb/cockroach/pkg/jobs/jobsprotectedts 0.247s [no tests to run] |
| 2340 | 2026-07-09T21:52:30.979Z | ? github.com/cockroachdb/cockroach/pkg/jobs/jobstest [no test files] |
| 2341 | 2026-07-09T21:52:30.979Z | ok github.com/cockroachdb/cockroach/pkg/keys 0.215s |
| 2342 | 2026-07-09T21:52:30.979Z | ? github.com/cockroachdb/cockroach/pkg/keysbase [no test files] |
| 2343 | 2026-07-09T21:52:33.696Z | ok github.com/cockroachdb/cockroach/pkg/kv 20.889s |
| 2344 | 2026-07-09T21:52:33.696Z | ok github.com/cockroachdb/cockroach/pkg/kv/bulk 2.182s |
| 2345 | 2026-07-09T21:52:33.696Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvbase [no test files] |
| 2346 | 2026-07-09T21:52:33.696Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvclient [no test files] |
| 2347 | 2026-07-09T21:53:27.259Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvcoord 74.093s |
| 2348 | 2026-07-09T21:53:27.259Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvclient/kvtenant [no test files] |
| 2349 | 2026-07-09T21:53:27.259Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache 0.391s |
| 2350 | 2026-07-09T21:53:27.259Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangecache/rangecachemock [no test files] |
| 2351 | 2026-07-09T21:53:27.259Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangefeed 4.747s |
| 2352 | 2026-07-09T21:53:27.259Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangefeed/rangefeedbuffer 0.399s |
| 2353 | 2026-07-09T21:53:27.259Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangefeed/rangefeedcache 0.796s |
| 2354 | 2026-07-09T21:53:27.263Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvnemesis 2.281s |
| 2355 | 2026-07-09T21:53:27.263Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvprober 3.904s |
| 2356 | 2026-07-09T22:09:58.436Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver 1038.399s |
| 2357 | 2026-07-09T22:09:58.436Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/abortspan 0.125s |
| 2358 | 2026-07-09T22:09:58.436Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/apply 0.029s |
| 2359 | 2026-07-09T22:09:58.436Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/batcheval 12.135s |
| 2360 | 2026-07-09T22:09:58.436Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/batcheval/result 0.057s |
| 2361 | 2026-07-09T22:09:58.436Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/closedts 0.136s |
| 2362 | 2026-07-09T22:09:58.436Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvserver/closedts/ctpb [no test files] |
| 2363 | 2026-07-09T22:09:58.436Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/closedts/sidetransport 1.953s |
| 2364 | 2026-07-09T22:09:58.436Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/closedts/tracker 2.181s |
| 2365 | 2026-07-09T22:09:58.436Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/concurrency 21.992s |
| 2366 | 2026-07-09T22:09:58.436Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/concurrency/lock 0.067s |
| 2367 | 2026-07-09T22:09:58.436Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/concurrency/poison 0.134s |
| 2368 | 2026-07-09T22:09:58.436Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvserver/constraint [no test files] |
| 2369 | 2026-07-09T22:09:58.436Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvserver/diskmap [no test files] |
| 2370 | 2026-07-09T22:09:58.436Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/gc 1.720s |
| 2371 | 2026-07-09T22:09:58.436Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/idalloc 0.318s |
| 2372 | 2026-07-09T22:09:58.436Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/intentresolver 0.227s |
| 2373 | 2026-07-09T22:09:58.437Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvserver/kvserverbase [no test files] |
| 2374 | 2026-07-09T22:09:58.437Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvserver/kvserverpb [no test files] |
| 2375 | 2026-07-09T22:09:58.437Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/liveness 9.320s |
| 2376 | 2026-07-09T22:09:58.448Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvserver/liveness/livenesspb [no test files] |
| 2377 | 2026-07-09T22:09:58.448Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/loqrecovery 0.832s |
| 2378 | 2026-07-09T22:09:58.448Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvserver/loqrecovery/loqrecoverypb [no test files] |
| 2379 | 2026-07-09T22:09:58.448Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/protectedts 0.079s |
| 2380 | 2026-07-09T22:09:58.448Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/protectedts/ptcache 2.057s |
| 2381 | 2026-07-09T22:09:58.448Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvserver/protectedts/ptpb [no test files] |
| 2382 | 2026-07-09T22:09:58.448Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvserver/protectedts/ptprovider [no test files] |
| 2383 | 2026-07-09T22:09:58.448Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/protectedts/ptreconcile 0.693s |
| 2384 | 2026-07-09T22:09:58.448Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/protectedts/ptstorage 27.410s |
| 2385 | 2026-07-09T22:09:58.448Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvserver/protectedts/ptutil [no test files] |
| 2386 | 2026-07-09T22:09:58.448Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/raftentry 2.685s |
| 2387 | 2026-07-09T22:09:58.448Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/rangefeed 0.743s |
| 2388 | 2026-07-09T22:09:58.448Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/rditer 0.143s |
| 2389 | 2026-07-09T22:09:58.449Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvserver/readsummary [no test files] |
| 2390 | 2026-07-09T22:09:58.449Z | ? github.com/cockroachdb/cockroach/pkg/kv/kvserver/readsummary/rspb [no test files] |
| 2391 | 2026-07-09T22:09:58.449Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/reports 8.385s |
| 2392 | 2026-07-09T22:09:58.449Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/spanlatch 5.948s |
| 2393 | 2026-07-09T22:09:58.449Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/spanset 0.167s |
| 2394 | 2026-07-09T22:09:58.449Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/split 0.105s |
| 2395 | 2026-07-09T22:09:58.449Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/stateloader 0.121s |
| 2396 | 2026-07-09T22:09:58.449Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/tenantrate 0.146s |
| 2397 | 2026-07-09T22:09:58.449Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/tscache 5.021s |
| 2398 | 2026-07-09T22:09:58.449Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/txnrecovery 0.125s |
| 2399 | 2026-07-09T22:09:58.449Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/txnwait 0.156s |
| 2400 | 2026-07-09T22:09:58.449Z | ok github.com/cockroachdb/cockroach/pkg/kv/kvserver/uncertainty 0.059s |
| 2401 | 2026-07-09T22:09:58.449Z | ? github.com/cockroachdb/cockroach/pkg/migration [no test files] |
| 2402 | 2026-07-09T22:09:58.449Z | ok github.com/cockroachdb/cockroach/pkg/migration/migrationcluster 1.648s |
| 2403 | 2026-07-09T22:09:58.449Z | ? github.com/cockroachdb/cockroach/pkg/migration/migrationjob [no test files] |
| 2404 | 2026-07-09T22:09:58.449Z | ok github.com/cockroachdb/cockroach/pkg/migration/migrationmanager 6.043s |
| 2405 | 2026-07-09T22:09:58.449Z | ok github.com/cockroachdb/cockroach/pkg/migration/migrations 64.010s |
| 2406 | 2026-07-09T22:09:58.449Z | ? github.com/cockroachdb/cockroach/pkg/migration/nodelivenesstest [no test files] |
| 2407 | 2026-07-09T22:09:58.449Z | ? github.com/cockroachdb/cockroach/pkg/multitenant [no test files] |
| 2408 | 2026-07-09T22:09:58.449Z | ? github.com/cockroachdb/cockroach/pkg/multitenant/tenantcostmodel [no test files] |
| 2409 | 2026-07-09T22:09:58.449Z | ? github.com/cockroachdb/cockroach/pkg/release [no test files] |
| 2410 | 2026-07-09T22:09:58.449Z | ok github.com/cockroachdb/cockroach/pkg/roachpb 0.540s |
| 2411 | 2026-07-09T22:09:58.449Z | ? github.com/cockroachdb/cockroach/pkg/roachpb/gen [no test files] |
| 2412 | 2026-07-09T22:09:58.450Z | ? github.com/cockroachdb/cockroach/pkg/roachpb/roachpbmock [no test files] |
| 2413 | 2026-07-09T22:09:58.450Z | ? github.com/cockroachdb/cockroach/pkg/roachprod [no test files] |
| 2414 | 2026-07-09T22:09:58.450Z | ok github.com/cockroachdb/cockroach/pkg/roachprod/cloud 0.039s |
| 2415 | 2026-07-09T22:09:58.450Z | ok github.com/cockroachdb/cockroach/pkg/roachprod/config 0.034s |
| 2416 | 2026-07-09T22:09:58.450Z | ? github.com/cockroachdb/cockroach/pkg/roachprod/errors [no test files] |
| 2417 | 2026-07-09T22:09:58.450Z | ok github.com/cockroachdb/cockroach/pkg/roachprod/install 0.165s |
| 2418 | 2026-07-09T22:09:58.450Z | ? github.com/cockroachdb/cockroach/pkg/roachprod/logger [no test files] |
| 2419 | 2026-07-09T22:09:58.450Z | ok github.com/cockroachdb/cockroach/pkg/roachprod/ssh 0.027s |
| 2420 | 2026-07-09T22:09:58.450Z | ? github.com/cockroachdb/cockroach/pkg/roachprod/ui [no test files] |
| 2421 | 2026-07-09T22:09:58.450Z | ok github.com/cockroachdb/cockroach/pkg/roachprod/vm 0.057s |
| 2422 | 2026-07-09T22:09:58.450Z | ? github.com/cockroachdb/cockroach/pkg/roachprod/vm/aws [no test files] |
| 2423 | 2026-07-09T22:09:58.450Z | ? github.com/cockroachdb/cockroach/pkg/roachprod/vm/aws/terraformgen [no test files] |
| 2424 | 2026-07-09T22:09:58.450Z | ? github.com/cockroachdb/cockroach/pkg/roachprod/vm/azure [no test files] |
| 2425 | 2026-07-09T22:09:58.450Z | ? github.com/cockroachdb/cockroach/pkg/roachprod/vm/flagstub [no test files] |
| 2426 | 2026-07-09T22:09:58.450Z | ? github.com/cockroachdb/cockroach/pkg/roachprod/vm/gce [no test files] |
| 2427 | 2026-07-09T22:09:58.450Z | ? github.com/cockroachdb/cockroach/pkg/roachprod/vm/local [no test files] |
| 2428 | 2026-07-09T22:09:58.450Z | ok github.com/cockroachdb/cockroach/pkg/rpc 3.208s |
| 2429 | 2026-07-09T22:09:58.450Z | ok github.com/cockroachdb/cockroach/pkg/rpc/nodedialer 1.414s |
| 2430 | 2026-07-09T22:09:58.450Z | ? github.com/cockroachdb/cockroach/pkg/scheduledjobs [no test files] |
| 2431 | 2026-07-09T22:09:58.450Z | ok github.com/cockroachdb/cockroach/pkg/security 2.973s |
| 2432 | 2026-07-09T22:09:58.450Z | ok github.com/cockroachdb/cockroach/pkg/security/certmgr 0.429s |
| 2433 | 2026-07-09T22:09:58.450Z | ? github.com/cockroachdb/cockroach/pkg/security/pprompt [no test files] |
| 2434 | 2026-07-09T22:09:58.451Z | ? github.com/cockroachdb/cockroach/pkg/security/securitytest [no test files] |
| 2435 | 2026-07-09T22:09:58.451Z | ok github.com/cockroachdb/cockroach/pkg/security/sessionrevival 0.240s |
| 2436 | 2026-07-09T22:09:58.451Z | ok github.com/cockroachdb/cockroach/pkg/server 357.174s |
| 2437 | 2026-07-09T22:09:58.451Z | ok github.com/cockroachdb/cockroach/pkg/server/debug 0.295s |
| 2438 | 2026-07-09T22:09:58.451Z | ok github.com/cockroachdb/cockroach/pkg/server/debug/goroutineui 0.212s |
| 2439 | 2026-07-09T22:09:58.451Z | ok github.com/cockroachdb/cockroach/pkg/server/debug/pprofui 0.946s |
| 2440 | 2026-07-09T22:09:58.451Z | ok github.com/cockroachdb/cockroach/pkg/server/diagnostics 0.489s |
| 2441 | 2026-07-09T22:09:58.451Z | ? github.com/cockroachdb/cockroach/pkg/server/diagnostics/diagnosticspb [no test files] |
| 2442 | 2026-07-09T22:09:58.451Z | ok github.com/cockroachdb/cockroach/pkg/server/dumpstore 0.120s |
| 2443 | 2026-07-09T22:09:58.451Z | ok github.com/cockroachdb/cockroach/pkg/server/goroutinedumper 0.162s |
| 2444 | 2026-07-09T22:09:58.451Z | ok github.com/cockroachdb/cockroach/pkg/server/heapprofiler 0.166s |
| 2445 | 2026-07-09T22:09:58.451Z | ok github.com/cockroachdb/cockroach/pkg/server/pgurl 0.166s |
| 2446 | 2026-07-09T22:09:58.451Z | ok github.com/cockroachdb/cockroach/pkg/server/serverpb 0.152s |
| 2447 | 2026-07-09T22:09:58.451Z | ok github.com/cockroachdb/cockroach/pkg/server/settingswatcher 1.792s |
| 2448 | 2026-07-09T22:09:58.451Z | ok github.com/cockroachdb/cockroach/pkg/server/status 10.429s |
| 2449 | 2026-07-09T22:09:58.451Z | ? github.com/cockroachdb/cockroach/pkg/server/status/statuspb [no test files] |
| 2450 | 2026-07-09T22:09:58.452Z | ok github.com/cockroachdb/cockroach/pkg/server/systemconfigwatcher 0.664s |
| 2451 | 2026-07-09T22:09:58.452Z | ? github.com/cockroachdb/cockroach/pkg/server/systemconfigwatcher/systemconfigwatchertest [no test files] |
| 2452 | 2026-07-09T22:09:58.452Z | ok github.com/cockroachdb/cockroach/pkg/server/telemetry 0.145s |
| 2453 | 2026-07-09T22:09:58.452Z | ok github.com/cockroachdb/cockroach/pkg/server/tenantsettingswatcher 1.210s |
| 2454 | 2026-07-09T22:09:58.452Z | ok github.com/cockroachdb/cockroach/pkg/server/tracedumper 0.380s |
| 2455 | 2026-07-09T22:09:58.452Z | ok github.com/cockroachdb/cockroach/pkg/settings 0.125s |
| 2456 | 2026-07-09T22:09:58.452Z | ? github.com/cockroachdb/cockroach/pkg/settings/cluster [no test files] |
| 2457 | 2026-07-09T22:09:58.452Z | ok github.com/cockroachdb/cockroach/pkg/spanconfig 0.131s |
| 2458 | 2026-07-09T22:09:58.452Z | ? github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigjob [no test files] |
| 2459 | 2026-07-09T22:09:58.452Z | ok github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigkvaccessor 3.075s |
| 2460 | 2026-07-09T22:53:51.182Z | I260709 21:53:50.364950 47 3@vendor/github.com/cockroachdb/pebble/event.go:650 [n?,pebble,s?] 1 [JOB 1] MANIFEST created 000001 |
| 2461 | 2026-07-09T22:53:51.183Z | I260709 21:53:50.365466 47 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n?,pebble,s?] 2 [JOB 1] WAL created 000002 |
| 2462 | 2026-07-09T22:53:51.183Z | I260709 21:53:50.365620 47 server/config.go:665 [n?] 3 1 storage engine initialized |
| 2463 | 2026-07-09T22:53:51.183Z | I260709 21:53:50.365637 47 server/config.go:668 [n?] 4 Pebble cache size: 128 MiB |
| 2464 | 2026-07-09T22:53:51.183Z | I260709 21:53:50.365647 47 server/config.go:668 [n?] 5 store 0: in-memory, size 512 MiB |
| 2465 | 2026-07-09T22:53:51.183Z | I260709 21:53:50.365659 133 3@vendor/github.com/cockroachdb/pebble/event.go:670 [n?,pebble,s?] 6 [JOB 2] all initial table stats loaded |
| 2466 | 2026-07-09T22:53:51.183Z | I260709 21:53:50.370711 47 1@rpc/tls.go:267 [n?] 7 server certificate addresses: IP=127.0.0.1,::1; DNS=localhost,*.local; CN=node |
| 2467 | 2026-07-09T22:53:51.183Z | I260709 21:53:50.371375 47 1@rpc/tls.go:316 [n?] 8 web UI certificate addresses: IP=127.0.0.1,::1; DNS=localhost,*.local; CN=node |
| 2468 | 2026-07-09T22:53:51.184Z | W260709 21:53:50.371590 47 server/status/runtime.go:325 [n?] 9 could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" |
| 2469 | 2026-07-09T22:53:51.184Z | E260709 21:53:50.371670 47 1@server/status/runtime.go:343 [n?] 10 could not get initial disk IO counters: not implemented yet |
| 2470 | 2026-07-09T22:53:51.184Z | E260709 21:53:50.371727 47 1@server/status/runtime.go:347 [n?] 11 could not get initial disk IO counters: not implemented yet |
| 2471 | 2026-07-09T22:53:51.184Z | I260709 21:53:50.376700 47 3@vendor/github.com/cockroachdb/pebble/event.go:650 [n?,pebble,s?] 12 [JOB 1] MANIFEST created 000001 |
| 2472 | 2026-07-09T22:53:51.184Z | I260709 21:53:50.376961 47 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n?,pebble,s?] 13 [JOB 1] WAL created 000002 |
| 2473 | 2026-07-09T22:53:51.184Z | I260709 21:53:50.380275 196 3@vendor/github.com/cockroachdb/pebble/event.go:670 [n?,pebble,stemp] 14 [JOB 2] all initial table stats loaded |
| 2474 | 2026-07-09T22:53:51.184Z | I260709 21:53:50.402100 47 1@server/clock_monotonicity.go:65 [n?] 15 monitoring forward clock jumps based on server.clock.forward_jump_check_enabled |
| 2475 | 2026-07-09T22:53:51.184Z | I260709 21:53:50.402579 47 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 16 upgraded to format version: 002 |
| 2476 | 2026-07-09T22:53:51.184Z | I260709 21:53:50.402925 47 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 17 upgraded to format version: 003 |
| 2477 | 2026-07-09T22:53:51.184Z | I260709 21:53:50.403052 47 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 18 upgraded to format version: 004 |
| 2478 | 2026-07-09T22:53:51.184Z | I260709 21:53:50.403568 47 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 19 upgraded to format version: 005 |
| 2479 | 2026-07-09T22:53:51.184Z | I260709 21:53:50.403603 47 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 20 upgraded to format version: 006 |
| 2480 | 2026-07-09T22:53:51.184Z | I260709 21:53:50.407136 47 server/init.go:198 [n?] 21 no stores initialized |
| 2481 | 2026-07-09T22:53:51.185Z | I260709 21:53:50.407167 47 server/init.go:199 [n?] 22 awaiting `cockroach init` or join with an already initialized node |
| 2482 | 2026-07-09T22:53:51.185Z | I260709 21:53:50.407180 47 server/init.go:263 [n?] 23 cluster e67d97e0-d3a0-4562-b62b-e03e4ce637ba has been created |
| 2483 | 2026-07-09T22:53:51.185Z | I260709 21:53:50.407197 47 server/init.go:264 [n?] 24 allocated node ID: n1 (for self) |
| 2484 | 2026-07-09T22:53:51.185Z | I260709 21:53:50.407214 47 server/init.go:265 [n?] 25 active cluster version: 22.1 |
| 2485 | 2026-07-09T22:53:51.185Z | I260709 21:53:50.407387 276 1@server/server.go:1294 [n1] 26 connecting to gossip network to verify cluster ID "e67d97e0-d3a0-4562-b62b-e03e4ce637ba" |
| 2486 | 2026-07-09T22:53:51.185Z | W260709 21:53:50.407357 47 1@gossip/gossip.go:1531 [n1] 27 no addresses found; use --join to specify a connected node |
| 2487 | 2026-07-09T22:53:51.185Z | I260709 21:53:50.407508 47 gossip/gossip.go:401 [n1] 28 NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:46047" > attrs:<> locality:<tiers:<key:"region" value:"test" > tiers:<key:"dc" value:"dc1" > > ServerVersion:<major_val:22 minor_val:1 patch:0 internal:0 > build_tag:"v22.1.22-67-gf404bd6e55" started_at:1783634030407502418 cluster_name:"" sql_address:<network_field:"tcp" address_field:"127.0.0.1:48725" > http_address:<network_field:"tcp" address_field:"127.0.0.1:54528" > |
| 2488 | 2026-07-09T22:53:51.185Z | I260709 21:53:50.409364 47 server/node.go:470 [n1] 29 initialized store s1 |
| 2489 | 2026-07-09T22:53:51.185Z | I260709 21:53:50.409395 47 kv/kvserver/stores.go:250 [n1] 30 read 0 node addresses from persistent storage |
| 2490 | 2026-07-09T22:53:51.185Z | I260709 21:53:50.409453 47 server/node.go:549 [n1] 31 started with engine type 2 |
| 2491 | 2026-07-09T22:53:51.185Z | I260709 21:53:50.409478 47 server/node.go:551 [n1] 32 started with attributes [] |
| 2492 | 2026-07-09T22:53:51.185Z | I260709 21:53:50.409571 47 1@server/server.go:1423 [n1] 33 starting https server at 127.0.0.1:54528 (use: 127.0.0.1:54528) |
| 2493 | 2026-07-09T22:53:51.186Z | I260709 21:53:50.409596 47 1@server/server.go:1428 [n1] 34 starting postgres server at 127.0.0.1:48725 (use: 127.0.0.1:48725) |
| 2494 | 2026-07-09T22:53:51.186Z | I260709 21:53:50.409617 47 1@server/server.go:1430 [n1] 35 starting grpc server at 127.0.0.1:46047 |
| 2495 | 2026-07-09T22:53:51.186Z | I260709 21:53:50.409633 47 1@server/server.go:1431 [n1] 36 advertising CockroachDB node at 127.0.0.1:46047 |
| 2496 | 2026-07-09T22:53:51.186Z | E260709 21:53:50.409659 47 server/status/recorder.go:420 [n1,summaries] 37 could not get total system memory: not implemented on illumos |
| 2497 | 2026-07-09T22:53:51.186Z | I260709 21:53:50.410015 276 1@server/server.go:1297 [n1] 38 node connected via gossip |
| 2498 | 2026-07-09T22:53:51.186Z | W260709 21:53:50.447880 227 kv/range_lookup.go:243 [n1,rangefeed=table-stats-cache,range-lookup=/Meta2/Table/20/NULL] 39 range lookup of key /Meta2/Table/20/NULL found only non-matching ranges []; retrying |
| 2499 | 2026-07-09T22:53:51.186Z | W260709 21:53:50.450233 226 kv/range_lookup.go:243 [n1,rangefeed=table-stats-cache,range-lookup=/Table/20] 40 range lookup of key /Table/20 found only non-matching ranges []; retrying |
| 2500 | 2026-07-09T22:53:51.186Z | I260709 21:53:50.507138 418 kv/kvserver/replica_rangefeed.go:698 [n1,rangefeed=table-stats-cache,s1,r16] 41 RangeFeed closed timestamp is empty |
| 2501 | 2026-07-09T22:53:51.186Z | I260709 21:53:50.566560 47 1@util/log/event_log.go:32 [n1] 42 ={"Timestamp":1783634030566555285,"EventType":"node_join","NodeID":1,"StartedAt":1783634030407502418,"LastUp":1783634030407502418} |
| 2502 | 2026-07-09T22:53:51.186Z | I260709 21:53:50.566622 47 sql/sqlliveness/slinstance/slinstance.go:313 [n1] 43 starting SQL liveness instance |
| 2503 | 2026-07-09T22:53:51.186Z | I260709 21:53:50.566909 434 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 44 spanconfig-subscriber: established range feed cache |
| 2504 | 2026-07-09T22:53:51.186Z | I260709 21:53:50.567777 280 sql/sqlliveness/slstorage/slstorage.go:460 [n1] 45 inserted sqlliveness session 570a95a7cedf4de19110badb8d370b23 |
| 2505 | 2026-07-09T22:53:51.186Z | I260709 21:53:50.567837 280 sql/sqlliveness/slinstance/slinstance.go:198 [n1] 46 created new SQL liveness session 570a95a7cedf4de19110badb8d370b23 |
| 2506 | 2026-07-09T22:53:51.186Z | I260709 21:53:50.567873 502 sql/temporary_schema.go:514 [n1] 47 running temporary object cleanup background job |
| 2507 | 2026-07-09T22:53:51.187Z | I260709 21:53:50.567971 504 sql/sqlstats/persistedsqlstats/provider.go:132 [n1] 48 starting sql-stats-worker with initial delay: 11m10.886324487s |
| 2508 | 2026-07-09T22:53:51.187Z | I260709 21:53:50.569697 502 sql/temporary_schema.go:559 [n1] 49 found 0 temporary schemas |
| 2509 | 2026-07-09T22:53:51.187Z | I260709 21:53:50.570531 502 sql/temporary_schema.go:562 [n1] 50 early exiting temporary schema cleaner as no temporary schemas were found |
| 2510 | 2026-07-09T22:53:51.187Z | I260709 21:53:50.570632 502 sql/temporary_schema.go:563 [n1] 51 completed temporary object cleanup job |
| 2511 | 2026-07-09T22:53:51.187Z | I260709 21:53:50.570798 502 sql/temporary_schema.go:646 [n1] 52 temporary object cleaner next scheduled to run at 2026-07-09 22:23:50.567854533 +0000 UTC |
| 2512 | 2026-07-09T22:53:51.187Z | I260709 21:53:50.571520 611 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 53 settings-watcher: established range feed cache |
| 2513 | 2026-07-09T22:53:51.187Z | I260709 21:53:50.573072 643 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 54 system-config-cache: established range feed cache |
| 2514 | 2026-07-09T22:53:51.187Z | I260709 21:53:50.577830 511 spanconfig/spanconfigmanager/manager.go:147 [n1] 55 started auto span config reconciliation job |
| 2515 | 2026-07-09T22:53:51.187Z | I260709 21:53:50.578094 287 jobs/adopt.go:241 [n1] 56 job 1191325304652201985: resuming execution |
| 2516 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.581074 706 migration/migrationmanager/manager.go:116 [n1,intExec=set-setting,migration-mgr] 57 no need to migrate, cluster already at newest version |
| 2517 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.581886 706 util/log/event_log.go:32 [n1,intExec=set-setting] 58 ={"Timestamp":1783634030580352722,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING version = $1","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-set-setting","PlaceholderValues":["'22.1'"],"SettingName":"version","Value":"22.1"} |
| 2518 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.582879 615 jobs/registry.go:1209 [n1] 59 AUTO SPAN CONFIG RECONCILIATION job 1191325304652201985: stepping through state running with error: <nil> |
| 2519 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.585118 368 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n1,pebble,s1] 60 [JOB 4] WAL created 000004 |
| 2520 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.598349 615 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:264 [n1,job=1191325304652201985] 61 established range feed over system.descriptors starting at time 1783634030.587162576,0 |
| 2521 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.598440 615 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:317 [n1,job=1191325304652201985] 62 established range feed over system.zones starting at time 1783634030.587162576,0 |
| 2522 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.598469 615 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:412 [n1,job=1191325304652201985] 63 established range feed over system.protected_ts_records starting at time 1783634030.587162576,0 |
| 2523 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.658457 696 util/log/event_log.go:32 [n1,intExec=initializeClusterSecret] 64 ={"Timestamp":1783634030585950817,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"cluster.secret\" = gen_random_uuid()::STRING","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-initializeClusterSecret","SettingName":"cluster.secret","Value":"60781b30-a2e4-4e76-8407-951d229315f3"} |
| 2524 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.661678 785 5@util/log/event_log.go:32 [n1,intExec=create-default-DB] 65 ={"Timestamp":1783634030659702905,"EventType":"create_database","Statement":"CREATE DATABASE IF NOT EXISTS defaultdb","Tag":"CREATE DATABASE","User":"root","DescriptorID":100,"ApplicationName":"$ internal-create-default-DB","DatabaseName":"defaultdb"} |
| 2525 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.664470 752 5@util/log/event_log.go:32 [n1,intExec=create-default-DB] 66 ={"Timestamp":1783634030661812719,"EventType":"create_database","Statement":"CREATE DATABASE IF NOT EXISTS postgres","Tag":"CREATE DATABASE","User":"root","DescriptorID":102,"ApplicationName":"$ internal-create-default-DB","DatabaseName":"postgres"} |
| 2526 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.672232 47 server/server_sql.go:1287 [n1] 67 done ensuring all necessary startup migrations have run |
| 2527 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.672422 700 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 68 tenant-settings-watcher: established range feed cache |
| 2528 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.672560 887 jobs/job_scheduler.go:433 [n1] 69 waiting 2m0s before scheduled jobs daemon start |
| 2529 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.673780 890 server/auto_upgrade.go:79 [n1] 70 no need to upgrade, cluster already at the newest version |
| 2530 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.682665 358 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n1,pebble,s1] 71 [JOB 5] WAL created 000005 |
| 2531 | 2026-07-09T22:53:51.188Z | I260709 21:53:50.684063 47 1@server/server_sql.go:1350 [n1] 72 serving sql connections |
| 2532 | 2026-07-09T22:53:51.189Z | I260709 21:53:50.684340 47 testutils/testcluster/testcluster.go:1204 [-] 73 WaitForFullReplication |
| 2533 | 2026-07-09T22:53:51.189Z | I260709 21:53:50.684361 47 testutils/testcluster/testcluster.go:1208 [-] 74 WaitForFullReplication took: 210ns |
| 2534 | 2026-07-09T22:53:51.189Z | I260709 21:53:50.684399 47 2@rpc/context.go:1275 [n1,rnode=1,raddr=127.0.0.1:46047,class=default] 75 dialing |
| 2535 | 2026-07-09T22:53:51.189Z | I260709 21:53:50.715110 497 util/log/event_log.go:32 [n1,client=127.0.0.1:64455,user=root] 76 ={"Timestamp":1783634030708274237,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"kv.rangefeed.enabled\" = true","Tag":"SET CLUSTER SETTING","User":"root","SettingName":"kv.rangefeed.enabled","Value":"true"} |
| 2536 | 2026-07-09T22:53:51.189Z | I260709 21:53:50.719973 497 util/log/event_log.go:32 [n1,client=127.0.0.1:64455,user=root] 77 ={"Timestamp":1783634030716339124,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"kv.closed_timestamp.target_duration\" = '100ms'","Tag":"SET CLUSTER SETTING","User":"root","SettingName":"kv.closed_timestamp.target_duration","Value":"00:00:00.1"} |
| 2537 | 2026-07-09T22:53:51.189Z | I260709 21:53:50.722226 497 5@util/log/event_log.go:32 [n1,client=127.0.0.1:64455,user=root] 78 ={"Timestamp":1783634030720353945,"EventType":"create_table","Statement":"CREATE TABLE defaultdb.public.dummy_span_configurations (start_key BYTES NOT NULL, end_key BYTES NOT NULL, config BYTES NOT NULL, CONSTRAINT check_bounds CHECK (start_key < end_key), CONSTRAINT \"primary\" PRIMARY KEY (start_key ASC) STORING ())","Tag":"CREATE TABLE","User":"root","DescriptorID":104,"TableName":"defaultdb.public.dummy_span_configurations"} |
| 2538 | 2026-07-09T22:53:51.189Z | I260709 21:53:50.731727 909 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [-] 79 spanconfig-subscriber: established range feed cache |
| 2539 | 2026-07-09T22:53:51.189Z | I260709 21:53:51.420182 1096 kv/kvserver/replica_command.go:421 [n1,split,s1,r44/1:/{Table/50-Max}] 80 initiating a split of this range at key /Table/104 [r45] (span config) |
| 2540 | 2026-07-09T22:53:51.189Z | I260709 21:53:51.584975 47 testutils/testcluster/testcluster.go:108 [-] 81 TestCluster quiescing nodes |
| 2541 | 2026-07-09T22:53:51.189Z | I260709 21:53:51.585108 246 sql/stats/automatic_stats.go:489 [n1] 82 quiescing auto stats refresher |
| 2542 | 2026-07-09T22:53:51.189Z | I260709 21:53:51.585183 147 2@rpc/context.go:868 [n1] 83 closing [{n0: 127.0.0.1:46047 (default)}] |
| 2543 | 2026-07-09T22:53:51.189Z | W260709 21:53:51.585210 280 sql/sqlliveness/slinstance/slinstance.go:235 [n1] 84 exiting heartbeat loop |
| 2544 | 2026-07-09T22:53:51.190Z | I260709 21:53:51.585272 842 2@rpc/context.go:868 [n1] 86 closing [{n1: 127.0.0.1:46047 (default)} {n0: 127.0.0.1:46047 (default)}] |
| 2545 | 2026-07-09T22:53:51.190Z | W260709 21:53:51.585252 959 kv/kvserver/intentresolver/intent_resolver.go:793 [-] 85 failed to gc transaction record: could not GC completed transaction anchored at /NamespaceTable/30/1/100/101/"dummy_span_configurations"/4/1: node unavailable; try another peer |
| 2546 | 2026-07-09T22:53:51.190Z | W260709 21:53:51.585261 508 jobs/registry.go:815 [n1] 87 canceling all adopted jobs due to stopper quiescing |
| 2547 | 2026-07-09T22:53:51.190Z | I260709 21:53:51.585387 615 jobs/registry.go:1209 [n1] 88 AUTO SPAN CONFIG RECONCILIATION job 1191325304652201985: stepping through state succeeded with error: <nil> |
| 2548 | 2026-07-09T22:53:51.190Z | W260709 21:53:51.585492 615 kv/txn.go:728 [n1] 89 failure aborting transaction: node unavailable; try another peer; abort caused by: txn exec: context canceled |
| 2549 | 2026-07-09T22:53:51.190Z | W260709 21:53:51.587099 615 jobs/adopt.go:459 [n1] 90 could not clear job claim: clear-job-claim: failed to send RPC: sending to all replicas failed; last error: node unavailable; try another peer |
| 2550 | 2026-07-09T22:53:51.190Z | I260709 21:53:51.594271 9 3@vendor/github.com/cockroachdb/pebble/event.go:650 [n?,pebble,s?] 91 [JOB 1] MANIFEST created 000001 |
| 2551 | 2026-07-09T22:53:51.190Z | I260709 21:53:51.594369 9 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n?,pebble,s?] 92 [JOB 1] WAL created 000002 |
| 2552 | 2026-07-09T22:53:51.190Z | I260709 21:53:51.594436 9 server/config.go:665 [n?] 93 1 storage engine initialized |
| 2553 | 2026-07-09T22:53:51.190Z | I260709 21:53:51.594449 9 server/config.go:668 [n?] 94 Pebble cache size: 128 MiB |
| 2554 | 2026-07-09T22:53:51.190Z | I260709 21:53:51.594455 9 server/config.go:668 [n?] 95 store 0: in-memory, size 512 MiB |
| 2555 | 2026-07-09T22:53:51.190Z | I260709 21:53:51.594455 1184 3@vendor/github.com/cockroachdb/pebble/event.go:670 [n?,pebble,s?] 96 [JOB 2] all initial table stats loaded |
| 2556 | 2026-07-09T22:53:51.190Z | I260709 21:53:51.596236 9 1@rpc/tls.go:267 [n?] 97 server certificate addresses: IP=127.0.0.1,::1; DNS=localhost,*.local; CN=node |
| 2557 | 2026-07-09T22:53:51.190Z | I260709 21:53:51.596260 9 1@rpc/tls.go:316 [n?] 98 web UI certificate addresses: IP=127.0.0.1,::1; DNS=localhost,*.local; CN=node |
| 2558 | 2026-07-09T22:53:51.190Z | W260709 21:53:51.596333 9 server/status/runtime.go:325 [n?] 99 could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" |
| 2559 | 2026-07-09T22:53:51.190Z | E260709 21:53:51.596366 9 1@server/status/runtime.go:343 [n?] 100 could not get initial disk IO counters: not implemented yet |
| 2560 | 2026-07-09T22:53:51.194Z | E260709 21:53:51.596381 9 1@server/status/runtime.go:347 [n?] 101 could not get initial disk IO counters: not implemented yet |
| 2561 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.597107 9 3@vendor/github.com/cockroachdb/pebble/event.go:650 [n?,pebble,s?] 102 [JOB 1] MANIFEST created 000001 |
| 2562 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.597153 9 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n?,pebble,s?] 103 [JOB 1] WAL created 000002 |
| 2563 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.598293 992 3@vendor/github.com/cockroachdb/pebble/event.go:670 [n?,pebble,stemp] 104 [JOB 2] all initial table stats loaded |
| 2564 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.607557 9 1@server/clock_monotonicity.go:65 [n?] 105 monitoring forward clock jumps based on server.clock.forward_jump_check_enabled |
| 2565 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.607795 9 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 106 upgraded to format version: 002 |
| 2566 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.607837 9 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 107 upgraded to format version: 003 |
| 2567 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.607858 9 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 108 upgraded to format version: 004 |
| 2568 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.608106 9 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 109 upgraded to format version: 005 |
| 2569 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.608134 9 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 110 upgraded to format version: 006 |
| 2570 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.612082 9 server/init.go:198 [n?] 111 no stores initialized |
| 2571 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.612190 9 server/init.go:199 [n?] 112 awaiting `cockroach init` or join with an already initialized node |
| 2572 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.612208 9 server/init.go:263 [n?] 113 cluster 51995def-a37e-45bc-a7be-412db5a78680 has been created |
| 2573 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.612219 9 server/init.go:264 [n?] 114 allocated node ID: n1 (for self) |
| 2574 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.612227 9 server/init.go:265 [n?] 115 active cluster version: 22.1 |
| 2575 | 2026-07-09T22:53:51.195Z | W260709 21:53:51.612356 9 1@gossip/gossip.go:1531 [n1] 116 no addresses found; use --join to specify a connected node |
| 2576 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.612388 1114 1@server/server.go:1294 [n1] 117 connecting to gossip network to verify cluster ID "51995def-a37e-45bc-a7be-412db5a78680" |
| 2577 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.612398 9 gossip/gossip.go:401 [n1] 118 NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:46949" > attrs:<> locality:<tiers:<key:"region" value:"test" > tiers:<key:"dc" value:"dc1" > > ServerVersion:<major_val:22 minor_val:1 patch:0 internal:0 > build_tag:"v22.1.22-67-gf404bd6e55" started_at:1783634031612394402 cluster_name:"" sql_address:<network_field:"tcp" address_field:"127.0.0.1:37127" > http_address:<network_field:"tcp" address_field:"127.0.0.1:54881" > |
| 2578 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.614020 9 server/node.go:470 [n1] 119 initialized store s1 |
| 2579 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.614066 9 kv/kvserver/stores.go:250 [n1] 120 read 0 node addresses from persistent storage |
| 2580 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.614097 9 server/node.go:549 [n1] 121 started with engine type 2 |
| 2581 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.614116 9 server/node.go:551 [n1] 122 started with attributes [] |
| 2582 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.614160 9 1@server/server.go:1423 [n1] 123 starting https server at 127.0.0.1:54881 (use: 127.0.0.1:54881) |
| 2583 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.614179 9 1@server/server.go:1428 [n1] 124 starting postgres server at 127.0.0.1:37127 (use: 127.0.0.1:37127) |
| 2584 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.614188 9 1@server/server.go:1430 [n1] 125 starting grpc server at 127.0.0.1:46949 |
| 2585 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.614201 9 1@server/server.go:1431 [n1] 126 advertising CockroachDB node at 127.0.0.1:46949 |
| 2586 | 2026-07-09T22:53:51.195Z | E260709 21:53:51.614213 9 server/status/recorder.go:420 [n1,summaries] 127 could not get total system memory: not implemented on illumos |
| 2587 | 2026-07-09T22:53:51.195Z | I260709 21:53:51.614247 1114 1@server/server.go:1297 [n1] 128 node connected via gossip |
| 2588 | 2026-07-09T22:53:51.195Z | W260709 21:53:51.654810 1248 kv/range_lookup.go:243 [n1,rangefeed=table-stats-cache,range-lookup=/Meta2/Table/20/NULL] 129 range lookup of key /Meta2/Table/20/NULL found only non-matching ranges []; retrying |
| 2589 | 2026-07-09T22:53:51.195Z | W260709 21:53:51.656287 1247 kv/range_lookup.go:243 [n1,rangefeed=table-stats-cache,range-lookup=/Table/20] 130 range lookup of key /Table/20 found only non-matching ranges []; retrying |
| 2590 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.704914 1474 kv/kvserver/replica_rangefeed.go:698 [n1,rangefeed=table-stats-cache,s1,r16] 131 RangeFeed closed timestamp is empty |
| 2591 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.756575 1151 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 132 spanconfig-subscriber: established range feed cache |
| 2592 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.756824 9 1@util/log/event_log.go:32 [n1] 133 ={"Timestamp":1783634031756822678,"EventType":"node_join","NodeID":1,"StartedAt":1783634031612394402,"LastUp":1783634031612394402} |
| 2593 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.756862 9 sql/sqlliveness/slinstance/slinstance.go:313 [n1] 134 starting SQL liveness instance |
| 2594 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.757445 1454 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 135 settings-watcher: established range feed cache |
| 2595 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.757479 1496 sql/temporary_schema.go:514 [n1] 136 running temporary object cleanup background job |
| 2596 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.757508 1498 sql/sqlstats/persistedsqlstats/provider.go:132 [n1] 137 starting sql-stats-worker with initial delay: 9m50.201937868s |
| 2597 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.757773 1496 sql/temporary_schema.go:559 [n1] 138 found 0 temporary schemas |
| 2598 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.757796 1496 sql/temporary_schema.go:562 [n1] 139 early exiting temporary schema cleaner as no temporary schemas were found |
| 2599 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.757804 1496 sql/temporary_schema.go:563 [n1] 140 completed temporary object cleanup job |
| 2600 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.757810 1496 sql/temporary_schema.go:646 [n1] 141 temporary object cleaner next scheduled to run at 2026-07-09 22:23:51.757459424 +0000 UTC |
| 2601 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.757830 1457 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 142 system-config-cache: established range feed cache |
| 2602 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.757861 1306 sql/sqlliveness/slstorage/slstorage.go:460 [n1] 143 inserted sqlliveness session c049ae3a042d45559df782a4f5e6f80b |
| 2603 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.757877 1306 sql/sqlliveness/slinstance/slinstance.go:198 [n1] 144 created new SQL liveness session c049ae3a042d45559df782a4f5e6f80b |
| 2604 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.763385 1510 spanconfig/spanconfigmanager/manager.go:147 [n1] 145 started auto span config reconciliation job |
| 2605 | 2026-07-09T22:53:51.196Z | I260709 21:53:51.763434 605 jobs/adopt.go:241 [n1] 146 job 1191325308542681089: resuming execution |
| 2606 | 2026-07-09T22:53:51.197Z | I260709 21:53:51.764749 1685 migration/migrationmanager/manager.go:116 [n1,intExec=set-setting,migration-mgr] 147 no need to migrate, cluster already at newest version |
| 2607 | 2026-07-09T22:53:51.197Z | I260709 21:53:51.767678 1685 util/log/event_log.go:32 [n1,intExec=set-setting] 148 ={"Timestamp":1783634031763102234,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING version = $1","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-set-setting","PlaceholderValues":["'22.1'"],"SettingName":"version","Value":"22.1"} |
| 2608 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.770016 1630 jobs/registry.go:1209 [n1] 149 AUTO SPAN CONFIG RECONCILIATION job 1191325308542681089: stepping through state running with error: <nil> |
| 2609 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.772556 1386 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n1,pebble,s1] 150 [JOB 4] WAL created 000004 |
| 2610 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.787008 1630 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:264 [n1,job=1191325308542681089] 151 established range feed over system.descriptors starting at time 1783634031.776526255,0 |
| 2611 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.787081 1630 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:317 [n1,job=1191325308542681089] 152 established range feed over system.zones starting at time 1783634031.776526255,0 |
| 2612 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.787113 1630 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:412 [n1,job=1191325308542681089] 153 established range feed over system.protected_ts_records starting at time 1783634031.776526255,0 |
| 2613 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.820310 1738 util/log/event_log.go:32 [n1,intExec=initializeClusterSecret] 154 ={"Timestamp":1783634031773797594,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"cluster.secret\" = gen_random_uuid()::STRING","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-initializeClusterSecret","SettingName":"cluster.secret","Value":"2cd0bb7a-0c55-4030-9da7-a689a7317f3e"} |
| 2614 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.823578 1847 5@util/log/event_log.go:32 [n1,intExec=create-default-DB] 155 ={"Timestamp":1783634031821749817,"EventType":"create_database","Statement":"CREATE DATABASE IF NOT EXISTS defaultdb","Tag":"CREATE DATABASE","User":"root","DescriptorID":100,"ApplicationName":"$ internal-create-default-DB","DatabaseName":"defaultdb"} |
| 2615 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.825753 1840 5@util/log/event_log.go:32 [n1,intExec=create-default-DB] 156 ={"Timestamp":1783634031823789889,"EventType":"create_database","Statement":"CREATE DATABASE IF NOT EXISTS postgres","Tag":"CREATE DATABASE","User":"root","DescriptorID":102,"ApplicationName":"$ internal-create-default-DB","DatabaseName":"postgres"} |
| 2616 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.832995 9 server/server_sql.go:1287 [n1] 157 done ensuring all necessary startup migrations have run |
| 2617 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.833220 1898 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 158 tenant-settings-watcher: established range feed cache |
| 2618 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.833258 1883 jobs/job_scheduler.go:433 [n1] 159 waiting 2m0s before scheduled jobs daemon start |
| 2619 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.833984 1886 server/auto_upgrade.go:79 [n1] 160 no need to upgrade, cluster already at the newest version |
| 2620 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.840608 1373 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n1,pebble,s1] 161 [JOB 5] WAL created 000005 |
| 2621 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.842282 9 1@server/server_sql.go:1350 [n1] 162 serving sql connections |
| 2622 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.842793 9 testutils/testcluster/testcluster.go:1204 [-] 163 WaitForFullReplication |
| 2623 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.842812 9 testutils/testcluster/testcluster.go:1208 [-] 164 WaitForFullReplication took: 210ns |
| 2624 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.842873 9 2@rpc/context.go:1275 [n1,rnode=1,raddr=127.0.0.1:46949,class=default] 165 dialing |
| 2625 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.853633 1957 util/log/event_log.go:32 [n1,client=127.0.0.1:63413,user=root] 166 ={"Timestamp":1783634031850387010,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"kv.rangefeed.enabled\" = true","Tag":"SET CLUSTER SETTING","User":"root","SettingName":"kv.rangefeed.enabled","Value":"true"} |
| 2626 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.856382 1957 util/log/event_log.go:32 [n1,client=127.0.0.1:63413,user=root] 167 ={"Timestamp":1783634031853870022,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"kv.closed_timestamp.target_duration\" = '100ms'","Tag":"SET CLUSTER SETTING","User":"root","SettingName":"kv.closed_timestamp.target_duration","Value":"00:00:00.1"} |
| 2627 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.858619 1957 5@util/log/event_log.go:32 [n1,client=127.0.0.1:63413,user=root] 168 ={"Timestamp":1783634031856601923,"EventType":"create_table","Statement":"CREATE TABLE defaultdb.public.dummy_span_configurations (start_key BYTES NOT NULL, end_key BYTES NOT NULL, config BYTES NOT NULL, CONSTRAINT check_bounds CHECK (start_key < end_key), CONSTRAINT \"primary\" PRIMARY KEY (start_key ASC) STORING ())","Tag":"CREATE TABLE","User":"root","DescriptorID":104,"TableName":"defaultdb.public.dummy_span_configurations"} |
| 2628 | 2026-07-09T22:53:51.198Z | I260709 21:53:51.866697 1975 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [-] 169 spanconfig-subscriber: established range feed cache |
| 2629 | 2026-07-09T22:53:51.198Z | I260709 21:53:52.423938 1936 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [-] 170 spanconfig-subscriber: established range feed cache |
| 2630 | 2026-07-09T22:53:51.198Z | I260709 21:53:52.615949 1825 kv/kvserver/replica_command.go:421 [n1,split,s1,r44/1:/{Table/50-Max}] 171 initiating a split of this range at key /Table/104 [r45] (span config) |
| 2631 | 2026-07-09T22:53:51.198Z | I260709 21:53:52.703215 9 testutils/testcluster/testcluster.go:108 [-] 172 TestCluster quiescing nodes |
| 2632 | 2026-07-09T22:53:51.198Z | W260709 21:53:52.703393 1818 kv/kvserver/intentresolver/intent_resolver.go:793 [-] 173 failed to gc transaction record: could not GC completed transaction anchored at /Table/104/1/"d"/0: node unavailable; try another peer |
| 2633 | 2026-07-09T22:53:51.198Z | I260709 21:53:52.703426 609 2@rpc/context.go:868 [n1] 175 closing [{n1: 127.0.0.1:46949 (default)} {n0: 127.0.0.1:46949 (default)}] |
| 2634 | 2026-07-09T22:53:51.198Z | W260709 21:53:52.703442 1507 jobs/registry.go:815 [n1] 176 canceling all adopted jobs due to stopper quiescing |
| 2635 | 2026-07-09T22:53:51.198Z | W260709 21:53:52.703483 1306 sql/sqlliveness/slinstance/slinstance.go:235 [n1] 177 exiting heartbeat loop |
| 2636 | 2026-07-09T22:53:51.198Z | I260709 21:53:52.703407 1502 sql/stats/automatic_stats.go:489 [n1] 174 quiescing auto stats refresher |
| 2637 | 2026-07-09T22:53:51.198Z | I260709 21:53:52.703556 1630 jobs/registry.go:1209 [n1] 178 AUTO SPAN CONFIG RECONCILIATION job 1191325308542681089: stepping through state succeeded with error: <nil> |
| 2638 | 2026-07-09T22:53:51.198Z | W260709 21:53:52.703609 1630 kv/txn.go:728 [n1] 179 failure aborting transaction: node unavailable; try another peer; abort caused by: txn exec: context canceled |
| 2639 | 2026-07-09T22:53:51.198Z | W260709 21:53:52.705129 1630 jobs/adopt.go:459 [n1] 180 could not clear job claim: clear-job-claim: failed to send RPC: sending to all replicas failed; last error: node unavailable; try another peer |
| 2640 | 2026-07-09T22:53:51.198Z | I260709 21:53:52.712893 2210 3@vendor/github.com/cockroachdb/pebble/event.go:650 [n?,pebble,s?] 181 [JOB 1] MANIFEST created 000001 |
| 2641 | 2026-07-09T22:53:51.198Z | I260709 21:53:52.712971 2210 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n?,pebble,s?] 182 [JOB 1] WAL created 000002 |
| 2642 | 2026-07-09T22:53:51.199Z | I260709 21:53:52.713043 2210 server/config.go:665 [n?] 183 1 storage engine initialized |
| 2643 | 2026-07-09T22:53:51.199Z | I260709 21:53:52.713058 2210 server/config.go:668 [n?] 184 Pebble cache size: 128 MiB |
| 2644 | 2026-07-09T22:53:51.199Z | I260709 21:53:52.713064 2210 server/config.go:668 [n?] 185 store 0: in-memory, size 512 MiB |
| 2645 | 2026-07-09T22:53:51.199Z | I260709 21:53:52.713075 2236 3@vendor/github.com/cockroachdb/pebble/event.go:670 [n?,pebble,s?] 186 [JOB 2] all initial table stats loaded |
| 2646 | 2026-07-09T22:53:51.199Z | I260709 21:53:52.714740 2210 1@rpc/tls.go:267 [n?] 187 server certificate addresses: IP=127.0.0.1,::1; DNS=localhost,*.local; CN=node |
| 2647 | 2026-07-09T22:53:51.199Z | I260709 21:53:52.714760 2210 1@rpc/tls.go:316 [n?] 188 web UI certificate addresses: IP=127.0.0.1,::1; DNS=localhost,*.local; CN=node |
| 2648 | 2026-07-09T22:53:51.199Z | W260709 21:53:52.714828 2210 server/status/runtime.go:325 [n?] 189 could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" |
| 2649 | 2026-07-09T22:53:51.199Z | E260709 21:53:52.714860 2210 1@server/status/runtime.go:343 [n?] 190 could not get initial disk IO counters: not implemented yet |
| 2650 | 2026-07-09T22:53:51.199Z | E260709 21:53:52.714882 2210 1@server/status/runtime.go:347 [n?] 191 could not get initial disk IO counters: not implemented yet |
| 2651 | 2026-07-09T22:53:51.199Z | I260709 21:53:52.715647 2210 3@vendor/github.com/cockroachdb/pebble/event.go:650 [n?,pebble,s?] 192 [JOB 1] MANIFEST created 000001 |
| 2652 | 2026-07-09T22:53:51.199Z | I260709 21:53:52.715693 2210 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n?,pebble,s?] 193 [JOB 1] WAL created 000002 |
| 2653 | 2026-07-09T22:53:51.199Z | I260709 21:53:52.717779 81 3@vendor/github.com/cockroachdb/pebble/event.go:670 [n?,pebble,stemp] 194 [JOB 2] all initial table stats loaded |
| 2654 | 2026-07-09T22:53:51.199Z | I260709 21:53:52.726967 2210 1@server/clock_monotonicity.go:65 [n?] 195 monitoring forward clock jumps based on server.clock.forward_jump_check_enabled |
| 2655 | 2026-07-09T22:53:51.199Z | I260709 21:53:52.727199 2210 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 196 upgraded to format version: 002 |
| 2656 | 2026-07-09T22:53:51.199Z | I260709 21:53:52.727239 2210 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 197 upgraded to format version: 003 |
| 2657 | 2026-07-09T22:53:51.199Z | I260709 21:53:52.727256 2210 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 198 upgraded to format version: 004 |
| 2658 | 2026-07-09T22:53:51.200Z | I260709 21:53:52.727460 2210 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 199 upgraded to format version: 005 |
| 2659 | 2026-07-09T22:53:51.200Z | I260709 21:53:52.727482 2210 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 200 upgraded to format version: 006 |
| 2660 | 2026-07-09T22:53:51.205Z | I260709 21:53:52.729154 2210 server/init.go:198 [n?] 201 no stores initialized |
| 2661 | 2026-07-09T22:53:51.205Z | I260709 21:53:52.729175 2210 server/init.go:199 [n?] 202 awaiting `cockroach init` or join with an already initialized node |
| 2662 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.729188 2210 server/init.go:263 [n?] 203 cluster 3cef3a14-8583-4e42-b7e7-7a51b746e6ea has been created |
| 2663 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.729196 2210 server/init.go:264 [n?] 204 allocated node ID: n1 (for self) |
| 2664 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.729203 2210 server/init.go:265 [n?] 205 active cluster version: 22.1 |
| 2665 | 2026-07-09T22:53:51.206Z | W260709 21:53:52.729335 2210 1@gossip/gossip.go:1531 [n1] 206 no addresses found; use --join to specify a connected node |
| 2666 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.729358 1759 1@server/server.go:1294 [n1] 207 connecting to gossip network to verify cluster ID "3cef3a14-8583-4e42-b7e7-7a51b746e6ea" |
| 2667 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.729360 2210 gossip/gossip.go:401 [n1] 208 NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:36192" > attrs:<> locality:<tiers:<key:"region" value:"test" > tiers:<key:"dc" value:"dc1" > > ServerVersion:<major_val:22 minor_val:1 patch:0 internal:0 > build_tag:"v22.1.22-67-gf404bd6e55" started_at:1783634032729357415 cluster_name:"" sql_address:<network_field:"tcp" address_field:"127.0.0.1:55924" > http_address:<network_field:"tcp" address_field:"127.0.0.1:62354" > |
| 2668 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.730687 2210 server/node.go:470 [n1] 209 initialized store s1 |
| 2669 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.730712 2210 kv/kvserver/stores.go:250 [n1] 210 read 0 node addresses from persistent storage |
| 2670 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.730737 2210 server/node.go:549 [n1] 211 started with engine type 2 |
| 2671 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.730747 2210 server/node.go:551 [n1] 212 started with attributes [] |
| 2672 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.730784 2210 1@server/server.go:1423 [n1] 213 starting https server at 127.0.0.1:62354 (use: 127.0.0.1:62354) |
| 2673 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.730799 2210 1@server/server.go:1428 [n1] 214 starting postgres server at 127.0.0.1:55924 (use: 127.0.0.1:55924) |
| 2674 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.730807 2210 1@server/server.go:1430 [n1] 215 starting grpc server at 127.0.0.1:36192 |
| 2675 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.730814 2210 1@server/server.go:1431 [n1] 216 advertising CockroachDB node at 127.0.0.1:36192 |
| 2676 | 2026-07-09T22:53:51.206Z | E260709 21:53:52.730826 2210 server/status/recorder.go:420 [n1,summaries] 217 could not get total system memory: not implemented on illumos |
| 2677 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.730893 1759 1@server/server.go:1297 [n1] 218 node connected via gossip |
| 2678 | 2026-07-09T22:53:51.206Z | W260709 21:53:52.771520 2289 kv/range_lookup.go:243 [n1,rangefeed=table-stats-cache,range-lookup=/Meta2/Table/20/NULL] 219 range lookup of key /Meta2/Table/20/NULL found only non-matching ranges []; retrying |
| 2679 | 2026-07-09T22:53:51.206Z | W260709 21:53:52.772990 2288 kv/range_lookup.go:243 [n1,rangefeed=table-stats-cache,range-lookup=/Table/20] 220 range lookup of key /Table/20 found only non-matching ranges []; retrying |
| 2680 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.792536 2210 1@util/log/event_log.go:32 [n1] 221 ={"Timestamp":1783634032792533760,"EventType":"node_join","NodeID":1,"StartedAt":1783634032729357415,"LastUp":1783634032729357415} |
| 2681 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.792577 2210 sql/sqlliveness/slinstance/slinstance.go:313 [n1] 222 starting SQL liveness instance |
| 2682 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.792679 2175 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 223 spanconfig-subscriber: established range feed cache |
| 2683 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.793176 2240 sql/sqlliveness/slstorage/slstorage.go:460 [n1] 224 inserted sqlliveness session 67abbfe3e73b44d1bff982bf3ed60fb2 |
| 2684 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.793203 2240 sql/sqlliveness/slinstance/slinstance.go:198 [n1] 225 created new SQL liveness session 67abbfe3e73b44d1bff982bf3ed60fb2 |
| 2685 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.793230 2488 sql/temporary_schema.go:514 [n1] 226 running temporary object cleanup background job |
| 2686 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.793286 2490 sql/sqlstats/persistedsqlstats/provider.go:132 [n1] 227 starting sql-stats-worker with initial delay: 10m9.227123026s |
| 2687 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.793309 2113 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 228 settings-watcher: established range feed cache |
| 2688 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.794556 2488 sql/temporary_schema.go:559 [n1] 229 found 0 temporary schemas |
| 2689 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.794601 2488 sql/temporary_schema.go:562 [n1] 230 early exiting temporary schema cleaner as no temporary schemas were found |
| 2690 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.794612 2488 sql/temporary_schema.go:563 [n1] 231 completed temporary object cleanup job |
| 2691 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.794618 2488 sql/temporary_schema.go:646 [n1] 232 temporary object cleaner next scheduled to run at 2026-07-09 22:23:52.79321998 +0000 UTC |
| 2692 | 2026-07-09T22:53:51.206Z | I260709 21:53:52.794649 2505 kv/kvserver/replica_rangefeed.go:698 [n1,rangefeed=lease,s1,r6] 233 RangeFeed closed timestamp is empty |
| 2693 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.794692 686 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 234 system-config-cache: established range feed cache |
| 2694 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.798490 2534 spanconfig/spanconfigmanager/manager.go:147 [n1] 235 started auto span config reconciliation job |
| 2695 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.798547 2522 jobs/adopt.go:241 [n1] 236 job 1191325311936888833: resuming execution |
| 2696 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.798753 1279 migration/migrationmanager/manager.go:116 [n1,intExec=set-setting,migration-mgr] 237 no need to migrate, cluster already at newest version |
| 2697 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.799486 1279 util/log/event_log.go:32 [n1,intExec=set-setting] 238 ={"Timestamp":1783634032798186599,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING version = $1","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-set-setting","PlaceholderValues":["'22.1'"],"SettingName":"version","Value":"22.1"} |
| 2698 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.801812 2690 jobs/registry.go:1209 [n1] 239 AUTO SPAN CONFIG RECONCILIATION job 1191325311936888833: stepping through state running with error: <nil> |
| 2699 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.803787 2393 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n1,pebble,s1] 240 [JOB 4] WAL created 000004 |
| 2700 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.818573 2690 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:264 [n1,job=1191325311936888833] 241 established range feed over system.descriptors starting at time 1783634032.806649280,0 |
| 2701 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.818642 2690 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:317 [n1,job=1191325311936888833] 242 established range feed over system.zones starting at time 1783634032.806649280,0 |
| 2702 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.818684 2690 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:412 [n1,job=1191325311936888833] 243 established range feed over system.protected_ts_records starting at time 1783634032.806649280,0 |
| 2703 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.875173 2714 util/log/event_log.go:32 [n1,intExec=initializeClusterSecret] 244 ={"Timestamp":1783634032802780732,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"cluster.secret\" = gen_random_uuid()::STRING","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-initializeClusterSecret","SettingName":"cluster.secret","Value":"f9451058-ff44-4045-93e8-fa1d5e08696c"} |
| 2704 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.877858 2541 5@util/log/event_log.go:32 [n1,intExec=create-default-DB] 245 ={"Timestamp":1783634032876239874,"EventType":"create_database","Statement":"CREATE DATABASE IF NOT EXISTS defaultdb","Tag":"CREATE DATABASE","User":"root","DescriptorID":100,"ApplicationName":"$ internal-create-default-DB","DatabaseName":"defaultdb"} |
| 2705 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.879477 2838 5@util/log/event_log.go:32 [n1,intExec=create-default-DB] 246 ={"Timestamp":1783634032877975591,"EventType":"create_database","Statement":"CREATE DATABASE IF NOT EXISTS postgres","Tag":"CREATE DATABASE","User":"root","DescriptorID":102,"ApplicationName":"$ internal-create-default-DB","DatabaseName":"postgres"} |
| 2706 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.885089 2210 server/server_sql.go:1287 [n1] 247 done ensuring all necessary startup migrations have run |
| 2707 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.885268 2803 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 249 tenant-settings-watcher: established range feed cache |
| 2708 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.885243 2860 jobs/job_scheduler.go:433 [n1] 248 waiting 2m0s before scheduled jobs daemon start |
| 2709 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.885930 2863 server/auto_upgrade.go:79 [n1] 250 no need to upgrade, cluster already at the newest version |
| 2710 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.890672 2361 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n1,pebble,s1] 251 [JOB 5] WAL created 000005 |
| 2711 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.891202 2210 1@server/server_sql.go:1350 [n1] 252 serving sql connections |
| 2712 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.891430 2210 testutils/testcluster/testcluster.go:1204 [-] 253 WaitForFullReplication |
| 2713 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.891441 2210 testutils/testcluster/testcluster.go:1208 [-] 254 WaitForFullReplication took: 230ns |
| 2714 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.891474 2210 2@rpc/context.go:1275 [n1,rnode=1,raddr=127.0.0.1:36192,class=default] 255 dialing |
| 2715 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.916417 2968 util/log/event_log.go:32 [n1,client=127.0.0.1:59001,user=root] 256 ={"Timestamp":1783634032909614562,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"kv.rangefeed.enabled\" = true","Tag":"SET CLUSTER SETTING","User":"root","SettingName":"kv.rangefeed.enabled","Value":"true"} |
| 2716 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.919659 2968 util/log/event_log.go:32 [n1,client=127.0.0.1:59001,user=root] 257 ={"Timestamp":1783634032916699624,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"kv.closed_timestamp.target_duration\" = '100ms'","Tag":"SET CLUSTER SETTING","User":"root","SettingName":"kv.closed_timestamp.target_duration","Value":"00:00:00.1"} |
| 2717 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.921776 2968 5@util/log/event_log.go:32 [n1,client=127.0.0.1:59001,user=root] 258 ={"Timestamp":1783634032919877083,"EventType":"create_table","Statement":"CREATE TABLE defaultdb.public.dummy_span_configurations (start_key BYTES NOT NULL, end_key BYTES NOT NULL, config BYTES NOT NULL, CONSTRAINT check_bounds CHECK (start_key < end_key), CONSTRAINT \"primary\" PRIMARY KEY (start_key ASC) STORING ())","Tag":"CREATE TABLE","User":"root","DescriptorID":104,"TableName":"defaultdb.public.dummy_span_configurations"} |
| 2718 | 2026-07-09T22:53:51.207Z | I260709 21:53:52.938478 2937 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [-] 259 spanconfig-subscriber: established range feed cache |
| 2719 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.939732 2210 testutils/testcluster/testcluster.go:108 [-] 260 TestCluster quiescing nodes |
| 2720 | 2026-07-09T22:53:51.208Z | W260709 21:53:52.939923 3032 kv/kvserver/intentresolver/intent_resolver.go:581 [-] 261 failed to cleanup transaction intents: failed to resolve intents: kv/kvserver/intentresolver/intent_resolver.go:904: stopping |
| 2721 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.939975 2494 sql/stats/automatic_stats.go:489 [n1] 262 quiescing auto stats refresher |
| 2722 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.940052 2908 2@rpc/context.go:868 [n1] 263 closing [{n1: 127.0.0.1:36192 (default)} {n0: 127.0.0.1:36192 (default)}] |
| 2723 | 2026-07-09T22:53:51.208Z | W260709 21:53:52.940061 2531 jobs/registry.go:815 [n1] 264 canceling all adopted jobs due to stopper quiescing |
| 2724 | 2026-07-09T22:53:51.208Z | W260709 21:53:52.940172 2240 sql/sqlliveness/slinstance/slinstance.go:235 [n1] 265 exiting heartbeat loop |
| 2725 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.940247 2690 jobs/registry.go:1209 [n1] 266 AUTO SPAN CONFIG RECONCILIATION job 1191325311936888833: stepping through state succeeded with error: <nil> |
| 2726 | 2026-07-09T22:53:51.208Z | W260709 21:53:52.940337 2690 kv/txn.go:728 [n1] 267 failure aborting transaction: node unavailable; try another peer; abort caused by: txn exec: context canceled |
| 2727 | 2026-07-09T22:53:51.208Z | W260709 21:53:52.941932 2690 jobs/adopt.go:459 [n1] 268 could not clear job claim: clear-job-claim: failed to send RPC: sending to all replicas failed; last error: node unavailable; try another peer |
| 2728 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.950274 2939 3@vendor/github.com/cockroachdb/pebble/event.go:650 [n?,pebble,s?] 269 [JOB 1] MANIFEST created 000001 |
| 2729 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.950378 2939 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n?,pebble,s?] 270 [JOB 1] WAL created 000002 |
| 2730 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.950447 2939 server/config.go:665 [n?] 271 1 storage engine initialized |
| 2731 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.950464 2939 server/config.go:668 [n?] 272 Pebble cache size: 128 MiB |
| 2732 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.950471 2939 server/config.go:668 [n?] 273 store 0: in-memory, size 512 MiB |
| 2733 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.950482 3073 3@vendor/github.com/cockroachdb/pebble/event.go:670 [n?,pebble,s?] 274 [JOB 2] all initial table stats loaded |
| 2734 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.951666 2939 1@rpc/tls.go:267 [n?] 275 server certificate addresses: IP=127.0.0.1,::1; DNS=localhost,*.local; CN=node |
| 2735 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.951703 2939 1@rpc/tls.go:316 [n?] 276 web UI certificate addresses: IP=127.0.0.1,::1; DNS=localhost,*.local; CN=node |
| 2736 | 2026-07-09T22:53:51.208Z | W260709 21:53:52.951772 2939 server/status/runtime.go:325 [n?] 277 could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" |
| 2737 | 2026-07-09T22:53:51.208Z | E260709 21:53:52.951807 2939 1@server/status/runtime.go:343 [n?] 278 could not get initial disk IO counters: not implemented yet |
| 2738 | 2026-07-09T22:53:51.208Z | E260709 21:53:52.951824 2939 1@server/status/runtime.go:347 [n?] 279 could not get initial disk IO counters: not implemented yet |
| 2739 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.952566 2939 3@vendor/github.com/cockroachdb/pebble/event.go:650 [n?,pebble,s?] 280 [JOB 1] MANIFEST created 000001 |
| 2740 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.952628 2939 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n?,pebble,s?] 281 [JOB 1] WAL created 000002 |
| 2741 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.954377 3117 3@vendor/github.com/cockroachdb/pebble/event.go:670 [n?,pebble,stemp] 282 [JOB 2] all initial table stats loaded |
| 2742 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.965481 2939 1@server/clock_monotonicity.go:65 [n?] 283 monitoring forward clock jumps based on server.clock.forward_jump_check_enabled |
| 2743 | 2026-07-09T22:53:51.208Z | I260709 21:53:52.965724 2939 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 284 upgraded to format version: 002 |
| 2744 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.965766 2939 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 285 upgraded to format version: 003 |
| 2745 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.965790 2939 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 286 upgraded to format version: 004 |
| 2746 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.966019 2939 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 287 upgraded to format version: 005 |
| 2747 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.966049 2939 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 288 upgraded to format version: 006 |
| 2748 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.967811 2939 server/init.go:198 [n?] 289 no stores initialized |
| 2749 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.967836 2939 server/init.go:199 [n?] 290 awaiting `cockroach init` or join with an already initialized node |
| 2750 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.967851 2939 server/init.go:263 [n?] 291 cluster 2ae6971d-9f9b-4ebf-a963-b6429ee3aa64 has been created |
| 2751 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.967860 2939 server/init.go:264 [n?] 292 allocated node ID: n1 (for self) |
| 2752 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.967867 2939 server/init.go:265 [n?] 293 active cluster version: 22.1 |
| 2753 | 2026-07-09T22:53:51.209Z | W260709 21:53:52.967970 2939 1@gossip/gossip.go:1531 [n1] 294 no addresses found; use --join to specify a connected node |
| 2754 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.967995 2979 1@server/server.go:1294 [n1] 295 connecting to gossip network to verify cluster ID "2ae6971d-9f9b-4ebf-a963-b6429ee3aa64" |
| 2755 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.967996 2939 gossip/gossip.go:401 [n1] 296 NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:33018" > attrs:<> locality:<tiers:<key:"region" value:"test" > tiers:<key:"dc" value:"dc1" > > ServerVersion:<major_val:22 minor_val:1 patch:0 internal:0 > build_tag:"v22.1.22-67-gf404bd6e55" started_at:1783634032967992858 cluster_name:"" sql_address:<network_field:"tcp" address_field:"127.0.0.1:57452" > http_address:<network_field:"tcp" address_field:"127.0.0.1:33680" > |
| 2756 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.973516 2939 server/node.go:470 [n1] 297 initialized store s1 |
| 2757 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.973565 2939 kv/kvserver/stores.go:250 [n1] 298 read 0 node addresses from persistent storage |
| 2758 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.973613 2939 server/node.go:549 [n1] 299 started with engine type 2 |
| 2759 | 2026-07-09T22:53:51.209Z | I260709 21:53:52.973632 2939 server/node.go:551 [n1] 300 started with attributes [] |
| 2760 | 2026-07-09T22:53:51.213Z | I260709 21:53:52.973682 2939 1@server/server.go:1423 [n1] 301 starting https server at 127.0.0.1:33680 (use: 127.0.0.1:33680) |
| 2761 | 2026-07-09T22:53:51.213Z | I260709 21:53:52.973706 2939 1@server/server.go:1428 [n1] 302 starting postgres server at 127.0.0.1:57452 (use: 127.0.0.1:57452) |
| 2762 | 2026-07-09T22:53:51.213Z | I260709 21:53:52.973726 2939 1@server/server.go:1430 [n1] 303 starting grpc server at 127.0.0.1:33018 |
| 2763 | 2026-07-09T22:53:51.213Z | I260709 21:53:52.973734 2939 1@server/server.go:1431 [n1] 304 advertising CockroachDB node at 127.0.0.1:33018 |
| 2764 | 2026-07-09T22:53:51.213Z | E260709 21:53:52.973746 2939 server/status/recorder.go:420 [n1,summaries] 305 could not get total system memory: not implemented on illumos |
| 2765 | 2026-07-09T22:53:51.213Z | I260709 21:53:52.973922 2979 1@server/server.go:1297 [n1] 306 node connected via gossip |
| 2766 | 2026-07-09T22:53:51.213Z | W260709 21:53:53.017514 3137 kv/range_lookup.go:243 [n1,rangefeed=table-stats-cache,range-lookup=/Meta2/Table/20/NULL] 307 range lookup of key /Meta2/Table/20/NULL found only non-matching ranges []; retrying |
| 2767 | 2026-07-09T22:53:51.213Z | W260709 21:53:53.019310 3136 kv/range_lookup.go:243 [n1,rangefeed=table-stats-cache,range-lookup=/Table/20] 308 range lookup of key /Table/20 found only non-matching ranges []; retrying |
| 2768 | 2026-07-09T22:53:51.213Z | I260709 21:53:53.087120 3320 kv/kvserver/replica_rangefeed.go:698 [n1,rangefeed=table-stats-cache,s1,r16] 309 RangeFeed closed timestamp is empty |
| 2769 | 2026-07-09T22:53:51.213Z | I260709 21:53:53.124473 2939 1@util/log/event_log.go:32 [n1] 310 ={"Timestamp":1783634033124470295,"EventType":"node_join","NodeID":1,"StartedAt":1783634032967992858,"LastUp":1783634032967992858} |
| 2770 | 2026-07-09T22:53:51.213Z | I260709 21:53:53.124530 2939 sql/sqlliveness/slinstance/slinstance.go:313 [n1] 311 starting SQL liveness instance |
| 2771 | 2026-07-09T22:53:51.213Z | I260709 21:53:53.124786 3381 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 312 spanconfig-subscriber: established range feed cache |
| 2772 | 2026-07-09T22:53:51.213Z | I260709 21:53:53.125331 3458 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 313 settings-watcher: established range feed cache |
| 2773 | 2026-07-09T22:53:51.213Z | I260709 21:53:53.125572 3399 sql/temporary_schema.go:514 [n1] 314 running temporary object cleanup background job |
| 2774 | 2026-07-09T22:53:51.213Z | I260709 21:53:53.125661 3461 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 315 system-config-cache: established range feed cache |
| 2775 | 2026-07-09T22:53:51.213Z | I260709 21:53:53.125663 3401 sql/sqlstats/persistedsqlstats/provider.go:132 [n1] 316 starting sql-stats-worker with initial delay: 8m55.980016245s |
| 2776 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.126183 3366 sql/sqlliveness/slstorage/slstorage.go:460 [n1] 317 inserted sqlliveness session 8e8002dbaffe4bea806e199a43635e29 |
| 2777 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.126213 3366 sql/sqlliveness/slinstance/slinstance.go:198 [n1] 318 created new SQL liveness session 8e8002dbaffe4bea806e199a43635e29 |
| 2778 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.126317 3399 sql/temporary_schema.go:559 [n1] 319 found 0 temporary schemas |
| 2779 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.126351 3399 sql/temporary_schema.go:562 [n1] 320 early exiting temporary schema cleaner as no temporary schemas were found |
| 2780 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.126360 3399 sql/temporary_schema.go:563 [n1] 321 completed temporary object cleanup job |
| 2781 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.126366 3399 sql/temporary_schema.go:646 [n1] 322 temporary object cleaner next scheduled to run at 2026-07-09 22:23:53.125559528 +0000 UTC |
| 2782 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.129352 3429 spanconfig/spanconfigmanager/manager.go:147 [n1] 323 started auto span config reconciliation job |
| 2783 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.129392 3376 migration/migrationmanager/manager.go:116 [n1,intExec=set-setting,migration-mgr] 324 no need to migrate, cluster already at newest version |
| 2784 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.129398 3016 jobs/adopt.go:241 [n1] 325 job 1191325313024917505: resuming execution |
| 2785 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.129944 3376 util/log/event_log.go:32 [n1,intExec=set-setting] 326 ={"Timestamp":1783634033128961770,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING version = $1","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-set-setting","PlaceholderValues":["'22.1'"],"SettingName":"version","Value":"22.1"} |
| 2786 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.132115 3473 jobs/registry.go:1209 [n1] 327 AUTO SPAN CONFIG RECONCILIATION job 1191325313024917505: stepping through state running with error: <nil> |
| 2787 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.135702 3256 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n1,pebble,s1] 328 [JOB 4] WAL created 000004 |
| 2788 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.154309 3473 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:264 [n1,job=1191325313024917505] 329 established range feed over system.descriptors starting at time 1783634033.136090257,0 |
| 2789 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.154778 3473 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:317 [n1,job=1191325313024917505] 330 established range feed over system.zones starting at time 1783634033.136090257,0 |
| 2790 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.154926 3473 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:412 [n1,job=1191325313024917505] 331 established range feed over system.protected_ts_records starting at time 1783634033.136090257,0 |
| 2791 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.177300 3598 util/log/event_log.go:32 [n1,intExec=initializeClusterSecret] 332 ={"Timestamp":1783634033136687887,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"cluster.secret\" = gen_random_uuid()::STRING","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-initializeClusterSecret","SettingName":"cluster.secret","Value":"fd437b0e-1fb0-44cf-8515-6bcfab7e9d4c"} |
| 2792 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.180534 3612 5@util/log/event_log.go:32 [n1,intExec=create-default-DB] 333 ={"Timestamp":1783634033178438516,"EventType":"create_database","Statement":"CREATE DATABASE IF NOT EXISTS defaultdb","Tag":"CREATE DATABASE","User":"root","DescriptorID":100,"ApplicationName":"$ internal-create-default-DB","DatabaseName":"defaultdb"} |
| 2793 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.183111 3714 5@util/log/event_log.go:32 [n1,intExec=create-default-DB] 334 ={"Timestamp":1783634033180638289,"EventType":"create_database","Statement":"CREATE DATABASE IF NOT EXISTS postgres","Tag":"CREATE DATABASE","User":"root","DescriptorID":102,"ApplicationName":"$ internal-create-default-DB","DatabaseName":"postgres"} |
| 2794 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.195755 2939 server/server_sql.go:1287 [n1] 335 done ensuring all necessary startup migrations have run |
| 2795 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.196083 3680 jobs/job_scheduler.go:433 [n1] 336 waiting 3m0s before scheduled jobs daemon start |
| 2796 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.196148 3690 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 337 tenant-settings-watcher: established range feed cache |
| 2797 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.197346 3763 server/auto_upgrade.go:79 [n1] 338 no need to upgrade, cluster already at the newest version |
| 2798 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.201376 3236 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n1,pebble,s1] 339 [JOB 5] WAL created 000005 |
| 2799 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.201959 2939 1@server/server_sql.go:1350 [n1] 340 serving sql connections |
| 2800 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.202228 2939 testutils/testcluster/testcluster.go:1204 [-] 341 WaitForFullReplication |
| 2801 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.202250 2939 testutils/testcluster/testcluster.go:1208 [-] 342 WaitForFullReplication took: 200ns |
| 2802 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.202281 2939 2@rpc/context.go:1275 [n1,rnode=1,raddr=127.0.0.1:33018,class=default] 343 dialing |
| 2803 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.223393 3780 util/log/event_log.go:32 [n1,client=127.0.0.1:40174,user=root] 344 ={"Timestamp":1783634033219358442,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"kv.rangefeed.enabled\" = true","Tag":"SET CLUSTER SETTING","User":"root","SettingName":"kv.rangefeed.enabled","Value":"true"} |
| 2804 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.226968 3780 util/log/event_log.go:32 [n1,client=127.0.0.1:40174,user=root] 345 ={"Timestamp":1783634033223693106,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"kv.closed_timestamp.target_duration\" = '100ms'","Tag":"SET CLUSTER SETTING","User":"root","SettingName":"kv.closed_timestamp.target_duration","Value":"00:00:00.1"} |
| 2805 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.229622 3780 5@util/log/event_log.go:32 [n1,client=127.0.0.1:40174,user=root] 346 ={"Timestamp":1783634033227212204,"EventType":"create_table","Statement":"CREATE TABLE defaultdb.public.dummy_span_configurations (start_key BYTES NOT NULL, end_key BYTES NOT NULL, config BYTES NOT NULL, CONSTRAINT check_bounds CHECK (start_key < end_key), CONSTRAINT \"primary\" PRIMARY KEY (start_key ASC) STORING ())","Tag":"CREATE TABLE","User":"root","DescriptorID":104,"TableName":"defaultdb.public.dummy_span_configurations"} |
| 2806 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.238191 3786 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [-] 347 spanconfig-subscriber: established range feed cache |
| 2807 | 2026-07-09T22:53:51.214Z | I260709 21:53:53.976272 3992 kv/kvserver/replica_command.go:421 [n1,split,s1,r44/1:/{Table/50-Max}] 348 initiating a split of this range at key /Table/104 [r45] (span config) |
| 2808 | 2026-07-09T22:53:51.214Z | I260709 21:53:55.004245 3143 1@gossip/gossip.go:1547 [n1] 349 node has connected to cluster via gossip |
| 2809 | 2026-07-09T22:53:51.214Z | I260709 21:53:55.004366 3143 kv/kvserver/stores.go:269 [n1] 350 wrote 0 node addresses to persistent storage |
| 2810 | 2026-07-09T22:53:51.214Z | I260709 21:53:55.709421 2939 testutils/testcluster/testcluster.go:108 [-] 351 TestCluster quiescing nodes |
| 2811 | 2026-07-09T22:53:51.214Z | W260709 21:53:55.709564 3426 jobs/registry.go:815 [n1] 352 canceling all adopted jobs due to stopper quiescing |
| 2812 | 2026-07-09T22:53:51.214Z | I260709 21:53:55.709574 3719 2@rpc/context.go:868 [n1] 353 closing [{n1: 127.0.0.1:33018 (default)} {n0: 127.0.0.1:33018 (default)}] |
| 2813 | 2026-07-09T22:53:51.214Z | W260709 21:53:55.709658 3366 sql/sqlliveness/slinstance/slinstance.go:235 [n1] 354 exiting heartbeat loop |
| 2814 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.709689 3405 sql/stats/automatic_stats.go:489 [n1] 355 quiescing auto stats refresher |
| 2815 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.709793 3473 jobs/registry.go:1209 [n1] 356 AUTO SPAN CONFIG RECONCILIATION job 1191325313024917505: stepping through state succeeded with error: <nil> |
| 2816 | 2026-07-09T22:53:51.215Z | W260709 21:53:55.709856 3473 kv/txn.go:728 [n1] 357 failure aborting transaction: node unavailable; try another peer; abort caused by: txn exec: context canceled |
| 2817 | 2026-07-09T22:53:51.215Z | W260709 21:53:55.711363 3473 jobs/adopt.go:459 [n1] 358 could not clear job claim: clear-job-claim: failed to send RPC: sending to all replicas failed; last error: node unavailable; try another peer |
| 2818 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.719937 3857 3@vendor/github.com/cockroachdb/pebble/event.go:650 [n?,pebble,s?] 359 [JOB 1] MANIFEST created 000001 |
| 2819 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.720070 3857 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n?,pebble,s?] 360 [JOB 1] WAL created 000002 |
| 2820 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.720204 3857 server/config.go:665 [n?] 361 1 storage engine initialized |
| 2821 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.720225 3857 server/config.go:668 [n?] 362 Pebble cache size: 128 MiB |
| 2822 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.720237 3857 server/config.go:668 [n?] 363 store 0: in-memory, size 512 MiB |
| 2823 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.720235 4087 3@vendor/github.com/cockroachdb/pebble/event.go:670 [n?,pebble,s?] 364 [JOB 2] all initial table stats loaded |
| 2824 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.721875 3857 1@rpc/tls.go:267 [n?] 365 server certificate addresses: IP=127.0.0.1,::1; DNS=localhost,*.local; CN=node |
| 2825 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.721900 3857 1@rpc/tls.go:316 [n?] 366 web UI certificate addresses: IP=127.0.0.1,::1; DNS=localhost,*.local; CN=node |
| 2826 | 2026-07-09T22:53:51.215Z | W260709 21:53:55.721972 3857 server/status/runtime.go:325 [n?] 367 could not parse build timestamp: parsing time "" as "2006/01/02 15:04:05": cannot parse "" as "2006" |
| 2827 | 2026-07-09T22:53:51.215Z | E260709 21:53:55.722006 3857 1@server/status/runtime.go:343 [n?] 368 could not get initial disk IO counters: not implemented yet |
| 2828 | 2026-07-09T22:53:51.215Z | E260709 21:53:55.722025 3857 1@server/status/runtime.go:347 [n?] 369 could not get initial disk IO counters: not implemented yet |
| 2829 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.722795 3857 3@vendor/github.com/cockroachdb/pebble/event.go:650 [n?,pebble,s?] 370 [JOB 1] MANIFEST created 000001 |
| 2830 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.722842 3857 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n?,pebble,s?] 371 [JOB 1] WAL created 000002 |
| 2831 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.724329 4132 3@vendor/github.com/cockroachdb/pebble/event.go:670 [n?,pebble,stemp] 372 [JOB 2] all initial table stats loaded |
| 2832 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.733896 3857 1@server/clock_monotonicity.go:65 [n?] 373 monitoring forward clock jumps based on server.clock.forward_jump_check_enabled |
| 2833 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.734143 3857 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 374 upgraded to format version: 002 |
| 2834 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.734185 3857 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 375 upgraded to format version: 003 |
| 2835 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.734205 3857 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 376 upgraded to format version: 004 |
| 2836 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.734426 3857 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 377 upgraded to format version: 005 |
| 2837 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.734447 3857 3@vendor/github.com/cockroachdb/pebble/event.go:646 [n?,pebble,s?] 378 upgraded to format version: 006 |
| 2838 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.736303 3857 server/init.go:198 [n?] 379 no stores initialized |
| 2839 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.736326 3857 server/init.go:199 [n?] 380 awaiting `cockroach init` or join with an already initialized node |
| 2840 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.736340 3857 server/init.go:263 [n?] 381 cluster f37e39ea-a8ca-4ae9-961a-a1632f837826 has been created |
| 2841 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.736348 3857 server/init.go:264 [n?] 382 allocated node ID: n1 (for self) |
| 2842 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.736355 3857 server/init.go:265 [n?] 383 active cluster version: 22.1 |
| 2843 | 2026-07-09T22:53:51.215Z | W260709 21:53:55.736454 3857 1@gossip/gossip.go:1531 [n1] 384 no addresses found; use --join to specify a connected node |
| 2844 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.736481 3857 gossip/gossip.go:401 [n1] 385 NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:61358" > attrs:<> locality:<tiers:<key:"region" value:"test" > tiers:<key:"dc" value:"dc1" > > ServerVersion:<major_val:22 minor_val:1 patch:0 internal:0 > build_tag:"v22.1.22-67-gf404bd6e55" started_at:1783634035736478574 cluster_name:"" sql_address:<network_field:"tcp" address_field:"127.0.0.1:40662" > http_address:<network_field:"tcp" address_field:"127.0.0.1:49555" > |
| 2845 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.736492 4036 1@server/server.go:1294 [n1] 386 connecting to gossip network to verify cluster ID "f37e39ea-a8ca-4ae9-961a-a1632f837826" |
| 2846 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.737769 3857 server/node.go:470 [n1] 387 initialized store s1 |
| 2847 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.737806 3857 kv/kvserver/stores.go:250 [n1] 388 read 0 node addresses from persistent storage |
| 2848 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.737834 3857 server/node.go:549 [n1] 389 started with engine type 2 |
| 2849 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.737849 3857 server/node.go:551 [n1] 390 started with attributes [] |
| 2850 | 2026-07-09T22:53:51.215Z | I260709 21:53:55.737888 3857 1@server/server.go:1423 [n1] 391 starting https server at 127.0.0.1:49555 (use: 127.0.0.1:49555) |
| 2851 | 2026-07-09T22:53:51.216Z | I260709 21:53:55.737907 3857 1@server/server.go:1428 [n1] 392 starting postgres server at 127.0.0.1:40662 (use: 127.0.0.1:40662) |
| 2852 | 2026-07-09T22:53:51.216Z | I260709 21:53:55.737922 3857 1@server/server.go:1430 [n1] 393 starting grpc server at 127.0.0.1:61358 |
| 2853 | 2026-07-09T22:53:51.216Z | I260709 21:53:55.737931 3857 1@server/server.go:1431 [n1] 394 advertising CockroachDB node at 127.0.0.1:61358 |
| 2854 | 2026-07-09T22:53:51.216Z | E260709 21:53:55.737944 3857 server/status/recorder.go:420 [n1,summaries] 395 could not get total system memory: not implemented on illumos |
| 2855 | 2026-07-09T22:53:51.216Z | I260709 21:53:55.738015 4036 1@server/server.go:1297 [n1] 396 node connected via gossip |
| 2856 | 2026-07-09T22:53:51.216Z | W260709 21:53:55.791104 4176 kv/range_lookup.go:243 [n1,rangefeed=table-stats-cache,range-lookup=/Meta2/Table/20/NULL] 397 range lookup of key /Meta2/Table/20/NULL found only non-matching ranges []; retrying |
| 2857 | 2026-07-09T22:53:51.216Z | W260709 21:53:55.792580 4175 kv/range_lookup.go:243 [n1,rangefeed=table-stats-cache,range-lookup=/Table/20] 398 range lookup of key /Table/20 found only non-matching ranges []; retrying |
| 2858 | 2026-07-09T22:53:51.216Z | I260709 21:53:55.794366 2987 kv/kvserver/replica_rangefeed.go:698 [n1,rangefeed=table-stats-cache,s1,r16] 399 RangeFeed closed timestamp is empty |
| 2859 | 2026-07-09T22:53:51.216Z | I260709 21:53:55.798489 4419 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 400 spanconfig-subscriber: established range feed cache |
| 2860 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.798650 3857 1@util/log/event_log.go:32 [n1] 401 ={"Timestamp":1783634035798646686,"EventType":"node_join","NodeID":1,"StartedAt":1783634035736478574,"LastUp":1783634035736478574} |
| 2861 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.798702 3857 sql/sqlliveness/slinstance/slinstance.go:313 [n1] 402 starting SQL liveness instance |
| 2862 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.799287 4137 sql/sqlliveness/slstorage/slstorage.go:460 [n1] 403 inserted sqlliveness session 9970ab57803a4896a3142ec2ac817c15 |
| 2863 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.799318 4137 sql/sqlliveness/slinstance/slinstance.go:198 [n1] 404 created new SQL liveness session 9970ab57803a4896a3142ec2ac817c15 |
| 2864 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.799376 4234 kv/kvserver/queue.go:595 [n1,s1,r42/1:/Table/4{6-7},raft] 405 rate limited in MaybeAdd (merge): throttled on async limiting semaphore |
| 2865 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.799811 4474 sql/temporary_schema.go:514 [n1] 406 running temporary object cleanup background job |
| 2866 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.799922 4476 sql/sqlstats/persistedsqlstats/provider.go:132 [n1] 407 starting sql-stats-worker with initial delay: 10m23.414395386s |
| 2867 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.799938 4562 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 408 settings-watcher: established range feed cache |
| 2868 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.800121 4474 sql/temporary_schema.go:559 [n1] 409 found 0 temporary schemas |
| 2869 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.800142 4474 sql/temporary_schema.go:562 [n1] 410 early exiting temporary schema cleaner as no temporary schemas were found |
| 2870 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.800149 4474 sql/temporary_schema.go:563 [n1] 411 completed temporary object cleanup job |
| 2871 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.800155 4474 sql/temporary_schema.go:646 [n1] 412 temporary object cleaner next scheduled to run at 2026-07-09 22:23:55.799797601 +0000 UTC |
| 2872 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.800323 4565 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 413 system-config-cache: established range feed cache |
| 2873 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.804498 4529 migration/migrationmanager/manager.go:116 [n1,intExec=set-setting,migration-mgr] 414 no need to migrate, cluster already at newest version |
| 2874 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.804952 4552 spanconfig/spanconfigmanager/manager.go:147 [n1] 415 started auto span config reconciliation job |
| 2875 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.804996 4643 jobs/adopt.go:241 [n1] 416 job 1191325321788915713: resuming execution |
| 2876 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.805565 4529 util/log/event_log.go:32 [n1,intExec=set-setting] 417 ={"Timestamp":1783634035803954975,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING version = $1","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-set-setting","PlaceholderValues":["'22.1'"],"SettingName":"version","Value":"22.1"} |
| 2877 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.807948 4590 jobs/registry.go:1209 [n1] 418 AUTO SPAN CONFIG RECONCILIATION job 1191325321788915713: stepping through state running with error: <nil> |
| 2878 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.809424 4305 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n1,pebble,s1] 419 [JOB 4] WAL created 000004 |
| 2879 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.825121 4590 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:264 [n1,job=1191325321788915713] 420 established range feed over system.descriptors starting at time 1783634035.812294729,0 |
| 2880 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.825181 4590 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:317 [n1,job=1191325321788915713] 421 established range feed over system.zones starting at time 1783634035.812294729,0 |
| 2881 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.825214 4590 spanconfig/spanconfigsqlwatcher/sqlwatcher.go:412 [n1,job=1191325321788915713] 422 established range feed over system.protected_ts_records starting at time 1783634035.812294729,0 |
| 2882 | 2026-07-09T22:53:51.221Z | I260709 21:53:55.882325 4658 util/log/event_log.go:32 [n1,intExec=initializeClusterSecret] 423 ={"Timestamp":1783634035809004265,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"cluster.secret\" = gen_random_uuid()::STRING","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-initializeClusterSecret","SettingName":"cluster.secret","Value":"853c8535-1913-4c0b-b6b2-e4e3a5f6ff28"} |
| 2883 | 2026-07-09T22:53:51.222Z | I260709 21:53:55.885295 4741 5@util/log/event_log.go:32 [n1,intExec=create-default-DB] 424 ={"Timestamp":1783634035883500395,"EventType":"create_database","Statement":"CREATE DATABASE IF NOT EXISTS defaultdb","Tag":"CREATE DATABASE","User":"root","DescriptorID":100,"ApplicationName":"$ internal-create-default-DB","DatabaseName":"defaultdb"} |
| 2884 | 2026-07-09T22:53:51.222Z | I260709 21:53:55.887459 4759 5@util/log/event_log.go:32 [n1,intExec=create-default-DB] 425 ={"Timestamp":1783634035885415121,"EventType":"create_database","Statement":"CREATE DATABASE IF NOT EXISTS postgres","Tag":"CREATE DATABASE","User":"root","DescriptorID":102,"ApplicationName":"$ internal-create-default-DB","DatabaseName":"postgres"} |
| 2885 | 2026-07-09T22:53:51.222Z | I260709 21:53:55.893858 3857 server/server_sql.go:1287 [n1] 426 done ensuring all necessary startup migrations have run |
| 2886 | 2026-07-09T22:53:51.222Z | I260709 21:53:55.894031 4704 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [n1] 427 tenant-settings-watcher: established range feed cache |
| 2887 | 2026-07-09T22:53:51.223Z | I260709 21:53:55.894042 4799 jobs/job_scheduler.go:433 [n1] 428 waiting 4m0s before scheduled jobs daemon start |
| 2888 | 2026-07-09T22:53:51.224Z | I260709 21:53:55.894972 4818 server/auto_upgrade.go:79 [n1] 429 no need to upgrade, cluster already at the newest version |
| 2889 | 2026-07-09T22:53:51.224Z | I260709 21:53:55.899899 4245 3@vendor/github.com/cockroachdb/pebble/event.go:678 [n1,pebble,s1] 430 [JOB 5] WAL created 000005 |
| 2890 | 2026-07-09T22:53:51.224Z | I260709 21:53:55.900450 3857 1@server/server_sql.go:1350 [n1] 431 serving sql connections |
| 2891 | 2026-07-09T22:53:51.224Z | I260709 21:53:55.900679 3857 testutils/testcluster/testcluster.go:1204 [-] 432 WaitForFullReplication |
| 2892 | 2026-07-09T22:53:51.224Z | I260709 21:53:55.900703 3857 testutils/testcluster/testcluster.go:1208 [-] 433 WaitForFullReplication took: 210ns |
| 2893 | 2026-07-09T22:53:51.224Z | I260709 21:53:55.900736 3857 2@rpc/context.go:1275 [n1,rnode=1,raddr=127.0.0.1:61358,class=default] 434 dialing |
| 2894 | 2026-07-09T22:53:51.224Z | I260709 21:53:55.915078 4841 util/log/event_log.go:32 [n1,client=127.0.0.1:63212,user=root] 435 ={"Timestamp":1783634035908333472,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"kv.rangefeed.enabled\" = true","Tag":"SET CLUSTER SETTING","User":"root","SettingName":"kv.rangefeed.enabled","Value":"true"} |
| 2895 | 2026-07-09T22:53:51.224Z | I260709 21:53:55.917974 4841 util/log/event_log.go:32 [n1,client=127.0.0.1:63212,user=root] 436 ={"Timestamp":1783634035915338783,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"kv.closed_timestamp.target_duration\" = '100ms'","Tag":"SET CLUSTER SETTING","User":"root","SettingName":"kv.closed_timestamp.target_duration","Value":"00:00:00.1"} |
| 2896 | 2026-07-09T22:53:51.224Z | I260709 21:53:55.919942 4841 5@util/log/event_log.go:32 [n1,client=127.0.0.1:63212,user=root] 437 ={"Timestamp":1783634035918169222,"EventType":"create_table","Statement":"CREATE TABLE defaultdb.public.dummy_span_configurations (start_key BYTES NOT NULL, end_key BYTES NOT NULL, config BYTES NOT NULL, CONSTRAINT check_bounds CHECK (start_key < end_key), CONSTRAINT \"primary\" PRIMARY KEY (start_key ASC) STORING ())","Tag":"CREATE TABLE","User":"root","DescriptorID":104,"TableName":"defaultdb.public.dummy_span_configurations"} |
| 2897 | 2026-07-09T22:53:51.224Z | I260709 21:53:55.927914 4823 kv/kvclient/rangefeed/rangefeedcache/watcher.go:316 [-] 438 spanconfig-subscriber: established range feed cache |
| 2898 | 2026-07-09T22:53:51.224Z | I260709 21:53:56.339460 5027 kv/kvserver/replica_command.go:421 [n1,split,s1,r44/1:/{Table/50-Max}] 439 initiating a split of this range at key /Table/104 [r45] (span config) |
| 2899 | 2026-07-09T22:53:51.224Z | I260709 21:53:56.633515 3857 testutils/testcluster/testcluster.go:108 [-] 440 TestCluster quiescing nodes |
| 2900 | 2026-07-09T22:53:51.224Z | I260709 21:53:56.633694 4099 2@rpc/context.go:868 [n1] 441 closing [{n0: 127.0.0.1:61358 (default)}] |
| 2901 | 2026-07-09T22:53:51.224Z | I260709 21:53:56.633793 4099 2@rpc/context.go:868 [n1] 442 closing [{n1: 127.0.0.1:61358 (default)}] |
| 2902 | 2026-07-09T22:53:51.224Z | W260709 21:53:56.633835 4137 sql/sqlliveness/slinstance/slinstance.go:235 [n1] 444 exiting heartbeat loop |
| 2903 | 2026-07-09T22:53:51.224Z | W260709 21:53:56.633827 4870 kv/kvserver/intentresolver/intent_resolver.go:793 [-] 443 failed to gc transaction record: could not GC completed transaction anchored at /NamespaceTable/30/1/100/101/"dummy_span_configurations"/4/1: node unavailable; try another peer |
| 2904 | 2026-07-09T22:53:51.224Z | W260709 21:53:56.633882 4549 jobs/registry.go:815 [n1] 446 canceling all adopted jobs due to stopper quiescing |
| 2905 | 2026-07-09T22:53:51.224Z | I260709 21:53:56.633880 4480 sql/stats/automatic_stats.go:489 [n1] 447 quiescing auto stats refresher |
| 2906 | 2026-07-09T22:53:51.224Z | I260709 21:53:56.633854 4822 2@rpc/context.go:868 [n1] 445 closing [{n1: 127.0.0.1:61358 (default)} {n0: 127.0.0.1:61358 (default)}] |
| 2907 | 2026-07-09T22:53:51.224Z | I260709 21:53:56.633942 4590 jobs/registry.go:1209 [n1] 448 AUTO SPAN CONFIG RECONCILIATION job 1191325321788915713: stepping through state succeeded with error: <nil> |
| 2908 | 2026-07-09T22:53:51.224Z | W260709 21:53:56.634006 4590 kv/txn.go:728 [n1] 449 failure aborting transaction: node unavailable; try another peer; abort caused by: txn exec: context canceled |
| 2909 | 2026-07-09T22:53:51.224Z | W260709 21:53:56.635523 4590 jobs/adopt.go:459 [n1] 450 could not clear job claim: clear-job-claim: failed to send RPC: sending to all replicas failed; last error: node unavailable; try another peer |
| 2910 | 2026-07-09T22:53:51.224Z | panic: test timed out after 1h0m0s |
| 2911 | 2026-07-09T22:53:51.225Z | running tests: |
| 2912 | 2026-07-09T22:53:51.225Z | TestBlockedKVSubscriberDisablesMerges (59m54s) |
| 2913 | 2026-07-09T22:53:51.225Z | |
| 2914 | 2026-07-09T22:53:51.225Z | goroutine 5696 [running]: |
| 2915 | 2026-07-09T22:53:51.225Z | testing.(*M).startAlarm.func1() |
| 2916 | 2026-07-09T22:53:51.225Z | /opt/ooce/go-1.26/src/testing/testing.go:2802 +0x34b |
| 2917 | 2026-07-09T22:53:51.225Z | created by time.goFunc |
| 2918 | 2026-07-09T22:53:51.225Z | /opt/ooce/go-1.26/src/time/sleep.go:215 +0x2d |
| 2919 | 2026-07-09T22:53:51.225Z | |
| 2920 | 2026-07-09T22:53:51.225Z | goroutine 1 [chan receive, 59 minutes]: |
| 2921 | 2026-07-09T22:53:51.225Z | testing.(*T).Run(0x320eeb10fd48, {0x4d43eb0?, 0x320eeb08fb08?}, 0x4f25b80) |
| 2922 | 2026-07-09T22:53:51.225Z | /opt/ooce/go-1.26/src/testing/testing.go:2109 +0x4e5 |
| 2923 | 2026-07-09T22:53:51.225Z | testing.runTests.func1(0x320eeb10fd48) |
| 2924 | 2026-07-09T22:53:51.225Z | /opt/ooce/go-1.26/src/testing/testing.go:2585 +0x37 |
| 2925 | 2026-07-09T22:53:51.225Z | testing.tRunner(0x320eeb10fd48, 0x320eeb08fc30) |
| 2926 | 2026-07-09T22:53:51.225Z | /opt/ooce/go-1.26/src/testing/testing.go:2036 +0xea |
| 2927 | 2026-07-09T22:53:51.225Z | testing.runTests({0x4d2853e, 0x20}, {0x4dfa4f4, 0x46}, 0x320eea8e6ac8, {0x7996700, 0x5, 0x5}, {0xc28c277f952c42c2, 0x34635c935c5, ...}) |
| 2928 | 2026-07-09T22:53:51.225Z | /opt/ooce/go-1.26/src/testing/testing.go:2583 +0x505 |
| 2929 | 2026-07-09T22:53:51.225Z | testing.(*M).Run(0x320eead13c20) |
| 2930 | 2026-07-09T22:53:51.225Z | /opt/ooce/go-1.26/src/testing/testing.go:2443 +0x6ac |
| 2931 | 2026-07-09T22:53:51.225Z | github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigkvsubscriber_test.TestMain(0x7d0a4a0?) |
| 2932 | 2026-07-09T22:53:51.225Z | /work/oxidecomputer/cockroach/pkg/spanconfig/spanconfigkvsubscriber/main_test.go:28 +0xe8 |
| 2933 | 2026-07-09T22:53:51.225Z | main.main() |
| 2934 | 2026-07-09T22:53:51.225Z | _testmain.go:60 +0xa5 |
| 2935 | 2026-07-09T22:53:51.225Z | |
| 2936 | 2026-07-09T22:53:51.225Z | goroutine 37 [chan receive]: |
| 2937 | 2026-07-09T22:53:51.225Z | github.com/cockroachdb/cockroach/pkg/util/goschedstats.init.0.func1() |
| 2938 | 2026-07-09T22:53:51.225Z | /work/oxidecomputer/cockroach/pkg/util/goschedstats/runnable.go:165 +0x131 |
| 2939 | 2026-07-09T22:53:51.226Z | created by github.com/cockroachdb/cockroach/pkg/util/goschedstats.init.0 in goroutine 1 |
| 2940 | 2026-07-09T22:53:51.226Z | /work/oxidecomputer/cockroach/pkg/util/goschedstats/runnable.go:157 +0x1a |
| 2941 | 2026-07-09T22:53:51.226Z | |
| 2942 | 2026-07-09T22:53:51.226Z | goroutine 38 [chan receive]: |
| 2943 | 2026-07-09T22:53:51.226Z | github.com/cockroachdb/cockroach/pkg/util/log.flushDaemon() |
| 2944 | 2026-07-09T22:53:51.226Z | /work/oxidecomputer/cockroach/pkg/util/log/log_flush.go:75 +0x4e |
| 2945 | 2026-07-09T22:53:51.226Z | created by github.com/cockroachdb/cockroach/pkg/util/log.init.5 in goroutine 1 |
| 2946 | 2026-07-09T22:53:51.226Z | /work/oxidecomputer/cockroach/pkg/util/log/log_flush.go:41 +0x1a |
| 2947 | 2026-07-09T22:53:51.226Z | |
| 2948 | 2026-07-09T22:53:51.226Z | goroutine 39 [chan receive, 60 minutes]: |
| 2949 | 2026-07-09T22:53:51.226Z | github.com/cockroachdb/cockroach/pkg/util/log.signalFlusher() |
| 2950 | 2026-07-09T22:53:51.226Z | /work/oxidecomputer/cockroach/pkg/util/log/log_flush.go:98 +0xd4 |
| 2951 | 2026-07-09T22:53:51.226Z | created by github.com/cockroachdb/cockroach/pkg/util/log.init.5 in goroutine 1 |
| 2952 | 2026-07-09T22:53:51.226Z | /work/oxidecomputer/cockroach/pkg/util/log/log_flush.go:42 +0x26 |
| 2953 | 2026-07-09T22:53:51.226Z | |
| 2954 | 2026-07-09T22:53:51.226Z | goroutine 98 [syscall, 60 minutes]: |
| 2955 | 2026-07-09T22:53:51.226Z | os/signal.signal_recv() |
| 2956 | 2026-07-09T22:53:51.226Z | /opt/ooce/go-1.26/src/runtime/sigqueue.go:152 +0x98 |
| 2957 | 2026-07-09T22:53:51.226Z | os/signal.loop() |
| 2958 | 2026-07-09T22:53:51.226Z | /opt/ooce/go-1.26/src/os/signal/signal_unix.go:23 +0x13 |
| 2959 | 2026-07-09T22:53:51.226Z | created by os/signal.Notify.func1.1 in goroutine 39 |
| 2960 | 2026-07-09T22:53:51.231Z | /opt/ooce/go-1.26/src/os/signal/signal.go:152 +0x1f |
| 2961 | 2026-07-09T22:53:51.232Z | |
| 2962 | 2026-07-09T22:53:51.232Z | goroutine 4873 [sync.WaitGroup.Wait, 59 minutes]: |
| 2963 | 2026-07-09T22:53:51.232Z | sync.runtime_SemacquireWaitGroup(0x320eebc1cbe0?, 0x60?) |
| 2964 | 2026-07-09T22:53:51.232Z | /opt/ooce/go-1.26/src/runtime/sema.go:114 +0x2e |
| 2965 | 2026-07-09T22:53:51.232Z | sync.(*WaitGroup).Wait(0x320eed8be200) |
| 2966 | 2026-07-09T22:53:51.232Z | /opt/ooce/go-1.26/src/sync/waitgroup.go:206 +0x85 |
| 2967 | 2026-07-09T22:53:51.232Z | github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).stopServers(0x320eeb896008, {0x4f7d9e0, 0x7d0a4a0}) |
| 2968 | 2026-07-09T22:53:51.232Z | /work/oxidecomputer/cockroach/pkg/testutils/testcluster/testcluster.go:120 +0x25f |
| 2969 | 2026-07-09T22:53:51.232Z | github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).Start.func2() |
| 2970 | 2026-07-09T22:53:51.232Z | /work/oxidecomputer/cockroach/pkg/testutils/testcluster/testcluster.go:357 +0x25 |
| 2971 | 2026-07-09T22:53:51.232Z | github.com/cockroachdb/cockroach/pkg/util/stop.CloserFn.Close(0x320eeaffa900?) |
| 2972 | 2026-07-09T22:53:51.232Z | /work/oxidecomputer/cockroach/pkg/util/stop/stopper.go:107 +0x12 |
| 2973 | 2026-07-09T22:53:51.232Z | github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).Stop(0x320eeaffa900, {0x4f7d820, 0x7d0a4a0}) |
| 2974 | 2026-07-09T22:53:51.232Z | /work/oxidecomputer/cockroach/pkg/util/stop/stopper.go:563 +0x1b9 |
| 2975 | 2026-07-09T22:53:51.232Z | runtime.Goexit() |
| 2976 | 2026-07-09T22:53:51.232Z | /opt/ooce/go-1.26/src/runtime/panic.go:694 +0x5e |
| 2977 | 2026-07-09T22:53:51.232Z | testing.(*common).FailNow(0x320eecbaa6c8) |
| 2978 | 2026-07-09T22:53:51.232Z | /opt/ooce/go-1.26/src/testing/testing.go:1022 +0x4a |
| 2979 | 2026-07-09T22:53:51.232Z | github.com/stretchr/testify/require.NoError({0x4f56608, 0x320eecbaa6c8}, {0x4f4b140, 0x320eed2013b0}, {0x0, 0x0, 0x0}) |
| 2980 | 2026-07-09T22:53:51.233Z | /work/oxidecomputer/cockroach/vendor/github.com/stretchr/testify/require/require.go:1264 +0xca |
| 2981 | 2026-07-09T22:53:51.233Z | github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigkvsubscriber_test.TestBlockedKVSubscriberDisablesMerges(0x320eecbaa6c8) |
| 2982 | 2026-07-09T22:53:51.233Z | /work/oxidecomputer/cockroach/pkg/spanconfig/spanconfigkvsubscriber/kvsubscriber_client_test.go:73 +0x4f0 |
| 2983 | 2026-07-09T22:53:51.233Z | testing.tRunner(0x320eecbaa6c8, 0x4f25b80) |
| 2984 | 2026-07-09T22:53:51.233Z | /opt/ooce/go-1.26/src/testing/testing.go:2036 +0xea |
| 2985 | 2026-07-09T22:53:51.233Z | created by testing.(*T).Run in goroutine 1 |
| 2986 | 2026-07-09T22:53:51.233Z | /opt/ooce/go-1.26/src/testing/testing.go:2101 +0x4c5 |
| 2987 | 2026-07-09T22:53:51.233Z | |
| 2988 | 2026-07-09T22:53:51.233Z | goroutine 5075 [chan receive, 59 minutes]: |
| 2989 | 2026-07-09T22:53:51.233Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca637d0?}) |
| 2990 | 2026-07-09T22:53:51.233Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 2991 | 2026-07-09T22:53:51.233Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eeb1f6a00?}}, 0x320eead647a8) |
| 2992 | 2026-07-09T22:53:51.233Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 2993 | 2026-07-09T22:53:51.233Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eead64790?) |
| 2994 | 2026-07-09T22:53:51.233Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 2995 | 2026-07-09T22:53:51.233Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 2996 | 2026-07-09T22:53:51.233Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 2997 | 2026-07-09T22:53:51.233Z | |
| 2998 | 2026-07-09T22:53:51.233Z | goroutine 5054 [select]: |
| 2999 | 2026-07-09T22:53:51.233Z | github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFS).startTickerLocked.func1() |
| 3000 | 2026-07-09T22:53:51.233Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/vfs/disk_health.go:365 +0xc8 |
| 3001 | 2026-07-09T22:53:51.233Z | created by github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFS).startTickerLocked in goroutine 4873 |
| 3002 | 2026-07-09T22:53:51.233Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/vfs/disk_health.go:360 +0x6e |
| 3003 | 2026-07-09T22:53:51.233Z | |
| 3004 | 2026-07-09T22:53:51.233Z | goroutine 5084 [chan receive, 59 minutes]: |
| 3005 | 2026-07-09T22:53:51.233Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca63980?}) |
| 3006 | 2026-07-09T22:53:51.233Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3007 | 2026-07-09T22:53:51.233Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x7d0a4a0?, 0x424dda0?}}, 0x320eeab6f7a8) |
| 3008 | 2026-07-09T22:53:51.233Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3009 | 2026-07-09T22:53:51.233Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eebf141b0?) |
| 3010 | 2026-07-09T22:53:51.233Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3011 | 2026-07-09T22:53:51.234Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3012 | 2026-07-09T22:53:51.234Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3013 | 2026-07-09T22:53:51.234Z | |
| 3014 | 2026-07-09T22:53:51.234Z | goroutine 5051 [select, 59 minutes]: |
| 3015 | 2026-07-09T22:53:51.234Z | github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x320eec834270, {0x4f7d938, 0x320eeb6a2460}) |
| 3016 | 2026-07-09T22:53:51.234Z | /work/oxidecomputer/cockroach/pkg/util/log/file_log_gc.go:25 +0x7b |
| 3017 | 2026-07-09T22:53:51.234Z | created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 4873 |
| 3018 | 2026-07-09T22:53:51.234Z | /work/oxidecomputer/cockroach/pkg/util/log/flags.go:293 +0x134d |
| 3019 | 2026-07-09T22:53:51.234Z | |
| 3020 | 2026-07-09T22:53:51.234Z | goroutine 5116 [chan receive, 59 minutes]: |
| 3021 | 2026-07-09T22:53:51.234Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eed4c00c0?}) |
| 3022 | 2026-07-09T22:53:51.234Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3023 | 2026-07-09T22:53:51.234Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eeb0048a0?}}, 0x320eeb4527a8) |
| 3024 | 2026-07-09T22:53:51.234Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3025 | 2026-07-09T22:53:51.234Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eeb452790?) |
| 3026 | 2026-07-09T22:53:51.234Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3027 | 2026-07-09T22:53:51.234Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3028 | 2026-07-09T22:53:51.234Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3029 | 2026-07-09T22:53:51.234Z | |
| 3030 | 2026-07-09T22:53:51.234Z | goroutine 5096 [select]: |
| 3031 | 2026-07-09T22:53:51.234Z | github.com/cockroachdb/cockroach/pkg/util/admission.makeWorkQueue.func2() |
| 3032 | 2026-07-09T22:53:51.234Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:366 +0x85 |
| 3033 | 2026-07-09T22:53:51.234Z | created by github.com/cockroachdb/cockroach/pkg/util/admission.makeWorkQueue in goroutine 4873 |
| 3034 | 2026-07-09T22:53:51.234Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:363 +0x3d5 |
| 3035 | 2026-07-09T22:53:51.234Z | |
| 3036 | 2026-07-09T22:53:51.234Z | goroutine 5446 [select, 59 minutes]: |
| 3037 | 2026-07-09T22:53:51.234Z | database/sql.(*DB).connectionOpener(0x320eed098270, {0x4f7d938, 0x320eebe4a140}) |
| 3038 | 2026-07-09T22:53:51.234Z | /opt/ooce/go-1.26/src/database/sql/sql.go:1261 +0x89 |
| 3039 | 2026-07-09T22:53:51.234Z | created by database/sql.OpenDB in goroutine 4873 |
| 3040 | 2026-07-09T22:53:51.234Z | /opt/ooce/go-1.26/src/database/sql/sql.go:841 +0x130 |
| 3041 | 2026-07-09T22:53:51.234Z | |
| 3042 | 2026-07-09T22:53:51.234Z | goroutine 5119 [select]: |
| 3043 | 2026-07-09T22:53:51.234Z | github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).startTicker.func1() |
| 3044 | 2026-07-09T22:53:51.234Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/vfs/disk_health.go:71 +0xc5 |
| 3045 | 2026-07-09T22:53:51.234Z | created by github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).startTicker in goroutine 4873 |
| 3046 | 2026-07-09T22:53:51.234Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/vfs/disk_health.go:66 +0x58 |
| 3047 | 2026-07-09T22:53:51.234Z | |
| 3048 | 2026-07-09T22:53:51.234Z | goroutine 5094 [select]: |
| 3049 | 2026-07-09T22:53:51.234Z | github.com/cockroachdb/cockroach/pkg/util/admission.makeWorkQueue.func2() |
| 3050 | 2026-07-09T22:53:51.235Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:366 +0x85 |
| 3051 | 2026-07-09T22:53:51.235Z | created by github.com/cockroachdb/cockroach/pkg/util/admission.makeWorkQueue in goroutine 4873 |
| 3052 | 2026-07-09T22:53:51.235Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:363 +0x3d5 |
| 3053 | 2026-07-09T22:53:51.235Z | |
| 3054 | 2026-07-09T22:53:51.235Z | goroutine 4907 [chan receive, 59 minutes]: |
| 3055 | 2026-07-09T22:53:51.235Z | github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigkvsubscriber_test.TestBlockedKVSubscriberDisablesMerges.func1() |
| 3056 | 2026-07-09T22:53:51.235Z | /work/oxidecomputer/cockroach/pkg/spanconfig/spanconfigkvsubscriber/kvsubscriber_client_test.go:44 +0x19 |
| 3057 | 2026-07-09T22:53:51.236Z | github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangefeed/rangefeedcache.(*Watcher).Run(0x320eeaffb830, {0x4f7d938, 0x320eebe4bea0}) |
| 3058 | 2026-07-09T22:53:51.236Z | /work/oxidecomputer/cockroach/pkg/kv/kvclient/rangefeed/rangefeedcache/watcher.go:313 +0x6a2 |
| 3059 | 2026-07-09T22:53:51.236Z | github.com/cockroachdb/cockroach/pkg/kv/kvclient/rangefeed/rangefeedcache.Start.func1({0x4f7d900?, 0x320eec81ccf0?}) |
| 3060 | 2026-07-09T22:53:51.240Z | /work/oxidecomputer/cockroach/pkg/kv/kvclient/rangefeed/rangefeedcache/watcher.go:189 +0x291 |
| 3061 | 2026-07-09T22:53:51.240Z | github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2() |
| 3062 | 2026-07-09T22:53:51.240Z | /work/oxidecomputer/cockroach/pkg/util/stop/stopper.go:494 +0x136 |
| 3063 | 2026-07-09T22:53:51.240Z | created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx in goroutine 4873 |
| 3064 | 2026-07-09T22:53:51.240Z | /work/oxidecomputer/cockroach/pkg/util/stop/stopper.go:483 +0x3de |
| 3065 | 2026-07-09T22:53:51.241Z | |
| 3066 | 2026-07-09T22:53:51.241Z | goroutine 5109 [chan receive, 59 minutes]: |
| 3067 | 2026-07-09T22:53:51.241Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eecece4b0?}) |
| 3068 | 2026-07-09T22:53:51.241Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3069 | 2026-07-09T22:53:51.241Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x125d400?, 0x320eeba80230?}}, 0x320eec4cffa8) |
| 3070 | 2026-07-09T22:53:51.241Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3071 | 2026-07-09T22:53:51.241Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eec4cffb8?) |
| 3072 | 2026-07-09T22:53:51.241Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3073 | 2026-07-09T22:53:51.241Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3074 | 2026-07-09T22:53:51.241Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3075 | 2026-07-09T22:53:51.241Z | |
| 3076 | 2026-07-09T22:53:51.241Z | goroutine 5098 [select]: |
| 3077 | 2026-07-09T22:53:51.241Z | github.com/cockroachdb/cockroach/pkg/util/admission.makeWorkQueue.func2() |
| 3078 | 2026-07-09T22:53:51.241Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:366 +0x85 |
| 3079 | 2026-07-09T22:53:51.241Z | created by github.com/cockroachdb/cockroach/pkg/util/admission.makeWorkQueue in goroutine 4873 |
| 3080 | 2026-07-09T22:53:51.241Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:363 +0x3d5 |
| 3081 | 2026-07-09T22:53:51.241Z | |
| 3082 | 2026-07-09T22:53:51.241Z | goroutine 5092 [select]: |
| 3083 | 2026-07-09T22:53:51.241Z | github.com/cockroachdb/cockroach/pkg/util/admission.makeWorkQueue.func2() |
| 3084 | 2026-07-09T22:53:51.241Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:366 +0x85 |
| 3085 | 2026-07-09T22:53:51.241Z | created by github.com/cockroachdb/cockroach/pkg/util/admission.makeWorkQueue in goroutine 4873 |
| 3086 | 2026-07-09T22:53:51.241Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:363 +0x3d5 |
| 3087 | 2026-07-09T22:53:51.241Z | |
| 3088 | 2026-07-09T22:53:51.242Z | goroutine 5097 [select]: |
| 3089 | 2026-07-09T22:53:51.242Z | github.com/cockroachdb/cockroach/pkg/util/admission.(*WorkQueue).startClosingEpochs.func1() |
| 3090 | 2026-07-09T22:53:51.242Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:439 +0x1c7 |
| 3091 | 2026-07-09T22:53:51.242Z | created by github.com/cockroachdb/cockroach/pkg/util/admission.(*WorkQueue).startClosingEpochs in goroutine 4873 |
| 3092 | 2026-07-09T22:53:51.242Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:412 +0x4f |
| 3093 | 2026-07-09T22:53:51.242Z | |
| 3094 | 2026-07-09T22:53:51.242Z | goroutine 5117 [chan receive, 59 minutes]: |
| 3095 | 2026-07-09T22:53:51.242Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eed4c0180?}) |
| 3096 | 2026-07-09T22:53:51.242Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3097 | 2026-07-09T22:53:51.242Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eed82a4c0?}}, 0x320eeb4567a8) |
| 3098 | 2026-07-09T22:53:51.242Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3099 | 2026-07-09T22:53:51.242Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3100 | 2026-07-09T22:53:51.242Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3101 | 2026-07-09T22:53:51.242Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3102 | 2026-07-09T22:53:51.242Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3103 | 2026-07-09T22:53:51.242Z | |
| 3104 | 2026-07-09T22:53:51.242Z | goroutine 5095 [select]: |
| 3105 | 2026-07-09T22:53:51.242Z | github.com/cockroachdb/cockroach/pkg/util/admission.(*WorkQueue).startClosingEpochs.func1() |
| 3106 | 2026-07-09T22:53:51.242Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:439 +0x1c7 |
| 3107 | 2026-07-09T22:53:51.242Z | created by github.com/cockroachdb/cockroach/pkg/util/admission.(*WorkQueue).startClosingEpochs in goroutine 4873 |
| 3108 | 2026-07-09T22:53:51.243Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:412 +0x4f |
| 3109 | 2026-07-09T22:53:51.243Z | |
| 3110 | 2026-07-09T22:53:51.243Z | goroutine 5080 [chan receive, 59 minutes]: |
| 3111 | 2026-07-09T22:53:51.243Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca638c0?}) |
| 3112 | 2026-07-09T22:53:51.243Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3113 | 2026-07-09T22:53:51.243Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eecf2a3b0?}}, 0x320eead62fa8) |
| 3114 | 2026-07-09T22:53:51.243Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3115 | 2026-07-09T22:53:51.243Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eead62f90?) |
| 3116 | 2026-07-09T22:53:51.243Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3117 | 2026-07-09T22:53:51.243Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3118 | 2026-07-09T22:53:51.243Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3119 | 2026-07-09T22:53:51.243Z | |
| 3120 | 2026-07-09T22:53:51.243Z | goroutine 5121 [select]: |
| 3121 | 2026-07-09T22:53:51.244Z | github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).startTicker.func1() |
| 3122 | 2026-07-09T22:53:51.244Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/vfs/disk_health.go:71 +0xc5 |
| 3123 | 2026-07-09T22:53:51.244Z | created by github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).startTicker in goroutine 4873 |
| 3124 | 2026-07-09T22:53:51.244Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/vfs/disk_health.go:66 +0x58 |
| 3125 | 2026-07-09T22:53:51.244Z | |
| 3126 | 2026-07-09T22:53:51.244Z | goroutine 5318 [select]: |
| 3127 | 2026-07-09T22:53:51.244Z | github.com/cockroachdb/cockroach/pkg/util/admission.(*WorkQueue).startClosingEpochs.func1() |
| 3128 | 2026-07-09T22:53:51.244Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:439 +0x1c7 |
| 3129 | 2026-07-09T22:53:51.244Z | created by github.com/cockroachdb/cockroach/pkg/util/admission.(*WorkQueue).startClosingEpochs in goroutine 4873 |
| 3130 | 2026-07-09T22:53:51.244Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:412 +0x4f |
| 3131 | 2026-07-09T22:53:51.244Z | |
| 3132 | 2026-07-09T22:53:51.244Z | goroutine 5686 [select]: |
| 3133 | 2026-07-09T22:53:51.244Z | github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).startTicker.func1() |
| 3134 | 2026-07-09T22:53:51.244Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/vfs/disk_health.go:71 +0xc5 |
| 3135 | 2026-07-09T22:53:51.244Z | created by github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).startTicker in goroutine 5232 |
| 3136 | 2026-07-09T22:53:51.245Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/vfs/disk_health.go:66 +0x58 |
| 3137 | 2026-07-09T22:53:51.245Z | |
| 3138 | 2026-07-09T22:53:51.245Z | goroutine 5079 [chan receive, 59 minutes]: |
| 3139 | 2026-07-09T22:53:51.245Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca63890?}) |
| 3140 | 2026-07-09T22:53:51.245Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3141 | 2026-07-09T22:53:51.245Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eecf2a3c0?}}, 0x320eead68fa8) |
| 3142 | 2026-07-09T22:53:51.245Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3143 | 2026-07-09T22:53:51.245Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eead68f90?) |
| 3144 | 2026-07-09T22:53:51.245Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3145 | 2026-07-09T22:53:51.245Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3146 | 2026-07-09T22:53:51.245Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3147 | 2026-07-09T22:53:51.245Z | |
| 3148 | 2026-07-09T22:53:51.245Z | goroutine 5074 [chan receive, 59 minutes]: |
| 3149 | 2026-07-09T22:53:51.245Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca637a0?}) |
| 3150 | 2026-07-09T22:53:51.245Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3151 | 2026-07-09T22:53:51.246Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eeb1f6730?}}, 0x320eeab70fa8) |
| 3152 | 2026-07-09T22:53:51.246Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3153 | 2026-07-09T22:53:51.246Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3154 | 2026-07-09T22:53:51.246Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3155 | 2026-07-09T22:53:51.246Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3156 | 2026-07-09T22:53:51.246Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3157 | 2026-07-09T22:53:51.246Z | |
| 3158 | 2026-07-09T22:53:51.246Z | goroutine 5113 [chan receive, 59 minutes]: |
| 3159 | 2026-07-09T22:53:51.246Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eed4c0030?}) |
| 3160 | 2026-07-09T22:53:51.255Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3161 | 2026-07-09T22:53:51.255Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x23f8b60?, 0x320eec964840?}}, 0x320eec3fafa8) |
| 3162 | 2026-07-09T22:53:51.255Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3163 | 2026-07-09T22:53:51.255Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3164 | 2026-07-09T22:53:51.255Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3165 | 2026-07-09T22:53:51.255Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3166 | 2026-07-09T22:53:51.255Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3167 | 2026-07-09T22:53:51.255Z | |
| 3168 | 2026-07-09T22:53:51.255Z | goroutine 5106 [chan receive, 59 minutes]: |
| 3169 | 2026-07-09T22:53:51.255Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eecece420?}) |
| 3170 | 2026-07-09T22:53:51.256Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3171 | 2026-07-09T22:53:51.256Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eeb1f6700?}}, 0x320eec3f77a8) |
| 3172 | 2026-07-09T22:53:51.256Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3173 | 2026-07-09T22:53:51.256Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eec3f7790?) |
| 3174 | 2026-07-09T22:53:51.256Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3175 | 2026-07-09T22:53:51.256Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3176 | 2026-07-09T22:53:51.256Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3177 | 2026-07-09T22:53:51.256Z | |
| 3178 | 2026-07-09T22:53:51.256Z | goroutine 5082 [chan receive, 59 minutes]: |
| 3179 | 2026-07-09T22:53:51.256Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca63920?}) |
| 3180 | 2026-07-09T22:53:51.256Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3181 | 2026-07-09T22:53:51.256Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x320eea7e0008?, 0x320eeab76200?}}, 0x320eeab717a8) |
| 3182 | 2026-07-09T22:53:51.256Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3183 | 2026-07-09T22:53:51.256Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eeab68000?) |
| 3184 | 2026-07-09T22:53:51.256Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3185 | 2026-07-09T22:53:51.256Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3186 | 2026-07-09T22:53:51.256Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3187 | 2026-07-09T22:53:51.256Z | |
| 3188 | 2026-07-09T22:53:51.256Z | goroutine 5713 [sleep]: |
| 3189 | 2026-07-09T22:53:51.256Z | time.Sleep(0x4c4b40) |
| 3190 | 2026-07-09T22:53:51.256Z | /opt/ooce/go-1.26/src/runtime/time.go:363 +0x154 |
| 3191 | 2026-07-09T22:53:51.257Z | github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).Quiesce(0x320eeaffa990, {0x4f7d900, 0x320eec6cf200}) |
| 3192 | 2026-07-09T22:53:51.257Z | /work/oxidecomputer/cockroach/pkg/util/stop/stopper.go:612 +0xec |
| 3193 | 2026-07-09T22:53:51.257Z | github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).stopServers.func1(0x320eec76e7a0?, 0x320eeaffa990) |
| 3194 | 2026-07-09T22:53:51.257Z | /work/oxidecomputer/cockroach/pkg/testutils/testcluster/testcluster.go:116 +0xc5 |
| 3195 | 2026-07-09T22:53:51.257Z | created by github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).stopServers in goroutine 4873 |
| 3196 | 2026-07-09T22:53:51.257Z | /work/oxidecomputer/cockroach/pkg/testutils/testcluster/testcluster.go:112 +0x145 |
| 3197 | 2026-07-09T22:53:51.257Z | |
| 3198 | 2026-07-09T22:53:51.257Z | goroutine 5118 [chan receive, 59 minutes]: |
| 3199 | 2026-07-09T22:53:51.257Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eed4c0000?}) |
| 3200 | 2026-07-09T22:53:51.257Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3201 | 2026-07-09T22:53:51.257Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eeb004900?}}, 0x320eeb4557a8) |
| 3202 | 2026-07-09T22:53:51.257Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3203 | 2026-07-09T22:53:51.257Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eeb455790?) |
| 3204 | 2026-07-09T22:53:51.257Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3205 | 2026-07-09T22:53:51.257Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3206 | 2026-07-09T22:53:51.257Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3207 | 2026-07-09T22:53:51.257Z | |
| 3208 | 2026-07-09T22:53:51.257Z | goroutine 5093 [select]: |
| 3209 | 2026-07-09T22:53:51.258Z | github.com/cockroachdb/cockroach/pkg/util/admission.(*WorkQueue).startClosingEpochs.func1() |
| 3210 | 2026-07-09T22:53:51.258Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:439 +0x1c7 |
| 3211 | 2026-07-09T22:53:51.258Z | created by github.com/cockroachdb/cockroach/pkg/util/admission.(*WorkQueue).startClosingEpochs in goroutine 4873 |
| 3212 | 2026-07-09T22:53:51.258Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:412 +0x4f |
| 3213 | 2026-07-09T22:53:51.258Z | |
| 3214 | 2026-07-09T22:53:51.258Z | goroutine 5108 [chan receive, 59 minutes]: |
| 3215 | 2026-07-09T22:53:51.258Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eecece480?}) |
| 3216 | 2026-07-09T22:53:51.258Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3217 | 2026-07-09T22:53:51.258Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x7d0a4a0?, 0x320eeb3d6000?}}, 0x320eec4cdfa8) |
| 3218 | 2026-07-09T22:53:51.258Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3219 | 2026-07-09T22:53:51.258Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3220 | 2026-07-09T22:53:51.258Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3221 | 2026-07-09T22:53:51.258Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3222 | 2026-07-09T22:53:51.258Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3223 | 2026-07-09T22:53:51.258Z | |
| 3224 | 2026-07-09T22:53:51.258Z | goroutine 5086 [chan receive, 59 minutes]: |
| 3225 | 2026-07-09T22:53:51.259Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca639e0?}) |
| 3226 | 2026-07-09T22:53:51.259Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3227 | 2026-07-09T22:53:51.259Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eeaa061b0?}}, 0x320eeb7e07a8) |
| 3228 | 2026-07-09T22:53:51.259Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3229 | 2026-07-09T22:53:51.259Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3230 | 2026-07-09T22:53:51.259Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3231 | 2026-07-09T22:53:51.259Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3232 | 2026-07-09T22:53:51.259Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3233 | 2026-07-09T22:53:51.259Z | |
| 3234 | 2026-07-09T22:53:51.259Z | goroutine 5052 [select, 59 minutes]: |
| 3235 | 2026-07-09T22:53:51.259Z | github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x320eec834340, {0x4f7d938, 0x320eeb6a2460}) |
| 3236 | 2026-07-09T22:53:51.259Z | /work/oxidecomputer/cockroach/pkg/util/log/file_log_gc.go:25 +0x7b |
| 3237 | 2026-07-09T22:53:51.259Z | created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 4873 |
| 3238 | 2026-07-09T22:53:51.259Z | /work/oxidecomputer/cockroach/pkg/util/log/flags.go:293 +0x134d |
| 3239 | 2026-07-09T22:53:51.259Z | |
| 3240 | 2026-07-09T22:53:51.259Z | goroutine 5110 [chan receive, 59 minutes]: |
| 3241 | 2026-07-09T22:53:51.260Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eecece4e0?}) |
| 3242 | 2026-07-09T22:53:51.260Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3243 | 2026-07-09T22:53:51.260Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eeaefe610?}}, 0x320eec3f6fa8) |
| 3244 | 2026-07-09T22:53:51.260Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3245 | 2026-07-09T22:53:51.260Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3246 | 2026-07-09T22:53:51.260Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3247 | 2026-07-09T22:53:51.260Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3248 | 2026-07-09T22:53:51.260Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3249 | 2026-07-09T22:53:51.260Z | |
| 3250 | 2026-07-09T22:53:51.260Z | goroutine 5053 [select, 59 minutes]: |
| 3251 | 2026-07-09T22:53:51.260Z | github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x320eec8344e0, {0x4f7d938, 0x320eeb6a2460}) |
| 3252 | 2026-07-09T22:53:51.260Z | /work/oxidecomputer/cockroach/pkg/util/log/file_log_gc.go:25 +0x7b |
| 3253 | 2026-07-09T22:53:51.260Z | created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 4873 |
| 3254 | 2026-07-09T22:53:51.260Z | /work/oxidecomputer/cockroach/pkg/util/log/flags.go:293 +0x134d |
| 3255 | 2026-07-09T22:53:51.260Z | |
| 3256 | 2026-07-09T22:53:51.261Z | goroutine 5160 [select, 59 minutes]: |
| 3257 | 2026-07-09T22:53:51.261Z | github.com/cockroachdb/cockroach/pkg/util/hlc.(*Clock).StartMonitoringForwardClockJumps.func1() |
| 3258 | 2026-07-09T22:53:51.261Z | /work/oxidecomputer/cockroach/pkg/util/hlc/hlc.go:263 +0x13c |
| 3259 | 2026-07-09T22:53:51.262Z | created by github.com/cockroachdb/cockroach/pkg/util/hlc.(*Clock).StartMonitoringForwardClockJumps in goroutine 4873 |
| 3260 | 2026-07-09T22:53:51.279Z | /work/oxidecomputer/cockroach/pkg/util/hlc/hlc.go:255 +0x106 |
| 3261 | 2026-07-09T22:53:51.279Z | |
| 3262 | 2026-07-09T22:53:51.279Z | goroutine 5687 [sync.Cond.Wait, 59 minutes]: |
| 3263 | 2026-07-09T22:53:51.279Z | sync.runtime_notifyListWait(0x320eeaf06fe8, 0x15) |
| 3264 | 2026-07-09T22:53:51.279Z | /opt/ooce/go-1.26/src/runtime/sema.go:617 +0x1b3 |
| 3265 | 2026-07-09T22:53:51.279Z | sync.(*Cond).Wait(0x320eeaf06f08?) |
| 3266 | 2026-07-09T22:53:51.279Z | /opt/ooce/go-1.26/src/sync/cond.go:71 +0x73 |
| 3267 | 2026-07-09T22:53:51.279Z | github.com/cockroachdb/pebble/record.(*flusherCond).Wait(...) |
| 3268 | 2026-07-09T22:53:51.279Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/record/log_writer.go:193 |
| 3269 | 2026-07-09T22:53:51.280Z | github.com/cockroachdb/pebble/record.(*LogWriter).flushLoop(0x320eeaf06f08, {0x46dcd40?, 0x7d0a4a0?}) |
| 3270 | 2026-07-09T22:53:51.280Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/record/log_writer.go:396 +0x15e |
| 3271 | 2026-07-09T22:53:51.280Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c7a0?, 0x320eeb14f808?, 0x320eea745770?}}, 0x320eea7457c0) |
| 3272 | 2026-07-09T22:53:51.280Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3273 | 2026-07-09T22:53:51.280Z | github.com/cockroachdb/pebble/record.NewLogWriter.func2() |
| 3274 | 2026-07-09T22:53:51.280Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/record/log_writer.go:314 +0x50 |
| 3275 | 2026-07-09T22:53:51.280Z | created by github.com/cockroachdb/pebble/record.NewLogWriter in goroutine 5232 |
| 3276 | 2026-07-09T22:53:51.280Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/record/log_writer.go:313 +0x2c9 |
| 3277 | 2026-07-09T22:53:51.280Z | |
| 3278 | 2026-07-09T22:53:51.280Z | goroutine 5122 [sync.Cond.Wait, 59 minutes]: |
| 3279 | 2026-07-09T22:53:51.280Z | sync.runtime_notifyListWait(0x320eec0405e8, 0x0) |
| 3280 | 2026-07-09T22:53:51.280Z | /opt/ooce/go-1.26/src/runtime/sema.go:617 +0x1b3 |
| 3281 | 2026-07-09T22:53:51.280Z | sync.(*Cond).Wait(0x320eeaeeede0?) |
| 3282 | 2026-07-09T22:53:51.280Z | /opt/ooce/go-1.26/src/sync/cond.go:71 +0x73 |
| 3283 | 2026-07-09T22:53:51.280Z | github.com/cockroachdb/pebble/record.(*flusherCond).Wait(...) |
| 3284 | 2026-07-09T22:53:51.280Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/record/log_writer.go:193 |
| 3285 | 2026-07-09T22:53:51.280Z | github.com/cockroachdb/pebble/record.(*LogWriter).flushLoop(0x320eec040508, {0x46dcd40?, 0x7d0a4a0?}) |
| 3286 | 2026-07-09T22:53:51.280Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/record/log_writer.go:396 +0x15e |
| 3287 | 2026-07-09T22:53:51.280Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c7a0?, 0x320eec4cc7d0?, 0x115c3f0?}}, 0x320eec4cc7c0) |
| 3288 | 2026-07-09T22:53:51.280Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3289 | 2026-07-09T22:53:51.280Z | github.com/cockroachdb/pebble/record.NewLogWriter.func2() |
| 3290 | 2026-07-09T22:53:51.280Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/record/log_writer.go:314 +0x50 |
| 3291 | 2026-07-09T22:53:51.280Z | created by github.com/cockroachdb/pebble/record.NewLogWriter in goroutine 4873 |
| 3292 | 2026-07-09T22:53:51.280Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/record/log_writer.go:313 +0x2c9 |
| 3293 | 2026-07-09T22:53:51.280Z | |
| 3294 | 2026-07-09T22:53:51.280Z | goroutine 5111 [chan receive, 59 minutes]: |
| 3295 | 2026-07-09T22:53:51.280Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eecece510?}) |
| 3296 | 2026-07-09T22:53:51.280Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3297 | 2026-07-09T22:53:51.281Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x320eed124040?, 0x1d1ef20?}}, 0x320eec3f9fa8) |
| 3298 | 2026-07-09T22:53:51.281Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3299 | 2026-07-09T22:53:51.281Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eec3f9f98?) |
| 3300 | 2026-07-09T22:53:51.281Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3301 | 2026-07-09T22:53:51.281Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3302 | 2026-07-09T22:53:51.281Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3303 | 2026-07-09T22:53:51.281Z | |
| 3304 | 2026-07-09T22:53:51.281Z | goroutine 5056 [chan receive, 59 minutes]: |
| 3305 | 2026-07-09T22:53:51.281Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca63740?}) |
| 3306 | 2026-07-09T22:53:51.281Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3307 | 2026-07-09T22:53:51.281Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x320eed0fc600?, 0x1d1ef20?}}, 0x320eeab6cfa8) |
| 3308 | 2026-07-09T22:53:51.281Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3309 | 2026-07-09T22:53:51.281Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3310 | 2026-07-09T22:53:51.281Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3311 | 2026-07-09T22:53:51.281Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3312 | 2026-07-09T22:53:51.281Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3313 | 2026-07-09T22:53:51.281Z | |
| 3314 | 2026-07-09T22:53:51.281Z | goroutine 5115 [chan receive, 59 minutes]: |
| 3315 | 2026-07-09T22:53:51.282Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eed4c0090?}) |
| 3316 | 2026-07-09T22:53:51.282Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3317 | 2026-07-09T22:53:51.282Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eec518a80?}}, 0x320eec3f97a8) |
| 3318 | 2026-07-09T22:53:51.282Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3319 | 2026-07-09T22:53:51.282Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3320 | 2026-07-09T22:53:51.282Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3321 | 2026-07-09T22:53:51.282Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3322 | 2026-07-09T22:53:51.282Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3323 | 2026-07-09T22:53:51.282Z | |
| 3324 | 2026-07-09T22:53:51.282Z | goroutine 5057 [chan receive, 59 minutes]: |
| 3325 | 2026-07-09T22:53:51.282Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca63770?}) |
| 3326 | 2026-07-09T22:53:51.282Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3327 | 2026-07-09T22:53:51.282Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eed09aa80?}}, 0x320eeab6a7a8) |
| 3328 | 2026-07-09T22:53:51.282Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3329 | 2026-07-09T22:53:51.282Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3330 | 2026-07-09T22:53:51.282Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3331 | 2026-07-09T22:53:51.282Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3332 | 2026-07-09T22:53:51.282Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3333 | 2026-07-09T22:53:51.282Z | |
| 3334 | 2026-07-09T22:53:51.282Z | goroutine 5099 [select]: |
| 3335 | 2026-07-09T22:53:51.282Z | github.com/cockroachdb/cockroach/pkg/util/admission.(*WorkQueue).startClosingEpochs.func1() |
| 3336 | 2026-07-09T22:53:51.282Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:439 +0x1c7 |
| 3337 | 2026-07-09T22:53:51.282Z | created by github.com/cockroachdb/cockroach/pkg/util/admission.(*WorkQueue).startClosingEpochs in goroutine 4873 |
| 3338 | 2026-07-09T22:53:51.282Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:412 +0x4f |
| 3339 | 2026-07-09T22:53:51.282Z | |
| 3340 | 2026-07-09T22:53:51.282Z | goroutine 5100 [select]: |
| 3341 | 2026-07-09T22:53:51.282Z | github.com/cockroachdb/cockroach/pkg/util/admission.makeWorkQueue.func2() |
| 3342 | 2026-07-09T22:53:51.282Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:366 +0x85 |
| 3343 | 2026-07-09T22:53:51.282Z | created by github.com/cockroachdb/cockroach/pkg/util/admission.makeWorkQueue in goroutine 4873 |
| 3344 | 2026-07-09T22:53:51.282Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:363 +0x3d5 |
| 3345 | 2026-07-09T22:53:51.282Z | |
| 3346 | 2026-07-09T22:53:51.283Z | goroutine 5101 [select]: |
| 3347 | 2026-07-09T22:53:51.283Z | github.com/cockroachdb/cockroach/pkg/util/admission.(*WorkQueue).startClosingEpochs.func1() |
| 3348 | 2026-07-09T22:53:51.283Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:439 +0x1c7 |
| 3349 | 2026-07-09T22:53:51.283Z | created by github.com/cockroachdb/cockroach/pkg/util/admission.(*WorkQueue).startClosingEpochs in goroutine 4873 |
| 3350 | 2026-07-09T22:53:51.283Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:412 +0x4f |
| 3351 | 2026-07-09T22:53:51.283Z | |
| 3352 | 2026-07-09T22:53:51.283Z | goroutine 5103 [chan receive, 59 minutes]: |
| 3353 | 2026-07-09T22:53:51.283Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eecece390?}) |
| 3354 | 2026-07-09T22:53:51.283Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3355 | 2026-07-09T22:53:51.283Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eecb33c80?}}, 0x320eec3fc7a8) |
| 3356 | 2026-07-09T22:53:51.283Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3357 | 2026-07-09T22:53:51.283Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3358 | 2026-07-09T22:53:51.284Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3359 | 2026-07-09T22:53:51.284Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3360 | 2026-07-09T22:53:51.294Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3361 | 2026-07-09T22:53:51.294Z | |
| 3362 | 2026-07-09T22:53:51.294Z | goroutine 5104 [chan receive, 59 minutes]: |
| 3363 | 2026-07-09T22:53:51.294Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eecece3c0?}) |
| 3364 | 2026-07-09T22:53:51.294Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3365 | 2026-07-09T22:53:51.294Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eecf2a440?}}, 0x320eec3f87a8) |
| 3366 | 2026-07-09T22:53:51.295Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3367 | 2026-07-09T22:53:51.295Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eec3f8790?) |
| 3368 | 2026-07-09T22:53:51.295Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3369 | 2026-07-09T22:53:51.295Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3370 | 2026-07-09T22:53:51.295Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3371 | 2026-07-09T22:53:51.295Z | |
| 3372 | 2026-07-09T22:53:51.295Z | goroutine 5105 [chan receive, 59 minutes]: |
| 3373 | 2026-07-09T22:53:51.295Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eecece3f0?}) |
| 3374 | 2026-07-09T22:53:51.295Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3375 | 2026-07-09T22:53:51.295Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eeb1f60b0?}}, 0x320eec3fa7a8) |
| 3376 | 2026-07-09T22:53:51.295Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3377 | 2026-07-09T22:53:51.295Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eec3fa790?) |
| 3378 | 2026-07-09T22:53:51.295Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3379 | 2026-07-09T22:53:51.295Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3380 | 2026-07-09T22:53:51.295Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3381 | 2026-07-09T22:53:51.295Z | |
| 3382 | 2026-07-09T22:53:51.295Z | goroutine 5102 [select]: |
| 3383 | 2026-07-09T22:53:51.295Z | github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFS).startTickerLocked.func1() |
| 3384 | 2026-07-09T22:53:51.295Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/vfs/disk_health.go:365 +0xc8 |
| 3385 | 2026-07-09T22:53:51.295Z | created by github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFS).startTickerLocked in goroutine 4873 |
| 3386 | 2026-07-09T22:53:51.295Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/vfs/disk_health.go:360 +0x6e |
| 3387 | 2026-07-09T22:53:51.295Z | |
| 3388 | 2026-07-09T22:53:51.296Z | goroutine 5114 [chan receive, 59 minutes]: |
| 3389 | 2026-07-09T22:53:51.296Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eed4c0060?}) |
| 3390 | 2026-07-09T22:53:51.296Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3391 | 2026-07-09T22:53:51.296Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eecfce100?}}, 0x320eec3fbfa8) |
| 3392 | 2026-07-09T22:53:51.296Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3393 | 2026-07-09T22:53:51.296Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3394 | 2026-07-09T22:53:51.296Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3395 | 2026-07-09T22:53:51.296Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3396 | 2026-07-09T22:53:51.297Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3397 | 2026-07-09T22:53:51.297Z | |
| 3398 | 2026-07-09T22:53:51.297Z | goroutine 5076 [chan receive, 59 minutes]: |
| 3399 | 2026-07-09T22:53:51.297Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca63800?}) |
| 3400 | 2026-07-09T22:53:51.297Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3401 | 2026-07-09T22:53:51.297Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eeb1f69e0?}}, 0x320eead69fa8) |
| 3402 | 2026-07-09T22:53:51.297Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3403 | 2026-07-09T22:53:51.297Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eead69f90?) |
| 3404 | 2026-07-09T22:53:51.297Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3405 | 2026-07-09T22:53:51.297Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3406 | 2026-07-09T22:53:51.297Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3407 | 2026-07-09T22:53:51.297Z | |
| 3408 | 2026-07-09T22:53:51.297Z | goroutine 5083 [chan receive, 59 minutes]: |
| 3409 | 2026-07-09T22:53:51.297Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca63950?}) |
| 3410 | 2026-07-09T22:53:51.297Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3411 | 2026-07-09T22:53:51.297Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eec086d10?}}, 0x320eec9f2fa8) |
| 3412 | 2026-07-09T22:53:51.297Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3413 | 2026-07-09T22:53:51.297Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3414 | 2026-07-09T22:53:51.297Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3415 | 2026-07-09T22:53:51.297Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3416 | 2026-07-09T22:53:51.297Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3417 | 2026-07-09T22:53:51.297Z | |
| 3418 | 2026-07-09T22:53:51.297Z | goroutine 5319 [select]: |
| 3419 | 2026-07-09T22:53:51.297Z | github.com/cockroachdb/cockroach/pkg/util/admission.(*StoreGrantCoordinators).SetPebbleMetricsProvider.func1() |
| 3420 | 2026-07-09T22:53:51.297Z | /work/oxidecomputer/cockroach/pkg/util/admission/granter.go:1261 +0xca |
| 3421 | 2026-07-09T22:53:51.297Z | created by github.com/cockroachdb/cockroach/pkg/util/admission.(*StoreGrantCoordinators).SetPebbleMetricsProvider in goroutine 4873 |
| 3422 | 2026-07-09T22:53:51.297Z | /work/oxidecomputer/cockroach/pkg/util/admission/granter.go:1256 +0x2ff |
| 3423 | 2026-07-09T22:53:51.297Z | |
| 3424 | 2026-07-09T22:53:51.297Z | goroutine 5087 [select]: |
| 3425 | 2026-07-09T22:53:51.297Z | github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).startTicker.func1() |
| 3426 | 2026-07-09T22:53:51.297Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/vfs/disk_health.go:71 +0xc5 |
| 3427 | 2026-07-09T22:53:51.297Z | created by github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).startTicker in goroutine 4873 |
| 3428 | 2026-07-09T22:53:51.297Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/vfs/disk_health.go:66 +0x58 |
| 3429 | 2026-07-09T22:53:51.297Z | |
| 3430 | 2026-07-09T22:53:51.297Z | goroutine 5055 [chan receive, 59 minutes]: |
| 3431 | 2026-07-09T22:53:51.297Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca63710?}) |
| 3432 | 2026-07-09T22:53:51.297Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3433 | 2026-07-09T22:53:51.298Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eecf2a280?}}, 0x320eeab6c7a8) |
| 3434 | 2026-07-09T22:53:51.298Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3435 | 2026-07-09T22:53:51.298Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3436 | 2026-07-09T22:53:51.298Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3437 | 2026-07-09T22:53:51.298Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3438 | 2026-07-09T22:53:51.298Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3439 | 2026-07-09T22:53:51.298Z | |
| 3440 | 2026-07-09T22:53:51.298Z | goroutine 5081 [chan receive, 59 minutes]: |
| 3441 | 2026-07-09T22:53:51.298Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca638f0?}) |
| 3442 | 2026-07-09T22:53:51.298Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3443 | 2026-07-09T22:53:51.299Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x320eea7d4008?, 0x320eeab76000?}}, 0x320eead64fa8) |
| 3444 | 2026-07-09T22:53:51.299Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3445 | 2026-07-09T22:53:51.299Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eeab68000?) |
| 3446 | 2026-07-09T22:53:51.299Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3447 | 2026-07-09T22:53:51.299Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3448 | 2026-07-09T22:53:51.299Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3449 | 2026-07-09T22:53:51.299Z | |
| 3450 | 2026-07-09T22:53:51.299Z | goroutine 5112 [chan receive, 59 minutes]: |
| 3451 | 2026-07-09T22:53:51.299Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eecece360?}) |
| 3452 | 2026-07-09T22:53:51.299Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3453 | 2026-07-09T22:53:51.300Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eec518a80?}}, 0x320eec3fcfa8) |
| 3454 | 2026-07-09T22:53:51.300Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3455 | 2026-07-09T22:53:51.300Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3456 | 2026-07-09T22:53:51.300Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3457 | 2026-07-09T22:53:51.300Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3458 | 2026-07-09T22:53:51.300Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3459 | 2026-07-09T22:53:51.300Z | |
| 3460 | 2026-07-09T22:53:51.307Z | goroutine 5078 [chan receive, 59 minutes]: |
| 3461 | 2026-07-09T22:53:51.307Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca63860?}) |
| 3462 | 2026-07-09T22:53:51.307Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3463 | 2026-07-09T22:53:51.307Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eeb1f69b0?}}, 0x320eead66fa8) |
| 3464 | 2026-07-09T22:53:51.307Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3465 | 2026-07-09T22:53:51.307Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x320eead66f90?) |
| 3466 | 2026-07-09T22:53:51.307Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3467 | 2026-07-09T22:53:51.307Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3468 | 2026-07-09T22:53:51.307Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3469 | 2026-07-09T22:53:51.307Z | |
| 3470 | 2026-07-09T22:53:51.307Z | goroutine 5077 [chan receive, 59 minutes]: |
| 3471 | 2026-07-09T22:53:51.307Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca63830?}) |
| 3472 | 2026-07-09T22:53:51.308Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3473 | 2026-07-09T22:53:51.308Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x0?, 0x320eebc3ffd0?}}, 0x320eebc3ffa8) |
| 3474 | 2026-07-09T22:53:51.308Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3475 | 2026-07-09T22:53:51.308Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3476 | 2026-07-09T22:53:51.308Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3477 | 2026-07-09T22:53:51.308Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3478 | 2026-07-09T22:53:51.308Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3479 | 2026-07-09T22:53:51.308Z | |
| 3480 | 2026-07-09T22:53:51.308Z | goroutine 5107 [chan receive, 59 minutes]: |
| 3481 | 2026-07-09T22:53:51.308Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eecece450?}) |
| 3482 | 2026-07-09T22:53:51.308Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3483 | 2026-07-09T22:53:51.308Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eed310460?}}, 0x320eeb7e3fa8) |
| 3484 | 2026-07-09T22:53:51.308Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3485 | 2026-07-09T22:53:51.308Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3486 | 2026-07-09T22:53:51.308Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3487 | 2026-07-09T22:53:51.308Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3488 | 2026-07-09T22:53:51.308Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3489 | 2026-07-09T22:53:51.308Z | |
| 3490 | 2026-07-09T22:53:51.308Z | goroutine 5085 [chan receive, 59 minutes]: |
| 3491 | 2026-07-09T22:53:51.308Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop.func1({0x4f7d900?, 0x320eeca639b0?}) |
| 3492 | 2026-07-09T22:53:51.308Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:300 +0x55 |
| 3493 | 2026-07-09T22:53:51.308Z | runtime/pprof.Do({0x4f7d820?, 0x7d0a4a0?}, {{0x320eead0c960?, 0x1d1a740?, 0x320eeae713f0?}}, 0x320eec415fa8) |
| 3494 | 2026-07-09T22:53:51.308Z | /opt/ooce/go-1.26/src/runtime/pprof/runtime.go:57 +0x8c |
| 3495 | 2026-07-09T22:53:51.308Z | github.com/cockroachdb/pebble.(*tableCacheShard).releaseLoop(0x0?) |
| 3496 | 2026-07-09T22:53:51.308Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:299 +0x4c |
| 3497 | 2026-07-09T22:53:51.308Z | created by github.com/cockroachdb/pebble.(*tableCacheShard).init in goroutine 4873 |
| 3498 | 2026-07-09T22:53:51.308Z | /work/oxidecomputer/cockroach/vendor/github.com/cockroachdb/pebble/table_cache.go:291 +0xd6 |
| 3499 | 2026-07-09T22:53:51.308Z | |
| 3500 | 2026-07-09T22:53:51.308Z | goroutine 5317 [select]: |
| 3501 | 2026-07-09T22:53:51.308Z | github.com/cockroachdb/cockroach/pkg/util/admission.makeWorkQueue.func2() |
| 3502 | 2026-07-09T22:53:51.308Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:366 +0x85 |
| 3503 | 2026-07-09T22:53:51.308Z | created by github.com/cockroachdb/cockroach/pkg/util/admission.makeWorkQueue in goroutine 4873 |
| 3504 | 2026-07-09T22:53:51.308Z | /work/oxidecomputer/cockroach/pkg/util/admission/work_queue.go:363 +0x3d5 |
| 3505 | 2026-07-09T22:53:51.308Z | FAIL github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigkvsubscriber 3600.185s |
| 3506 | 2026-07-09T22:53:51.308Z | ? github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfiglimiter [no test files] |
| 3507 | 2026-07-09T22:53:51.308Z | ok github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigmanager 6.034s |
| 3508 | 2026-07-09T22:53:51.308Z | ok github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigptsreader 0.105s |
| 3509 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigreconciler 0.103s [no tests to run] |
| 3510 | 2026-07-09T22:53:51.309Z | ? github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigsplitter [no test files] |
| 3511 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigsqltranslator 0.125s [no tests to run] |
| 3512 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigsqlwatcher 0.559s |
| 3513 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigstore 7.186s |
| 3514 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigtestutils 0.136s |
| 3515 | 2026-07-09T22:53:51.309Z | ? github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigtestutils/spanconfigtestcluster [no test files] |
| 3516 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql 481.290s |
| 3517 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/backfill 0.119s |
| 3518 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog 0.328s |
| 3519 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/bootstrap 0.203s |
| 3520 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/catalogkeys 0.202s |
| 3521 | 2026-07-09T22:53:51.309Z | ? github.com/cockroachdb/cockroach/pkg/sql/catalog/catconstants [no test files] |
| 3522 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/catformat 0.198s |
| 3523 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/catpb 0.320s |
| 3524 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/catprivilege 0.220s |
| 3525 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/colinfo 0.314s |
| 3526 | 2026-07-09T22:53:51.309Z | ? github.com/cockroachdb/cockroach/pkg/sql/catalog/colinfo/colinfotestutils [no test files] |
| 3527 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/dbdesc 0.176s |
| 3528 | 2026-07-09T22:53:51.309Z | ? github.com/cockroachdb/cockroach/pkg/sql/catalog/descbuilder [no test files] |
| 3529 | 2026-07-09T22:53:51.309Z | ? github.com/cockroachdb/cockroach/pkg/sql/catalog/descidgen [no test files] |
| 3530 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/descpb 0.218s |
| 3531 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/descs 2.527s |
| 3532 | 2026-07-09T22:53:51.309Z | ? github.com/cockroachdb/cockroach/pkg/sql/catalog/desctestutils [no test files] |
| 3533 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/hydratedtables 0.189s |
| 3534 | 2026-07-09T22:53:51.309Z | ? github.com/cockroachdb/cockroach/pkg/sql/catalog/ingesting [no test files] |
| 3535 | 2026-07-09T22:53:51.309Z | ? github.com/cockroachdb/cockroach/pkg/sql/catalog/internal/catkv [no test files] |
| 3536 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/internal/validate 0.195s |
| 3537 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/lease 19.802s |
| 3538 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/multiregion 0.380s |
| 3539 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/nstree 0.228s |
| 3540 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/resolver 0.458s |
| 3541 | 2026-07-09T22:53:51.309Z | ? github.com/cockroachdb/cockroach/pkg/sql/catalog/rewrite [no test files] |
| 3542 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/schemadesc 0.340s |
| 3543 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/schemaexpr 0.230s |
| 3544 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/seqexpr 0.302s |
| 3545 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/systemschema 0.191s |
| 3546 | 2026-07-09T22:53:51.309Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/tabledesc 2.670s |
| 3547 | 2026-07-09T22:53:51.310Z | ok github.com/cockroachdb/cockroach/pkg/sql/catalog/typedesc 0.199s |
| 3548 | 2026-07-09T22:53:51.311Z | ok github.com/cockroachdb/cockroach/pkg/sql/colcontainer 1.730s |
| 3549 | 2026-07-09T22:53:51.311Z | ok github.com/cockroachdb/cockroach/pkg/sql/colconv 0.214s |
| 3550 | 2026-07-09T22:53:51.311Z | ok github.com/cockroachdb/cockroach/pkg/sql/colencoding 0.255s |
| 3551 | 2026-07-09T22:53:51.311Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec 9.951s |
| 3552 | 2026-07-09T22:53:51.311Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/colbuilder 0.503s |
| 3553 | 2026-07-09T22:53:51.311Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecagg 0.700s |
| 3554 | 2026-07-09T22:53:51.311Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecargs 0.718s |
| 3555 | 2026-07-09T22:53:51.311Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecbase 0.715s |
| 3556 | 2026-07-09T22:53:51.311Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/colexeccmp 0.539s |
| 3557 | 2026-07-09T22:53:51.311Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/colexechash 0.853s |
| 3558 | 2026-07-09T22:53:51.311Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecjoin 1.066s |
| 3559 | 2026-07-09T22:53:51.311Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecproj 1.384s |
| 3560 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecsel 1.054s |
| 3561 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecspan 0.970s |
| 3562 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/colexectestutils 0.304s |
| 3563 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecutils 1.051s |
| 3564 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecwindow 1.256s |
| 3565 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/execgen 0.159s |
| 3566 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexec/execgen/cmd/execgen 1.342s |
| 3567 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexecerror 0.214s |
| 3568 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/colexecop 0.563s |
| 3569 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/colfetcher 1.538s |
| 3570 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/colflow 2.385s |
| 3571 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/colflow/colrpc 0.463s |
| 3572 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/colmem 0.322s |
| 3573 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/contention 0.369s |
| 3574 | 2026-07-09T22:53:51.329Z | ok github.com/cockroachdb/cockroach/pkg/sql/contention/contentionutils 1.849s |
| 3575 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/contention/txnidcache 0.586s |
| 3576 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/contentionpb 0.170s |
| 3577 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/covering 0.314s |
| 3578 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/delegate 0.314s |
| 3579 | 2026-07-09T22:53:51.330Z | ? github.com/cockroachdb/cockroach/pkg/sql/descmetadata [no test files] |
| 3580 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/distsql 3.826s |
| 3581 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/doctor 0.275s |
| 3582 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/enum 0.980s |
| 3583 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/execinfra 0.884s |
| 3584 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/execinfrapb 0.507s |
| 3585 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/execstats 0.821s |
| 3586 | 2026-07-09T22:53:51.330Z | ? github.com/cockroachdb/cockroach/pkg/sql/faketreeeval [no test files] |
| 3587 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/flowinfra 13.995s |
| 3588 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/gcjob 0.405s |
| 3589 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/gcjob/gcjobnotifier 0.165s |
| 3590 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/gcjob_test 13.950s |
| 3591 | 2026-07-09T22:53:51.330Z | ok github.com/cockroachdb/cockroach/pkg/sql/idxusage 0.159s |
| 3592 | 2026-07-09T22:53:51.331Z | ok github.com/cockroachdb/cockroach/pkg/sql/importer 146.514s |
| 3593 | 2026-07-09T22:53:51.331Z | ok github.com/cockroachdb/cockroach/pkg/sql/inverted 0.205s |
| 3594 | 2026-07-09T22:53:51.331Z | ok github.com/cockroachdb/cockroach/pkg/sql/kvstreamer 11.225s |
| 3595 | 2026-07-09T22:53:51.331Z | ok github.com/cockroachdb/cockroach/pkg/sql/lex 0.265s |
| 3596 | 2026-07-09T22:53:51.331Z | ok github.com/cockroachdb/cockroach/pkg/sql/lexbase 0.379s |
| 3597 | 2026-07-09T22:53:51.331Z | ? github.com/cockroachdb/cockroach/pkg/sql/lexbase/allkeywords [no test files] |
| 3598 | 2026-07-09T22:53:51.332Z | ok github.com/cockroachdb/cockroach/pkg/sql/logictest 727.192s |
| 3599 | 2026-07-09T22:53:51.332Z | ? github.com/cockroachdb/cockroach/pkg/sql/memsize [no test files] |
| 3600 | 2026-07-09T22:53:51.332Z | ? github.com/cockroachdb/cockroach/pkg/sql/mutations [no test files] |
| 3601 | 2026-07-09T22:53:51.332Z | ok github.com/cockroachdb/cockroach/pkg/sql/oidext 0.202s |
| 3602 | 2026-07-09T22:53:51.332Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt 0.153s |
| 3603 | 2026-07-09T22:53:51.332Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/bench 0.217s [no tests to run] |
| 3604 | 2026-07-09T22:53:51.332Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/cat 0.131s |
| 3605 | 2026-07-09T22:53:51.332Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/constraint 0.190s |
| 3606 | 2026-07-09T22:53:51.332Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/distribution 0.300s |
| 3607 | 2026-07-09T22:53:51.332Z | ? github.com/cockroachdb/cockroach/pkg/sql/opt/exec [no test files] |
| 3608 | 2026-07-09T22:53:51.332Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/exec/execbuilder 42.121s |
| 3609 | 2026-07-09T22:53:51.332Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/exec/explain 1.256s |
| 3610 | 2026-07-09T22:53:51.332Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/idxconstraint 0.489s |
| 3611 | 2026-07-09T22:53:51.332Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/indexrec 0.400s |
| 3612 | 2026-07-09T22:53:51.332Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/invertedexpr 0.368s |
| 3613 | 2026-07-09T22:53:51.332Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/invertedidx 0.786s |
| 3614 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/memo 2.204s |
| 3615 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/norm 1.658s |
| 3616 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/opbench 1.543s |
| 3617 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/optbuilder 1.217s |
| 3618 | 2026-07-09T22:53:51.333Z | ? github.com/cockroachdb/cockroach/pkg/sql/opt/optgen/cmd/langgen [no test files] |
| 3619 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/optgen/cmd/optfmt 0.359s |
| 3620 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/optgen/cmd/optgen 0.122s |
| 3621 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/optgen/exprgen 0.175s |
| 3622 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/optgen/lang 0.166s |
| 3623 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/ordering 0.204s |
| 3624 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/partialidx 0.577s |
| 3625 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/partition 0.516s |
| 3626 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/props 0.785s |
| 3627 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/props/physical 0.326s |
| 3628 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/testutils 0.238s |
| 3629 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/testutils/opttester 0.409s |
| 3630 | 2026-07-09T22:53:51.333Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/testutils/testcat 0.266s |
| 3631 | 2026-07-09T22:53:51.334Z | ? github.com/cockroachdb/cockroach/pkg/sql/opt/testutils/testexpr [no test files] |
| 3632 | 2026-07-09T22:53:51.334Z | ok github.com/cockroachdb/cockroach/pkg/sql/opt/xform 2.962s |
| 3633 | 2026-07-09T22:53:51.334Z | ? github.com/cockroachdb/cockroach/pkg/sql/optionalnodeliveness [no test files] |
| 3634 | 2026-07-09T22:53:51.334Z | ? github.com/cockroachdb/cockroach/pkg/sql/paramparse [no test files] |
| 3635 | 2026-07-09T22:53:51.334Z | ok github.com/cockroachdb/cockroach/pkg/sql/parser 0.873s |
| 3636 | 2026-07-09T22:53:51.334Z | ? github.com/cockroachdb/cockroach/pkg/sql/parser/fuzz [no test files] |
| 3637 | 2026-07-09T22:53:51.334Z | ok github.com/cockroachdb/cockroach/pkg/sql/pgwire 35.980s |
| 3638 | 2026-07-09T22:53:51.334Z | ok github.com/cockroachdb/cockroach/pkg/sql/pgwire/hba 0.174s |
| 3639 | 2026-07-09T22:53:51.334Z | ok github.com/cockroachdb/cockroach/pkg/sql/pgwire/identmap 0.169s |
| 3640 | 2026-07-09T22:53:51.334Z | ? github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgcode [no test files] |
| 3641 | 2026-07-09T22:53:51.334Z | ok github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgerror 0.375s |
| 3642 | 2026-07-09T22:53:51.334Z | ? github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgnotice [no test files] |
| 3643 | 2026-07-09T22:53:51.334Z | ? github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgwirebase [no test files] |
| 3644 | 2026-07-09T22:53:51.334Z | ok github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgwirecancel 2.091s |
| 3645 | 2026-07-09T22:53:51.334Z | ok github.com/cockroachdb/cockroach/pkg/sql/physicalplan 11.280s |
| 3646 | 2026-07-09T22:53:51.334Z | ok github.com/cockroachdb/cockroach/pkg/sql/physicalplan/replicaoracle 0.154s |
| 3647 | 2026-07-09T22:53:51.334Z | ok github.com/cockroachdb/cockroach/pkg/sql/privilege 0.146s |
| 3648 | 2026-07-09T22:53:51.334Z | ok github.com/cockroachdb/cockroach/pkg/sql/protoreflect 0.220s |
| 3649 | 2026-07-09T22:53:51.334Z | ? github.com/cockroachdb/cockroach/pkg/sql/protoreflect/test [no test files] |
| 3650 | 2026-07-09T22:53:51.334Z | ok github.com/cockroachdb/cockroach/pkg/sql/querycache 0.361s |
| 3651 | 2026-07-09T22:53:51.334Z | ok github.com/cockroachdb/cockroach/pkg/sql/randgen 0.981s |
| 3652 | 2026-07-09T22:53:51.335Z | ? github.com/cockroachdb/cockroach/pkg/sql/roleoption [no test files] |
| 3653 | 2026-07-09T22:53:51.335Z | ok github.com/cockroachdb/cockroach/pkg/sql/row 3.938s |
| 3654 | 2026-07-09T22:53:51.335Z | ok github.com/cockroachdb/cockroach/pkg/sql/rowcontainer 1.339s |
| 3655 | 2026-07-09T22:53:51.335Z | ok github.com/cockroachdb/cockroach/pkg/sql/rowenc 1.187s |
| 3656 | 2026-07-09T22:53:51.335Z | ok github.com/cockroachdb/cockroach/pkg/sql/rowenc/keyside 0.407s |
| 3657 | 2026-07-09T22:53:51.335Z | ? github.com/cockroachdb/cockroach/pkg/sql/rowenc/rowencpb [no test files] |
| 3658 | 2026-07-09T22:53:51.335Z | ok github.com/cockroachdb/cockroach/pkg/sql/rowenc/valueside 0.580s |
| 3659 | 2026-07-09T22:53:51.335Z | ok github.com/cockroachdb/cockroach/pkg/sql/rowexec 8.801s |
| 3660 | 2026-07-09T22:53:51.346Z | ok github.com/cockroachdb/cockroach/pkg/sql/rowflow 1.523s |
| 3661 | 2026-07-09T22:53:51.346Z | ? github.com/cockroachdb/cockroach/pkg/sql/rowinfra [no test files] |
| 3662 | 2026-07-09T22:53:51.346Z | ok github.com/cockroachdb/cockroach/pkg/sql/scanner 0.328s |
| 3663 | 2026-07-09T22:53:51.346Z | ok github.com/cockroachdb/cockroach/pkg/sql/scheduledlogging 3.999s |
| 3664 | 2026-07-09T22:53:51.347Z | ok github.com/cockroachdb/cockroach/pkg/sql/schemachange 6.510s |
| 3665 | 2026-07-09T22:53:51.347Z | ok github.com/cockroachdb/cockroach/pkg/sql/schemachanger 48.947s |
| 3666 | 2026-07-09T22:53:51.347Z | ok github.com/cockroachdb/cockroach/pkg/sql/schemachanger/corpus 0.334s |
| 3667 | 2026-07-09T22:53:51.347Z | ok github.com/cockroachdb/cockroach/pkg/sql/schemachanger/rel 0.260s |
| 3668 | 2026-07-09T22:53:51.347Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/rel/internal/comparetest [no test files] |
| 3669 | 2026-07-09T22:53:51.347Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/rel/internal/cyclegraphtest [no test files] |
| 3670 | 2026-07-09T22:53:51.347Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/rel/internal/entitynodetest [no test files] |
| 3671 | 2026-07-09T22:53:51.347Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/rel/reltest [no test files] |
| 3672 | 2026-07-09T22:53:51.347Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scbackup [no test files] |
| 3673 | 2026-07-09T22:53:51.347Z | ok github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scbuild 7.045s |
| 3674 | 2026-07-09T22:53:51.347Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scbuild/internal/scbuildstmt [no test files] |
| 3675 | 2026-07-09T22:53:51.349Z | ok github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scdecomp 2.110s |
| 3676 | 2026-07-09T22:53:51.349Z | ok github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scdeps 0.561s |
| 3677 | 2026-07-09T22:53:51.349Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scdeps/sctestdeps [no test files] |
| 3678 | 2026-07-09T22:53:51.349Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scdeps/sctestutils [no test files] |
| 3679 | 2026-07-09T22:53:51.349Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scerrors [no test files] |
| 3680 | 2026-07-09T22:53:51.349Z | ok github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scexec 2.036s |
| 3681 | 2026-07-09T22:53:51.349Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scexec/scmutationexec [no test files] |
| 3682 | 2026-07-09T22:53:51.349Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scjob [no test files] |
| 3683 | 2026-07-09T22:53:51.349Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scop [no test files] |
| 3684 | 2026-07-09T22:53:51.350Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scpb [no test files] |
| 3685 | 2026-07-09T22:53:51.350Z | ok github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scplan 4.093s |
| 3686 | 2026-07-09T22:53:51.350Z | ok github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scplan/internal/opgen 0.223s |
| 3687 | 2026-07-09T22:53:51.350Z | ok github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scplan/internal/rules 0.441s |
| 3688 | 2026-07-09T22:53:51.350Z | ok github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scplan/internal/scgraph 0.574s |
| 3689 | 2026-07-09T22:53:51.350Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scplan/internal/scgraphviz [no test files] |
| 3690 | 2026-07-09T22:53:51.350Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scplan/internal/scstage [no test files] |
| 3691 | 2026-07-09T22:53:51.350Z | ok github.com/cockroachdb/cockroach/pkg/sql/schemachanger/screl 0.207s |
| 3692 | 2026-07-09T22:53:51.350Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scrun [no test files] |
| 3693 | 2026-07-09T22:53:51.350Z | ? github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest [no test files] |
| 3694 | 2026-07-09T22:53:51.350Z | ? github.com/cockroachdb/cockroach/pkg/sql/scrub [no test files] |
| 3695 | 2026-07-09T22:53:51.351Z | ok github.com/cockroachdb/cockroach/pkg/sql/sem/builtins 9.749s |
| 3696 | 2026-07-09T22:53:51.351Z | ? github.com/cockroachdb/cockroach/pkg/sql/sem/catid [no test files] |
| 3697 | 2026-07-09T22:53:51.351Z | ? github.com/cockroachdb/cockroach/pkg/sql/sem/transform [no test files] |
| 3698 | 2026-07-09T22:53:51.351Z | ok github.com/cockroachdb/cockroach/pkg/sql/sem/tree 2.710s |
| 3699 | 2026-07-09T22:53:51.352Z | ok github.com/cockroachdb/cockroach/pkg/sql/sem/tree/eval_test 1.866s |
| 3700 | 2026-07-09T22:53:51.352Z | ? github.com/cockroachdb/cockroach/pkg/sql/sem/tree/treebin [no test files] |
| 3701 | 2026-07-09T22:53:51.352Z | ? github.com/cockroachdb/cockroach/pkg/sql/sem/tree/treecmp [no test files] |
| 3702 | 2026-07-09T22:53:51.352Z | ? github.com/cockroachdb/cockroach/pkg/sql/sem/tree/treewindow [no test files] |
| 3703 | 2026-07-09T22:53:51.352Z | ok github.com/cockroachdb/cockroach/pkg/sql/sessiondata 0.313s |
| 3704 | 2026-07-09T22:53:51.352Z | ? github.com/cockroachdb/cockroach/pkg/sql/sessiondatapb [no test files] |
| 3705 | 2026-07-09T22:53:51.352Z | ok github.com/cockroachdb/cockroach/pkg/sql/sessioninit 1.511s |
| 3706 | 2026-07-09T22:53:51.352Z | ? github.com/cockroachdb/cockroach/pkg/sql/sessionphase [no test files] |
| 3707 | 2026-07-09T22:53:51.352Z | ok github.com/cockroachdb/cockroach/pkg/sql/span 1.660s |
| 3708 | 2026-07-09T22:53:51.352Z | ? github.com/cockroachdb/cockroach/pkg/sql/sqlerrors [no test files] |
| 3709 | 2026-07-09T22:53:51.352Z | ? github.com/cockroachdb/cockroach/pkg/sql/sqlfsm [no test files] |
| 3710 | 2026-07-09T22:53:51.352Z | ? github.com/cockroachdb/cockroach/pkg/sql/sqlinstance [no test files] |
| 3711 | 2026-07-09T22:53:51.352Z | ok github.com/cockroachdb/cockroach/pkg/sql/sqlinstance/instanceprovider 0.635s |
| 3712 | 2026-07-09T22:53:51.352Z | ok github.com/cockroachdb/cockroach/pkg/sql/sqlinstance/instancestorage 1.702s |
| 3713 | 2026-07-09T22:53:51.352Z | ? github.com/cockroachdb/cockroach/pkg/sql/sqlliveness [no test files] |
| 3714 | 2026-07-09T22:53:51.352Z | ok github.com/cockroachdb/cockroach/pkg/sql/sqlliveness/slinstance 0.170s |
| 3715 | 2026-07-09T22:53:51.352Z | ? github.com/cockroachdb/cockroach/pkg/sql/sqlliveness/slprovider [no test files] |
| 3716 | 2026-07-09T22:53:51.352Z | ok github.com/cockroachdb/cockroach/pkg/sql/sqlliveness/slstorage 1.808s |
| 3717 | 2026-07-09T22:53:51.352Z | ? github.com/cockroachdb/cockroach/pkg/sql/sqlliveness/sqllivenesstestutils [no test files] |
| 3718 | 2026-07-09T22:53:51.352Z | ? github.com/cockroachdb/cockroach/pkg/sql/sqlstats [no test files] |
| 3719 | 2026-07-09T22:53:51.352Z | ok github.com/cockroachdb/cockroach/pkg/sql/sqlstats/persistedsqlstats 21.037s |
| 3720 | 2026-07-09T22:53:51.352Z | ok github.com/cockroachdb/cockroach/pkg/sql/sqlstats/persistedsqlstats/sqlstatsutil 0.229s |
| 3721 | 2026-07-09T22:53:51.353Z | ok github.com/cockroachdb/cockroach/pkg/sql/sqlstats/sslocal 3.708s |
| 3722 | 2026-07-09T22:53:51.353Z | ? github.com/cockroachdb/cockroach/pkg/sql/sqlstats/ssmemstorage [no test files] |
| 3723 | 2026-07-09T22:53:51.353Z | ? github.com/cockroachdb/cockroach/pkg/sql/sqltelemetry [no test files] |
| 3724 | 2026-07-09T22:53:51.354Z | ? github.com/cockroachdb/cockroach/pkg/sql/sqltestutils [no test files] |
| 3725 | 2026-07-09T22:53:51.354Z | ? github.com/cockroachdb/cockroach/pkg/sql/sqlutil [no test files] |
| 3726 | 2026-07-09T22:53:51.354Z | ok github.com/cockroachdb/cockroach/pkg/sql/stats 14.233s |
| 3727 | 2026-07-09T22:53:51.354Z | ok github.com/cockroachdb/cockroach/pkg/sql/stmtdiagnostics 3.488s |
| 3728 | 2026-07-09T22:53:51.354Z | ? github.com/cockroachdb/cockroach/pkg/sql/storageparam [no test files] |
| 3729 | 2026-07-09T22:53:51.354Z | ? github.com/cockroachdb/cockroach/pkg/sql/storageparam/indexstorageparam [no test files] |
| 3730 | 2026-07-09T22:53:51.354Z | ? github.com/cockroachdb/cockroach/pkg/sql/storageparam/tablestorageparam [no test files] |
| 3731 | 2026-07-09T22:53:51.354Z | ok github.com/cockroachdb/cockroach/pkg/sql/tests 35.914s |
| 3732 | 2026-07-09T22:53:51.354Z | ok github.com/cockroachdb/cockroach/pkg/sql/ttl/ttljob 21.468s |
| 3733 | 2026-07-09T22:53:51.354Z | ? github.com/cockroachdb/cockroach/pkg/sql/ttl/ttlschedule [no test files] |
| 3734 | 2026-07-09T22:53:51.354Z | ok github.com/cockroachdb/cockroach/pkg/sql/types 0.212s |
| 3735 | 2026-07-09T22:53:51.354Z | ? github.com/cockroachdb/cockroach/pkg/sql/vtable [no test files] |
| 3736 | 2026-07-09T22:53:51.354Z | ok github.com/cockroachdb/cockroach/pkg/startupmigrations 1.560s |
| 3737 | 2026-07-09T22:53:51.354Z | ok github.com/cockroachdb/cockroach/pkg/startupmigrations/leasemanager 1.376s |
| 3738 | 2026-07-09T22:53:51.355Z | ok github.com/cockroachdb/cockroach/pkg/storage 11.366s |
| 3739 | 2026-07-09T22:53:51.355Z | ok github.com/cockroachdb/cockroach/pkg/storage/enginepb 0.091s |
| 3740 | 2026-07-09T22:53:51.355Z | ok github.com/cockroachdb/cockroach/pkg/storage/fs 0.210s |
| 3741 | 2026-07-09T22:53:51.355Z | ok github.com/cockroachdb/cockroach/pkg/storage/metamorphic 33.565s |
| 3742 | 2026-07-09T22:53:51.355Z | ok github.com/cockroachdb/cockroach/pkg/testutils 0.207s |
| 3743 | 2026-07-09T22:53:51.355Z | ? github.com/cockroachdb/cockroach/pkg/testutils/buildutil [no test files] |
| 3744 | 2026-07-09T22:53:51.355Z | ? github.com/cockroachdb/cockroach/pkg/testutils/colcontainerutils [no test files] |
| 3745 | 2026-07-09T22:53:51.355Z | ? github.com/cockroachdb/cockroach/pkg/testutils/distsqlutils [no test files] |
| 3746 | 2026-07-09T22:53:51.355Z | ? github.com/cockroachdb/cockroach/pkg/testutils/docker [no test files] |
| 3747 | 2026-07-09T22:53:51.355Z | ? github.com/cockroachdb/cockroach/pkg/testutils/docker/docker-fsnotify [no test files] |
| 3748 | 2026-07-09T22:53:51.355Z | ? github.com/cockroachdb/cockroach/pkg/testutils/echotest [no test files] |
| 3749 | 2026-07-09T22:53:51.355Z | ok github.com/cockroachdb/cockroach/pkg/testutils/floatcmp 0.078s |
| 3750 | 2026-07-09T22:53:51.356Z | ? github.com/cockroachdb/cockroach/pkg/testutils/gossiputil [no test files] |
| 3751 | 2026-07-09T22:53:51.356Z | ? github.com/cockroachdb/cockroach/pkg/testutils/grpcutils [no test files] |
| 3752 | 2026-07-09T22:53:51.356Z | ? github.com/cockroachdb/cockroach/pkg/testutils/jobutils [no test files] |
| 3753 | 2026-07-09T22:53:51.356Z | ok github.com/cockroachdb/cockroach/pkg/testutils/keysutils 0.166s |
| 3754 | 2026-07-09T22:53:51.356Z | ? github.com/cockroachdb/cockroach/pkg/testutils/kvclientutils [no test files] |
| 3755 | 2026-07-09T22:53:51.356Z | ? github.com/cockroachdb/cockroach/pkg/testutils/lint [no test files] |
| 3756 | 2026-07-09T22:53:51.356Z | ? github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/descriptormarshal [no test files] |
| 3757 | 2026-07-09T22:53:51.356Z | ? github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/errcheck [no test files] |
| 3758 | 2026-07-09T22:53:51.356Z | ? github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/errcmp [no test files] |
| 3759 | 2026-07-09T22:53:51.356Z | ok github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/errwrap 1.059s |
| 3760 | 2026-07-09T22:53:51.361Z | ok github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/fmtsafe 1.151s |
| 3761 | 2026-07-09T22:53:51.361Z | ok github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/forbiddenmethod 0.508s |
| 3762 | 2026-07-09T22:53:51.361Z | ? github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/grpcclientconnclose [no test files] |
| 3763 | 2026-07-09T22:53:51.361Z | ? github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/grpcstatuswithdetails [no test files] |
| 3764 | 2026-07-09T22:53:51.361Z | ok github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/hash 1.031s |
| 3765 | 2026-07-09T22:53:51.361Z | ok github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/leaktestcall 1.000s |
| 3766 | 2026-07-09T22:53:51.361Z | ok github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/nilness 0.428s |
| 3767 | 2026-07-09T22:53:51.361Z | ok github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/nocopy 0.387s |
| 3768 | 2026-07-09T22:53:51.361Z | ok github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/passesutil 0.459s |
| 3769 | 2026-07-09T22:53:51.361Z | ? github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/returncheck [no test files] |
| 3770 | 2026-07-09T22:53:51.361Z | ok github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/returnerrcheck 1.011s |
| 3771 | 2026-07-09T22:53:51.361Z | ? github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/staticcheck [no test files] |
| 3772 | 2026-07-09T22:53:51.362Z | ok github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/timer 0.901s |
| 3773 | 2026-07-09T22:53:51.362Z | ok github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/unconvert 0.383s |
| 3774 | 2026-07-09T22:53:51.362Z | ? github.com/cockroachdb/cockroach/pkg/testutils/localtestcluster [no test files] |
| 3775 | 2026-07-09T22:53:51.362Z | ? github.com/cockroachdb/cockroach/pkg/testutils/metrictestutils [no test files] |
| 3776 | 2026-07-09T22:53:51.362Z | ? github.com/cockroachdb/cockroach/pkg/testutils/pgtest [no test files] |
| 3777 | 2026-07-09T22:53:51.362Z | ? github.com/cockroachdb/cockroach/pkg/testutils/physicalplanutils [no test files] |
| 3778 | 2026-07-09T22:53:51.362Z | ? github.com/cockroachdb/cockroach/pkg/testutils/serverutils [no test files] |
| 3779 | 2026-07-09T22:53:51.362Z | ? github.com/cockroachdb/cockroach/pkg/testutils/skip [no test files] |
| 3780 | 2026-07-09T22:53:51.362Z | ok github.com/cockroachdb/cockroach/pkg/testutils/sqlutils 1.071s |
| 3781 | 2026-07-09T22:53:51.362Z | ? github.com/cockroachdb/cockroach/pkg/testutils/sstutil [no test files] |
| 3782 | 2026-07-09T22:53:51.362Z | ? github.com/cockroachdb/cockroach/pkg/testutils/storageutils [no test files] |
| 3783 | 2026-07-09T22:53:51.362Z | ok github.com/cockroachdb/cockroach/pkg/testutils/testcluster 14.506s |
| 3784 | 2026-07-09T22:53:51.362Z | ok github.com/cockroachdb/cockroach/pkg/testutils/zerofields 0.111s |
| 3785 | 2026-07-09T22:53:51.362Z | ok github.com/cockroachdb/cockroach/pkg/ts 8.090s |
| 3786 | 2026-07-09T22:53:51.362Z | ? github.com/cockroachdb/cockroach/pkg/ts/catalog [no test files] |
| 3787 | 2026-07-09T22:53:51.362Z | ok github.com/cockroachdb/cockroach/pkg/ts/testmodel 0.138s |
| 3788 | 2026-07-09T22:53:51.362Z | ? github.com/cockroachdb/cockroach/pkg/ts/tspb [no test files] |
| 3789 | 2026-07-09T22:53:51.362Z | ? github.com/cockroachdb/cockroach/pkg/ui [no test files] |
| 3790 | 2026-07-09T22:53:51.362Z | ? github.com/cockroachdb/cockroach/pkg/ui/distoss [no test files] |
| 3791 | 2026-07-09T22:53:51.362Z | ok github.com/cockroachdb/cockroach/pkg/util 0.454s |
| 3792 | 2026-07-09T22:53:51.362Z | ok github.com/cockroachdb/cockroach/pkg/util/admission 4.527s |
| 3793 | 2026-07-09T22:53:51.362Z | ? github.com/cockroachdb/cockroach/pkg/util/arith [no test files] |
| 3794 | 2026-07-09T22:53:51.362Z | ok github.com/cockroachdb/cockroach/pkg/util/binfetcher 0.125s |
| 3795 | 2026-07-09T22:53:51.362Z | ok github.com/cockroachdb/cockroach/pkg/util/bitarray 0.122s |
| 3796 | 2026-07-09T22:53:51.362Z | ? github.com/cockroachdb/cockroach/pkg/util/bufalloc [no test files] |
| 3797 | 2026-07-09T22:53:51.362Z | ok github.com/cockroachdb/cockroach/pkg/util/buildutil 0.129s |
| 3798 | 2026-07-09T22:53:51.362Z | ok github.com/cockroachdb/cockroach/pkg/util/cache 0.118s |
| 3799 | 2026-07-09T22:53:51.362Z | ok github.com/cockroachdb/cockroach/pkg/util/caller 0.140s |
| 3800 | 2026-07-09T22:53:51.363Z | ? github.com/cockroachdb/cockroach/pkg/util/cancelchecker [no test files] |
| 3801 | 2026-07-09T22:53:51.363Z | ok github.com/cockroachdb/cockroach/pkg/util/cgroups 0.146s |
| 3802 | 2026-07-09T22:53:51.363Z | ok github.com/cockroachdb/cockroach/pkg/util/circuit 0.233s |
| 3803 | 2026-07-09T22:53:51.363Z | ok github.com/cockroachdb/cockroach/pkg/util/cloudinfo 0.127s |
| 3804 | 2026-07-09T22:53:51.363Z | ok github.com/cockroachdb/cockroach/pkg/util/contextutil 0.127s |
| 3805 | 2026-07-09T22:53:51.363Z | ok github.com/cockroachdb/cockroach/pkg/util/ctxgroup 0.137s |
| 3806 | 2026-07-09T22:53:51.363Z | ok github.com/cockroachdb/cockroach/pkg/util/duration 0.123s |
| 3807 | 2026-07-09T22:53:51.363Z | ok github.com/cockroachdb/cockroach/pkg/util/encoding 0.864s |
| 3808 | 2026-07-09T22:53:51.363Z | ok github.com/cockroachdb/cockroach/pkg/util/encoding/csv 0.187s |
| 3809 | 2026-07-09T22:53:51.363Z | ? github.com/cockroachdb/cockroach/pkg/util/encoding/encodingtype [no test files] |
| 3810 | 2026-07-09T22:53:51.363Z | ok github.com/cockroachdb/cockroach/pkg/util/envutil 0.188s |
| 3811 | 2026-07-09T22:53:51.363Z | ok github.com/cockroachdb/cockroach/pkg/util/errorutil 0.250s |
| 3812 | 2026-07-09T22:53:51.363Z | ok github.com/cockroachdb/cockroach/pkg/util/errorutil/unimplemented 0.174s |
| 3813 | 2026-07-09T22:53:51.363Z | ? github.com/cockroachdb/cockroach/pkg/util/fileutil [no test files] |
| 3814 | 2026-07-09T22:53:51.363Z | ok github.com/cockroachdb/cockroach/pkg/util/flagutil 0.176s |
| 3815 | 2026-07-09T22:53:51.363Z | ok github.com/cockroachdb/cockroach/pkg/util/fsm 0.237s |
| 3816 | 2026-07-09T22:53:51.363Z | ok github.com/cockroachdb/cockroach/pkg/util/fuzzystrmatch 0.244s |
| 3817 | 2026-07-09T22:53:51.364Z | ok github.com/cockroachdb/cockroach/pkg/util/goschedstats 2.015s |
| 3818 | 2026-07-09T22:53:51.364Z | ? github.com/cockroachdb/cockroach/pkg/util/growstack [no test files] |
| 3819 | 2026-07-09T22:53:51.364Z | ok github.com/cockroachdb/cockroach/pkg/util/grpcutil 0.335s |
| 3820 | 2026-07-09T22:53:51.364Z | ok github.com/cockroachdb/cockroach/pkg/util/hlc 0.795s |
| 3821 | 2026-07-09T22:53:51.365Z | ok github.com/cockroachdb/cockroach/pkg/util/httputil 0.338s |
| 3822 | 2026-07-09T22:53:51.365Z | ok github.com/cockroachdb/cockroach/pkg/util/humanizeutil 0.532s |
| 3823 | 2026-07-09T22:53:51.365Z | ok github.com/cockroachdb/cockroach/pkg/util/interval 1.890s |
| 3824 | 2026-07-09T22:53:51.365Z | ok github.com/cockroachdb/cockroach/pkg/util/interval/generic 5.712s |
| 3825 | 2026-07-09T22:53:51.365Z | ? github.com/cockroachdb/cockroach/pkg/util/interval/generic/internal [no test files] |
| 3826 | 2026-07-09T22:53:51.365Z | ? github.com/cockroachdb/cockroach/pkg/util/ioctx [no test files] |
| 3827 | 2026-07-09T22:53:51.365Z | ok github.com/cockroachdb/cockroach/pkg/util/ipaddr 0.330s |
| 3828 | 2026-07-09T22:53:51.365Z | ? github.com/cockroachdb/cockroach/pkg/util/iterutil [no test files] |
| 3829 | 2026-07-09T22:53:51.365Z | ok github.com/cockroachdb/cockroach/pkg/util/json 0.839s |
| 3830 | 2026-07-09T22:53:51.365Z | ? github.com/cockroachdb/cockroach/pkg/util/jsonbytes [no test files] |
| 3831 | 2026-07-09T22:53:51.365Z | ? github.com/cockroachdb/cockroach/pkg/util/keysutil [no test files] |
| 3832 | 2026-07-09T22:53:51.365Z | ? github.com/cockroachdb/cockroach/pkg/util/leaktest [no test files] |
| 3833 | 2026-07-09T22:53:51.365Z | ok github.com/cockroachdb/cockroach/pkg/util/limit 0.837s |
| 3834 | 2026-07-09T22:53:51.365Z | ok github.com/cockroachdb/cockroach/pkg/util/log 2.695s |
| 3835 | 2026-07-09T22:53:51.365Z | ? github.com/cockroachdb/cockroach/pkg/util/log/channel [no test files] |
| 3836 | 2026-07-09T22:53:51.365Z | ok github.com/cockroachdb/cockroach/pkg/util/log/eventpb 1.192s |
| 3837 | 2026-07-09T22:53:51.365Z | ? github.com/cockroachdb/cockroach/pkg/util/log/gen [no test files] |
| 3838 | 2026-07-09T22:53:51.366Z | ok github.com/cockroachdb/cockroach/pkg/util/log/logconfig 0.235s |
| 3839 | 2026-07-09T22:53:51.366Z | ok github.com/cockroachdb/cockroach/pkg/util/log/logcrash 0.566s |
| 3840 | 2026-07-09T22:53:51.366Z | ? github.com/cockroachdb/cockroach/pkg/util/log/logflags [no test files] |
| 3841 | 2026-07-09T22:53:51.366Z | ? github.com/cockroachdb/cockroach/pkg/util/log/logpb [no test files] |
| 3842 | 2026-07-09T22:53:51.366Z | ? github.com/cockroachdb/cockroach/pkg/util/log/logtestutils [no test files] |
| 3843 | 2026-07-09T22:53:51.367Z | ? github.com/cockroachdb/cockroach/pkg/util/log/severity [no test files] |
| 3844 | 2026-07-09T22:53:51.368Z | ok github.com/cockroachdb/cockroach/pkg/util/log/testshout 0.203s |
| 3845 | 2026-07-09T22:53:51.368Z | ? github.com/cockroachdb/cockroach/pkg/util/memzipper [no test files] |
| 3846 | 2026-07-09T22:53:51.368Z | ok github.com/cockroachdb/cockroach/pkg/util/metric 0.400s |
| 3847 | 2026-07-09T22:53:51.368Z | ok github.com/cockroachdb/cockroach/pkg/util/metric/aggmetric 0.454s |
| 3848 | 2026-07-09T22:53:51.368Z | ok github.com/cockroachdb/cockroach/pkg/util/mon 3.015s |
| 3849 | 2026-07-09T22:53:51.368Z | ok github.com/cockroachdb/cockroach/pkg/util/netutil 0.347s |
| 3850 | 2026-07-09T22:53:51.368Z | ok github.com/cockroachdb/cockroach/pkg/util/netutil/addr 0.299s |
| 3851 | 2026-07-09T22:53:51.368Z | ok github.com/cockroachdb/cockroach/pkg/util/optional 0.198s |
| 3852 | 2026-07-09T22:53:51.368Z | ? github.com/cockroachdb/cockroach/pkg/util/pprofutil [no test files] |
| 3853 | 2026-07-09T22:53:51.368Z | ok github.com/cockroachdb/cockroach/pkg/util/pretty 0.263s |
| 3854 | 2026-07-09T22:53:51.368Z | ok github.com/cockroachdb/cockroach/pkg/util/protoutil 0.252s |
| 3855 | 2026-07-09T22:53:51.368Z | ok github.com/cockroachdb/cockroach/pkg/util/quotapool 0.426s |
| 3856 | 2026-07-09T22:53:51.368Z | ok github.com/cockroachdb/cockroach/pkg/util/randutil 0.370s |
| 3857 | 2026-07-09T22:53:51.368Z | ok github.com/cockroachdb/cockroach/pkg/util/retry 0.251s |
| 3858 | 2026-07-09T22:53:51.368Z | ok github.com/cockroachdb/cockroach/pkg/util/ring 0.435s |
| 3859 | 2026-07-09T22:53:51.368Z | ok github.com/cockroachdb/cockroach/pkg/util/sdnotify 0.369s |
| 3860 | 2026-07-09T22:53:51.376Z | ok github.com/cockroachdb/cockroach/pkg/util/search 0.250s |
| 3861 | 2026-07-09T22:53:51.376Z | ok github.com/cockroachdb/cockroach/pkg/util/shuffle 0.245s |
| 3862 | 2026-07-09T22:53:51.376Z | ? github.com/cockroachdb/cockroach/pkg/util/sort [no test files] |
| 3863 | 2026-07-09T22:53:51.376Z | ok github.com/cockroachdb/cockroach/pkg/util/span 0.219s |
| 3864 | 2026-07-09T22:53:51.376Z | ok github.com/cockroachdb/cockroach/pkg/util/startup 0.319s |
| 3865 | 2026-07-09T22:53:51.377Z | ok github.com/cockroachdb/cockroach/pkg/util/stop 1.371s |
| 3866 | 2026-07-09T22:53:51.377Z | ok github.com/cockroachdb/cockroach/pkg/util/stringarena 0.548s [no tests to run] |
| 3867 | 2026-07-09T22:53:51.377Z | ? github.com/cockroachdb/cockroach/pkg/util/stringencoding [no test files] |
| 3868 | 2026-07-09T22:53:51.377Z | ok github.com/cockroachdb/cockroach/pkg/util/syncutil 1.064s |
| 3869 | 2026-07-09T22:53:51.377Z | ok github.com/cockroachdb/cockroach/pkg/util/syncutil/singleflight 0.462s |
| 3870 | 2026-07-09T22:53:51.377Z | ? github.com/cockroachdb/cockroach/pkg/util/system [no test files] |
| 3871 | 2026-07-09T22:53:51.377Z | ok github.com/cockroachdb/cockroach/pkg/util/sysutil 0.404s |
| 3872 | 2026-07-09T22:53:51.377Z | ok github.com/cockroachdb/cockroach/pkg/util/targz 0.300s |
| 3873 | 2026-07-09T22:53:51.377Z | ? github.com/cockroachdb/cockroach/pkg/util/targz/gen [no test files] |
| 3874 | 2026-07-09T22:53:51.377Z | ok github.com/cockroachdb/cockroach/pkg/util/timeofday 0.388s |
| 3875 | 2026-07-09T22:53:51.377Z | ok github.com/cockroachdb/cockroach/pkg/util/timetz 0.253s |
| 3876 | 2026-07-09T22:53:51.378Z | ok github.com/cockroachdb/cockroach/pkg/util/timeutil 1.856s |
| 3877 | 2026-07-09T22:53:51.378Z | ? github.com/cockroachdb/cockroach/pkg/util/timeutil/gen [no test files] |
| 3878 | 2026-07-09T22:53:51.378Z | ok github.com/cockroachdb/cockroach/pkg/util/timeutil/pgdate 0.793s |
| 3879 | 2026-07-09T22:53:51.378Z | ok github.com/cockroachdb/cockroach/pkg/util/tracing 0.916s |
| 3880 | 2026-07-09T22:53:51.378Z | ok github.com/cockroachdb/cockroach/pkg/util/tracing/collector 1.225s |
| 3881 | 2026-07-09T22:53:51.378Z | ok github.com/cockroachdb/cockroach/pkg/util/tracing/service 0.777s |
| 3882 | 2026-07-09T22:53:51.378Z | ? github.com/cockroachdb/cockroach/pkg/util/tracing/tracingpb [no test files] |
| 3883 | 2026-07-09T22:53:51.378Z | ? github.com/cockroachdb/cockroach/pkg/util/tracing/tracingservicepb [no test files] |
| 3884 | 2026-07-09T22:53:51.378Z | ? github.com/cockroachdb/cockroach/pkg/util/tracing/tracingui [no test files] |
| 3885 | 2026-07-09T22:53:51.378Z | ? github.com/cockroachdb/cockroach/pkg/util/tracing/zipper [no test files] |
| 3886 | 2026-07-09T22:53:51.378Z | ok github.com/cockroachdb/cockroach/pkg/util/treeprinter 0.596s |
| 3887 | 2026-07-09T22:53:51.378Z | ok github.com/cockroachdb/cockroach/pkg/util/uint128 0.430s |
| 3888 | 2026-07-09T22:53:51.378Z | ok github.com/cockroachdb/cockroach/pkg/util/ulid 2.126s |
| 3889 | 2026-07-09T22:53:51.378Z | ? github.com/cockroachdb/cockroach/pkg/util/unaccent [no test files] |
| 3890 | 2026-07-09T22:53:51.378Z | ok github.com/cockroachdb/cockroach/pkg/util/unique 0.378s |
| 3891 | 2026-07-09T22:53:51.378Z | ok github.com/cockroachdb/cockroach/pkg/util/uuid 0.914s |
| 3892 | 2026-07-09T22:53:51.378Z | ok github.com/cockroachdb/cockroach/pkg/util/version 0.221s |
| 3893 | 2026-07-09T22:53:51.378Z | ok github.com/cockroachdb/cockroach/pkg/workload 0.949s |
| 3894 | 2026-07-09T22:53:51.379Z | ok github.com/cockroachdb/cockroach/pkg/workload/bank 1.130s |
| 3895 | 2026-07-09T22:53:51.379Z | ? github.com/cockroachdb/cockroach/pkg/workload/bulkingest [no test files] |
| 3896 | 2026-07-09T22:53:51.379Z | ok github.com/cockroachdb/cockroach/pkg/workload/cli 0.277s |
| 3897 | 2026-07-09T22:53:51.379Z | ? github.com/cockroachdb/cockroach/pkg/workload/connectionlatency [no test files] |
| 3898 | 2026-07-09T22:53:51.379Z | ? github.com/cockroachdb/cockroach/pkg/workload/debug [no test files] |
| 3899 | 2026-07-09T22:53:51.379Z | ? github.com/cockroachdb/cockroach/pkg/workload/examples [no test files] |
| 3900 | 2026-07-09T22:53:51.379Z | ok github.com/cockroachdb/cockroach/pkg/workload/faker 0.214s |
| 3901 | 2026-07-09T22:53:51.379Z | ? github.com/cockroachdb/cockroach/pkg/workload/geospatial [no test files] |
| 3902 | 2026-07-09T22:53:51.379Z | ok github.com/cockroachdb/cockroach/pkg/workload/histogram 0.721s |
| 3903 | 2026-07-09T22:53:51.379Z | ? github.com/cockroachdb/cockroach/pkg/workload/indexes [no test files] |
| 3904 | 2026-07-09T22:53:51.379Z | ? github.com/cockroachdb/cockroach/pkg/workload/jsonload [no test files] |
| 3905 | 2026-07-09T22:53:51.379Z | ? github.com/cockroachdb/cockroach/pkg/workload/kv [no test files] |
| 3906 | 2026-07-09T22:53:51.379Z | ? github.com/cockroachdb/cockroach/pkg/workload/ledger [no test files] |
| 3907 | 2026-07-09T22:53:51.379Z | ok github.com/cockroachdb/cockroach/pkg/workload/movr 0.229s |
| 3908 | 2026-07-09T22:53:51.379Z | ? github.com/cockroachdb/cockroach/pkg/workload/querybench [no test files] |
| 3909 | 2026-07-09T22:53:51.380Z | ? github.com/cockroachdb/cockroach/pkg/workload/querylog [no test files] |
| 3910 | 2026-07-09T22:53:51.381Z | ? github.com/cockroachdb/cockroach/pkg/workload/queue [no test files] |
| 3911 | 2026-07-09T22:53:51.381Z | ? github.com/cockroachdb/cockroach/pkg/workload/rand [no test files] |
| 3912 | 2026-07-09T22:53:51.381Z | ? github.com/cockroachdb/cockroach/pkg/workload/schemachange [no test files] |
| 3913 | 2026-07-09T22:53:51.381Z | ? github.com/cockroachdb/cockroach/pkg/workload/sqlsmith [no test files] |
| 3914 | 2026-07-09T22:53:51.381Z | ok github.com/cockroachdb/cockroach/pkg/workload/tpcc 0.310s |
| 3915 | 2026-07-09T22:53:51.381Z | ? github.com/cockroachdb/cockroach/pkg/workload/tpccchecks [no test files] |
| 3916 | 2026-07-09T22:53:51.381Z | ? github.com/cockroachdb/cockroach/pkg/workload/tpcds [no test files] |
| 3917 | 2026-07-09T22:53:51.381Z | ok github.com/cockroachdb/cockroach/pkg/workload/tpch 0.650s |
| 3918 | 2026-07-09T22:53:51.381Z | ? github.com/cockroachdb/cockroach/pkg/workload/ttllogger [no test files] |
| 3919 | 2026-07-09T22:53:51.381Z | ok github.com/cockroachdb/cockroach/pkg/workload/workloadimpl 0.595s |
| 3920 | 2026-07-09T22:53:51.381Z | ok github.com/cockroachdb/cockroach/pkg/workload/workloadsql 3.509s |
| 3921 | 2026-07-09T22:53:51.381Z | ok github.com/cockroachdb/cockroach/pkg/workload/ycsb 7.769s |
| 3922 | 2026-07-09T22:53:51.381Z | FAIL |
| 3923 | 2026-07-09T22:53:53.998Z | gmake: *** [Makefile:939: test] Error 1 |
| 3924 | 2026-07-09T22:53:54.004Z | process exited: duration 3993644 ms, exit code 2 |
| |
| 3925 | 2026-07-09T22:53:54.020Z | found 0 output files |