This node has been running for a few years, but today its down with these messages in the logs:
2025-08-27 21:56:11,518 INFO spawned: ‘storagenode-updater’ with pid 51
2025-08-27T21:56:11Z INFO Configuration loaded {“Process”: “storagenode-updater”, “Location”: “/app/config/config.yaml”}
2025-08-27T21:56:11Z INFO Invalid configuration file key {“Process”: “storagenode-updater”, “Key”: “kademlia.operator.wallet”}
2025-08-27T21:56:11Z INFO Invalid configuration file key {“Process”: “storagenode-updater”, “Key”: “kademlia.external-address”}
2025-08-27T21:56:11Z INFO Invalid configuration file key {“Process”: “storagenode-updater”, “Key”: “kademlia.operator.email”}
2025-08-27 21:56:11,635 WARN exited: storagenode (terminated by SIGSEGV (core dumped); not expected)
2025-08-27T21:56:11Z INFO Invalid configuration file key {“Process”: “storagenode-updater”, “Key”: “server.address”}
2025-08-27T21:56:11Z INFO Invalid configuration file key {“Process”: “storagenode-updater”, “Key”: “storage.allocated-disk-space”}
2025-08-27T21:56:11Z INFO Invalid configuration file key {“Process”: “storagenode-updater”, “Key”: “storage.allocated-bandwidth”}
2025-08-27T21:56:11Z INFO Anonymized tracing enabled {“Process”: “storagenode-updater”}
2025-08-27T21:56:11Z INFO Running on version {“Process”: “storagenode-updater”, “Service”: “storagenode-updater”, “Version”: “v1.135.5”}
2025-08-27T21:56:11Z INFO Downloading versions. {“Process”: “storagenode-updater”, “Server Address”: “https://version.storj.io”}
2025-08-27T21:56:11Z INFO Command output. {“Process”: “storagenode-updater”, “Output”: “”}
2025-08-27T21:56:11Z ERROR Error updating service. {“Process”: “storagenode-updater”, “Service”: “storagenode”, “error”: “signal: segmentation fault (core dumped)”, “errorVerbose”: “signal: segmentation fault (core dumped)\n\tmain.update:24\n\tmain.loopFunc:26\n\tstorj.io/common/sync2.(*Cycle).Run:102\n\tmain.cmdRun:139\n\tstorj.io/common/process.cleanup.func1.2:388\n\tstorj.io/common/process.cleanup.func1:406\n\tgithub.com/spf13/cobra.(*Command).execute:985\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1117\n\tgithub.com/spf13/cobra.(*Command).Execute:1041\n\tstorj.io/common/process.ExecWithCustomOptions:115\n\tstorj.io/common/process.ExecWithCustomConfigAndLogger:80\n\tmain.main:22\n\truntime.main:283”}
The node keeps restarting itself and is down. On startup, docker looks to be pulling the most recent binary v1.135.5. I don’t see any errors at the OS level.
Ideas?