------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libinotify-20180201_2.txz ===== Message from libinotify-20180201_2: -- Libinotify functionality on FreeBSD is missing support for - detecting a file being moved into or out of a directory within the same filesystem - certain modifications to a symbolic link (rather than the file it points to.) in addition to the known limitations on all platforms using kqueue(2) where various open and close notifications are unimplemented. This means the following regression tests will fail: Directory notifications: IN_MOVED_FROM IN_MOVED_TO Open/close notifications: IN_OPEN IN_CLOSE_NOWRITE IN_CLOSE_WRITE Symbolic Link notifications: IN_DONT_FOLLOW IN_ATTRIB IN_MOVE_SELF IN_DELETE_SELF Kernel patches to address the missing directory and symbolic link notifications are available from: https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches You might want to consider increasing the kern.maxfiles tunable if you plan to use this library for applications that need to monitor activity of a lot of files. Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/lcms2-2.9.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/openjpeg-2.3.1.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/tcl86-8.6.10.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/libXScrnSaver-1.2.3_2.txz Installing /packages/All/tk86-8.6.10_1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-olefile-0.46.txz Installing /packages/All/py37-tkinter-3.7.7_6.txz Installing /packages/All/py37-pillow-7.0.0.txz Installing /packages/All/ca_root_nss-3.52.txz ===== Message from ca_root_nss-3.52: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/mono-5.10.1.57_3.txz ===== Message from mono-5.10.1.57_3: -- If you have build/runtime errors with Mono and Gtk# apps please try the following first: * Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the default FreeBSD CFLAGS ('-O2 -fno-strict-aliasing -pipe') as Mono has been known to expose compiler bugs. * Try building and running Mono with the GENERIC kernel. - Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the GENERIC kernel. - Removing kernel options or changing defaults to use experimental options can adversely affect Mono's ability to build and run. * Remove leftover semaphores / increase semaphore limits. - Close apps which use Mono and run `ipcs -sbt`. Remove the semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1) - _OR_ simply reboot which is the safest method. - On multi-user systems the semaphore limits may need to be increased from the defaults. The following should comfortably support 30 users. # echo "kern.ipc.semmni=40" >> /boot/loader.conf # echo "kern.ipc.semmns=300" >> /boot/loader.conf * If you are in a jailed environment, ensure System V IPC are enabled. You can rely on the security.jail.sysvipc_allowed sysctl to check this status. The following enables this feature on the host system: # echo "jail_sysvipc_allow=\"YES\"" >> /etc/rc.conf * Some process information are accessed through /proc (e.g. when using NUnit) and procfs(5) has to be mounted for these features to work: # echo "proc /proc procfs rw 0 0" >> /etc/fstab Installing /packages/All/msbuild-15.8.p.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/glib-2.56.3_7,1.txz No schema files found: doing nothing. Installing /packages/All/desktop-file-utils-0.24.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/wayland-1.16.0.txz Installing /packages/All/xkeyboard-config-2.29.txz Installing /packages/All/libxkbcommon-0.10.0_2.txz ===== Message from libxkbcommon-0.10.0_2: -- If arrow keys don't work under X11 switch to legacy rules e.g., For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: export XKB_DEFAULT_RULES=xorg For csh/tcsh run and (optionally) add into ~/.login: setenv XKB_DEFAULT_RULES xorg Installing /packages/All/pciids-20200421.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/libelf-0.8.13_3.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/mesa-libs-19.0.8.txz ===== Message from mesa-libs-19.0.8: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/sdl2-2.0.10_1.txz Installing /packages/All/shared-mime-info-1.10_2.txz Installing /packages/All/pixman-0.40.0.txz Installing /packages/All/cairo-1.16.0,2.txz Installing /packages/All/libexif-0.6.21_5.txz Installing /packages/All/libgdiplus-5.6_2.txz Installing /packages/All/libedit-3.1.20191231,1.txz Installing /packages/All/lua51-5.1.5_9.txz Installing /packages/All/libmysofa-0.9.txz Installing /packages/All/openal-soft-1.20.1.txz SUCCEEDED 00:00:54 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> openra-20200503 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> openra-20200503 depends on file: /usr/local/sbin/pkg - found => IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP doesn't seem to exist in /distfiles/. => Attempting to fetch https://download.ip2location.com/lite/IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP 0% of 893 kB 0 Bps IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP 7% of 893 kB 327 kBps IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP 77% of 893 kB 596 kBps IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP 893 kB 594 kBps 02s => openra-OpenRA-release-20200503_GH0.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://codeload.github.com/openra/OpenRA/tar.gz/release-20200503?dummy=/openra-OpenRA-release-20200503_GH0.tar.gz fetch: https://codeload.github.com/openra/OpenRA/tar.gz/release-20200503?dummy=/openra-OpenRA-release-20200503_GH0.tar.gz: size unknown fetch: https://codeload.github.com/openra/OpenRA/tar.gz/release-20200503?dummy=/openra-OpenRA-release-20200503_GH0.tar.gz: size of remote file is not known openra-OpenRA-release-20200503_GH0.tar.gz 0 B 0 Bps openra-OpenRA-release-20200503_GH0.tar.gz 240 kB 656 kBps openra-OpenRA-release-20200503_GH0.tar.gz 2288 kB 2086 kBps openra-OpenRA-release-20200503_GH0.tar.gz 6880 kB 4636 kBps openra-OpenRA-release-20200503_GH0.tar.gz 14 MB 7551 kBps openra-OpenRA-release-20200503_GH0.tar.gz 20 MB 6032 kBps openra-OpenRA-release-20200503_GH0.tar.gz 25 MB 5927 kBps openra-OpenRA-release-20200503_GH0.tar.gz 26 MB 4979 kBps 06s => e13fd693c386.patch doesn't seem to exist in /distfiles/. => Attempting to fetch https://github.com/openra/OpenRA/commit/e13fd693c386.patch e13fd693c386.patch 0% of 69 kB 0 Bps e13fd693c386.patch 69 kB 577 kBps 00s => 85096c4ba2fb.patch doesn't seem to exist in /distfiles/. => Attempting to fetch https://github.com/openra/OpenRA/commit/85096c4ba2fb.patch 85096c4ba2fb.patch 0% of 1470 B 0 Bps 85096c4ba2fb.patch 1470 B 8293 kBps 00s ===> Fetching all distfiles required by openra-20200503 for building SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> openra-20200503 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by openra-20200503 for building => SHA256 Checksum OK for IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP. => SHA256 Checksum OK for microsoft.netframework.referenceassemblies.1.0.0.nupkg. => SHA256 Checksum OK for microsoft.netframework.referenceassemblies.net472.1.0.0.nupkg. => SHA256 Checksum OK for nunit.3.12.0.nupkg. => SHA256 Checksum OK for nunit.console.3.11.1.nupkg. => SHA256 Checksum OK for nunit.consolerunner.3.11.1.nupkg. => SHA256 Checksum OK for nunit.extension.nunitprojectloader.3.6.0.nupkg. => SHA256 Checksum OK for nunit.extension.nunitv2driver.3.8.0.nupkg. => SHA256 Checksum OK for nunit.extension.nunitv2resultwriter.3.6.0.nupkg. => SHA256 Checksum OK for nunit.extension.teamcityeventlistener.1.0.7.nupkg. => SHA256 Checksum OK for nunit.extension.vsprojectloader.3.8.0.nupkg. => SHA256 Checksum OK for nunit3testadapter.3.16.1.nupkg. => SHA256 Checksum OK for nuget.commandline.4.4.1.nupkg. => SHA256 Checksum OK for openra-eluant.1.0.17.nupkg. => SHA256 Checksum OK for openra-freetype6.1.0.4.nupkg. => SHA256 Checksum OK for openra-fuzzylogiclibrary.1.0.1.nupkg. => SHA256 Checksum OK for openra-open.nat.1.0.0.nupkg. => SHA256 Checksum OK for openra-openal-cs.1.0.16.nupkg. => SHA256 Checksum OK for openra-sdl2-cs.1.0.26.nupkg. => SHA256 Checksum OK for sharpziplib.1.2.0.nupkg. => SHA256 Checksum OK for stylecop.analyzers.1.1.118.nupkg. => SHA256 Checksum OK for rix0rrr.beaconlib.1.0.2.nupkg. => SHA256 Checksum OK for openra-OpenRA-release-20200503_GH0.tar.gz. => SHA256 Checksum OK for e13fd693c386.patch. => SHA256 Checksum OK for 85096c4ba2fb.patch. SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> openra-20200503 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by openra-20200503 for building ===> Extracting for openra-20200503 => SHA256 Checksum OK for IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP. => SHA256 Checksum OK for microsoft.netframework.referenceassemblies.1.0.0.nupkg. => SHA256 Checksum OK for microsoft.netframework.referenceassemblies.net472.1.0.0.nupkg. => SHA256 Checksum OK for nunit.3.12.0.nupkg. => SHA256 Checksum OK for nunit.console.3.11.1.nupkg. => SHA256 Checksum OK for nunit.consolerunner.3.11.1.nupkg. => SHA256 Checksum OK for nunit.extension.nunitprojectloader.3.6.0.nupkg. => SHA256 Checksum OK for nunit.extension.nunitv2driver.3.8.0.nupkg. => SHA256 Checksum OK for nunit.extension.nunitv2resultwriter.3.6.0.nupkg. => SHA256 Checksum OK for nunit.extension.teamcityeventlistener.1.0.7.nupkg. => SHA256 Checksum OK for nunit.extension.vsprojectloader.3.8.0.nupkg. => SHA256 Checksum OK for nunit3testadapter.3.16.1.nupkg. => SHA256 Checksum OK for nuget.commandline.4.4.1.nupkg. => SHA256 Checksum OK for openra-eluant.1.0.17.nupkg. => SHA256 Checksum OK for openra-freetype6.1.0.4.nupkg. => SHA256 Checksum OK for openra-fuzzylogiclibrary.1.0.1.nupkg. => SHA256 Checksum OK for openra-open.nat.1.0.0.nupkg. => SHA256 Checksum OK for openra-openal-cs.1.0.16.nupkg. => SHA256 Checksum OK for openra-sdl2-cs.1.0.26.nupkg. => SHA256 Checksum OK for sharpziplib.1.2.0.nupkg. => SHA256 Checksum OK for stylecop.analyzers.1.1.118.nupkg. => SHA256 Checksum OK for rix0rrr.beaconlib.1.0.2.nupkg. => SHA256 Checksum OK for openra-OpenRA-release-20200503_GH0.tar.gz. => SHA256 Checksum OK for e13fd693c386.patch. => SHA256 Checksum OK for 85096c4ba2fb.patch. /bin/cp /distfiles//IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP /construction/games/openra/OpenRA-release-20200503 Extracted Memory Use: 637.76M SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for openra-20200503 ===> Applying distribution patches for openra-20200503 /usr/bin/env WRKSRC=/construction/games/openra/OpenRA-release-20200503 REWARNFILE=/construction/games/openra/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's/ -verbosity:m//' -e '/echo/!s/ @/ /' -e '/^VERSION/s/=.*/= release-20200503/' -e '/^core:/s/$/ version/' /construction/games/openra/OpenRA-release-20200503/Makefile /bin/chmod +x /construction/games/openra/OpenRA-release-20200503/configure-system-libraries.sh /usr/bin/env WRKSRC=/construction/games/openra/OpenRA-release-20200503 REWARNFILE=/construction/games/openra/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's,/usr/local,/usr/local,' -e '/target/s,${DIR}/,,' /construction/games/openra/OpenRA-release-20200503/configure-system-libraries.sh SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> openra-20200503 depends on executable: msbuild - found ===> openra-20200503 depends on executable: update-desktop-database - found ===> openra-20200503 depends on package: gmake>=4.3 - found ===> openra-20200503 depends on executable: mono - found ===> openra-20200503 depends on file: /usr/local/bin/sdl2-config - found ===> openra-20200503 depends on executable: update-mime-database - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> openra-20200503 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> openra-20200503 depends on shared library: libgdiplus.so - found (/usr/local/lib/libgdiplus.so) ===> openra-20200503 depends on shared library: liblua-5.1.so - found (/usr/local/lib/liblua-5.1.so) ===> openra-20200503 depends on shared library: libopenal.so.1 - found (/usr/local/lib/libopenal.so.1) ===> openra-20200503 depends on shared library: libSDL2.so - found (/usr/local/lib/libSDL2.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> openra-20200503 depends on executable: msbuild - found ===> openra-20200503 depends on executable: update-desktop-database - found ===> openra-20200503 depends on package: gmake>=4.3 - found ===> openra-20200503 depends on executable: mono - found ===> openra-20200503 depends on file: /usr/local/bin/sdl2-config - found ===> openra-20200503 depends on executable: update-mime-database - found ===> openra-20200503 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> openra-20200503 depends on shared library: libgdiplus.so - found (/usr/local/lib/libgdiplus.so) ===> openra-20200503 depends on shared library: liblua-5.1.so - found (/usr/local/lib/liblua-5.1.so) ===> openra-20200503 depends on shared library: libopenal.so.1 - found (/usr/local/lib/libopenal.so.1) ===> openra-20200503 depends on shared library: libSDL2.so - found (/usr/local/lib/libSDL2.so) ===> Configuring for openra-20200503 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for openra-20200503 gmake[1]: Entering directory '/construction/games/openra/OpenRA-release-20200503' for i in VERSION mods/ra/mod.yaml mods/cnc/mod.yaml mods/d2k/mod.yaml mods/ts/mod.yaml mods/modcontent/mod.yaml mods/all/mod.yaml ; do \ awk '{sub("Version:.*$","Version: release-20200503"); print }' ${i} > ${i}.tmp && \ awk '{sub("/[^/]*: User$", "/release-20200503: User"); print }' ${i}.tmp > ${i} && \ rm ${i}.tmp; \ done msbuild -nologo -t:Build -restore -p:Configuration=Release -p:TargetPlatform=linux-x64 Build started 05/14/2020 19:16:50. Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" on node 1 (Restore target(s)). ValidateSolutionConfiguration: Building solution configuration "Release|Any CPU". /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj : warning MSB4242: The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver" failed to run. hostfxr Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj" (2) on node 1 (Restore target(s)). Restore: Restoring packages for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj... Committing restore... Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/OpenRA.Game.csproj.nuget.g.props. Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/OpenRA.Game.csproj.nuget.g.targets. Writing lock file to disk. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 1.04 sec for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Restoring packages for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj... Committing restore... Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/OpenRA.PostProcess.csproj.nuget.g.props. Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/OpenRA.PostProcess.csproj.nuget.g.targets. Writing lock file to disk. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 9.82 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj" (4) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 6.55 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Restoring packages for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj... Committing restore... Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/obj/OpenRA.Mods.Cnc.csproj.nuget.g.props. Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/obj/OpenRA.Mods.Cnc.csproj.nuget.g.targets. Writing lock file to disk. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/obj/project.assets.json Restore completed in 100.25 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj. Restoring packages for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj... Committing restore... Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/obj/OpenRA.Mods.Common.csproj.nuget.g.props. Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/obj/OpenRA.Mods.Common.csproj.nuget.g.targets. Writing lock file to disk. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/obj/project.assets.json Restore completed in 10.09 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 0.86 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/OpenRA.Utility.csproj" (6) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 1.27 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 0.9 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. Restoring packages for /construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/OpenRA.Utility.csproj... Committing restore... Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/obj/OpenRA.Utility.csproj.nuget.g.props. Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/obj/OpenRA.Utility.csproj.nuget.g.targets. Writing lock file to disk. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/obj/project.assets.json Restore completed in 66.55 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/OpenRA.Utility.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/OpenRA.Utility.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Server/OpenRA.Server.csproj" (7) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 1.17 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 0.9 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. Restoring packages for /construction/games/openra/OpenRA-release-20200503/OpenRA.Server/OpenRA.Server.csproj... Committing restore... Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Server/obj/OpenRA.Server.csproj.nuget.g.props. Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Server/obj/OpenRA.Server.csproj.nuget.g.targets. Writing lock file to disk. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Server/obj/project.assets.json Restore completed in 82.7 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Server/OpenRA.Server.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Server/OpenRA.Server.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj" (8) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 1.09 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/obj/project.assets.json Restore completed in 1.34 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj. Restoring packages for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj... Committing restore... Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/obj/OpenRA.Mods.D2k.csproj.nuget.g.props. Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/obj/OpenRA.Mods.D2k.csproj.nuget.g.targets. Writing lock file to disk. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/obj/project.assets.json Restore completed in 71.04 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 0.85 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj" (9) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 1.18 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Restoring packages for /construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj... Committing restore... Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/obj/OpenRA.Platforms.Default.csproj.nuget.g.props. Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/obj/OpenRA.Platforms.Default.csproj.nuget.g.targets. Writing lock file to disk. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/obj/project.assets.json Restore completed in 94.4 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 0.9 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj" (5:9) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 1.17 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/obj/project.assets.json Restore completed in 1.35 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 0.84 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Test/OpenRA.Test.csproj" (10) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 1.14 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/obj/project.assets.json Restore completed in 1.35 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 0.78 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. Restoring packages for /construction/games/openra/OpenRA-release-20200503/OpenRA.Test/OpenRA.Test.csproj... Committing restore... Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Test/obj/OpenRA.Test.csproj.nuget.g.props. Generating MSBuild file /construction/games/openra/OpenRA-release-20200503/OpenRA.Test/obj/OpenRA.Test.csproj.nuget.g.targets. Writing lock file to disk. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Test/obj/project.assets.json Restore completed in 111.79 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Test/OpenRA.Test.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Test/OpenRA.Test.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj" (3:28) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 1.08 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj" (Restore target(s)). Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" on node 1 (Build target(s)). ValidateSolutionConfiguration: Building solution configuration "Release|Any CPU". /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj : warning MSB4242: The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver" failed to run. hostfxr Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1:2) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj" (2:35) on node 1 (default targets). PrepareForBuild: Creating directory "obj/Release/". Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj" (2:35) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj" (3:35) on node 1 (default targets). PrepareForBuild: Creating directory "obj/Release/". GenerateBindingRedirects: No suggested binding redirects from ResolveAssemblyReferences. CoreCompile: /usr/local/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /unsafe+ /checked- /nowarn:1701,1702,1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;RELEASE;NETFRAMEWORK;NET472 /highentropyva+ /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/mscorlib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Core.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Data.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Drawing.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.IO.Compression.FileSystem.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Numerics.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Runtime.Serialization.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize+ /out:obj/Release/OpenRA.PostProcess.exe /ruleset:../OpenRA.ruleset /subsystemversion:6.00 /target:exe /warnaserror+ /utf8output /deterministic+ /langversion:5 /additionalfile:../stylecop.json Program.cs "/tmp/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj/Release/OpenRA.PostProcess.AssemblyInfo.cs /warnaserror+:NU1605 CopyFilesToOutputDirectory: Copying file from "obj/Release/OpenRA.PostProcess.exe" to "../OpenRA.PostProcess.exe". OpenRA.PostProcess -> /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess.exe Copying file from "obj/Release/OpenRA.PostProcess.pdb" to "../OpenRA.PostProcess.pdb". Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj" (default targets). GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreCompile: /usr/local/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /unsafe+ /checked- /nowarn:1701,1702,1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;RELEASE;NETFRAMEWORK;NET472 /highentropyva+ /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-eluant/1.0.17/lib/netstandard2.0/Eluant.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/sharpziplib/1.2.0/lib/net45/ICSharpCode.SharpZipLib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/mscorlib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-open.nat/1.0.0/lib/netstandard2.0/Open.Nat.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Core.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Data.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Drawing.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.IO.Compression.FileSystem.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Numerics.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Runtime.Serialization.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.Linq.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/Facades/netstandard.dll /debug+ /debug:portable /filealign:512 /optimize+ /out:obj/Release/OpenRA.Game.exe /ruleset:../OpenRA.ruleset /subsystemversion:6.00 /target:exe /warnaserror+ /utf8output /deterministic+ /langversion:5 /additionalfile:../stylecop.json /additionalfile:Properties/launchSettings.json Activities/Activity.cs Activities/CallFunc.cs Actor.cs CacheStorage.cs CPos.cs CryptoUtil.cs CVec.cs Download.cs Effects/AsyncAction.cs Effects/DelayedAction.cs Effects/DelayedImpact.cs Effects/IEffect.cs ExternalMods.cs Exts.cs FieldLoader.cs FieldSaver.cs FileFormats/Png.cs FileFormats/ReplayMetadata.cs FileSystem/FileSystem.cs FileSystem/Folder.cs FileSystem/IPackage.cs FileSystem/ZipFile.cs Fonts.cs Game.cs GameInformation.cs GameRules/ActorInfo.cs GameRules/MusicInfo.cs GameRules/Ruleset.cs GameRules/SoundInfo.cs GameRules/WeaponInfo.cs GameSpeed.cs Graphics/Animation.cs Graphics/AnimationWithOffset.cs Graphics/ChromeProvider.cs Graphics/CursorManager.cs Graphics/CursorProvider.cs Graphics/CursorSequence.cs Graphics/HardwarePalette.cs Graphics/Model.cs Graphics/ModelAnimation.cs Graphics/ModelRenderer.cs Graphics/Palette.cs Graphics/PaletteReference.cs Graphics/PlatformInterfaces.cs Graphics/PlayerColorRemap.cs Graphics/Renderable.cs Graphics/RgbaColorRenderer.cs Graphics/RgbaSpriteRenderer.cs Graphics/SequenceProvider.cs Graphics/Sheet.cs Graphics/SheetBuilder.cs Graphics/Sprite.cs Graphics/SpriteFont.cs Graphics/SpriteLoader.cs Graphics/SpriteRenderable.cs Graphics/SpriteRenderer.cs Graphics/TargetLineRenderable.cs Graphics/TerrainSpriteLayer.cs Graphics/Theater.cs Graphics/UISpriteRenderable.cs Graphics/Util.cs Graphics/Vertex.cs Graphics/Viewport.cs Graphics/WorldRenderer.cs HotkeyDefinition.cs HotkeyManager.cs Input/Hotkey.cs Input/HotkeyReference.cs Input/IInputHandler.cs Input/InputHandler.cs Input/Keycode.cs InstalledMods.cs IUtilityCommand.cs LocalPlayerProfile.cs LogProxy.cs Manifest.cs Map/ActorInitializer.cs Map/ActorReference.cs Map/CellLayer.cs Map/CellRegion.cs Map/Map.cs Map/MapCache.cs Map/MapCoordsRegion.cs Map/MapGrid.cs Map/MapPlayers.cs Map/MapPreview.cs Map/PlayerReference.cs Map/ProjectedCellRegion.cs Map/TileReference.cs Map/TileSet.cs MiniYaml.cs ModData.cs MPos.cs Network/Connection.cs Network/FrameData.cs Network/GameSave.cs Network/GameServer.cs Network/GeoIP.cs Network/Handshake.cs Network/Order.cs Network/OrderIO.cs Network/OrderManager.cs Network/ReplayConnection.cs Network/ReplayRecorder.cs Network/Session.cs Network/SyncReport.cs Network/UnitOrders.cs Network/UPnP.cs ObjectCreator.cs Orders/GenericSelectTarget.cs Orders/IOrderGenerator.cs Orders/UnitOrderGenerator.cs Platform.cs Player.cs PlayerDatabase.cs PlayerProfile.cs Primitives/ActionQueue.cs Primitives/BitSet.cs Primitives/Cache.cs Primitives/Color.cs Primitives/ConcurrentCache.cs Primitives/DisposableAction.cs Primitives/float2.cs Primitives/float3.cs Primitives/int2.cs Primitives/Int32Matrix4x4.cs Primitives/IObservableCollection.cs Primitives/LongBitSet.cs Primitives/MergedStream.cs Primitives/ObservableCollection.cs Primitives/ObservableDictionary.cs Primitives/ObservableList.cs Primitives/Pair.cs Primitives/PlayerDictionary.cs Primitives/PriorityQueue.cs Primitives/ReadOnlyAdapterStream.cs Primitives/ReadOnlyDictionary.cs Primitives/ReadOnlyList.cs Primitives/Rectangle.cs Primitives/SegmentStream.cs Primitives/Size.cs Primitives/SpatiallyPartitioned.cs Primitives/TypeDictionary.cs Renderer.cs Scripting/ScriptActorInterface.cs Scripting/ScriptContext.cs Scripting/ScriptMemberExts.cs Scripting/ScriptMemberWrapper.cs Scripting/ScriptObjectWrapper.cs Scripting/ScriptPlayerInterface.cs Scripting/ScriptTypes.cs SelectableExts.cs Server/Connection.cs Server/Exts.cs Server/ProtocolVersion.cs Server/Server.cs Server/TraitInterfaces.cs Settings.cs Sound/Sound.cs Sound/SoundDevice.cs StreamExts.cs Support/Arguments.cs Support/Benchmark.cs Support/Evaluator.cs Support/ExceptionHandler.cs Support/LaunchArguments.cs Support/Log.cs Support/MersenneTwister.cs Support/PerfHistory.cs Support/PerfItem.cs Support/PerfSample.cs Support/PerfTimer.cs Support/Program.cs Support/VariableExpression.cs Sync.cs TraitDictionary.cs Traits/ActivityUtils.cs Traits/DebugPauseState.cs Traits/Interactable.cs Traits/LintAttributes.cs Traits/Player/FixedColorPalette.cs Traits/Player/FrozenActorLayer.cs Traits/Player/IndexedPlayerPalette.cs Traits/Player/PlayerColorPalette.cs Traits/Player/PlayerHighlightPalette.cs Traits/Player/Shroud.cs Traits/Selectable.cs Traits/Target.cs Traits/TraitsInterfaces.cs Traits/World/DebugVisualizations.cs Traits/World/Faction.cs Traits/World/ScreenMap.cs Traits/World/ScreenShaker.cs UtilityCommands/ClearInvalidModRegistrationsCommand.cs UtilityCommands/RegisterModCommand.cs UtilityCommands/UnregisterModCommand.cs VoiceExts.cs WAngle.cs WDist.cs Widgets/ChromeMetrics.cs Widgets/Widget.cs Widgets/WidgetLoader.cs World.cs WorldUtils.cs WorldViewportSizes.cs WPos.cs WRot.cs WVec.cs "/tmp/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj/Release/OpenRA.Game.AssemblyInfo.cs /warnaserror+:NU1605 _CopyFilesMarkedCopyLocal: Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-eluant/1.0.17/lib/netstandard2.0/Eluant.dll" to "../Eluant.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-open.nat/1.0.0/lib/netstandard2.0/Open.Nat.dll" to "../Open.Nat.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/sharpziplib/1.2.0/lib/net45/ICSharpCode.SharpZipLib.dll" to "../ICSharpCode.SharpZipLib.dll". Creating "/construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/Release/OpenRA.Game.csproj.CopyComplete" because "AlwaysCreate" was specified. _CopyOutOfDateSourceItemsToOutputDirectory: Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-eluant/1.0.17/runtimes/linux-x64/native/lua51.so" to "../lua51.so". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-eluant/1.0.17/lib/netstandard2.0/Eluant.dll.config" to "../Eluant.dll.config". _CopyAppConfigFile: Copying file from "App.config" to "../OpenRA.Game.exe.config". CopyFilesToOutputDirectory: Copying file from "obj/Release/OpenRA.Game.exe" to "../OpenRA.Game.exe". OpenRA.Game -> /construction/games/openra/OpenRA-release-20200503/OpenRA.Game.exe Copying file from "obj/Release/OpenRA.Game.pdb" to "../OpenRA.Game.pdb". PostProcess: mono "/construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess.exe" "/construction/games/openra/OpenRA-release-20200503/OpenRA.Game.exe" -LAA Post-processing /construction/games/openra/OpenRA-release-20200503/OpenRA.Game.exe - Enabling /LARGEADDRESSAWARE Creating "obj/Release/OpenRA.Game.exe.processed" because "AlwaysCreate" was specified. Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj" (default targets). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1:2) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj" (4:7) on node 1 (default targets). PrepareForBuild: Creating directory "obj/Release/". Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj" (4:7) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj" (5:20) on node 1 (default targets). PrepareForBuild: Creating directory "obj/Release/". GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreCompile: /usr/local/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /unsafe+ /checked- /nowarn:1701,1702,1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;RELEASE;NETFRAMEWORK;NET472 /highentropyva+ /reference:/construction/games/openra/OpenRA-release-20200503/packages/rix0rrr.beaconlib/1.0.2/lib/net40/BeaconLib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-eluant/1.0.17/lib/netstandard2.0/Eluant.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-fuzzylogiclibrary/1.0.1/lib/netstandard2.0/FuzzyLogicLibrary.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/sharpziplib/1.2.0/lib/net45/ICSharpCode.SharpZipLib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/mscorlib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-open.nat/1.0.0/lib/netstandard2.0/Open.Nat.dll /reference:/construction/games/openra/OpenRA-release-20200503/OpenRA.Game.exe /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Core.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Data.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Drawing.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.IO.Compression.FileSystem.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Numerics.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Runtime.Serialization.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.Linq.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/Facades/netstandard.dll /debug+ /debug:portable /filealign:512 /optimize+ /out:obj/Release/OpenRA.Mods.Common.dll /ruleset:../OpenRA.ruleset /subsystemversion:6.00 /target:library /warnaserror+ /utf8output /deterministic+ /langversion:5 /additionalfile:../stylecop.json Activities/Air/FallToEarth.cs Activities/Air/Fly.cs Activities/Air/FlyAttack.cs Activities/Air/FlyFollow.cs Activities/Air/FlyIdle.cs Activities/Air/FlyOffMap.cs Activities/Air/FlyTimed.cs Activities/Air/Land.cs Activities/Air/ReturnToBase.cs Activities/Air/TakeOff.cs Activities/Attack.cs Activities/CaptureActor.cs Activities/DeliverResources.cs Activities/DeliverUnit.cs Activities/Demolish.cs Activities/DeployForGrantedCondition.cs Activities/DonateCash.cs Activities/DonateExperience.cs Activities/Enter.cs Activities/FindAndDeliverResources.cs Activities/HarvesterDockSequence.cs Activities/HarvestResource.cs Activities/Hunt.cs Activities/Move/AttackMoveActivity.cs Activities/Move/Drag.cs Activities/Move/Follow.cs Activities/Move/Move.cs Activities/Move/MoveAdjacentTo.cs Activities/Move/MoveWithinRange.cs Activities/Move/VisualMoveIntoTarget.cs Activities/Parachute.cs Activities/PickupUnit.cs Activities/RemoveSelf.cs Activities/RepairBridge.cs Activities/RepairBuilding.cs Activities/Resupply.cs Activities/RideTransport.cs Activities/Sell.cs Activities/SimpleTeleport.cs Activities/SpriteHarvesterDockSequence.cs Activities/Transform.cs Activities/Turn.cs Activities/UnloadCargo.cs Activities/Wait.cs ActorExts.cs ActorInitializer.cs AIUtils.cs AssetBrowser.cs AudioLoaders/WavLoader.cs ColorValidator.cs Commands/ChatCommands.cs Commands/DebugVisualizationCommands.cs Commands/DevCommands.cs Commands/HelpCommand.cs Commands/PlayerCommands.cs EditorBrushes/EditorActorBrush.cs EditorBrushes/EditorCopyPasteBrush.cs EditorBrushes/EditorDefaultBrush.cs EditorBrushes/EditorResourceBrush.cs EditorBrushes/EditorTileBrush.cs Effects/Beacon.cs Effects/ContrailFader.cs Effects/FlashTarget.cs Effects/FloatingText.cs Effects/MapNotificationEffect.cs Effects/RallyPointIndicator.cs Effects/RevealShroudEffect.cs Effects/SpawnActorEffect.cs Effects/SpriteAnnotation.cs Effects/SpriteEffect.cs FileFormats/Blast.cs FileFormats/FastByteReader.cs FileFormats/ImaAdpcmReader.cs FileFormats/IniFile.cs FileFormats/InstallShieldCABCompression.cs FileFormats/MSCabCompression.cs FileFormats/RLEZerosCompression.cs FileFormats/VqaReader.cs FileFormats/WavReader.cs FileSystem/InstallShieldPackage.cs Graphics/ActorPreview.cs Graphics/BeamRenderable.cs Graphics/CircleAnnotationRenderable.cs Graphics/ContrailRenderable.cs Graphics/DefaultSpriteSequence.cs Graphics/DetectionCircleAnnotationRenderable.cs Graphics/LineAnnotationRenderable.cs Graphics/ModelActorPreview.cs Graphics/ModelRenderable.cs Graphics/PolygonAnnotationRenderable.cs Graphics/RailgunRenderable.cs Graphics/RangeCircleAnnotationRenderable.cs Graphics/SelectionBarsAnnotationRenderable.cs Graphics/SelectionBoxAnnotationRenderable.cs Graphics/SpriteActorPreview.cs Graphics/TextAnnotationRenderable.cs Graphics/TilesetSpecificSpriteSequence.cs Graphics/UIModelRenderable.cs HitShapes/Capsule.cs HitShapes/Circle.cs HitShapes/IHitShape.cs HitShapes/Polygon.cs HitShapes/Rectangle.cs Lint/CheckActorReferences.cs Lint/CheckActors.cs Lint/CheckAngle.cs Lint/CheckChromeHotkeys.cs Lint/CheckChromeLogic.cs Lint/CheckConditions.cs Lint/CheckConflictingMouseBounds.cs Lint/CheckDefaultVisibility.cs Lint/CheckHitShapes.cs Lint/CheckLocomotorReferences.cs Lint/CheckMapCordon.cs Lint/CheckMapMetadata.cs Lint/CheckNotifications.cs Lint/CheckPalettes.cs Lint/CheckPlayers.cs Lint/CheckRangeLimit.cs Lint/CheckRevealFootprint.cs Lint/CheckSequences.cs Lint/CheckSpriteBodies.cs Lint/CheckSyncAnnotations.cs Lint/CheckTooltips.cs Lint/CheckTraitPrerequisites.cs Lint/CheckUnknownTraitFields.cs Lint/CheckUnknownWeaponFields.cs Lint/CheckVoiceReferences.cs Lint/LintBuildablePrerequisites.cs Lint/LintExts.cs LoadScreens/BlankLoadScreen.cs LoadScreens/LogoStripeLoadScreen.cs LoadScreens/ModContentLoadScreen.cs LoadScreens/SheetLoadScreen.cs ModContent.cs ModCredits.cs Orders/BeaconOrderGenerator.cs Orders/DeployOrderTargeter.cs Orders/EnterAlliedActorTargeter.cs Orders/ForceModifiersOrderGenerator.cs Orders/GlobalButtonOrderGenerator.cs Orders/GuardOrderGenerator.cs Orders/OrderGenerator.cs Orders/PlaceBuildingOrderGenerator.cs Orders/RepairOrderGenerator.cs Orders/UnitOrderTargeter.cs Pathfinder/BasePathSearch.cs Pathfinder/CellInfo.cs Pathfinder/CellInfoLayerPool.cs Pathfinder/PathCacheStorage.cs Pathfinder/PathFinderUnitPathCacheDecorator.cs Pathfinder/PathGraph.cs Pathfinder/PathSearch.cs PlayerExtensions.cs Projectiles/AreaBeam.cs Projectiles/Bullet.cs Projectiles/GravityBomb.cs Projectiles/InstantHit.cs Projectiles/LaserZap.cs Projectiles/Missile.cs Projectiles/NukeLaunch.cs Projectiles/Railgun.cs Scripting/CallLuaFunc.cs Scripting/Global/ActorGlobal.cs Scripting/Global/BeaconGlobal.cs Scripting/Global/CameraGlobal.cs Scripting/Global/ColorGlobal.cs Scripting/Global/CoordinateGlobals.cs Scripting/Global/DateTimeGlobal.cs Scripting/Global/FacingGlobal.cs Scripting/Global/LightingGlobal.cs Scripting/Global/MapGlobal.cs Scripting/Global/MediaGlobal.cs Scripting/Global/PlayerGlobal.cs Scripting/Global/RadarGlobal.cs Scripting/Global/ReinforcementsGlobal.cs Scripting/Global/TriggerGlobal.cs Scripting/Global/UserInterfaceGlobal.cs Scripting/Global/UtilsGlobal.cs Scripting/LuaScript.cs Scripting/Media.cs Scripting/Properties/AircraftProperties.cs Scripting/Properties/AirstrikeProperties.cs Scripting/Properties/AmmoPoolProperties.cs Scripting/Properties/CaptureProperties.cs Scripting/Properties/CombatProperties.cs Scripting/Properties/ConditionProperties.cs Scripting/Properties/DeliveryProperties.cs Scripting/Properties/DemolitionProperties.cs Scripting/Properties/DiplomacyProperties.cs Scripting/Properties/GeneralProperties.cs Scripting/Properties/GuardProperties.cs Scripting/Properties/HarvesterProperties.cs Scripting/Properties/HealthProperties.cs Scripting/Properties/MissionObjectiveProperties.cs Scripting/Properties/MobileProperties.cs Scripting/Properties/NukeProperties.cs Scripting/Properties/ParadropProperties.cs Scripting/Properties/ParatroopersProperties.cs Scripting/Properties/PlayerExperienceProperties.cs Scripting/Properties/PlayerProperties.cs Scripting/Properties/PlayerStatsProperties.cs Scripting/Properties/PowerProperties.cs Scripting/Properties/ProductionProperties.cs Scripting/Properties/RepairableBuildingProperties.cs Scripting/Properties/ResourceProperties.cs Scripting/Properties/SellableProperties.cs Scripting/Properties/TransformProperties.cs Scripting/Properties/TransportProperties.cs Scripting/ScriptTriggers.cs ServerTraits/LobbyCommands.cs ServerTraits/LobbySettingsNotification.cs ServerTraits/MasterServerPinger.cs ServerTraits/PlayerPinger.cs ShroudExts.cs SpriteLoaders/PngSheetLoader.cs SpriteLoaders/ShpTSLoader.cs TargetExtensions.cs Traits/AcceptsDeliveredCash.cs Traits/AcceptsDeliveredExperience.cs Traits/ActorSpawner.cs Traits/AffectsShroud.cs Traits/Air/Aircraft.cs Traits/Air/AttackAircraft.cs Traits/Air/AttackBomber.cs Traits/Air/FallsToEarth.cs Traits/AmmoPool.cs Traits/AppearsOnMapPreview.cs Traits/Armament.cs Traits/Armor.cs Traits/Attack/AttackBase.cs Traits/Attack/AttackCharges.cs Traits/Attack/AttackFollow.cs Traits/Attack/AttackFrontal.cs Traits/Attack/AttackGarrisoned.cs Traits/Attack/AttackOmni.cs Traits/Attack/AttackTurreted.cs Traits/AttackMove.cs Traits/AttackWander.cs Traits/AutoCarryable.cs Traits/AutoCarryall.cs Traits/AutoTarget.cs Traits/AutoTargetPriority.cs Traits/BlocksProjectiles.cs Traits/BodyOrientation.cs Traits/BotModules/BaseBuilderBotModule.cs Traits/BotModules/BotModuleLogic/BaseBuilderQueueManager.cs Traits/BotModules/BotModuleLogic/SupportPowerDecision.cs Traits/BotModules/BuildingRepairBotModule.cs Traits/BotModules/CaptureManagerBotModule.cs Traits/BotModules/HarvesterBotModule.cs Traits/BotModules/McvManagerBotModule.cs Traits/BotModules/SquadManagerBotModule.cs Traits/BotModules/Squads/AttackOrFleeFuzzy.cs Traits/BotModules/Squads/Squad.cs Traits/BotModules/Squads/StateMachine.cs Traits/BotModules/Squads/States/AirStates.cs Traits/BotModules/Squads/States/GroundStates.cs Traits/BotModules/Squads/States/NavyStates.cs Traits/BotModules/Squads/States/ProtectionStates.cs Traits/BotModules/Squads/States/StateBase.cs Traits/BotModules/SupportPowerBotModule.cs Traits/BotModules/UnitBuilderBotModule.cs Traits/Buildable.cs Traits/Buildings/ActorPreviewPlaceBuildingPreview.cs Traits/Buildings/BaseBuilding.cs Traits/Buildings/BaseProvider.cs Traits/Buildings/Bridge.cs Traits/Buildings/BridgeHut.cs Traits/Buildings/BridgePlaceholder.cs Traits/Buildings/Building.cs Traits/Buildings/BuildingInfluence.cs Traits/Buildings/BuildingUtils.cs Traits/Buildings/Exit.cs Traits/Buildings/FootprintPlaceBuildingPreview.cs Traits/Buildings/FreeActor.cs Traits/Buildings/FreeActorWithDelivery.cs Traits/Buildings/Gate.cs Traits/Buildings/GivesBuildableArea.cs Traits/Buildings/GroundLevelBridge.cs Traits/Buildings/LegacyBridgeHut.cs Traits/Buildings/LineBuild.cs Traits/Buildings/LineBuildNode.cs Traits/Buildings/PlaceBuildingVariants.cs Traits/Buildings/PrimaryBuilding.cs Traits/Buildings/ProductionAirdrop.cs Traits/Buildings/RallyPoint.cs Traits/Buildings/Refinery.cs Traits/Buildings/RepairableBuilding.cs Traits/Buildings/RequiresBuildableArea.cs Traits/Buildings/Reservable.cs Traits/Buildings/SequencePlaceBuildingPreview.cs Traits/Buildings/TransformsIntoAircraft.cs Traits/Buildings/TransformsIntoEntersTunnels.cs Traits/Buildings/TransformsIntoMobile.cs Traits/Buildings/TransformsIntoPassenger.cs Traits/Buildings/TransformsIntoRepairable.cs Traits/Buildings/TransformsIntoTransforms.cs Traits/Burns.cs Traits/Capturable.cs Traits/CapturableProgressBar.cs Traits/CapturableProgressBlink.cs Traits/CaptureManager.cs Traits/CaptureProgressBar.cs Traits/Captures.cs Traits/Cargo.cs Traits/Carryable.cs Traits/CarryableHarvester.cs Traits/Carryall.cs Traits/CashTrickler.cs Traits/ChangesTerrain.cs Traits/Cloak.cs Traits/CombatDebugOverlay.cs Traits/CommandBarBlacklist.cs Traits/Conditions/ConditionalTrait.cs Traits/Conditions/ConditionManager.cs Traits/Conditions/ExternalCondition.cs Traits/Conditions/GrantCondition.cs Traits/Conditions/GrantConditionOnAttack.cs Traits/Conditions/GrantConditionOnBotOwner.cs Traits/Conditions/GrantConditionOnDamageState.cs Traits/Conditions/GrantConditionOnDeploy.cs Traits/Conditions/GrantConditionOnFaction.cs Traits/Conditions/GrantConditionOnHealth.cs Traits/Conditions/GrantConditionOnJumpjetLayer.cs Traits/Conditions/GrantConditionOnLayer.cs Traits/Conditions/GrantConditionOnLineBuildDirection.cs Traits/Conditions/GrantConditionOnMovement.cs Traits/Conditions/GrantConditionOnPlayerResources.cs Traits/Conditions/GrantConditionOnPowerState.cs Traits/Conditions/GrantConditionOnPrerequisite.cs Traits/Conditions/GrantConditionOnProduction.cs Traits/Conditions/GrantConditionOnSubterraneanLayer.cs Traits/Conditions/GrantConditionOnTerrain.cs Traits/Conditions/GrantConditionOnTunnelLayer.cs Traits/Conditions/GrantConditionWhileAiming.cs Traits/Conditions/GrantExternalConditionToCrusher.cs Traits/Conditions/GrantExternalConditionToProduced.cs Traits/Conditions/GrantRandomCondition.cs Traits/Conditions/LineBuildSegmentExternalCondition.cs Traits/Conditions/PausableConditionalTrait.cs Traits/Conditions/ProximityExternalCondition.cs Traits/Conditions/ToggleConditionOnOrder.cs Traits/Contrail.cs Traits/Crates/Crate.cs Traits/Crates/CrateAction.cs Traits/Crates/DuplicateUnitCrateAction.cs Traits/Crates/ExplodeCrateAction.cs Traits/Crates/GiveCashCrateAction.cs Traits/Crates/GiveMcvCrateAction.cs Traits/Crates/GiveUnitCrateAction.cs Traits/Crates/GrantExternalConditionCrateAction.cs Traits/Crates/HealUnitsCrateAction.cs Traits/Crates/HideMapCrateAction.cs Traits/Crates/LevelUpCrateAction.cs Traits/Crates/RevealMapCrateAction.cs Traits/Crates/SupportPowerCrateAction.cs Traits/CreatesShroud.cs Traits/Crushable.cs Traits/CustomSellValue.cs Traits/DamagedByTerrain.cs Traits/DeliversCash.cs Traits/DeliversExperience.cs Traits/Demolishable.cs Traits/Demolition.cs Traits/DetectCloaked.cs Traits/EjectOnDeath.cs Traits/EngineerRepair.cs Traits/EngineerRepairable.cs Traits/EntersTunnels.cs Traits/ExitsDebugOverlay.cs Traits/ExperienceTrickler.cs Traits/Explodes.cs Traits/ExplosionOnDamageTransition.cs Traits/GainsExperience.cs Traits/GivesBounty.cs Traits/GivesCashOnCapture.cs Traits/GivesExperience.cs Traits/Guard.cs Traits/Guardable.cs Traits/Harvester.cs Traits/Health.cs Traits/HitShape.cs Traits/Huntable.cs Traits/Husk.cs Traits/IgnoresCloak.cs Traits/IgnoresDisguise.cs Traits/Immobile.cs Traits/Infantry/ScaredyCat.cs Traits/Infantry/TakeCover.cs Traits/Infantry/TerrainModifiesDamage.cs Traits/JamsMissiles.cs Traits/KillsSelf.cs Traits/MapEditorData.cs Traits/Mobile.cs Traits/Modifiers/AlwaysVisible.cs Traits/Modifiers/FrozenUnderFog.cs Traits/Modifiers/HiddenUnderFog.cs Traits/Modifiers/HiddenUnderShroud.cs Traits/Modifiers/WithColoredOverlay.cs Traits/Multipliers/CashTricklerMultiplier.cs Traits/Multipliers/CreatesShroudMultiplier.cs Traits/Multipliers/DamageMultiplier.cs Traits/Multipliers/DetectCloakedMultiplier.cs Traits/Multipliers/FirepowerMultiplier.cs Traits/Multipliers/GainsExperienceMultiplier.cs Traits/Multipliers/GivesExperienceMultiplier.cs Traits/Multipliers/HarvesterResourceMultiplier.cs Traits/Multipliers/InaccuracyMultiplier.cs Traits/Multipliers/PowerMultiplier.cs Traits/Multipliers/ProductionCostMultiplier.cs Traits/Multipliers/ProductionTimeMultiplier.cs Traits/Multipliers/RangeMultiplier.cs Traits/Multipliers/RefineryResourceMultiplier.cs Traits/Multipliers/ReloadAmmoDelayMultiplier.cs Traits/Multipliers/ReloadDelayMultiplier.cs Traits/Multipliers/RevealsShroudMultiplier.cs Traits/Multipliers/SpeedMultiplier.cs Traits/MustBeDestroyed.cs Traits/OwnerLostAction.cs Traits/PaletteEffects/CloakPaletteEffect.cs Traits/PaletteEffects/FlashPaletteEffect.cs Traits/PaletteEffects/GlobalLightingPaletteEffect.cs Traits/PaletteEffects/MenuPaletteEffect.cs Traits/PaletteEffects/RotationPaletteEffect.cs Traits/Parachutable.cs Traits/ParaDrop.cs Traits/Passenger.cs Traits/Player/AllyRepair.cs Traits/Player/BaseAttackNotifier.cs Traits/Player/ClassicProductionQueue.cs Traits/Player/ConquestVictoryConditions.cs Traits/Player/DeveloperMode.cs Traits/Player/DummyBot.cs Traits/Player/EnemyWatcher.cs Traits/Player/GrantConditionOnPrerequisiteManager.cs Traits/Player/HarvesterAttackNotifier.cs Traits/Player/MissionObjectives.cs Traits/Player/ModularBot.cs Traits/Player/ParallelProductionQueue.cs Traits/Player/PlaceBeacon.cs Traits/Player/PlaceBuilding.cs Traits/Player/PlayerExperience.cs Traits/Player/PlayerRadarTerrain.cs Traits/Player/PlayerResources.cs Traits/Player/PlayerStatistics.cs Traits/Player/ProductionQueue.cs Traits/Player/ProvidesPrerequisite.cs Traits/Player/ProvidesTechPrerequisite.cs Traits/Player/ResourceStorageWarning.cs Traits/Player/StrategicVictoryConditions.cs Traits/Player/TechTree.cs Traits/Player/TimeLimitManager.cs Traits/Plug.cs Traits/Pluggable.cs Traits/Power/AffectedByPowerOutage.cs Traits/Power/Player/PowerManager.cs Traits/Power/Power.cs Traits/Power/ScalePowerWithHealth.cs Traits/PowerTooltip.cs Traits/ProducibleWithLevel.cs Traits/Production.cs Traits/ProductionFromMapEdge.cs Traits/ProductionParadrop.cs Traits/ProductionQueueFromSelection.cs Traits/ProximityCaptor.cs Traits/ProximityCapturable.cs Traits/QuantizeFacingsFromSequence.cs Traits/Radar/AppearsOnRadar.cs Traits/Radar/ProvidesRadar.cs Traits/Radar/RadarColorFromTerrain.cs Traits/Rearmable.cs Traits/RejectsOrders.cs Traits/ReloadAmmoPool.cs Traits/Render/CashTricklerBar.cs Traits/Render/CustomTerrainDebugOverlay.cs Traits/Render/DrawLineToTarget.cs Traits/Render/Hovers.cs Traits/Render/LeavesTrails.cs Traits/Render/ProductionBar.cs Traits/Render/ReloadArmamentsBar.cs Traits/Render/RenderDebugState.cs Traits/Render/RenderDetectionCircle.cs Traits/Render/RenderNameTag.cs Traits/Render/RenderRangeCircle.cs Traits/Render/RenderSprites.cs Traits/Render/RenderSpritesEditorOnly.cs Traits/Render/RenderUtils.cs Traits/Render/RenderVoxels.cs Traits/Render/SelectionDecorations.cs Traits/Render/SupportPowerChargeBar.cs Traits/Render/TimedConditionBar.cs Traits/Render/VeteranProductionIconOverlay.cs Traits/Render/WithAcceptDeliveredCashAnimation.cs Traits/Render/WithAimAnimation.cs Traits/Render/WithAttackAnimation.cs Traits/Render/WithAttackOverlay.cs Traits/Render/WithBridgeSpriteBody.cs Traits/Render/WithBuildingPlacedAnimation.cs Traits/Render/WithBuildingPlacedOverlay.cs Traits/Render/WithBuildingRepairDecoration.cs Traits/Render/WithChargeOverlay.cs Traits/Render/WithChargeSpriteBody.cs Traits/Render/WithCrateBody.cs Traits/Render/WithDamageOverlay.cs Traits/Render/WithDeadBridgeSpriteBody.cs Traits/Render/WithDeathAnimation.cs Traits/Render/WithDecoration.cs Traits/Render/WithDeliveryAnimation.cs Traits/Render/WithDockedOverlay.cs Traits/Render/WithDockingAnimation.cs Traits/Render/WithFacingSpriteBody.cs Traits/Render/WithGateSpriteBody.cs Traits/Render/WithHarvestAnimation.cs Traits/Render/WithHarvestOverlay.cs Traits/Render/WithIdleAnimation.cs Traits/Render/WithIdleOverlay.cs Traits/Render/WithInfantryBody.cs Traits/Render/WithMakeAnimation.cs Traits/Render/WithMoveAnimation.cs Traits/Render/WithMuzzleOverlay.cs Traits/Render/WithNukeLaunchAnimation.cs Traits/Render/WithNukeLaunchOverlay.cs Traits/Render/WithParachute.cs Traits/Render/WithProductionDoorOverlay.cs Traits/Render/WithProductionOverlay.cs Traits/Render/WithRangeCircle.cs Traits/Render/WithRepairOverlay.cs Traits/Render/WithResourceLevelOverlay.cs Traits/Render/WithResourceLevelSpriteBody.cs Traits/Render/WithResupplyAnimation.cs Traits/Render/WithShadow.cs Traits/Render/WithSpriteBarrel.cs Traits/Render/WithSpriteBody.cs Traits/Render/WithSpriteControlGroupDecoration.cs Traits/Render/WithSpriteTurret.cs Traits/Render/WithTextControlGroupDecoration.cs Traits/Render/WithTextDecoration.cs Traits/Render/WithTurretAimAnimation.cs Traits/Render/WithTurretAttackAnimation.cs Traits/Render/WithVoxelBarrel.cs Traits/Render/WithVoxelBody.cs Traits/Render/WithVoxelTurret.cs Traits/Render/WithWallSpriteBody.cs Traits/Repairable.cs Traits/RepairableNear.cs Traits/RepairsBridges.cs Traits/RepairsUnits.cs Traits/Replaceable.cs Traits/Replacement.cs Traits/RequiresSpecificOwners.cs Traits/RevealOnDeath.cs Traits/RevealOnFire.cs Traits/RevealsShroud.cs Traits/ScriptTags.cs Traits/SeedsResource.cs Traits/SelfHealing.cs Traits/Sellable.cs Traits/ShakeOnDeath.cs Traits/SmokeTrailWhenDamaged.cs Traits/Sound/ActorLostNotification.cs Traits/Sound/AmbientSound.cs Traits/Sound/AnnounceOnKill.cs Traits/Sound/AnnounceOnSeen.cs Traits/Sound/AttackSounds.cs Traits/Sound/CaptureNotification.cs Traits/Sound/DeathSounds.cs Traits/Sound/SoundOnDamageTransition.cs Traits/Sound/VoiceAnnouncement.cs Traits/SpawnActorOnDeath.cs Traits/SpawnActorsOnSell.cs Traits/StoresResources.cs Traits/SupportPowers/AirstrikePower.cs Traits/SupportPowers/GrantExternalConditionPower.cs Traits/SupportPowers/NukePower.cs Traits/SupportPowers/ParatroopersPower.cs Traits/SupportPowers/ProduceActorPower.cs Traits/SupportPowers/SelectDirectionalTarget.cs Traits/SupportPowers/SpawnActorPower.cs Traits/SupportPowers/SupportPower.cs Traits/SupportPowers/SupportPowerManager.cs Traits/Targetable.cs Traits/TemporaryOwnerManager.cs Traits/ThrowsParticle.cs Traits/ThrowsShrapnel.cs Traits/Tooltip.cs Traits/TooltipDescription.cs Traits/TransformCrusherOnCrush.cs Traits/TransformOnCapture.cs Traits/Transforms.cs Traits/TunnelEntrance.cs Traits/Turreted.cs Traits/UpdatesDerrickCount.cs Traits/Valued.cs Traits/Voiced.cs Traits/Wanders.cs Traits/World/ActorMap.cs Traits/World/ActorSpawnManager.cs Traits/World/BridgeLayer.cs Traits/World/CliffBackImpassabilityLayer.cs Traits/World/CrateSpawner.cs Traits/World/CreateMPPlayers.cs Traits/World/DomainIndex.cs Traits/World/EditorActionManager.cs Traits/World/EditorActorLayer.cs Traits/World/EditorActorPreview.cs Traits/World/EditorCursorLayer.cs Traits/World/EditorResourceLayer.cs Traits/World/EditorSelectionLayer.cs Traits/World/ElevatedBridgeLayer.cs Traits/World/ElevatedBridgePlaceholder.cs Traits/World/ExitsDebugOverlayManager.cs Traits/World/GameSaveViewportManager.cs Traits/World/JumpjetActorLayer.cs Traits/World/JumpjetLocomotor.cs Traits/World/LegacyBridgeLayer.cs Traits/World/LoadWidgetAtGameStart.cs Traits/World/LobbyPrerequisiteCheckbox.cs Traits/World/Locomotor.cs Traits/World/MapBuildRadius.cs Traits/World/MapCreeps.cs Traits/World/MapOptions.cs Traits/World/MissionData.cs Traits/World/MPStartLocations.cs Traits/World/MPStartUnits.cs Traits/World/MusicPlaylist.cs Traits/World/PaletteFromEmbeddedSpritePalette.cs Traits/World/PaletteFromFile.cs Traits/World/PaletteFromGimpOrJascFile.cs Traits/World/PaletteFromPaletteWithAlpha.cs Traits/World/PaletteFromPlayerPaletteWithAlpha.cs Traits/World/PaletteFromPng.cs Traits/World/PaletteFromRGBA.cs Traits/World/PathFinder.cs Traits/World/RadarPings.cs Traits/World/ResourceClaimLayer.cs Traits/World/ResourceLayer.cs Traits/World/ResourceRenderer.cs Traits/World/ResourceType.cs Traits/World/ScriptLobbyDropdown.cs Traits/World/Selection.cs Traits/World/ShroudRenderer.cs Traits/World/SmudgeLayer.cs Traits/World/SpawnMapActors.cs Traits/World/SpawnMPUnits.cs Traits/World/StartGameNotification.cs Traits/World/SubterraneanActorLayer.cs Traits/World/SubterraneanLocomotor.cs Traits/World/TerrainGeometryOverlay.cs Traits/World/TerrainRenderer.cs Traits/World/TerrainTunnel.cs Traits/World/TerrainTunnelLayer.cs Traits/World/ValidateOrder.cs Traits/World/WarheadDebugOverlay.cs Traits/World/WeatherOverlay.cs TraitsInterfaces.cs UpdateRules/Rules/20190314/AddAirAttackTypes.cs UpdateRules/Rules/20190314/AddAircraftIdleBehavior.cs UpdateRules/Rules/20190314/AddCanSlide.cs UpdateRules/Rules/20190314/MakeMobilePausableConditional.cs UpdateRules/Rules/20190314/MoveAbortOnResupply.cs UpdateRules/Rules/20190314/MultipleDeploySounds.cs UpdateRules/Rules/20190314/RefactorHarvesterIdle.cs UpdateRules/Rules/20190314/RemoveMoveIntoWorldFromExit.cs UpdateRules/Rules/20190314/RemovePlaceBuildingPalettes.cs UpdateRules/Rules/20190314/RemoveSimpleBeacon.cs UpdateRules/Rules/20190314/RenameAttackMoveConditions.cs UpdateRules/Rules/20190314/RenameCarryallDelays.cs UpdateRules/Rules/20190314/RenameChronoshiftFootprint.cs UpdateRules/Rules/20190314/RenameHoversOffsetModifier.cs UpdateRules/Rules/20190314/RenameSearchRadius.cs UpdateRules/Rules/20190314/ReplaceSpecialMoveConsiderations.cs UpdateRules/Rules/20190314/SplitHarvesterSpriteBody.cs UpdateRules/Rules/20190314/StreamlineRepairableTraits.cs UpdateRules/Rules/20191117/ReplaceAttackTypeStrafe.cs UpdateRules/Rules/20200202/AddResourceRenderer.cs UpdateRules/Rules/20200202/CreateScreenShakeWarhead.cs UpdateRules/Rules/20200202/ReformatChromeProvider.cs UpdateRules/Rules/20200202/RemoveAirdropActorTypeDefault.cs UpdateRules/Rules/20200202/RemoveInitialFacingHardcoding.cs UpdateRules/Rules/20200202/RemoveWithPermanentInjury.cs UpdateRules/Rules/20200202/RemoveYesNo.cs UpdateRules/Rules/20200202/RenameProneTime.cs UpdateRules/Rules/20200202/RenameRallyPointPath.cs UpdateRules/Rules/20200202/RenameSpins.cs UpdateRules/UpdatePath.cs UpdateRules/UpdateRule.cs UpdateRules/UpdateUtils.cs Util.cs UtilityCommands/CheckConditionalTraitInterfaceOverrides.cs UtilityCommands/CheckExplicitInterfacesCommand.cs UtilityCommands/CheckRuntimeAssembliesCommand.cs UtilityCommands/CheckSequenceSprites.cs UtilityCommands/CheckYaml.cs UtilityCommands/ConvertSpriteToPngCommand.cs UtilityCommands/CreateManPage.cs UtilityCommands/DebugChromeRegions.cs UtilityCommands/DumpSequenceSheetsCommand.cs UtilityCommands/Extensions.cs UtilityCommands/ExtractFilesCommand.cs UtilityCommands/ExtractLanguageStringsCommand.cs UtilityCommands/ExtractLuaDocsCommand.cs UtilityCommands/ExtractMapRules.cs UtilityCommands/ExtractSettingsDocsCommand.cs UtilityCommands/ExtractTraitDocsCommand.cs UtilityCommands/ExtractWeaponDocsCommand.cs UtilityCommands/ExtractZeroBraneStudioLuaAPI.cs UtilityCommands/GetMapHashCommand.cs UtilityCommands/ImportLegacyMapCommand.cs UtilityCommands/LintInterfaces.cs UtilityCommands/ListInstallShieldCabContentsCommand.cs UtilityCommands/ListInstallShieldContentsCommand.cs UtilityCommands/ListMSCabContentsCommand.cs UtilityCommands/OutputResolvedRulesCommand.cs UtilityCommands/OutputResolvedSequencesCommand.cs UtilityCommands/OutputResolvedWeaponsCommand.cs UtilityCommands/PngSheetExportMetadataCommand.cs UtilityCommands/PngSheetImportMetadataCommand.cs UtilityCommands/RefreshMapCommand.cs UtilityCommands/ReplayMetadataCommand.cs UtilityCommands/ResizeMapCommand.cs UtilityCommands/Rgba2Hex.cs UtilityCommands/UpdateMapCommand.cs UtilityCommands/UpdateModCommand.cs UtilityCommands/Utilities.cs Warheads/ChangeOwnerWarhead.cs Warheads/CreateEffectWarhead.cs Warheads/CreateResourceWarhead.cs Warheads/DamageWarhead.cs Warheads/DestroyResourceWarhead.cs Warheads/FireClusterWarhead.cs Warheads/GrantExternalConditionWarhead.cs Warheads/HealthPercentageDamageWarhead.cs Warheads/LeaveSmudgeWarhead.cs Warheads/ShakeScreenWarhead.cs Warheads/SpreadDamageWarhead.cs Warheads/TargetDamageWarhead.cs Warheads/Warhead.cs WebServices.cs Widgets/ActorPreviewWidget.cs Widgets/BackgroundWidget.cs Widgets/BadgeWidget.cs Widgets/ButtonWidget.cs Widgets/ChatDisplayWidget.cs Widgets/CheckboxWidget.cs Widgets/ClientTooltipRegionWidget.cs Widgets/ColorBlockWidget.cs Widgets/ColorMixerWidget.cs Widgets/ColorPreviewManagerWidget.cs Widgets/ConfirmationDialogs.cs Widgets/DropDownButtonWidget.cs Widgets/EditorViewportControllerWidget.cs Widgets/ExponentialSliderWidget.cs Widgets/GradientColorBlockWidget.cs Widgets/GridLayout.cs Widgets/HotkeyEntryWidget.cs Widgets/HueSliderWidget.cs Widgets/ImageWidget.cs Widgets/LabelWidget.cs Widgets/LabelWithHighlightWidget.cs Widgets/LabelWithTooltipWidget.cs Widgets/LineGraphWidget.cs Widgets/ListLayout.cs Widgets/Logic/AssetBrowserLogic.cs Widgets/Logic/ButtonTooltipLogic.cs Widgets/Logic/ColorPickerLogic.cs Widgets/Logic/ConnectionLogic.cs Widgets/Logic/CreditsLogic.cs Widgets/Logic/DirectConnectLogic.cs Widgets/Logic/DisconnectWatcherLogic.cs Widgets/Logic/Editor/ActorEditLogic.cs Widgets/Logic/Editor/ActorSelectorLogic.cs Widgets/Logic/Editor/CommonSelectorLogic.cs Widgets/Logic/Editor/HistoryLogLogic.cs Widgets/Logic/Editor/LayerSelectorLogic.cs Widgets/Logic/Editor/MapEditorLogic.cs Widgets/Logic/Editor/MapEditorTabsLogic.cs Widgets/Logic/Editor/NewMapLogic.cs Widgets/Logic/Editor/SaveMapLogic.cs Widgets/Logic/Editor/TileSelectorLogic.cs Widgets/Logic/GameSaveBrowserLogic.cs Widgets/Logic/Ingame/AddFactionSuffixLogic.cs Widgets/Logic/Ingame/ArmyTooltipLogic.cs Widgets/Logic/Ingame/ClassicProductionLogic.cs Widgets/Logic/Ingame/CommandBarLogic.cs Widgets/Logic/Ingame/ControlGroupLogic.cs Widgets/Logic/Ingame/DebugLogic.cs Widgets/Logic/Ingame/DebugMenuLogic.cs Widgets/Logic/Ingame/GameInfoBriefingLogic.cs Widgets/Logic/Ingame/GameInfoLogic.cs Widgets/Logic/Ingame/GameInfoObjectivesLogic.cs Widgets/Logic/Ingame/GameInfoStatsLogic.cs Widgets/Logic/Ingame/GameSaveLoadingLogic.cs Widgets/Logic/Ingame/GameTimerLogic.cs Widgets/Logic/Ingame/Hotkeys/CycleBasesHotkeyLogic.cs Widgets/Logic/Ingame/Hotkeys/CycleHarvestersHotkeyLogic.cs Widgets/Logic/Ingame/Hotkeys/CycleProductionActorsHotkeyLogic.cs Widgets/Logic/Ingame/Hotkeys/CycleStatusBarsHotkeyLogic.cs Widgets/Logic/Ingame/Hotkeys/JumpToLastEventHotkeyLogic.cs Widgets/Logic/Ingame/Hotkeys/JumpToSelectedActorsHotkeyLogic.cs Widgets/Logic/Ingame/Hotkeys/PauseHotkeyLogic.cs Widgets/Logic/Ingame/Hotkeys/RemoveFromControlGroupHotkeyLogic.cs Widgets/Logic/Ingame/Hotkeys/ResetZoomHotkey.cs Widgets/Logic/Ingame/Hotkeys/TogglePlayerStanceColorHotkeyLogic.cs Widgets/Logic/Ingame/IngameCashCounterLogic.cs Widgets/Logic/Ingame/IngameChatLogic.cs Widgets/Logic/Ingame/IngameMenuLogic.cs Widgets/Logic/Ingame/IngamePowerBarLogic.cs Widgets/Logic/Ingame/IngamePowerCounterLogic.cs Widgets/Logic/Ingame/IngameRadarDisplayLogic.cs Widgets/Logic/Ingame/IngameSiloBarLogic.cs Widgets/Logic/Ingame/LoadIngamePerfLogic.cs Widgets/Logic/Ingame/LoadIngamePlayerOrObserverUILogic.cs Widgets/Logic/Ingame/LoadMapEditorLogic.cs Widgets/Logic/Ingame/MenuButtonsChromeLogic.cs Widgets/Logic/Ingame/ObserverShroudSelectorLogic.cs Widgets/Logic/Ingame/ObserverStatsLogic.cs Widgets/Logic/Ingame/OrderButtonsChromeLogic.cs Widgets/Logic/Ingame/ProductionTabsLogic.cs Widgets/Logic/Ingame/ProductionTooltipLogic.cs Widgets/Logic/Ingame/ReplayControlBarLogic.cs Widgets/Logic/Ingame/StanceSelectorLogic.cs Widgets/Logic/Ingame/SupportPowerBinLogic.cs Widgets/Logic/Ingame/SupportPowerTooltipLogic.cs Widgets/Logic/Ingame/WorldTooltipLogic.cs Widgets/Logic/Installation/DownloadPackageLogic.cs Widgets/Logic/Installation/InstallFromDiscLogic.cs Widgets/Logic/Installation/ModContentDiscTooltipLogic.cs Widgets/Logic/Installation/ModContentLogic.cs Widgets/Logic/Installation/ModContentPromptLogic.cs Widgets/Logic/IntroductionPromptLogic.cs Widgets/Logic/Lobby/KickClientLogic.cs Widgets/Logic/Lobby/KickSpectatorsLogic.cs Widgets/Logic/Lobby/LatencyTooltipLogic.cs Widgets/Logic/Lobby/LobbyLogic.cs Widgets/Logic/Lobby/LobbyOptionsLogic.cs Widgets/Logic/Lobby/LobbyUtils.cs Widgets/Logic/Lobby/MapPreviewLogic.cs Widgets/Logic/Lobby/SpawnSelectorTooltipLogic.cs Widgets/Logic/MainMenuLogic.cs Widgets/Logic/MapChooserLogic.cs Widgets/Logic/MissionBrowserLogic.cs Widgets/Logic/MultiplayerLogic.cs Widgets/Logic/MusicHotkeyLogic.cs Widgets/Logic/MusicPlayerLogic.cs Widgets/Logic/MuteHotkeyLogic.cs Widgets/Logic/MuteIndicatorLogic.cs Widgets/Logic/PerfDebugLogic.cs Widgets/Logic/PlayerProfileLogic.cs Widgets/Logic/ReplayBrowserLogic.cs Widgets/Logic/ReplayUtils.cs Widgets/Logic/ScreenshotHotkeyLogic.cs Widgets/Logic/ServerCreationLogic.cs Widgets/Logic/ServerListLogic.cs Widgets/Logic/SettingsLogic.cs Widgets/Logic/SimpleTooltipLogic.cs Widgets/Logic/SingleHotkeyBaseLogic.cs Widgets/Logic/SystemInfoPromptLogic.cs Widgets/Logic/TabCompletionLogic.cs Widgets/LogicKeyListenerWidget.cs Widgets/LogicTickerWidget.cs Widgets/MapPreviewWidget.cs Widgets/MenuButtonWidget.cs Widgets/MouseAttachmentWidget.cs Widgets/ObserverArmyIconsWidget.cs Widgets/ObserverProductionIconsWidget.cs Widgets/ObserverSupportPowerIconsWidget.cs Widgets/PasswordFieldWidget.cs Widgets/PerfGraphWidget.cs Widgets/ProductionPaletteWidget.cs Widgets/ProductionTabsWidget.cs Widgets/ProductionTypeButtonWidget.cs Widgets/ProgressBarWidget.cs Widgets/RadarWidget.cs Widgets/ResourceBarWidget.cs Widgets/RGBASpriteWidget.cs Widgets/ScrollItemWidget.cs Widgets/ScrollPanelWidget.cs Widgets/SliderWidget.cs Widgets/SpriteWidget.cs Widgets/StrategicProgressWidget.cs Widgets/SupportPowersWidget.cs Widgets/SupportPowerTimerWidget.cs Widgets/TerrainTemplatePreviewWidget.cs Widgets/TextFieldWidget.cs Widgets/TooltipContainerWidget.cs Widgets/ViewportControllerWidget.cs Widgets/VqaPlayerWidget.cs Widgets/WidgetUtils.cs Widgets/WorldButtonWidget.cs Widgets/WorldInteractionControllerWidget.cs Widgets/WorldLabelWithTooltipWidget.cs WorldExtensions.cs "/tmp/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj/Release/OpenRA.Mods.Common.AssemblyInfo.cs /warnaserror+:NU1605 _CopyFilesMarkedCopyLocal: Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-eluant/1.0.17/lib/netstandard2.0/Eluant.dll" to "../mods/common/Eluant.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-fuzzylogiclibrary/1.0.1/lib/netstandard2.0/FuzzyLogicLibrary.dll" to "../mods/common/FuzzyLogicLibrary.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-open.nat/1.0.0/lib/netstandard2.0/Open.Nat.dll" to "../mods/common/Open.Nat.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/rix0rrr.beaconlib/1.0.2/lib/net40/BeaconLib.dll" to "../mods/common/BeaconLib.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/sharpziplib/1.2.0/lib/net45/ICSharpCode.SharpZipLib.dll" to "../mods/common/ICSharpCode.SharpZipLib.dll". Creating "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/obj/Release/OpenRA.Mods.Common.csproj.CopyComplete" because "AlwaysCreate" was specified. CopyFilesToOutputDirectory: Copying file from "obj/Release/OpenRA.Mods.Common.dll" to "../mods/common/OpenRA.Mods.Common.dll". OpenRA.Mods.Common -> /construction/games/openra/OpenRA-release-20200503/mods/common/OpenRA.Mods.Common.dll Copying file from "obj/Release/OpenRA.Mods.Common.pdb" to "../mods/common/OpenRA.Mods.Common.pdb". Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj" (default targets). GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreCompile: /usr/local/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /unsafe+ /checked- /nowarn:1701,1702,1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;RELEASE;NETFRAMEWORK;NET472 /highentropyva+ /reference:/construction/games/openra/OpenRA-release-20200503/packages/rix0rrr.beaconlib/1.0.2/lib/net40/BeaconLib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-eluant/1.0.17/lib/netstandard2.0/Eluant.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-fuzzylogiclibrary/1.0.1/lib/netstandard2.0/FuzzyLogicLibrary.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/sharpziplib/1.2.0/lib/net45/ICSharpCode.SharpZipLib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/mscorlib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-open.nat/1.0.0/lib/netstandard2.0/Open.Nat.dll /reference:/construction/games/openra/OpenRA-release-20200503/OpenRA.Game.exe /reference:/construction/games/openra/OpenRA-release-20200503/mods/common/OpenRA.Mods.Common.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Core.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Data.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Drawing.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.IO.Compression.FileSystem.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Numerics.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Runtime.Serialization.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.Linq.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/Facades/netstandard.dll /debug+ /debug:portable /filealign:512 /optimize+ /out:obj/Release/OpenRA.Mods.Cnc.dll /ruleset:../OpenRA.ruleset /subsystemversion:6.00 /target:library /warnaserror+ /utf8output /deterministic+ /langversion:5 /additionalfile:../stylecop.json Activities/Infiltrate.cs Activities/LayMines.cs Activities/Leap.cs Activities/LeapAttack.cs Activities/Teleport.cs Activities/VoxelHarvesterDockSequence.cs AudioLoaders/AudLoader.cs AudioLoaders/VocLoader.cs CncLoadScreen.cs Effects/GpsDotEffect.cs Effects/GpsSatellite.cs Effects/SatelliteLaunch.cs FileFormats/AudReader.cs FileFormats/Blowfish.cs FileFormats/BlowfishKeyProvider.cs FileFormats/CRC32.cs FileFormats/HvaReader.cs FileFormats/IdxEntry.cs FileFormats/IdxReader.cs FileFormats/LCWCompression.cs FileFormats/LZOCompression.cs FileFormats/VxlReader.cs FileFormats/XccGlobalDatabase.cs FileFormats/XccLocalDatabase.cs FileFormats/XORDeltaCompression.cs FileSystem/BigFile.cs FileSystem/MixFile.cs FileSystem/PackageEntry.cs FileSystem/Pak.cs Graphics/TeslaZapRenderable.cs Graphics/Voxel.cs Graphics/VoxelLoader.cs Graphics/VoxelModelSequenceLoader.cs Projectiles/IonCannon.cs Projectiles/TeslaZap.cs Scripting/Properties/ChronosphereProperties.cs Scripting/Properties/DisguiseProperties.cs Scripting/Properties/InfiltrateProperties.cs Scripting/Properties/IonCannonProperties.cs SpriteLoaders/ShpD2Loader.cs SpriteLoaders/ShpTDLoader.cs SpriteLoaders/TmpRALoader.cs SpriteLoaders/TmpTDLoader.cs SpriteLoaders/TmpTSLoader.cs Traits/Attack/AttackLeap.cs Traits/Attack/AttackPopupTurreted.cs Traits/Attack/AttackTDGunboatTurreted.cs Traits/Attack/AttackTesla.cs Traits/Buildings/ClonesProducedUnits.cs Traits/Buildings/TiberianSunRefinery.cs Traits/Chronoshiftable.cs Traits/Cloneable.cs Traits/ConyardChronoReturn.cs Traits/Disguise.cs Traits/DrainPrerequisitePowerOnDamage.cs Traits/EdibleByLeap.cs Traits/EnergyWall.cs Traits/FrozenUnderFogUpdatedByGps.cs Traits/GpsDot.cs Traits/GpsWatcher.cs Traits/HarvesterHuskModifier.cs Traits/Infiltration/InfiltrateForCash.cs Traits/Infiltration/InfiltrateForDecoration.cs Traits/Infiltration/InfiltrateForExploration.cs Traits/Infiltration/InfiltrateForPowerOutage.cs Traits/Infiltration/InfiltrateForSupportPower.cs Traits/Infiltration/InfiltrateForTransform.cs Traits/Infiltration/Infiltrates.cs Traits/MadTank.cs Traits/Mine.cs Traits/Minelayer.cs Traits/PaletteEffects/ChronoshiftPaletteEffect.cs Traits/PaletteEffects/LightPaletteRotator.cs Traits/PortableChrono.cs Traits/Render/RenderJammerCircle.cs Traits/Render/RenderShroudCircle.cs Traits/Render/WithBuildingBib.cs Traits/Render/WithCargo.cs Traits/Render/WithDisguisingInfantryBody.cs Traits/Render/WithDockingOverlay.cs Traits/Render/WithEmbeddedTurretSpriteBody.cs Traits/Render/WithGunboatBody.cs Traits/Render/WithHarvesterSpriteBody.cs Traits/Render/WithLandingCraftAnimation.cs Traits/Render/WithRoof.cs Traits/Render/WithTeslaChargeAnimation.cs Traits/Render/WithTeslaChargeOverlay.cs Traits/Render/WithVoxelUnloadBody.cs Traits/Render/WithVoxelWalkerBody.cs Traits/ResourcePurifier.cs Traits/SupportPowers/AttackOrderPower.cs Traits/SupportPowers/ChronoshiftPower.cs Traits/SupportPowers/GpsPower.cs Traits/SupportPowers/GrantPrerequisiteChargeDrainPower.cs Traits/SupportPowers/IonCannonPower.cs Traits/TDGunboat.cs Traits/TransferTimedExternalConditionOnTransform.cs Traits/World/ShroudPalette.cs Traits/World/TSShroudPalette.cs Traits/World/VoxelNormalsPalette.cs TraitsInterfaces.cs UtilityCommands/ConvertPngToShpCommand.cs UtilityCommands/Glob.cs UtilityCommands/ImportRedAlertLegacyMapCommand.cs UtilityCommands/ImportTiberianDawnLegacyMapCommand.cs UtilityCommands/ImportTSMapCommand.cs UtilityCommands/LegacyRulesImporter.cs UtilityCommands/LegacySequenceImporter.cs UtilityCommands/LegacyTilesetImporter.cs UtilityCommands/ListMixContentsCommand.cs UtilityCommands/RemapShpCommand.cs Widgets/Logic/PreReleaseWarningPrompt.cs "/tmp/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj/Release/OpenRA.Mods.Cnc.AssemblyInfo.cs /warnaserror+:NU1605 _CopyFilesMarkedCopyLocal: Creating "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/obj/Release/OpenRA.Mods.Cnc.csproj.CopyComplete" because "AlwaysCreate" was specified. CopyFilesToOutputDirectory: Copying file from "obj/Release/OpenRA.Mods.Cnc.dll" to "../mods/common/OpenRA.Mods.Cnc.dll". OpenRA.Mods.Cnc -> /construction/games/openra/OpenRA-release-20200503/mods/common/OpenRA.Mods.Cnc.dll Copying file from "obj/Release/OpenRA.Mods.Cnc.pdb" to "../mods/common/OpenRA.Mods.Cnc.pdb". Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj" (default targets). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1:2) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/OpenRA.Utility.csproj" (6:7) on node 1 (default targets). PrepareForBuild: Creating directory "obj/Release/". GenerateBindingRedirects: No suggested binding redirects from ResolveAssemblyReferences. GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreCompile: /usr/local/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /unsafe+ /checked- /nowarn:1701,1702,1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;RELEASE;NETFRAMEWORK;NET472 /highentropyva+ /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-eluant/1.0.17/lib/netstandard2.0/Eluant.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/sharpziplib/1.2.0/lib/net45/ICSharpCode.SharpZipLib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/mscorlib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-open.nat/1.0.0/lib/netstandard2.0/Open.Nat.dll /reference:/construction/games/openra/OpenRA-release-20200503/OpenRA.Game.exe /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Core.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Data.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Drawing.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.IO.Compression.FileSystem.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Numerics.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Runtime.Serialization.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.Linq.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/Facades/netstandard.dll /debug+ /debug:portable /filealign:512 /optimize+ /out:obj/Release/OpenRA.Utility.exe /ruleset:../OpenRA.ruleset /subsystemversion:6.00 /target:exe /warnaserror+ /utf8output /deterministic+ /langversion:5 /additionalfile:../stylecop.json Program.cs "/tmp/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj/Release/OpenRA.Utility.AssemblyInfo.cs /warnaserror+:NU1605 _CopyFilesMarkedCopyLocal: Creating "/construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/obj/Release/OpenRA.Utility.csproj.CopyComplete" because "AlwaysCreate" was specified. _CopyOutOfDateSourceItemsToOutputDirectory: Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. CopyFilesToOutputDirectory: Copying file from "obj/Release/OpenRA.Utility.exe" to "../OpenRA.Utility.exe". OpenRA.Utility -> /construction/games/openra/OpenRA-release-20200503/OpenRA.Utility.exe Copying file from "obj/Release/OpenRA.Utility.pdb" to "../OpenRA.Utility.pdb". PostProcess: mono "/construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess.exe" "/construction/games/openra/OpenRA-release-20200503/OpenRA.Utility.exe" -LAA Post-processing /construction/games/openra/OpenRA-release-20200503/OpenRA.Utility.exe - Enabling /LARGEADDRESSAWARE Creating "obj/Release/OpenRA.Utility.exe.processed" because "AlwaysCreate" was specified. Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/OpenRA.Utility.csproj" (default targets). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1:2) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Server/OpenRA.Server.csproj" (7:7) on node 1 (default targets). PrepareForBuild: Creating directory "obj/Release/". GenerateBindingRedirects: No suggested binding redirects from ResolveAssemblyReferences. GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreCompile: /usr/local/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /unsafe+ /checked- /nowarn:1701,1702,1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;RELEASE;NETFRAMEWORK;NET472 /highentropyva+ /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-eluant/1.0.17/lib/netstandard2.0/Eluant.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/sharpziplib/1.2.0/lib/net45/ICSharpCode.SharpZipLib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/mscorlib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-open.nat/1.0.0/lib/netstandard2.0/Open.Nat.dll /reference:/construction/games/openra/OpenRA-release-20200503/OpenRA.Game.exe /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Core.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Data.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Drawing.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.IO.Compression.FileSystem.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Numerics.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Runtime.Serialization.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.Linq.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/Facades/netstandard.dll /debug+ /debug:portable /filealign:512 /optimize+ /out:obj/Release/OpenRA.Server.exe /ruleset:../OpenRA.ruleset /subsystemversion:6.00 /target:exe /warnaserror+ /utf8output /deterministic+ /langversion:5 /additionalfile:../stylecop.json Program.cs "/tmp/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj/Release/OpenRA.Server.AssemblyInfo.cs /warnaserror+:NU1605 _CopyFilesMarkedCopyLocal: Creating "/construction/games/openra/OpenRA-release-20200503/OpenRA.Server/obj/Release/OpenRA.Server.csproj.CopyComplete" because "AlwaysCreate" was specified. _CopyOutOfDateSourceItemsToOutputDirectory: Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. CopyFilesToOutputDirectory: Copying file from "obj/Release/OpenRA.Server.exe" to "../OpenRA.Server.exe". OpenRA.Server -> /construction/games/openra/OpenRA-release-20200503/OpenRA.Server.exe Copying file from "obj/Release/OpenRA.Server.pdb" to "../OpenRA.Server.pdb". PostProcess: mono "/construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess.exe" "/construction/games/openra/OpenRA-release-20200503/OpenRA.Server.exe" -LAA Post-processing /construction/games/openra/OpenRA-release-20200503/OpenRA.Server.exe - Enabling /LARGEADDRESSAWARE Creating "obj/Release/OpenRA.Server.exe.processed" because "AlwaysCreate" was specified. Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Server/OpenRA.Server.csproj" (default targets). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1:2) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj" (8:7) on node 1 (default targets). PrepareForBuild: Creating directory "obj/Release/". GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreCompile: /usr/local/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /unsafe+ /checked- /nowarn:1701,1702,1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;RELEASE;NETFRAMEWORK;NET472 /highentropyva+ /reference:/construction/games/openra/OpenRA-release-20200503/packages/rix0rrr.beaconlib/1.0.2/lib/net40/BeaconLib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-eluant/1.0.17/lib/netstandard2.0/Eluant.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-fuzzylogiclibrary/1.0.1/lib/netstandard2.0/FuzzyLogicLibrary.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/sharpziplib/1.2.0/lib/net45/ICSharpCode.SharpZipLib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/mscorlib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-open.nat/1.0.0/lib/netstandard2.0/Open.Nat.dll /reference:/construction/games/openra/OpenRA-release-20200503/OpenRA.Game.exe /reference:/construction/games/openra/OpenRA-release-20200503/mods/common/OpenRA.Mods.Common.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Core.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Data.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Drawing.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.IO.Compression.FileSystem.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Numerics.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Runtime.Serialization.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.Linq.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/Facades/netstandard.dll /debug+ /debug:portable /filealign:512 /optimize+ /out:obj/Release/OpenRA.Mods.D2k.dll /ruleset:../OpenRA.ruleset /subsystemversion:6.00 /target:library /warnaserror+ /utf8output /deterministic+ /langversion:5 /additionalfile:../stylecop.json Activities/SwallowActor.cs Lint/CheckImportActors.cs PackageLoaders/D2kSoundResources.cs SpriteLoaders/R8Loader.cs Traits/AttackSwallow.cs Traits/AttractsWorms.cs Traits/Buildings/D2kActorPreviewPlaceBuildingPreview.cs Traits/Buildings/LaysTerrain.cs Traits/Player/HarvesterInsurance.cs Traits/Render/WithCrumbleOverlay.cs Traits/Render/WithDeliveryOverlay.cs Traits/Sandworm.cs Traits/SpiceBloom.cs Traits/World/BuildableTerrainLayer.cs Traits/World/D2kEditorResourceLayer.cs Traits/World/D2kFogPalette.cs Traits/World/D2kResourceRenderer.cs Traits/World/PaletteFromScaledPalette.cs UtilityCommands/D2kMapImporter.cs UtilityCommands/ImportD2kMapCommand.cs Warheads/DamagesConcreteWarhead.cs "/tmp/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj/Release/OpenRA.Mods.D2k.AssemblyInfo.cs /warnaserror+:NU1605 _CopyFilesMarkedCopyLocal: Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-eluant/1.0.17/lib/netstandard2.0/Eluant.dll" to "../mods/d2k/Eluant.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-fuzzylogiclibrary/1.0.1/lib/netstandard2.0/FuzzyLogicLibrary.dll" to "../mods/d2k/FuzzyLogicLibrary.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-open.nat/1.0.0/lib/netstandard2.0/Open.Nat.dll" to "../mods/d2k/Open.Nat.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/rix0rrr.beaconlib/1.0.2/lib/net40/BeaconLib.dll" to "../mods/d2k/BeaconLib.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/sharpziplib/1.2.0/lib/net45/ICSharpCode.SharpZipLib.dll" to "../mods/d2k/ICSharpCode.SharpZipLib.dll". Creating "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/obj/Release/OpenRA.Mods.D2k.csproj.CopyComplete" because "AlwaysCreate" was specified. CopyFilesToOutputDirectory: Copying file from "obj/Release/OpenRA.Mods.D2k.dll" to "../mods/d2k/OpenRA.Mods.D2k.dll". OpenRA.Mods.D2k -> /construction/games/openra/OpenRA-release-20200503/mods/d2k/OpenRA.Mods.D2k.dll Copying file from "obj/Release/OpenRA.Mods.D2k.pdb" to "../mods/d2k/OpenRA.Mods.D2k.pdb". Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj" (default targets). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1:2) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj" (9:7) on node 1 (default targets). PrepareForBuild: Creating directory "obj/Release/". GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreCompile: /usr/local/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /unsafe+ /checked- /nowarn:1701,1702,1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;RELEASE;NETFRAMEWORK;NET472 /highentropyva+ /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-eluant/1.0.17/lib/netstandard2.0/Eluant.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/sharpziplib/1.2.0/lib/net45/ICSharpCode.SharpZipLib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/mscorlib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-open.nat/1.0.0/lib/netstandard2.0/Open.Nat.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-openal-cs/1.0.16/lib/netstandard2.0/OpenAL-CS.Core.dll /reference:/construction/games/openra/OpenRA-release-20200503/OpenRA.Game.exe /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-sdl2-cs/1.0.26/lib/netstandard2.0/SDL2-CS.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Core.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Data.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Drawing.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.IO.Compression.FileSystem.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Numerics.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Runtime.Serialization.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.Linq.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/Facades/netstandard.dll /debug+ /debug:portable /filealign:512 /optimize+ /out:obj/Release/OpenRA.Platforms.Default.dll /ruleset:../OpenRA.ruleset /subsystemversion:6.00 /target:library /warnaserror+ /utf8output /deterministic+ /langversion:5 /additionalfile:../stylecop.json DefaultPlatform.cs DummySoundEngine.cs FrameBuffer.cs FreeTypeFont.cs ITextureInternal.cs MultiTapDetection.cs OpenAlSoundEngine.cs OpenGL.cs Sdl2GraphicsContext.cs Sdl2HardwareCursor.cs Sdl2Input.cs Sdl2PlatformWindow.cs Shader.cs Texture.cs ThreadAffine.cs ThreadedGraphicsContext.cs VertexBuffer.cs "/tmp/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj/Release/OpenRA.Platforms.Default.AssemblyInfo.cs /warnaserror+:NU1605 _CopyFilesMarkedCopyLocal: Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-openal-cs/1.0.16/lib/netstandard2.0/OpenAL-CS.Core.dll" to "../OpenAL-CS.Core.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-sdl2-cs/1.0.26/lib/netstandard2.0/SDL2-CS.dll" to "../SDL2-CS.dll". Creating "/construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/obj/Release/OpenRA.Platforms.Default.csproj.CopyComplete" because "AlwaysCreate" was specified. _CopyOutOfDateSourceItemsToOutputDirectory: Building target "_CopyOutOfDateSourceItemsToOutputDirectory" partially, because some output files are out of date with respect to their input files. Copying file from "/construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/OpenRA.Platforms.Default.dll.config" to "../OpenRA.Platforms.Default.dll.config". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-sdl2-cs/1.0.26/runtimes/linux-x64/native/SDL2.so" to "../SDL2.so". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-sdl2-cs/1.0.26/lib/netstandard2.0/SDL2-CS.dll.config" to "../SDL2-CS.dll.config". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-openal-cs/1.0.16/runtimes/linux-x64/native/soft_oal.so" to "../soft_oal.so". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-openal-cs/1.0.16/lib/netstandard2.0/OpenAL-CS.Core.dll.config" to "../OpenAL-CS.Core.dll.config". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-freetype6/1.0.4/runtimes/linux-x64/native/freetype6.so" to "../freetype6.so". CopyFilesToOutputDirectory: Copying file from "obj/Release/OpenRA.Platforms.Default.dll" to "../OpenRA.Platforms.Default.dll". OpenRA.Platforms.Default -> /construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default.dll Copying file from "obj/Release/OpenRA.Platforms.Default.pdb" to "../OpenRA.Platforms.Default.pdb". Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj" (default targets). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1:2) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Test/OpenRA.Test.csproj" (10:7) on node 1 (default targets). PrepareForBuild: Creating directory "obj/Release/". GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreCompile: /usr/local/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /unsafe+ /checked- /nowarn:1701,1702,1701,1702 /nostdlib+ /platform:AnyCPU /errorreport:prompt /warn:4 /define:TRACE;RELEASE;NETFRAMEWORK;NET472 /highentropyva+ /reference:/construction/games/openra/OpenRA-release-20200503/packages/rix0rrr.beaconlib/1.0.2/lib/net40/BeaconLib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-eluant/1.0.17/lib/netstandard2.0/Eluant.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-fuzzylogiclibrary/1.0.1/lib/netstandard2.0/FuzzyLogicLibrary.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/sharpziplib/1.2.0/lib/net45/ICSharpCode.SharpZipLib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/mscorlib.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/nunit/3.12.0/lib/net45/nunit.framework.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/openra-open.nat/1.0.0/lib/netstandard2.0/Open.Nat.dll /reference:/construction/games/openra/OpenRA-release-20200503/OpenRA.Game.exe /reference:/construction/games/openra/OpenRA-release-20200503/mods/common/OpenRA.Mods.Common.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Core.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Data.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Drawing.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.IO.Compression.FileSystem.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Numerics.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Runtime.Serialization.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/System.Xml.Linq.dll /reference:/construction/games/openra/OpenRA-release-20200503/packages/microsoft.netframework.referenceassemblies.net472/1.0.0/build/.NETFramework/v4.7.2/Facades/netstandard.dll /debug+ /debug:portable /filealign:512 /optimize+ /out:obj/Release/OpenRA.Test.dll /ruleset:../OpenRA.ruleset /subsystemversion:6.00 /target:library /warnaserror+ /utf8output /deterministic+ /langversion:5 /additionalfile:../stylecop.json OpenRA.Game/ActionQueueTest.cs OpenRA.Game/ActorInfoTest.cs OpenRA.Game/CoordinateTest.cs OpenRA.Game/CPosTest.cs OpenRA.Game/MiniYamlTest.cs OpenRA.Game/OrderTest.cs OpenRA.Game/PlatformTest.cs OpenRA.Game/PriorityQueueTest.cs OpenRA.Game/SpatiallyPartitionedTest.cs OpenRA.Game/VariableExpressionTest.cs OpenRA.Mods.Common/ShapeTest.cs "/tmp/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" obj/Release/OpenRA.Test.AssemblyInfo.cs /warnaserror+:NU1605 _CopyFilesMarkedCopyLocal: Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/nunit/3.12.0/lib/net45/nunit.framework.dll" to "../nunit.framework.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/openra-fuzzylogiclibrary/1.0.1/lib/netstandard2.0/FuzzyLogicLibrary.dll" to "../FuzzyLogicLibrary.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/rix0rrr.beaconlib/1.0.2/lib/net40/BeaconLib.dll" to "../BeaconLib.dll". Creating "/construction/games/openra/OpenRA-release-20200503/OpenRA.Test/obj/Release/OpenRA.Test.csproj.CopyComplete" because "AlwaysCreate" was specified. _CopyOutOfDateSourceItemsToOutputDirectory: Building target "_CopyOutOfDateSourceItemsToOutputDirectory" partially, because some output files are out of date with respect to their input files. Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/nunit3testadapter/3.16.1/build/net35/NUnit3.TestAdapter.dll" to "../NUnit3.TestAdapter.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/nunit3testadapter/3.16.1/build/net35/NUnit3.TestAdapter.pdb" to "../NUnit3.TestAdapter.pdb". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/nunit3testadapter/3.16.1/build/net35/nunit.engine.dll" to "../nunit.engine.dll". Copying file from "/construction/games/openra/OpenRA-release-20200503/packages/nunit3testadapter/3.16.1/build/net35/nunit.engine.api.dll" to "../nunit.engine.api.dll". _CopyAppConfigFile: Copying file from "App.config" to "../OpenRA.Test.dll.config". CopyFilesToOutputDirectory: Copying file from "obj/Release/OpenRA.Test.dll" to "../OpenRA.Test.dll". OpenRA.Test -> /construction/games/openra/OpenRA-release-20200503/OpenRA.Test.dll Copying file from "obj/Release/OpenRA.Test.pdb" to "../OpenRA.Test.pdb". Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Test/OpenRA.Test.csproj" (default targets). Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (Build target(s)). Build succeeded. /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj : warning MSB4242: The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver" failed to run. hostfxr /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj : warning MSB4242: The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver" failed to run. hostfxr 2 Warning(s) 0 Error(s) Time Elapsed 00:02:00.29 ./fetch-geoip.sh gmake[1]: Leaving directory '/construction/games/openra/OpenRA-release-20200503' SUCCEEDED 00:02:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> openra-20200503 depends on executable: update-desktop-database - found ===> openra-20200503 depends on executable: mono - found ===> openra-20200503 depends on executable: update-mime-database - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for openra-20200503 ===> openra-20200503 depends on executable: update-desktop-database - found ===> openra-20200503 depends on executable: mono - found ===> openra-20200503 depends on executable: update-mime-database - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/games/openra/OpenRA-release-20200503' for i in VERSION mods/ra/mod.yaml mods/cnc/mod.yaml mods/d2k/mod.yaml mods/ts/mod.yaml mods/modcontent/mod.yaml mods/all/mod.yaml ; do \ awk '{sub("Version:.*$","Version: release-20200503"); print }' ${i} > ${i}.tmp && \ awk '{sub("/[^/]*: User$", "/release-20200503: User"); print }' ${i}.tmp > ${i} && \ rm ${i}.tmp; \ done msbuild -nologo -t:Build -restore -p:Configuration=Release -p:TargetPlatform=linux-x64 Build started 05/14/2020 19:18:55. Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" on node 1 (Restore target(s)). ValidateSolutionConfiguration: Building solution configuration "Release|Any CPU". /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj : warning MSB4242: The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver" failed to run. hostfxr Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj" (2) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 118.08 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 1.25 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj" (4) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 1.23 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/obj/project.assets.json Restore completed in 2.29 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/obj/project.assets.json Restore completed in 1.27 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 0.88 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/OpenRA.Utility.csproj" (6) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 1 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 0.96 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/obj/project.assets.json Restore completed in 1.15 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/OpenRA.Utility.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/OpenRA.Utility.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Server/OpenRA.Server.csproj" (7) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 1.29 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 0.79 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Server/obj/project.assets.json Restore completed in 1.07 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Server/OpenRA.Server.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Server/OpenRA.Server.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj" (8) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 15.22 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/obj/project.assets.json Restore completed in 1.21 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/obj/project.assets.json Restore completed in 1.39 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 0.69 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj" (9) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 1.1 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/obj/project.assets.json Restore completed in 1.39 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 0.85 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj" (5:9) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 1.08 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/obj/project.assets.json Restore completed in 1.32 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 0.75 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Test/OpenRA.Test.csproj" (10) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/project.assets.json Restore completed in 1.13 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/obj/project.assets.json Restore completed in 1.19 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 0.7 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.Test/obj/project.assets.json Restore completed in 1.82 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.Test/OpenRA.Test.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Test/OpenRA.Test.csproj" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj" (3:28) on node 1 (Restore target(s)). Restore: Committing restore... Assets file has not changed. Skipping assets file writing. Path: /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/obj/project.assets.json Restore completed in 1.03 ms for /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj. NuGet Config files used: /construction/games/openra/NuGet/NuGet.Config Feeds used: https://api.nuget.org/v3/index.json Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj" (Restore target(s)). Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (Restore target(s)). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" on node 1 (Build target(s)). ValidateSolutionConfiguration: Building solution configuration "Release|Any CPU". /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj : warning MSB4242: The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver" failed to run. hostfxr Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1:2) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj" (2:35) on node 1 (default targets). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj" (2:35) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj" (3:35) on node 1 (default targets). GenerateBindingRedirects: No suggested binding redirects from ResolveAssemblyReferences. GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreGenerateAssemblyInfo: Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. CoreCompile: Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. CopyFilesToOutputDirectory: OpenRA.PostProcess -> /construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess.exe Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.PostProcess/OpenRA.PostProcess.csproj" (default targets). GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreGenerateAssemblyInfo: Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. CoreCompile: Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. _CopyFilesMarkedCopyLocal: Touching "/construction/games/openra/OpenRA-release-20200503/OpenRA.Game/obj/Release/OpenRA.Game.csproj.CopyComplete". _CopyOutOfDateSourceItemsToOutputDirectory: Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. _CopyAppConfigFile: Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. CopyFilesToOutputDirectory: Copying file from "obj/Release/OpenRA.Game.exe" to "../OpenRA.Game.exe". OpenRA.Game -> /construction/games/openra/OpenRA-release-20200503/OpenRA.Game.exe PostProcess: Skipping target "PostProcess" because all output files are up-to-date with respect to the input files. Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj" (default targets). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1:2) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj" (4:7) on node 1 (default targets). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj" (4:7) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj" (5:20) on node 1 (default targets). GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreGenerateAssemblyInfo: Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. CoreCompile: Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. _CopyFilesMarkedCopyLocal: Touching "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/obj/Release/OpenRA.Mods.Common.csproj.CopyComplete". CopyFilesToOutputDirectory: OpenRA.Mods.Common -> /construction/games/openra/OpenRA-release-20200503/mods/common/OpenRA.Mods.Common.dll Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj" (default targets). GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreGenerateAssemblyInfo: Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. CoreCompile: Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. _CopyFilesMarkedCopyLocal: Touching "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/obj/Release/OpenRA.Mods.Cnc.csproj.CopyComplete". CopyFilesToOutputDirectory: OpenRA.Mods.Cnc -> /construction/games/openra/OpenRA-release-20200503/mods/common/OpenRA.Mods.Cnc.dll Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj" (default targets). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1:2) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/OpenRA.Utility.csproj" (6:7) on node 1 (default targets). GenerateBindingRedirects: No suggested binding redirects from ResolveAssemblyReferences. GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreGenerateAssemblyInfo: Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. CoreCompile: Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. _CopyFilesMarkedCopyLocal: Touching "/construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/obj/Release/OpenRA.Utility.csproj.CopyComplete". _CopyOutOfDateSourceItemsToOutputDirectory: Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. CopyFilesToOutputDirectory: Copying file from "obj/Release/OpenRA.Utility.exe" to "../OpenRA.Utility.exe". OpenRA.Utility -> /construction/games/openra/OpenRA-release-20200503/OpenRA.Utility.exe PostProcess: Skipping target "PostProcess" because all output files are up-to-date with respect to the input files. Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Utility/OpenRA.Utility.csproj" (default targets). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1:2) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Server/OpenRA.Server.csproj" (7:7) on node 1 (default targets). GenerateBindingRedirects: No suggested binding redirects from ResolveAssemblyReferences. GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreGenerateAssemblyInfo: Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. CoreCompile: Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. _CopyFilesMarkedCopyLocal: Touching "/construction/games/openra/OpenRA-release-20200503/OpenRA.Server/obj/Release/OpenRA.Server.csproj.CopyComplete". _CopyOutOfDateSourceItemsToOutputDirectory: Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. CopyFilesToOutputDirectory: Copying file from "obj/Release/OpenRA.Server.exe" to "../OpenRA.Server.exe". OpenRA.Server -> /construction/games/openra/OpenRA-release-20200503/OpenRA.Server.exe PostProcess: Skipping target "PostProcess" because all output files are up-to-date with respect to the input files. Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Server/OpenRA.Server.csproj" (default targets). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1:2) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj" (8:7) on node 1 (default targets). GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreGenerateAssemblyInfo: Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. CoreCompile: Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. _CopyFilesMarkedCopyLocal: Touching "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/obj/Release/OpenRA.Mods.D2k.csproj.CopyComplete". CopyFilesToOutputDirectory: OpenRA.Mods.D2k -> /construction/games/openra/OpenRA-release-20200503/mods/d2k/OpenRA.Mods.D2k.dll Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/OpenRA.Mods.D2k.csproj" (default targets). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1:2) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj" (9:7) on node 1 (default targets). GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreGenerateAssemblyInfo: Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. CoreCompile: Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. _CopyFilesMarkedCopyLocal: Touching "/construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/obj/Release/OpenRA.Platforms.Default.csproj.CopyComplete". _CopyOutOfDateSourceItemsToOutputDirectory: Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. CopyFilesToOutputDirectory: OpenRA.Platforms.Default -> /construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default.dll Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/OpenRA.Platforms.Default.csproj" (default targets). Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (1:2) is building "/construction/games/openra/OpenRA-release-20200503/OpenRA.Test/OpenRA.Test.csproj" (10:7) on node 1 (default targets). GenerateTargetFrameworkMonikerAttribute: Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. CoreGenerateAssemblyInfo: Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. CoreCompile: Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files. _CopyFilesMarkedCopyLocal: Touching "/construction/games/openra/OpenRA-release-20200503/OpenRA.Test/obj/Release/OpenRA.Test.csproj.CopyComplete". _CopyOutOfDateSourceItemsToOutputDirectory: Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files. _CopyAppConfigFile: Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files. CopyFilesToOutputDirectory: OpenRA.Test -> /construction/games/openra/OpenRA-release-20200503/OpenRA.Test.dll Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.Test/OpenRA.Test.csproj" (default targets). Done Building Project "/construction/games/openra/OpenRA-release-20200503/OpenRA.sln" (Build target(s)). Build succeeded. /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj : warning MSB4242: The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver" failed to run. hostfxr /construction/games/openra/OpenRA-release-20200503/OpenRA.Game/OpenRA.Game.csproj : warning MSB4242: The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver" failed to run. hostfxr 2 Warning(s) 0 Error(s) Time Elapsed 00:00:18.19 ./fetch-geoip.sh Installing OpenRA engine to /construction/games/openra/stage/usr/local/share/openra install -d "/construction/games/openra/stage/usr/local/share/openra" install -m755 OpenRA.Game.exe "/construction/games/openra/stage/usr/local/share/openra" install -m755 OpenRA.Server.exe "/construction/games/openra/stage/usr/local/share/openra" install -m755 OpenRA.Utility.exe "/construction/games/openra/stage/usr/local/share/openra" install -m755 OpenRA.Platforms.Default.dll "/construction/games/openra/stage/usr/local/share/openra" install -m644 OpenRA.Platforms.Default.dll.config "/construction/games/openra/stage/usr/local/share/openra" install -m644 VERSION "/construction/games/openra/stage/usr/local/share/openra/VERSION" install -m644 AUTHORS "/construction/games/openra/stage/usr/local/share/openra/AUTHORS" install -m644 COPYING "/construction/games/openra/stage/usr/local/share/openra/COPYING" install -m644 IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP "/construction/games/openra/stage/usr/local/share/openra/IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP" cp -r glsl "/construction/games/openra/stage/usr/local/share/openra" cp -r lua "/construction/games/openra/stage/usr/local/share/openra" cp SDL2-CS* "/construction/games/openra/stage/usr/local/share/openra" cp OpenAL-CS* "/construction/games/openra/stage/usr/local/share/openra" cp Eluant* "/construction/games/openra/stage/usr/local/share/openra" install -m755 ICSharpCode.SharpZipLib.dll "/construction/games/openra/stage/usr/local/share/openra" install -m755 FuzzyLogicLibrary.dll "/construction/games/openra/stage/usr/local/share/openra" install -m755 Open.Nat.dll "/construction/games/openra/stage/usr/local/share/openra" install -m755 BeaconLib.dll "/construction/games/openra/stage/usr/local/share/openra" Installing OpenRA common mod files to /construction/games/openra/stage/usr/local/share/openra install -d "/construction/games/openra/stage/usr/local/share/openra/mods" cp -r mods/common "/construction/games/openra/stage/usr/local/share/openra/mods/" install -m755 mods/common/OpenRA.Mods.Common.dll "/construction/games/openra/stage/usr/local/share/openra/mods/common" install -m755 mods/common/OpenRA.Mods.Cnc.dll "/construction/games/openra/stage/usr/local/share/openra/mods/common" install -m644 "global mix database.dat" "/construction/games/openra/stage/usr/local/share/openra/global mix database.dat" Installing OpenRA default mods to /construction/games/openra/stage/usr/local/share/openra install -d "/construction/games/openra/stage/usr/local/share/openra/mods" cp -r mods/cnc "/construction/games/openra/stage/usr/local/share/openra/mods/" cp -r mods/ra "/construction/games/openra/stage/usr/local/share/openra/mods/" cp -r mods/d2k "/construction/games/openra/stage/usr/local/share/openra/mods/" install -m755 mods/d2k/OpenRA.Mods.D2k.dll "/construction/games/openra/stage/usr/local/share/openra/mods/d2k" cp -r mods/modcontent "/construction/games/openra/stage/usr/local/share/openra/mods/" cp *.sh "/construction/games/openra/stage/usr/local/share/openra" install -d "/construction/games/openra/stage/usr/local/share/man//man6/" mono --debug OpenRA.Utility.exe all --man-page > openra.6 install -m644 openra.6 "/construction/games/openra/stage/usr/local/share/man//man6/" rm openra.6 install -d "/construction/games/openra/stage/usr/local/share/mime/packages/" sed 's/{MODID}/ra/g' packaging/linux/openra-mimeinfo.xml.in | sed 's/{TAG}/release-20200503/g' > packaging/linux/openra-mimeinfo.xml install -m644 packaging/linux/openra-mimeinfo.xml "/construction/games/openra/stage/usr/local/share/mime/packages/openra-ra.xml" sed 's/{MODID}/cnc/g' packaging/linux/openra-mimeinfo.xml.in | sed 's/{TAG}/release-20200503/g' > packaging/linux/openra-mimeinfo.xml install -m644 packaging/linux/openra-mimeinfo.xml "/construction/games/openra/stage/usr/local/share/mime/packages/openra-cnc.xml" sed 's/{MODID}/d2k/g' packaging/linux/openra-mimeinfo.xml.in | sed 's/{TAG}/release-20200503/g' > packaging/linux/openra-mimeinfo.xml install -m644 packaging/linux/openra-mimeinfo.xml "/construction/games/openra/stage/usr/local/share/mime/packages/openra-d2k.xml" sed 's/{DEBUG}//' packaging/linux/openra.in | sed 's|{GAME_INSTALL_DIR}|/usr/local/share/openra|' | sed 's|{BIN_DIR}|/usr/local/bin|' > packaging/linux/openra.debug.in sed 's/{DEBUG}//' packaging/linux/openra-server.in | sed 's|{GAME_INSTALL_DIR}|/usr/local/share/openra|' | sed 's|{BIN_DIR}|/usr/local/bin|' > packaging/linux/openra-server.debug.in sed 's/{MODID}/ra/g' packaging/linux/openra.debug.in | sed 's/{TAG}/release-20200503/g' | sed 's/{MODNAME}/Red Alert/g' > packaging/linux/openra-ra sed 's/{MODID}/cnc/g' packaging/linux/openra.debug.in | sed 's/{TAG}/release-20200503/g' | sed 's/{MODNAME}/Tiberian Dawn/g' > packaging/linux/openra-cnc sed 's/{MODID}/d2k/g' packaging/linux/openra.debug.in | sed 's/{TAG}/release-20200503/g' | sed 's/{MODNAME}/Dune 2000/g' > packaging/linux/openra-d2k install -d "/construction/games/openra/stage/usr/local/bin" install -m755 -m +rx packaging/linux/openra-ra "/construction/games/openra/stage/usr/local/bin" install -m755 -m +rx packaging/linux/openra-cnc "/construction/games/openra/stage/usr/local/bin" install -m755 -m +rx packaging/linux/openra-d2k "/construction/games/openra/stage/usr/local/bin" rm packaging/linux/openra-ra packaging/linux/openra-cnc packaging/linux/openra-d2k packaging/linux/openra.debug.in sed 's/{MODID}/ra/g' packaging/linux/openra-server.debug.in | sed 's/{MODNAME}/Red Alert/g' > packaging/linux/openra-ra-server sed 's/{MODID}/cnc/g' packaging/linux/openra-server.debug.in | sed 's/{MODNAME}/Tiberian Dawn/g' > packaging/linux/openra-cnc-server sed 's/{MODID}/d2k/g' packaging/linux/openra-server.debug.in | sed 's/{MODNAME}/Dune 2000/g' > packaging/linux/openra-d2k-server install -d "/construction/games/openra/stage/usr/local/bin" install -m755 -m +rx packaging/linux/openra-ra-server "/construction/games/openra/stage/usr/local/bin" install -m755 -m +rx packaging/linux/openra-cnc-server "/construction/games/openra/stage/usr/local/bin" install -m755 -m +rx packaging/linux/openra-d2k-server "/construction/games/openra/stage/usr/local/bin" rm packaging/linux/openra-ra-server packaging/linux/openra-cnc-server packaging/linux/openra-d2k-server packaging/linux/openra-server.debug.in for SIZE in 16x16 32x32 48x48 64x64 128x128; do \ install -d "/construction/games/openra/stage/usr/local/share/icons/hicolor/$SIZE/apps"; \ install -m644 packaging/linux/icons/ra_$SIZE.png "/construction/games/openra/stage/usr/local/share/icons/hicolor/$SIZE/apps/openra-ra.png"; \ install -m644 packaging/linux/icons/cnc_$SIZE.png "/construction/games/openra/stage/usr/local/share/icons/hicolor/$SIZE/apps/openra-cnc.png"; \ install -m644 packaging/linux/icons/d2k_$SIZE.png "/construction/games/openra/stage/usr/local/share/icons/hicolor/$SIZE/apps/openra-d2k.png"; \ done install -d "/construction/games/openra/stage/usr/local/share/icons/hicolor/scalable/apps" install -m644 packaging/linux/icons/ra_scalable.svg "/construction/games/openra/stage/usr/local/share/icons/hicolor/scalable/apps/openra-ra.svg" install -m644 packaging/linux/icons/cnc_scalable.svg "/construction/games/openra/stage/usr/local/share/icons/hicolor/scalable/apps/openra-cnc.svg" install -d "/construction/games/openra/stage/usr/local/share/applications" sed 's/{MODID}/ra/g' packaging/linux/openra.desktop.in | sed 's/{MODNAME}/Red Alert/g' | sed 's/{TAG}/release-20200503/g' > packaging/linux/openra-ra.desktop install -m644 packaging/linux/openra-ra.desktop "/construction/games/openra/stage/usr/local/share/applications" sed 's/{MODID}/cnc/g' packaging/linux/openra.desktop.in | sed 's/{MODNAME}/Tiberian Dawn/g' | sed 's/{TAG}/release-20200503/g' > packaging/linux/openra-cnc.desktop install -m644 packaging/linux/openra-cnc.desktop "/construction/games/openra/stage/usr/local/share/applications" sed 's/{MODID}/d2k/g' packaging/linux/openra.desktop.in | sed 's/{MODNAME}/Dune 2000/g' | sed 's/{TAG}/release-20200503/g' > packaging/linux/openra-d2k.desktop install -m644 packaging/linux/openra-d2k.desktop "/construction/games/openra/stage/usr/local/share/applications" rm packaging/linux/openra-ra.desktop packaging/linux/openra-cnc.desktop packaging/linux/openra-d2k.desktop gmake[1]: Leaving directory '/construction/games/openra/OpenRA-release-20200503' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:27 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for openra-20200503 file sizes/checksums [2130]: 0% file sizes/checksums [2130]: 4% file sizes/checksums [2130]: 9% file sizes/checksums [2130]: 14% file sizes/checksums [2130]: 18% file sizes/checksums [2130]: 23% file sizes/checksums [2130]: 28% file sizes/checksums [2130]: 32% file sizes/checksums [2130]: 37% file sizes/checksums [2130]: 42% file sizes/checksums [2130]: 46% file sizes/checksums [2130]: 51% file sizes/checksums [2130]: 56% file sizes/checksums [2130]: 61% file sizes/checksums [2130]: 65% file sizes/checksums [2130]: 70% file sizes/checksums [2130]: 75% file sizes/checksums [2130]: 79% file sizes/checksums [2130]: 84% file sizes/checksums [2130]: 89% file sizes/checksums [2130]: 93% file sizes/checksums [2130]: 98% file sizes/checksums [2130]: 100% packing files [2130]: 0% packing files [2130]: 4% packing files [2130]: 9% packing files [2130]: 14% packing files [2130]: 18% packing files [2130]: 23% packing files [2130]: 28% packing files [2130]: 32% packing files [2130]: 37% packing files [2130]: 42% packing files [2130]: 46% packing files [2130]: 51% packing files [2130]: 56% packing files [2130]: 61% packing files [2130]: 65% packing files [2130]: 70% packing files [2130]: 75% packing files [2130]: 79% packing files [2130]: 84% packing files [2130]: 89% packing files [2130]: 93% packing files [2130]: 98% packing files [2130]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:44 TOTAL TIME 00:04:29