1 | | [ Jul 23 07:43:38 Enabled. ] |
2 | | [ Jul 23 07:43:38 Rereading configuration. ] |
3 | | [ Jul 23 07:43:39 Rereading configuration. ] |
4 | | [ Jul 23 07:43:45 Executing start method ("/opt/oxide/lib/svc/manifest/ntp-admin.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/address svc:/oxide/ntp-admin:default |
17 | | + ADDR='[fd00:1122:3344:101::1b]:10123' |
18 | | + args=('run' '--config-file-path' "/opt/oxide/lib/svc/ntp-admin/config.toml" '--address' "$ADDR") |
19 | | + exec /opt/oxide/ntp-admin/bin/ntp-admin run --config-file-path /opt/oxide/lib/svc/ntp-admin/config.toml --address '[fd00:1122:3344:101::1b]:10123' |
20 | | [ Jul 23 07:43:45 Method "start" exited with status 0. ] |
21 | | note: configured to log to "/dev/stdout" |
22 | 2025-07-23T07:43:45.249Z | INFO | ntp-admin (dropshot): listening
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:328
local_addr = [fd00:1122:3344:101::1b]:10123
|
23 | 2025-07-23T07:43:45.514Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:44187
|
24 | 2025-07-23T07:43:45.515Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
25 | 2025-07-23T07:43:45.518Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 0, ip_addr: ::, stratum: 0, ref_time: 0.0, correction: 0.0 })
|
26 | 2025-07-23T07:43:45.518Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 3183
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = 5d80e398-11c9-4ef4-b24b-2969a9b896d6
response_code = 200
uri = /timesync
|
27 | 2025-07-23T07:43:46.954Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
28 | 2025-07-23T07:43:46.957Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 0, ip_addr: ::, stratum: 0, ref_time: 0.0, correction: 0.0 })
|
29 | 2025-07-23T07:43:46.957Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2955
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = e0c4ba07-6fb3-4e38-8ed6-a5660f376aaa
response_code = 200
uri = /timesync
|
30 | 2025-07-23T07:43:47.625Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
31 | 2025-07-23T07:43:47.627Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 2139029761, ip_addr: ::, stratum: 10, ref_time: 1753256625.1650002, correction: 0.0 })
|
32 | 2025-07-23T07:43:47.627Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2358
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = 89a98015-b3fd-44bc-bacd-753912ab62d8
response_code = 200
uri = /timesync
|
33 | 2025-07-23T07:43:49.202Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
34 | 2025-07-23T07:43:49.205Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 2139029761, ip_addr: ::, stratum: 10, ref_time: 1753256625.1650002, correction: -0.307627678 })
|
35 | 2025-07-23T07:43:49.205Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 3283
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = 0f697a13-4bae-4fdc-b7a3-b090ac90e60a
response_code = 200
uri = /timesync
|
36 | 2025-07-23T07:43:49.387Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:55987
|
37 | 2025-07-23T07:43:49.387Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
38 | 2025-07-23T07:43:49.390Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 2139029761, ip_addr: ::, stratum: 10, ref_time: 1753256625.1650002, correction: -0.307124197 })
|
39 | 2025-07-23T07:43:49.390Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2859
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:55987
req_id = 6582a6ad-2064-4616-9ba6-8ca5be97d1d2
response_code = 200
uri = /timesync
|
40 | 2025-07-23T07:43:51.280Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
41 | 2025-07-23T07:43:51.283Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 2139029761, ip_addr: ::, stratum: 10, ref_time: 1753256625.1650002, correction: -0.303041995 })
|
42 | 2025-07-23T07:43:51.283Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 3272
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = 9f304a22-8791-4b97-ae82-adcc4d017f76
response_code = 200
uri = /timesync
|
43 | 2025-07-23T07:43:53.518Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
44 | 2025-07-23T07:43:53.521Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256632.8931081, correction: -0.296018243 })
|
45 | 2025-07-23T07:43:53.521Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 3219
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = ffa16dec-0cde-40a3-b89c-e075e33779bc
response_code = 200
uri = /timesync
|
46 | 2025-07-23T07:43:54.462Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:49020
|
47 | 2025-07-23T07:43:54.462Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
48 | 2025-07-23T07:43:54.465Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256633.3032537, correction: -0.292695194 })
|
49 | 2025-07-23T07:43:54.465Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2891
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:49020
req_id = 8395a385-04c0-40f5-8d75-f8496978bb31
response_code = 200
uri = /timesync
|
50 | 2025-07-23T07:43:55.302Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
51 | 2025-07-23T07:43:55.305Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256634.4518628, correction: -0.29018563 })
|
52 | 2025-07-23T07:43:55.305Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 3103
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = 836f72d4-66a6-4ec5-8c52-419e60f9bd36
response_code = 200
uri = /timesync
|
53 | 2025-07-23T07:43:57.394Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
54 | 2025-07-23T07:43:57.396Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256636.7695696, correction: -0.284464419 })
|
55 | 2025-07-23T07:43:57.396Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2872
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = 1da582e1-d13a-4dd6-95b9-d71485811739
response_code = 200
uri = /timesync
|
56 | 2025-07-23T07:43:59.536Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:51368
|
57 | 2025-07-23T07:43:59.536Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
58 | 2025-07-23T07:43:59.539Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256638.5645933, correction: -0.27862069 })
|
59 | 2025-07-23T07:43:59.539Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2718
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:51368
req_id = 6ea2e401-e2be-4cbe-ad03-17fb72aed13c
response_code = 200
uri = /timesync
|
60 | 2025-07-23T07:44:02.509Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
61 | 2025-07-23T07:44:02.512Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256641.227156, correction: -0.270666718 })
|
62 | 2025-07-23T07:44:02.512Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2795
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = d0a48d72-c6ce-493a-993d-cc1f78119397
response_code = 200
uri = /timesync
|
63 | 2025-07-23T07:44:04.607Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:52656
|
64 | 2025-07-23T07:44:04.607Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
65 | 2025-07-23T07:44:04.610Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256643.3897078, correction: -0.264910102 })
|
66 | 2025-07-23T07:44:04.610Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2695
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:52656
req_id = cdf9e00a-3903-483e-b28e-3ba2723337cd
response_code = 200
uri = /timesync
|
67 | 2025-07-23T07:44:07.596Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
68 | 2025-07-23T07:44:07.599Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256647.095721, correction: -0.258015573 })
|
69 | 2025-07-23T07:44:07.599Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 3082
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = b3383d3b-b80d-4696-aa59-4762dc8a1103
response_code = 200
uri = /timesync
|
70 | 2025-07-23T07:44:09.677Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:36767
|
71 | 2025-07-23T07:44:09.678Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
72 | 2025-07-23T07:44:09.680Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256648.6202784, correction: -0.252409995 })
|
73 | 2025-07-23T07:44:09.680Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2901
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:36767
req_id = 51fa5543-c4a0-43e8-a3e9-658f23e574a3
response_code = 200
uri = /timesync
|
74 | 2025-07-23T07:44:12.276Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
75 | 2025-07-23T07:44:12.278Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256650.2485843, correction: -0.245253146 })
|
76 | 2025-07-23T07:44:12.278Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2940
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = 5f4a9a57-a453-4907-a7eb-e9674187a81e
response_code = 200
uri = /timesync
|
77 | 2025-07-23T07:44:14.751Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:43478
|
78 | 2025-07-23T07:44:14.751Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
79 | 2025-07-23T07:44:14.753Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256652.5192802, correction: -0.238528356 })
|
80 | 2025-07-23T07:44:14.753Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2587
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:43478
req_id = 935dc50a-64fa-4cb6-a3a4-554ff748b8b9
response_code = 200
uri = /timesync
|
81 | 2025-07-23T07:44:15.702Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
82 | 2025-07-23T07:44:15.705Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256654.8374617, correction: -0.235953003 })
|
83 | 2025-07-23T07:44:15.705Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 3007
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = 0feab052-1ac8-46ff-9235-a97b90cb0cbb
response_code = 200
uri = /timesync
|
84 | 2025-07-23T07:44:19.823Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:42096
|
85 | 2025-07-23T07:44:19.823Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
86 | 2025-07-23T07:44:19.826Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256659.099387, correction: -0.224767134 })
|
87 | 2025-07-23T07:44:19.826Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2803
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:42096
req_id = 4029167a-95cd-4f6d-a50a-7bd699c67c69
response_code = 200
uri = /timesync
|
88 | 2025-07-23T07:44:21.460Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
89 | 2025-07-23T07:44:21.463Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256659.099387, correction: -0.22032097 })
|
90 | 2025-07-23T07:44:21.463Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 3017
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = aec29481-ae3e-467c-b417-23865f240af0
response_code = 200
uri = /timesync
|
91 | 2025-07-23T07:44:24.896Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:40774
|
92 | 2025-07-23T07:44:24.896Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
93 | 2025-07-23T07:44:24.898Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256662.1427238, correction: -0.210988641 })
|
94 | 2025-07-23T07:44:24.898Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2855
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:40774
req_id = d128a4ba-398e-4484-803f-63043dd3fe79
response_code = 200
uri = /timesync
|
95 | 2025-07-23T07:44:29.969Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:37962
|
96 | 2025-07-23T07:44:29.969Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
97 | 2025-07-23T07:44:29.972Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256667.9278574, correction: -0.197342247 })
|
98 | 2025-07-23T07:44:29.972Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2605
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:37962
req_id = e535db16-1782-4bfa-b02c-9c4b3b1b11af
response_code = 200
uri = /timesync
|
99 | 2025-07-23T07:44:33.837Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
100 | 2025-07-23T07:44:33.839Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256672.9955082, correction: -0.186792642 })
|
101 | 2025-07-23T07:44:33.839Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2552
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = f9500e3a-6d66-49bc-beb6-3af3068b24f1
response_code = 200
uri = /timesync
|
102 | 2025-07-23T07:44:35.043Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:59421
|
103 | 2025-07-23T07:44:35.044Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
104 | 2025-07-23T07:44:35.046Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256672.9955082, correction: -0.183515027 })
|
105 | 2025-07-23T07:44:35.046Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 3087
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:59421
req_id = 45802910-c140-4a1a-8414-723f4a285c92
response_code = 200
uri = /timesync
|
106 | 2025-07-23T07:44:40.116Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:48463
|
107 | 2025-07-23T07:44:40.116Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
108 | 2025-07-23T07:44:40.119Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256678.833039, correction: -0.169665933 })
|
109 | 2025-07-23T07:44:40.119Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2882
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:48463
req_id = ce4225d1-5215-425a-8a4c-5bffa26e2122
response_code = 200
uri = /timesync
|
110 | 2025-07-23T07:44:42.472Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
111 | 2025-07-23T07:44:42.475Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256681.7275665, correction: -0.163148716 })
|
112 | 2025-07-23T07:44:42.475Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2661
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = 0378b79c-4def-44e4-922b-01d5cf8f504b
response_code = 200
uri = /timesync
|
113 | 2025-07-23T07:44:45.188Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:56268
|
114 | 2025-07-23T07:44:45.189Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
115 | 2025-07-23T07:44:45.191Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256683.4783187, correction: -0.155775309 })
|
116 | 2025-07-23T07:44:45.191Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2901
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:56268
req_id = 672abbfd-dfee-4ce8-a063-e013a4702b2c
response_code = 200
uri = /timesync
|
117 | 2025-07-23T07:44:50.260Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:60557
|
118 | 2025-07-23T07:44:50.260Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
119 | 2025-07-23T07:44:50.262Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256689.7166176, correction: -0.14210856 })
|
120 | 2025-07-23T07:44:50.262Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2652
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:60557
req_id = a9f57ce7-5c7f-4a0a-bf1e-bb595ae1c111
response_code = 200
uri = /timesync
|
121 | 2025-07-23T07:44:51.855Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
122 | 2025-07-23T07:44:51.858Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 265050079, ip_addr: 15.204.87.223, stratum: 3, ref_time: 1753256689.7166176, correction: -0.137775928 })
|
123 | 2025-07-23T07:44:51.858Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2999
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:44187
req_id = 0e2e7b64-1ef6-494b-be34-fd9baf59885e
response_code = 200
uri = /timesync
|
124 | 2025-07-23T07:44:55.334Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:46985
|
125 | 2025-07-23T07:44:55.334Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
126 | 2025-07-23T07:44:55.337Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 398108798, ip_addr: 23.186.168.126, stratum: 3, ref_time: 1753256692.643272, correction: -0.125235468 })
|
127 | 2025-07-23T07:44:55.337Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2800
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:46985
req_id = d7d96042-3cad-4a93-95bf-a18e64548940
response_code = 200
uri = /timesync
|
128 | 2025-07-23T07:45:00.408Z | INFO | ntp-admin (dropshot): accepted connection
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:1025
local_addr = [fd00:1122:3344:101::1b]:10123
remote_addr = [fd00:1122:3344:101::1]:43480
|
129 | 2025-07-23T07:45:00.408Z | INFO | ntp-admin (ServerContext): querying chronyc
file = ntp-admin/src/http_entrypoints.rs:106
|
130 | 2025-07-23T07:45:00.411Z | INFO | ntp-admin (ServerContext): parse_timesync_result
file = ntp-admin/src/http_entrypoints.rs:115
result = Ok(TimeSync { sync: false, ref_id: 398108798, ip_addr: 23.186.168.126, stratum: 3, ref_time: 1753256698.6867633, correction: -0.111519493 })
|
131 | 2025-07-23T07:45:00.411Z | INFO | ntp-admin (dropshot): request completed
file = /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/server.rs:867
latency_us = 2916
local_addr = [fd00:1122:3344:101::1b]:10123
method = GET
remote_addr = [fd00:1122:3344:101::1]:43480
req_id = fc48685e-d1c4-4a74-97a0-ab72c2bba333
response_code = 200
uri = /timesync
|