adamrehn / ue4-docker

Windows and Linux containers for Unreal Engine 4
https://docs.adamrehn.com/ue4-docker/
MIT License
779 stars 172 forks source link

ue4-docker build 4.22.1 fails #31

Closed deonblaauw closed 5 years ago

deonblaauw commented 5 years ago

Output of the ue4-docker info command:

ue4-docker version:         0.0.28
Operating system:           Linux (Ubuntu 19.04, 5.0.0-13-generic)
Docker daemon version:      19.03.0-beta3
NVIDIA Docker supported:    No
Maximum image size:         No limit detected
Total system memory:        15.53 GiB
Number of processors:       4 physical, 8 logical

This is the last couple of lines from terminal when running 'ue4-docker build 4.22.1'

Copying bundled toolchain "v13_clang-7.0.1-centos7" to Installed Build...
Traceback (most recent call last):
  File "/tmp/copy-toolchain.py", line 22, in <module>
    shutil.copytree(toolchain, dest)
  File "/usr/lib/python3.6/shutil.py", line 315, in copytree
    os.makedirs(dst)
  File "/usr/lib/python3.6/os.py", line 220, in makedirs
    mkdir(name, mode)
FileExistsError: [Errno 17] File exists: '/home/ue4/UnrealEngine/LocalBuilds/Engine/Linux/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7'
The command '/bin/sh -c python3 /tmp/copy-toolchain.py /home/ue4/UnrealEngine && echo '' && echo 'RUN directive complete. Docker will now commit the filesystem layer to disk.' && echo 'Note that for large filesystem layers this can take quite some time.' && echo 'Performing filesystem layer commit...' && echo ''' returned a non-zero code: 1
[ue4-docker build] Error: failed to build image "adamrehn/ue4-minimal:4.22.1-opengl".

This is the full terminal output:

Retrieving the Git credentials that will be used to clone the UE4 repo
Username: 
Sending build context to Docker daemon  3.072kB

Step 1/6 : ARG TAG
Step 2/6 : ARG PREREQS_TAG
Step 3/6 : FROM adamrehn/ue4-source:${TAG}-${PREREQS_TAG}
 ---> 19c7a9cf92c8
Step 4/6 : RUN ./Engine/Build/BatchFiles/Linux/Build.sh UE4Editor Linux Development -WaitMutex && echo '' && echo 'RUN directive complete. Docker will now commit the filesystem layer to disk.' && echo 'Note that for large filesystem layers this can take quite some time.' && echo 'Performing filesystem layer commit...' && echo ''
 ---> Running in 133f2531c5ab
Fixing inconsistent case in filenames.
Setting up Mono
Building UE4Editor...
*** PYTHON NOT FOUND: /usr/bin/python
*** PYTHON NOT FOUND: /usr/bin/python
Using 'git status' to determine working set for adaptive non-unity build (/home/ue4/UnrealEngine).
Creating makefile for UE4Editor (no existing makefile)
Creating makefile for UnrealHeaderTool (no existing makefile)
Waiting for 'git status' command to complete
------- Build details --------
Using toolchain located at '/home/ue4/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu'.
Using clang (/home/ue4/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/bin/clang++) version '7.0.1' (string), 7 (major), 0 (minor), 1 (patch)
Using bundled libc++ standard C++ library.
Using lld linker
Using llvm-ar : /home/ue4/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/bin/llvm-ar
Using fast way to relink  circularly dependent libraries (no FixDeps).
------------------------------
Building UnrealHeaderTool...
Performing 30 actions (8 in parallel)
[5/30] Compile Module.UnrealHeaderTool.cpp
[1/30] Compile PCH.Core.h
[4/30] Compile SharedPCH.Core.h
[3/30] Compile BuildSettings.cpp
[2/30] Compile PCH.CoreUObject.h
[6/30] Link (ld) libUnrealHeaderTool-BuildSettings.so
[7/30] Compile Module.Core.10_of_10.cpp
[8/30] Compile Module.Core.8_of_10.cpp
[9/30] Compile Module.Core.7_of_10.cpp
[10/30] Compile Module.Core.6_of_10.cpp
[11/30] Compile Module.Core.5_of_10.cpp
[12/30] Compile Module.Core.9_of_10.cpp
[13/30] Compile Module.Core.3_of_10.cpp
[14/30] Compile Module.Core.2_of_10.cpp
[15/30] Compile Module.Core.1_of_10.cpp
[16/30] Compile Module.Core.4_of_10.cpp
[17/30] Compile Module.Json.cpp
[18/30] Compile Module.Projects.cpp
[19/30] Compile Module.CoreUObject.4_of_6.cpp
[20/30] Compile Module.CoreUObject.6_of_6.cpp
[21/30] Compile Module.CoreUObject.1_of_6.cpp
[22/30] Compile Module.CoreUObject.2_of_6.cpp
[23/30] Compile Module.CoreUObject.3_of_6.cpp
[24/30] Compile Module.CoreUObject.5_of_6.cpp
[25/30] Link (ld) libUnrealHeaderTool-Core.so
[26/30] Link (ld) libUnrealHeaderTool-Json.so
[27/30] Link (ld) libUnrealHeaderTool-Projects.so
[28/30] Link (ld) libUnrealHeaderTool-CoreUObject.so
[29/30] Link (lld) UnrealHeaderTool
[30/30] UnrealBuildTool.exe UnrealHeaderTool.target
Total time in Local executor: 101.87 seconds
Parsing headers for UE4Editor
  Running UnrealHeaderTool UE4Editor "/home/ue4/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/UE4Editor/Development/UE4Editor.uhtmanifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors
