Search Unity

Bug After updating the project, errors appeared

Discussion in 'Burst' started by ProGameDevUser, Jun 25, 2021.

  1. ProGameDevUser

    ProGameDevUser

    Joined:
    Mar 17, 2018
    Posts:
    115
    Hello everyone I ran into such a problem that after updating the project to unity 2021.1. 12f1 such errors began to appear. I don't know what to do anymore, I tried to reinstall the unity version, tried to reinstall burst, deleted its data in the libray and appadata folder, nothing helps(((
    When trying to make a build, it gives the following errors:
    Code (CSharp):
    1. BuildFailedException: Burst compiler (1.5.4) failed running
    2.  
    3. stdout:
    4. stderr:
    5. lld: error: permission denied
    6.  
    7.  Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : Library\PackageCache\com.unity.burst@1.5.4\.Runtime\hostwin\lld -flavor link "@C:\Users\Perfect\AppData\Local\Temp\tmp8863.tmp""
    8.   Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool(String command, String arguments, String errorMessage, String commandType, String workingDirectory, Boolean muteOutputs)
    9.   Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link(TargetCpu targetCpu, List`1 inputFiles, String outputFile, Boolean enableDebugInfo)
    10.    Burst.Compiler.IL.Aot.AotCompiler.Link(List`1 groups, String nameSuffix, AotCompilerOptions compilerOptions, TextWriter consoleOut, TextWriter consoleError)
    11.    Burst.Bcl.BclApp.LibraryThread.Process(LibraryCompilationRequest libraryRequest)
    12.    Burst.Bcl.BclApp.LibraryThread.Run()
    13.    System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    14.    System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    15.    System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    16.    System.Threading.ThreadHelper.ThreadStart()
    AND IN 2021.1, I CAN'T PUT ANOTHER VERSION OF BURST IN ANY WAY, I DON'T UNDERSTAND WHY(((
     

    Attached Files:

    Last edited: Jun 27, 2021
  2. NRebel

    NRebel

    Joined:
    Sep 13, 2019
    Posts:
    2
    Having a similar problem. Any resolution?
     
  3. ProGameDevUser

    ProGameDevUser

    Joined:
    Mar 17, 2018
    Posts:
    115
    Hi! I was able to fix this by switching to the old version of unity 2020.3.14, alas, I did not get a solution on this forum.
     
  4. Lee_Hammerton

    Lee_Hammerton

    Unity Technologies

    Joined:
    Jul 26, 2018
    Posts:
    118
    @ProGameDevUser

    Sorry to hear this, just so i can understand :

    in both cases this is the same burst version (just different editor version)?
    what is U:\ mapped to?

    if it occurs again could try to clear out C:\Users\Perfect\AppData\Local\Temp\

    Lee
     
  5. ProGameDevUser

    ProGameDevUser

    Joined:
    Mar 17, 2018
    Posts:
    115
    Hi! This happens with any version of burst that is higher than 1.4.5 and on editors higher than 2020.3
     
  6. SamOld

    SamOld

    Joined:
    Aug 17, 2018
    Posts:
    333
    I'm seeing something similar. I'm on 2021.2.0a17.2411. I'm not sure if it's the same issue, but we're both seeing the "lld: error: permission denied" thing.

    I've got a small project - for developing a package - that isn't using any Burst features yet. I added the
    com.unity.collections
    package, and it spewed IO errors when the install completed. With the package installed, these errors reoccur on project load, exit play mode, etc.

    This same behaviour continues after a remove and re-add package cycle, an editor restart, and a full machine restart.

    Code (csharp):
    1.  
    2. lld: error: permission denied
    3. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4elb98zi.0ig\\b3bdd3d45769ff96c55dae6828f47d0c.pdb: Stream Error: An I/O error occurred on the file system.
    4.  
    5.  
    6. While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash64Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,System.UInt64&)
    7. at <empty>:line 0
    8.  
    9. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4elb98zi.0ig\\b3bdd3d45769ff96c55dae6828f47d0c.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\b3bdd3d45769ff96c55dae6828f47d0c.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4elb98zi.0ig\\b3bdd3d45769ff96c55dae6828f47d0c.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4elb98zi.0ig\\lib_burst_generated_part_.obj""
    10.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    11.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    12.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    13.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    14.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    15.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    16.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    17.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    18.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    19.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    20.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    21.  
    22. While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash64Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,System.UInt64&)
    23. at <empty>:line 0
    24.  
    25. lld: error: permission denied
    26. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0aa9an3c.bf2\\6f6abc886a9ac8cdacad1a5ce4dbfd97.pdb: Stream Error: An I/O error occurred on the file system.
    27.  
    28.  
    29. While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash128Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,Unity.Mathematics.uint4&)
    30. at <empty>:line 0
    31.  
    32. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0aa9an3c.bf2\\6f6abc886a9ac8cdacad1a5ce4dbfd97.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\6f6abc886a9ac8cdacad1a5ce4dbfd97.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0aa9an3c.bf2\\6f6abc886a9ac8cdacad1a5ce4dbfd97.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0aa9an3c.bf2\\lib_burst_generated_part_.obj""
    33.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    34.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    35.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    36.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    37.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    38.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    39.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    40.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    41.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    42.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    43.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    44.  
    45. While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash128Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,Unity.Mathematics.uint4&)
    46. at <empty>:line 0
    47.  
    48. Launched and connected shader compiler UnityShaderCompiler.exe after 0.14 seconds
    49. lld: error: permission denied
    50. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aothdkel50n.p7m\\ead8185ca6840e512da310d3b08677f4.pdb: Stream Error: An I/O error occurred on the file system.
    51.  
    52.  
    53. While compiling job: System.Int32 Unity.Collections.AllocatorManager/StackAllocator::Try(System.IntPtr,Unity.Collections.AllocatorManager/Block&)
    54. at <empty>:line 0
    55.  
    56. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aothdkel50n.p7m\\ead8185ca6840e512da310d3b08677f4.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\ead8185ca6840e512da310d3b08677f4.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aothdkel50n.p7m\\ead8185ca6840e512da310d3b08677f4.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aothdkel50n.p7m\\lib_burst_generated_part_.obj""
    57.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    58.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    59.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    60.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    61.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    62.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    63.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    64.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    65.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    66.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    67.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    68.  
    69. While compiling job: System.Int32 Unity.Collections.AllocatorManager/StackAllocator::Try(System.IntPtr,Unity.Collections.AllocatorManager/Block&)
    70. at <empty>:line 0
    71.  
    72. lld: error: permission denied
    73. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotjptj7c1h.bir\\640842afc7ebb9850f091f0e41f08407.pdb: Stream Error: An I/O error occurred on the file system.
    74.  
    75.  
    76. While compiling job: System.Int32 Unity.Collections.AllocatorManager/SlabAllocator::Try(System.IntPtr,Unity.Collections.AllocatorManager/Block&)
    77. at <empty>:line 0
    78.  
    79. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotjptj7c1h.bir\\640842afc7ebb9850f091f0e41f08407.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\640842afc7ebb9850f091f0e41f08407.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotjptj7c1h.bir\\640842afc7ebb9850f091f0e41f08407.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotjptj7c1h.bir\\lib_burst_generated_part_.obj""
    80.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    81.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    82.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    83.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    84.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    85.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    86.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    87.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    88.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    89.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    90.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    91.  
    92. While compiling job: System.Int32 Unity.Collections.AllocatorManager/SlabAllocator::Try(System.IntPtr,Unity.Collections.AllocatorManager/Block&)
    93. at <empty>:line 0
    94.  
    95. lld: error: permission denied
    96. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotnl94gkiu.fi6\\ba32274d0fa2ea37f8db5c6a88d1c348.pdb: Stream Error: An I/O error occurred on the file system.
    97.  
    98.  
    99. While compiling job: System.Void Unity.Burst.Intrinsics.X86::DoSetCSRTrampoline(System.Int32)
    100. at <empty>:line 0
    101.  
    102. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotnl94gkiu.fi6\\ba32274d0fa2ea37f8db5c6a88d1c348.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\ba32274d0fa2ea37f8db5c6a88d1c348.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotnl94gkiu.fi6\\ba32274d0fa2ea37f8db5c6a88d1c348.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotnl94gkiu.fi6\\lib_burst_generated_part_.obj""
    103.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    104.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    105.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    106.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    107.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    108.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    109.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    110.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    111.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    112.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    113.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    114.  
    115. While compiling job: System.Void Unity.Burst.Intrinsics.X86::DoSetCSRTrampoline(System.Int32)
    116. at <empty>:line 0
    117.  
    118. lld: error: permission denied
    119. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotp2ch9lns.m0y\\614f482fcfe02d855d2afb6871bb9208.pdb: Stream Error: An I/O error occurred on the file system.
    120.  
    121.  
    122. While compiling job: System.Int32 Unity.Burst.Intrinsics.X86::DoGetCSRTrampoline()
    123. at <empty>:line 0
    124.  
    125. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotp2ch9lns.m0y\\614f482fcfe02d855d2afb6871bb9208.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\614f482fcfe02d855d2afb6871bb9208.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotp2ch9lns.m0y\\614f482fcfe02d855d2afb6871bb9208.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotp2ch9lns.m0y\\lib_burst_generated_part_.obj""
    126.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    127.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    128.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    129.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    130.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    131.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    132.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    133.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    134.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    135.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    136.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    137.  
    138. While compiling job: System.Int32 Unity.Burst.Intrinsics.X86::DoGetCSRTrampoline()
    139. at <empty>:line 0
    140.  
    141. lld: error: permission denied
    142. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aoth2jtg036.1ym\\ad51158579237c7b7e76c118cf834456.pdb: Stream Error: An I/O error occurred on the file system.
    143.  
    144.  
    145. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeQueueDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    146. at <empty>:line 0
    147.  
    148. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aoth2jtg036.1ym\\ad51158579237c7b7e76c118cf834456.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\ad51158579237c7b7e76c118cf834456.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aoth2jtg036.1ym\\ad51158579237c7b7e76c118cf834456.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aoth2jtg036.1ym\\lib_burst_generated_part_.obj""
    149.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    150.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    151.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    152.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    153.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    154.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    155.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    156.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    157.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    158.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    159.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    160.  
    161. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeQueueDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    162. at <empty>:line 0
    163.  
    164. lld: error: permission denied
    165. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotojfburri.fxt\\f44f622ac855e00803d10c0aaca8113e.pdb: Stream Error: An I/O error occurred on the file system.
    166.  
    167.  
    168. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeListDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    169. at <empty>:line 0
    170.  
    171. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotojfburri.fxt\\f44f622ac855e00803d10c0aaca8113e.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\f44f622ac855e00803d10c0aaca8113e.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotojfburri.fxt\\f44f622ac855e00803d10c0aaca8113e.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotojfburri.fxt\\lib_burst_generated_part_.obj""
    172.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    173.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    174.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    175.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    176.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    177.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    178.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    179.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    180.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    181.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    182.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    183.  
    184. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeListDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    185. at <empty>:line 0
    186.  
    187. Scanning for USB devices : 89.055ms
    188. Initializing Unity extensions:
    189. lld: error: permission denied
    190. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotawul7vpm.ydi\\94b89c40d49d16125252f59afca8b4c0.pdb: Stream Error: An I/O error occurred on the file system.
    191.  
    192.  
    193. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeReferenceDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    194. at <empty>:line 0
    195.  
    196. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotawul7vpm.ydi\\94b89c40d49d16125252f59afca8b4c0.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\94b89c40d49d16125252f59afca8b4c0.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotawul7vpm.ydi\\94b89c40d49d16125252f59afca8b4c0.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotawul7vpm.ydi\\lib_burst_generated_part_.obj""
    197.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    198.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    199.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    200.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    201.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    202.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    203.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    204.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    205.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    206.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    207.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    208.  
    209. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeReferenceDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    210. at <empty>:line 0
    211.  
    212. lld: error: permission denied
    213. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4dt7zg4p.xo4\\d487e38f641e1ae70452e7b42e267877.pdb: Stream Error: An I/O error occurred on the file system.
    214.  
    215.  
    216. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeStream/ConstructJobList>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    217. at <empty>:line 0
    218.  
    219. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4dt7zg4p.xo4\\d487e38f641e1ae70452e7b42e267877.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\d487e38f641e1ae70452e7b42e267877.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4dt7zg4p.xo4\\d487e38f641e1ae70452e7b42e267877.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4dt7zg4p.xo4\\lib_burst_generated_part_.obj""
    220.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    221.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    222.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    223.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    224.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    225.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    226.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    227.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    228.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    229.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    230.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    231.  
    232. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeStream/ConstructJobList>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    233. at <empty>:line 0
    234.  
    235. Asset Pipeline Refresh: Total: 0.071 seconds - Initiated by RefreshV2(NoUpdateAssetOptions)
    236. Refresh completed in 0.071860 seconds.
    237. lld: error: permission denied
    238. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotxd3h37en.whp\\cf20789c2dd751e54dfe7a18841c3f9d.pdb: Stream Error: An I/O error occurred on the file system.
    239.  
    240.  
    241. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeStream/ConstructJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    242. at <empty>:line 0
    243.  
    244. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotxd3h37en.whp\\cf20789c2dd751e54dfe7a18841c3f9d.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\cf20789c2dd751e54dfe7a18841c3f9d.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotxd3h37en.whp\\cf20789c2dd751e54dfe7a18841c3f9d.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotxd3h37en.whp\\lib_burst_generated_part_.obj""
    245.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    246.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    247.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    248.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    249.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    250.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    251.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    252.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    253.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    254.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    255.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    256.  
    257. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeStream/ConstructJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    258. at <empty>:line 0
    259.  
    260. lld: error: permission denied
    261. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot435qrkwh.z7p\\0a706e4480d638f95bf90e8cfd807e9f.pdb: Stream Error: An I/O error occurred on the file system.
    262.  
    263.  
    264. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeHashMapDataDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    265. at <empty>:line 0
    266.  
    267. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot435qrkwh.z7p\\0a706e4480d638f95bf90e8cfd807e9f.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\0a706e4480d638f95bf90e8cfd807e9f.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot435qrkwh.z7p\\0a706e4480d638f95bf90e8cfd807e9f.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot435qrkwh.z7p\\lib_burst_generated_part_.obj""
    268.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    269.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    270.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    271.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    272.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    273.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    274.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    275.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    276.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    277.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    278.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    279.  
    280. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeHashMapDataDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    281. at <empty>:line 0
    282.  
    283. lld: error: permission denied
    284. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotl72bhepo.ux3\\830ae9cbf83263251a5d2909d83b9dce.pdb: Stream Error: An I/O error occurred on the file system.
    285.  
    286.  
    287. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeHashMapDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    288. at <empty>:line 0
    289.  
    290. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotl72bhepo.ux3\\830ae9cbf83263251a5d2909d83b9dce.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\830ae9cbf83263251a5d2909d83b9dce.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotl72bhepo.ux3\\830ae9cbf83263251a5d2909d83b9dce.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotl72bhepo.ux3\\lib_burst_generated_part_.obj""
    291.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    292.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    293.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    294.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    295.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    296.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    297.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    298.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    299.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    300.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    301.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    302.  
    303. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeHashMapDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    304. at <empty>:line 0
    305.  
    306. lld: error: permission denied
    307. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotoyjuobwx.2n6\\bec71aded2302c6d8c9353152de4ee61.pdb: Stream Error: An I/O error occurred on the file system.
    308.  
    309.  
    310. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    311. at <empty>:line 0
    312.  
    313. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotoyjuobwx.2n6\\bec71aded2302c6d8c9353152de4ee61.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\bec71aded2302c6d8c9353152de4ee61.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotoyjuobwx.2n6\\bec71aded2302c6d8c9353152de4ee61.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotoyjuobwx.2n6\\lib_burst_generated_part_.obj""
    314.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    315.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    316.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    317.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    318.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    319.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    320.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    321.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    322.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    323.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    324.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    325.  
    326. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    327. at <empty>:line 0
    328.  
    329. lld: error: permission denied
    330. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0s7ngobc.lxr\\a098834fdc367aa525c85730963aade7.pdb: Stream Error: An I/O error occurred on the file system.
    331.  
    332.  
    333. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeStream/DisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    334. at <empty>:line 0
    335.  
    336. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0s7ngobc.lxr\\a098834fdc367aa525c85730963aade7.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\a098834fdc367aa525c85730963aade7.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0s7ngobc.lxr\\a098834fdc367aa525c85730963aade7.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0s7ngobc.lxr\\lib_burst_generated_part_.obj""
    337.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    338.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    339.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    340.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    341.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    342.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    343.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    344.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    345.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    346.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    347.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    348.  
    349. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeStream/DisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    350. at <empty>:line 0
    351.  
    352. lld: error: permission denied
    353. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotsd50k1iz.3u4\\50628aaf082c6da87839971692d9f7ac.pdb: Stream Error: An I/O error occurred on the file system.
    354.  
    355.  
    356. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeStream/ConstructJobList>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    357. at <empty>:line 0
    358.  
    359. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotsd50k1iz.3u4\\50628aaf082c6da87839971692d9f7ac.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\50628aaf082c6da87839971692d9f7ac.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotsd50k1iz.3u4\\50628aaf082c6da87839971692d9f7ac.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotsd50k1iz.3u4\\lib_burst_generated_part_.obj""
    360.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    361.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    362.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    363.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    364.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    365.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    366.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    367.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    368.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    369.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    370.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    371.  
    372. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeStream/ConstructJobList>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    373. at <empty>:line 0
    374.  
    375. lld: error: permission denied
    376. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotbh1en2fs.rf4\\e3a5cabd38e579eca036491d24ed5bfc.pdb: Stream Error: An I/O error occurred on the file system.
    377.  
    378.  
    379. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeStream/ConstructJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    380. at <empty>:line 0
    381.  
    382. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotbh1en2fs.rf4\\e3a5cabd38e579eca036491d24ed5bfc.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\e3a5cabd38e579eca036491d24ed5bfc.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotbh1en2fs.rf4\\e3a5cabd38e579eca036491d24ed5bfc.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotbh1en2fs.rf4\\lib_burst_generated_part_.obj""
    383.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    384.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    385.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    386.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    387.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    388.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    389.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    390.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    391.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    392.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    393.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    394.  
    395. While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeStream/ConstructJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
    396. at <empty>:line 0
    397.  
    398. lld: error: permission denied
    399. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotfqd73vex.r7k\\106b8c9bc97a51fb3d4d63039f54bc0e.pdb: Stream Error: An I/O error occurred on the file system.
    400.  
    401.  
    402. While compiling job: System.Int32 Unity.Collections.RewindableAllocator::Try(System.IntPtr,Unity.Collections.AllocatorManager/Block&)
    403. at <empty>:line 0
    404.  
    405. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotfqd73vex.r7k\\106b8c9bc97a51fb3d4d63039f54bc0e.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\106b8c9bc97a51fb3d4d63039f54bc0e.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotfqd73vex.r7k\\106b8c9bc97a51fb3d4d63039f54bc0e.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotfqd73vex.r7k\\lib_burst_generated_part_.obj""
    406.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    407.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    408.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    409.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    410.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    411.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    412.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    413.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    414.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    415.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    416.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    417.  
    418. While compiling job: System.Int32 Unity.Collections.RewindableAllocator::Try(System.IntPtr,Unity.Collections.AllocatorManager/Block&)
    419. at <empty>:line 0
    420.  
    421. lld: error: permission denied
    422. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot78sjaoxn.q4e\\b3bdd3d45769ff96c55dae6828f47d0c.pdb: Stream Error: An I/O error occurred on the file system.
    423.  
    424.  
    425. While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash64Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,System.UInt64&)
    426. at <empty>:line 0
    427.  
    428. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot78sjaoxn.q4e\\b3bdd3d45769ff96c55dae6828f47d0c.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\b3bdd3d45769ff96c55dae6828f47d0c.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot78sjaoxn.q4e\\b3bdd3d45769ff96c55dae6828f47d0c.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot78sjaoxn.q4e\\lib_burst_generated_part_.obj""
    429.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    430.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    431.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    432.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    433.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    434.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    435.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    436.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    437.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    438.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    439.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    440.  
    441. While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash64Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,System.UInt64&)
    442. at <empty>:line 0
    443.  
    444. lld: error: permission denied
    445. C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotu5u8nv95.r6h\\6f6abc886a9ac8cdacad1a5ce4dbfd97.pdb: Stream Error: An I/O error occurred on the file system.
    446.  
    447.  
    448. While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash128Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,Unity.Mathematics.uint4&)
    449. at <empty>:line 0
    450.  
    451. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotu5u8nv95.r6h\\6f6abc886a9ac8cdacad1a5ce4dbfd97.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\6f6abc886a9ac8cdacad1a5ce4dbfd97.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotu5u8nv95.r6h\\6f6abc886a9ac8cdacad1a5ce4dbfd97.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotu5u8nv95.r6h\\lib_burst_generated_part_.obj""
    452.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0
    453.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0
    454.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0
    455.   at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0
    456.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0
    457.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0
    458.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0
    459.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0
    460.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0
    461.   at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
    462.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0
    463.  
    464. While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash128Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,Unity.Mathematics.uint4&)
    465. at <empty>:line 0
    466.  
    I removed the package, closed the editor, cleared out the temp folder, started the editor, and installed the package again. I am now getting a different error.

    Code (csharp):
    1. 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.PlasticSCM.Editor.dll
    2.  
    3. - Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.PlasticSCM.Editor.dll in 0.001085 seconds
    4.  
    5. - Finished ILPostProcessorRunner in 0.64751 seconds
    6. [192/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Main.dll (+pdb)
    7. - Starting ILPostProcessorRunner
    8.  
    9. - Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Main.dll
    10.  
    11. - Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Main.dll in 0.001175 seconds
    12.  
    13. - Finished ILPostProcessorRunner in 0.168147 seconds
    14. [193/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.VSCode.Editor.dll (+pdb)
    15. - Starting ILPostProcessorRunner
    16.  
    17. - Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.VSCode.Editor.dll
    18.  
    19. - Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.VSCode.Editor.dll in 0.001056 seconds
    20.  
    21. - Finished ILPostProcessorRunner in 0.377377 seconds
    22. [194/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)
    23. - Starting ILPostProcessorRunner
    24.  
    25. - Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Mathematics.Editor.dll
    26.  
    27. - Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Mathematics.Editor.dll in 0.00104 seconds
    28.  
    29. - Finished ILPostProcessorRunner in 0.134886 seconds
    30. [195/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Tests.dll (+pdb)
    31. - Starting ILPostProcessorRunner
    32.  
    33. - Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Tests.dll
    34.  
    35. - Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Tests.dll in 0.001035 seconds
    36.  
    37. - Finished ILPostProcessorRunner in 0.267444 seconds
    38. [196/284  1s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)
    39. - Starting ILPostProcessorRunner
    40.  
    41. - Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.TextMeshPro.Editor.dll
    42.  
    43. - Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.TextMeshPro.Editor.dll in 0.001374 seconds
    44.  
    45. - Finished ILPostProcessorRunner in 0.997044 seconds
    46. [197/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.TextMeshPro.dll (+pdb)
    47. - Starting ILPostProcessorRunner
    48.  
    49. - Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.TextMeshPro.dll
    50.  
    51. - Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.TextMeshPro.dll in 0.001052 seconds
    52.  
    53. - Finished ILPostProcessorRunner in 0.433234 seconds
    54. [197/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)
    55. - Starting ILPostProcessorRunner
    56.  
    57. - Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Timeline.Editor.dll
    58.  
    59. - Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Timeline.Editor.dll in 0.001124 seconds
    60.  
    61. - Finished ILPostProcessorRunner in 0.401406 seconds
    62. [199/284  1s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.Burst.Editor.dll (+pdb)
    63. - Starting ILPostProcessorRunner
    64.  
    65. - Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Burst.Editor.dll
    66.  
    67. - Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Burst.Editor.dll in 0.413746 seconds
    68.  
    69. - Finished ILPostProcessorRunner in 1.364139 seconds
    70. [199/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.CollabProxy.Editor.dll (+pdb)
    71. - Starting ILPostProcessorRunner
    72.  
    73. - Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.CollabProxy.Editor.dll
    74.  
    75. - Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.CollabProxy.Editor.dll in 0.00127 seconds
    76.  
    77. - Finished ILPostProcessorRunner in 0.342677 seconds
    78. [200/284  4s] Csc Library/Bee/artifacts/1900b0aE.dag/Unity.Collections.dll (+2 others)
    79. [201/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.Mathematics.dll (+pdb)
    80. - Starting ILPostProcessorRunner
    81.  
    82. - Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Mathematics.dll
    83.  
    84. - Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Mathematics.dll in 0.001264 seconds
    85.  
    86. - Finished ILPostProcessorRunner in 0.254726 seconds
    87. [203/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/UnityEngine.TestRunner.dll (+pdb)
    88. - Starting ILPostProcessorRunner
    89.  
    90. - Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on UnityEngine.TestRunner.dll
    91.  
    92. - Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on UnityEngine.TestRunner.dll in 0.001279 seconds
    93.  
    94. - Finished ILPostProcessorRunner in 0.26745 seconds
    95. [204/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.Rider.Editor.dll (+pdb)
    96. - Starting ILPostProcessorRunner
    97.  
    98. - Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Rider.Editor.dll
    99.  
    100. - Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Rider.Editor.dll in 0.001122 seconds
    101.  
    102. - Finished ILPostProcessorRunner in 0.461702 seconds
    103. STDERR:
    104. tundra: error: failed to create temporary file: C:\Users\<USERNAME>\AppData\Local\Temp\tundra.5980.1
    105. errno: 2 (No such file or directory) GetLastError: 5 (0x00000005): Access is denied.
    106.  
    107.  
    108. The just completed command was:
    109.   cmd.exe /c ""C:\Program Files\Unity\Hub\Editor\2021.2.0a17\Editor\Data\Tools\netcorerun\netcorerun.exe" "C:/Program Files/Unity/Hub/Editor/2021.2.0a17/Editor/Data/Tools/ILPostProcessorRunner/ILPostProcessorRunner.exe" @"Library\Bee\artifacts\rsp\2655319114021734818.rsp""
    110. tundra: failed to list processes keeping file open (RmGetList returned error 5).
    111. tundra: error: (!command_that_just_finished || !was_sharing_violation)
    112.  
    After a restart, that goes away and we get a return of the previous pattern of errors, with the addition of this one first.

    Code (csharp):
    1. Error: Could not load signature of Codice.CheckWorkspaceTreeNodeStatus:IsPrivate due to: Could not load file or assembly 'unityplastic, Version=10.0.16.5320, Culture=neutral, PublicKeyToken=a107c9c6e34c8876' or one of its dependencies. assembly:unityplastic, Version=10.0.16.5320, Culture=neutral, PublicKeyToken=a107c9c6e34c8876 type:<unknown type> member:(null) signature:<none>
    2.  
    I think I've hit the limit of the investigative work I'm going to do for now and will just put a temporary managed array implementation in until things get fixed.
     
  7. ProGameDevUser

    ProGameDevUser

    Joined:
    Mar 17, 2018
    Posts:
    115
    Alas, this did not help(((
     

    Attached Files:

    • 9999.png
      9999.png
      File size:
      103.6 KB
      Views:
      346
  8. Lee_Hammerton

    Lee_Hammerton

    Unity Technologies

    Joined:
    Jul 26, 2018
    Posts:
    118
    Unfortunately, I've been unable to reproduce this locally (though I don't know what U:\ is, it could be a network drive, real hdd, subst, usb key etc..). In light of this, could you please log a ticket with a reproduction and we would be happy to investigate further.
     
  9. ProGameDevUser

    ProGameDevUser

    Joined:
    Mar 17, 2018
    Posts:
    115
    I am glad to inform you that the problem has disappeared, the solution you proposed helped after restarting the computer, hooray!
     
  10. IvoCapeloWushu

    IvoCapeloWushu

    Joined:
    Aug 5, 2021
    Posts:
    1
    I'm having this issue, which solution worked for you?
    > Cleaning temp did not work for me.
     
  11. ProGameDevUser

    ProGameDevUser

    Joined:
    Mar 17, 2018
    Posts:
    115
    Hi! Сlearing the folder C: \ Users \ Perfect \ AppData \ Local \ Temp \ and restarting the computer, you can still try to roll back to older versions of burst, it also started working on version 1.4.5 for me.
     
  12. MDelerin

    MDelerin

    Joined:
    Feb 27, 2020
    Posts:
    2
    Hey,

    We are facing the same issue in 2021.2.12 version. 2020.3.17 was ok.
     
    dolphincup likes this.
  13. ProGameDevUser

    ProGameDevUser

    Joined:
    Mar 17, 2018
    Posts:
    115
    Try to do what is written above, maybe it will help
     
  14. BurberryC06

    BurberryC06

    Joined:
    Feb 21, 2017
    Posts:
    1
    Also facing the same problem using 2020.3.25f1. Seeing them when loading up the Bootstrap scene from the Bootstrap sample in com.unity.netcode.gameobjects.
     
    dolphincup likes this.
  15. dolphincup

    dolphincup

    Joined:
    Dec 4, 2019
    Posts:
    5
    I'm having a similar issue. After upgrading from 2020.3 LTS to 2021.3.1f1 LTS, I can no longer build. Upon attempting to build, I get:

    "BuildFailedException: Burst compiler (1.6.5) failed running

    stdout:
    Compiled 1 library, containing 8 methods, in 2580ms using 6 threads: C:\Users\myname\Documents\Unity\GameName\Temp\StagingArea\Data\Plugins\x86_64\lib_burst_generated.dll
    An unexpected exception occurred:
    stderr:
    System.UnauthorizedAccessException: Access to the path 'C:\Users\myname\Documents\Unity\GameName\Temp\StagingArea\Data\Plugins\x86_64\lib_burst_generated.txt' is denied."


    lib_burst_generated.txt is of course created during the build process, so I can't modify it or change permissions. I've tried clearing Temp folders in AppData/Local/ and in my unity project, tried updating all packages, tried adding all kinds of VS2019 workloads. Nothing solves this issue. Before migrating to 2021.3, I was able to build on Windows, android, and iOS, and now I can't build on any platform. No problems running play mode.
     
  16. astanid

    astanid

    Joined:
    Apr 5, 2021
    Posts:
    145
    Unity 2021.1.28f URP project
    I was importing A Pathfinding Project Pro asset (it worked ok in another project)
    after importing i got this message
    upload_2022-5-19_22-24-18.png
    After this update project got damaged - tons of burst errors, not building, not launching. Plastic SCM can't restore it
    upload_2022-5-19_22-25-35.png
    I deleted Library folder and reinstall some plugins to get it work again
    It runs, it builds.. but i got these errors everytime i _exit_ runtime in editor
    upload_2022-5-19_22-27-56.png
     
  17. HanumanthuReddy

    HanumanthuReddy

    Joined:
    Jun 15, 2021
    Posts:
    6
    Code (CSharp):
    1.  
    2. Registering precompiled user dll's ...
    3. Registered in 0.208550 seconds.
    4. Platform modules already initialized, skipping
    5. Validating Project structure ... 0.044073 seconds.
    6. Shader import version has changed; will reimport all shaders...
    7. Upgrading shader files ...0.068340 seconds.
    8. Begin MonoManager ReloadAssembly
    9. Symbol file LoadedFromMemory doesn't match image /Users/dilipsripuram/Desktop/Puzzle/Library/PackageCache/com.unity.ext.nunit@1.0.0/net35/unity-custom/nunit.framework.dll
    10. Native extension for iOS target not found
    11. Native extension for Android target not found
    12. Native extension for OSXStandalone target not found
    13. Native extension for WindowsStandalone target not found
    14. Refreshing native plugins compatible for Editor in 107.47 ms, found 1 plugins.
    15. Preloading 0 native plugins for Editor in 0.00 ms.
    16. Refreshing native plugins compatible for Editor in 2.40 ms, found 1 plugins.
    17. UnityIAP: [InitializeOnLoad] Facebook Check
    18. UnityIAP: Runtime [2019.4.7f1]
    19. UnityIAP: Current Build is Android:Android
    20. UnityIAP: stub FacebookStore.dll disabled
    21. /bin/sh: /Users/dilipsripuram/Desktop/Puzzle/Library/PackageCache/com.unity.burst@1.4.2/.Runtime/hostlin/lld: cannot execute binary file
    22. While compiling job: System.Int32 Unity.Burst.Intrinsics.X86::DoGetCSRTrampoline()
    23. at <empty>:line 0
    24. (Filename:  Line: 0)
    25. Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "/Users/dilipsripuram/Desktop/Puzzle/Library/PackageCache/com.unity.burst@1.4.2/.Runtime/hostlin/lld -flavor darwin -arch x86_64 -macosx_version_min 10.8 -sdk_version 10.9 -r -dylib -o "/Users/dilipsripuram/Desktop/Puzzle/Temp/Burst/burst-aot4y21y0v7.z8t/ea2b4c7c261e1882a3ec76479b16e468.bundle" "/Users/dilipsripuram/Desktop/Puzzle/Library/PackageCache/com.unity.burst@1.4.2/.Runtime/libs/burstRTL_m64.a" "/Users/dilipsripuram/Desktop/Puzzle/Temp/Burst/burst-aot4y21y0v7.z8t/lib_burst_generated_part_0.o" "/Users/dilipsripuram/Desktop/Puzzle/Temp/Burst/burst-aot4y21y0v7.z8t/lib_burst_generated_part_0_merged.o""
    26.   at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
    27.   at Burst.Compiler.IL.Aot.AotNativeLinkLLVMMacOS.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x00118] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
    28.   at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
    29.   at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00089] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
    30.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00511] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
    31.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0027a] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
    32.   at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
    33.   at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.Compile (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job) [0x00468] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
    34. While compiling job: System.Int32 Unity.Burst.Intrinsics.X86::DoGetCSRTrampoline()
    35. at <empty>:line 0
    36. (Filename:  Line: 0)
    37. /bin/sh: /Users/dilipsripuram/Desktop/Puzzle/Library/PackageCache/com.unity.burst@1.4.2/.Runtime/hostlin/lld: cannot execute binary file
    38. While compiling job: System.Void Unity.Burst.Intrinsics.X86::DoSetCSRTrampoline(System.Int32)
    39. at <empty>:line 0
    40. (Filename:  Line: 0)
    @Lee_Hammerton
    I am facing the same issue. My project is stuck because of this. I recently moved from Windows to Mac(M1) and saw this error right away. Tried multiple versions of burst. Currently at 1.4.2. Checked file permissions for folders and all the files. Everything seems to be good. I even checked for extra spaces and extra characters in my file names and project folder names. Any help is appreciated. I am using 2D preview packages which are causing issue if I upgrade. So, I am stuck on 2019 unity version.

    Hardware:
    Macbook air M1

    Software:
    Unity 2019.4.7f1 (Intel)
    Collections: 0.9.0-preview.6
    Burst: 1.4.2
     
    Last edited: Jun 11, 2022
  18. Lee_Hammerton

    Lee_Hammerton

    Unity Technologies

    Joined:
    Jul 26, 2018
    Posts:
    118
    @HanumanthuReddy

    the above is a bug in Unity, there was an issue on Mac OS where unity would misidentify macOS as linux, this lead to burst attempting to invoke the linux version of the linker. Please upgrade the Unity version to 2019.4.40f1.