forked from MihaZupan/runtime-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Job completed in 5 minutes 51 seconds (remote runner delay: 0 seconds).
Using arguments: -NoPRLink
Main commit: dotnet/runtime@bce6119
PR commit: MihaZupan/runtime@27a748f
ERROR: System.AggregateException: One or more errors occurred. (The file '/runner/diffs-main-combined/System.Threading.Overlapped.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Diagnostics.TraceSource.dasm' already exists.) (The file '/runner/diffs-main-combined/Microsoft.Bcl.Memory.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Runtime.Numerics.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Xml.XPath.XDocument.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Xml.XmlSerializer.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Drawing.Primitives.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Formats.Asn1.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Collections.Concurrent.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Web.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Reflection.Emit.Lightweight.dasm' already exists.) (The file '/runner/diffs-main-combined/Microsoft.Extensions.Configuration.Abstractions.dasm' already exists.) (The file '/runner/diffs-main-combined/Microsoft.VisualBasic.Core.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Text.Json.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Runtime.Caching.dasm' already exists.) (The file '/runner/diffs-main-combined/System.ServiceProcess.ServiceController.dasm' already exists.) (The file '/runner/diffs-main-combined/System.IO.Ports.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Net.WebProxy.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Configuration.ConfigurationManager.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Data.Common.dasm' already exists.) (The file '/runner/diffs-main-combined/System.DirectoryServices.Protocols.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Dynamic.Runtime.dasm' already exists.) (The file '/runner/diffs-main-combined/Microsoft.Extensions.FileProviders.Composite.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Text.Encoding.Extensions.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Diagnostics.Tools.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Composition.Convention.dasm' already exists.) (The file '/runner/diffs-main-combined/System.IO.FileSystem.Primitives.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Numerics.Tensors.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Security.Permissions.dasm' already exists.) (The file '/runner/diffs-main-combined/Microsoft.Extensions.Options.DataAnnotations.dasm' already exists.) (The file '/runner/diffs-main-combined/System.ValueTuple.dasm' already exists.) (The file '/runner/diffs-main-combined/System.Buffers.dasm' already exists.)
---> System.IO.IOException: The file '/runner/diffs-main-combined/System.Threading.Overlapped.dasm' already exists.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at Runner.Jobs.JitDiffJob.<>c__DisplayClass16_2.<CollectFrameworksDiffsAsync>b__4(String file) in /app/Jobs/JitDiffJob.cs:line 411
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()
--- End of inner exception stack trace ---
at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure)
at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt fromInclusive, TInt toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt fromInclusive, TInt toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
at Runner.Jobs.JitDiffJob.<CollectFrameworksDiffsAsync>g__CombineAllDiffs|16_1(String directory, String destination) in /app/Jobs/JitDiffJob.cs:line 409
at Runner.Jobs.JitDiffJob.CollectFrameworksDiffsAsync(Boolean skipMain) in /app/Jobs/JitDiffJob.cs:line 331
at Runner.Jobs.JitDiffJob.RunJobCoreAsync() in /app/Jobs/JitDiffJob.cs:line 101
at Runner.JobBase.RunJobAsync() in /app/JobBase.cs:line 164
---> (Inner Exception #1) System.IO.IOException: The file '/runner/diffs-main-combined/System.Diagnostics.TraceSource.dasm' already exists.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at Runner.Jobs.JitDiffJob.<>c__DisplayClass16_2.<CollectFrameworksDiffsAsync>b__4(String file) in /app/Jobs/JitDiffJob.cs:line 411
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()<---
---> (Inner Exception #2) System.IO.IOException: The file '/runner/diffs-main-combined/Microsoft.Bcl.Memory.dasm' already exists.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at Runner.Jobs.JitDiffJob.<>c__DisplayClass16_2.<CollectFrameworksDiffsAsync>b__4(String file) in /app/Jobs/JitDiffJob.cs:line 411
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()<---
---> (Inner Exception #3) System.IO.IOException: The file '/runner/diffs-main-combined/System.Runtime.Numerics.dasm' already exists.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at Runner.Jobs.JitDiffJob.<>c__DisplayClass16_2.<CollectFrameworksDiffsAsync>b__4(String file) in /app/Jobs/JitDiffJob.cs:line 411
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()<---
---> (Inner Exception #4) System.IO.IOException: The file '/runner/diffs-main-combined/System.Xml.XPath.XDocument.dasm' already exists.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
at System.IO.FileSystem.CopyFile(String sour ...
Artifacts:
- jit-diffs-pr.zip (154 MB)
- jit-diffs-main.zip (309 MB)
Metadata
Metadata
Assignees
Labels
No labels