Reflection code generated for UE4Editor in 25.8304786 seconds
------- Build details --------
Using toolchain located at '/home/ue4/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu'.
Using clang (/home/ue4/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/bin/clang++) version '7.0.1' (string), 7 (major), 0 (minor), 1 (patch)
Using bundled libc++ standard C++ library.
Using lld linker
Using llvm-ar : /home/ue4/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/bin/llvm-ar
Using fast way to relink  circularly dependent libraries (no FixDeps).
------------------------------
Performing 1882 actions (8 in parallel)
[1/1882] Compile SharedPCH.UnrealEd.h
[2/1882] Compile SharedPCH.Engine.h
[3/1882] Compile SharedPCH.CoreUObject.h
[4/1882] Compile SharedPCH.Core.h
[5/1882] Compile PCH.Core.h
[7/1882] Compile PCH.CoreUObject.h
[6/1882] Compile BuildSettings.cpp
[8/1882] Compile PCH.Engine.h
[9/1882] Link (ld) libUE4Editor-BuildSettings.so
[10/1882] Compile SharedPCH.Slate.h
[11/1882] Compile Module.Core.2_of_10.cpp
[12/1882] Compile Module.Core.1_of_10.cpp
[13/1882] Compile Module.Core.3_of_10.cpp
[14/1882] Compile Module.Core.4_of_10.cpp
[15/1882] Compile Module.Core.5_of_10.cpp
[16/1882] Compile Module.Core.6_of_10.cpp
[17/1882] Compile Module.Core.7_of_10.cpp
[18/1882] Compile Module.Core.9_of_10.cpp
[19/1882] Compile Module.Core.10_of_10.cpp
[20/1882] Compile Module.Core.8_of_10.cpp
[21/1882] Compile Module.Json.cpp
[22/1882] Compile Module.Projects.cpp
[23/1882] Compile Module.CoreUObject.1_of_6.cpp
[24/1882] Compile Module.CoreUObject.2_of_6.cpp
[25/1882] Compile Module.CoreUObject.3_of_6.cpp
[26/1882] Compile Module.CoreUObject.4_of_6.cpp
[27/1882] Compile Module.CoreUObject.5_of_6.cpp
[28/1882] Compile Module.CoreUObject.6_of_6.cpp
[29/1882] Compile Module.CoreUObject.gen.cpp
[30/1882] Compile Module.ApplicationCore.cpp
[31/1882] Link (ld) libUE4Editor-Core.so
[32/1882] Link (ld) libUE4Editor-Json.so
[33/1882] Link (ld) libUE4Editor-Projects.so
[34/1882] Compile PCH.ImageWrapper.h
[35/1882] Compile Module.ImageWrapper.cpp
[36/1882] Link (ld) libUE4Editor-ApplicationCore.so
[37/1882] Compile Module.InputCore.cpp
[38/1882] Link (ld) libUE4Editor-ImageWrapper.so
[39/1882] Compile Module.InputCore.gen.cpp
[40/1882] Compile Module.SlateCore.gen.cpp
[41/1882] Compile Module.SlateCore.cpp
[42/1882] Compile Module.Slate.5_of_5.cpp
[43/1882] Compile Module.Slate.1_of_5.cpp
[44/1882] Compile Module.Slate.2_of_5.cpp
[45/1882] Compile Module.Slate.gen.cpp
[46/1882] Compile Module.Slate.3_of_5.cpp
[47/1882] Compile Module.Slate.4_of_5.cpp
[48/1882] Compile Module.DesktopPlatform.cpp
[49/1882] Link (ld) libUE4Editor-CoreUObject.so
[50/1882] Link (ld) libUE4Editor-InputCore.so
[51/1882] Compile Module.EditorStyle.cpp
[52/1882] Compile Module.EditorStyle.gen.cpp
[53/1882] Compile PCH.UnrealEd.h
[54/1882] Link (ld) libUE4Editor-DesktopPlatform.so
[55/1882] Compile IPlatformFileSandboxWrapper.cpp
[56/1882] Compile Module.Sockets.cpp
[57/1882] Link (ld) libUE4Editor-SandboxFile.so
[58/1882] Compile Module.AudioPlatformConfiguration.cpp
[59/1882] Link (ld) libUE4Editor-Sockets.so
[60/1882] Compile Module.AudioPlatformConfiguration.gen.cpp
[61/1882] Compile Module.LauncherPlatform.cpp
[62/1882] Compile Module.TargetPlatform.cpp
[63/1882] Link (ld) libUE4Editor-AudioPlatformConfiguration.so
[64/1882] Link (ld) libUE4Editor-LauncherPlatform.so
[65/1882] Compile Module.SSL.cpp
[66/1882] Link (ld) libUE4Editor-SSL.so
[67/1882] Compile Module.HTTP.cpp
[68/1882] Compile Module.RHI.cpp
[69/1882] Compile ImageCore.cpp
[70/1882] Link (ld) libUE4Editor-ImageCore.so
[71/1882] Compile Module.RenderCore.cpp
[72/1882] Compile Analytics.cpp
[73/1882] Compile ReliabilityHandlerComponent.cpp
[74/1882] Compile RSA.cpp
[75/1882] Link (ld) libUE4Editor-HTTP.so
[76/1882] Compile Module.Networking.cpp
[77/1882] Link (ld) libUE4Editor-RSA.so
[78/1882] Link (ld) libUE4Editor-SlateCore.so
[79/1882] Compile Module.PakFile.cpp
[80/1882] Compile Module.MessagingRpc.cpp
[81/1882] Link (ld) libUE4Editor-Networking.so
[82/1882] Compile Module.PacketHandler.gen.cpp
[83/1882] Compile Module.MessagingRpc.gen.cpp
[84/1882] Compile Module.PacketHandler.cpp
[85/1882] Compile Module.UnrealEd.11_of_21.cpp
[86/1882] Compile Module.UnrealEd.10_of_21.cpp
[87/1882] Compile Module.UnrealEd.9_of_21.cpp
[88/1882] Compile Module.UnrealEd.8_of_21.cpp
[89/1882] Link (ld) libUE4Editor-Slate.so
[90/1882] Compile Module.UnrealEd.7_of_21.cpp
[91/1882] Link (ld) libUE4Editor-EditorStyle.so
[92/1882] Link (ld) libUE4Editor-TargetPlatform.so
[93/1882] Compile Module.UnrealEd.15_of_21.cpp
[94/1882] Link (ld) libUE4Editor-RHI.so
[95/1882] Compile Module.UnrealEd.5_of_21.cpp
[96/1882] Link (ld) libUE4Editor-RenderCore.so
[97/1882] Compile Module.UnrealEd.3_of_21.cpp
[98/1882] Compile Module.UnrealEd.2_of_21.cpp
[99/1882] Compile Module.UnrealEd.1_of_21.cpp
[100/1882] Compile Module.UnrealEd.16_of_21.cpp
[101/1882] Compile Module.UnrealEd.6_of_21.cpp
[102/1882] Compile Module.UnrealEd.17_of_21.cpp
[103/1882] Compile Module.UnrealEd.18_of_21.cpp
[104/1882] Compile Module.UnrealEd.4_of_21.cpp
[105/1882] Compile Module.UnrealEd.12_of_21.cpp
[106/1882] Compile Module.UnrealEd.13_of_21.cpp
[107/1882] Compile Module.UnrealEd.gen.10_of_10.cpp
[108/1882] Compile Module.UnrealEd.19_of_21.cpp
[109/1882] Compile Module.UnrealEd.gen.4_of_10.cpp
[110/1882] Link (ld) libUE4Editor-Analytics.so
[111/1882] Compile Module.UnrealEd.14_of_21.cpp
[112/1882] Compile Module.UnrealEd.gen.9_of_10.cpp
[113/1882] Compile Module.UnrealEd.gen.8_of_10.cpp
[114/1882] Compile Module.UnrealEd.gen.6_of_10.cpp
[115/1882] Compile Module.UnrealEd.gen.5_of_10.cpp
[116/1882] Compile Module.UnrealEd.gen.7_of_10.cpp
[117/1882] Compile Module.UnrealEd.gen.3_of_10.cpp
[118/1882] Compile Module.UnrealEd.gen.2_of_10.cpp
[119/1882] Compile Module.UnrealEd.gen.1_of_10.cpp
[120/1882] Compile Module.UnrealEd.21_of_21.cpp
[121/1882] Compile Module.UnrealEd.20_of_21.cpp
[122/1882] Link (ld) libUE4Editor-ReliabilityHandlerComponent.so
[123/1882] Link (ld) libUE4Editor-PacketHandler.so
[124/1882] Link (ld) libUE4Editor-MessagingRpc.so
[125/1882] Compile Module.PortalServices.cpp
[126/1882] Link (ld) libUE4Editor-PakFile.so
[127/1882] Compile Module.AppFramework.cpp
[128/1882] Compile Module.PortalServices.gen.cpp
[129/1882] Link (ld) libUE4Editor-PortalServices.so
[130/1882] Compile RawMesh.cpp
[131/1882] Compile Module.MeshUtilitiesCommon.cpp
[132/1882] Compile Module.AssetRegistry.gen.cpp
[133/1882] Compile Module.AssetRegistry.cpp
[134/1882] Compile MessagingCommonModule.cpp
[135/1882] Compile Module.MeshDescription.gen.cpp
[136/1882] Compile EngineMessages.init.gen.cpp
[137/1882] Compile EngineMessagesModule.cpp
[138/1882] Compile Module.AnalyticsET.cpp
[139/1882] Compile EngineServiceMessages.gen.cpp
[140/1882] Compile Module.MSQS.gen.cpp
[141/1882] Compile Module.MeshDescription.cpp
[142/1882] Compile Module.MSQS.cpp
[143/1882] Link (ld) libUE4Editor-AnalyticsET.so
[144/1882] Link (ld) libUE4Editor-EngineMessages.so
[145/1882] Compile Module.PerfCounters.cpp
[146/1882] Compile GameMapsSettings.gen.cpp
[147/1882] Compile GameNetworkManagerSettings.gen.cpp
[148/1882] Compile Module.CollisionAnalyzer.cpp
[149/1882] Compile GameSessionSettings.gen.cpp
[150/1882] Compile Module.SynthBenchmark.cpp
[151/1882] Compile Module.LogVisualizer.gen.cpp
[152/1882] Compile GeneralEngineSettings.gen.cpp
[153/1882] Link (ld) libUE4Editor-MeshDescription.so
[154/1882] Link (ld) libUE4Editor-MessagingCommon.so
[155/1882] Compile EngineSettings.init.gen.cpp
[156/1882] Compile Module.LogVisualizer.cpp
[157/1882] Link (ld) libUE4Editor-AssetRegistry.so
[158/1882] Compile HudSettings.gen.cpp
[159/1882] Compile ConsoleSettings.gen.cpp
[160/1882] Compile Module.Messaging.cpp
[161/1882] Compile Module.AudioMixer.cpp
[162/1882] Compile Module.AudioMixer.gen.cpp
[163/1882] Compile GeneralProjectSettings.gen.cpp
[164/1882] Compile Module.GameplayTags.gen.cpp
[165/1882] Link (ld) libUE4Editor-RawMesh.so
[166/1882] Compile MeshDescriptionOperations.cpp
[167/1882] Compile EngineSettingsModule.cpp
[168/1882] Compile Module.CinematicCamera.gen.cpp
[169/1882] Compile Module.CinematicCamera.cpp
[170/1882] Compile MeshDescriptionOperations.init.gen.cpp
[171/1882] Compile Module.UtilityShaders.cpp
[172/1882] Compile Module.PortalRpc.gen.cpp
[173/1882] Compile Module.UMG.gen.5_of_9.cpp
[174/1882] Compile Module.UMG.gen.7_of_9.cpp
[175/1882] Compile Module.Kismet.6_of_6.cpp
[176/1882] Compile Module.Kismet.5_of_6.cpp
[177/1882] Compile Module.Kismet.4_of_6.cpp
[178/1882] Compile Module.Kismet.3_of_6.cpp
[179/1882] Compile Module.Kismet.2_of_6.cpp
[180/1882] Link (ld) libUE4Editor-UnrealEd.so
/home/ue4/UnrealEngine/Engine/Source/ThirdParty/FBX/2018.1.1/lib/gcc4/x86_64-unknown-linux-gnu/release//libfbxsdk.a(fbxutils.o): In function `fbxsdk::FbxPathUtils::GenerateFileName(char const*, char const*)':
(.text+0x4b8): warning: the use of `tempnam' is dangerous, better use `mkstemp'
[181/1882] Compile Module.Kismet.1_of_6.cpp
[182/1882] Compile Module.ClothingSystemEditorInterface.cpp
[183/1882] Compile Module.ClothingSystemEditorInterface.gen.cpp
[184/1882] Compile Module.UMG.gen.2_of_9.cpp
[185/1882] Compile Module.Kismet.gen.cpp
[186/1882] Compile Module.ClothSysRuntimeIntrfc.gen.cpp
[187/1882] Compile Module.UMG.gen.9_of_9.cpp
[188/1882] Link (ld) libUE4Editor-AppFramework.so
[189/1882] Compile Module.Landscape.2_of_3.cpp
[190/1882] Compile Module.UMG.gen.8_of_9.cpp
[191/1882] Compile Module.UMG.gen.4_of_9.cpp
[192/1882] Compile Module.UMG.gen.3_of_9.cpp
[193/1882] Compile Module.UMG.gen.1_of_9.cpp
[194/1882] Compile Module.Landscape.3_of_3.cpp
[195/1882] Compile Module.Landscape.gen.1_of_2.cpp
[196/1882] Compile Module.Landscape.gen.2_of_2.cpp
[197/1882] Compile Module.UMG.cpp
[198/1882] Compile Module.ClothSysRuntimeIntrfc.cpp
[199/1882] Compile UVMapSettings.gen.cpp
[200/1882] Compile Module.UMG.gen.6_of_9.cpp
[201/1882] Compile Module.Landscape.1_of_3.cpp
[202/1882] Compile Module.GameplayTags.cpp
[203/1882] Compile Module.PortalRpc.cpp
[204/1882] Link (ld) libUE4Editor-MeshUtilitiesCommon.so
[205/1882] Link (ld) libUE4Editor-MaterialShaderQualitySettings.so
[206/1882] Link (ld) libUE4Editor-MeshDescriptionOperations.so
[207/1882] Link (ld) libUE4Editor-EngineSettings.so
[208/1882] Link (ld) libUE4Editor-AudioMixer.so
[209/1882] Link (ld) libUE4Editor-PerfCounters.so
[210/1882] Link (ld) libUE4Editor-PortalRpc.so
[211/1882] Link (ld) libUE4Editor-SynthBenchmark.so
[212/1882] Link (ld) libUE4Editor-UtilityShaders.so
[213/1882] Link (ld) libUE4Editor-ClothingSystemEditorInterface.so
[214/1882] Link (ld) libUE4Editor-ClothingSystemRuntimeInterface.so
[215/1882] Link (ld) libUE4Editor-Messaging.so
[216/1882] Link (ld) libUE4Editor-Kismet.so
[217/1882] Compile Module.Engine.22_of_43.cpp
[218/1882] Link (ld) libUE4Editor-LogVisualizer.so
[219/1882] Compile Module.Engine.25_of_43.cpp
[220/1882] Compile Module.Engine.24_of_43.cpp
[221/1882] Compile Module.Engine.23_of_43.cpp
[222/1882] Compile Module.Engine.3_of_43.cpp
[223/1882] Compile Module.Engine.36_of_43.cpp
[224/1882] Compile Module.Engine.gen.30_of_61.cpp
[225/1882] Link (ld) libUE4Editor-Landscape.so
[226/1882] Compile Module.Engine.gen.14_of_61.cpp
[227/1882] Compile Module.Engine.26_of_43.cpp
[228/1882] Compile Module.Engine.21_of_43.cpp
[229/1882] Compile Module.Engine.27_of_43.cpp
[230/1882] Compile Module.Engine.34_of_43.cpp
[231/1882] Compile Module.Engine.29_of_43.cpp
[232/1882] Compile Module.Engine.30_of_43.cpp
[233/1882] Compile Module.Engine.31_of_43.cpp
[234/1882] Compile Module.Engine.32_of_43.cpp
[235/1882] Link (ld) libUE4Editor-UMG.so
[236/1882] Compile Module.Engine.33_of_43.cpp
[237/1882] Compile Module.Engine.gen.52_of_61.cpp
[238/1882] Compile Module.Engine.20_of_43.cpp
[239/1882] Compile Module.Engine.19_of_43.cpp
[240/1882] Compile Module.Engine.18_of_43.cpp
[241/1882] Compile Module.Engine.9_of_43.cpp
[242/1882] Compile Module.Engine.4_of_43.cpp
[243/1882] Compile Module.Engine.28_of_43.cpp
[244/1882] Compile Module.Engine.gen.38_of_61.cpp
[245/1882] Compile Module.Engine.gen.40_of_61.cpp
[246/1882] Compile Module.Engine.gen.35_of_61.cpp
[247/1882] Compile Module.Engine.gen.43_of_61.cpp
[248/1882] Compile Module.Engine.gen.53_of_61.cpp
[249/1882] Compile Module.Engine.gen.44_of_61.cpp
[250/1882] Compile Module.Engine.gen.54_of_61.cpp
[251/1882] Compile Module.Engine.gen.50_of_61.cpp
[252/1882] Compile Module.Engine.gen.49_of_61.cpp
[253/1882] Compile Module.Engine.gen.45_of_61.cpp
[254/1882] Compile Module.Engine.gen.58_of_61.cpp
[255/1882] Compile Module.Engine.gen.46_of_61.cpp
[256/1882] Compile Module.Engine.gen.55_of_61.cpp
[257/1882] Compile Module.Engine.gen.47_of_61.cpp
[258/1882] Compile Module.Engine.gen.48_of_61.cpp
[259/1882] Compile Module.Engine.gen.51_of_61.cpp
[260/1882] Compile Module.Engine.gen.36_of_61.cpp
[261/1882] Compile Module.Engine.gen.57_of_61.cpp
[262/1882] Compile Module.Engine.gen.37_of_61.cpp
[263/1882] Compile Module.Engine.gen.56_of_61.cpp
[264/1882] Compile Module.Engine.gen.42_of_61.cpp
[265/1882] Compile Module.Engine.gen.41_of_61.cpp
[266/1882] Compile Module.Engine.gen.31_of_61.cpp
[267/1882] Compile Module.Engine.gen.32_of_61.cpp
[268/1882] Compile Module.Engine.gen.33_of_61.cpp
[269/1882] Compile Module.Engine.gen.34_of_61.cpp
[270/1882] Compile Module.Engine.gen.39_of_61.cpp
[271/1882] Compile Module.Engine.2_of_43.cpp
[272/1882] Compile Module.Engine.gen.17_of_61.cpp
[273/1882] Compile Module.Engine.7_of_43.cpp
[274/1882] Compile Module.Engine.gen.12_of_61.cpp
[275/1882] Compile Module.Engine.gen.11_of_61.cpp
[276/1882] Compile Module.Engine.gen.2_of_61.cpp
[277/1882] Compile Module.Engine.39_of_43.cpp
[278/1882] Compile Module.Engine.40_of_43.cpp
[279/1882] Compile Module.Engine.41_of_43.cpp
[280/1882] Compile Module.Engine.42_of_43.cpp
[281/1882] Compile Module.Engine.43_of_43.cpp
[282/1882] Compile Module.Engine.gen.1_of_61.cpp
[283/1882] Compile Module.Engine.gen.3_of_61.cpp
[284/1882] Compile Module.Engine.gen.10_of_61.cpp
[285/1882] Compile Module.Engine.gen.4_of_61.cpp
[286/1882] Compile Module.Engine.gen.5_of_61.cpp
[287/1882] Compile Module.Engine.gen.6_of_61.cpp
[288/1882] Compile Module.Engine.gen.7_of_61.cpp
[289/1882] Compile Module.Engine.gen.8_of_61.cpp
[290/1882] Compile Module.Engine.gen.9_of_61.cpp
[291/1882] Link (ld) libUE4Editor-GameplayTags.so
[292/1882] Compile Module.Engine.6_of_43.cpp
[293/1882] Compile Module.Engine.gen.60_of_61.cpp
[294/1882] Link (ld) libUE4Editor-CinematicCamera.so
[295/1882] Compile Module.Engine.gen.61_of_61.cpp
[296/1882] Compile Module.Engine.5_of_43.cpp
[297/1882] Compile Module.Engine.gen.13_of_61.cpp
[298/1882] Compile Module.Engine.gen.27_of_61.cpp
[299/1882] Compile Module.Engine.gen.28_of_61.cpp
[300/1882] Compile Module.Engine.gen.25_of_61.cpp
[301/1882] Compile Module.Engine.8_of_43.cpp
[302/1882] Compile Module.Engine.10_of_43.cpp
[303/1882] Compile Module.Engine.17_of_43.cpp
[304/1882] Compile Module.Engine.11_of_43.cpp
[305/1882] Compile Module.Engine.12_of_43.cpp
[306/1882] Compile Module.Engine.13_of_43.cpp
[307/1882] Compile Module.Engine.14_of_43.cpp
[308/1882] Compile Module.Engine.15_of_43.cpp
[309/1882] Compile Module.Engine.16_of_43.cpp
[310/1882] Compile Module.Engine.35_of_43.cpp
[311/1882] Compile Module.Engine.gen.26_of_61.cpp
[312/1882] Compile Module.Engine.gen.29_of_61.cpp
[313/1882] Compile Module.Engine.37_of_43.cpp
[314/1882] Compile Module.Engine.gen.59_of_61.cpp
[315/1882] Compile Module.Engine.gen.24_of_61.cpp
[316/1882] Compile Module.Engine.gen.23_of_61.cpp
[317/1882] Compile Module.Engine.38_of_43.cpp
[318/1882] Compile Module.Engine.gen.21_of_61.cpp
[319/1882] Compile Module.Engine.gen.20_of_61.cpp
[320/1882] Compile Module.Engine.gen.22_of_61.cpp
[321/1882] Compile Module.Engine.gen.18_of_61.cpp
[322/1882] Compile Module.Engine.1_of_43.cpp
[323/1882] Compile Module.Engine.gen.16_of_61.cpp
[324/1882] Compile Module.Engine.gen.15_of_61.cpp
[325/1882] Compile Module.Engine.gen.19_of_61.cpp
[326/1882] Link (ld) libUE4Editor-CollisionAnalyzer.so
[327/1882] Compile Module.PropertyEditor.1_of_3.cpp
[328/1882] Compile Module.PropertyEditor.3_of_3.cpp
[329/1882] Compile Module.PropertyEditor.2_of_3.cpp
[330/1882] Compile Module.TimeManagement.cpp
[331/1882] Compile Module.TimeManagement.gen.cpp
[332/1882] Compile Module.SourceControl.gen.cpp
[333/1882] Compile Module.SourceControl.cpp
[334/1882] Compile Module.BlueprintGraph.gen.2_of_3.cpp
[335/1882] Compile Module.BlueprintGraph.gen.1_of_3.cpp
[336/1882] Compile Module.BlueprintGraph.1_of_5.cpp
[337/1882] Compile Module.BlueprintGraph.2_of_5.cpp
[338/1882] Link (ld) libUE4Editor-Engine.so
[339/1882] Compile Module.BlueprintGraph.3_of_5.cpp
[340/1882] Link (ld) libUE4Editor-SourceControl.so
[341/1882] Compile Module.BlueprintGraph.4_of_5.cpp
[342/1882] Compile Module.BlueprintGraph.5_of_5.cpp
[343/1882] Compile Module.BlueprintGraph.gen.3_of_3.cpp
[344/1882] Compile Module.CurveEditor.gen.cpp
[345/1882] Compile Module.CurveEditor.cpp
[346/1882] Compile Module.JsonUtilities.cpp
[347/1882] Compile Module.JsonUtilities.gen.cpp
[348/1882] Compile Module.Foliage.gen.cpp
[349/1882] Link (ld) libUE4Editor-TimeManagement.so
[350/1882] Compile Module.Foliage.cpp
[351/1882] Compile Module.AnimationCore.cpp
[352/1882] Link (ld) libUE4Editor-JsonUtilities.so
[353/1882] Link (ld) libUE4Editor-BlueprintGraph.so
[354/1882] Compile Module.AnimationCore.gen.cpp
[355/1882] Compile Module.DirectoryWatcher.cpp
[356/1882] Compile Module.AnimGraphRuntime.cpp
[357/1882] Compile Module.AnimGraphRuntime.gen.1_of_3.cpp
[358/1882] Link (ld) libUE4Editor-AnimationCore.so
[359/1882] Compile Module.AnimGraphRuntime.gen.2_of_3.cpp
[360/1882] Link (ld) libUE4Editor-CurveEditor.so
[361/1882] Compile Module.TextureEditor.cpp
[362/1882] Compile Module.TextureEditor.gen.cpp
[363/1882] Compile Module.AnimGraphRuntime.gen.3_of_3.cpp
[364/1882] Compile Module.CurveAssetEditor.cpp
[365/1882] Compile Module.AssetTools.cpp
[366/1882] Link (ld) libUE4Editor-Foliage.so
[367/1882] Compile Module.AssetTools.gen.cpp
[368/1882] Link (ld) libUE4Editor-DirectoryWatcher.so
[369/1882] Compile WorkspaceMenuStructureModule.cpp
[370/1882] Link (ld) libUE4Editor-WorkspaceMenuStructure.so
[371/1882] Compile Module.EditorWidgets.cpp
[372/1882] Link (ld) libUE4Editor-CurveAssetEditor.so
[373/1882] Compile Module.WidgetCarousel.cpp
[374/1882] Compile Module.WidgetCarousel.gen.cpp
[375/1882] Link (ld) libUE4Editor-AnimGraphRuntime.so
[376/1882] Compile Module.MovieScene.gen.1_of_3.cpp
[377/1882] Compile Module.MovieScene.cpp
[378/1882] Compile Module.MovieScene.gen.2_of_3.cpp
[379/1882] Compile Module.MovieScene.gen.3_of_3.cpp
[380/1882] Link (ld) libUE4Editor-WidgetCarousel.so
[381/1882] Compile Module.AddContentDialog.cpp
[382/1882] Compile Module.AddContentDialog.gen.cpp
[383/1882] Compile Module.SourceControlWindows.cpp
[384/1882] Compile Module.ContentBrowser.1_of_3.cpp
[385/1882] Compile Module.ContentBrowser.2_of_3.cpp
[386/1882] Link (ld) libUE4Editor-PropertyEditor.so
[387/1882] Link (ld) libUE4Editor-EditorWidgets.so
[388/1882] Link (ld) libUE4Editor-TextureEditor.so
[389/1882] Compile Module.ContentBrowser.3_of_3.cpp
[390/1882] Compile Module.ContentBrowser.gen.cpp
[391/1882] Compile Module.MovieSceneTracks.gen.3_of_3.cpp
[392/1882] Compile Module.MovieSceneTracks.gen.2_of_3.cpp
[393/1882] Link (ld) libUE4Editor-AddContentDialog.so
[394/1882] Link (ld) libUE4Editor-MovieScene.so
[395/1882] Compile Module.GraphEditor.gen.cpp
[396/1882] Compile Module.MovieSceneTracks.cpp
[397/1882] Compile Module.MovieSceneTracks.gen.1_of_3.cpp
[398/1882] Compile Module.GraphEditor.cpp
[399/1882] Compile Module.MessageLog.cpp
[400/1882] Compile Module.ActorPickerMode.cpp
[401/1882] Link (ld) libUE4Editor-AssetTools.so
[402/1882] Link (ld) libUE4Editor-SourceControlWindows.so
[403/1882] Link (ld) libUE4Editor-ActorPickerMode.so
[404/1882] Compile Module.KismetWidgets.cpp
[405/1882] Compile Module.ImageWriteQueue.cpp
[406/1882] Compile Module.LevelSequence.cpp
[407/1882] Compile Module.LevelSequence.gen.cpp
[408/1882] Compile Module.ImageWriteQueue.gen.cpp
[409/1882] Compile Module.AnimGraph.gen.cpp
[410/1882] Link (ld) libUE4Editor-MessageLog.so
[411/1882] Compile Module.AdvancedPreviewScene.cpp
[412/1882] Link (ld) libUE4Editor-ImageWriteQueue.so
[413/1882] Compile Module.AdvancedPreviewScene.gen.cpp
[414/1882] Compile Module.AnimGraph.cpp
[415/1882] Compile Module.HierarchicalLODUtilities.cpp
[416/1882] Link (ld) libUE4Editor-MovieSceneTracks.so
[417/1882] Link (ld) libUE4Editor-LevelSequence.so
[418/1882] Link (ld) libUE4Editor-AdvancedPreviewScene.so
[419/1882] Compile Module.ClothingSystemRuntime.gen.cpp
[420/1882] Compile Module.ClothingSystemRuntime.cpp
[421/1882] Compile Module.HierarchicalLODOutliner.cpp
[422/1882] Link (ld) libUE4Editor-HierarchicalLODUtilities.so
[423/1882] Link (ld) libUE4Editor-ContentBrowser.so
[424/1882] Compile Module.HierarchicalLODOutliner.gen.cpp
[425/1882] Link (ld) libUE4Editor-KismetWidgets.so
[426/1882] Compile Module.CommonMenuExtensions.cpp
[427/1882] Compile Module.PinnedCommandList.cpp
[428/1882] Compile Module.PinnedCommandList.gen.cpp
[429/1882] Compile Module.Persona.3_of_4.cpp
[430/1882] Compile Module.Persona.4_of_4.cpp
[431/1882] Compile Module.Persona.gen.cpp
[432/1882] Link (ld) libUE4Editor-ClothingSystemRuntime.so
[433/1882] Link (ld) libUE4Editor-PinnedCommandList.so
[434/1882] Compile Module.Persona.1_of_4.cpp
[435/1882] Compile Module.Persona.2_of_4.cpp
[436/1882] Compile Module.Sequencer.1_of_3.cpp
[437/1882] Link (ld) libUE4Editor-HierarchicalLODOutliner.so
[438/1882] Link (ld) libUE4Editor-CommonMenuExtensions.so
[439/1882] Compile Module.Sequencer.3_of_3.cpp
[440/1882] Compile Module.Sequencer.gen.cpp
[441/1882] Compile Module.Sequencer.2_of_3.cpp
[442/1882] Link (ld) libUE4Editor-GraphEditor.so
[443/1882] Link (ld) libUE4Editor-AnimGraph.so
[444/1882] Compile Module.SceneOutliner.cpp
[445/1882] Compile Module.SceneOutliner.gen.cpp
[446/1882] Compile Module.StatsViewer.cpp
[447/1882] Compile Module.StatsViewer.gen.cpp
[448/1882] Compile Module.PixelInspectorModule.gen.cpp
[449/1882] Compile Module.PixelInspectorModule.cpp
[450/1882] Compile Module.DeviceProfileServices.cpp
[451/1882] Link (ld) libUE4Editor-Persona.so
[452/1882] Compile Module.LevelEditor.3_of_3.cpp
[453/1882] Compile Module.LevelEditor.1_of_3.cpp
[454/1882] Link (ld) libUE4Editor-DeviceProfileServices.so
[455/1882] Compile Module.LevelEditor.2_of_3.cpp
[456/1882] Compile Module.Settings.cpp
[457/1882] Link (ld) libUE4Editor-Settings.so
[458/1882] Compile Module.Renderer.4_of_13.cpp
[459/1882] Link (ld) libUE4Editor-StatsViewer.so
[460/1882] Compile Module.Renderer.13_of_13.cpp
[461/1882] Link (ld) libUE4Editor-PixelInspectorModule.so
[462/1882] Compile Module.Renderer.gen.cpp
[463/1882] Compile Module.Renderer.12_of_13.cpp
[464/1882] Compile Module.Renderer.8_of_13.cpp
[465/1882] Compile Module.Renderer.9_of_13.cpp
[466/1882] Compile Module.Renderer.7_of_13.cpp
[467/1882] Link (ld) libUE4Editor-Sequencer.so
[468/1882] Compile Module.Renderer.3_of_13.cpp
[469/1882] Link (ld) libUE4Editor-SceneOutliner.so
[470/1882] Compile Module.Renderer.5_of_13.cpp
[471/1882] Compile Module.Renderer.11_of_13.cpp
[472/1882] Compile Module.Renderer.2_of_13.cpp
[473/1882] Compile Module.Renderer.1_of_13.cpp
[474/1882] Compile Module.Renderer.10_of_13.cpp
[475/1882] Compile Module.Renderer.6_of_13.cpp
[476/1882] Compile Module.Media.cpp
[477/1882] Compile Module.AugmentedReality.gen.cpp
[478/1882] Link (ld) libUE4Editor-LevelEditor.so
[479/1882] Compile Module.AugmentedReality.cpp
[480/1882] Compile Module.MediaUtils.cpp
[481/1882] Compile Module.MediaUtils.gen.cpp
[482/1882] Link (ld) libUE4Editor-Media.so
[483/1882] Compile Module.ClassViewer.cpp
[484/1882] Compile Module.ClassViewer.gen.cpp
[485/1882] Compile Module.Navmesh.3_of_3.cpp
[486/1882] Link (ld) libUE4Editor-MediaUtils.so
[487/1882] Link (ld) libUE4Editor-AugmentedReality.so
[488/1882] Compile Module.Navmesh.1_of_3.cpp
[489/1882] Compile Module.Navmesh.2_of_3.cpp
[490/1882] Compile Module.HeadMountedDisplay.gen.cpp
[491/1882] Compile Module.NavigationSystem.gen.cpp
[492/1882] Compile Module.HeadMountedDisplay.cpp
[493/1882] Compile Module.ViewportInteraction.gen.cpp
[494/1882] Compile Module.MainFrame.cpp
[495/1882] Compile Module.NavigationSystem.cpp
[496/1882] Link (ld) libUE4Editor-Navmesh.so
[497/1882] Compile Module.ViewportInteraction.cpp
[498/1882] Compile Module.MediaAssets.cpp
[499/1882] Link (ld) libUE4Editor-Renderer.so
[500/1882] Compile Module.MediaAssets.gen.cpp
[501/1882] Compile Module.KismetCompiler.cpp
[502/1882] Compile Module.GameplayTasks.cpp
[503/1882] Link (ld) libUE4Editor-ClassViewer.so
[504/1882] Link (ld) libUE4Editor-MediaAssets.so
[505/1882] Link (ld) libUE4Editor-HeadMountedDisplay.so
[506/1882] Compile Module.GameplayTasks.gen.cpp
[507/1882] Compile Module.GameplayDebugger.gen.cpp
[508/1882] Link (ld) libUE4Editor-MainFrame.so
[509/1882] Compile Module.GameplayDebugger.cpp
[510/1882] Compile Module.DesktopWidgets.cpp
[511/1882] Link (ld) libUE4Editor-ViewportInteraction.so
[512/1882] Compile Module.MovieSceneTools.2_of_3.cpp
[513/1882] Compile Module.MovieSceneTools.1_of_3.cpp
[514/1882] Link (ld) libUE4Editor-GameplayTasks.so
[515/1882] Compile Module.MovieSceneTools.gen.cpp
[516/1882] Compile Module.MovieSceneTools.3_of_3.cpp
[517/1882] Link (ld) libUE4Editor-DesktopWidgets.so
[518/1882] Compile Module.AITestSuite.cpp
[519/1882] Compile Module.AITestSuite.gen.cpp
[520/1882] Compile Module.AIModule.gen.3_of_7.cpp
[521/1882] Link (ld) libUE4Editor-GameplayDebugger.so
[522/1882] Compile Module.AIModule.gen.7_of_7.cpp
[523/1882] Compile Module.AIModule.gen.6_of_7.cpp
[524/1882] Compile Module.AIModule.gen.4_of_7.cpp
[525/1882] Compile Module.AIModule.gen.2_of_7.cpp
[526/1882] Compile Module.AIModule.1_of_4.cpp
[527/1882] Compile Module.AIModule.4_of_4.cpp
[528/1882] Compile Module.AIModule.3_of_4.cpp
[529/1882] Compile Module.AIModule.2_of_4.cpp
[530/1882] Link (ld) libUE4Editor-NavigationSystem.so
[531/1882] Compile Module.AIModule.gen.5_of_7.cpp
[532/1882] Link (ld) libUE4Editor-KismetCompiler.so
[533/1882] Compile Module.AIModule.gen.1_of_7.cpp
[534/1882] Link (ld) libUE4Editor-AITestSuite.so
[535/1882] Compile Module.VREditor.gen.cpp
[536/1882] Compile Module.VREditor.cpp
[537/1882] Compile Module.SourceCodeAccess.gen.cpp
[538/1882] Compile Module.SourceCodeAccess.cpp
[539/1882] Compile Module.SkeletonEditor.cpp
[540/1882] Compile Module.AVIWriter.cpp
[541/1882] Compile Module.SkeletonEditor.gen.cpp
[542/1882] Link (ld) libUE4Editor-SourceCodeAccess.so
[543/1882] Compile Module.MovieSceneCapture.cpp
[544/1882] Compile Module.ExternalImagePicker.cpp
[545/1882] Compile Module.MovieSceneCapture.gen.cpp
[546/1882] Link (ld) libUE4Editor-AVIWriter.so
[547/1882] Link (ld) libUE4Editor-ExternalImagePicker.so
[548/1882] Compile Module.SharedSettingsWidgets.cpp
[549/1882] Link (ld) libUE4Editor-AIModule.so
[550/1882] Compile Module.Cbor.cpp
[551/1882] Compile Module.Serialization.gen.cpp
[552/1882] Link (ld) libUE4Editor-MovieSceneCapture.so
[553/1882] Compile Module.Serialization.cpp
[554/1882] Link (ld) libUE4Editor-Cbor.so
[555/1882] Compile Module.MaterialUtilities.cpp
[556/1882] Compile Module.LiveLinkInterface.cpp
[557/1882] Compile Module.LiveLinkInterface.gen.cpp
[558/1882] Compile Module.HardwareTargeting.cpp
[559/1882] Link (ld) libUE4Editor-SharedSettingsWidgets.so
[560/1882] Compile Module.MaterialUtilities.gen.cpp
[561/1882] Compile Module.HardwareTargeting.gen.cpp
[562/1882] Link (ld) libUE4Editor-Serialization.so
[563/1882] Link (ld) libUE4Editor-VREditor.so
[564/1882] Link (ld) libUE4Editor-LiveLinkInterface.so
[565/1882] Compile Module.Localization.cpp
[566/1882] Compile Module.FieldSystemCore.gen.cpp
[567/1882] Link (ld) libUE4Editor-MovieSceneTools.so
/home/ue4/UnrealEngine/Engine/Source/ThirdParty/FBX/2018.1.1/lib/gcc4/x86_64-unknown-linux-gnu/release//libfbxsdk.a(fbxutils.o): In function `fbxsdk::FbxPathUtils::GenerateFileName(char const*, char const*)':
(.text+0x4b8): warning: the use of `tempnam' is dangerous, better use `mkstemp'
[568/1882] Compile NetworkReplayStreaming.cpp
[569/1882] Compile Module.Localization.gen.cpp
[570/1882] Compile Module.FieldSystemCore.cpp
[571/1882] Compile Module.Chaos.cpp
[572/1882] Link (ld) libUE4Editor-NetworkReplayStreaming.so
[573/1882] Link (ld) libUE4Editor-HardwareTargeting.so
[574/1882] Compile MeshReductionManagerModule.cpp
[575/1882] Link (ld) libUE4Editor-FieldSystemCore.so
[576/1882] Compile Module.ComponentVisualizers.cpp
[577/1882] Compile Module.ComponentVisualizers.gen.cpp
[578/1882] Link (ld) libUE4Editor-MaterialUtilities.so
[579/1882] Compile Module.QuadricMeshReduction.cpp
[580/1882] Compile Module.MoviePlayer.gen.cpp
[581/1882] Link (ld) libUE4Editor-MeshReductionInterface.so
[582/1882] Compile UnrealEdMessagesModule.cpp
[583/1882] Compile AssetEditorMessages.gen.cpp
[584/1882] Compile FileServerMessages.gen.cpp
[585/1882] Compile Module.MeshBuilder.cpp
[586/1882] Compile Module.MoviePlayer.cpp
[587/1882] Compile Module.SceneDepthPickerMode.cpp
[588/1882] Link (ld) libUE4Editor-QuadricMeshReduction.so
[589/1882] Link (ld) libUE4Editor-ComponentVisualizers.so
[590/1882] Compile Module.ChaosSolvers.cpp
[591/1882] Compile Module.SerializedRecorderInterface.cpp
[592/1882] Compile UnrealEdMessages.init.gen.cpp
[593/1882] Link (ld) libUE4Editor-SkeletonEditor.so
[594/1882] Compile Module.OnlineSubsystem.cpp
[595/1882] Compile Module.OnlineSubsystem.gen.cpp
[596/1882] Link (ld) libUE4Editor-SceneDepthPickerMode.so
[597/1882] Link (ld) libUE4Editor-MeshBuilder.so
[598/1882] Link (ld) libUE4Editor-UnrealEdMessages.so
[599/1882] Link (ld) libUE4Editor-SerializedRecorderInterface.so
[600/1882] Compile AutomationWorkerMessages.gen.cpp
[601/1882] Compile Module.AnimationEditor.cpp
[602/1882] Compile AutomationMessages.init.gen.cpp
[603/1882] Compile AutomationMessagesModule.cpp
[604/1882] Link (ld) libUE4Editor-MoviePlayer.so
[605/1882] Compile Module.InternationalizationSettings.cpp
[606/1882] Compile Module.InternationalizationSettings.gen.cpp
[607/1882] Compile Module.AnimationModifiers.gen.cpp
[608/1882] Link (ld) libUE4Editor-AutomationMessages.so
[609/1882] Compile TargetPlatformAudioCustomization.cpp
[610/1882] Compile Module.SkeletalMeshEditor.cpp
[611/1882] Compile SessionMessagesModule.cpp
[612/1882] Compile SessionMessages.init.gen.cpp
[613/1882] Compile SessionServiceMessages.gen.cpp
[614/1882] Link (ld) libUE4Editor-Localization.so
[615/1882] Compile Module.AnimationModifiers.cpp
[616/1882] Link (ld) libUE4Editor-AnimationEditor.so
[617/1882] Compile Module.DerivedDataCache.cpp
[618/1882] Link (ld) libUE4Editor-SessionMessages.so
[619/1882] Compile Module.ScreenShotComparisonTools.cpp
[620/1882] Link (ld) libUE4Editor-AudioSettingsEditor.so
[621/1882] Compile Module.AnimationBlueprintEditor.cpp
[622/1882] Link (ld) libUE4Editor-InternationalizationSettings.so
[623/1882] Compile MeshBoneReduction.cpp
[624/1882] Link (ld) libUE4Editor-Chaos.so
[625/1882] Compile Module.ScreenShotComparisonTools.gen.cpp
[626/1882] Link (ld) libUE4Editor-ChaosSolvers.so
[627/1882] Compile Module.GraphColor.cpp
[628/1882] Compile Module.ConfigEditor.gen.cpp
[629/1882] Compile Module.SequenceRecorder.cpp
[630/1882] Compile Module.VectorVM.cpp
[631/1882] Compile Module.VectorVM.gen.cpp
[632/1882] Compile Module.SequenceRecorder.gen.cpp
[633/1882] Link (ld) libUE4Editor-SkeletalMeshEditor.so
[634/1882] Compile Module.ConfigEditor.cpp
[635/1882] Compile Module.Voice.cpp
[636/1882] Compile Module.AudioEditor.gen.cpp
[637/1882] Link (ld) libUE4Editor-AnimationModifiers.so
[638/1882] Compile Module.AudioEditor.cpp
[639/1882] Link (ld) libUE4Editor-DerivedDataCache.so
[640/1882] Link (ld) libUE4Editor-ScreenShotComparisonTools.so
[641/1882] Link (ld) libUE4Editor-MeshBoneReduction.so
[642/1882] Link (ld) libUE4Editor-Voice.so
[643/1882] Link (ld) libUE4Editor-ConfigEditor.so
[644/1882] Link (ld) libUE4Editor-VectorVM.so
[645/1882] Compile Module.ConcertTransport.cpp
[646/1882] Compile Module.MeshUtilities.cpp
[647/1882] Compile Module.ConcertTransport.gen.cpp
[648/1882] Compile Module.DataTableEditor.cpp
[649/1882] Compile Module.OnlineSubsystemUtils.gen.cpp
[650/1882] Link (ld) libUE4Editor-AnimationBlueprintEditor.so
[651/1882] Compile Module.FieldSystemSimulationCore.cpp
[652/1882] Compile Module.OnlineSubsystemUtils.cpp
[653/1882] Link (ld) libUE4Editor-GraphColor.so
[654/1882] Link (ld) libUE4Editor-FieldSystemSimulationCore.so
[655/1882] Link (ld) libUE4Editor-ConcertTransport.so
[656/1882] Compile Module.BuildPatchServices.1_of_3.cpp
[657/1882] Compile Module.DetailCustomizations.4_of_4.cpp
[658/1882] Link (ld) libUE4Editor-MeshUtilities.so
[659/1882] Compile Module.GeometryCollectionCore.gen.cpp
[660/1882] Link (ld) libUE4Editor-DataTableEditor.so
[661/1882] Compile Module.Concert.gen.cpp
[662/1882] Link (ld) libUE4Editor-AudioEditor.so
[663/1882] Compile Module.GeometryCollectionCore.cpp
[664/1882] Compile Module.GameProjectGeneration.gen.cpp
[665/1882] Link (ld) libUE4Editor-SequenceRecorder.so
[666/1882] Compile Module.BuildPatchServices.gen.cpp
[667/1882] Compile Module.GameProjectGeneration.cpp
[668/1882] Compile Module.CollectionManager.cpp
[669/1882] Compile Module.Concert.cpp
[670/1882] Compile Module.DetailCustomizations.3_of_4.cpp
[671/1882] Compile Module.DetailCustomizations.2_of_4.cpp
[672/1882] Compile Module.DetailCustomizations.1_of_4.cpp
[673/1882] Compile Module.BuildPatchServices.3_of_3.cpp
[674/1882] Compile Module.BuildPatchServices.2_of_3.cpp
[675/1882] Link (ld) libUE4Editor-OnlineSubsystem.so
[676/1882] Link (ld) libUE4Editor-OnlineSubsystemUtils.so
[677/1882] Link (ld) libUE4Editor-GeometryCollectionCore.so
[678/1882] Link (ld) libUE4Editor-Concert.so
[679/1882] Link (ld) libUE4Editor-CollectionManager.so
[680/1882] Compile Module.FieldSystemEngine.gen.cpp
[681/1882] Compile Module.ChaosSolverEngine.cpp
[682/1882] Compile Module.ChaosSolverEngine.gen.cpp
[683/1882] Compile Module.GeometryCollectionSimulationCore.gen.cpp
[684/1882] Compile Module.FieldSystemEngine.cpp
[685/1882] Compile Module.SessionServices.cpp
[686/1882] Compile Module.GeometryCollectionSimulationCore.cpp
[687/1882] Link (ld) libUE4Editor-FieldSystemEngine.so
[688/1882] Link (ld) libUE4Editor-ChaosSolverEngine.so
[689/1882] Link (ld) libUE4Editor-GeometryCollectionSimulationCore.so
[690/1882] Link (ld) libUE4Editor-SessionServices.so
[691/1882] Compile Module.MeshPaint.cpp
[692/1882] Compile Module.NiagaraCore.cpp
[693/1882] Compile PIEPreviewDeviceSpecification.init.gen.cpp
[694/1882] Link (ld) libUE4Editor-GameProjectGeneration.so
[695/1882] Compile PIEPreviewDeviceSpecification.cpp
[696/1882] Compile PIEPreviewDeviceSpecification.gen.cpp
[697/1882] Compile Module.XmlParser.cpp
[698/1882] Compile Module.NiagaraCore.gen.cpp
[699/1882] Compile Module.MediaIOCore.cpp
[700/1882] Compile Module.MediaIOCore.gen.cpp
[701/1882] Compile Module.AutomationController.cpp
[702/1882] Compile Module.AutomationController.gen.cpp
[703/1882] Link (ld) libUE4Editor-BuildPatchServices.so
[704/1882] Compile Module.MeshPaint.gen.cpp
[705/1882] Compile Module.Documentation.cpp
[706/1882] Link (ld) libUE4Editor-MediaIOCore.so
[707/1882] Link (ld) libUE4Editor-NiagaraCore.so
[708/1882] Link (ld) libUE4Editor-PIEPreviewDeviceSpecification.so
[709/1882] Compile Module.ConcertSyncCore.cpp
[710/1882] Compile Module.ConcertSyncCore.gen.cpp
[711/1882] Link (ld) libUE4Editor-MeshPaint.so
[712/1882] Link (ld) libUE4Editor-AutomationController.so
[713/1882] Link (ld) libUE4Editor-XmlParser.so
[714/1882] Compile Module.NiagaraShader.gen.cpp
[715/1882] Compile Module.PreLoadScreen.cpp
[716/1882] Compile ShaderPreprocessor.cpp
[717/1882] Compile Module.MaterialEditor.gen.cpp
[718/1882] Compile Module.ShaderCompilerCommon.cpp
[719/1882] Compile OpenCVHelperModule.cpp
[720/1882] Compile Module.GeometryCache.gen.cpp
[721/1882] Compile Module.MaterialEditor.cpp
[722/1882] Link (ld) libUE4Editor-Documentation.so
[723/1882] Compile Module.NiagaraVertexFactories.cpp
[724/1882] Compile ProfilerServiceMessages.gen.cpp
[725/1882] Compile Module.LocalizationService.cpp
[726/1882] Compile InputDeviceModule.cpp
[727/1882] Compile Module.GeometryCache.cpp
[728/1882] Compile Module.HotReload.cpp
[729/1882] Compile ProfilerMessages.init.gen.cpp
[730/1882] Compile Module.ProceduralMeshComponent.gen.cpp
[731/1882] Compile Module.NiagaraShader.cpp
[732/1882] Compile Module.AppleImageUtils.cpp
[733/1882] Compile ProfilerMessagesModule.cpp
[734/1882] Compile Module.AppleImageUtils.gen.cpp
[735/1882] Compile Module.TakesCore.gen.cpp
[736/1882] Compile Module.TakesCore.cpp
[737/1882] Compile Module.GeometryCollectionEngine.cpp
[738/1882] Compile Module.GeometryCollectionEngine.gen.cpp
[739/1882] Compile Module.ProceduralMeshComponent.cpp
[740/1882] Compile SharedPCH.Engine.NonOptimized.h
[741/1882] Compile SharedPCH.Core.NoUndef.h
[742/1882] Link (ld) libUE4Editor-PreLoadScreen.so
[743/1882] Link (ld) libUE4Editor-TakesCore.so
[744/1882] Link (ld) libUE4Editor-DetailCustomizations.so
[745/1882] Link (ld) libUE4Editor-GeometryCache.so
[746/1882] Link (ld) libUE4Editor-NiagaraShader.so
[747/1882] Link (ld) libUE4Editor-HotReload.so
[748/1882] Link (ld) libUE4Editor-ConcertSyncCore.so
[749/1882] Link (ld) libUE4Editor-NiagaraVertexFactories.so
[750/1882] Link (ld) libUE4Editor-OpenCVHelper.so
[751/1882] Link (ld) libUE4Editor-ProfilerMessages.so
[752/1882] Link (ld) libUE4Editor-AppleImageUtils.so
[753/1882] Link (ld) libUE4Editor-ShaderPreprocessor.so
[754/1882] Link (ld) libUE4Editor-ProceduralMeshComponent.so
[755/1882] Link (ld) libUE4Editor-InputDevice.so
[756/1882] Compile Module.Niagara.gen.4_of_4.cpp
[757/1882] Compile Module.EditorSubsystem.cpp
[758/1882] Compile Module.Niagara.gen.3_of_4.cpp
[759/1882] Compile Module.UMGEditor.gen.cpp
[760/1882] Link (ld) libUE4Editor-GeometryCollectionEngine.so
[761/1882] Compile CEF3Utils.cpp
[762/1882] Compile Module.PropertyPath.gen.cpp
[763/1882] Compile Module.Niagara.1_of_3.cpp
[764/1882] Compile Module.Niagara.3_of_3.cpp
[765/1882] Compile Module.Niagara.2_of_3.cpp
[766/1882] Compile Module.EditorSubsystem.gen.cpp
[767/1882] Compile AnalyticsVisualEditing.cpp
[768/1882] Compile Module.TakeTrackRecorders.cpp
[769/1882] Compile Module.Niagara.gen.2_of_4.cpp
[770/1882] Compile Module.Niagara.gen.1_of_4.cpp
[771/1882] Compile ConcertUICoreModule.cpp
[772/1882] Link (ld) libUE4Editor-ShaderCompilerCommon.so
[773/1882] Compile AnalyticsVisualEditing.init.gen.cpp
[774/1882] Compile Module.TakeTrackRecorders.gen.cpp
[775/1882] Compile Module.MediaPlayerEditor.cpp
[776/1882] Compile Module.PropertyPath.cpp
[777/1882] Compile Module.VPBookmark.gen.cpp
[778/1882] Compile Module.VPBookmark.cpp
[779/1882] Compile Module.StaticMeshEditor.cpp
[780/1882] Compile AnalyticsSettings.gen.cpp
[781/1882] Compile Module.LevelSequenceEditor.gen.cpp
[782/1882] Compile Module.MediaPlayerEditor.gen.cpp
[783/1882] Compile Module.OpenCVLensDistortion.cpp
[784/1882] Compile Module.LevelSequenceEditor.cpp
[785/1882] Compile Module.UMGEditor.cpp
[786/1882] Compile Module.OpenCVLensDistortion.gen.cpp
[787/1882] Link (ld) libUE4Editor-LocalizationService.so
[788/1882] Compile PCH.OpenExrWrapper.h
[789/1882] Link (ld) libUE4Editor-TakeTrackRecorders.so
[790/1882] Link (ld) libUE4Editor-OpenCVLensDistortion.so
[791/1882] Link (ld) libUE4Editor-AnalyticsVisualEditing.so
[792/1882] Link (ld) libUE4Editor-ConcertUICore.so
[793/1882] Link (ld) libUE4Editor-VPBookmark.so
[794/1882] Link (ld) libUE4Editor-EditorSubsystem.so
[795/1882] Link (ld) libUE4Editor-PropertyPath.so
[796/1882] Link (ld) libUE4Editor-CEF3Utils.so
[797/1882] Compile Module.ImgMediaFactory.cpp
[798/1882] Compile MovieSceneCaptureDialogModule.cpp
[799/1882] Compile Module.EditableMesh.gen.1_of_2.cpp
[800/1882] Link (ld) libUE4Editor-Niagara.so
[801/1882] Compile Module.EditableMesh.gen.2_of_2.cpp
[802/1882] Compile Module.MaterialBaking.cpp
[803/1882] Compile Module.FunctionalTesting.cpp
[804/1882] Link (ld) libUE4Editor-MediaPlayerEditor.so
[805/1882] Compile Module.FunctionalTesting.gen.cpp
[806/1882] Compile Module.VPBookmarkEditor.gen.cpp
[807/1882] Compile Module.EditableMesh.cpp
[808/1882] Compile Module.Paper2D.gen.cpp
[809/1882] Compile Module.VPBookmarkEditor.cpp
[810/1882] Link (ld) libUE4Editor-LevelSequenceEditor.so
[811/1882] Compile Module.WebBrowser.cpp
[812/1882] Compile Module.OpenColorIO.cpp
[813/1882] Compile Module.WebBrowser.gen.cpp
[814/1882] Link (ld) libUE4Editor-StaticMeshEditor.so
[815/1882] Compile Module.ConcertSyncClient.gen.cpp
[816/1882] Compile Module.TranslationEditor.gen.cpp
[817/1882] Compile Module.MaterialBaking.gen.cpp
[818/1882] Compile Module.OpenColorIO.gen.cpp
[819/1882] Compile Module.TakeRecorder.gen.cpp
[820/1882] Compile Module.ProfilerClient.cpp
[821/1882] Compile Module.ConcertSyncClient.cpp
[822/1882] Compile Module.NetworkFile.cpp
[823/1882] Compile Module.ImgMediaFactory.gen.cpp
[824/1882] Compile Module.LocalizationCommandletExecution.cpp
[825/1882] Compile Module.TakeRecorder.cpp
[826/1882] Link (ld) libUE4Editor-MaterialEditor.so
[827/1882] Compile Module.Paper2D.cpp
[828/1882] Compile Module.PlacementMode.cpp
[829/1882] Compile Module.TranslationEditor.cpp
[830/1882] Compile OpenExrWrapper.cpp
[831/1882] Compile SharedPCH.UnrealEd.NonOptimized.h
[832/1882] Link (ld) libUE4Editor-FunctionalTesting.so
[833/1882] Link (ld) libUE4Editor-MovieSceneCaptureDialog.so
[834/1882] Link (ld) libUE4Editor-ConcertSyncClient.so
[835/1882] Link (ld) libUE4Editor-MaterialBaking.so
[836/1882] Link (ld) libUE4Editor-VPBookmarkEditor.so
[837/1882] Link (ld) libUE4Editor-WebBrowser.so
[838/1882] Link (ld) libUE4Editor-LocalizationCommandletExecution.so
[839/1882] Link (ld) libUE4Editor-PlacementMode.so
[840/1882] Link (ld) libUE4Editor-Paper2D.so
[841/1882] Link (ld) libUE4Editor-EditableMesh.so
[842/1882] Link (ld) libUE4Editor-OpenColorIO.so
[843/1882] Link (ld) libUE4Editor-OpenExrWrapper.so
[844/1882] Link (ld) libUE4Editor-ImgMediaFactory.so
[845/1882] Link (ld) libUE4Editor-NetworkFile.so
[846/1882] Link (ld) libUE4Editor-ProfilerClient.so
[847/1882] Compile Module.SettingsEditor.cpp
[848/1882] Compile Module.AutomationWindow.gen.cpp
[849/1882] Compile Module.LiveLinkMessageBusFramework.gen.cpp
[850/1882] Compile WebMMediaFactoryModule.cpp
[851/1882] Compile Module.LiveLinkMessageBusFramework.cpp
[852/1882] Compile Module.Composure.cpp
[853/1882] Compile Module.StandaloneRenderer.cpp
[854/1882] Compile Module.OpenGLDrv.2_of_3.cpp
[855/1882] Compile Module.OpenGLDrv.3_of_3.cpp
[856/1882] Compile Module.ScreenShotComparison.cpp
[857/1882] Compile Module.Profiler.cpp
[858/1882] Compile Module.AutomationWindow.cpp
[859/1882] Compile AndroidDeviceDetectionModule.cpp
[860/1882] Compile UATHelperModule.cpp
[861/1882] Compile Module.LauncherServices.cpp
[862/1882] Link (ld) libUE4Editor-TakeRecorder.so
[863/1882] Compile Module.AndroidPermission.cpp
[864/1882] Compile Module.Composure.gen.cpp
[865/1882] Compile Module.OpenGLDrv.1_of_3.cpp
[866/1882] Compile Module.UndoHistory.gen.cpp
[867/1882] Compile Module.UndoHistory.cpp
[868/1882] Compile Module.VulkanRHI.2_of_3.cpp
[869/1882] Compile Module.VulkanRHI.3_of_3.cpp
[870/1882] Compile Module.TreeMap.cpp
[871/1882] Link (ld) libUE4Editor-UMGEditor.so
[872/1882] Compile Module.ShaderFormatVectorVM.cpp
[873/1882] Compile Module.VPUtilities.gen.cpp
[874/1882] Compile Module.AndroidPermission.gen.cpp
[875/1882] Compile Module.ImgMedia.cpp
[876/1882] Compile Module.Paper2DEditor.gen.cpp
[877/1882] Compile Module.BlueprintCompilerCppBackend.cpp
[878/1882] Compile Module.Paper2DEditor.cpp
[879/1882] Compile Module.AIGraph.gen.cpp
[880/1882] Compile Module.InputBindingEditor.cpp
[881/1882] Compile Module.ImgMedia.gen.cpp
[882/1882] Compile Module.Overlay.cpp
[883/1882] Compile Module.Overlay.gen.cpp
[884/1882] Compile Module.ControlRig.gen.cpp
[885/1882] Compile Module.PlatformCryptoOpenSSL.cpp
[886/1882] Compile Module.VPUtilities.cpp
[887/1882] Compile Module.ControlRig.cpp
[888/1882] Compile Module.VulkanRHI.1_of_3.cpp
[889/1882] Compile Module.BlastAuthoring.cpp
[890/1882] Compile DatabaseSupport.cpp
[891/1882] Compile Module.AIGraph.cpp
[892/1882] Compile Module.BlastAuthoring.gen.cpp
[893/1882] Compile Module.InputBindingEditor.gen.cpp
[894/1882] Compile SignificanceManager.gen.cpp
[895/1882] Compile SignificanceManager.cpp
[896/1882] Compile Module.PIEPreviewDeviceProfileSelector.cpp
[897/1882] Compile Module.PIEPreviewDeviceProfileSelector.gen.cpp
[898/1882] Compile Module.DistCurveEditor.cpp
[899/1882] Compile Module.BackChannel.cpp
[900/1882] Compile SignificanceManager.init.gen.cpp
[901/1882] Link (ld) libUE4Editor-TranslationEditor.so
[902/1882] Link (ld) libUE4Editor-AIGraph.so
[903/1882] Link (ld) libUE4Editor-Composure.so
[904/1882] Link (ld) libUE4Editor-ControlRig.so
[905/1882] Link (ld) libUE4Editor-ScreenShotComparison.so
[906/1882] Link (ld) libUE4Editor-AutomationWindow.so
[907/1882] Link (ld) libUE4Editor-SettingsEditor.so
[908/1882] Link (ld) libUE4Editor-VPUtilities.so
[909/1882] Link (ld) libUE4Editor-VulkanRHI.so
[910/1882] Link (ld) libUE4Editor-OpenGLDrv.so
[911/1882] Link (ld) libUE4Editor-InputBindingEditor.so
[912/1882] Link (ld) libUE4Editor-UndoHistory.so
[913/1882] Link (ld) libUE4Editor-ImgMedia.so
[914/1882] Link (ld) libUE4Editor-UATHelper.so
[915/1882] Link (ld) libUE4Editor-BlueprintCompilerCppBackend.so
[916/1882] Link (ld) libUE4Editor-BlastAuthoring.so
[917/1882] Link (ld) libUE4Editor-LauncherServices.so
[918/1882] Link (ld) libUE4Editor-ShaderFormatVectorVM.so
[919/1882] Link (ld) libUE4Editor-Overlay.so
[920/1882] Link (ld) libUE4Editor-StandaloneRenderer.so
[921/1882] Link (ld) libUE4Editor-SignificanceManager.so
[922/1882] Link (ld) libUE4Editor-Profiler.so
[923/1882] Link (ld) libUE4Editor-TreeMap.so
[924/1882] Link (ld) libUE4Editor-AndroidPermission.so
[925/1882] Link (ld) libUE4Editor-DistCurveEditor.so
[926/1882] Link (ld) libUE4Editor-AndroidDeviceDetection.so
[927/1882] Link (ld) libUE4Editor-LiveLinkMessageBusFramework.so
[928/1882] Link (ld) libUE4Editor-PIEPreviewDeviceProfileSelector.so
[929/1882] Link (ld) libUE4Editor-BackChannel.so
[930/1882] Link (ld) libUE4Editor-PlatformCryptoOpenSSL.so
[931/1882] Link (ld) libUE4Editor-WebMMediaFactory.so
[932/1882] Compile Module.Spatialization.cpp
[933/1882] Compile Module.WebMMedia.cpp
[934/1882] Compile Module.GameplayAbilities.gen.1_of_8.cpp
[935/1882] Compile Module.BlueprintNativeCodeGen.cpp
[936/1882] Compile Module.FoliageEdit.gen.cpp
[937/1882] Compile Module.MediaFrameworkUtilities.gen.cpp
[938/1882] Compile Module.SequencerWidgets.cpp
[939/1882] Compile Module.TaskGraph.cpp
[940/1882] Compile Module.LandscapeEditor.2_of_2.cpp
[941/1882] Compile Module.MediaFrameworkUtilities.cpp
[942/1882] Compile Module.FoliageEdit.cpp
[943/1882] Compile Module.LandscapeEditor.gen.cpp
[944/1882] Compile StreamingNetworkPlatformFile.cpp
[945/1882] Compile Module.BlueprintNativeCodeGen.gen.cpp
[946/1882] Compile Module.MeshEditor.gen.cpp
[947/1882] Compile Module.Synthesis.gen.3_of_3.cpp
[948/1882] Compile IOSMessageProtocol.gen.cpp
[949/1882] Compile Module.HTML5TargetPlatform.cpp
[950/1882] Compile Module.SteamVR.gen.cpp
[951/1882] Link (ld) libUE4Editor-Paper2DEditor.so
[952/1882] Compile Module.MediaCompositing.gen.cpp
[953/1882] Compile Module.MediaCompositing.cpp
[954/1882] Compile Module.SwarmInterface.cpp
[955/1882] Compile Module.SwarmInterface.gen.cpp
[956/1882] Compile Module.TargetDeviceServices.cpp
[957/1882] Compile Module.TargetDeviceServices.gen.cpp
[958/1882] Compile GoogleARCoreRenderingModule.cpp
[959/1882] Compile Module.MeshPaintMode.cpp
[960/1882] Compile Module.MeshPaintMode.gen.cpp
[961/1882] Compile Module.PhysXVehicles.gen.cpp
[962/1882] Compile LaunchDaemonMessages.init.gen.cpp
[963/1882] Compile CookedIterativeNetworkFile.cpp
[964/1882] Compile NewLevelDialogModule.cpp
[965/1882] Compile Module.WebBrowserTexture.cpp
[966/1882] Compile Module.MeshEditor.cpp
[967/1882] Compile Module.LandscapeEditor.1_of_2.cpp
[968/1882] Compile Module.ProjectTargetPlatformEditor.cpp
[969/1882] Compile Module.HTNPlanner.gen.cpp
[970/1882] Compile Module.DeviceProfileEditor.cpp
[971/1882] Compile Module.SteamVR.cpp
[972/1882] Compile Module.AppleVision.gen.cpp
[973/1882] Compile Module.UnrealAudio.cpp
[974/1882] Compile MaterialExpressionGoogleARCorePassthroughCamera.gen.cpp
[975/1882] Compile Module.NiagaraEditor.gen.cpp
[976/1882] Compile LaunchDaemonMessagesModule.cpp
[977/1882] Compile Module.BspMode.cpp
[978/1882] Compile Module.LiveLink.cpp
[979/1882] Compile Module.ClothingSystemEditor.gen.cpp
[980/1882] Compile Module.ApexDestruction.gen.cpp
[981/1882] Compile Module.NiagaraEditor.5_of_5.cpp
[982/1882] Compile Module.ActorSequence.cpp
[983/1882] Compile Module.NetworkFileSystem.cpp
[984/1882] Compile Module.ClothingSystemEditor.cpp
[985/1882] Compile GoogleARCoreRendering.init.gen.cpp
[986/1882] Compile Module.ActorSequence.gen.cpp
[987/1882] Compile Module.NiagaraEditor.4_of_5.cpp
[988/1882] Compile Module.LinuxTargetPlatform.gen.cpp
[989/1882] Compile Module.LiveLink.gen.cpp
[990/1882] Compile MaterialExpressionGoogleARCorePassthroughCamera.cpp
[991/1882] Compile Module.Synthesis.gen.2_of_3.cpp
[992/1882] Compile Module.PakFileUtilities.cpp
[993/1882] Compile GoogleARCorePassthroughCameraRenderer.gen.cpp
[994/1882] Compile Module.Synthesis.cpp
[995/1882] Compile Module.LinuxTargetPlatform.cpp
[996/1882] Compile Module.ControlRigDeveloper.cpp
[997/1882] Compile Module.GameplayAbilities.gen.8_of_8.cpp
[998/1882] Compile Module.Layers.cpp
[999/1882] Compile Module.GameplayAbilities.gen.7_of_8.cpp
[1000/1882] Compile LightPropagationVolumeRuntimeModule.cpp
[1001/1882] Compile Module.HTNPlanner.cpp
[1002/1882] Compile Module.GameplayAbilities.gen.6_of_8.cpp
[1003/1882] Compile Module.NetcodeUnitTest.cpp
[1004/1882] Compile Module.AppleVision.cpp
[1005/1882] Compile Module.GameplayAbilities.gen.5_of_8.cpp
[1006/1882] Compile LightPropagationVolumeBlendable.gen.cpp
[1007/1882] Compile Module.GameplayAbilities.gen.4_of_8.cpp
[1008/1882] Compile Module.GeometryCacheTracks.gen.cpp
[1009/1882] Compile Module.GeometryCacheTracks.cpp
[1010/1882] Compile Module.GameplayAbilities.gen.3_of_8.cpp
[1011/1882] Compile LightPropagationVolumeRuntime.init.gen.cpp
[1012/1882] Compile Module.GameplayAbilities.gen.2_of_8.cpp
[1013/1882] Compile Module.PluginWarden.cpp
[1014/1882] Compile Module.NetcodeUnitTest.gen.cpp
[1015/1882] Compile Module.WebBrowserTexture.gen.cpp
[1016/1882] Compile Module.Icmp.cpp
[1017/1882] Compile Module.Synthesis.gen.1_of_3.cpp
[1018/1882] Compile Module.TimeSynth.cpp
[1019/1882] Compile Module.GameplayTasksEditor.cpp
[1020/1882] Compile Module.GameplayTasksEditor.gen.cpp
[1021/1882] Compile Module.Spatialization.gen.cpp
[1022/1882] Compile Module.NiagaraEditor.3_of_5.cpp
[1023/1882] Compile Module.TimecodeSynchronizer.gen.cpp
[1024/1882] Compile Module.GameplayAbilities.1_of_3.cpp
[1025/1882] Compile Module.TimeSynth.gen.cpp
[1026/1882] Compile Module.TimecodeSynchronizer.cpp
[1027/1882] Compile Module.GeometryCollectionEditor.cpp
[1028/1882] Compile ActorLayerUtilities.gen.cpp
[1029/1882] Compile Module.DatasmithContent.gen.cpp
[1030/1882] Compile UnixCommonStartup.cpp
[1031/1882] Compile CryptoKeysOpenSSL.cpp
[1032/1882] Compile Module.GameplayTagsEditor.gen.cpp
[1033/1882] Compile PhysXCooking.cpp
[1034/1882] Compile Module.GameplayTagsEditor.cpp
[1035/1882] Compile ViewportSnappingModule.cpp
[1036/1882] Compile Module.RemoteSession.cpp
[1037/1882] Compile Module.GameplayAbilities.2_of_3.cpp
[1038/1882] Compile Module.AlembicLibrary.gen.cpp
[1039/1882] Compile PortalPackageInstallerMessages.gen.cpp
[1040/1882] Compile PortalUserLoginMessages.gen.cpp
[1041/1882] Compile PortalUserMessages.gen.cpp
[1042/1882] Compile Module.NiagaraEditor.2_of_5.cpp
[1043/1882] Compile Module.SoundUtilities.gen.cpp
[1044/1882] Compile Module.GeometryCollectionEditor.gen.cpp
[1045/1882] Compile Module.ApexDestruction.cpp
[1046/1882] Compile TextureCompressorModule.cpp
[1047/1882] Compile Module.BlueprintMaterialTextureNodes.gen.cpp
[1048/1882] Compile Module.SoundUtilities.cpp
[1049/1882] Compile ActorLayerUtilities.cpp
[1050/1882] Compile Module.NiagaraEditor.1_of_5.cpp
[1051/1882] Compile PortalMessages.init.gen.cpp
[1052/1882] Compile PortalApplicationWindowMessages.gen.cpp
[1053/1882] Compile PortalMessagesModule.cpp
[1054/1882] Compile Module.WebSockets.cpp
[1055/1882] Compile Module.GameplayAbilities.3_of_3.cpp
[1056/1882] Compile Module.AlembicLibrary.cpp
[1057/1882] Compile Module.HoudiniNiagara.gen.cpp
[1058/1882] Compile Module.SoundMod.cpp
[1059/1882] Compile Module.AssetManagerEditor.cpp
[1060/1882] Compile PlatformCrypto.cpp
[1061/1882] Compile Module.UELibSampleRate.cpp
[1062/1882] Compile Module.AutomationWorker.cpp
[1063/1882] Compile Module.PythonScriptPlugin.1_of_2.cpp
[1064/1882] Compile Module.PythonScriptPlugin.2_of_2.cpp
[1065/1882] Compile Module.PythonScriptPlugin.gen.cpp
[1066/1882] Compile Module.SoundMod.gen.cpp
[1067/1882] Compile SQLiteDatabase.cpp
[1068/1882] Compile SQLiteEmbeddedPlatform.cpp
[1069/1882] Compile Module.ControlRigDeveloper.gen.cpp
[1070/1882] Compile Module.MRMesh.gen.cpp
[1071/1882] Compile Module.SessionFrontend.cpp
[1072/1882] Compile Module.ConcertSyncServer.cpp
[1073/1882] Compile Module.Merge.cpp
[1074/1882] Compile GoogleARCorePassthroughCameraRenderer.cpp
[1075/1882] Compile Module.BlueprintMaterialTextureNodes.cpp
[1076/1882] Compile Module.MRMesh.cpp
[1077/1882] Compile Module.ImagePlate.gen.cpp
[1078/1882] Compile SQLiteCore.cpp
[1079/1882] Compile Module.AndroidRuntimeSettings.gen.cpp
[1080/1882] Compile Module.ResonanceAudio.gen.cpp
[1081/1882] Compile Module.AnimationSharing.cpp
[1082/1882] Compile Module.MeshMergeUtilities.cpp
[1083/1882] Compile Module.FacialAnimation.gen.cpp
[1084/1882] Compile Module.FacialAnimation.cpp
[1085/1882] Compile Module.AssetManagerEditor.gen.cpp
[1086/1882] Compile Module.PhysXVehicles.cpp
[1087/1882] Compile ActorLayerUtilities.init.gen.cpp
[1088/1882] Compile Module.GoogleVRHMD.gen.cpp
[1089/1882] Compile Module.ResonanceAudio.cpp
[1090/1882] Compile Module.DatasmithContent.cpp
[1091/1882] Compile Module.GoogleVRHMD.cpp
[1092/1882] Compile TextureFormatIntelISPCTexComp.cpp
[1093/1882] Compile LocalFileNetworkReplayStreaming.cpp
[1094/1882] Compile Module.ImagePlate.cpp
[1095/1882] Compile SQLitePreparedStatement.cpp
[1096/1882] Compile Module.AndroidRuntimeSettings.cpp
[1097/1882] Compile Module.AnimationSharing.gen.cpp
[1098/1882] Compile Module.HoudiniNiagara.cpp
[1099/1882] Link (ld) libUE4Editor-DatabaseSupport.so
[1100/1882] Compile SQLiteEmbedded.c
[1101/1882] Link (ld) libUE4Editor-AssetManagerEditor.so
[1102/1882] Link (ld) libUE4Editor-AlembicLibrary.so
[1103/1882] Link (ld) libUE4Editor-LandscapeEditor.so
[1104/1882] Link (ld) libUE4Editor-MeshEditor.so
[1105/1882] Link (ld) libUE4Editor-GameplayTasksEditor.so
[1106/1882] Link (ld) libUE4Editor-ClothingSystemEditor.so
[1107/1882] Link (ld) libUE4Editor-MeshPaintMode.so
[1108/1882] Link (ld) libUE4Editor-GameplayAbilities.so
[1109/1882] Link (ld) libUE4Editor-BlueprintNativeCodeGen.so
[1110/1882] Link (ld) libUE4Editor-RemoteSession.so
[1111/1882] Link (ld) libUE4Editor-FoliageEdit.so
[1112/1882] Link (ld) libUE4Editor-GeometryCollectionEditor.so
[1113/1882] Link (ld) libUE4Editor-MeshMergeUtilities.so
[1114/1882] Link (ld) libUE4Editor-GameplayTagsEditor.so
[1115/1882] Link (ld) libUE4Editor-ApexDestruction.so
[1116/1882] Link (ld) libUE4Editor-PhysXVehicles.so
[1117/1882] Link (ld) libUE4Editor-SteamVR.so
[1118/1882] Link (ld) libUE4Editor-PythonScriptPlugin.so
[1119/1882] Link (ld) libUE4Editor-ControlRigDeveloper.so
/home/ue4/UnrealEngine/Engine/Source/ThirdParty/Python/Linux/lib/libpython2.7.a(posixmodule.o): In function `posix_tmpnam':
/tmp/scratch/20863/Python-2.7.14/./Modules/posixmodule.c:7642: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
/home/ue4/UnrealEngine/Engine/Source/ThirdParty/Python/Linux/lib/libpython2.7.a(posixmodule.o): In function `posix_tempnam':
/tmp/scratch/20863/Python-2.7.14/./Modules/posixmodule.c:7589: warning: the use of `tempnam' is dangerous, better use `mkstemp'
[1120/1882] Link (ld) libUE4Editor-SessionFrontend.so
[1121/1882] Link (ld) libUE4Editor-MediaFrameworkUtilities.so
[1122/1882] Link (ld) libUE4Editor-WebBrowserTexture.so
[1123/1882] Link (ld) libUE4Editor-HoudiniNiagara.so
[1124/1882] Link (ld) libUE4Editor-WebMMedia.so
[1125/1882] Link (ld) libUE4Editor-DeviceProfileEditor.so
[1126/1882] Link (ld) libUE4Editor-NiagaraEditor.so
[1127/1882] Link (ld) libUE4Editor-Merge.so
[1128/1882] Link (ld) libUE4Editor-NetcodeUnitTest.so
[1129/1882] Link (ld) libUE4Editor-LiveLink.so
[1130/1882] Link (ld) libUE4Editor-GoogleARCoreRendering.so
[1131/1882] Link (ld) libUE4Editor-ImagePlate.so
[1132/1882] Link (ld) libUE4Editor-Synthesis.so
[1133/1882] Link (ld) libUE4Editor-BlueprintMaterialTextureNodes.so
[1134/1882] Link (ld) libUE4Editor-PhysXCooking.so
[1135/1882] Link (ld) libUE4Editor-MediaCompositing.so
[1136/1882] Link (ld) libUE4Editor-ProjectTargetPlatformEditor.so
[1137/1882] Link (ld) libUE4Editor-PluginWarden.so
[1138/1882] Link (ld) libUE4Editor-SequencerWidgets.so
[1139/1882] Link (ld) libUE4Editor-TimeSynth.so
[1140/1882] Link (ld) libUE4Editor-DatasmithContent.so
[1141/1882] Link (ld) libUE4Editor-GoogleVRHMD.so
[1142/1882] Link (ld) libUE4Editor-ResonanceAudio.so
[1143/1882] Link (ld) libUE4Editor-SoundUtilities.so
[1144/1882] Link (ld) libUE4Editor-NewLevelDialog.so
[1145/1882] Link (ld) libUE4Editor-TimecodeSynchronizer.so
[1146/1882] Link (ld) libUE4Editor-TaskGraph.so
[1147/1882] Link (ld) libUE4Editor-PortalMessages.so
[1148/1882] Link (ld) libUE4Editor-GeometryCacheTracks.so
[1149/1882] Link (ld) libUE4Editor-Layers.so
[1150/1882] Link (ld) libUE4Editor-AutomationWorker.so
[1151/1882] Link (ld) libUE4Editor-BspMode.so
[1152/1882] Link (ld) libUE4Editor-HTNPlanner.so
[1153/1882] Link (ld) libUE4Editor-TextureCompressor.so
[1154/1882] Link (ld) libUE4Editor-MRMesh.so
[1155/1882] Link (ld) libUE4Editor-AnimationSharing.so
[1156/1882] Link (ld) libUE4Editor-LinuxTargetPlatform.so
[1157/1882] Link (ld) libUE4Editor-WebSockets.so
[1158/1882] Link (ld) libUE4Editor-HTML5TargetPlatform.so
[1159/1882] Link (ld) libUE4Editor-NetworkFileSystem.so
[1160/1882] Link (ld) libUE4Editor-AndroidRuntimeSettings.so
[1161/1882] Link (ld) libUE4Editor-LightPropagationVolumeRuntime.so
[1162/1882] Link (ld) libUE4Editor-ActorSequence.so
[1163/1882] Link (ld) libUE4Editor-ActorLayerUtilities.so
[1164/1882] Link (ld) libUE4Editor-AppleVision.so
[1165/1882] Link (ld) libUE4Editor-ViewportSnapping.so
[1166/1882] Link (ld) libUE4Editor-FacialAnimation.so
[1167/1882] Link (ld) libUE4Editor-TargetDeviceServices.so
[1168/1882] Link (ld) libUE4Editor-Spatialization.so
[1169/1882] Link (ld) libUE4Editor-SwarmInterface.so
[1170/1882] Link (ld) libUE4Editor-LocalFileNetworkReplayStreaming.so
[1171/1882] Link (ld) libUE4Editor-ConcertSyncServer.so
[1172/1882] Link (ld) libUE4Editor-SoundMod.so
[1173/1882] Link (ld) libUE4Editor-PakFileUtilities.so
[1174/1882] Link (ld) libUE4Editor-UnixCommonStartup.so
[1175/1882] Link (ld) libUE4Editor-LaunchDaemonMessages.so
[1176/1882] Link (ld) libUE4Editor-CryptoKeysOpenSSL.so
[1177/1882] Link (ld) libUE4Editor-TextureFormatIntelISPCTexComp.so
[1178/1882] Link (ld) libUE4Editor-CookedIterativeFile.so
[1179/1882] Link (ld) libUE4Editor-StreamingFile.so
[1180/1882] Link (ld) libUE4Editor-Icmp.so
[1181/1882] Compile Module.OverlayEditor.gen.cpp
[1182/1882] Compile Module.NullDrv.cpp
[1183/1882] Compile Module.ClothPainter.cpp
[1184/1882] Compile Module.GoogleARCoreBase.cpp
[1185/1882] Compile HttpNetworkReplayStreaming.cpp
[1186/1882] Compile Module.GoogleARCoreBase.gen.cpp
[1187/1882] Compile NullNetworkReplayStreaming.cpp
[1188/1882] Compile LinuxPlatformEditorModule.cpp
[1189/1882] Compile Module.AllDesktopTargetPlatform.cpp
[1190/1882] Compile LinuxClientTargetPlatformModule.cpp
[1191/1882] Compile Module.GoogleVRTransition2D.gen.cpp
[1192/1882] Compile LinuxNoEditorTargetPlatformModule.cpp
[1193/1882] Compile BlankModule.cpp
[1194/1882] Compile Module.SlateNullRenderer.cpp
[1195/1882] Compile Module.GoogleARCoreServices.cpp
[1196/1882] Compile StreamingPauseRendering.cpp
[1197/1882] Compile Module.GoogleARCoreServices.gen.cpp
[1198/1882] Compile Module.EyeTracker.gen.cpp
[1199/1882] Compile Module.EyeTracker.cpp
[1200/1882] Compile Module.RemoteDatabaseSupport.cpp
[1201/1882] Compile Module.SlateReflector.gen.cpp
[1202/1882] Compile Module.SQLiteSupport.cpp
[1203/1882] Compile LinuxServerTargetPlatformModule.cpp
[1204/1882] Compile Module.GameplayAbilitiesEditor.gen.cpp
[1205/1882] Compile Module.BehaviorTreeEditor.cpp
[1206/1882] Compile Module.GameplayAbilitiesEditor.cpp
[1207/1882] Compile Module.ApexDestructionEditor.cpp
[1208/1882] Compile Module.AudioMixerSDL.cpp
[1209/1882] Compile Module.OverlayEditor.cpp
[1210/1882] Compile Module.PortalProxies.cpp
[1211/1882] Compile Module.HTML5PlatformEditor.gen.cpp
[1212/1882] Compile Module.HTML5PlatformEditor.cpp
[1213/1882] Compile Module.EnvironmentQueryEditor.gen.cpp
[1214/1882] Compile Module.EnvironmentQueryEditor.cpp
[1215/1882] Link (ld) libUE4Editor-SQLiteCore.so
[1216/1882] Compile Module.BehaviorTreeEditor.gen.cpp
[1217/1882] Compile GoogleVRLaserVisualComponent.cpp
[1218/1882] Compile Module.PListEditor.cpp
[1219/1882] Compile ProjectSettingsViewerModule.cpp
[1220/1882] Compile Module.MergeActors.gen.cpp
[1221/1882] Compile Module.MergeActors.cpp
[1222/1882] Compile Module.Blutility.gen.cpp
[1223/1882] Compile Module.Blutility.cpp
[1224/1882] Compile Module.TextureAlignMode.cpp
[1225/1882] Compile Module.GeometryMode.gen.cpp
[1226/1882] Compile Module.GeometryMode.cpp
[1227/1882] Compile Module.StringTableEditor.cpp
[1228/1882] Compile Module.ProjectLauncher.cpp
[1229/1882] Compile Module.PhysicsAssetEditor.gen.cpp
[1230/1882] Compile Module.PhysicsAssetEditor.cpp
[1231/1882] Compile EditorSettingsViewerModule.cpp
[1232/1882] Compile Module.AndroidPlatformEditor.gen.cpp
[1233/1882] Compile GoogleVRControllerFunctionLibrary.gen.cpp
[1234/1882] Compile Module.TimeManagementEditor.cpp
[1235/1882] Compile GoogleVRPointerInputComponent.cpp
[1236/1882] Compile GoogleVRPointer.cpp
[1237/1882] Compile Module.WorldBrowser.cpp
[1238/1882] Compile GoogleVRControllerTooltipComponent.cpp
[1239/1882] Compile Module.Cascade.cpp
[1240/1882] Link (ld) libUE4Editor-UnrealAudio.so
[1241/1882] Compile gvr_arm_model_math.cpp
[1242/1882] Compile GoogleVRDummyTest.cpp
[1243/1882] Compile GoogleVRActorPointerResponder.cpp
[1244/1882] Compile GoogleVRComponentPointerResponder.cpp
[1245/1882] Compile Module.GoogleVRTransition2D.cpp
[1246/1882] Compile GoogleVRController.cpp
[1247/1882] Compile GoogleVRControllerFunctionLibrary.cpp
[1248/1882] Compile Module.FontEditor.cpp
[1249/1882] Compile Module.CurveTableEditor.cpp
[1250/1882] Compile Module.WorldBrowser.gen.cpp
[1251/1882] Compile GoogleVRGazeReticleComponent.cpp
[1252/1882] Compile GoogleVRLaserPlaneComponent.cpp
[1253/1882] Compile Module.LocalizationDashboard.gen.cpp
[1254/1882] Compile Module.LocalizationDashboard.cpp
[1255/1882] Compile GoogleVRLaserVisual.cpp
[1256/1882] Compile Module.OutputLog.cpp
[1257/1882] Compile GoogleVRControllerEventManager.cpp
[1258/1882] Compile Module.PackagesDialog.cpp
[1259/1882] Compile GoogleVRWidgetInteractionComponent.gen.cpp
[1260/1882] Compile GoogleVRPointerInputComponent.gen.cpp
[1261/1882] Compile Module.ClothPainter.gen.cpp
[1262/1882] Compile Module.Matinee.gen.cpp
[1263/1882] Compile Module.Matinee.cpp
[1264/1882] Compile gvr_arm_model.cpp
[1265/1882] Compile Module.Cascade.gen.cpp
[1266/1882] Compile Module.DeviceManager.cpp
[1267/1882] Compile GoogleVRWidgetInteractionComponent.cpp
[1268/1882] Compile GoogleVRActorPointerResponder.gen.cpp
[1269/1882] Compile GoogleVRComponentPointerResponder.gen.cpp
[1270/1882] Compile GoogleVRController.init.gen.cpp
[1271/1882] Compile Module.BlueprintRuntime.gen.cpp
[1272/1882] Compile Module.BlueprintRuntime.cpp
[1273/1882] Compile GoogleVRControllerEventManager.gen.cpp
[1274/1882] Compile GoogleVRControllerTooltipComponent.gen.cpp
[1275/1882] Compile GoogleVRGazeReticleComponent.gen.cpp
[1276/1882] Compile GoogleVRLaserPlaneComponent.gen.cpp
[1277/1882] Compile Module.SequenceRecorderSections.gen.cpp
[1278/1882] Compile Module.SequenceRecorderSections.cpp
[1279/1882] Compile GoogleVRLaserVisual.gen.cpp
[1280/1882] Compile GoogleVRLaserVisualComponent.gen.cpp
[1281/1882] Compile GoogleVRMotionControllerComponent.gen.cpp
[1282/1882] Compile Module.SlateRHIRenderer.cpp
[1283/1882] Compile GoogleVRPointer.gen.cpp
[1284/1882] Compile Module.AndroidPlatformEditor.cpp
[1285/1882] Compile AnalyticsSwrve.cpp
[1286/1882] Compile Module.PhysXVehiclesEditor.gen.cpp
[1287/1882] Compile Module.CableComponent.cpp
[1288/1882] Compile Module.MobilePatchingUtils.cpp
[1289/1882] Compile LocationServicesIOSEditor.init.gen.cpp
[1290/1882] Compile Module.VulkanShaderFormat.cpp
[1291/1882] Compile Module.HTTPChunkInstaller.cpp
[1292/1882] Compile Module.AndroidTargetPlatform.cpp
[1293/1882] Compile LocationServicesAndroidEditor.cpp
[1294/1882] Compile Module.RealtimeProfiler.cpp
[1295/1882] Compile AudioFormatADPCM.cpp
[1296/1882] Compile Module.ProfilerService.cpp
[1297/1882] Compile LocationServicesAndroidEditor.init.gen.cpp
[1298/1882] Compile TextureFormatASTC.cpp
[1299/1882] Compile Module.GammaUI.cpp
[1300/1882] Compile Module.ModuleUI.cpp
[1301/1882] Compile AnimDistanceMatching.cpp
[1302/1882] Compile ToolboxModule.cpp
[1303/1882] Compile Module.AnimationBudgetAllocator.gen.cpp
[1304/1882] Compile LocationServicesAndroidSettings.gen.cpp
[1305/1882] Compile AudioFormatOgg.cpp
[1306/1882] Compile LocationServicesIOSEditor.cpp
[1307/1882] Compile TextureFormatUncompressed.cpp
[1308/1882] Compile Module.GeometryCacheEd.cpp
[1309/1882] Compile Module.GeometryCacheEd.gen.cpp
[1310/1882] Compile AudioFormatOpus.cpp
[1311/1882] Compile TextureFormatPVR.cpp
[1312/1882] Compile Module.PhysXVehiclesEditor.cpp
[1313/1882] Compile Module.IntroTutorials.gen.cpp
[1314/1882] Compile Module.MediaFrameworkUtilitiesEditor.cpp
[1315/1882] Compile LocationServicesIOSSettings.gen.cpp
[1316/1882] Compile Module.MixedRealityCaptureFramework.cpp
[1317/1882] Compile TextureFormatDXT.cpp
[1318/1882] Compile Module.MixedRealityCaptureFramework.gen.cpp
[1319/1882] Compile Module.ShaderFormatOpenGL.cpp
[1320/1882] Compile Module.OptionalMobileFeaturesBPLibrary.cpp
[1321/1882] Compile Module.OptionalMobileFeaturesBPLibrary.gen.cpp
[1322/1882] Compile AESHandlerComponent.cpp
[1323/1882] Compile Module.SlateFileDialogs.cpp
[1324/1882] Compile Module.OodleHC.cpp
[1325/1882] Compile UE4Game.cpp
[1326/1882] Compile Module.OodleHC.gen.cpp
[1327/1882] Compile Module.WebMMediaEditor.gen.cpp
[1328/1882] Compile Module.WebMMediaEditor.cpp
[1329/1882] Compile OodleCompressionFormat.cpp
[1330/1882] Compile Module.WebMMoviePlayer.cpp
[1331/1882] Compile Module.ReplicationGraph.cpp
[1332/1882] Compile SteamVRControllerLibrary.gen.cpp
[1333/1882] Compile SteamVRController.init.gen.cpp
[1334/1882] Compile SteamVRController.cpp
[1335/1882] Compile Module.ReplicationGraph.gen.cpp
[1336/1882] Compile RuntimePhysXCooking.cpp
[1337/1882] Compile Module.AnimationBudgetAllocator.cpp
[1338/1882] Compile Module.GeometryCacheSequencer.cpp
[1339/1882] Compile FlurrySettings.gen.cpp
[1340/1882] Compile Module.MobilePatchingUtils.gen.cpp
[1341/1882] Compile Module.QoSReporter.cpp
[1342/1882] Compile Module.LocationServicesBPLibrary.cpp
[1343/1882] Compile AnalyticsMulticast.cpp
[1344/1882] Compile LinuxDeviceProfileSelectorModule.cpp
[1345/1882] Compile Module.AutomationDriver.cpp
[1346/1882] Compile FlurryEditor.init.gen.cpp
[1347/1882] Compile Module.CrashDebugHelper.cpp
[1348/1882] Compile FlurryEditor.cpp
[1349/1882] Compile Module.ResonanceAudioEditor.cpp
[1350/1882] Compile ExampleDeviceProfileSelectorModule.cpp
[1351/1882] Compile Module.SlackIntegrations.cpp
[1352/1882] Compile FileLogging.cpp
[1353/1882] Compile TextureFormatAndroid.cpp
[1354/1882] Compile ApsalarSettings.gen.cpp
[1355/1882] Compile XGEControllerModule.cpp
[1356/1882] Compile ApsalarEditor.init.gen.cpp
[1357/1882] Compile Module.VirtualTexturingEditor.cpp
[1358/1882] Compile Module.VirtualTexturingEditor.gen.cpp
[1359/1882] Compile ApsalarEditor.cpp
[1360/1882] Compile Module.ResonanceAudioEditor.gen.cpp
[1361/1882] Compile Module.CustomMeshComponent.gen.cpp
[1362/1882] Compile Module.CustomMeshComponent.cpp
[1363/1882] Compile Module.CableComponent.gen.cpp
[1364/1882] Compile Module.ClientPilot.cpp
[1365/1882] Compile Module.AudioCapture.gen.cpp
[1366/1882] Compile Module.AndroidDPS.cpp
[1367/1882] Compile Module.ApexDestructionEditor.gen.cpp
[1368/1882] Compile Module.LocationServicesBPLibrary.gen.cpp
[1369/1882] Compile LauncherChunkInstaller.cpp
[1370/1882] Compile AnalyticsMulticastSettings.gen.cpp
[1371/1882] Compile Module.ClientPilot.gen.cpp
[1372/1882] Compile AnalyticsMulticastEditor.init.gen.cpp
[1373/1882] Compile CrunchCompression.cpp
[1374/1882] Compile AnalyticsMulticastEditor.cpp
[1375/1882] Compile Module.FriendsAndChat.cpp
[1376/1882] Compile Module.FriendsAndChat.gen.cpp
[1377/1882] Compile Module.AnalyticsBlueprintLibrary.gen.cpp
[1378/1882] Compile Module.GameMenuBuilder.cpp
[1379/1882] Compile Module.GameMenuBuilder.gen.cpp
[1380/1882] Compile Module.AnalyticsBlueprintLibrary.cpp
[1381/1882] Compile HardwareSurveyModule.cpp
[1382/1882] Compile AdjustSettings.gen.cpp
[1383/1882] Compile IPCModule.cpp
[1384/1882] Compile AdjustEditor.init.gen.cpp
[1385/1882] Compile Module.AudioCapture.cpp
[1386/1882] Compile Module.ArchVisCharacter.gen.cpp
[1387/1882] Compile Module.RuntimeAssetCache.cpp
[1388/1882] Compile Module.RuntimeAssetCache.gen.cpp
[1389/1882] Compile AdjustEditor.cpp
[1390/1882] Compile Module.ArchVisCharacter.cpp
[1391/1882] Compile Module.AndroidDPS.gen.cpp
[1392/1882] Compile Module.IntroTutorials.cpp
[1393/1882] Compile Module.SlateReflector.cpp
[1394/1882] Compile Module.SoundModImporter.gen.cpp
[1395/1882] Compile Module.MediaCompositingEditor.cpp
[1396/1882] Compile Module.UdpMessaging.gen.cpp
[1397/1882] Compile Module.OnlineBlueprintSupport.gen.cpp
[1398/1882] Compile Module.OnlineBlueprintSupport.cpp
[1399/1882] Compile SaveGameNetworkReplayStreaming.cpp
[1400/1882] Compile Module.OnlineSubsystemTwitch.cpp
[1401/1882] Compile Module.OnlineSubsystemNull.cpp
[1402/1882] Compile Module.ImageDownload.cpp
[1403/1882] Compile Module.OnlineSubsystemSteam.gen.cpp
[1404/1882] Compile Module.Stomp.cpp
[1405/1882] Compile Module.LiveLinkEditor.cpp
[1406/1882] Compile Module.OnlineSubsystemSteam.cpp
[1407/1882] Compile Module.NUTUnrealEngine4.cpp
[1408/1882] Compile Module.XMPP.cpp
[1409/1882] Compile Module.OnlineSubsystemAmazon.cpp
[1410/1882] Compile LauncherCheckModule.cpp
[1411/1882] Compile Module.LoginFlow.cpp
[1412/1882] Compile Module.SoundUtilitiesEditor.cpp
[1413/1882] Compile MatineeToLevelSequenceModule.cpp
[1414/1882] Compile Module.SoundUtilitiesEditor.gen.cpp
[1415/1882] Compile Module.HTNTestSuite.cpp
[1416/1882] Compile Module.HTNTestSuite.gen.cpp
[1417/1882] Compile Module.NUTUnrealEngine4.gen.cpp
[1418/1882] Compile Module.Rejoin.gen.cpp
[1419/1882] Compile Module.SequencerScripting.gen.3_of_3.cpp
[1420/1882] Compile Module.WmfMediaEditor.cpp
[1421/1882] Compile Module.ChaosCloth.gen.cpp
[1422/1882] Compile Module.SynthesisEditor.cpp
[1423/1882] Compile Module.LiveLinkEditor.gen.cpp
[1424/1882] Compile Module.LiveLinkCurveDebugUI.cpp
[1425/1882] Compile Module.LiveLinkCurveDebugUI.gen.cpp
[1426/1882] Compile Module.Rejoin.cpp
[1427/1882] Compile Module.UdpMessaging.cpp
[1428/1882] Compile Module.SoundVisualizations.gen.cpp
[1429/1882] Compile Module.TcpMessaging.gen.cpp
[1430/1882] Compile Module.ComposureEditor.cpp
[1431/1882] Compile Module.Hotfix.gen.cpp
[1432/1882] Compile Module.ComposureLayersEditor.cpp
[1433/1882] Compile Module.Hotfix.cpp
[1434/1882] Compile Module.LensDistortion.cpp
[1435/1882] Compile Module.LensDistortion.gen.cpp
[1436/1882] Compile Module.Lobby.gen.cpp
[1437/1882] Compile Module.TcpMessaging.cpp
[1438/1882] Compile Module.WmfMediaFactory.gen.cpp
[1439/1882] Compile Module.WmfMediaFactory.cpp
[1440/1882] Compile Module.OpenCVLensCalibration.cpp
[1441/1882] Compile Module.OpenCVLensCalibration.gen.cpp
[1442/1882] Compile Module.Lobby.cpp
[1443/1882] Compile Module.WmfMediaEditor.gen.cpp
[1444/1882] Compile Module.PlayTimeLimit.cpp
[1445/1882] Compile AppleVisionBlueprintSupport.gen.cpp
[1446/1882] Compile Module.ActorSequenceEditor.cpp
[1447/1882] Compile Module.MediaCompositingEditor.gen.cpp
[1448/1882] Compile Module.PointCloud.gen.cpp
[1449/1882] Compile Module.Party.gen.cpp
[1450/1882] Compile Module.ConcertFrontend.cpp
[1451/1882] Compile Module.ConcertFrontend.gen.cpp
[1452/1882] Compile Module.Party.cpp
[1453/1882] Compile Module.SpatializationEditor.cpp
[1454/1882] Compile Module.LinearTimecode.gen.cpp
[1455/1882] Compile Module.PointCloud.cpp
[1456/1882] Compile Module.Qos.gen.cpp
[1457/1882] Compile Module.SpatializationEditor.gen.cpp
[1458/1882] Compile Module.ImgMediaEditor.gen.cpp
[1459/1882] Compile Module.LinearTimecode.cpp
[1460/1882] Compile SteamController.cpp
[1461/1882] Compile Module.AvfMediaFactory.gen.cpp
[1462/1882] Compile Module.SequencerScriptingEditor.cpp
[1463/1882] Compile Module.AvfMediaFactory.cpp
[1464/1882] Compile Module.SunPosition.cpp
[1465/1882] Compile Module.AvfMediaEditor.gen.cpp
[1466/1882] Compile Module.ConcertSyncClientLibrary.cpp
[1467/1882] Compile Module.ConcertSyncClientLibrary.gen.cpp
[1468/1882] Compile Module.PolygonModeling.cpp
[1469/1882] Compile GoogleVRMotionControllerComponent.cpp
[1470/1882] Compile Module.ImgMediaEditor.cpp
[1471/1882] Compile Module.AvfMediaEditor.cpp
[1472/1882] Compile Module.AndroidMediaFactory.cpp
[1473/1882] Compile Module.AndroidMediaFactory.gen.cpp
[1474/1882] Compile Advertising.cpp
[1475/1882] Compile BlankPlugin.cpp
[1476/1882] Compile Module.AndroidMediaEditor.cpp
[1477/1882] Compile CharacterAIModule.cpp
[1478/1882] Compile Module.AndroidMediaEditor.gen.cpp
[1479/1882] Compile Module.ConcertSyncTest.cpp
[1480/1882] Compile Module.ConcertSyncTest.gen.cpp
[1481/1882] Compile Module.PolygonModeling.gen.cpp
[1482/1882] Compile Module.Qos.cpp
[1483/1882] Compile Module.OneSkyLocalizationService.cpp
[1484/1882] Compile Module.OneSkyLocalizationService.gen.cpp
[1485/1882] Compile Module.GameCircleRuntimeSettings.gen.cpp
[1486/1882] Compile Module.MagicLeapMediaEditor.gen.cpp
[1487/1882] Compile Module.SunPosition.gen.cpp
[1488/1882] Compile Module.MagicLeapMediaEditor.cpp
[1489/1882] Compile Module.EditorScriptingUtilities.cpp
[1490/1882] Compile Module.EditorScriptingUtilities.gen.cpp
[1491/1882] Compile Module.GameCircleRuntimeSettings.cpp
[1492/1882] Compile Module.GLTFImporter.cpp
[1493/1882] Compile Module.GLTFImporter.gen.cpp
[1494/1882] Compile Module.SequencerScriptingEditor.gen.cpp
[1495/1882] Compile Module.ProceduralMeshComponentEditor.cpp
[1496/1882] Compile Module.SkeletalMeshReduction.cpp
[1497/1882] Compile Module.SoundVisualizations.cpp
[1498/1882] Compile Module.PerforceSourceControl.cpp
[1499/1882] Compile Module.ComposureLayersEditor.gen.cpp
[1500/1882] Compile Module.SubversionSourceControl.cpp
[1501/1882] Compile Module.Gauntlet.cpp
[1502/1882] Compile AppleVisionBlueprintSupport.init.gen.cpp
[1503/1882] Compile Module.AlembicImporter.gen.cpp
[1504/1882] Compile Module.BlueprintStats.cpp
[1505/1882] Compile Module.SequencerScripting.gen.2_of_3.cpp
[1506/1882] Compile Module.ChaosCloth.cpp
[1507/1882] Compile PerformanceMonitor.cpp
[1508/1882] Compile Module.SequencerScripting.gen.1_of_3.cpp
[1509/1882] Compile Module.ChaosSolverEditor.cpp
[1510/1882] Compile Module.ChaosSolverEditor.gen.cpp
[1511/1882] Compile Module.FunctionalTestingEditor.gen.cpp
[1512/1882] Compile Module.CodeEditor.cpp
[1513/1882] Compile Module.CodeEditor.gen.cpp
[1514/1882] Compile Module.MessagingDebugger.cpp
[1515/1882] Compile Module.CodeView.cpp
[1516/1882] Compile Module.TimecodeSynchronizerEditor.gen.cpp
[1517/1882] Compile AppleVisionBlueprintSupport.cpp
[1518/1882] Compile Module.SynthesisEditor.gen.cpp
[1519/1882] Compile AppleImageUtilsBlueprintSupport.init.gen.cpp
[1520/1882] Compile AppleImageUtilsBlueprintSupport.gen.cpp
[1521/1882] Compile AppleImageUtilsBlueprintSupport.cpp
[1522/1882] Compile Module.ControlRigEditor.cpp
[1523/1882] Compile Module.ControlRigEditor.gen.cpp
[1524/1882] Compile Module.AlembicImporter.cpp
[1525/1882] Compile Module.TimecodeSynchronizerEditor.cpp
[1526/1882] Compile Module.FacialAnimationEditor.gen.cpp
[1527/1882] Compile Module.MaterialAnalyzer.cpp
[1528/1882] Compile Module.SoundModImporter.cpp
[1529/1882] Compile InMemoryNetworkReplayStreaming.cpp
[1530/1882] Compile Module.Gauntlet.gen.cpp
[1531/1882] Compile Module.GeometryCollectionExampleCore.cpp
[1532/1882] Compile Module.VariantManagerContent.gen.cpp
[1533/1882] Compile Module.VariantManagerContent.cpp
[1534/1882] Compile Module.DatasmithContentEditor.gen.cpp
[1535/1882] Compile Module.DatasmithContentEditor.cpp
[1536/1882] Compile Module.TimeSynthEditor.cpp
[1537/1882] Compile Module.SpeedTreeImporter.gen.cpp
[1538/1882] Compile Module.SpeedTreeImporter.cpp
[1539/1882] Compile Module.ImagePlateEditor.cpp
[1540/1882] Compile Module.ImagePlateEditor.gen.cpp
[1541/1882] Compile MfMediaFactoryModule.cpp
[1542/1882] Compile Module.TimeSynthEditor.gen.cpp
[1543/1882] Link (ld) libUE4Editor-PlatformCrypto.so
[1544/1882] Compile Module.PluginBrowser.gen.cpp
[1545/1882] Compile Module.PluginBrowser.cpp
[1546/1882] Compile PythonScriptPluginPreload.cpp
[1547/1882] Compile Module.MfMediaEditor.gen.cpp
[1548/1882] Compile Module.WebBrowserWidget.cpp
[1549/1882] Compile Module.MobileLauncherProfileWizard.cpp
[1550/1882] Compile Module.WebBrowserWidget.gen.cpp
[1551/1882] Compile Module.SlateRemote.cpp
[1552/1882] Compile Module.FieldSystemEditor.cpp
[1553/1882] Compile Module.SequencerScripting.cpp
[1554/1882] Compile SimpleHMD.cpp
[1555/1882] Compile ScreenshotTools.cpp
[1556/1882] Compile Module.NullSourceCodeAccess.cpp
[1557/1882] Compile Module.CryptoKeys.cpp
[1558/1882] Compile Module.MediaIOEditor.gen.cpp
[1559/1882] Compile Module.FacialAnimationEditor.cpp
[1560/1882] Compile Module.SlateRemote.gen.cpp
[1561/1882] Compile Module.VPUtilitiesEditor.cpp
[1562/1882] Compile Module.VPUtilitiesEditor.gen.cpp
[1563/1882] Compile Module.MediaIOEditor.cpp
[1564/1882] Compile Module.DataValidation.gen.cpp
[1565/1882] Compile Module.KDevelopSourceCodeAccess.cpp
[1566/1882] Compile Module.DataValidation.cpp
[1567/1882] Compile Module.CryptoKeys.gen.cpp
[1568/1882] Compile Module.EditorTests.gen.cpp
[1569/1882] Compile Module.RuntimeTests.cpp
[1570/1882] Compile Module.VisualStudioCodeSourceCodeAccess.cpp
[1571/1882] Compile Module.FbxAutomationTestBuilder.cpp
[1572/1882] Compile Module.HoudiniNiagaraEditor.cpp
[1573/1882] Compile Module.HoudiniNiagaraEditor.gen.cpp
[1574/1882] Compile Module.UObjectPlugin.gen.cpp
[1575/1882] Compile Module.UObjectPlugin.cpp
[1576/1882] Compile Module.FunctionalTestingEditor.cpp
[1577/1882] Compile Module.FieldSystemEditor.gen.cpp
[1578/1882] Compile Module.PaperSpriteSheetImporter.cpp
[1579/1882] Compile Module.EditorTests.cpp
[1580/1882] Compile Module.MediaFrameworkUtilitiesEditor.gen.cpp
[1581/1882] Compile Module.MfMediaEditor.cpp
[1582/1882] Compile Module.VirtualCamera.cpp
[1583/1882] Compile Module.VirtualCamera.gen.cpp
[1584/1882] Compile Module.GitSourceControl.cpp
[1585/1882] Compile Module.CodeLiteSourceCodeAccess.cpp
[1586/1882] Compile Module.CLionSourceCodeAccess.cpp
[1587/1882] Compile Module.AnimationSharingEd.gen.cpp
[1588/1882] Compile Module.AnimationSharingEd.cpp
[1589/1882] Compile Module.ActorLayerUtilitiesEditor.cpp
[1590/1882] Compile LightPropagationVolumeEditor.init.gen.cpp
[1591/1882] Compile LightPropagationVolumeBlendableFactory.gen.cpp
[1592/1882] Compile LightPropagationVolumeEditorModule.cpp
[1593/1882] Compile Module.PaperSpriteSheetImporter.gen.cpp
[1594/1882] Compile AISupportModule.cpp
[1595/1882] Compile Module.TakeRecorderSources.gen.cpp
[1596/1882] Compile Module.SmartSnapping.cpp
[1597/1882] Compile Module.NiagaraEditorWidgets.cpp
[1598/1882] Compile Module.PaperTiledImporter.gen.cpp
[1599/1882] Compile Module.AndroidCameraEditor.cpp
[1600/1882] Compile Module.AndroidCameraEditor.gen.cpp
[1601/1882] Compile Module.PaperTiledImporter.cpp
[1602/1882] Compile Module.AndroidCameraFactory.cpp
[1603/1882] Compile Module.AndroidCameraFactory.gen.cpp
[1604/1882] Compile Module.TakeRecorderSources.cpp
[1605/1882] Compile Module.Launch.cpp
[1606/1882] Link (ld) libUE4Editor-UELibSampleRate.so
[1607/1882] Relink libUE4Editor-UnrealEd.so
[1608/1882] Link (ld) libUE4Editor-GoogleVRController.so
[1609/1882] Relink libUE4Editor-Kismet.so
[1610/1882] Relink libUE4Editor-MovieSceneTools.so
/home/ue4/UnrealEngine/Engine/Source/ThirdParty/FBX/2018.1.1/lib/gcc4/x86_64-unknown-linux-gnu/release//libfbxsdk.a(fbxutils.o): In function `fbxsdk::FbxPathUtils::GenerateFileName(char const*, char const*)':
(.text+0x4b8): warning: the use of `tempnam' is dangerous, better use `mkstemp'
[1611/1882] Link (ld) libUE4Editor-ControlRigEditor.so
[1612/1882] Relink libUE4Editor-Sequencer.so
/home/ue4/UnrealEngine/Engine/Source/ThirdParty/FBX/2018.1.1/lib/gcc4/x86_64-unknown-linux-gnu/release//libfbxsdk.a(fbxutils.o): In function `fbxsdk::FbxPathUtils::GenerateFileName(char const*, char const*)':
(.text+0x4b8): warning: the use of `tempnam' is dangerous, better use `mkstemp'
[1613/1882] Relink libUE4Editor-UMGEditor.so
[1614/1882] Link (ld) libUE4Editor-WorldBrowser.so
[1615/1882] Link (ld) libUE4Editor-LiveLinkEditor.so
[1616/1882] Link (ld) libUE4Editor-ApexDestructionEditor.so
[1617/1882] Relink libUE4Editor-Landscape.so
[1618/1882] Link (ld) libUE4Editor-GameplayAbilitiesEditor.so
[1619/1882] Relink libUE4Editor-MainFrame.so
/home/ue4/UnrealEngine/Engine/Source/ThirdParty/FBX/2018.1.1/lib/gcc4/x86_64-unknown-linux-gnu/release//libfbxsdk.a(fbxutils.o): In function `fbxsdk::FbxPathUtils::GenerateFileName(char const*, char const*)':
(.text+0x4b8): warning: the use of `tempnam' is dangerous, better use `mkstemp'
[1620/1882] Link (lld) UE4Editor
[1621/1882] Link (ld) libUE4Editor-IntroTutorials.so
[1622/1882] Relink libUE4Editor-UMG.so
[1623/1882] Link (ld) libUE4Editor-MediaFrameworkUtilitiesEditor.so
[1624/1882] Relink libUE4Editor-BlueprintGraph.so
[1625/1882] Link (ld) libUE4Editor-ComposureLayersEditor.so
[1626/1882] Link (ld) libUE4Editor-ClothPainter.so
[1627/1882] Link (ld) libUE4Editor-BehaviorTreeEditor.so
[1628/1882] Link (ld) libUE4Editor-MediaCompositingEditor.so
[1629/1882] Link (ld) libUE4Editor-EditorTests.so
[1630/1882] Link (ld) libUE4Editor-DataValidation.so
[1631/1882] Link (ld) libUE4Editor-ConcertFrontend.so
[1632/1882] Link (ld) libUE4Editor-Blutility.so
[1633/1882] Relink libUE4Editor-VREditor.so
[1634/1882] Relink libUE4Editor-PropertyEditor.so
[1635/1882] Link (ld) libUE4Editor-PhysicsAssetEditor.so
[1636/1882] Relink libUE4Editor-GraphEditor.so
[1637/1882] Relink libUE4Editor-AudioEditor.so
[1638/1882] Link (ld) libUE4Editor-AndroidPlatformEditor.so
[1639/1882] Link (ld) libUE4Editor-LocalizationDashboard.so
[1640/1882] Link (ld) libUE4Editor-Matinee.so
[1641/1882] Link (ld) libUE4Editor-VirtualCamera.so
[1642/1882] Relink libUE4Editor-TranslationEditor.so
[1643/1882] Link (ld) libUE4Editor-EnvironmentQueryEditor.so
[1644/1882] Link (ld) libUE4Editor-HTML5PlatformEditor.so
[1645/1882] Link (ld) libUE4Editor-TakeRecorderSources.so
[1646/1882] Link (ld) libUE4Editor-SkeletalMeshReduction.so
[1647/1882] Link (ld) libUE4Editor-ResonanceAudioEditor.so
[1648/1882] Link (ld) libUE4Editor-VPUtilitiesEditor.so
[1649/1882] Link (ld) libUE4Editor-FunctionalTestingEditor.so
[1650/1882] Link (ld) libUE4Editor-PluginBrowser.so
[1651/1882] Link (ld) libUE4Editor-HoudiniNiagaraEditor.so
[1652/1882] Link (ld) libUE4Editor-GeometryCacheSequencer.so
[1653/1882] Link (ld) libUE4Editor-EditorSettingsViewer.so
[1654/1882] Link (ld) libUE4Editor-LinuxPlatformEditor.so
[1655/1882] Link (ld) libUE4Editor-ImagePlateEditor.so
[1656/1882] Link (ld) libUE4Editor-FacialAnimationEditor.so
[1657/1882] Link (ld) libUE4Editor-PolygonModeling.so
[1658/1882] Link (ld) libUE4Editor-ChaosCloth.so
[1659/1882] Link (ld) libUE4Editor-GoogleARCoreBase.so
[1660/1882] Link (ld) libUE4Editor-AlembicImporter.so
[1661/1882] Link (ld) libUE4Editor-VirtualTexturingEditor.so
[1662/1882] Link (ld) libUE4Editor-GLTFImporter.so
[1663/1882] Link (ld) libUE4Editor-ComposureEditor.so
[1664/1882] Link (ld) libUE4Editor-FieldSystemEditor.so
[1665/1882] Link (ld) libUE4Editor-ActorSequenceEditor.so
[1666/1882] Link (ld) libUE4Editor-AnalyticsMulticastEditor.so
[1667/1882] Link (ld) libUE4Editor-OneSkyLocalizationService.so
[1668/1882] Link (ld) libUE4Editor-SequencerScriptingEditor.so
[1669/1882] Link (ld) libUE4Editor-EditorScriptingUtilities.so
[1670/1882] Link (ld) libUE4Editor-FontEditor.so
[1671/1882] Link (ld) libUE4Editor-ChaosSolverEditor.so
[1672/1882] Link (ld) libUE4Editor-TimecodeSynchronizerEditor.so
[1673/1882] Link (ld) libUE4Editor-PhysXVehiclesEditor.so
[1674/1882] Link (ld) libUE4Editor-ProceduralMeshComponentEditor.so
[1675/1882] Link (ld) libUE4Editor-PaperSpriteSheetImporter.so
[1676/1882] Link (ld) libUE4Editor-SequencerScripting.so
[1677/1882] Link (ld) libUE4Editor-MixedRealityCaptureFramework.so
[1678/1882] Link (ld) libUE4Editor-MatineeToLevelSequence.so
[1679/1882] Link (ld) libUE4Editor-ProjectSettingsViewer.so
[1680/1882] Relink libUE4Editor-MaterialUtilities.so
[1681/1882] Link (ld) libUE4Editor-CodeEditor.so
[1682/1882] Link (ld) libUE4Editor-SlateReflector.so
[1683/1882] Link (ld) libUE4Editor-SteamVRController.so
[1684/1882] Link (ld) libUE4Editor-Cascade.so
[1685/1882] Link (ld) libUE4Editor-RuntimePhysXCooking.so
[1686/1882] Link (ld) libUE4Editor-SoundUtilitiesEditor.so
[1688/1882] Link (ld) libUE4Editor-SpeedTreeImporter.so
[1687/1882] Link (ld) libUE4Editor-DatasmithContentEditor.so
[1689/1882] Link (ld) libUE4Editor-GeometryCacheEd.so
[1690/1882] Link (ld) libUE4Editor-OnlineSubsystemSteam.so
[1691/1882] Relink libUE4Editor-AudioMixer.so
[1692/1882] Link (ld) libUE4Editor-ActorLayerUtilitiesEditor.so
[1693/1882] Relink libUE4Editor-KismetCompiler.so
[1694/1882] Relink libUE4Editor-LogVisualizer.so
[1695/1882] Link (ld) libUE4Editor-MobileLauncherProfileWizard.so
[1696/1882] Link (ld) libUE4Editor-XMPP.so
[1697/1882] Relink libUE4Editor-SourceControl.so
[1698/1882] Link (ld) libUE4Editor-CodeView.so
[1699/1882] Link (ld) libUE4Editor-FbxAutomationTestBuilder.so
[1700/1882] Relink libUE4Editor-ViewportInteraction.so
[1701/1882] Link (ld) libUE4Editor-PerforceSourceControl.so
[1702/1882] Link (ld) libUE4Editor-AnimationSharingEd.so
[1703/1882] Link (ld) libUE4Editor-GeometryMode.so
[1704/1882] Relink libUE4Editor-MaterialShaderQualitySettings.so
[1705/1882] Link (ld) libUE4Editor-SlateRHIRenderer.so
[1706/1882] Link (ld) libUE4Editor-VulkanShaderFormat.so
[1707/1882] Link (ld) libUE4Editor-WebMMoviePlayer.so
[1708/1882] Link (ld) libUE4Editor-WebBrowserWidget.so
[1709/1882] Link (ld) libUE4Editor-ImgMediaEditor.so
[1710/1882] Link (ld) libUE4Editor-ProjectLauncher.so
[1711/1882] Link (ld) libUE4Editor-CryptoKeys.so
[1712/1882] Link (ld) libUE4Editor-MaterialAnalyzer.so
[1713/1882] Link (ld) libUE4Editor-PListEditor.so
[1714/1882] Link (ld) libUE4Editor-CharacterAI.so
[1715/1882] Link (ld) libUE4Editor-StreamingPauseRendering.so
[1716/1882] Link (ld) libUE4Editor-SpatializationEditor.so
[1717/1882] Link (ld) libUE4Editor-GitSourceControl.so
[1718/1882] Link (ld) libUE4Editor-MergeActors.so
[1719/1882] Link (ld) libUE4Editor-LiveLinkCurveDebugUI.so
[1720/1882] Relink libUE4Editor-CollisionAnalyzer.so
[1721/1882] Link (ld) libUE4Editor-StringTableEditor.so
[1722/1882] Link (ld) libUE4Editor-AudioMixerSDL.so
[1723/1882] Link (ld) libUE4Editor-OnlineBlueprintSupport.so
[1724/1882] Link (ld) libUE4Editor-SoundModImporter.so
[1725/1882] Link (ld) libUE4Editor-PackagesDialog.so
[1726/1882] Link (ld) libUE4Editor-MessagingDebugger.so
[1727/1882] Link (ld) libUE4Editor-Qos.so
[1728/1882] Link (ld) libUE4Editor-FlurryEditor.so
[1729/1882] Link (ld) libUE4Editor-NiagaraEditorWidgets.so
[1730/1882] Link (ld) libUE4Editor-ApsalarEditor.so
[1731/1882] Link (ld) libUE4Editor-RealtimeProfiler.so
[1732/1882] Link (ld) libUE4Editor-ConcertSyncTest.so
[1733/1882] Link (ld) libUE4Editor-OnlineSubsystemTwitch.so
[1734/1882] Link (ld) libUE4Editor-UdpMessaging.so
[1735/1882] Link (ld) libUE4Editor-HTNTestSuite.so
[1736/1882] Link (ld) libUE4Editor-TextureAlignMode.so
[1737/1882] Link (ld) libUE4Editor-AdjustEditor.so
[1738/1882] Link (ld) libUE4Editor-TimeManagementEditor.so
[1739/1882] Link (ld) libUE4Editor-PaperTiledImporter.so
[1740/1882] Link (ld) libUE4Editor-DeviceManager.so
[1741/1882] Link (ld) libUE4Editor-GeometryCollectionExampleCore.so
[1742/1882] Link (ld) libUE4Editor-OutputLog.so
[1743/1882] Link (ld) libUE4Editor-CurveTableEditor.so
[1744/1882] Link (ld) libUE4Editor-LinearTimecode.so
[1745/1882] Link (ld) libUE4Editor-SynthesisEditor.so
[1746/1882] Relink libUE4Editor-LocalizationService.so
[1747/1882] Link (ld) libUE4Editor-SlateRemote.so
[1748/1882] Link (ld) libUE4Editor-MediaIOEditor.so
[1749/1882] Link (ld) libUE4Editor-TimeSynthEditor.so
[1750/1882] Link (ld) libUE4Editor-SequenceRecorderSections.so
[1751/1882] Link (ld) libUE4Editor-SimpleHMD.so
[1752/1882] Link (ld) libUE4Editor-SmartSnapping.so
[1753/1882] Link (ld) libUE4Editor-AppleImageUtilsBlueprintSupport.so
[1754/1882] Link (ld) libUE4Editor-AppleVisionBlueprintSupport.so
[1755/1882] Link (ld) libUE4Editor-Toolbox.so
[1756/1882] Link (ld) libUE4Editor-OnlineSubsystemNull.so
[1757/1882] Link (ld) libUE4Editor-LightPropagationVolumeEditor.so
[1758/1882] Link (ld) libUE4Editor-GameMenuBuilder.so
[1759/1882] Link (ld) libUE4Editor-PointCloud.so
[1760/1882] Link (ld) libUE4Editor-BlueprintStats.so
[1761/1882] Relink libUE4Editor-AITestSuite.so
[1762/1882] Link (ld) libUE4Editor-TcpMessaging.so
[1763/1882] Link (ld) libUE4Editor-AutomationDriver.so
[1764/1882] Link (ld) libUE4Editor-AllDesktopTargetPlatform.so
[1765/1882] Relink libUE4Editor-GameplayTags.so
[1766/1882] Link (ld) libUE4Editor-GammaUI.so
[1767/1882] Link (ld) libUE4Editor-AndroidTargetPlatform.so
[1768/1882] Link (ld) libUE4Editor-ModuleUI.so
[1769/1882] Link (ld) libUE4Editor-Hotfix.so
[1770/1882] Link (ld) libUE4Editor-OodleHandlerComponent.so
[1771/1882] Link (ld) libUE4Editor-MobilePatchingUtils.so
[1772/1882] Link (ld) libUE4Editor-HTTPChunkInstaller.so
[1773/1882] Link (ld) libUE4Editor-LensDistortion.so
[1774/1882] Link (ld) libUE4Editor-TextureFormatDXT.so
[1775/1882] Link (ld) libUE4Editor-LoginFlow.so
[1776/1882] Link (ld) libUE4Editor-HttpNetworkReplayStreaming.so
[1777/1882] Link (ld) libUE4Editor-AudioFormatOgg.so
[1778/1882] Link (ld) libUE4Editor-OverlayEditor.so
[1779/1882] Link (ld) libUE4Editor-Party.so
[1780/1882] Link (ld) libUE4Editor-RuntimeTests.so
[1781/1882] Link (ld) libUE4Editor-ConcertSyncClientLibrary.so
[1782/1882] Link (ld) libUE4Editor-GoogleVRTransition2D.so
[1783/1882] Link (ld) libUE4Editor-GameCircleRuntimeSettings.so
[1784/1882] Link (ld) libUE4Editor-AnimDistanceMatching.so
[1785/1882] Link (ld) libUE4Editor-ScreenshotTools.so
[1786/1882] Link (ld) libUE4Editor-OpenCVLensCalibration.so
[1787/1882] Link (ld) libUE4Editor-GoogleARCoreServices.so
[1788/1882] Link (ld) libUE4Editor-Rejoin.so
[1789/1882] Link (ld) libUE4Editor-SteamController.so
[1790/1882] Link (ld) libUE4Editor-SubversionSourceControl.so
[1791/1882] Link (ld) libUE4Editor-Lobby.so
[1792/1882] Link (ld) libUE4Editor-QoSReporter.so
[1793/1882] Link (ld) libUE4Editor-VariantManagerContent.so
[1794/1882] Link (ld) libUE4Editor-CableComponent.so
[1795/1882] Link (ld) libUE4Editor-OnlineSubsystemAmazon.so
[1796/1882] Link (ld) libUE4Editor-CustomMeshComponent.so
[1797/1882] Link (ld) libUE4Editor-ShaderFormatOpenGL.so
[1798/1882] Link (ld) libUE4Editor-LocationServicesAndroidEditor.so
[1799/1882] Link (ld) libUE4Editor-LinuxClientTargetPlatform.so
[1800/1882] Link (ld) libUE4Editor-LocationServicesIOSEditor.so
[1801/1882] Link (ld) libUE4Editor-AudioCapture.so
[1802/1882] Link (ld) libUE4Editor-AvfMediaEditor.so
[1803/1882] Link (ld) libUE4Editor-SaveGameNetworkReplayStreaming.so
[1804/1882] Link (ld) libUE4Editor-CLionSourceCodeAccess.so
[1805/1882] Link (ld) libUE4Editor-WebMMediaEditor.so
[1806/1882] Relink libUE4Editor-CinematicCamera.so
[1807/1882] Link (ld) libUE4Editor-AnimationBudgetAllocator.so
[1808/1882] Link (ld) libUE4Editor-OptionalMobileFeaturesBPLibrary.so
[1809/1882] Link (ld) libUE4Editor-SlateFileDialogs.so
[1810/1882] Link (ld) libUE4Editor-ReplicationGraph.so
[1811/1882] Link (ld) libUE4Editor-LinuxServerTargetPlatform.so
[1812/1882] Link (ld) libUE4Editor-LinuxNoEditorTargetPlatform.so
[1813/1882] Link (ld) libUE4Editor-WmfMediaEditor.so
[1814/1882] Link (ld) libUE4Editor-AnalyticsBlueprintLibrary.so
[1815/1882] Link (ld) libUE4Editor-AndroidCameraEditor.so
[1816/1882] Link (ld) libUE4Editor-PerformanceMonitor.so
[1817/1882] Link (ld) libUE4Editor-AndroidMediaEditor.so
[1818/1882] Link (ld) libUE4Editor-EyeTracker.so
[1819/1882] Link (ld) libUE4Editor-SlateNullRenderer.so
[1820/1882] Link (ld) libUE4Editor-MagicLeapMediaEditor.so
[1821/1882] Link (ld) libUE4Editor-AISupportModule.so
[1822/1882] Link (ld) libUE4Editor-MfMediaEditor.so
[1823/1882] Link (ld) libUE4Editor-FriendsAndChat.so
[1824/1882] Link (ld) libUE4Editor-SoundVisualizations.so
[1825/1882] Link (ld) libUE4Editor-NUTUnrealEngine4.so
[1826/1882] Link (ld) libUE4Editor-TextureFormatAndroid.so
[1827/1882] Link (ld) libUE4Editor-OodleCompressionFormat.so
[1828/1882] Link (ld) libUE4Editor-ArchVisCharacter.so
[1829/1882] Link (ld) libUE4Editor-AvfMediaFactory.so
[1830/1882] Link (ld) libUE4Editor-ProfilerService.so
[1831/1882] Link (ld) libUE4Editor-AndroidDeviceProfileSelector.so
[1832/1882] Link (ld) libUE4Editor-AnalyticsSwrve.so
[1833/1882] Link (ld) libUE4Editor-ClientPilot.so
[1834/1882] Link (ld) libUE4Editor-NullNetworkReplayStreaming.so
[1835/1882] Link (ld) libUE4Editor-AudioFormatOpus.so
[1836/1882] Link (ld) libUE4Editor-AnalyticsMulticast.so
[1837/1882] Link (ld) libUE4Editor-TextureFormatASTC.so
[1838/1882] Link (ld) libUE4Editor-AndroidCameraFactory.so
[1839/1882] Link (ld) libUE4Editor-AESHandlerComponent.so
[1840/1882] Link (ld) libUE4Editor-SunPosition.so
[1841/1882] Link (ld) libUE4Editor-VisualStudioCodeSourceCodeAccess.so
[1842/1882] Link (ld) libUE4Editor-LocationServicesBPLibrary.so
[1843/1882] Link (ld) libUE4Editor-CodeLiteSourceCodeAccess.so
[1844/1882] Link (ld) libUE4Editor-RuntimeAssetCache.so
[1845/1882] Link (ld) libUE4Editor-KDevelopSourceCodeAccess.so
[1846/1882] Link (ld) libUE4Editor-AndroidMediaFactory.so
[1847/1882] Link (ld) libUE4Editor-InMemoryNetworkReplayStreaming.so
[1848/1882] Link (ld) libUE4Editor-Gauntlet.so
[1849/1882] Link (ld) libUE4Editor-WmfMediaFactory.so
[1850/1882] Link (ld) libUE4Editor-FileLogging.so
[1851/1882] Link (ld) libUE4Editor-ImageDownload.so
[1852/1882] Link (ld) libUE4Editor-MfMediaFactory.so
[1853/1882] Link (ld) libUE4Editor-CrunchCompression.so
[1854/1882] Link (ld) libUE4Editor-SQLiteSupport.so
[1855/1882] Link (ld) libUE4Editor-PortalProxies.so
[1856/1882] Link (ld) libUE4Editor-ExampleDeviceProfileSelector.so
[1857/1882] Link (ld) libUE4Editor-BlueprintRuntime.so
[1858/1882] Link (ld) libUE4Editor-LinuxDeviceProfileSelector.so
[1859/1882] Link (ld) libUE4Editor-NullDrv.so
[1860/1882] Link (ld) libUE4Editor-UObjectPlugin.so
[1861/1882] Link (ld) libUE4Editor-TextureFormatPVR.so
[1863/1882] Link (ld) libUE4Editor-NullSourceCodeAccess.so
[1862/1882] Relink libUE4Editor-ReliabilityHandlerComponent.so
[1864/1882] Link (ld) libUE4Editor-RemoteDatabaseSupport.so
[1865/1882] Link (ld) libUE4Editor-PlayTimeLimit.so
[1866/1882] Link (ld) libUE4Editor-CrashDebugHelper.so
[1867/1882] Link (ld) libUE4Editor-HardwareSurvey.so
[1868/1882] Link (ld) libUE4Editor-LauncherChunkInstaller.so
[1869/1882] Link (ld) libUE4Editor-AudioFormatADPCM.so
[1870/1882] Link (ld) libUE4Editor-Stomp.so
[1871/1882] Link (ld) libUE4Editor-SlackIntegrations.so
[1872/1882] Link (ld) libUE4Editor-LauncherCheck.so
[1873/1882] Link (ld) libUE4Editor-TextureFormatUncompressed.so
[1874/1882] Link (ld) libUE4Editor-UE4Game.so
[1875/1882] Link (ld) libUE4Editor-PythonScriptPluginPreload.so
[1876/1882] Link (ld) libUE4Editor-Advertising.so
[1877/1882] Link (ld) libUE4Editor-BlankPlugin.so
[1878/1882] Link (ld) libUE4Editor-XGEController.so
[1879/1882] Link (ld) libUE4Editor-IPC.so
[1880/1882] Link (ld) libUE4Editor-BlankModule.so
[1881/1882] Copy AgentInterface.dll
[1882/1882] UnrealBuildTool.exe UE4Editor.target
Total time in Local executor: 3799.95 seconds
Total execution time: 3940.44 seconds

