INFO : 2022-04-26 13:42:27Z - Acquiring server... INFO : 2022-04-26 13:42:27Z - Server 'winbuildsv1' acquired. INFO : 2022-04-26 13:42:27Z - Variable set. INFO : 2022-04-26 13:42:28Z - Getting source from 'https://gitlab.com/inedo/Otter.git' on 'net6' branch... INFO : 2022-04-26 13:42:31Z - Get source complete. INFO : 2022-04-26 13:42:31Z - Variable set. INFO : 2022-04-26 13:42:31Z - Variable set. INFO : 2022-04-26 13:42:31Z - Deleted 5 files and 0 directories. INFO : 2022-04-26 13:42:31Z - Template applied. INFO : 2022-04-26 13:42:31Z - Creating zip file... INFO : 2022-04-26 13:42:31Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212943\temp\SqlScripts.zip file created. INFO : 2022-04-26 13:42:31Z - Copying files from C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212943\temp to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212943\Src\SqlScripts... INFO : 2022-04-26 13:42:32Z - Deleted 278 files and 50 directories. INFO : 2022-04-26 13:42:32Z - Package created. INFO : 2022-04-26 13:42:32Z - Variable set. INFO : 2022-04-26 13:42:32Z - Getting list of extensions... INFO : 2022-04-26 13:42:32Z - Variable set. INFO : 2022-04-26 13:42:32Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/Linux/2.0.0-CI.2 to ~\extensions\Linux.upack... INFO : 2022-04-26 13:42:32Z - Server responded with status code 200 - OK INFO : 2022-04-26 13:42:32Z - HTTP file download completed. INFO : 2022-04-26 13:42:32Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/InedoCore/2.0.0-CI.6 to ~\extensions\InedoCore.upack... INFO : 2022-04-26 13:42:32Z - Server responded with status code 200 - OK INFO : 2022-04-26 13:42:32Z - HTTP file download completed. INFO : 2022-04-26 13:42:32Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/Scripting/2.0.0-CI.4 to ~\extensions\Scripting.upack... INFO : 2022-04-26 13:42:32Z - Server responded with status code 200 - OK INFO : 2022-04-26 13:42:35Z - HTTP file download completed. INFO : 2022-04-26 13:42:35Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/Windows/2.0.0-CI.3 to ~\extensions\Windows.upack... INFO : 2022-04-26 13:42:35Z - Server responded with status code 200 - OK INFO : 2022-04-26 13:42:35Z - HTTP file download completed. INFO : 2022-04-26 13:42:37Z - Package created. INFO : 2022-04-26 13:42:37Z - Setting assembly version attributes to 4.0.0.38... INFO : 2022-04-26 13:42:38Z - Writing assembly versions attributes to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212943\Src\src\Shared\OtterAssemblyInfo.cs... INFO : 2022-04-26 13:44:35Z - Signing C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212943\win-x64\Service\Otter.Service.exe... INFO : 2022-04-26 13:44:52Z - Deleted 4 files and 0 directories. INFO : 2022-04-26 13:44:52Z - Copying files from C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212943\agents to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212943\agents2... INFO : 2022-04-26 13:45:01Z - Deduplicated 24 items in linux-x64 INFO : 2022-04-26 13:45:03Z - Deduplicated 391 items in win-x64 INFO : 2022-04-26 13:45:03Z - Copying files from C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212943\agents to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212943\win-x64\service\agents... INFO : 2022-04-26 13:45:05Z - Deleted 3 files and 0 directories. INFO : 2022-04-26 13:45:35Z - Package created. INFO : 2022-04-26 13:46:36Z - Deduplicated 344 items in linux-x64 INFO : 2022-04-26 13:46:38Z - Deduplicated 24 items in win-x64 INFO : 2022-04-26 13:46:38Z - Copying files from C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212943\agents2 to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212943\linux-x64\service\agents... INFO : 2022-04-26 13:47:12Z - Sending build context to Docker daemon 274.6MB INFO : 2022-04-26 13:47:12Z - Step 1/7 : FROM mcr.microsoft.com/dotnet/runtime-deps:6.0 INFO : 2022-04-26 13:47:12Z - ---> 5adf4059e7e8 INFO : 2022-04-26 13:47:12Z - Step 2/7 : ENV ASPNETCORE_URLS=http://*:80 DOTNET_RUNNING_IN_CONTAINER=true OTTER_SQL_CONNECTION_STRING="Data Source=otter-sql; Initial Catalog=Otter; User Id=sa; Password=;" OTTER_SVC_MODE=both INFO : 2022-04-26 13:47:13Z - ---> Running in a6577e59f25c INFO : 2022-04-26 13:47:13Z - Removing intermediate container a6577e59f25c INFO : 2022-04-26 13:47:13Z - ---> c403d433ab24 INFO : 2022-04-26 13:47:13Z - Step 3/7 : EXPOSE 80 INFO : 2022-04-26 13:47:13Z - ---> Running in 463ec03d1e1d INFO : 2022-04-26 13:47:13Z - Removing intermediate container 463ec03d1e1d INFO : 2022-04-26 13:47:13Z - ---> 92e70d1e8d86 INFO : 2022-04-26 13:47:13Z - Step 4/7 : COPY otter/ /usr/local/otter/ INFO : 2022-04-26 13:47:16Z - ---> 41713f91dd9e INFO : 2022-04-26 13:47:16Z - Step 5/7 : VOLUME /var/otter/extensions INFO : 2022-04-26 13:47:16Z - ---> Running in e6e7f90c9c3f INFO : 2022-04-26 13:47:16Z - Removing intermediate container e6e7f90c9c3f INFO : 2022-04-26 13:47:16Z - ---> 308c7a0db420 INFO : 2022-04-26 13:47:16Z - Step 6/7 : WORKDIR /usr/local/otter/ INFO : 2022-04-26 13:47:17Z - ---> Running in 8e6ee7606248 INFO : 2022-04-26 13:47:17Z - Removing intermediate container 8e6ee7606248 INFO : 2022-04-26 13:47:17Z - ---> 0f9af116ff91 INFO : 2022-04-26 13:47:17Z - Step 7/7 : CMD /usr/local/otter/service/Otter.Service run --mode=$OTTER_SVC_MODE --linuxContainer INFO : 2022-04-26 13:47:17Z - ---> Running in 5d02ad1fad3c INFO : 2022-04-26 13:47:17Z - Removing intermediate container 5d02ad1fad3c INFO : 2022-04-26 13:47:17Z - ---> 69d9d6ca13bf INFO : 2022-04-26 13:47:17Z - Successfully built 69d9d6ca13bf INFO : 2022-04-26 13:47:17Z - Successfully tagged proget.inedo.com/productimages/inedo/otter:4.0.0-ci.38 INFO : 2022-04-26 13:47:31Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212943\Src\Romp\Installer\upack.json saved. INFO : 2022-04-26 13:47:31Z - Replacement complete. INFO : 2022-04-26 13:47:31Z - Creating zip file... INFO : 2022-04-26 13:47:31Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212943\Otter.RompPack.upack file created. INFO : 2022-04-26 13:47:32Z - Template applied.