Fails to scan file system

Something happens about 12-16 hours into execution and I see the following errors, I’m also seeing database locking issues again.

Version: 1.0


{"fatal":true,"exit":true,"status":12,"pid":17,"ppid":6,"error":"ChildService(sync).onStdout(): Error: ChildService(sync).onStdout()Failed to scan system volumes.¹⁶"}


"ts":1629061192903,"l":"error","ctx":"DbRetries","msg":"Caught db error. Retrying in 597ms.","meta":"SqliteError: code SQLITE_BUSY: database is locked\nSqliteError: database is locked\n    at /ps/app/bin/sync.js:9:706357\n    at Function.<anonymous> (/ps/app/bin/sync.js:9:727603)\n    at Function.sqliteTransaction (/ps/app/node_modules/better-sqlite3/lib/methods/transaction.js:65:24)\n    at /ps/app/bin/sync.js:9:727613\n    at Object.t.handleDbRetries (/ps/app/bin/sync.js:9:708372)"}
{"ts":1629061200038,"l":"error","ctx":"DbRetries","msg":"Caught db error. Retrying in 575ms.","meta":"SqliteError: code SQLITE_BUSY: database is locked\nSqliteError: database is locked\n    at /ps/app/bin/sync.js:9:706357\n    at Function.<anonymous> (/ps/app/bin/sync.js:9:727603)\n    at Function.sqliteTransaction (/ps/app/node_modules/better-sqlite3/lib/methods/transaction.js:65:24)\n    at /ps/app/bin/sync.js:9:727613\n    at Object.t.handleDbRetries (/ps/app/bin/sync.js:9:708372)"}
{"ts":1629061324537,"l":"error","ctx":"DbRetries","msg":"Caught db error. Retrying in 1201ms.","meta":"SqliteError: code SQLITE_BUSY: database is locked\nSqliteError: database is locked\n    at /ps/app/bin/sync.js:9:706357\n    at Function.<anonymous> (/ps/app/bin/sync.js:9:727603)\n    at Function.sqliteTransaction (/ps/app/node_modules/better-sqlite3/lib/methods/transaction.js:65:24)\n    at /ps/app/bin/sync.js:9:727613\n    at Object.t.handleDbRetries (/ps/app/bin/sync.js:9:708372)"}
{"ts":1629061338701,"l":"error","ctx":"DbRetries","msg":"Caught db error. Retrying in 871ms.","meta":"SqliteError: code SQLITE_BUSY: database is locked\nSqliteError: database is locked\n    at /ps/app/bin/sync.js:9:706357\n    at Function.<anonymous> (/ps/app/bin/sync.js:9:727603)\n    at Function.sqliteTransaction (/ps/app/node_modules/better-sqlite3/lib/methods/transaction.js:65:24)\n    at /ps/app/bin/sync.js:9:727613\n    at Object.t.handleDbRetries (/ps/app/bin/sync.js:9:708372)"}
{"ts":1629061451643,"l":"error","ctx":"Error","msg":"onError()","meta":{"event":"fatal","message":"Failed to scan system volumes.¹⁵"}}
{"ts":1629061451644,"l":"error","ctx":"Service(sync)","msg":"exit()","meta":{"status":12,"reason":"Failed to scan system volumes.¹⁵","waitForJobs":false,"ending":false}}
{"ts":1629061451647,"l":"error","ctx":"Error","msg":"onError()","meta":{"event":"fatal","message":"Failed to scan system volumes.¹⁵"}}
{"ts":1629061451647,"l":"error","ctx":"Service(sync)","msg":"exit()","meta":{"status":12,"reason":"Failed to scan system volumes.¹⁵","waitForJobs":false,"ending":false}}

Any ideas? What other information would help?

Resolved. Docker does not permit the type of configuration I was going for. I moved to a VM instead with pass through shares and it is working like a champ