RUN directive complete. Docker will now commit the filesystem layer to disk.
Note that for large filesystem layers this can take quite some time.
Performing filesystem layer commit...

Removing intermediate container 133f2531c5ab
 ---> 50f4c9b1cb31
Step 5/6 : RUN ./Engine/Build/BatchFiles/Linux/Build.sh ShaderCompileWorker Linux Development -WaitMutex && echo '' && echo 'RUN directive complete. Docker will now commit the filesystem layer to disk.' && echo 'Note that for large filesystem layers this can take quite some time.' && echo 'Performing filesystem layer commit...' && echo ''
 ---> Running in 31509b746d99
Fixing inconsistent case in filenames.
Setting up Mono
Building ShaderCompileWorker...
*** PYTHON NOT FOUND: /usr/bin/python
*** PYTHON NOT FOUND: /usr/bin/python
Using 'git status' to determine working set for adaptive non-unity build (/home/ue4/UnrealEngine).
Creating makefile for ShaderCompileWorker (no existing makefile)
Parsing headers for ShaderCompileWorker
  Running UnrealHeaderTool ShaderCompileWorker "/home/ue4/UnrealEngine/Engine/Intermediate/Build/Linux/B4D820EA/ShaderCompileWorker/Development/ShaderCompileWorker.uhtmanifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors
