Skip to content

Instantly share code, notes, and snippets.

@tronyx
Created November 8, 2022 17:41
Show Gist options
  • Save tronyx/4321fd0d9116b1bdd1010812e5ff0b14 to your computer and use it in GitHub Desktop.
Save tronyx/4321fd0d9116b1bdd1010812e5ff0b14 to your computer and use it in GitHub Desktop.
Sonarr Trace Logs for Subtitles Renaming Issue
2022-11-08 08:07:53.5|Trace|Http|Req: 9029 [POST] /api/v3/command (from 192.168.1.1 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0)
2022-11-08 08:07:53.5|Trace|CommandQueueManager|Publishing RenameFiles
2022-11-08 08:07:53.5|Trace|CommandQueueManager|Checking if command is queued or started: RenameFiles
2022-11-08 08:07:53.5|Trace|CommandQueueManager|Inserting new command: RenameFiles
2022-11-08 08:07:53.5|Trace|CommandExecutor|RenameFilesCommand -> RenameEpisodeFileService
2022-11-08 08:07:53.5|Trace|CommandQueueManager|Marking command as started: RenameFiles
2022-11-08 08:07:53.5|Trace|Http|Res: 9029 [POST] /api/v3/command: 201.Created (6 ms)
2022-11-08 08:07:53.5|Debug|Api|[POST] /api/v3/command: 201.Created (6 ms)
2022-11-08 08:07:53.5|Trace|EventAggregator|Publishing CommandUpdatedEvent
2022-11-08 08:07:53.5|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
2022-11-08 08:07:53.5|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
2022-11-08 08:07:53.5|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
2022-11-08 08:07:53.5|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
2022-11-08 08:07:53.5|Info|RenameEpisodeFileService|Renaming 24 files for Instinct (2018)
2022-11-08 08:07:53.5|Trace|EventAggregator|Publishing CommandUpdatedEvent
2022-11-08 08:07:53.5|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
2022-11-08 08:07:53.5|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
2022-11-08 08:07:53.5|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
2022-11-08 08:07:53.5|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
2022-11-08 08:07:53.5|Debug|RenameEpisodeFileService|Renaming episode file: [51794] Season 1/Instinct (2018) - s01e01 - Pilot (WEBDL-720p).mp4
2022-11-08 08:07:53.5|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S01E01.Pilot.720p.AMZN.WEBRip.DDP5.1.x264-NTb'
2022-11-08 08:07:53.5|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S01E01.Pilot.720p.AMZN.WEBRip.DDP5.1.x264-NTb'. Count 1
2022-11-08 08:07:53.5|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 01
2022-11-08 08:07:53.5|Trace|EventAggregator|Publishing EpisodeFolderCreatedEvent
2022-11-08 08:07:53.5|Trace|EventAggregator|EpisodeFolderCreatedEvent -> ExtraService
2022-11-08 08:07:53.5|Trace|EventAggregator|EpisodeFolderCreatedEvent <- ExtraService
2022-11-08 08:07:53.5|Debug|EpisodeFileMovingService|Renaming episode file: [51794] Season 1/Instinct (2018) - s01e01 - Pilot (WEBDL-720p).mp4 to /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E01 - Pilot [AMZN WEBDL-720p][AAC 2.0][x264]-NTb.mp4
2022-11-08 08:07:53.5|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 1/Instinct (2018) - s01e01 - Pilot (WEBDL-720p).mp4] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E01 - Pilot [AMZN WEBDL-720p][AAC 2.0][x264]-NTb.mp4]
2022-11-08 08:07:53.5|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:53.6|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:53.6|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E01 - Pilot [AMZN WEBDL-720p][AAC 2.0][x264]-NTb.mp4
2022-11-08 08:07:53.6|Debug|RenameEpisodeFileService|Renamed episode file: [51794] Season 01/Instinct (2018) - S01E01 - Pilot [AMZN WEBDL-720p][AAC 2.0][x264]-NTb.mp4
2022-11-08 08:07:53.6|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:53.6|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:53.6|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:53.6|Debug|RenameEpisodeFileService|Renaming episode file: [51798] Season 1/Instinct (2018) - s01e02 - Wild Game (WEBDL-720p).mp4
2022-11-08 08:07:53.6|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S01E02.Wild.Game.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'
2022-11-08 08:07:53.6|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S01E02.Wild.Game.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'. Count 1
2022-11-08 08:07:53.6|Debug|EpisodeFileMovingService|Renaming episode file: [51798] Season 1/Instinct (2018) - s01e02 - Wild Game (WEBDL-720p).mp4 to /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E02 - Wild Game [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:53.6|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 1/Instinct (2018) - s01e02 - Wild Game (WEBDL-720p).mp4] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E02 - Wild Game [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4]
2022-11-08 08:07:53.6|Trace|Http|Req: 9030 [GET] /api/v3/command (from 192.168.1.1 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0)
2022-11-08 08:07:53.6|Trace|Http|Req: 9031 [GET] /api/v3/command (from 192.168.1.1 Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0)
2022-11-08 08:07:53.6|Trace|CommandQueueManager|Getting all commands
2022-11-08 08:07:53.6|Trace|CommandQueueManager|Getting all commands
2022-11-08 08:07:53.6|Trace|Http|Res: 9030 [GET] /api/v3/command: 200.OK (1 ms)
2022-11-08 08:07:53.6|Trace|Http|Res: 9031 [GET] /api/v3/command: 200.OK (0 ms)
2022-11-08 08:07:53.6|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:53.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
2022-11-08 08:07:53.6|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2022-11-08 08:07:53.6|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:53.6|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E02 - Wild Game [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:53.6|Debug|RenameEpisodeFileService|Renamed episode file: [51798] Season 01/Instinct (2018) - S01E02 - Wild Game [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:53.6|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:53.6|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:53.7|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:53.7|Debug|RenameEpisodeFileService|Renaming episode file: [52191] Season 1/Instinct (2018) - s01e03 - Secrets and Lies (WEBDL-720p).mp4
2022-11-08 08:07:53.7|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S01E03.Secrets.and.Lies.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb-Obfuscated'
2022-11-08 08:07:53.7|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S01E03.Secrets.and.Lies.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb-Obfuscated'. Count 1
2022-11-08 08:07:53.7|Debug|EpisodeFileMovingService|Renaming episode file: [52191] Season 1/Instinct (2018) - s01e03 - Secrets and Lies (WEBDL-720p).mp4 to /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E03 - Secrets and Lies [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:53.7|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 1/Instinct (2018) - s01e03 - Secrets and Lies (WEBDL-720p).mp4] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E03 - Secrets and Lies [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4]
2022-11-08 08:07:53.7|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:53.7|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:53.7|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E03 - Secrets and Lies [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:53.7|Debug|RenameEpisodeFileService|Renamed episode file: [52191] Season 01/Instinct (2018) - S01E03 - Secrets and Lies [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:53.7|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:53.7|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:53.7|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:53.7|Debug|RenameEpisodeFileService|Renaming episode file: [52505] Season 1/Instinct (2018) - s01e04 - I Heart New York (WEBDL-720p).mp4
2022-11-08 08:07:53.7|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S01E04.I.Heart.New.York.720p.AMZN.WEBRip.DDP5.1.x264-NTb'
2022-11-08 08:07:53.7|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S01E04.I.Heart.New.York.720p.AMZN.WEBRip.DDP5.1.x264-NTb'. Count 1
2022-11-08 08:07:53.7|Debug|EpisodeFileMovingService|Renaming episode file: [52505] Season 1/Instinct (2018) - s01e04 - I Heart New York (WEBDL-720p).mp4 to /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E04 - I Heart New York [AMZN WEBDL-720p][AAC 2.0][x264]-NTb.mp4
2022-11-08 08:07:53.7|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 1/Instinct (2018) - s01e04 - I Heart New York (WEBDL-720p).mp4] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E04 - I Heart New York [AMZN WEBDL-720p][AAC 2.0][x264]-NTb.mp4]
2022-11-08 08:07:53.7|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:53.7|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:53.8|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E04 - I Heart New York [AMZN WEBDL-720p][AAC 2.0][x264]-NTb.mp4
2022-11-08 08:07:53.8|Debug|RenameEpisodeFileService|Renamed episode file: [52505] Season 01/Instinct (2018) - S01E04 - I Heart New York [AMZN WEBDL-720p][AAC 2.0][x264]-NTb.mp4
2022-11-08 08:07:53.8|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:53.8|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:53.8|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:53.8|Debug|RenameEpisodeFileService|Renaming episode file: [53565] Season 1/Instinct (2018) - s01e05 - Heartless (WEBDL-720p).mp4
2022-11-08 08:07:53.8|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S01E05.Heartless.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb-Obfuscated'
2022-11-08 08:07:53.8|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S01E05.Heartless.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb-Obfuscated'. Count 1
2022-11-08 08:07:53.8|Debug|EpisodeFileMovingService|Renaming episode file: [53565] Season 1/Instinct (2018) - s01e05 - Heartless (WEBDL-720p).mp4 to /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E05 - Heartless [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:53.8|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 1/Instinct (2018) - s01e05 - Heartless (WEBDL-720p).mp4] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E05 - Heartless [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4]
2022-11-08 08:07:53.8|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:53.8|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:53.8|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E05 - Heartless [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:53.8|Debug|RenameEpisodeFileService|Renamed episode file: [53565] Season 01/Instinct (2018) - S01E05 - Heartless [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:53.8|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:53.8|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:53.8|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:53.8|Debug|RenameEpisodeFileService|Renaming episode file: [53666] Season 1/Instinct (2018) - s01e06 - Flat Line (WEBDL-720p).mp4
2022-11-08 08:07:53.8|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S01E06.Flat.Line.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'
2022-11-08 08:07:53.8|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S01E06.Flat.Line.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'. Count 1
2022-11-08 08:07:53.8|Debug|EpisodeFileMovingService|Renaming episode file: [53666] Season 1/Instinct (2018) - s01e06 - Flat Line (WEBDL-720p).mp4 to /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E06 - Flat Line [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:53.8|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 1/Instinct (2018) - s01e06 - Flat Line (WEBDL-720p).mp4] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E06 - Flat Line [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4]
2022-11-08 08:07:53.9|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:53.9|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:53.9|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E06 - Flat Line [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:53.9|Debug|RenameEpisodeFileService|Renamed episode file: [53666] Season 01/Instinct (2018) - S01E06 - Flat Line [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:53.9|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:53.9|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:53.9|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:53.9|Debug|RenameEpisodeFileService|Renaming episode file: [53834] Season 1/Instinct (2018) - s01e07 - Owned (WEBDL-720p).mp4
2022-11-08 08:07:53.9|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S01E07.Owned.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'
2022-11-08 08:07:53.9|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S01E07.Owned.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'. Count 1
2022-11-08 08:07:53.9|Debug|EpisodeFileMovingService|Renaming episode file: [53834] Season 1/Instinct (2018) - s01e07 - Owned (WEBDL-720p).mp4 to /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E07 - Owned [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:53.9|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 1/Instinct (2018) - s01e07 - Owned (WEBDL-720p).mp4] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E07 - Owned [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4]
2022-11-08 08:07:53.9|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:53.9|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:53.9|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E07 - Owned [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.0|Debug|RenameEpisodeFileService|Renamed episode file: [53834] Season 01/Instinct (2018) - S01E07 - Owned [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.0|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.0|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.0|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.0|Debug|RenameEpisodeFileService|Renaming episode file: [54887] Season 1/Instinct (2018) - s01e08 - Long Shot (WEBDL-720p).mp4
2022-11-08 08:07:54.0|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S01E08.Long.Shot.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'
2022-11-08 08:07:54.0|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S01E08.Long.Shot.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'. Count 1
2022-11-08 08:07:54.0|Debug|EpisodeFileMovingService|Renaming episode file: [54887] Season 1/Instinct (2018) - s01e08 - Long Shot (WEBDL-720p).mp4 to /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E08 - Long Shot [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.0|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 1/Instinct (2018) - s01e08 - Long Shot (WEBDL-720p).mp4] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E08 - Long Shot [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4]
2022-11-08 08:07:54.0|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.0|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.0|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E08 - Long Shot [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.0|Debug|RenameEpisodeFileService|Renamed episode file: [54887] Season 01/Instinct (2018) - S01E08 - Long Shot [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.0|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.0|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.0|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.0|Debug|RenameEpisodeFileService|Renaming episode file: [54888] Season 1/Instinct (2018) - s01e09 - Bad Actors (WEBDL-720p).mp4
2022-11-08 08:07:54.0|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S01E09.Bad.Actors.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'
2022-11-08 08:07:54.0|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S01E09.Bad.Actors.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'. Count 1
2022-11-08 08:07:54.0|Debug|EpisodeFileMovingService|Renaming episode file: [54888] Season 1/Instinct (2018) - s01e09 - Bad Actors (WEBDL-720p).mp4 to /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E09 - Bad Actors [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.0|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 1/Instinct (2018) - s01e09 - Bad Actors (WEBDL-720p).mp4] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E09 - Bad Actors [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4]
2022-11-08 08:07:54.0|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.1|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.1|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E09 - Bad Actors [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.1|Debug|RenameEpisodeFileService|Renamed episode file: [54888] Season 01/Instinct (2018) - S01E09 - Bad Actors [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.1|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.1|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.1|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.1|Debug|RenameEpisodeFileService|Renaming episode file: [55240] Season 1/Instinct (2018) - s01e10 - Bye Bye Birdie (WEBDL-720p).mp4
2022-11-08 08:07:54.1|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S01E10.Bye.Bye.Birdie.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'
2022-11-08 08:07:54.1|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S01E10.Bye.Bye.Birdie.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'. Count 1
2022-11-08 08:07:54.1|Debug|EpisodeFileMovingService|Renaming episode file: [55240] Season 1/Instinct (2018) - s01e10 - Bye Bye Birdie (WEBDL-720p).mp4 to /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E10 - Bye Bye Birdie [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.1|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 1/Instinct (2018) - s01e10 - Bye Bye Birdie (WEBDL-720p).mp4] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E10 - Bye Bye Birdie [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4]
2022-11-08 08:07:54.1|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.1|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.1|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E10 - Bye Bye Birdie [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.1|Debug|RenameEpisodeFileService|Renamed episode file: [55240] Season 01/Instinct (2018) - S01E10 - Bye Bye Birdie [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.1|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.1|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.2|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.2|Debug|RenameEpisodeFileService|Renaming episode file: [55711] Season 1/Instinct (2018) - s01e11 - Blast from the Past (WEBDL-720p).mp4
2022-11-08 08:07:54.2|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S01E11.Blast.from.the.Past.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb-Obfuscated'
2022-11-08 08:07:54.2|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S01E11.Blast.from.the.Past.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb-Obfuscated'. Count 1
2022-11-08 08:07:54.2|Debug|EpisodeFileMovingService|Renaming episode file: [55711] Season 1/Instinct (2018) - s01e11 - Blast from the Past (WEBDL-720p).mp4 to /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E11 - Blast from the Past [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.2|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 1/Instinct (2018) - s01e11 - Blast from the Past (WEBDL-720p).mp4] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E11 - Blast from the Past [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4]
2022-11-08 08:07:54.2|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.2|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.2|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E11 - Blast from the Past [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.2|Debug|RenameEpisodeFileService|Renamed episode file: [55711] Season 01/Instinct (2018) - S01E11 - Blast from the Past [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.2|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.2|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.2|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.2|Debug|RenameEpisodeFileService|Renaming episode file: [56042] Season 1/Instinct (2018) - s01e12 - Live (WEBDL-720p).mp4
2022-11-08 08:07:54.2|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.US.S01E12.iNTERNAL.720p.WEB.x264-BAMBOOZLE'
2022-11-08 08:07:54.2|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.US.S01E12.iNTERNAL.720p.WEB.x264-BAMBOOZLE'. Count 0
2022-11-08 08:07:54.2|Debug|EpisodeFileMovingService|Renaming episode file: [56042] Season 1/Instinct (2018) - s01e12 - Live (WEBDL-720p).mp4 to /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E12 - Live [WEBDL-720p][AAC 2.0][x264]-BAMBOOZLE.mp4
2022-11-08 08:07:54.2|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 1/Instinct (2018) - s01e12 - Live (WEBDL-720p).mp4] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E12 - Live [WEBDL-720p][AAC 2.0][x264]-BAMBOOZLE.mp4]
2022-11-08 08:07:54.2|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.2|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.3|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E12 - Live [WEBDL-720p][AAC 2.0][x264]-BAMBOOZLE.mp4
2022-11-08 08:07:54.3|Debug|RenameEpisodeFileService|Renamed episode file: [56042] Season 01/Instinct (2018) - S01E12 - Live [WEBDL-720p][AAC 2.0][x264]-BAMBOOZLE.mp4
2022-11-08 08:07:54.3|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.3|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.3|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.3|Debug|RenameEpisodeFileService|Renaming episode file: [56129] Season 1/Instinct (2018) - s01e13 - Tribal (WEBDL-720p).mp4
2022-11-08 08:07:54.3|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S01E13.Tribal.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'
2022-11-08 08:07:54.3|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S01E13.Tribal.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'. Count 1
2022-11-08 08:07:54.3|Debug|EpisodeFileMovingService|Renaming episode file: [56129] Season 1/Instinct (2018) - s01e13 - Tribal (WEBDL-720p).mp4 to /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E13 - Tribal [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.3|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 1/Instinct (2018) - s01e13 - Tribal (WEBDL-720p).mp4] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E13 - Tribal [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4]
2022-11-08 08:07:54.3|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.3|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.3|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 01/Instinct (2018) - S01E13 - Tribal [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.3|Debug|RenameEpisodeFileService|Renamed episode file: [56129] Season 01/Instinct (2018) - S01E13 - Tribal [AMZN WEBDL-720p][AAC 2.0][h264]-NTb.mp4
2022-11-08 08:07:54.3|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.3|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.3|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.3|Debug|RenameEpisodeFileService|Renaming episode file: [80826] Season 2/Instinct (2018) - s02e01 - Stay Gold (WEBDL-720p).mkv
2022-11-08 08:07:54.3|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.US.S02E01.720p.WEB.x264-TBS'
2022-11-08 08:07:54.3|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.US.S02E01.720p.WEB.x264-TBS'. Count 0
2022-11-08 08:07:54.3|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 02
2022-11-08 08:07:54.3|Trace|EventAggregator|Publishing EpisodeFolderCreatedEvent
2022-11-08 08:07:54.3|Trace|EventAggregator|EpisodeFolderCreatedEvent -> ExtraService
2022-11-08 08:07:54.4|Trace|EventAggregator|EpisodeFolderCreatedEvent <- ExtraService
2022-11-08 08:07:54.4|Debug|EpisodeFileMovingService|Renaming episode file: [80826] Season 2/Instinct (2018) - s02e01 - Stay Gold (WEBDL-720p).mkv to /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E01 - Stay Gold [WEBDL-720p][AAC 2.0][x264]-TBS.mkv
2022-11-08 08:07:54.4|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 2/Instinct (2018) - s02e01 - Stay Gold (WEBDL-720p).mkv] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E01 - Stay Gold [WEBDL-720p][AAC 2.0][x264]-TBS.mkv]
2022-11-08 08:07:54.4|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.4|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.4|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E01 - Stay Gold [WEBDL-720p][AAC 2.0][x264]-TBS.mkv
2022-11-08 08:07:54.4|Debug|RenameEpisodeFileService|Renamed episode file: [80826] Season 02/Instinct (2018) - S02E01 - Stay Gold [WEBDL-720p][AAC 2.0][x264]-TBS.mkv
2022-11-08 08:07:54.4|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.4|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.4|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.4|Debug|RenameEpisodeFileService|Renaming episode file: [82116] Season 2/Instinct (2018) - s02e02 - Broken Record (WEBDL-720p).mkv
2022-11-08 08:07:54.4|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S02E02.Broken.Record.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'
2022-11-08 08:07:54.4|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S02E02.Broken.Record.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'. Count 1
2022-11-08 08:07:54.4|Debug|EpisodeFileMovingService|Renaming episode file: [82116] Season 2/Instinct (2018) - s02e02 - Broken Record (WEBDL-720p).mkv to /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E02 - Broken Record [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv
2022-11-08 08:07:54.4|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 2/Instinct (2018) - s02e02 - Broken Record (WEBDL-720p).mkv] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E02 - Broken Record [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv]
2022-11-08 08:07:54.4|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.4|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.5|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E02 - Broken Record [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv
2022-11-08 08:07:54.5|Debug|RenameEpisodeFileService|Renamed episode file: [82116] Season 02/Instinct (2018) - S02E02 - Broken Record [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv
2022-11-08 08:07:54.5|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.5|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.5|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.5|Debug|RenameEpisodeFileService|Renaming episode file: [83211] Season 2/Instinct (2018) - s02e03 - Finders Keepers (WEBDL-720p).mkv
2022-11-08 08:07:54.5|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.US.S02E03.iNTERNAL.720p.WEB.H264-AMRAP en'
2022-11-08 08:07:54.5|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.US.S02E03.iNTERNAL.720p.WEB.H264-AMRAP en'. Count 0
2022-11-08 08:07:54.5|Trace|Owin|SQLite error (5): database is locked in "PRAGMA cache_size=-10000"
2022-11-08 08:07:54.5|Trace|Owin|
2022-11-08 08:07:54.5|Debug|EpisodeFileMovingService|Renaming episode file: [83211] Season 2/Instinct (2018) - s02e03 - Finders Keepers (WEBDL-720p).mkv to /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E03 - Finders Keepers [WEBDL-720p][EAC3 5.1][h264]-AMRAP.mkv
2022-11-08 08:07:54.5|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 2/Instinct (2018) - s02e03 - Finders Keepers (WEBDL-720p).mkv] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E03 - Finders Keepers [WEBDL-720p][EAC3 5.1][h264]-AMRAP.mkv]
2022-11-08 08:07:54.6|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.6|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.6|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E03 - Finders Keepers [WEBDL-720p][EAC3 5.1][h264]-AMRAP.mkv
2022-11-08 08:07:54.6|Debug|RenameEpisodeFileService|Renamed episode file: [83211] Season 02/Instinct (2018) - S02E03 - Finders Keepers [WEBDL-720p][EAC3 5.1][h264]-AMRAP.mkv
2022-11-08 08:07:54.6|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.6|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.6|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.6|Debug|RenameEpisodeFileService|Renaming episode file: [83539] Season 2/Instinct (2018) - s02e04 - Big Splash (WEBDL-720p).mkv
2022-11-08 08:07:54.6|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.US.S02E04.iNTERNAL.720p.WEB.x264-TRUMP en'
2022-11-08 08:07:54.6|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.US.S02E04.iNTERNAL.720p.WEB.x264-TRUMP en'. Count 0
2022-11-08 08:07:54.6|Debug|EpisodeFileMovingService|Renaming episode file: [83539] Season 2/Instinct (2018) - s02e04 - Big Splash (WEBDL-720p).mkv to /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E04 - Big Splash [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv
2022-11-08 08:07:54.6|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 2/Instinct (2018) - s02e04 - Big Splash (WEBDL-720p).mkv] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E04 - Big Splash [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv]
2022-11-08 08:07:54.6|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.6|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.6|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E04 - Big Splash [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv
2022-11-08 08:07:54.6|Debug|RenameEpisodeFileService|Renamed episode file: [83539] Season 02/Instinct (2018) - S02E04 - Big Splash [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv
2022-11-08 08:07:54.6|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.6|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.6|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.6|Debug|RenameEpisodeFileService|Renaming episode file: [83904] Season 2/Instinct (2018) - s02e05 - Ancient History (WEBDL-720p).mkv
2022-11-08 08:07:54.7|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S02E05.Ancient.History.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'
2022-11-08 08:07:54.7|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S02E05.Ancient.History.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'. Count 1
2022-11-08 08:07:54.7|Debug|EpisodeFileMovingService|Renaming episode file: [83904] Season 2/Instinct (2018) - s02e05 - Ancient History (WEBDL-720p).mkv to /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E05 - Ancient History [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv
2022-11-08 08:07:54.7|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 2/Instinct (2018) - s02e05 - Ancient History (WEBDL-720p).mkv] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E05 - Ancient History [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv]
2022-11-08 08:07:54.7|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.7|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.7|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E05 - Ancient History [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv
2022-11-08 08:07:54.7|Debug|RenameEpisodeFileService|Renamed episode file: [83904] Season 02/Instinct (2018) - S02E05 - Ancient History [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv
2022-11-08 08:07:54.7|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.7|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.7|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.7|Debug|RenameEpisodeFileService|Renaming episode file: [84492] Season 2/Instinct (2018) - s02e06 - One-of-a-Kind (WEBDL-720p).mkv
2022-11-08 08:07:54.7|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.US.S02E06.iNTERNAL.720p.WEB.x264-TRUMP en'
2022-11-08 08:07:54.7|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.US.S02E06.iNTERNAL.720p.WEB.x264-TRUMP en'. Count 0
2022-11-08 08:07:54.7|Debug|EpisodeFileMovingService|Renaming episode file: [84492] Season 2/Instinct (2018) - s02e06 - One-of-a-Kind (WEBDL-720p).mkv to /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E06 - One-of-a-Kind [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv
2022-11-08 08:07:54.7|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 2/Instinct (2018) - s02e06 - One-of-a-Kind (WEBDL-720p).mkv] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E06 - One-of-a-Kind [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv]
2022-11-08 08:07:54.7|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.7|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.8|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E06 - One-of-a-Kind [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv
2022-11-08 08:07:54.8|Debug|RenameEpisodeFileService|Renamed episode file: [84492] Season 02/Instinct (2018) - S02E06 - One-of-a-Kind [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv
2022-11-08 08:07:54.8|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.8|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.8|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.8|Debug|RenameEpisodeFileService|Renaming episode file: [84792] Season 2/Instinct (2018) - s02e07 - After Hours (WEBDL-720p).mkv
2022-11-08 08:07:54.8|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.US.S02E07.iNTERNAL.720p.WEB.x264-TRUMP'
2022-11-08 08:07:54.8|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.US.S02E07.iNTERNAL.720p.WEB.x264-TRUMP'. Count 0
2022-11-08 08:07:54.8|Debug|EpisodeFileMovingService|Renaming episode file: [84792] Season 2/Instinct (2018) - s02e07 - After Hours (WEBDL-720p).mkv to /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E07 - After Hours [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv
2022-11-08 08:07:54.8|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 2/Instinct (2018) - s02e07 - After Hours (WEBDL-720p).mkv] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E07 - After Hours [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv]
2022-11-08 08:07:54.8|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.8|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.8|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E07 - After Hours [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv
2022-11-08 08:07:54.8|Debug|RenameEpisodeFileService|Renamed episode file: [84792] Season 02/Instinct (2018) - S02E07 - After Hours [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv
2022-11-08 08:07:54.8|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.8|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.8|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.8|Debug|RenameEpisodeFileService|Renaming episode file: [84794] Season 2/Instinct (2018) - s02e08 - Go Figure (WEBDL-720p).mkv
2022-11-08 08:07:54.8|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.US.S02E08.iNTERNAL.720p.WEB.x264-TRUMP'
2022-11-08 08:07:54.8|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.US.S02E08.iNTERNAL.720p.WEB.x264-TRUMP'. Count 0
2022-11-08 08:07:54.8|Debug|EpisodeFileMovingService|Renaming episode file: [84794] Season 2/Instinct (2018) - s02e08 - Go Figure (WEBDL-720p).mkv to /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E08 - Go Figure [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv
2022-11-08 08:07:54.8|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 2/Instinct (2018) - s02e08 - Go Figure (WEBDL-720p).mkv] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E08 - Go Figure [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv]
2022-11-08 08:07:54.9|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.9|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.9|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E08 - Go Figure [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv
2022-11-08 08:07:54.9|Debug|RenameEpisodeFileService|Renamed episode file: [84794] Season 02/Instinct (2018) - S02E08 - Go Figure [WEBDL-720p][AAC 2.0][x264]-TRUMP.mkv
2022-11-08 08:07:54.9|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:54.9|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:54.9|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:54.9|Debug|RenameEpisodeFileService|Renaming episode file: [85057] Season 2/Instinct (2018) - s02e09 - Manhunt (WEBDL-720p).mkv
2022-11-08 08:07:54.9|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S02E09.Manhunt.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'
2022-11-08 08:07:54.9|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S02E09.Manhunt.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'. Count 1
2022-11-08 08:07:54.9|Debug|EpisodeFileMovingService|Renaming episode file: [85057] Season 2/Instinct (2018) - s02e09 - Manhunt (WEBDL-720p).mkv to /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E09 - Manhunt [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv
2022-11-08 08:07:54.9|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 2/Instinct (2018) - s02e09 - Manhunt (WEBDL-720p).mkv] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E09 - Manhunt [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv]
2022-11-08 08:07:54.9|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.9|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:54.9|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E09 - Manhunt [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv
2022-11-08 08:07:55.0|Debug|RenameEpisodeFileService|Renamed episode file: [85057] Season 02/Instinct (2018) - S02E09 - Manhunt [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv
2022-11-08 08:07:55.0|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:55.0|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:55.0|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:55.0|Debug|RenameEpisodeFileService|Renaming episode file: [85058] Season 2/Instinct (2018) - s02e10 - Trust Issues (WEBDL-720p).mkv
2022-11-08 08:07:55.0|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.US.S02E10.INTERNAL.720p.WEB.x264-BAMBOOZLE'
2022-11-08 08:07:55.0|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.US.S02E10.INTERNAL.720p.WEB.x264-BAMBOOZLE'. Count 0
2022-11-08 08:07:55.0|Debug|EpisodeFileMovingService|Renaming episode file: [85058] Season 2/Instinct (2018) - s02e10 - Trust Issues (WEBDL-720p).mkv to /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E10 - Trust Issues [WEBDL-720p][AAC 2.0][x264]-BAMBOOZLE.mkv
2022-11-08 08:07:55.0|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 2/Instinct (2018) - s02e10 - Trust Issues (WEBDL-720p).mkv] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E10 - Trust Issues [WEBDL-720p][AAC 2.0][x264]-BAMBOOZLE.mkv]
2022-11-08 08:07:55.0|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:55.0|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:55.0|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E10 - Trust Issues [WEBDL-720p][AAC 2.0][x264]-BAMBOOZLE.mkv
2022-11-08 08:07:55.0|Debug|RenameEpisodeFileService|Renamed episode file: [85058] Season 02/Instinct (2018) - S02E10 - Trust Issues [WEBDL-720p][AAC 2.0][x264]-BAMBOOZLE.mkv
2022-11-08 08:07:55.0|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:55.0|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:55.0|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:55.0|Debug|RenameEpisodeFileService|Renaming episode file: [85327] Season 2/Instinct (2018) - s02e11 - Grey Matter (WEBDL-720p).mkv
2022-11-08 08:07:55.0|Trace|PreferredWordService|Determining preferred word matches for 'Instinct.2018.S02E11.Grey.Matter.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'
2022-11-08 08:07:55.0|Trace|PreferredWordService|Determined preferred word matches for 'Instinct.2018.S02E11.Grey.Matter.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb'. Count 1
2022-11-08 08:07:55.0|Debug|EpisodeFileMovingService|Renaming episode file: [85327] Season 2/Instinct (2018) - s02e11 - Grey Matter (WEBDL-720p).mkv to /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E11 - Grey Matter [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv
2022-11-08 08:07:55.0|Debug|DiskTransferService|Move [/data/media/Videos/TV Shows/Instinct (2018)/Season 2/Instinct (2018) - s02e11 - Grey Matter (WEBDL-720p).mkv] > [/data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E11 - Grey Matter [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv]
2022-11-08 08:07:55.0|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:55.1|Debug|ProcMountProvider|Failed to retrieve mounts from /proc/mounts
[v3.0.9.1555] System.EntryPointNotFoundException: Mono_Posix_Syscall_getfsfile assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Mono.Unix.Native.Syscall.sys_getfsfile(string,Mono.Unix.Native.Syscall/_Fstab&)
at Mono.Unix.Native.Syscall.getfsfile (System.String mount_point) [0x00010] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs:3211
at Mono.Unix.UnixDriveInfo..ctor (System.String mountPoint) [0x00014] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/mcs/class/Mono.Posix/Mono.Unix/UnixDriveInfo.cs:56
at NzbDrone.Mono.Disk.ProcMount..ctor (System.IO.DriveType driveType, System.String name, System.String mount, System.String type, NzbDrone.Common.Disk.MountOptions mountOptions) [0x0002b] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMount.cs:21
at NzbDrone.Mono.Disk.ProcMountProvider.ParseLine (System.String line) [0x000a3] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:127
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].MoveNext () [0x0003a] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Select.cs:224
at System.Linq.Enumerable+<OfTypeIterator>d__32`1[TResult].MoveNext () [0x00067] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Cast.cs:24
at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <6392c0c37ca94ec9856fca6c05801600>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Mono.Disk.ProcMountProvider.GetMounts () [0x00017] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\ProcMountProvider.cs:43
2022-11-08 08:07:55.1|Debug|DiskProvider|Setting permissions: 777 on /data/media/Videos/TV Shows/Instinct (2018)/Season 02/Instinct (2018) - S02E11 - Grey Matter [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv
2022-11-08 08:07:55.1|Debug|RenameEpisodeFileService|Renamed episode file: [85327] Season 02/Instinct (2018) - S02E11 - Grey Matter [AMZN WEBDL-720p][EAC3 5.1][h264]-NTb.mkv
2022-11-08 08:07:55.1|Trace|EventAggregator|Publishing EpisodeFileRenamedEvent
2022-11-08 08:07:55.1|Trace|EventAggregator|EpisodeFileRenamedEvent -> HistoryService
2022-11-08 08:07:55.1|Trace|EventAggregator|EpisodeFileRenamedEvent <- HistoryService
2022-11-08 08:07:55.1|Trace|EventAggregator|Publishing SeriesRenamedEvent
2022-11-08 08:07:55.1|Trace|EventAggregator|SeriesRenamedEvent -> NotificationService
2022-11-08 08:07:55.1|Trace|EventAggregator|SeriesRenamedEvent <- NotificationService
2022-11-08 08:07:55.1|Trace|EventAggregator|SeriesRenamedEvent -> ExtraService
2022-11-08 08:07:55.1|Error|EventAggregator|ExtraService failed while processing [SeriesRenamedEvent]
[v3.0.9.1555] System.ArgumentNullException: Value cannot be null.
Parameter name: values
at System.String.Join (System.String separator, System.Collections.Generic.IEnumerable`1[T] values) [0x00081] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/Common/src/CoreLib/System/String.Manipulation.cs:607
at NzbDrone.Core.Extras.Subtitles.SubtitleFile.get_LanguageTagsAsString () [0x00000] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Extras\Subtitles\SubtitleFile.cs:15
at NzbDrone.Core.Extras.Subtitles.SubtitleFile.get_AggregateString () [0x00000] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Extras\Subtitles\SubtitleFile.cs:11
at NzbDrone.Core.Extras.Subtitles.SubtitleService+<>c.<MoveFilesAfterRename>b__12_1 (NzbDrone.Core.Extras.Subtitles.SubtitleFile s) [0x00000] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Extras\Subtitles\SubtitleService.cs:75
at System.Linq.Lookup`2[TKey,TElement].Create (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector, System.Collections.Generic.IEqualityComparer`1[T] comparer) [0x00017] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Lookup.cs:96
at System.Linq.GroupedEnumerable`2[TSource,TKey].ToList () [0x00000] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/Grouping.cs:270
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /home/(removed)/aports/testing/mono/src/mono-6.12.0.182/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Core.Extras.Subtitles.SubtitleService.MoveFilesAfterRename (NzbDrone.Core.Tv.Series series, System.Collections.Generic.List`1[T] episodeFiles) [0x00037] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Extras\Subtitles\SubtitleService.cs:74
at NzbDrone.Core.Extras.ExtraService.Handle (NzbDrone.Core.MediaFiles.Events.SeriesRenamedEvent message) [0x0002a] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Extras\ExtraService.cs:152
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent] (TEvent event) [0x0011a] in C:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:92
2022-11-08 08:07:55.1|Trace|EventAggregator|SeriesRenamedEvent -> SeriesModule
2022-11-08 08:07:55.1|Trace|EventAggregator|SeriesRenamedEvent <- SeriesModule
2022-11-08 08:07:55.1|Trace|EventAggregator|SeriesRenamedEvent -> SeriesModule
2022-11-08 08:07:55.1|Trace|EventAggregator|SeriesRenamedEvent <- SeriesModule
2022-11-08 08:07:55.1|Info|RenameEpisodeFileService|Selected episode files renamed for Instinct (2018)
2022-11-08 08:07:55.1|Trace|EventAggregator|Publishing CommandUpdatedEvent
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
2022-11-08 08:07:55.1|Trace|EventAggregator|Publishing RenameCompletedEvent
2022-11-08 08:07:55.1|Trace|CommandQueueManager|Updating command status
2022-11-08 08:07:55.1|Trace|EventAggregator|RenameCompletedEvent ~> NotificationService
2022-11-08 08:07:55.1|Trace|EventAggregator|Publishing CommandUpdatedEvent
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
2022-11-08 08:07:55.1|Trace|EventAggregator|Publishing CommandExecutedEvent
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandExecutedEvent -> TaskManager
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandExecutedEvent <- TaskManager
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandExecutedEvent -> TaskModule
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandExecutedEvent <- TaskModule
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandExecutedEvent -> TaskModule
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandExecutedEvent <- TaskModule
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandExecutedEvent -> QualityDefinitionModule
2022-11-08 08:07:55.1|Trace|EventAggregator|CommandExecutedEvent <- QualityDefinitionModule
2022-11-08 08:07:55.1|Trace|CommandExecutor|RenameFilesCommand <- RenameEpisodeFileService [00:00:01.6448860]
2022-11-08 08:07:55.2|Trace|EventAggregator|RenameCompletedEvent <~ NotificationService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment