### App Name
Storj
### Version (TrueNAS Catalog App Version)
1.3.15
### App âŚIssue
I have had the Storj node app running for at least 2 years and made no changes to my firewall router. I updated from v1.3.12 to v1.3.15. The app reported "Running" on the TrueNAS app page after the update. But the Storj Node Dashboard page showed QUIC MISCONFIGURED. The app log output shows several errors before the processes seem to shutdown and restart.
`2025-10-02 01:26:23.361831+00:002025-10-02 01:26:23,361 WARN stopped: processes-exit-eventlistener (terminated by SIGTERM)
2025-10-02 01:26:29.515800+00:002025-10-02 01:26:29,515 INFO RPC interface 'supervisor' initialized`
Rolling back to app v1.3.12 resolved the issue (QUIC OK and no errors in logs).
App log output copied below.
### App Logs
```shell
2025-10-02 01:26:23.360980+00:002025-10-02 01:26:23,360 INFO stopped: storagenode (exit status 0)
2025-10-02 01:26:23.361831+00:002025-10-02 01:26:23,361 WARN stopped: processes-exit-eventlistener (terminated by SIGTERM)
2025-10-02 01:26:29.515800+00:002025-10-02 01:26:29,515 INFO RPC interface 'supervisor' initialized
2025-10-02 01:26:29.515954+00:002025-10-02 01:26:29,515 INFO supervisord started with pid 8
2025-10-02 01:26:30.519555+00:002025-10-02 01:26:30,519 INFO spawned: 'processes-exit-eventlistener' with pid 74
2025-10-02 01:26:30.521260+00:002025-10-02 01:26:30,521 INFO spawned: 'storagenode' with pid 75
2025-10-02 01:26:30.522863+00:002025-10-02 01:26:30,522 INFO spawned: 'storagenode-updater' with pid 76
2025-10-02 01:26:30.542931+00:00Error: unknown flag: --operator.wallet-features
...
2025-10-02 01:26:33.711249+00:002025-10-02T01:26:33Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "DABTYHPV4SBVG5EJ7HHBMYJNEYFWYJ76T3WDA2ROU4SJXFYU6MKQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 3328, "Remote Address": "156.146.43.230:54990"}
2025-10-02 01:26:33.714249+00:002025-10-02T01:26:33Z ERROR contact:service ping satellite failed {"Process": "storagenode", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "attempts": 2, "error": "ping satellite: check-in ratelimit: node rate limited by id", "errorVerbose": "ping satellite: check-in ratelimit: node rate limited by id\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:227\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:169\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:89\n\tstorj.io/common/sync2.(*Cycle).Run:102\n\tstorj.io/common/sync2.(*Cycle).Start.func1:77\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:33.850635+00:002025-10-02T01:26:33Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "5IMUYFPHNP3MYMQD2YVU3YEC3I4NX4FC4V57JAHPF5ZUKMDEGYCA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 5888, "Remote Address": "156.146.43.227:54010"}
2025-10-02 01:26:33.852324+00:002025-10-02 01:26:33,852 INFO spawned: 'storagenode-updater' with pid 159
2025-10-02 01:26:33.865681+00:002025-10-02T01:26:33Z ERROR contact:service ping satellite failed {"Process": "storagenode", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "attempts": 2, "error": "ping satellite: check-in ratelimit: node rate limited by id", "errorVerbose": "ping satellite: check-in ratelimit: node rate limited by id\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:227\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:169\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:89\n\tstorj.io/common/sync2.(*Cycle).Run:102\n\tstorj.io/common/sync2.(*Cycle).Start.func1:77\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:33.869763+00:00Error: unknown flag: --operator.wallet-features
2025-10-02 01:26:33.870136+00:00Usage:
2025-10-02 01:26:33.870169+00:00storagenode-updater run [flags]
2025-10-02 01:26:33.870179+00:002025-10-02T01:26:33.870179626Z
2025-10-02 01:26:33.870186+00:00Flags:
2025-10-02 01:26:33.870194+00:00--binary-location string the storage node executable binary location (default "storagenode")
2025-10-02 01:26:33.870213+00:00--binary-store-dir string dir to backup current binaries. Use it only for setups running the storagenode docker image. Path specified must be a host filesystem mounted destination.
2025-10-02 01:26:33.870221+00:00-h, --help help for run
2025-10-02 01:26:33.870227+00:00--identity.cert-path string path to the certificate chain for this identity (default "identity/identity.cert")
2025-10-02 01:26:33.870235+00:00--identity.key-path string path to the private key for this identity (default "identity/identity.key")
2025-10-02 01:26:33.870242+00:00--log string deprecated, use --log.output
2025-10-02 01:26:33.870249+00:00--restart-method string Method used to restart services. Default is 'kill'' (good for containers). 'service' is supported on FreeBSD, to use rc.d (default "kill")
2025-10-02 01:26:33.870256+00:00--service-name string storage node OS service name (default "storagenode")
2025-10-02 01:26:33.870265+00:00--version.check-interval duration Interval to check the version (default 15m0s)
2025-10-02 01:26:33.870278+00:00--version.request-timeout duration Request timeout for version checks (default 1m0s)
2025-10-02 01:26:33.870292+00:00--version.server-address string server address to check its version against (default "https://version.storj.io")
2025-10-02 01:26:33.870320+00:002025-10-02T01:26:33.870320603Z
2025-10-02 01:26:33.870338+00:00Global Flags:
2025-10-02 01:26:33.870354+00:00--config-dir string main directory for storagenode configuration (default "config")
2025-10-02 01:26:33.870419+00:00--debug.addr string address to listen on for debug endpoints (default "127.0.0.1:0")
2025-10-02 01:26:33.870441+00:00--debug.trace-out string If set, a path to write a process trace SVG to
2025-10-02 01:26:33.870450+00:00--defaults string determines which set of configuration defaults to use. can either be 'dev' or 'release' (default "release")
2025-10-02 01:26:33.870458+00:00--identity-dir string main directory for storagenode identity credentials (default "identity")
2025-10-02 01:26:33.870465+00:00--log.caller if true, log function filename and line number
2025-10-02 01:26:33.870474+00:00--log.custom-level string custom level overrides for specific loggers in the format NAME1=ERROR,NAME2=WARN,... Only level increment is supported, and only for selected loggers!
2025-10-02 01:26:33.870482+00:00--log.development if true, set logging to development mode
2025-10-02 01:26:33.870489+00:00--log.encoding string configures log encoding. can either be 'console', 'json', 'pretty', or 'gcloudlogging'.
2025-10-02 01:26:33.870496+00:00--log.level Level the minimum log level to log (default info)
2025-10-02 01:26:33.870506+00:00--log.output string can be stdout, stderr, or a filename (default "stderr")
2025-10-02 01:26:33.870513+00:00--log.stack if true, log stack traces
2025-10-02 01:26:33.870520+00:00--metrics.addr string address(es) to send telemetry to (comma-separated) (default "collectora.storj.io:9000")
2025-10-02 01:26:33.870528+00:00--metrics.app string application name for telemetry identification. Ignored for certain applications. (default "storagenode-updater")
2025-10-02 01:26:33.870538+00:00--metrics.app-suffix string application suffix. Ignored for certain applications. (default "-release")
2025-10-02 01:26:33.870545+00:00--metrics.event-addr string address(es) to send telemetry to (comma-separated IP:port or complex BQ definition, like bigquery:app=...,project=...,dataset=..., depends on the config/usage) (default "eventkitd.datasci.storj.io:9002")
2025-10-02 01:26:33.870553+00:00--metrics.event-queue int size of the internal eventkit queue for UDP sending (default 10000)
2025-10-02 01:26:33.870560+00:00--metrics.instance-prefix string instance id prefix
2025-10-02 01:26:33.870567+00:00--metrics.interval duration how frequently to send up telemetry. Ignored for certain applications. (default 1m0s)
2025-10-02 01:26:33.870575+00:00--tracing.agent-addr string address for jaeger agent (default "agent.tracing.datasci.storj.io:5775")
2025-10-02 01:26:33.870583+00:00--tracing.app string application name for tracing identification (default "storagenode-updater")
2025-10-02 01:26:33.870597+00:00--tracing.app-suffix string application suffix (default "-release")
2025-10-02 01:26:33.870610+00:00--tracing.buffer-size int buffer size for collector batch packet size
2025-10-02 01:26:33.870618+00:00--tracing.enabled whether tracing collector is enabled (default true)
2025-10-02 01:26:33.870627+00:00--tracing.host-regex string the possible hostnames that trace-host designated traces can be sent to (default "\\.storj\\.tools:[0-9]+$")
2025-10-02 01:26:33.870635+00:00--tracing.interval duration how frequently to flush traces to tracing agent (default 0s)
2025-10-02 01:26:33.870642+00:00--tracing.queue-size int buffer size for collector queue size
2025-10-02 01:26:33.870650+00:00--tracing.sample float how frequent to sample traces
2025-10-02 01:26:33.870660+00:002025-10-02T01:26:33.870660304Z
2025-10-02 01:26:33.871663+00:002025-10-02 01:26:33,871 WARN exited: storagenode-updater (exit status 1; not expected)
2025-10-02 01:26:33.908790+00:002025-10-02T01:26:33Z INFO piecestore uploaded {"Process": "storagenode", "Piece ID": "DPO5I3VGG4O5CDQJ47SRYJDD463QU3KOGMCEANNFCWOKD4AADXIA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Remote Address": "79.127.219.34:46298", "Size": 512}
2025-10-02 01:26:33.922976+00:002025-10-02T01:26:33Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "UMZV4XM6VGUUVML24G76AKSMUANBRUEROXUSPLD7XXGFX7M3Y44Q", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 1280, "Remote Address": "109.61.92.74:36674"}
2025-10-02 01:26:33.926170+00:002025-10-02T01:26:33Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "PGY2RP3SG4ATFXSWBKT4NQEHG6OBFXFIYFHV6WPQGOFL5LIGMJZA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 8448, "Remote Address": "79.127.201.217:36764"}
2025-10-02 01:26:33.941180+00:002025-10-02T01:26:33Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "PAP3YMZURRMMYTTNMLJ7YZPUD2U7QRSLBI7F5VTKBNJTG5HKEGDQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 71680, "Remote Address": "109.61.92.78:45474"}
2025-10-02 01:26:34.120629+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "5WTVOH2YUGDZLYWIFUYWVH7HHK5G5SQXXXSNOK2YAYVDOPTBXCNA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 7424, "Remote Address": "79.127.219.33:41608"}
2025-10-02 01:26:34.282196+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "RCLTTTD5QGYIGBWCBTTBRI2ZZK4CYGW7GTGPP3H5B2Q6EPWNYE5Q", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 1280, "Remote Address": "156.146.43.226:34816"}
2025-10-02 01:26:34.288237+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "RECPBO4LCI67XTZBPAWNGI4P3IJTPMQXFIWKB63IDYWKUBNO4SHA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 7168, "Remote Address": "156.146.43.227:54014"}
2025-10-02 01:26:34.310434+00:002025-10-02T01:26:34Z ERROR contact:service ping satellite failed {"Process": "storagenode", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "attempts": 2, "error": "ping satellite: check-in ratelimit: node rate limited by id", "errorVerbose": "ping satellite: check-in ratelimit: node rate limited by id\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:227\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:169\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:89\n\tstorj.io/common/sync2.(*Cycle).Run:102\n\tstorj.io/common/sync2.(*Cycle).Start.func1:77\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:34.325494+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "AMJAGN3YIFCTGPIKF2BVO7FVAUTQ7F7LLYULRUU2Z3EZTTQXP3QA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 14080, "Remote Address": "109.61.92.74:36676"}
2025-10-02 01:26:34.327175+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "KEVGNMCUBAJWLNPTSFA4U7YQZPKAGUUYCJ7YQIOKEI6SZX3MIKDQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET_REPAIR", "Offset": 0, "Size": 75264, "Remote Address": "45.137.206.101:29613"}
2025-10-02 01:26:34.357073+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "B7BBOW43FREZCK4ITFVSBNRE4LXVPRBWJUU37MXMBG3CPH7LNM4Q", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 15360, "Remote Address": "109.61.92.74:36680"}
2025-10-02 01:26:34.366016+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "BO74RME73DMRZICNSXJJLAHXZNOMVRWKO5TKACBZAHAV6U5U6TTQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 6656, "Remote Address": "156.146.43.226:34820"}
2025-10-02 01:26:34.424007+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "DVDMRFCXQCSPARJ5CDY47YW27LPC2CX7XTP4QXZ3LVK4OHHCP2UA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 1792, "Remote Address": "109.61.92.72:40264"}
2025-10-02 01:26:34.541508+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "U6SQFQYTQSYCXWGCAVFP5JLVA4SV3BAA4LVYR45ZTD4OWUDYGNRQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET_REPAIR", "Offset": 0, "Size": 32768, "Remote Address": "45.137.206.42:28909"}
2025-10-02 01:26:34.581894+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "2QU2NY6ERK4MVZZN6QNQ4BATDNOQN2UFMDABFWHF77DYW4VBDUUA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 10240, "Remote Address": "156.146.43.227:54022"}
2025-10-02 01:26:34.642348+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "7ERID5VRIGBGDCIPQVVKVG5FXYCFCHTHAOXK37CRRAGCXU55JHGA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 11776, "Remote Address": "109.61.92.77:55600"}
2025-10-02 01:26:34.648142+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "VZ2LD2BCGSH4UHDVXEV3JCFX3YBBEX4CESLXSMPX77IKRIGDMUSQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 15104, "Remote Address": "109.61.92.72:40276"}
2025-10-02 01:26:34.658656+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "VINNH2Q2YNGDP66RAE2KWXJUDPHPX7MV5SSISWYDJSWC2GCBXJYA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET_REPAIR", "Offset": 0, "Size": 512, "Remote Address": "45.137.206.42:50742"}
2025-10-02 01:26:34.681481+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "MZ6WYM55EXDXRYK23LMOG45Y2QS5ZWSIPDQXILNNSRIQLIUZZEVQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 8704, "Remote Address": "79.127.219.35:56664"}
2025-10-02 01:26:34.796856+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "DPYDSSR3SGR76T4322FHFJRCS4DA73Z2L2KNCXJH74XXWMKMHEFQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 10752, "Remote Address": "109.61.92.74:36682"}
2025-10-02 01:26:34.980561+00:002025-10-02T01:26:34Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "AUV5QB4QIY7MTVARNLANXTO67MOTM7YGC2FOPMDSS7CBVC6FPHYA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 10240, "Remote Address": "109.61.92.86:43788"}
2025-10-02 01:26:35.008186+00:002025-10-02T01:26:35Z ERROR contact:service ping satellite failed {"Process": "storagenode", "Satellite ID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6", "attempts": 2, "error": "ping satellite: check-in ratelimit: node rate limited by id", "errorVerbose": "ping satellite: check-in ratelimit: node rate limited by id\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:227\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:169\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:89\n\tstorj.io/common/sync2.(*Cycle).Run:102\n\tstorj.io/common/sync2.(*Cycle).Start.func1:77\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:35.072167+00:002025-10-02T01:26:35Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "4IQKKX46JJ24JWD4OUJMMUAICJZQURQ6UWMSDCVRMNO7OBKQOOEQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 8192, "Remote Address": "109.61.92.77:55610"}
2025-10-02 01:26:35.178169+00:002025-10-02T01:26:35Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "VWUZ2AJPAKZ7V5QGVMQIWTOPF4FZYQ6ISCV5CGKQJNIDCERHAEQQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 10240, "Remote Address": "79.127.201.219:51730"}
2025-10-02 01:26:35.257279+00:002025-10-02T01:26:35Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "5J2WVN2U5PQFGNLBE7WQGVLDEBYRQHXGDPIMVIK3LF5OJLFJ2KJA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 7168, "Remote Address": "109.61.92.79:46842"}
2025-10-02 01:26:35.286068+00:002025-10-02T01:26:35Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "NA2YUJ63NG5KT646YWBGZR65BDWXQ6V3KMCL3IMZWRGBSOI2KICQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 9216, "Remote Address": "109.61.92.79:46828"}
2025-10-02 01:26:35.287307+00:002025-10-02T01:26:35Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "EMAQXC4HIXAB4FFYJDNOVBRBUKSWK55AZN5ZQU673HE7QHMDPWAQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 8448, "Remote Address": "109.61.92.87:55982"}
2025-10-02 01:26:35.387873+00:002025-10-02T01:26:35Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "4H64EMVPMAYVDDWKRMEFDTA47CCQKPD4533ZHA665N7M43NSSINA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 6144, "Remote Address": "79.127.201.218:36182"}
2025-10-02 01:26:35.618354+00:002025-10-02T01:26:35Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "LUAWWHOELE6DNCGS7GMMXUOGFA4W7QOZBN3LXRMRXDNMWMUEZIJA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 14592, "Remote Address": "109.61.92.65:36178"}
2025-10-02 01:26:35.814672+00:002025-10-02T01:26:35Z ERROR contact:service ping satellite failed {"Process": "storagenode", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "attempts": 3, "error": "ping satellite: check-in ratelimit: node rate limited by id", "errorVerbose": "ping satellite: check-in ratelimit: node rate limited by id\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:227\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:169\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:89\n\tstorj.io/common/sync2.(*Cycle).Run:102\n\tstorj.io/common/sync2.(*Cycle).Start.func1:77\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:35.839687+00:002025-10-02T01:26:35Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "AHCZ5XD7QAJ6UBPNBPGBVQVUITVQRYKHD6EHDGVAM72BAQPMFVZA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 1536, "Remote Address": "109.61.92.69:36242"}
2025-10-02 01:26:35.870416+00:002025-10-02T01:26:35Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "EPGOB34R24CPZWBQUGLFAKMWEDMMJTMEUNGEWTXOVE3OR2PRFB4A", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 7936, "Remote Address": "109.61.92.65:36180"}
2025-10-02 01:26:35.880196+00:002025-10-02T01:26:35Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "YQ37THSE6RK6D3FP4PGE5JCFFJPDAXPL6CGX2H3KHHKUH3EHUSSA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 9728, "Remote Address": "79.127.219.35:56676"}
2025-10-02 01:26:35.922057+00:002025-10-02T01:26:35Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "DABTYHPV4SBVG5EJ7HHBMYJNEYFWYJ76T3WDA2ROU4SJXFYU6MKQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 3328, "Remote Address": "156.146.43.230:55006"}
2025-10-02 01:26:35.950217+00:002025-10-02T01:26:35Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "3BRI4M3K4MZ7CCLGY2FBRTJMKJQ6HOMTYH623XJ7NJ7QWGMJ3FVQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 1024, "Remote Address": "109.61.92.77:55614"}
2025-10-02 01:26:36.026851+00:002025-10-02T01:26:36Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "RCLTTTD5QGYIGBWCBTTBRI2ZZK4CYGW7GTGPP3H5B2Q6EPWNYE5Q", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 1280, "Remote Address": "79.127.201.218:36184"}
2025-10-02 01:26:36.030567+00:002025-10-02T01:26:36Z ERROR contact:service ping satellite failed {"Process": "storagenode", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "attempts": 3, "error": "ping satellite: check-in ratelimit: node rate limited by id", "errorVerbose": "ping satellite: check-in ratelimit: node rate limited by id\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:227\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:169\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:89\n\tstorj.io/common/sync2.(*Cycle).Run:102\n\tstorj.io/common/sync2.(*Cycle).Start.func1:77\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:36.054244+00:002025-10-02T01:26:36Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "SM67QNOYRUIHVIJ7Z5MEF3FG5DTG7TTO7X6LD5DEIFWBXMMH3HHQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 7936, "Remote Address": "109.61.92.79:46854"}
2025-10-02 01:26:36.061635+00:002025-10-02T01:26:36Z INFO piecestore uploaded {"Process": "storagenode", "Piece ID": "PAURCIFMVWMKEDAR4QRVRKLDHMLKY6MHT5WT64NJPFTBFNRV25OA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT_REPAIR", "Remote Address": "45.137.206.87:43805", "Size": 16896}
2025-10-02 01:26:36.242501+00:002025-10-02T01:26:36Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "KFFAVTG64LCEGRC7M6I2CADCPV5AC6AABMAVX2PKQF7U2SEJ5XHQ", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Action": "GET_REPAIR", "Offset": 0, "Size": 1536, "Remote Address": "46.62.216.66:63394"}
2025-10-02 01:26:36.248219+00:002025-10-02T01:26:36Z INFO piecestore uploaded {"Process": "storagenode", "Piece ID": "KM4O4PR7CWNRKITIZTSNY4TKTW46VFS5K2ZSF5UDQZAA7HDKA24Q", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Remote Address": "79.127.219.43:39450", "Size": 434688}
2025-10-02 01:26:36.400262+00:002025-10-02T01:26:36Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "R4HEELRK65CXOHU4O5XGAZADDXUS37XOLITLHJ7SL5I6IYOUNDTQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 11008, "Remote Address": "79.127.201.219:51736"}
2025-10-02 01:26:36.438565+00:002025-10-02T01:26:36Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "GXJ45ABWJIMLNMXI3GWATVVNNLX7GSQUDYNNHIFS5KRWKKOMJQZA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 9728, "Remote Address": "109.61.92.70:45062"}
2025-10-02 01:26:36.570960+00:002025-10-02T01:26:36Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "VKBMGZBD7MLBD2RT6ZQ6EWMH3W7TGHIRNUWL7MOZHKGVFHGS6CDA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 7936, "Remote Address": "156.146.43.230:55022"}
2025-10-02 01:26:36.692213+00:002025-10-02T01:26:36Z INFO piecestore uploaded {"Process": "storagenode", "Piece ID": "IIDB5VWCOPSQFOFRGLCZOMUUAF3XAY77OROV5KPLUNH2KZZYLV6Q", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "PUT", "Remote Address": "79.127.226.103:35446", "Size": 13056}
2025-10-02 01:26:36.707727+00:002025-10-02T01:26:36Z ERROR contact:service ping satellite failed {"Process": "storagenode", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "attempts": 3, "error": "ping satellite: check-in ratelimit: node rate limited by id", "errorVerbose": "ping satellite: check-in ratelimit: node rate limited by id\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:227\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:169\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:89\n\tstorj.io/common/sync2.(*Cycle).Run:102\n\tstorj.io/common/sync2.(*Cycle).Start.func1:77\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:36.776552+00:002025-10-02T01:26:36Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "N56H3LQGLSJTKKNUIGRHCVLYCMXVZ7QYFNYEBNHVOEC2CWRLP2IA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 14080, "Remote Address": "79.127.219.34:46308"}
2025-10-02 01:26:36.813391+00:002025-10-02T01:26:36Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "LKYGENJ6X7GWWGOGUTRWYCZVGSQRYVR5DYTGHXVLIJMRG5ZHXIXQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 106496, "Remote Address": "109.61.92.70:45054"}
2025-10-02 01:26:36.814403+00:002025-10-02T01:26:36Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "4YJQFP7CFVIACJWLMVYCVNT3THN7A4YAMXHH45Q4PHPZGH23EDUQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 8704, "Remote Address": "156.146.43.230:55034"}
2025-10-02 01:26:36.887584+00:002025-10-02T01:26:36Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "7E5SOIITF3OR7UVFOIXLOXADPSLUXPO3JO5YL4U4QIREG4V2ISFQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET_REPAIR", "Offset": 0, "Size": 582400, "Remote Address": "45.137.206.13:1740"}
2025-10-02 01:26:36.890517+00:002025-10-02 01:26:36,890 INFO spawned: 'storagenode-updater' with pid 172
2025-10-02 01:26:36.914294+00:00Error: unknown flag: --operator.wallet-features
2025-10-02 01:26:36.915632+00:00Usage:
2025-10-02 01:26:36.915697+00:00storagenode-updater run [flags]
2025-10-02 01:26:36.915716+00:002025-10-02T01:26:36.915716649Z
2025-10-02 01:26:36.915725+00:00Flags:
2025-10-02 01:26:36.915733+00:00--binary-location string the storage node executable binary location (default "storagenode")
2025-10-02 01:26:36.915739+00:00--binary-store-dir string dir to backup current binaries. Use it only for setups running the storagenode docker image. Path specified must be a host filesystem mounted destination.
2025-10-02 01:26:36.915746+00:00-h, --help help for run
2025-10-02 01:26:36.915753+00:00--identity.cert-path string path to the certificate chain for this identity (default "identity/identity.cert")
2025-10-02 01:26:36.915759+00:00--identity.key-path string path to the private key for this identity (default "identity/identity.key")
2025-10-02 01:26:36.915766+00:00--log string deprecated, use --log.output
2025-10-02 01:26:36.915772+00:00--restart-method string Method used to restart services. Default is 'kill'' (good for containers). 'service' is supported on FreeBSD, to use rc.d (default "kill")
2025-10-02 01:26:36.915780+00:00--service-name string storage node OS service name (default "storagenode")
2025-10-02 01:26:36.915811+00:00--version.check-interval duration Interval to check the version (default 15m0s)
2025-10-02 01:26:36.915886+00:00--version.request-timeout duration Request timeout for version checks (default 1m0s)
2025-10-02 01:26:36.915899+00:00--version.server-address string server address to check its version against (default "https://version.storj.io")
2025-10-02 01:26:36.915910+00:002025-10-02T01:26:36.915910524Z
2025-10-02 01:26:36.915916+00:00Global Flags:
2025-10-02 01:26:36.915923+00:00--config-dir string main directory for storagenode configuration (default "config")
2025-10-02 01:26:36.915931+00:00--debug.addr string address to listen on for debug endpoints (default "127.0.0.1:0")
2025-10-02 01:26:36.915937+00:00--debug.trace-out string If set, a path to write a process trace SVG to
2025-10-02 01:26:36.915945+00:00--defaults string determines which set of configuration defaults to use. can either be 'dev' or 'release' (default "release")
2025-10-02 01:26:36.915952+00:00--identity-dir string main directory for storagenode identity credentials (default "identity")
2025-10-02 01:26:36.915959+00:00--log.caller if true, log function filename and line number
2025-10-02 01:26:36.915967+00:00--log.custom-level string custom level overrides for specific loggers in the format NAME1=ERROR,NAME2=WARN,... Only level increment is supported, and only for selected loggers!
2025-10-02 01:26:36.915975+00:00--log.development if true, set logging to development mode
2025-10-02 01:26:36.915983+00:00--log.encoding string configures log encoding. can either be 'console', 'json', 'pretty', or 'gcloudlogging'.
2025-10-02 01:26:36.915989+00:00--log.level Level the minimum log level to log (default info)
2025-10-02 01:26:36.915997+00:00--log.output string can be stdout, stderr, or a filename (default "stderr")
2025-10-02 01:26:36.916003+00:00--log.stack if true, log stack traces
2025-10-02 01:26:36.916011+00:00--metrics.addr string address(es) to send telemetry to (comma-separated) (default "collectora.storj.io:9000")
2025-10-02 01:26:36.916017+00:00--metrics.app string application name for telemetry identification. Ignored for certain applications. (default "storagenode-updater")
2025-10-02 01:26:36.916024+00:00--metrics.app-suffix string application suffix. Ignored for certain applications. (default "-release")
2025-10-02 01:26:36.916033+00:00--metrics.event-addr string address(es) to send telemetry to (comma-separated IP:port or complex BQ definition, like bigquery:app=...,project=...,dataset=..., depends on the config/usage) (default "eventkitd.datasci.storj.io:9002")
2025-10-02 01:26:36.916041+00:00--metrics.event-queue int size of the internal eventkit queue for UDP sending (default 10000)
2025-10-02 01:26:36.916048+00:00--metrics.instance-prefix string instance id prefix
2025-10-02 01:26:36.916055+00:00--metrics.interval duration how frequently to send up telemetry. Ignored for certain applications. (default 1m0s)
2025-10-02 01:26:36.916062+00:00--tracing.agent-addr string address for jaeger agent (default "agent.tracing.datasci.storj.io:5775")
2025-10-02 01:26:36.916070+00:00--tracing.app string application name for tracing identification (default "storagenode-updater")
2025-10-02 01:26:36.916077+00:00--tracing.app-suffix string application suffix (default "-release")
2025-10-02 01:26:36.916084+00:00--tracing.buffer-size int buffer size for collector batch packet size
2025-10-02 01:26:36.916091+00:00--tracing.enabled whether tracing collector is enabled (default true)
2025-10-02 01:26:36.916099+00:00--tracing.host-regex string the possible hostnames that trace-host designated traces can be sent to (default "\\.storj\\.tools:[0-9]+$")
2025-10-02 01:26:36.916109+00:00--tracing.interval duration how frequently to flush traces to tracing agent (default 0s)
2025-10-02 01:26:36.916117+00:00--tracing.queue-size int buffer size for collector queue size
2025-10-02 01:26:36.916124+00:00--tracing.sample float how frequent to sample traces
2025-10-02 01:26:36.916131+00:002025-10-02T01:26:36.916131999Z
2025-10-02 01:26:36.917221+00:002025-10-02 01:26:36,917 WARN exited: storagenode-updater (exit status 1; not expected)
2025-10-02 01:26:37.015048+00:002025-10-02T01:26:37Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "P7WLEK6HMDYGMHSQYN7W3VLHGNV3TOGCPGI32WHX35LWR2DB5CNA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 3328, "Remote Address": "109.61.92.74:37374"}
2025-10-02 01:26:37.015249+00:002025-10-02 01:26:37,015 INFO gave up: storagenode-updater entered FATAL state, too many start retries too quickly
2025-10-02 01:26:37.021524+00:002025-10-02T01:26:37Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "HVWLQ456QKG5F2UIZRUAPWSDH32W3MMR6ZGFRHEYYY6SXFE5BZGA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 6400, "Remote Address": "109.61.92.87:49204"}
2025-10-02 01:26:37.084469+00:002025-10-02T01:26:37Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "IGPCVMETZRSODNITZJMJZ666CPYV6B3QBUCLFFYKFML63TU55PBA", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 7168, "Remote Address": "79.127.219.44:51704"}
2025-10-02 01:26:37.084547+00:002025-10-02 01:26:37,084 WARN received SIGQUIT indicating exit request
2025-10-02 01:26:37.084846+00:002025-10-02 01:26:37,084 INFO waiting for processes-exit-eventlistener, storagenode to die
2025-10-02 01:26:37.151289+00:002025-10-02T01:26:37Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "3442QCE544DVX5NGYBDXV5VSXVQS644X45MPRZ7QFMND7OOZ7P3Q", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 9216, "Remote Address": "109.61.92.88:59432"}
2025-10-02 01:26:37.151921+00:002025-10-02T01:26:37Z INFO Got a signal from the OS: "terminated" {"Process": "storagenode"}
2025-10-02 01:26:37.152027+00:002025-10-02T01:26:37Z INFO contact:service context cancelled {"Process": "storagenode", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs"}
2025-10-02 01:26:37.152568+00:002025-10-02T01:26:37Z INFO contact:service context cancelled {"Process": "storagenode", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE"}
2025-10-02 01:26:37.152621+00:002025-10-02T01:26:37Z INFO contact:service context cancelled {"Process": "storagenode", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S"}
2025-10-02 01:26:37.152649+00:002025-10-02T01:26:37Z ERROR contact:service ping satellite failed {"Process": "storagenode", "Satellite ID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6", "attempts": 3, "error": "ping satellite: rpc: tcp connector failed: rpc: dial tcp 34.2.157.232:7777: operation was canceled", "errorVerbose": "ping satellite: rpc: tcp connector failed: rpc: dial tcp 34.2.157.232:7777: operation was canceled\n\tstorj.io/common/rpc.HybridConnector.DialContext.func1:190"}
2025-10-02 01:26:37.152674+00:002025-10-02T01:26:37Z INFO contact:service context cancelled {"Process": "storagenode", "Satellite ID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6"}
2025-10-02 01:26:37.152695+00:002025-10-02T01:26:37Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "XOSOSFFYDKN65RFJIBVC3WXNEZKMBZPDONAMY27FV7PNTUGJKGEQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 13824, "Remote Address": "156.146.43.230:55048"}
2025-10-02 01:26:37.152779+00:002025-10-02T01:26:37Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "PHKDLYNMMTGRMCKC5DJQEET733E4KWK4334I6B3TLDGJ7WCJ7FCQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 181248, "Remote Address": "79.127.205.230:46806"}
2025-10-02 01:26:37.152923+00:002025-10-02T01:26:37Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "6RZDWYHUYTC4Z2UN4HS3PTML6TAYHRCFUWBTO37HORBSZESEAUFQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 7680, "Remote Address": "109.61.92.70:45064"}
2025-10-02 01:26:37.153021+00:002025-10-02T01:26:37Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "64DMJTQHTRW26TISUWXDFFVWPRPZ227P4UOZEGGMHGPOKDTAEMDQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 181248, "Remote Address": "79.127.219.34:46298"}
2025-10-02 01:26:37.153157+00:002025-10-02T01:26:37Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "D65THXIHBSDDR37LEYPI4O4ZS24GXZRDLO6XCHJKPFFUUNQOMMNQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 512, "Remote Address": "169.150.225.83:46582"}
2025-10-02 01:26:37.153303+00:002025-10-02T01:26:37Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "LDNS2M6UTRXFOTUL4C6K4YL3JJBY7YXVIPJH5O6XXDJJU2L5QIEQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 181248, "Remote Address": "79.127.205.225:55312"}
2025-10-02 01:26:37.153380+00:002025-10-02T01:26:37Z INFO piecestore downloaded {"Process": "storagenode", "Piece ID": "WJM6MR3A2ICY3G7QYANSVGKA2PJJB4PHR5HIGXOYXDF5M6QT7NXQ", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Action": "GET", "Offset": 0, "Size": 181248, "Remote Address": "79.127.219.34:46284"}
2025-10-02 01:26:37.177314+00:002025-10-02T01:26:37Z INFO lazyfilewalker.used-space-filewalker subprocess exited with status {"Process": "storagenode", "satelliteID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6", "status": -1, "error": "signal: killed"}
2025-10-02 01:26:37.177495+00:002025-10-02T01:26:37Z ERROR pieces used-space-filewalker failed {"Process": "storagenode", "Satellite ID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6", "Lazy File Walker": true, "error": "lazyfilewalker: signal: killed", "errorVerbose": "lazyfilewalker: signal: killed\n\tstorj.io/storj/storagenode/pieces/lazyfilewalker.(*process).run:85\n\tstorj.io/storj/storagenode/pieces/lazyfilewalker.(*Supervisor).WalkAndComputeSpaceUsedBySatellite:134\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:774\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:37.177533+00:002025-10-02T01:26:37Z ERROR pieces used-space-filewalker failed {"Process": "storagenode", "Satellite ID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6", "Lazy File Walker": false, "error": "filewalker: used_space_per_prefix_db: context canceled", "errorVerbose": "filewalker: used_space_per_prefix_db: context canceled\n\tstorj.io/storj/storagenode/storagenodedb.(*usedSpacePerPrefixDB).Get:81\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatelliteWithWalkFunc:96\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatellite:83\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:783\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:37.177547+00:002025-10-02T01:26:37Z ERROR piecestore:cache encountered error while computing space used by satellite {"Process": "storagenode", "error": "filewalker: used_space_per_prefix_db: context canceled", "errorVerbose": "filewalker: used_space_per_prefix_db: context canceled\n\tstorj.io/storj/storagenode/storagenodedb.(*usedSpacePerPrefixDB).Get:81\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatelliteWithWalkFunc:96\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatellite:83\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:783\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130", "SatelliteID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6"}
2025-10-02 01:26:37.177557+00:002025-10-02T01:26:37Z INFO pieces used-space-filewalker started {"Process": "storagenode", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE"}
2025-10-02 01:26:37.177564+00:002025-10-02T01:26:37Z INFO lazyfilewalker.used-space-filewalker starting subprocess {"Process": "storagenode", "satelliteID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE"}
2025-10-02 01:26:37.177573+00:002025-10-02T01:26:37Z ERROR lazyfilewalker.used-space-filewalker failed to start subprocess {"Process": "storagenode", "satelliteID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "error": "context canceled"}
2025-10-02 01:26:37.177600+00:002025-10-02T01:26:37Z ERROR pieces used-space-filewalker failed {"Process": "storagenode", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Lazy File Walker": true, "error": "lazyfilewalker: context canceled", "errorVerbose": "lazyfilewalker: context canceled\n\tstorj.io/storj/storagenode/pieces/lazyfilewalker.(*process).run:73\n\tstorj.io/storj/storagenode/pieces/lazyfilewalker.(*Supervisor).WalkAndComputeSpaceUsedBySatellite:134\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:774\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:37.177614+00:002025-10-02T01:26:37Z ERROR pieces used-space-filewalker failed {"Process": "storagenode", "Satellite ID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "Lazy File Walker": false, "error": "filewalker: used_space_per_prefix_db: context canceled", "errorVerbose": "filewalker: used_space_per_prefix_db: context canceled\n\tstorj.io/storj/storagenode/storagenodedb.(*usedSpacePerPrefixDB).Get:81\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatelliteWithWalkFunc:96\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatellite:83\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:783\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:37.177626+00:002025-10-02T01:26:37Z ERROR piecestore:cache encountered error while computing space used by satellite {"Process": "storagenode", "error": "filewalker: used_space_per_prefix_db: context canceled", "errorVerbose": "filewalker: used_space_per_prefix_db: context canceled\n\tstorj.io/storj/storagenode/storagenodedb.(*usedSpacePerPrefixDB).Get:81\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatelliteWithWalkFunc:96\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatellite:83\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:783\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130", "SatelliteID": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE"}
2025-10-02 01:26:37.177634+00:002025-10-02T01:26:37Z INFO pieces used-space-filewalker started {"Process": "storagenode", "Satellite ID": "12tRQrMTWUWwzwGh18i7Fqs67kmdhH9t6aToeiwbo5mfS2rUmo"}
2025-10-02 01:26:37.177641+00:002025-10-02T01:26:37Z INFO lazyfilewalker.used-space-filewalker starting subprocess {"Process": "storagenode", "satelliteID": "12tRQrMTWUWwzwGh18i7Fqs67kmdhH9t6aToeiwbo5mfS2rUmo"}
2025-10-02 01:26:37.177648+00:002025-10-02T01:26:37Z ERROR lazyfilewalker.used-space-filewalker failed to start subprocess {"Process": "storagenode", "satelliteID": "12tRQrMTWUWwzwGh18i7Fqs67kmdhH9t6aToeiwbo5mfS2rUmo", "error": "context canceled"}
2025-10-02 01:26:37.177695+00:002025-10-02T01:26:37Z ERROR pieces used-space-filewalker failed {"Process": "storagenode", "Satellite ID": "12tRQrMTWUWwzwGh18i7Fqs67kmdhH9t6aToeiwbo5mfS2rUmo", "Lazy File Walker": true, "error": "lazyfilewalker: context canceled", "errorVerbose": "lazyfilewalker: context canceled\n\tstorj.io/storj/storagenode/pieces/lazyfilewalker.(*process).run:73\n\tstorj.io/storj/storagenode/pieces/lazyfilewalker.(*Supervisor).WalkAndComputeSpaceUsedBySatellite:134\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:774\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:37.177735+00:002025-10-02T01:26:37Z ERROR pieces used-space-filewalker failed {"Process": "storagenode", "Satellite ID": "12tRQrMTWUWwzwGh18i7Fqs67kmdhH9t6aToeiwbo5mfS2rUmo", "Lazy File Walker": false, "error": "filewalker: used_space_per_prefix_db: context canceled", "errorVerbose": "filewalker: used_space_per_prefix_db: context canceled\n\tstorj.io/storj/storagenode/storagenodedb.(*usedSpacePerPrefixDB).Get:81\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatelliteWithWalkFunc:96\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatellite:83\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:783\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:37.177759+00:002025-10-02T01:26:37Z ERROR piecestore:cache encountered error while computing space used by satellite {"Process": "storagenode", "error": "filewalker: used_space_per_prefix_db: context canceled", "errorVerbose": "filewalker: used_space_per_prefix_db: context canceled\n\tstorj.io/storj/storagenode/storagenodedb.(*usedSpacePerPrefixDB).Get:81\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatelliteWithWalkFunc:96\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatellite:83\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:783\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130", "SatelliteID": "12tRQrMTWUWwzwGh18i7Fqs67kmdhH9t6aToeiwbo5mfS2rUmo"}
2025-10-02 01:26:37.177773+00:002025-10-02T01:26:37Z INFO pieces used-space-filewalker started {"Process": "storagenode", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S"}
2025-10-02 01:26:37.177782+00:002025-10-02T01:26:37Z INFO lazyfilewalker.used-space-filewalker starting subprocess {"Process": "storagenode", "satelliteID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S"}
2025-10-02 01:26:37.177792+00:002025-10-02T01:26:37Z ERROR lazyfilewalker.used-space-filewalker failed to start subprocess {"Process": "storagenode", "satelliteID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "error": "context canceled"}
2025-10-02 01:26:37.177801+00:002025-10-02T01:26:37Z ERROR pieces used-space-filewalker failed {"Process": "storagenode", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Lazy File Walker": true, "error": "lazyfilewalker: context canceled", "errorVerbose": "lazyfilewalker: context canceled\n\tstorj.io/storj/storagenode/pieces/lazyfilewalker.(*process).run:73\n\tstorj.io/storj/storagenode/pieces/lazyfilewalker.(*Supervisor).WalkAndComputeSpaceUsedBySatellite:134\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:774\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:37.177838+00:002025-10-02T01:26:37Z ERROR pieces used-space-filewalker failed {"Process": "storagenode", "Satellite ID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "Lazy File Walker": false, "error": "filewalker: used_space_per_prefix_db: context canceled", "errorVerbose": "filewalker: used_space_per_prefix_db: context canceled\n\tstorj.io/storj/storagenode/storagenodedb.(*usedSpacePerPrefixDB).Get:81\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatelliteWithWalkFunc:96\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatellite:83\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:783\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:37.177863+00:002025-10-02T01:26:37Z ERROR piecestore:cache encountered error while computing space used by satellite {"Process": "storagenode", "error": "filewalker: used_space_per_prefix_db: context canceled", "errorVerbose": "filewalker: used_space_per_prefix_db: context canceled\n\tstorj.io/storj/storagenode/storagenodedb.(*usedSpacePerPrefixDB).Get:81\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatelliteWithWalkFunc:96\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatellite:83\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:783\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130", "SatelliteID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S"}
2025-10-02 01:26:37.177874+00:002025-10-02T01:26:37Z INFO pieces used-space-filewalker started {"Process": "storagenode", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs"}
2025-10-02 01:26:37.177882+00:002025-10-02T01:26:37Z INFO lazyfilewalker.used-space-filewalker starting subprocess {"Process": "storagenode", "satelliteID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs"}
2025-10-02 01:26:37.177891+00:002025-10-02T01:26:37Z ERROR lazyfilewalker.used-space-filewalker failed to start subprocess {"Process": "storagenode", "satelliteID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "error": "context canceled"}
2025-10-02 01:26:37.177898+00:002025-10-02T01:26:37Z ERROR pieces used-space-filewalker failed {"Process": "storagenode", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Lazy File Walker": true, "error": "lazyfilewalker: context canceled", "errorVerbose": "lazyfilewalker: context canceled\n\tstorj.io/storj/storagenode/pieces/lazyfilewalker.(*process).run:73\n\tstorj.io/storj/storagenode/pieces/lazyfilewalker.(*Supervisor).WalkAndComputeSpaceUsedBySatellite:134\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:774\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:37.177963+00:002025-10-02T01:26:37Z ERROR pieces used-space-filewalker failed {"Process": "storagenode", "Satellite ID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "Lazy File Walker": false, "error": "filewalker: used_space_per_prefix_db: context canceled", "errorVerbose": "filewalker: used_space_per_prefix_db: context canceled\n\tstorj.io/storj/storagenode/storagenodedb.(*usedSpacePerPrefixDB).Get:81\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatelliteWithWalkFunc:96\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatellite:83\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:783\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:37.178002+00:002025-10-02T01:26:37Z ERROR piecestore:cache encountered error while computing space used by satellite {"Process": "storagenode", "error": "filewalker: used_space_per_prefix_db: context canceled", "errorVerbose": "filewalker: used_space_per_prefix_db: context canceled\n\tstorj.io/storj/storagenode/storagenodedb.(*usedSpacePerPrefixDB).Get:81\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatelliteWithWalkFunc:96\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatellite:83\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:783\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130", "SatelliteID": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs"}
2025-10-02 01:26:37.178024+00:002025-10-02T01:26:37Z INFO pieces used-space-filewalker started {"Process": "storagenode", "Satellite ID": "12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB"}
2025-10-02 01:26:37.178034+00:002025-10-02T01:26:37Z INFO lazyfilewalker.used-space-filewalker starting subprocess {"Process": "storagenode", "satelliteID": "12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB"}
2025-10-02 01:26:37.178046+00:002025-10-02T01:26:37Z ERROR lazyfilewalker.used-space-filewalker failed to start subprocess {"Process": "storagenode", "satelliteID": "12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB", "error": "context canceled"}
2025-10-02 01:26:37.178057+00:002025-10-02T01:26:37Z ERROR pieces used-space-filewalker failed {"Process": "storagenode", "Satellite ID": "12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB", "Lazy File Walker": true, "error": "lazyfilewalker: context canceled", "errorVerbose": "lazyfilewalker: context canceled\n\tstorj.io/storj/storagenode/pieces/lazyfilewalker.(*process).run:73\n\tstorj.io/storj/storagenode/pieces/lazyfilewalker.(*Supervisor).WalkAndComputeSpaceUsedBySatellite:134\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:774\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:37.178077+00:002025-10-02T01:26:37Z ERROR pieces used-space-filewalker failed {"Process": "storagenode", "Satellite ID": "12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB", "Lazy File Walker": false, "error": "filewalker: used_space_per_prefix_db: context canceled", "errorVerbose": "filewalker: used_space_per_prefix_db: context canceled\n\tstorj.io/storj/storagenode/storagenodedb.(*usedSpacePerPrefixDB).Get:81\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatelliteWithWalkFunc:96\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatellite:83\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:783\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:37.178092+00:002025-10-02T01:26:37Z ERROR piecestore:cache encountered error while computing space used by satellite {"Process": "storagenode", "error": "filewalker: used_space_per_prefix_db: context canceled", "errorVerbose": "filewalker: used_space_per_prefix_db: context canceled\n\tstorj.io/storj/storagenode/storagenodedb.(*usedSpacePerPrefixDB).Get:81\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatelliteWithWalkFunc:96\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatellite:83\n\tstorj.io/storj/storagenode/pieces.(*Store).WalkAndComputeSpaceUsedBySatellite:783\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:85\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130", "SatelliteID": "12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB"}
2025-10-02 01:26:37.178204+00:002025-10-02T01:26:37Z ERROR piecestore:cache error getting current used space for trash: {"Process": "storagenode", "error": "filestore error: failed to walk trash namespace 84a74c2cd43c5ba76535e1f42f5df7c287ed68d33522782f4afabfdb40000000: context canceled", "errorVerbose": "filestore error: failed to walk trash namespace 84a74c2cd43c5ba76535e1f42f5df7c287ed68d33522782f4afabfdb40000000: context canceled\n\tstorj.io/storj/storagenode/blobstore/filestore.(*blobStore).SpaceUsedForTrash:302\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run.func1:104\n\tgolang.org/x/sync/errgroup.(*Group).add.func1:130"}
2025-10-02 01:26:37.203091+00:002025-10-02T01:26:37Z INFO lazyfilewalker.trash-cleanup-filewalker subprocess exited with status {"Process": "storagenode", "satelliteID": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "status": -1, "error": "signal: killed"}
2025-10-02 01:26:37.203246+00:002025-10-02T01:26:37Z ERROR pieces:trash emptying trash failed {"Process": "storagenode", "error": "pieces error: lazyfilewalker: signal: killed", "errorVerbose": "pieces error: lazyfilewalker: signal: killed\n\tstorj.io/storj/storagenode/pieces/lazyfilewalker.(*process).run:85\n\tstorj.io/storj/storagenode/pieces/lazyfilewalker.(*Supervisor).WalkCleanupTrash:196\n\tstorj.io/storj/storagenode/pieces.(*Store).EmptyTrash:486\n\tstorj.io/storj/storagenode/pieces.(*TrashChore).Run.func1.1:86\n\tstorj.io/common/sync2.(*Workplace).Start.func1:89"}
2025-10-02 01:26:38.807123+00:002025-10-02 01:26:38,806 INFO stopped: storagenode (exit status 0)
2025-10-02 01:26:38.807937+00:002025-10-02 01:26:38,807 WARN stopped: processes-exit-eventlistener (terminated by SIGTERM)
```