game-ci / unity-builder

Build Unity projects for different platforms
https://github.com/marketplace/actions/unity-builder
MIT License
849 stars 250 forks source link

Licensing Access Token Unavailable #396

Closed AtaTrkgl closed 2 years ago

AtaTrkgl commented 2 years ago

Bug description

When I try to build my game, I get the following error

###########################
#    Building project     #
###########################

Unity Editor version:    2021.3.0f1 (6eacc8284459)
Branch:                  2021.3/staging
Build type:              Release
Batch mode:              YES
System name:             Linux
Distro version:          #26~20.04.1-Ubuntu SMP Thu Apr 7 19:42:45 UTC 2022
Kernel version:          5.13.0-1022-azure
Architecture:            x86_64
Available memory:        6946 MB
[LicensingClient] Channel doesn't exist: "LicenseClient-root"
[Licensing::Module] Successfully launched the LicensingClient (PId: 102)
[SignatureVerifier] Application signature verification not supported on this platform.
[LicensingClient] Handshaking with LicensingClient (version: 1.9.0+[249](https://github.com/AtaTrkgl/project-portal/runs/6334820620?check_suite_focus=true#step:4:249)add7)
[Licensing::Module] Successfully connected to LicensingClient on channel: "LicenseClient-root" (connect: 0.53s, validation: 0.09s, handshake: 0.00s)
[Licensing::Module] Connected to LicensingClient (PId: 102, launch time: 0.00, total connection time: 0.62s)
Entitlement-based licensing initiated
[Licensing::Module] Error: Access token is unavailable
[LicensingClient] Licenses updated successfully

LICENSE SYSTEM [202[257](https://github.com/AtaTrkgl/project-portal/runs/6334820620?check_suite_focus=true#step:4:257) 13:56:26] Next license update check is after 2022-05-08T13:53:00

How to reproduce

My build.yml ```yaml name: ⚙️ Build on: # push: # branches: # - main pull_request: branches: - main workflow_dispatch: jobs: buildForAllSupportedPlatforms: name: Build for ${{ matrix.targetPlatform }} runs-on: ubuntu-latest strategy: fail-fast: true matrix: targetPlatform: - StandaloneOSX # Build a macOS standalone (Intel 64-bit). - StandaloneWindows # Build a Windows standalone. - StandaloneWindows64 # Build a Windows 64-bit standalone. - StandaloneLinux64 # Build a Linux 64-bit standalone. steps: # Checkout - name: ⏬ Checkout Repository uses: actions/checkout@v2 with: lfs: true # Cache - name: 📂 Use the Cache uses: actions/cache@v2 with: path: Project-Portal/Library key: Library-${{ matrix.targetPlatform }} restore-keys: | Library- # # Test # - name: 🧪 Run Tests # uses: game-ci/unity-test-runner@v2 # env: # UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} # with: # projectPath: Project-Portal # githubToken: ${{ secrets.GITHUB_TOKEN }} # Build - name: ⚙️ Build Project uses: game-ci/unity-builder@v2 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} with: buildName: Ingression projectPath: Project-Portal targetPlatform: ${{ matrix.targetPlatform }} versioning: Semantic # Output - name: ⏫ Upload Build uses: actions/upload-artifact@v2 with: name: Ingression (${{ matrix.targetPlatform }}) path: build/${{ matrix.targetPlatform }} ```
davidmfinol commented 2 years ago

Considering that the final line says [LicensingClient] Licenses updated successfully, what makes you think that the Error: Access token is unavailable is an error that needs to be fixed? Do you get no build artifact? Or is there something wrong when you run the resulting build?

AtaTrkgl commented 2 years ago

Considering that the final line says [LicensingClient] Licenses updated successfully, what makes you think that the Error: Access token is unavailable is an error that needs to be fixed? Do you get no build artifact? Or is there something wrong when you run the resulting build?

Well, I get a build error and that's the only error I could find in the logs.

Build results: ```console ########################### # Build results # ########################### Duration: 00:00:33.9771981 Warnings: 0 Errors: 1 Size: 0 bytes Build failed! Setting up 1 worker threads for Enlighten. AcceleratorClientConnectionCallback - disconnected - :0 Cleanup mono debugger-agent: Unable to listen on 40 [Performance] Application.InitializeProject : 1 samples, Peak. 206 s (1.0x), Avg. 206 s, Total. 205.7 s (85.2%) [Performance] Application.PackageManager.StartServer : 1 samples, Peak. 1.47 ms (1.0x), Avg. 1.47 ms, Total. 1.475 ms (0.0%) [Performance] Application.AcquireProjectLock : 1 samples, Peak. 2.43 ms (1.0x), Avg. 2.43 ms, Total. 2.435 ms (0.0%) [Performance] Application.InitializeEngineNoGraphics : 1 samples, Peak. 100 ms (1.0x), Avg. 100 ms, Total. 100.1 ms (0.0%) [Performance] Application.PackageManager.Initialize : 1 samples, Peak. 568 ms (1.0x), Avg. 568 ms, Total. 568.5 ms (0.2%) [Performance] CurlRequestCheck : 12 samples, Peak. 38.2 us (2.9x), Avg. 13.3 us, Total. 159.5 us (0.0%) [Performance] PackageManager::RunRequestSynchronously : 573 samples, Peak. 472 us (98.6x), Avg. 4.78 us, Total. 2.742 ms (0.0%) [Performance] Application.EngineGraphics.Initialize : 1 samples, Peak. 55.3 ms (1.0x), Avg. 55.3 ms, Total. 55.29 ms (0.0%) [Performance] Application.GI.Initialize : 1 samples, Peak. 595 us (1.0x), Avg. 595 us, Total. 594.6 us (0.0%) [Performance] Application.LoadAllDefaultResourcesFromEditor : 1 samples, Peak. 2.49 ms (1.0x), Avg. 2.49 ms, Total. 2.488 ms (0.0%) [Performance] Application.LoadMonoAssemblies : 1 samples, Peak. 850 ms (1.0x), Avg. 850 ms, Total. 850.5 ms (0.4%) [Performance] RestoreManagedReferences : 2 samples, Peak. 44.7 ms (2.0x), Avg. 22.4 ms, Total. 44.74 ms (0.0%) [Performance] InitializeOnLoad LayerSettingsWindow : 2 samples, Peak. 243 us (1.0x), Avg. 241 us, Total. 481.7 us (0.0%) [Performance] InitializeOnLoad ParameterControllerEditor : 2 samples, Peak. 17.3 us (1.1x), Avg. 15.7 us, Total. 31.40 us (0.0%) [Performance] InitializeOnLoad ServicesRepository : 2 samples, Peak. 845 us (1.1x), Avg. 802 us, Total. 1.604 ms (0.0%) [Performance] InitializeOnLoad CrashService : 2 samples, Peak. 2.51 ms (1.8x), Avg. 1.44 ms, Total. 2.872 ms (0.0%) [Performance] InitializeOnLoad UDPService : 2 samples, Peak. 196 us (1.1x), Avg. 184 us, Total. 367.9 us (0.0%) [Performance] InitializeOnLoad CloudBuildPoller : 2 samples, Peak. 116 us (1.0x), Avg. 113 us, Total. 226.9 us (0.0%) [Performance] InitializeOnLoad BuildService : 2 samples, Peak. 161 us (1.0x), Avg. 160 us, Total. 320.0 us (0.0%) [Performance] InitializeOnLoad PurchasingService : 2 samples, Peak. 8.00 ms (1.1x), Avg. 7.49 ms, Total. 14.99 ms (0.0%) [Performance] InitializeOnLoad AdsService : 2 samples, Peak. 525 us (1.0x), Avg. 510 us, Total. 1.019 ms (0.0%) [Performance] InitializeOnLoad AnalyticsService : 2 samples, Peak. 190 us (1.0x), Avg. 189 us, Total. 378.0 us (0.0%) [Performance] InitializeOnLoad CollabService : 2 samples, Peak. 188 us (1.1x), Avg. 179 us, Total. 357.5 us (0.0%) [Performance] InitializeOnLoad UIDocumentHierarchyWatcher : 2 samples, Peak. 836 us (1.6x), Avg. 527 us, Total. 1.053 ms (0.0%) [Performance] InitializeOnLoad RetainedMode : 2 samples, Peak. 2.20 ms (1.1x), Avg. 2.04 ms, Total. 4.089 ms (0.0%) [Performance] InitializeOnLoad UXMLEditorFactories : 2 samples, Peak. 76.2 ms (1.1x), Avg. 69.0 ms, Total. 137.9 ms (0.1%) [Performance] InitializeOnLoad EditorMonitor : 2 samples, Peak. 663 us (1.5x), Avg. 442 us, Total. 883.1 us (0.0%) [Performance] InitializeOnLoad EditorShaderLoader : 2 samples, Peak. 2.20 ms (1.4x), Avg. 1.55 ms, Total. 3.109 ms (0.0%) [Performance] InitializeOnLoad SearchMonitor : 2 samples, Peak. 34.0 ms (1.3x), Avg. 26.1 ms, Total. 52.21 ms (0.0%) [Performance] InitializeOnLoad PlayModeDownload : 2 samples, Peak. 2.50 ms (1.9x), Avg. 1.32 ms, Total. 2.648 ms (0.0%) [Performance] InitializeOnLoad SearchWindow : 2 samples, Peak. 142 us (1.0x), Avg. 140 us, Total. 280.8 us (0.0%) [Performance] InitializeOnLoad EditMode : 2 samples, Peak. 497 us (1.2x), Avg. 418 us, Total. 835.4 us (0.0%) [Performance] InitializeOnLoad AssetStoreContext : 2 samples, Peak. 5.37 ms (1.9x), Avg. 2.89 ms, Total. 5.778 ms (0.0%) [Performance] InitializeOnLoad DrivenRectTransformUndo : 2 samples, Peak. 336 us (1.5x), Avg. 224 us, Total. 447.0 us (0.0%) [Performance] InitializeOnLoad SettingsService : 2 samples, Peak. 8.30 us (1.1x), Avg. 7.70 us, Total. 15.40 us (0.0%) [Performance] InitializeOnLoad PrefabInstanceChangedListener : 2 samples, Peak. 166 us (1.5x), Avg. 110 us, Total. 219.2 us (0.0%) [Performance] InitializeOnLoad CacheServerWindow : 2 samples, Peak. 12.0 us (1.0x), Avg. 11.6 us, Total. 23.30 us (0.0%) [Performance] InitializeOnLoad WindowLayout : 2 samples, Peak. 13.3 ms (2.0x), Avg. 6.69 ms, Total. 13.38 ms (0.0%) [Performance] InitializeOnLoad ManagedDebuggerWindow : 2 samples, Peak. 751 us (1.5x), Avg. 516 us, Total. 1.032 ms (0.0%) [Performance] InitializeOnLoad NativeFormatImporterUtility : 2 samples, Peak. 3.14 ms (1.2x), Avg. 2.65 ms, Total. 5.302 ms (0.0%) [Performance] InitializeOnLoad UISystemProfilerRenderService : 2 samples, Peak. 10.4 us (1.0x), Avg. 10.0 us, Total. 20.10 us (0.0%) [Performance] InitializeOnLoad ShortcutIntegration : 2 samples, Peak. 81.6 us (1.0x), Avg. 78.6 us, Total. 157.2 us (0.0%) [Performance] InitializeOnLoad AddComponentWindow : 2 samples, Peak. 132 us (1.0x), Avg. 130 us, Total. 259.5 us (0.0%) [Performance] InitializeOnLoad MenuItems : 2 samples, Peak. 457 us (1.7x), Avg. 271 us, Total. 542.8 us (0.0%) [Performance] InitializeOnLoad MixerEffectDefinitionReloader : 2 samples, Peak. 53.2 ms (1.9x), Avg. 27.6 ms, Total. 55.20 ms (0.0%) [Performance] InitializeOnLoad CloudBuild : 2 samples, Peak. 7.20 us (1.1x), Avg. 6.55 us, Total. 13.10 us (0.0%) [Performance] InitializeOnLoad UnityConnect : 2 samples, Peak. 78.3 us (2.0x), Avg. 39.4 us, Total. 78.80 us (0.0%) [Performance] InitializeOnLoad ProjectSearch : 2 samples, Peak. 55.9 us (1.0x), Avg. 54.5 us, Total. 109.0 us (0.0%) [Performance] InitializeOnLoad SearchService : 2 samples, Peak. 276 us (1.0x), Avg. 273 us, Total. 546.9 us (0.0%) [Performance] InitializeOnLoad SceneSearch : 2 samples, Peak. 49.1 us (1.0x), Avg. 47.0 us, Total. 94.00 us (0.0%) [Performance] InitializeOnLoad ObjectSelectorSearch : 2 samples, Peak. 35.1 us (1.0x), Avg. 34.7 us, Total. 69.50 us (0.0%) [Performance] InitializeOnLoad Collab : 2 samples, Peak. 8.01 ms (2.0x), Avg. 4.00 ms, Total. 8.006 ms (0.0%) [Performance] InitializeOnLoad ManagedDebugger : 2 samples, Peak. 1.00 us (1.4x), Avg. 700 ns, Total. 1.400 us (0.0%) [Performance] InitializeOnLoad EditorDragAndDrop.RegisterEditorClient : 2 samples, Peak. 1.15 ms (1.5x), Avg. 755 us, Total. 1.510 ms (0.0%) [Performance] InitializeOnLoad LiveReloadTrackerCreator.Initialize : 2 samples, Peak. 233 us (1.0x), Avg. 230 us, Total. 460.6 us (0.0%) [Performance] InitializeOnLoad EditorDelegateRegistration.Initialize : 2 samples, Peak. 560 us (1.1x), Avg. 526 us, Total. 1.052 ms (0.0%) [Performance] InitializeOnLoad PackageManagerHookGUIDConverter.RegisterPackagesEventHandler : 2 samples, Peak. 170 us (1.1x), Avg. 156 us, Total. 312.6 us (0.0%) [Performance] InitializeOnLoad RuntimeEditorDelegateRegistration.Initialize : 2 samples, Peak. 237 us (1.0x), Avg. 232 us, Total. 463.4 us (0.0%) [Performance] InitializeOnLoad EditorEventCallbacks.InitializeFontAssetResourceChangeCallBacks : 2 samples, Peak. 1.38 ms (1.1x), Avg. 1.29 ms, Total. 2.572 ms (0.0%) [Performance] InitializeOnLoad SceneTemplateService.Init : 2 samples, Peak. 674 us (1.3x), Avg. 504 us, Total. 1.007 ms (0.0%) [Performance] InitializeOnLoad ScopedRegistryAddedPopup.SubscribeToRegistriesAdded : 2 samples, Peak. 35.7 ms (1.6x), Avg. 22.8 ms, Total. 45.62 ms (0.0%) [Performance] InitializeOnLoad EntitlementsErrorChecker.OpenFirstEntitlementError : 2 samples, Peak. 479 us (1.6x), Avg. 306 us, Total. 612.5 us (0.0%) [Performance] InitializeOnLoad DiagnosticSwitchesConsoleMessage.Init : 2 samples, Peak. 3.67 ms (1.8x), Avg. 2.08 ms, Total. 4.167 ms (0.0%) [Performance] InitializeOnLoad SysrootManager.Initialize : 2 samples, Peak. 13.4 us (1.1x), Avg. 12.7 us, Total. 25.40 us (0.0%) [Performance] InitializeOnLoad EditorWindow.Initialize : 2 samples, Peak. 247 us (1.0x), Avg. 239 us, Total. 478.8 us (0.0%) [Performance] InitializeOnLoad AssetPostprocessingInternal.RefreshCustomDependencies : 2 samples, Peak. 2.13 ms (1.3x), Avg. 1.67 ms, Total. 3.346 ms (0.0%) [Performance] InitializeOnLoad SceneVisibilityManager.Initialize : 2 samples, Peak. 6.29 ms (1.7x), Avg. 3.78 ms, Total. 7.561 ms (0.0%) [Performance] InitializeOnLoad MemoryProfilerCompilationGuard.InjectCompileGuard : 2 samples, Peak. 198 us (1.1x), Avg. 178 us, Total. 356.7 us (0.0%) [Performance] ProcessService.EditorAfterLoadAllAssemblies : 2 samples, Peak. 374 us (1.1x), Avg. 342 us, Total. 684.8 us (0.0%) [Performance] Application.ReadLicenseInfo : 1 samples, Peak. 11.1 ms (1.0x), Avg. 11.1 ms, Total. 11.13 ms (0.0%) [Performance] Application.InitialRefresh : 1 samples, Peak. 174 s (1.0x), Avg. 174 s, Total. 174.0 s (72.0%) [Performance] BuilderAssetModificationProcessor.OnWillCreateAsset : 4 samples, Peak. 1.14 ms (3.9x), Avg. 294 us, Total. 1.177 ms (0.0%) [Performance] ShaderImporter.SourceAssetModified : 3 samples, Peak. 45.3 ms (1.6x), Avg. 28.0 ms, Total. 83.90 ms (0.0%) [Performance] UpgradeShaderAsset : 178 samples, Peak. 2.19 ms (4.7x), Avg. 466 us, Total. 82.89 ms (0.0%) [Performance] ShaderIncludeImporter.SourceAssetModified : 3 samples, Peak. 3.57 ms (1.5x), Avg. 2.38 ms, Total. 7.141 ms (0.0%) [Performance] UpgradeShaderIncludeAsset : 514 samples, Peak. 649 us (62.9x), Avg. 10.3 us, Total. 5.308 ms (0.0%) [Performance] PresetManagerPostProcessor.OnPreprocessAsset : 9384 samples, Peak. 3.33 ms (239.6x), Avg. 13.9 us, Total. 130.4 ms (0.1%) [Performance] CancelSplashScreenOnAssetChange.OnPreprocessAsset : 9384 samples, Peak. 167 us (60.8x), Avg. 2.75 us, Total. 25.77 ms (0.0%) [Performance] BuilderAssetModificationProcessor.OnWillSaveAssets : 5 samples, Peak. 1.30 ms (2.4x), Avg. 534 us, Total. 2.670 ms (0.0%) [Performance] TerrainModificationProcessor.OnWillSaveAssets : 5 samples, Peak. 810 us (2.7x), Avg. 305 us, Total. 1.526 ms (0.0%) [Performance] VersionControl.Task.Wait : 1 samples, Peak. 7.30 us (1.0x), Avg. 7.30 us, Total. 7.300 us (0.0%) [Performance] Compiling Scripts : 1 samples, Peak. 67.4 s (1.0x), Avg. 67.4 s, Total. 67.41 s (27.9%) [Performance] InitializeOnLoad ProbeGIBaking : 1 samples, Peak. 588 us (1.0x), Avg. 588 us, Total. 588.1 us (0.0%) [Performance] InitializeOnLoad FilterWindow : 1 samples, Peak. 46.7 us (1.0x), Avg. 46.7 us, Total. 46.70 us (0.0%) [Performance] InitializeOnLoad RealtimeProbeSubdivisionDebug : 1 samples, Peak. 215 us (1.0x), Avg. 215 us, Total. 214.8 us (0.0%) [Performance] InitializeOnLoad Bootstrap : 1 samples, Peak. 105 ms (1.0x), Avg. 105 ms, Total. 105.5 ms (0.0%) [Performance] InitializeOnLoad Constants : 1 samples, Peak. 884 us (1.0x), Avg. 884 us, Total. 883.5 us (0.0%) [Performance] InitializeOnLoad HierarchyDecorator : 1 samples, Peak. 7.76 ms (1.0x), Avg. 7.76 ms, Total. 7.762 ms (0.0%) [Performance] InitializeOnLoad ShaderGraphMaterialsUpdater : 2 samples, Peak. 452 us (1.7x), Avg. 272 us, Total. 543.3 us (0.0%) [Performance] InitializeOnLoad RendererDataPatcher : 1 samples, Peak. 119 ms (1.0x), Avg. 119 ms, Total. 118.9 ms (0.0%) [Performance] InitializeOnLoad EditorToolManager : 1 samples, Peak. 2.61 ms (1.0x), Avg. 2.61 ms, Total. 2.613 ms (0.0%) [Performance] InitializeOnLoad Renderer2DAnalytics : 1 samples, Peak. 93.9 us (1.0x), Avg. 93.9 us, Total. 93.90 us (0.0%) [Performance] InitializeOnLoad SaveDuringPlay : 1 samples, Peak. 839 us (1.0x), Avg. 839 us, Total. 838.9 us (0.0%) [Performance] InitializeOnLoad CinemachineColliderPrefs : 1 samples, Peak. 821 us (1.0x), Avg. 821 us, Total. 821.2 us (0.0%) [Performance] InitializeOnLoad CinemachineScreenComposerGuidesGlobalDraggable : 1 samples, Peak. 194 us (1.0x), Avg. 194 us, Total. 194.2 us (0.0%) [Performance] InitializeOnLoad CinemachineStoryboardMute : 1 samples, Peak. 90.4 us (1.0x), Avg. 90.4 us, Total. 90.40 us (0.0%) [Performance] InitializeOnLoad CinemachineEditorAnalytics : 1 samples, Peak. 64.8 us (1.0x), Avg. 64.8 us, Total. 64.80 us (0.0%) [Performance] InitializeOnLoad CinemachineSettings : 1 samples, Peak. 600 ns (1.0x), Avg. 600 ns, Total. 600.0 ns (0.0%) [Performance] InitializeOnLoad EditorInitialize : 4 samples, Peak. 15.7 ms (3.4x), Avg. 4.61 ms, Total. 18.44 ms (0.0%) [Performance] InitializeOnLoad SyncCacheEnabledSetting : 1 samples, Peak. 707 us (1.0x), Avg. 707 us, Total. 707.2 us (0.0%) [Performance] InitializeOnLoad CreateRigWithUndo : 1 samples, Peak. 202 us (1.0x), Avg. 202 us, Total. 202.3 us (0.0%) [Performance] InitializeOnLoad CreatePipelineWithUndo : 1 samples, Peak. 167 us (1.0x), Avg. 167 us, Total. 166.8 us (0.0%) [Performance] InitializeOnLoad CollectGizmoDrawers : 1 samples, Peak. 23.2 ms (1.0x), Avg. 23.2 ms, Total. 23.23 ms (0.0%) [Performance] InitializeOnLoad BurstLoader : 1 samples, Peak. 276 ms (1.0x), Avg. 276 ms, Total. 275.7 ms (0.1%) [Performance] InitializeOnLoad CanvasesAndTheirOwners : 1 samples, Peak. 322 us (1.0x), Avg. 322 us, Total. 322.3 us (0.0%) [Performance] InitializeOnLoad OnDomainReload : 1 samples, Peak. 420 us (1.0x), Avg. 420 us, Total. 419.6 us (0.0%) [Performance] InitializeOnLoad NodeClassCache : 1 samples, Peak. 21.5 ms (1.0x), Avg. 21.5 ms, Total. 21.54 ms (0.0%) [Performance] InitializeOnLoad RedistInstall : 1 samples, Peak. 1.17 ms (1.0x), Avg. 1.17 ms, Total. 1.166 ms (0.0%) [Performance] InitializeOnLoad PlasticPlugin : 1 samples, Peak. 1.40 us (1.0x), Avg. 1.40 us, Total. 1.400 us (0.0%) [Performance] InitializeOnLoad RiderScriptEditor : 1 samples, Peak. 7.10 ms (1.0x), Avg. 7.10 ms, Total. 7.096 ms (0.0%) [Performance] InitializeOnLoad CallbackInitializer : 1 samples, Peak. 2.30 ms (1.0x), Avg. 2.30 ms, Total. 2.295 ms (0.0%) [Performance] InitializeOnLoad InputSystem : 1 samples, Peak. 62.5 ms (1.0x), Avg. 62.5 ms, Total. 62.49 ms (0.0%) [Performance] InitializeOnLoad TouchSimulation : 1 samples, Peak. 175 us (1.0x), Avg. 175 us, Total. 174.7 us (0.0%) [Performance] InitializeOnLoad PrefabLayoutRebuilder : 1 samples, Peak. 307 us (1.0x), Avg. 307 us, Total. 307.0 us (0.0%) [Performance] InitializeOnLoad SpriteEditorWindow : 1 samples, Peak. 437 us (1.0x), Avg. 437 us, Total. 436.6 us (0.0%) [Performance] InitializeOnLoad RerunCallbackInitializer : 1 samples, Peak. 2.52 ms (1.0x), Avg. 2.52 ms, Total. 2.521 ms (0.0%) [Performance] InitializeOnLoad UnityTestProtocolStarter : 1 samples, Peak. 141 us (1.0x), Avg. 141 us, Total. 141.0 us (0.0%) [Performance] InitializeOnLoad TestStarter : 1 samples, Peak. 750 us (1.0x), Avg. 750 us, Total. 750.1 us (0.0%) [Performance] InitializeOnLoad BackgroundWatcher : 1 samples, Peak. 75.7 us (1.0x), Avg. 75.7 us, Total. 75.70 us (0.0%) [Performance] InitializeOnLoad VisualStudioEditor : 1 samples, Peak. 19.0 ms (1.0x), Avg. 19.0 ms, Total. 18.96 ms (0.0%) [Performance] InitializeOnLoad VisualStudioIntegration : 1 samples, Peak. 562 us (1.0x), Avg. 562 us, Total. 561.6 us (0.0%) [Performance] InitializeOnLoad TestRunnerApiListener : 1 samples, Peak. 107 us (1.0x), Avg. 107 us, Total. 107.3 us (0.0%) [Performance] InitializeOnLoad ShadowCasterGroup2DManager : 1 samples, Peak. 169 us (1.0x), Avg. 169 us, Total. 169.5 us (0.0%) [Performance] InitializeOnLoad VSCodeScriptEditor : 1 samples, Peak. 2.51 ms (1.0x), Avg. 2.51 ms, Total. 2.505 ms (0.0%) [Performance] InitializeOnLoad CheckInputManagerSettings : 1 samples, Peak. 135 us (1.0x), Avg. 135 us, Total. 134.7 us (0.0%) [Performance] InitializeOnLoad DialogueSystemControllerHierarchyIcon : 1 samples, Peak. 219 us (1.0x), Avg. 219 us, Total. 218.9 us (0.0%) [Performance] InitializeOnLoad ChatMapperConverter : 1 samples, Peak. 115 us (1.0x), Avg. 115 us, Total. 114.9 us (0.0%) [Performance] InitializeOnLoad WelcomeWindow : 1 samples, Peak. 5.90 us (1.0x), Avg. 5.90 us, Total. 5.900 us (0.0%) [Performance] InitializeOnLoad ContextualMenuDispatcher.RegisterAdditionalDataMenus : 1 samples, Peak. 68.3 ms (1.0x), Avg. 68.3 ms, Total. 68.26 ms (0.0%) [Performance] Menu.FilterMenuItem : 1636 samples, Peak. 71.6 ms (1616.3x), Avg. 44.3 us, Total. 72.52 ms (0.0%) [Performance] InitializeOnLoad CoreRenderPipelinePreferences.InitPreferenceProviders : 1 samples, Peak. 23.0 ms (1.0x), Avg. 23.0 ms, Total. 23.02 ms (0.0%) [Performance] InitializeOnLoad VolumeGizmoDrawer.InitVolumeGizmoCallbacks : 1 samples, Peak. 374 us (1.0x), Avg. 374 us, Total. 373.6 us (0.0%) [Performance] InitializeOnLoad UIParticleUpdater.InitializeOnLoad : 1 samples, Peak. 4.22 ms (1.0x), Avg. 4.22 ms, Total. 4.221 ms (0.0%) [Performance] InitializeOnLoad MaterialReimporter.RegisterUpgraderReimport : 2 samples, Peak. 282 us (1.8x), Avg. 156 us, Total. 311.4 us (0.0%) [Performance] InitializeOnLoad CinemachineSettings.OnPackageLoadedInEditor : 1 samples, Peak. 175 us (1.0x), Avg. 175 us, Total. 174.9 us (0.0%) [Performance] InitializeOnLoad EditorGameServiceRegistry.RegisterAllServices : 1 samples, Peak. 3.97 ms (1.0x), Avg. 3.97 ms, Total. 3.965 ms (0.0%) [Performance] InitializeOnLoad TestJobDataHolder.ResumeRunningJobs : 1 samples, Peak. 931 us (1.0x), Avg. 931 us, Total. 930.6 us (0.0%) [Performance] InitializeOnLoad AnalyticsReporter.RegisterCallbacks : 1 samples, Peak. 410 us (1.0x), Avg. 410 us, Total. 410.4 us (0.0%) [Performance] InitializeOnLoad SceneViewGridManager.Initialize : 1 samples, Peak. 4.68 ms (1.0x), Avg. 4.68 ms, Total. 4.683 ms (0.0%) [Performance] InitializeOnLoad SceneViewOpenTilePaletteHelper.Initialize : 1 samples, Peak. 1.11 ms (1.0x), Avg. 1.11 ms, Total. 1.114 ms (0.0%) [Performance] InitializeOnLoad TileDragAndDropManager.Initialize : 1 samples, Peak. 779 us (1.0x), Avg. 779 us, Total. 778.5 us (0.0%) [Performance] InitializeOnLoad TilemapPrefabStageHelper.Initialize : 1 samples, Peak. 693 us (1.0x), Avg. 693 us, Total. 692.7 us (0.0%) [Performance] InitializeOnLoad WelcomeWindow.InitializeOnLoadMethod : 1 samples, Peak. 909 us (1.0x), Avg. 909 us, Total. 909.1 us (0.0%) [Performance] DidReloadScriptsDebugWindow.OnEditorReload : 1 samples, Peak. 6.86 ms (1.0x), Avg. 6.86 ms, Total. 6.861 ms (0.0%) [Performance] DidReloadScriptsVolumeComponentEditor.OnEditorReload : 1 samples, Peak. 74.1 ms (1.0x), Avg. 74.1 ms, Total. 74.10 ms (0.0%) [Performance] DidReloadScriptsLookDev.OnEditorReload : 1 samples, Peak. 247 us (1.0x), Avg. 247 us, Total. 247.4 us (0.0%) [Performance] DidReloadScriptsCinemachineExtension.OnScriptReload : 1 samples, Peak. 160 us (1.0x), Avg. 160 us, Total. 159.8 us (0.0%) [Performance] DidReloadScriptsCinemachineVirtualCameraBase.OnScriptReload : 1 samples, Peak. 104 us (1.0x), Avg. 104 us, Total. 104.2 us (0.0%) [Performance] DidReloadScriptsAdvancedDropdownWindow.OnScriptReload : 2 samples, Peak. 321 us (1.1x), Avg. 305 us, Total. 609.5 us (0.0%) [Performance] DidReloadScriptsTestListCache.ScriptReloaded : 1 samples, Peak. 1.24 ms (1.0x), Avg. 1.24 ms, Total. 1.239 ms (0.0%) [Performance] DidReloadScriptsTestRunnerWindow.CompilationCallback : 1 samples, Peak. 608 us (1.0x), Avg. 608 us, Total. 607.8 us (0.0%) [Performance] TextureImporter.Import : 1276 samples, Peak. 766 ms (56.3x), Avg. 13.6 ms, Total. 17.38 s (7.2%) [Performance] Light2DPostProcess.OnPostprocessSprites : 563 samples, Peak. 789 us (31.3x), Avg. 25.2 us, Total. 14.18 ms (0.0%) [Performance] ShaderImporter.Import : 89 samples, Peak. 1.84 s (41.1x), Avg. 44.7 ms, Total. 3.977 s (1.6%) [Performance] ModelImporter.Import : 1 samples, Peak. 60.0 ms (1.0x), Avg. 60.0 ms, Total. 60.01 ms (0.0%) [Performance] ModelPostprocessor.OnPostprocessModel : 1 samples, Peak. 21.9 ms (1.0x), Avg. 21.9 ms, Total. 21.89 ms (0.0%) [Performance] TreeAOImporter.OnPostprocessModel : 1 samples, Peak. 827 us (1.0x), Avg. 827 us, Total. 827.2 us (0.0%) [Performance] EditorApplication.projectChanged: UnityEngine.InputSystem.LowLevel.NativeInputRuntime.OnProjectChanged : 2 samples, Peak. 785 us (2.0x), Avg. 395 us, Total. 789.8 us (0.0%) [Performance] EditorApplication.projectChanged: UnityEditor.Audio.MixerEffectDefinitionReloader.OnProjectChanged : 2 samples, Peak. 526 us (1.1x), Avg. 498 us, Total. 995.2 us (0.0%) [Performance] AssetDatabase.ImportAssets : 8 samples, Peak. 176 ms (8.0x), Avg. 22.0 ms, Total. 176.2 ms (0.1%) [Performance] UtilityWindowPostProcessor.OnPostprocessAllAssets : 4 samples, Peak. 4.62 ms (2.0x), Avg. 2.27 ms, Total. 9.075 ms (0.0%) [Performance] TMPro_TexturePostProcessor.OnPostprocessAllAssets : 4 samples, Peak. 181 ms (2.0x), Avg. 90.3 ms, Total. 361.1 ms (0.1%) [Performance] AssetPostprocessor.OnPostprocessAllAssets : 4 samples, Peak. 407 us (2.0x), Avg. 205 us, Total. 818.2 us (0.0%) [Performance] BuilderAssetPostprocessor.OnPostprocessAllAssets : 4 samples, Peak. 206 ms (2.0x), Avg. 103 ms, Total. 412.2 ms (0.2%) [Performance] ArtifactBrowserPostProcessor.OnPostprocessAllAssets : 4 samples, Peak. 450 us (1.9x), Avg. 240 us, Total. 960.7 us (0.0%) [Performance] AssetEvents.OnPostprocessAllAssets : 8 samples, Peak. 375 us (3.3x), Avg. 114 us, Total. 910.4 us (0.0%) [Performance] AudioMixerPostprocessor.OnPostprocessAllAssets : 4 samples, Peak. 415 us (2.0x), Avg. 209 us, Total. 835.9 us (0.0%) [Performance] StyleCatalogPostProcessor.OnPostprocessAllAssets : 4 samples, Peak. 149 ms (1.4x), Avg. 109 ms, Total. 436.5 ms (0.2%) [Performance] BuildCatalog : 2 samples, Peak. 147 ms (1.4x), Avg. 108 ms, Total. 216.6 ms (0.1%) [Performance] ModelImporterPostProcessor.OnPostprocessAllAssets : 4 samples, Peak. 1.45 s (2.0x), Avg. 726 ms, Total. 2.903 s (1.2%) [Performance] MaterialPostprocessor.OnPostprocessAllAssets : 8 samples, Peak. 74.5 ms (2.0x), Avg. 36.8 ms, Total. 294.2 ms (0.1%) [Performance] RetainedModeAssetPostprocessor.OnPostprocessAllAssets : 4 samples, Peak. 28.9 ms (2.0x), Avg. 14.4 ms, Total. 57.75 ms (0.0%) [Performance] AssetChangedListener.OnPostprocessAllAssets : 4 samples, Peak. 76.4 ms (2.0x), Avg. 38.2 ms, Total. 153.0 ms (0.1%) [Performance] PostProcessor.OnPostprocessAllAssets : 4 samples, Peak. 89.0 ms (2.0x), Avg. 44.5 ms, Total. 178.1 ms (0.1%) [Performance] ShaderGraphAssetPostProcessor.OnPostprocessAllAssets : 4 samples, Peak. 399 ms (2.0x), Avg. 200 ms, Total. 798.3 ms (0.3%) [Performance] TextAssetPostProcessor.OnPostprocessAllAssets : 4 samples, Peak. 1.57 ms (2.0x), Avg. 785 us, Total. 3.141 ms (0.0%) [Performance] AssetProcessor.OnPostprocessAllAssets : 12 samples, Peak. 1.99 ms (3.8x), Avg. 518 us, Total. 6.220 ms (0.0%) [Performance] SpriteEditorTexturePostprocessor.OnPostprocessAllAssets : 4 samples, Peak. 445 us (1.9x), Avg. 229 us, Total. 914.8 us (0.0%) [Performance] UIDocumentAssetPostProcessor.OnPostprocessAllAssets : 4 samples, Peak. 1.50 ms (2.0x), Avg. 751 us, Total. 3.006 ms (0.0%) [Performance] SyncVS.PostprocessSyncProject : 2 samples, Peak. 131 us (2.0x), Avg. 65.7 us, Total. 131.5 us (0.0%) [Performance] Application.ImportPackagesAndSetTemplateWhenCreatingProject : 1 samples, Peak. 34.7 ms (1.0x), Avg. 34.7 ms, Total. 34.66 ms (0.0%) [Performance] Application.SyncCurrentColorSpace : 1 samples, Peak. 600 ns (1.0x), Avg. 600 ns, Total. 600.0 ns (0.0%) [Performance] Application.OnUsbDevicesChanged : 1 samples, Peak. 892 us (1.0x), Avg. 892 us, Total. 892.1 us (0.0%) [Performance] Application.AssetDatabase.SaveAssets : 1 samples, Peak. 18.3 ms (1.0x), Avg. 18.3 ms, Total. 18.25 ms (0.0%) [Performance] AssetModificationProcessor.OnWillSaveAssets : 3 samples, Peak. 10.4 ms (3.0x), Avg. 3.49 ms, Total. 10.46 ms (0.0%) [Performance] PaletteAssetModificationProcessor.OnWillSaveAssets : 3 samples, Peak. 372 us (2.9x), Avg. 127 us, Total. 380.2 us (0.0%) [Performance] Application.AssetInstanceCacheUpdate : 1 samples, Peak. 300 ns (1.0x), Avg. 300 ns, Total. 300.0 ns (0.0%) [Performance] Application.UnityExtensions.Initialize : 1 samples, Peak. 2.08 ms (1.0x), Avg. 2.08 ms, Total. 2.076 ms (0.0%) [Performance] Application.InitializeManagedCompilationPipeline : 1 samples, Peak. 198 ms (1.0x), Avg. 198 ms, Total. 198.0 ms (0.1%) [Performance] Application.ExecuteStartups : 1 samples, Peak. 53.8 ms (1.0x), Avg. 53.8 ms, Total. 53.76 ms (0.0%) [Performance] Menu.RegisterMenuInterface : 26 samples, Peak. 2.70 us (8.1x), Avg. 335 ns, Total. 8.700 us (0.0%) [Performance] Gizmo.RebuildRenderers : 2 samples, Peak. 52.2 ms (1.8x), Avg. 28.5 ms, Total. 56.96 ms (0.0%) [Performance] Gizmo.AddGizmoRenderers : 176 samples, Peak. 1.93 ms (44.3x), Avg. 43.7 us, Total. 7.684 ms (0.0%) [Performance] Application.editorInitializingProject : 1 samples, Peak. 27.1 us (1.0x), Avg. 27.1 us, Total. 27.10 us (0.0%) [Performance] Application.InitializeMenu : 1 samples, Peak. 125 ms (1.0x), Avg. 125 ms, Total. 124.6 ms (0.1%) [Performance] Menu.RebuildAll : 1 samples, Peak. 125 ms (1.0x), Avg. 125 ms, Total. 124.6 ms (0.1%) [Performance] Menu.BuildRegisteredMenuInterfaces : 1 samples, Peak. 124 ms (1.0x), Avg. 124 ms, Total. 123.8 ms (0.1%) [Performance] UpdateAllMenus : 1 samples, Peak. 694 us (1.0x), Avg. 694 us, Total. 694.0 us (0.0%) [Performance] EditorSceneManager.sceneClosing: UnityEditor.SceneVisibilityManager.EditorSceneManagerOnSceneClosing : 2 samples, Peak. 370 us (2.0x), Avg. 188 us, Total. 376.5 us (0.0%) [Performance] EditorSceneManager.activeSceneChangedInEditMode: callback in UnityEditor.Search.SearchMonitor : 2 samples, Peak. 81.5 us (2.0x), Avg. 41.4 us, Total. 82.80 us (0.0%) [Performance] GUIView.RepaintAll.PlayerLoopController : 2 samples, Peak. 1.50 us (1.4x), Avg. 1.05 us, Total. 2.100 us (0.0%) [Performance] EditorSceneManager.newSceneCreated: UnityEditor.SceneVisibilityManager.EditorSceneManagerOnNewSceneCreated : 1 samples, Peak. 410 us (1.0x), Avg. 410 us, Total. 409.9 us (0.0%) [Performance] EditorSceneManager.newSceneCreated: UnityEditor.SceneManagement.StageNavigationManager.OnNewSceneCreated : 1 samples, Peak. 78.8 us (1.0x), Avg. 78.8 us, Total. 78.80 us (0.0%) [Performance] Application.InvokeFinishedLoadingProject : 1 samples, Peak. 30.0 ms (1.0x), Avg. 30.0 ms, Total. 29.96 ms (0.0%) [Performance] ProcessService.OnProjectLoaded : 1 samples, Peak. 69.2 us (1.0x), Avg. 69.2 us, Total. 69.20 us (0.0%) [Performance] Inspector.InitOrRebuild : 2 samples, Peak. 735 us (1.2x), Avg. 601 us, Total. 1.201 ms (0.0%) [Performance] GenerateAssemblyTypeInfos : 2 samples, Peak. 1.02 s (1.1x), Avg. 896 ms, Total. 1.791 s (0.7%) [Performance] AssetDatabase.Refresh : 1 samples, Peak. 132 ms (1.0x), Avg. 132 ms, Total. 131.7 ms (0.1%) [Performance] Application.Shutdown.CollabTerminate : 1 samples, Peak. 4.00 us (1.0x), Avg. 4.00 us, Total. 4.000 us (0.0%) [Performance] Application.Shutdown.CollabCleanup : 1 samples, Peak. 168 us (1.0x), Avg. 168 us, Total. 168.4 us (0.0%) [Performance] Application.Shutdown.SaveDefaultWindowPreferences : 1 samples, Peak. 93.6 us (1.0x), Avg. 93.6 us, Total. 93.60 us (0.0%) [Performance] Application.Shutdown.CleanupAllContainerWindows : 1 samples, Peak. 400 ns (1.0x), Avg. 400 ns, Total. 400.0 ns (0.0%) [Performance] EditorApplication.quitting: Unity.Burst.Editor.BurstLoader.OnEditorApplicationQuitting : 1 samples, Peak. 37.3 us (1.0x), Avg. 37.3 us, Total. 37.30 us (0.0%) [Performance] EditorApplication.quitting: UnityEditor.Search.SearchMonitor.OnQuitting : 1 samples, Peak. 501 us (1.0x), Avg. 501 us, Total. 501.2 us (0.0%) [Performance] EditorApplication.quitting: UnityEditor.Tilemaps.SceneViewGridManager.EditorQuitting : 1 samples, Peak. 116 us (1.0x), Avg. 116 us, Total. 115.7 us (0.0%) [Performance] EditorApplication.quitting: callback in UnityEditor.TextCore.Text.EditorEventCallbacks : 1 samples, Peak. 50.9 ms (1.0x), Avg. 50.9 ms, Total. 50.91 ms (0.0%) [Performance] Application.Shutdown.PauseProfilerSession : 1 samples, Peak. 63.0 us (1.0x), Avg. 63.0 us, Total. 63.00 us (0.0%) [Performance] Application.Shutdown.PauseAssetImportWorkers : 1 samples, Peak. 555 us (1.0x), Avg. 555 us, Total. 554.5 us (0.0%) [Performance] Application.Shutdown.SaveAssets : 1 samples, Peak. 1.68 ms (1.0x), Avg. 1.68 ms, Total. 1.675 ms (0.0%) [Performance] Application.Shutdown.CleanupRenderPipeline : 1 samples, Peak. 3.20 us (1.0x), Avg. 3.20 us, Total. 3.200 us (0.0%) [Performance] Application.Shutdown.StopPreloadManager : 1 samples, Peak. 10.1 ms (1.0x), Avg. 10.1 ms, Total. 10.07 ms (0.0%) [Performance] Application.Shutdown.DestroyWorld : 1 samples, Peak. 599 us (1.0x), Avg. 599 us, Total. 599.5 us (0.0%) [Performance] Application.Shutdown.CleanupAfterLoad : 1 samples, Peak. 7.92 ms (1.0x), Avg. 7.92 ms, Total. 7.917 ms (0.0%) [Performance] Application.Shutdown.Progress : 1 samples, Peak. 9.20 us (1.0x), Avg. 9.20 us, Total. 9.200 us (0.0%) [Performance] Application.Shutdown.GICleanupManagers : 1 samples, Peak. 563 us (1.0x), Avg. 563 us, Total. 563.0 us (0.0%) [Performance] Application.Shutdown.MenuCleanupClass : 1 samples, Peak. 1.59 ms (1.0x), Avg. 1.59 ms, Total. 1.591 ms (0.0%) [Performance] Application.Shutdown.ADBSaveStateBeforeShutdown : 1 samples, Peak. 8.90 us (1.0x), Avg. 8.90 us, Total. 8.900 us (0.0%) [Performance] Application.Shutdown.RemoteShutdown : 1 samples, Peak. 900 ns (1.0x), Avg. 900 ns, Total. 900.0 ns (0.0%) [Performance] Application.Shutdown.CleanupVCProvider : 1 samples, Peak. 19.0 us (1.0x), Avg. 19.0 us, Total. 19.00 us (0.0%) [Performance] Application.Shutdown.InputShutdown : 1 samples, Peak. 1.40 us (1.0x), Avg. 1.40 us, Total. 1.400 us (0.0%) [Performance] Application.Shutdown.GizmoManagerDestroy : 1 samples, Peak. 529 us (1.0x), Avg. 529 us, Total. 528.5 us (0.0%) [Performance] Application.Shutdown.ProfilerSession : 1 samples, Peak. 217 us (1.0x), Avg. 217 us, Total. 217.1 us (0.0%) [Performance] Application.Shutdown.ReleaseGfxWindowOnAllGUIViews : 1 samples, Peak. 400 ns (1.0x), Avg. 400 ns, Total. 400.0 ns (0.0%) [Performance] Application.Shutdown.CleanupEngine : 1 samples, Peak. 117 ms (1.0x), Avg. 117 ms, Total. 117.4 ms (0.0%) [Performance] Application.Shutdown.CleanupAssetDatabase : 1 samples, Peak. 10.4 ms (1.0x), Avg. 10.4 ms, Total. 10.39 ms (0.0%) [Performance] Application.Shutdown.ScriptCompilationCleanUp : 1 samples, Peak. 73.1 us (1.0x), Avg. 73.1 us, Total. 73.10 us (0.0%) [Performance] Application.Shutdown.DestroyJobSystem : 1 samples, Peak. 175 us (1.0x), Avg. 175 us, Total. 174.8 us (0.0%) [Performance] Application.Shutdown.CleanupPersistentManager : 1 samples, Peak. 6.10 ms (1.0x), Avg. 6.10 ms, Total. 6.102 ms (0.0%) [Performance] Application.Shutdown.CleanupAsyncReadManager : 1 samples, Peak. 110 us (1.0x), Avg. 110 us, Total. 110.5 us (0.0%) [Performance] Application.Shutdown.CleanupMono : 1 samples, Peak. 217 ms (1.0x), Avg. 217 ms, Total. 217.1 ms (0.1%) [Performance] Application.Shutdown.CleanupStdConverters : 1 samples, Peak. 15.5 us (1.0x), Avg. 15.5 us, Total. 15.50 us (0.0%) [Performance] Application.Shutdown.UnloadAllPlatformSupportModuleNativeDlls : 1 samples, Peak. 400 ns (1.0x), Avg. 400 ns, Total. 400.0 ns (0.0%) [Performance] Application.Shutdown.UnloadAllPlatformSupportNativeLibraries : 1 samples, Peak. 500 ns (1.0x), Avg. 500 ns, Total. 500.0 ns (0.0%) [Performance] Application.Shutdown.CleanupAutoDocumentation : 1 samples, Peak. 232 us (1.0x), Avg. 232 us, Total. 231.8 us (0.0%) [Performance] Application.Shutdown.ShaderNameManagerDestroy : 1 samples, Peak. 46.1 us (1.0x), Avg. 46.1 us, Total. 46.10 us (0.0%) [Performance] Application.Shutdown.CleanupCacheServer : 1 samples, Peak. 300 ns (1.0x), Avg. 300 ns, Total. 300.0 ns (0.0%) [Performance] Application.Shutdown.Virtualization_Shutdown : 1 samples, Peak. 400 ns (1.0x), Avg. 400 ns, Total. 400.0 ns (0.0%) [Package Manager] Server::Kill -- Server was shutdown Checking for leaked weakptr: Found no leaked weakptrs. Memory Statistics: [ALLOC_TEMP_TLS] TLS Allocator StackAllocators : [ALLOC_TEMP_CurlRequest] Initial Block Size 64.0 KB Current Block Size 64.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_MAIN] Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [64.0 MB-128.0 MB]: 1 frames Initial Block Size 16.0 MB Current Block Size 71.6 MB Peak Allocated Bytes 66.1 MB Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 8] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 10] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 6] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 1] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_AssetDatabase.FileHasherReader] x 4 Initial Block Size 64.0 KB Current Block Size 64.0 KB Peak Allocated Bytes 0.6 KB Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 11] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 3] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_BatchDeleteObjects] Initial Block Size 64.0 KB Current Block Size 64.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_AUDIO_FMOD stream thread] Initial Block Size 64.0 KB Current Block Size 64.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_CoreBusinessMetricsCache] Initial Block Size 64.0 KB Current Block Size 64.0 KB Peak Allocated Bytes 8.0 KB Overflow Count 0 [ALLOC_TEMP_REST Message Handler] Initial Block Size 64.0 KB Current Block Size 64.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_AssetDatabase.FileHasherHasher] x 4 Initial Block Size 64.0 KB Current Block Size 65.0 KB Peak Allocated Bytes 43.4 KB Overflow Count 0 [ALLOC_TEMP_AssetDatabase.IOService] Initial Block Size 64.0 KB Current Block Size 64.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 2] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 7] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 15] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_BakingJobs.Worker 0] Initial Block Size 256.0 KB Current Block Size 256.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Loading.PreloadManager] Initial Block Size 32.0 MB Current Block Size 32.0 MB Peak Allocated Bytes 2.0 MB Overflow Count 0 [ALLOC_TEMP_Profiler.Dispatcher] Initial Block Size 64.0 KB Current Block Size 64.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 12] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_HTTP REST Server] Initial Block Size 64.0 KB Current Block Size 64.0 KB Peak Allocated Bytes 66 B Overflow Count 0 [ALLOC_TEMP_AssetGarbageCollectorHelper] Initial Block Size 64.0 KB Current Block Size 64.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 5] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_CurlRequest] Initial Block Size 64.0 KB Current Block Size 64.0 KB Peak Allocated Bytes 257 B Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 13] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 0] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 86 B Overflow Count 0 [ALLOC_TEMP_AUDIO_Audio Mixer Thread] Initial Block Size 64.0 KB Current Block Size 64.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 4] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Job.Worker 0] Initial Block Size 256.0 KB Current Block Size 256.0 KB Peak Allocated Bytes 70.2 KB Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 9] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Background Job.Worker 14] Initial Block Size 32.0 KB Current Block Size 32.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_EnlightenWorker] Initial Block Size 64.0 KB Current Block Size 64.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_BakingJobs.Worker 1] Initial Block Size 256.0 KB Current Block Size 256.0 KB Peak Allocated Bytes 0 B Overflow Count 0 [ALLOC_TEMP_Loading.AsyncRead] Initial Block Size 64.0 KB Current Block Size 64.0 KB Peak Allocated Bytes 128 B Overflow Count 0 [ALLOC_MEMORYPROFILER] Peak usage frame count: [1.0 MB-2.0 MB]: 2 frames Requested Block Size 1.0 MB Peak Block count 3 Peak Allocated memory 1.9 MB Peak Large allocation bytes 0 B [ALLOC_DEFAULT] Dual Thread Allocator Peak main deferred allocation count 160 [ALLOC_BUCKET] Large Block size 32.0 MB Used Block count 1 Peak Allocated bytes 11.3 MB [ALLOC_DEFAULT_MAIN] Peak usage frame count: [128.0 MB-256.0 MB]: 2 frames Requested Block Size 16.0 MB Peak Block count 11 Peak Allocated memory 204.5 MB Peak Large allocation bytes 73.2 MB [ALLOC_DEFAULT_THREAD] Peak usage frame count: [2.0 MB-4.0 MB]: 2 frames Requested Block Size 16.0 MB Peak Block count 1 Peak Allocated memory 3.6 MB Peak Large allocation bytes 0 B [ALLOC_TEMP_JOB_1_FRAME] Initial Block Size 2.0 MB Used Block Count 1 Overflow Count (too large) 0 Overflow Count (full) 0 [ALLOC_TEMP_JOB_2_FRAMES] Initial Block Size 2.0 MB Used Block Count 1 Overflow Count (too large) 0 Overflow Count (full) 0 [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)] Initial Block Size 2.0 MB Used Block Count 37 Overflow Count (too large) 0 Overflow Count (full) 0 [ALLOC_TEMP_JOB_ASYNC (Background)] Initial Block Size 1.0 MB Used Block Count 4 Overflow Count (too large) 0 Overflow Count (full) 0 [ALLOC_GFX] Dual Thread Allocator Peak main deferred allocation count 14 [ALLOC_BUCKET] Large Block size 32.0 MB Used Block count 1 Peak Allocated bytes 11.3 MB [ALLOC_GFX_MAIN] Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 1 frames Requested Block Size 16.0 MB Peak Block count 2 Peak Allocated memory 16.3 MB Peak Large allocation bytes 0 B [ALLOC_GFX_THREAD] Peak usage frame count: [0-1.0 KB]: 1 frames, [8.0 KB-16.0 KB]: 1 frames Requested Block Size 16.0 MB Peak Block count 1 Peak Allocated memory 9.7 KB Peak Large allocation bytes 0 B [ALLOC_CACHEOBJECTS] Dual Thread Allocator Peak main deferred allocation count 52399 [ALLOC_BUCKET] Large Block size 32.0 MB Used Block count 1 Peak Allocated bytes 11.3 MB [ALLOC_CACHEOBJECTS_MAIN] Peak usage frame count: [128.0 MB-256.0 MB]: 2 frames Requested Block Size 4.0 MB Peak Block count 52 Peak Allocated memory 210.8 MB Peak Large allocation bytes 12.7 MB [ALLOC_CACHEOBJECTS_THREAD] Peak usage frame count: [0-1.0 KB]: 1 frames, [8.0 KB-16.0 KB]: 1 frames Requested Block Size 4.0 MB Peak Block count 1 Peak Allocated memory 29.3 KB Peak Large allocation bytes 0 B [ALLOC_TYPETREE] Dual Thread Allocator Peak main deferred allocation count 61455 [ALLOC_BUCKET] Large Block size 32.0 MB Used Block count 1 Peak Allocated bytes 11.3 MB [ALLOC_TYPETREE_MAIN] Peak usage frame count: [64.0 MB-128.0 MB]: 2 frames Requested Block Size 2.0 MB Peak Block count 43 Peak Allocated memory 80.5 MB Peak Large allocation bytes 0 B [ALLOC_TYPETREE_THREAD] Peak usage frame count: [0-1.0 KB]: 2 frames Requested Block Size 2.0 MB Peak Block count 1 Peak Allocated memory 19.7 KB Peak Large allocation bytes 0 B [ALLOC_PROFILER] Peak usage frame count: [64.0 KB-128.0 KB]: 2 frames Requested Block Size 16.0 MB Peak Block count 1 Peak Allocated memory 282.8 KB Peak Large allocation bytes 0 B [ALLOC_PROFILER_BUCKET] Large Block size 32.0 MB Used Block count 1 Peak Allocated bytes 3.8 KB [ALLOC_PROFILER_EDITOR] Peak usage frame count: [0-1.0 KB]: 2 frames Requested Block Size 1.0 MB Peak Block count 0 Peak Allocated memory 0 B Peak Large allocation bytes 0 B [ALLOC_PROFILER_BUCKET] Large Block size 32.0 MB Used Block count 1 Peak Allocated bytes 3.8 KB ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1651932027723,"processId":98,"allocatedMemory":12729469,"memoryLabels":[{"Default":8015},{"Permanent":16120},{"Thread":1083180},{"Manager":18145},{"Geometry":280},{"Texture":160},{"Shader":103323},{"Material":24},{"GfxDevice":35512},{"Animation":312},{"Audio":4040},{"Font":3970343},{"FontEngine":4096},{"Physics":289},{"Serialization":672},{"Input":26792},{"JobScheduler":200},{"Mono":40},{"ScriptingNativeRuntime":43520},{"BaseObject":1586380},{"Resource":944},{"Renderer":1936},{"Transform":48},{"File":4112452},{"WebCam":24},{"Culling":40},{"Terrain":1025},{"Wind":24},{"String":63548},{"DynamicArray":280830},{"HashMap":77685},{"Utility":8026},{"Curl":3135},{"PoolAlloc":32192},{"AI":40},{"TypeTree":2064},{"ScriptManager":240},{"RuntimeInitializeOnLoadManager":72},{"SpriteAtlas":112},{"GI":3320},{"Unet":16},{"Director":7816},{"WebRequest":720},{"VR":45529},{"SceneManager":624},{"Video":72},{"LazyScriptCache":32},{"NativeArray":12},{"Camera":25},{"Secure":1},{"Image":294912},{"SerializationCache":624},{"APIUpdating":5872},{"Subsystems":384},{"VirtualTexturing":57560},{"StaticSafetyDebugInfo":327752},{"EditorGui":40},{"EditorUtility":428261},{"VersionControl":4},{"Undo":450},{"AssetDatabase":10586},{"RestService":1518},{"EditorGi":368},{"License":1312},{"UnityConnect":29664},{"Collab":785},{"Upm":1504},{"DrivenProperties":80},{"HubClient":32},{"LocalIPC":99},{"ProfilerEditor":20133},{"CoreBusinessMetrics":1402},{"Licensing":2048},{"AssetReference":32}]} Build failed, with exit code 101 ########################### # Build output # ########################### total 8.0K drwxr-xr-x 2 root root 4.0K May 7 13:56 . drwxr-xr-x 3 root root 4.0K May 7 13:56 .. Changing to "/github/workspace/_activate-license~" directory. /github/workspace/_activate-license~ /github/workspace /github/workspace ########################### # Failure # ########################### Please note that the exit code is not very descriptive. Most likely it will not help you solve the issue. To find the reason for failure: please search for errors in the log above. Error: The process '/usr/bin/docker' failed with exit code 101 ```
davidmfinol commented 2 years ago

Does the same error happen for all targetPlatforms? Can you share the logs in between the licensing client and the build results as well?

AtaTrkgl commented 2 years ago

Does the same error happen for all targetPlatforms? Can you share the logs in between the licensing client and the build results as well?

I have fail-fast set to in my build.yml true so I am not sure about Windows Platforms but I've seen both macOS & Linux getting failed.

Here is the log.txt, I uploaded it as a .txt file because it exceeded Github's issue char limit.

davidmfinol commented 2 years ago

I see '' is an incorrect path for a scene file. BuildPlayer expects paths relative to the project folder. in your logs, which makes me think that maybe the issue is with the editor build settings?

Can you confirm if all your scenes are correctly referenced in your build settings?: https://docs.unity3d.com/Manual/BuildSettings.html

AtaTrkgl commented 2 years ago

I see '' is an incorrect path for a scene file. BuildPlayer expects paths relative to the project folder. in your logs, which makes me think that maybe the issue is with the editor build settings?

Can you confirm if all your scenes are correctly referenced in your build settings?: https://docs.unity3d.com/Manual/BuildSettings.html

My EditorBuildSettings.asset file seems to be fine plus I can build locally and play through the levels.

My EditorBuildSettings.asset ```yaml %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1045 &1 EditorBuildSettings: m_ObjectHideFlags: 0 serializedVersion: 2 m_Scenes: - enabled: 1 path: Assets/_Scenes/Main Menu.unity guid: a62ce6bbaf733d64ea37f6960c13d7e8 - enabled: 1 path: Assets/_Scenes/Chapter Select.unity guid: 1ed8af899f8954741878755daab80829 - enabled: 1 path: Assets/_Scenes/Levels/Prologue/P-L0.unity guid: 7b795beae6c251940b89cf7d1f3f28a8 - enabled: 1 path: Assets/_Scenes/Levels/Prologue/P-L1.unity guid: 0e95b6a3007cd0842800e2772d5aaba4 - enabled: 1 path: Assets/_Scenes/Levels/Prologue/P-L2.unity guid: 66f323fec7ec08346b6757f0e3c8827c - enabled: 1 path: Assets/_Scenes/Levels/Prologue/P-L3.unity guid: fdd0f977565428043830c39fe40dfb17 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L0.unity guid: 4efb07d0d281eee4a836830a2402094f - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L1.unity guid: 740a8914b66ab19458e7860a5e5daab4 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L2.unity guid: 7d7c660121bbe4043b42b4602641541c - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L3.unity guid: bd146392804bfe34785a6792e2b27d02 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L4.unity guid: 3dc7e00e101b97d47baa07909cf0e4fd - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L5.unity guid: 4dc032007484fa2408327184bc163d66 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L6.unity guid: 606273d34028acb4bac7f1e1ca711fca - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L7.unity guid: 1fbf5ccaf609aef4eba9900934ad40d6 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L8.unity guid: 8200ff7bd680cfa4288d54e49d56be0f - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L9.unity guid: 6bbcdb8b8d8be7f4eaccdea4c17da607 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L10.unity guid: e1b21798580185a48b45ce67c0d47245 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L11.unity guid: 3c5d2b98826157b4584fd7720a11f8f0 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L12.unity guid: c47eac9d3552ec841b0066aae9ea9066 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L13.unity guid: 97affd5ef6b84f1468b667d4b9b64e1a - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L14.unity guid: 29a3f0313c23cfd40b4206f85e67117b - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L15.unity guid: 79f1e2e3f79ce354b8cd63569b900f47 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L16.unity guid: aaee6835f6dbca448bec3e9e3167345a - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L17.unity guid: 3f4d40711dc03e84b8f095dd93250a07 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L18.unity guid: 70098ad49ada81643b74fe30368d3d9e - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L19.unity guid: b8219f6692643684991a233ac2778cbf - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L20.unity guid: 17b75339160b93540bbab61282191347 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L21.unity guid: 05d8b1cfaad2cad43b0c29b2118d869f - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L22.unity guid: 8fed838c2895c29409d7ab221f519a39 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 1/C1-L23.unity guid: 2bd69ce624d7add4baeb775a13169582 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L0.unity guid: 709b7345763c23c4fbfbe3f8d7e3ba48 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L1.unity guid: 6d7aced10ab2e904fbd7c20307d4d3a0 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L2.unity guid: e354b49288ccde743bb60f817a60c6d8 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L3.unity guid: 544e46cdcf0987e498b30c977484d385 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L4.unity guid: 69a0fde0eaa1f9f4eafed504cf82b626 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L5.unity guid: d6d22848fb5206143847af9271dd5621 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L6.unity guid: c24235fa367bca7459b489464b0b9d6f - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L7.unity guid: d50c834e652ef824f87793d425e8d444 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L8.unity guid: 91f42287cb21d3e45881ad0a7b0bb887 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L9.unity guid: 2040a04c0aae5f84eb9dd93060aee9f6 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L10.unity guid: bdbe5e5be10feda4ba42c51b1f3af2a3 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L11.unity guid: cd4cc74b8b770ea4985d46762883b130 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L12.unity guid: 33431c4b0afe9624ab04eb4882d0c7b1 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L13.unity guid: 92a1db71f6ab63e4ba1bce96c9f485df - enabled: 1 path: Assets/_Scenes/Levels/Chapter 2/C2-L14.unity guid: dcbbfed44e705ae49bfa15b94d1a228b - enabled: 1 path: Assets/_Scenes/Levels/Chapter 3/C3-L0.unity guid: 587e7b4519cd370479c4966d2da45251 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 3/C3-L1.unity guid: 5366227aabee9e94ebe02ecf14e38d40 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 3/C3-L2.unity guid: 2cec553dfffeb9649b77c0056a1e30ba - enabled: 1 path: Assets/_Scenes/Levels/Chapter 3/C3-L3.unity guid: cc6585251667b5649b64c89a494c593b - enabled: 1 path: Assets/_Scenes/Levels/Chapter 3/C3-L4.unity guid: 8cb6d03f03d1c4c429ce8a5b77e2b0d7 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 3/C3-L5.unity guid: c79490dd9f53a444397079c5080c1052 - enabled: 1 path: Assets/_Scenes/Levels/Chapter 3/C3-L6.unity guid: b997019da98834f44a0c13e7eb9336ac - enabled: 1 path: Assets/_Scenes/Levels/Chapter 3/C3-L7.unity guid: 783e2d579da71b94aa677a3fa09263fa m_configObjects: {} ```
davidmfinol commented 2 years ago

Ok, I think the issue is with the meta file for Assets/_Scenes/Levels/Chapter 2/C2-L13.unity. In your logs:

GUID [dcbbfed44e705ae49bfa15b94d1a228b] for asset 'Assets/_Scenes/Levels/Chapter 2/C2-L13.unity.meta' conflicts with:
  'Assets/_Scenes/Levels/Chapter 2/C2-L14.unity.meta'
Assigning a new guid.
GUID [dcbbfed44e705ae49bfa15b94d1a228b] for asset 'Assets/_Scenes/Levels/Chapter 2/C2-L14.unity.meta' conflicts with:
  'Assets/_Scenes/Levels/Chapter 2/C2-L13.unity.meta'
Assigning a new guid.

I think your git repo needs to update Assets/_Scenes/Levels/Chapter 2/C2-L13.unity.meta to change the guid from dcbbfed44e705ae49bfa15b94d1a228b to 92a1db71f6ab63e4ba1bce96c9f485df

AtaTrkgl commented 2 years ago

Ok, I think the issue is with the meta file for Assets/_Scenes/Levels/Chapter 2/C2-L13.unity. In your logs:

GUID [dcbbfed44e705ae49bfa15b94d1a228b] for asset 'Assets/_Scenes/Levels/Chapter 2/C2-L13.unity.meta' conflicts with:
  'Assets/_Scenes/Levels/Chapter 2/C2-L14.unity.meta'
Assigning a new guid.
GUID [dcbbfed44e705ae49bfa15b94d1a228b] for asset 'Assets/_Scenes/Levels/Chapter 2/C2-L14.unity.meta' conflicts with:
  'Assets/_Scenes/Levels/Chapter 2/C2-L13.unity.meta'
Assigning a new guid.

I think your git repo needs to update Assets/_Scenes/Levels/Chapter 2/C2-L13.unity.meta to change the guid from dcbbfed44e705ae49bfa15b94d1a228b to 92a1db71f6ab63e4ba1bce96c9f485df

Thank you! That fixed it right away, I was looking for a solution for the wrong problem this whole time.