Reflection code generated for ShaderCompileWorker in 1.1200997 seconds
------- Build details --------
Using toolchain located at '/home/ue4/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu'.
Using clang (/home/ue4/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/bin/clang++) version '7.0.1' (string), 7 (major), 0 (minor), 1 (patch)
Using bundled libc++ standard C++ library.
Using lld linker
Using llvm-ar : /home/ue4/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/bin/llvm-ar
Using fast way to relink  circularly dependent libraries (no FixDeps).
------------------------------
Performing 93 actions (8 in parallel)
[1/93] Compile SharedPCH.Core.h
[7/93] Compile PCH.ImageWrapper.h
[2/93] Compile PCH.Core.h
[5/93] Compile PCH.CoreUObject.h
[3/93] Compile BuildSettings.cpp
[6/93] Compile SharedPCH.Slate.h
[8/93] Compile Module.ShaderCompileWorker.cpp
[4/93] Compile SharedPCH.CoreUObject.h
[9/93] Link (ld) libShaderCompileWorker-BuildSettings.so
[10/93] Compile Module.ImageWrapper.cpp
[11/93] Compile Module.Json.cpp
[12/93] Compile Module.Projects.cpp
[13/93] Compile Module.Core.8_of_10.cpp
[14/93] Compile Module.Core.7_of_10.cpp
[15/93] Compile Module.Core.6_of_10.cpp
[16/93] Compile Module.Core.10_of_10.cpp
[17/93] Compile Module.Core.9_of_10.cpp
[18/93] Compile Module.Core.3_of_10.cpp
[19/93] Compile Module.Core.2_of_10.cpp
[20/93] Compile Module.Core.1_of_10.cpp
[21/93] Compile Module.Core.5_of_10.cpp
[22/93] Compile Module.Core.4_of_10.cpp
[23/93] Compile Module.ApplicationCore.cpp
[24/93] Compile Module.CoreUObject.2_of_6.cpp
[25/93] Compile Module.CoreUObject.1_of_6.cpp
[26/93] Compile Module.CoreUObject.3_of_6.cpp
[27/93] Compile Module.CoreUObject.gen.cpp
[28/93] Compile Module.CoreUObject.5_of_6.cpp
[29/93] Compile Module.CoreUObject.6_of_6.cpp
[30/93] Compile Module.CoreUObject.4_of_6.cpp
[31/93] Compile Module.InputCore.gen.cpp
[32/93] Compile Module.RHI.cpp
[33/93] Link (ld) libShaderCompileWorker-Core.so
[34/93] Compile Module.InputCore.cpp
[35/93] Link (ld) libShaderCompileWorker-Json.so
[36/93] Link (ld) libShaderCompileWorker-ApplicationCore.so
[37/93] Link (ld) libShaderCompileWorker-Projects.so
[38/93] Compile Module.SlateCore.cpp
[39/93] Compile Module.SlateCore.gen.cpp
[40/93] Compile Module.RenderCore.cpp
[41/93] Link (ld) libShaderCompileWorker-ImageWrapper.so
[42/93] Link (ld) libShaderCompileWorker-RHI.so
[43/93] Compile IPlatformFileSandboxWrapper.cpp
[44/93] Compile Module.Slate.1_of_5.cpp
[45/93] Compile Module.Slate.3_of_5.cpp
[46/93] Compile Module.Slate.5_of_5.cpp
[47/93] Compile Module.Slate.4_of_5.cpp
[48/93] Link (ld) libShaderCompileWorker-CoreUObject.so
[49/93] Compile Module.Slate.gen.cpp
[50/93] Link (ld) libShaderCompileWorker-InputCore.so
[51/93] Compile Module.Slate.2_of_5.cpp
[52/93] Compile Module.DesktopPlatform.cpp
[53/93] Compile Module.Sockets.cpp
[54/93] Link (ld) libShaderCompileWorker-SandboxFile.so
[55/93] Compile Module.EditorStyle.cpp
[56/93] Link (ld) libShaderCompileWorker-DesktopPlatform.so
[57/93] Compile Module.NetworkFile.cpp
[58/93] Link (ld) libShaderCompileWorker-RenderCore.so
[59/93] Compile Module.AudioPlatformConfiguration.cpp
[60/93] Compile Module.ShaderCompilerCommon.cpp
[61/93] Link (ld) libShaderCompileWorker-Sockets.so
[62/93] Compile ShaderPreprocessor.cpp
[63/93] Compile Module.LauncherPlatform.cpp
[64/93] Compile Module.AudioPlatformConfiguration.gen.cpp
[65/93] Compile RSA.cpp
[66/93] Compile Module.EditorStyle.gen.cpp
[67/93] Link (ld) libShaderCompileWorker-RSA.so
[68/93] Link (ld) libShaderCompileWorker-NetworkFile.so
[69/93] Link (ld) libShaderCompileWorker-AudioPlatformConfiguration.so
[70/93] Link (ld) libShaderCompileWorker-ShaderPreprocessor.so
[71/93] Compile StreamingNetworkPlatformFile.cpp
[72/93] Compile Module.TargetPlatform.cpp
[73/93] Compile Module.DirectoryWatcher.cpp
[74/93] Compile Module.PakFile.cpp
[75/93] Link (ld) libShaderCompileWorker-ShaderCompilerCommon.so
[76/93] Link (ld) libShaderCompileWorker-LauncherPlatform.so
[77/93] Link (ld) libShaderCompileWorker-StreamingFile.so
[78/93] Compile Module.ShaderFormatOpenGL.cpp
[79/93] Compile Module.DerivedDataCache.cpp
[80/93] Link (ld) libShaderCompileWorker-SlateCore.so
[81/93] Compile Module.SlateFileDialogs.cpp
[82/93] Compile Module.VulkanShaderFormat.cpp
[83/93] Link (ld) libShaderCompileWorker-PakFile.so
[84/93] Link (ld) libShaderCompileWorker-DirectoryWatcher.so
[85/93] Link (ld) libShaderCompileWorker-DerivedDataCache.so
[86/93] Link (ld) libShaderCompileWorker-ShaderFormatOpenGL.so
[87/93] Link (ld) libShaderCompileWorker-Slate.so
[88/93] Link (ld) libShaderCompileWorker-EditorStyle.so
[89/93] Link (ld) libShaderCompileWorker-VulkanShaderFormat.so
[90/93] Link (ld) libShaderCompileWorker-TargetPlatform.so
[91/93] Link (ld) libShaderCompileWorker-SlateFileDialogs.so
[92/93] Link (lld) ShaderCompileWorker
[93/93] UnrealBuildTool.exe ShaderCompileWorker.target
Total time in Local executor: 155.42 seconds
Total execution time: 159.09 seconds

RUN directive complete. Docker will now commit the filesystem layer to disk.
Note that for large filesystem layers this can take quite some time.
Performing filesystem layer commit...

Removing intermediate container 31509b746d99
 ---> 33e44013c08d
Step 6/6 : RUN ./Engine/Build/BatchFiles/Linux/Build.sh UnrealPak Linux Development -WaitMutex && echo '' && echo 'RUN directive complete. Docker will now commit the filesystem layer to disk.' && echo 'Note that for large filesystem layers this can take quite some time.' && echo 'Performing filesystem layer commit...' && echo ''
 ---> Running in 0737f191dc0a
Fixing inconsistent case in filenames.
Setting up Mono
Building UnrealPak...
*** PYTHON NOT FOUND: /usr/bin/python
*** PYTHON NOT FOUND: /usr/bin/python
Using 'git status' to determine working set for adaptive non-unity build (/home/ue4/UnrealEngine).
Creating makefile for UnrealPak (no existing makefile)
------- Build details --------
Using toolchain located at '/home/ue4/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu'.
Using clang (/home/ue4/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/bin/clang++) version '7.0.1' (string), 7 (major), 0 (minor), 1 (patch)
Using bundled libc++ standard C++ library.
Using lld linker
Using llvm-ar : /home/ue4/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/bin/llvm-ar
Using fast way to relink  circularly dependent libraries (no FixDeps).
------------------------------
Performing 28 actions (8 in parallel)
[4/28] Compile UnrealPak.cpp
[1/28] Compile PCH.Core.h
[2/28] Compile SharedPCH.Core.h
[3/28] Compile BuildSettings.cpp
[5/28] Link (ld) libUnrealPak-BuildSettings.so
[6/28] Compile RSA.cpp
[7/28] Compile Module.Json.cpp
[8/28] Compile Module.Projects.cpp
[9/28] Compile Module.PakFile.cpp
[10/28] Compile Module.PakFileUtilities.cpp
[11/28] Compile Module.Core.9_of_10.cpp
[12/28] Compile Module.Core.10_of_10.cpp
[13/28] Compile Module.Core.7_of_10.cpp
[14/28] Compile Module.Core.6_of_10.cpp
[15/28] Compile Module.Core.5_of_10.cpp
[16/28] Compile Module.Core.8_of_10.cpp
[17/28] Compile Module.Core.3_of_10.cpp
[18/28] Compile Module.Core.2_of_10.cpp
[19/28] Compile Module.Core.1_of_10.cpp
[20/28] Compile Module.Core.4_of_10.cpp
[21/28] Link (ld) libUnrealPak-Core.so
[22/28] Link (ld) libUnrealPak-RSA.so
[23/28] Link (ld) libUnrealPak-Json.so
[24/28] Link (ld) libUnrealPak-Projects.so
[25/28] Link (ld) libUnrealPak-PakFile.so
[26/28] Link (ld) libUnrealPak-PakFileUtilities.so
[27/28] Link (lld) UnrealPak
[28/28] UnrealBuildTool.exe UnrealPak.target
Total time in Local executor: 56.01 seconds
Total execution time: 57.97 seconds

RUN directive complete. Docker will now commit the filesystem layer to disk.
Note that for large filesystem layers this can take quite some time.
Performing filesystem layer commit...

Removing intermediate container 0737f191dc0a
 ---> b7baf1d2ad09
Successfully built b7baf1d2ad09
Successfully tagged adamrehn/ue4-engine:4.22.1-opengl
Successfully tagged adamrehn/ue4-engine:4.22.1
Sending build context to Docker daemon  11.26kB

Step 1/20 : ARG TAG
Step 2/20 : ARG PREREQS_TAG
Step 3/20 : FROM adamrehn/ue4-source:${TAG}-${PREREQS_TAG} AS builder
 ---> 19c7a9cf92c8
Step 4/20 : COPY set-changelist.py /tmp/set-changelist.py
 ---> Using cache
 ---> 3472e7293654
Step 5/20 : RUN python3 /tmp/set-changelist.py /home/ue4/UnrealEngine/Engine/Build/Build.version && echo '' && echo 'RUN directive complete. Docker will now commit the filesystem layer to disk.' && echo 'Note that for large filesystem layers this can take quite some time.' && echo 'Performing filesystem layer commit...' && echo ''
 ---> Using cache
 ---> 14dafb5c5ac1
Step 6/20 : COPY verbose-ddc.py /tmp/verbose-ddc.py
 ---> Using cache
 ---> 6f9a424312a3
