Max level shown:
1 [ Aug 20 05:47:37 Enabled. ]
2 [ Aug 20 05:47:37 Rereading configuration. ]
3 [ Aug 20 05:47:38 Rereading configuration. ]
4 [ Aug 20 05:47:39 Executing start method ("/opt/oxide/lib/svc/manifest/cockroachdb.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/cockroachdb:default
17 + LISTEN_ADDR='[fd00:1122:3344:101::6]:32221'
18 ++ svcprop -c -p config/store svc:/oxide/cockroachdb:default
19 + DATASTORE=/data
20 ++ /opt/oxide/internal-dns-cli/bin/dnswait cockroach
21 ++ head -n 5
22 ++ tr '\n' ,
23 note: configured to log to "/dev/stderr"
242026-08-20T05:47:40.024ZINFOdnswait: using system configuration
25 + JOIN_ADDRS=1174ae78-e639-48d2-b6ad-d04b8aa522fe.host.control-plane.oxide.internal.:32221,4874b6b8-1a35-4cfc-8888-2bfc1126b69a.host.control-plane.oxide.internal.:32221,4d975d97-a82e-469b-a222-3f02f04f2485.host.control-plane.oxide.internal.:32221,8f339ebd-cec6-43d1-8236-04f9c43cbdc0.host.control-plane.oxide.internal.:32221,a137b7a9-2658-453c-a157-f7a38935043f.host.control-plane.oxide.internal.:32221,
26 + [[ -z 1174ae78-e639-48d2-b6ad-d04b8aa522fe.host.control-plane.oxide.internal.:32221,4874b6b8-1a35-4cfc-8888-2bfc1126b69a.host.control-plane.oxide.internal.:32221,4d975d97-a82e-469b-a222-3f02f04f2485.host.control-plane.oxide.internal.:32221,8f339ebd-cec6-43d1-8236-04f9c43cbdc0.host.control-plane.oxide.internal.:32221,a137b7a9-2658-453c-a157-f7a38935043f.host.control-plane.oxide.internal.:32221, ]]
27 + args=('--insecure' '--listen-addr' "$LISTEN_ADDR" '--http-addr' '127.0.0.1:8080' '--store' "$DATASTORE" '--join' "$JOIN_ADDRS" '--max-sql-memory' '256MiB')
28 + exec /opt/oxide/cockroachdb/bin/cockroach start --insecure --listen-addr '[fd00:1122:3344:101::6]:32221' --http-addr 127.0.0.1:8080 --store /data --join 1174ae78-e639-48d2-b6ad-d04b8aa522fe.host.control-plane.oxide.internal.:32221,4874b6b8-1a35-4cfc-8888-2bfc1126b69a.host.control-plane.oxide.internal.:32221,4d975d97-a82e-469b-a222-3f02f04f2485.host.control-plane.oxide.internal.:32221,8f339ebd-cec6-43d1-8236-04f9c43cbdc0.host.control-plane.oxide.internal.:32221,a137b7a9-2658-453c-a157-f7a38935043f.host.control-plane.oxide.internal.:32221, --max-sql-memory 256MiB
29 [ Aug 20 05:47:40 Method "start" exited with status 0. ]
30 *
31 * WARNING: ALL SECURITY CONTROLS HAVE BEEN DISABLED!
32 *
33 * This mode is intended for non-production testing only.
34 *
35 * In this mode:
36 * - Your cluster is open to any client that can access fd00:1122:3344:101::6.
37 * - Intruders with access to your machine or network can observe client-server traffic.
38 * - Intruders can log in without password and read or write any data in the cluster.
39 * - Intruders can consume all your server's resources and cause unavailability.
40 *
41 *
42 * INFO: To start a secure server without mandating TLS for clients,
43 * consider --accept-sql-without-tls instead. For other options, see:
44 *
45 * - https://go.crdb.dev/issue-v/53404/v22.1
46 * - https://www.cockroachlabs.com/docs/v22.1/secure-a-cluster.html
47 *
48 *
49 * INFO: initial startup completed.
50 * Node will now attempt to join a running cluster, or wait for `cockroach init`.
51 * Client connections will be accepted after this completes successfully.
52 * Check the log file(s) for progress.
53 *
54 CockroachDB node starting at 2026-08-20 05:47:54.700676277 +0000 UTC (took 14.0s)
55 build: OSS v22.1.22-64-g86fdbfca06 @ 2026/03/18 01:49:10 (go1.22.11)
56 webui: http://127.0.0.1:8080
57 sql: postgresql://root@[fd00:1122:3344:101::6]:32221/defaultdb?sslmode=disable
58 sql (JDBC): jdbc:postgresql://[fd00:1122:3344:101::6]:32221/defaultdb?sslmode=disable&user=root
59 RPC client flags: /opt/oxide/cockroachdb/bin/cockroach <client cmd> --host=[fd00:1122:3344:101::6]:32221 --insecure
60 logs: /data/logs
61 temp dir: /data/cockroach-temp4072857699
62 external I/O path: /data/extern
63 store[0]: path=/data
64 storage engine: pebble
65 clusterID: 84219aec-142f-4a5b-b1d8-f5260d874bd2
66 status: initialized new node, joined pre-existing cluster
67 nodeID: 3
68 *
69 * WARNING: disk slowness detected: unable to sync log files within 10s
70 *
71 *
72 * FATAL: disk stall detected: unable to sync log files within 20s
73 *
74 [ Aug 20 05:49:16 Stopping because all processes in service exited. ]
75 [ Aug 20 05:49:17 Executing stop method (:kill). ]
76 [ Aug 20 05:49:17 Executing start method ("/opt/oxide/lib/svc/manifest/cockroachdb.sh"). ]
77 + set -o errexit
78 + set -o pipefail
79 + . /lib/svc/share/smf_include.sh
80 ++ SMF_EXIT_OK=0
81 ++ SMF_EXIT_NODAEMON=94
82 ++ SMF_EXIT_ERR_FATAL=95
83 ++ SMF_EXIT_ERR_CONFIG=96
84 ++ SMF_EXIT_MON_DEGRADE=97
85 ++ SMF_EXIT_MON_OFFLINE=98
86 ++ SMF_EXIT_ERR_NOSMF=99
87 ++ SMF_EXIT_ERR_PERM=100
88 ++ svcprop -c -p config/listen_addr svc:/oxide/cockroachdb:default
89 + LISTEN_ADDR='[fd00:1122:3344:101::6]:32221'
90 ++ svcprop -c -p config/store svc:/oxide/cockroachdb:default
91 + DATASTORE=/data
92 ++ /opt/oxide/internal-dns-cli/bin/dnswait cockroach
93 ++ head -n 5
94 ++ tr '\n' ,
95 note: configured to log to "/dev/stderr"
962026-08-20T05:49:19.696ZINFOdnswait: using system configuration
97 + JOIN_ADDRS=1174ae78-e639-48d2-b6ad-d04b8aa522fe.host.control-plane.oxide.internal.:32221,4874b6b8-1a35-4cfc-8888-2bfc1126b69a.host.control-plane.oxide.internal.:32221,4d975d97-a82e-469b-a222-3f02f04f2485.host.control-plane.oxide.internal.:32221,8f339ebd-cec6-43d1-8236-04f9c43cbdc0.host.control-plane.oxide.internal.:32221,a137b7a9-2658-453c-a157-f7a38935043f.host.control-plane.oxide.internal.:32221,
98 + [[ -z 1174ae78-e639-48d2-b6ad-d04b8aa522fe.host.control-plane.oxide.internal.:32221,4874b6b8-1a35-4cfc-8888-2bfc1126b69a.host.control-plane.oxide.internal.:32221,4d975d97-a82e-469b-a222-3f02f04f2485.host.control-plane.oxide.internal.:32221,8f339ebd-cec6-43d1-8236-04f9c43cbdc0.host.control-plane.oxide.internal.:32221,a137b7a9-2658-453c-a157-f7a38935043f.host.control-plane.oxide.internal.:32221, ]]
99 + args=('--insecure' '--listen-addr' "$LISTEN_ADDR" '--http-addr' '127.0.0.1:8080' '--store' "$DATASTORE" '--join' "$JOIN_ADDRS" '--max-sql-memory' '256MiB')
100 + exec /opt/oxide/cockroachdb/bin/cockroach start --insecure --listen-addr '[fd00:1122:3344:101::6]:32221' --http-addr 127.0.0.1:8080 --store /data --join 1174ae78-e639-48d2-b6ad-d04b8aa522fe.host.control-plane.oxide.internal.:32221,4874b6b8-1a35-4cfc-8888-2bfc1126b69a.host.control-plane.oxide.internal.:32221,4d975d97-a82e-469b-a222-3f02f04f2485.host.control-plane.oxide.internal.:32221,8f339ebd-cec6-43d1-8236-04f9c43cbdc0.host.control-plane.oxide.internal.:32221,a137b7a9-2658-453c-a157-f7a38935043f.host.control-plane.oxide.internal.:32221, --max-sql-memory 256MiB
101 [ Aug 20 05:49:20 Method "start" exited with status 0. ]
102 *
103 * WARNING: ALL SECURITY CONTROLS HAVE BEEN DISABLED!
104 *
105 * This mode is intended for non-production testing only.
106 *
107 * In this mode:
108 * - Your cluster is open to any client that can access fd00:1122:3344:101::6.
109 * - Intruders with access to your machine or network can observe client-server traffic.
110 * - Intruders can log in without password and read or write any data in the cluster.
111 * - Intruders can consume all your server's resources and cause unavailability.
112 *
113 *
114 * INFO: To start a secure server without mandating TLS for clients,
115 * consider --accept-sql-without-tls instead. For other options, see:
116 *
117 * - https://go.crdb.dev/issue-v/53404/v22.1
118 * - https://www.cockroachlabs.com/docs/v22.1/secure-a-cluster.html
119 *
120 CockroachDB node starting at 2026-08-20 05:49:34.038539951 +0000 UTC (took 10.2s)
121 build: OSS v22.1.22-64-g86fdbfca06 @ 2026/03/18 01:49:10 (go1.22.11)
122 webui: http://127.0.0.1:8080
123 sql: postgresql://root@[fd00:1122:3344:101::6]:32221/defaultdb?sslmode=disable
124 sql (JDBC): jdbc:postgresql://[fd00:1122:3344:101::6]:32221/defaultdb?sslmode=disable&user=root
125 RPC client flags: /opt/oxide/cockroachdb/bin/cockroach <client cmd> --host=[fd00:1122:3344:101::6]:32221 --insecure
126 logs: /data/logs
127 temp dir: /data/cockroach-temp1829121755
128 external I/O path: /data/extern
129 store[0]: path=/data
130 storage engine: pebble
131 clusterID: 84219aec-142f-4a5b-b1d8-f5260d874bd2
132 status: restarted pre-existing node
133 nodeID: 3