Step 7/20 : RUN python3 /tmp/verbose-ddc.py /home/ue4/UnrealEngine/Engine/Build/InstalledEngineBuild.xml && echo '' && echo 'RUN directive complete. Docker will now commit the filesystem layer to disk.' && echo 'Note that for large filesystem layers this can take quite some time.' && echo 'Performing filesystem layer commit...' && echo ''
 ---> Using cache
 ---> 9b1e59842d86
Step 8/20 : RUN ./Engine/Build/BatchFiles/Linux/Build.sh UE4Editor Linux Development -Clean && echo '' && echo 'RUN directive complete. Docker will now commit the filesystem layer to disk.' && echo 'Note that for large filesystem layers this can take quite some time.' && echo 'Performing filesystem layer commit...' && echo ''
 ---> Using cache
 ---> 771a202f9045
Step 9/20 : WORKDIR /home/ue4/UnrealEngine
 ---> Using cache
 ---> 5f0853e4c63b
Step 10/20 : RUN ./Engine/Build/BatchFiles/RunUAT.sh BuildGraph -target="Make Installed Build Linux" -script=Engine/Build/InstalledEngineBuild.xml -set:HostPlatformOnly=true && echo '' && echo 'RUN directive complete. Docker will now commit the filesystem layer to disk.' && echo 'Note that for large filesystem layers this can take quite some time.' && echo 'Performing filesystem layer commit...' && echo ''
 ---> Using cache
 ---> 6310815e3414
Step 11/20 : RUN cp ./Engine/Binaries/Linux/UnrealPak ./LocalBuilds/Engine/Linux/Engine/Binaries/Linux/UnrealPak && echo '' && echo 'RUN directive complete. Docker will now commit the filesystem layer to disk.' && echo 'Note that for large filesystem layers this can take quite some time.' && echo 'Performing filesystem layer commit...' && echo ''
 ---> Using cache
 ---> 9ccc60d5cf2d
Step 12/20 : COPY --chown=ue4:ue4 copy-toolchain.py /tmp/copy-toolchain.py
 ---> Using cache
 ---> a70495355615
Step 13/20 : RUN python3 /tmp/copy-toolchain.py /home/ue4/UnrealEngine && echo '' && echo 'RUN directive complete. Docker will now commit the filesystem layer to disk.' && echo 'Note that for large filesystem layers this can take quite some time.' && echo 'Performing filesystem layer commit...' && echo ''
 ---> Running in b8723e6137b6
Copying bundled toolchain "v13_clang-7.0.1-centos7" to Installed Build...
Traceback (most recent call last):
  File "/tmp/copy-toolchain.py", line 22, in <module>
    shutil.copytree(toolchain, dest)
  File "/usr/lib/python3.6/shutil.py", line 315, in copytree
    os.makedirs(dst)
  File "/usr/lib/python3.6/os.py", line 220, in makedirs
    mkdir(name, mode)
FileExistsError: [Errno 17] File exists: '/home/ue4/UnrealEngine/LocalBuilds/Engine/Linux/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7'

adamrehn commented 5 years ago

Sorry about that, I fixed this in master about a week ago but hadn't gotten around to pushing out a new release since then. The fix is now live in ue4-docker version 0.0.29.

deonblaauw commented 5 years ago

I can confirm that it works, version 4.22.1 builds on Ubuntu 19.04, my project also builds and packages successfully. Thanks!