INFO : 2022-04-26 13:56:23Z - Acquiring server... INFO : 2022-04-26 13:56:23Z - Server 'winbuildsv1' acquired. INFO : 2022-04-26 13:56:23Z - Variable set. INFO : 2022-04-26 13:56:23Z - Getting source from 'https://gitlab.com/inedo/Otter.git' on 'net6' branch... INFO : 2022-04-26 13:56:25Z - Get source complete. INFO : 2022-04-26 13:56:25Z - Variable set. INFO : 2022-04-26 13:56:26Z - Variable set. INFO : 2022-04-26 13:56:26Z - Deleted 5 files and 0 directories. INFO : 2022-04-26 13:56:26Z - Template applied. INFO : 2022-04-26 13:56:26Z - Creating zip file... INFO : 2022-04-26 13:56:26Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212948\temp\SqlScripts.zip file created. INFO : 2022-04-26 13:56:26Z - Copying files from C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212948\temp to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212948\Src\SqlScripts... INFO : 2022-04-26 13:56:26Z - Deleted 278 files and 50 directories. INFO : 2022-04-26 13:56:26Z - Package created. INFO : 2022-04-26 13:56:26Z - Variable set. INFO : 2022-04-26 13:56:27Z - Getting list of extensions... INFO : 2022-04-26 13:56:27Z - Variable set. INFO : 2022-04-26 13:56:27Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/Linux/2.0.0-CI.2 to ~\extensions\Linux.upack... INFO : 2022-04-26 13:56:27Z - Server responded with status code 200 - OK INFO : 2022-04-26 13:56:27Z - HTTP file download completed. INFO : 2022-04-26 13:56:27Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/InedoCore/2.0.0-CI.6 to ~\extensions\InedoCore.upack... INFO : 2022-04-26 13:56:27Z - Server responded with status code 200 - OK INFO : 2022-04-26 13:56:27Z - HTTP file download completed. INFO : 2022-04-26 13:56:27Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/Scripting/2.0.0-CI.4 to ~\extensions\Scripting.upack... INFO : 2022-04-26 13:56:27Z - Server responded with status code 200 - OK INFO : 2022-04-26 13:56:29Z - HTTP file download completed. INFO : 2022-04-26 13:56:29Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/Windows/2.0.0-CI.3 to ~\extensions\Windows.upack... INFO : 2022-04-26 13:56:29Z - Server responded with status code 200 - OK INFO : 2022-04-26 13:56:29Z - HTTP file download completed. INFO : 2022-04-26 13:56:31Z - Package created. INFO : 2022-04-26 13:56:32Z - Setting assembly version attributes to 4.0.0.39... INFO : 2022-04-26 13:56:32Z - Writing assembly versions attributes to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212948\Src\src\Shared\OtterAssemblyInfo.cs... INFO : 2022-04-26 13:58:44Z - Signing C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212948\win-x64\Service\Otter.Service.exe... INFO : 2022-04-26 13:59:00Z - Deleted 4 files and 0 directories. INFO : 2022-04-26 13:59:00Z - Copying files from C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212948\agents to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212948\agents2... INFO : 2022-04-26 13:59:08Z - Deduplicated 24 items in linux-x64 INFO : 2022-04-26 13:59:10Z - Deduplicated 391 items in win-x64 INFO : 2022-04-26 13:59:10Z - Copying files from C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212948\agents to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212948\win-x64\service\agents... INFO : 2022-04-26 13:59:11Z - Deleted 3 files and 0 directories. INFO : 2022-04-26 13:59:43Z - Package created. INFO : 2022-04-26 14:00:47Z - Deduplicated 344 items in linux-x64 INFO : 2022-04-26 14:00:49Z - Deduplicated 24 items in win-x64 INFO : 2022-04-26 14:00:49Z - Copying files from C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212948\agents2 to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212948\linux-x64\service\agents... INFO : 2022-04-26 14:01:24Z - Sending build context to Docker daemon 274.6MB INFO : 2022-04-26 14:01:24Z - Step 1/7 : FROM mcr.microsoft.com/dotnet/runtime-deps:6.0 INFO : 2022-04-26 14:01:24Z - ---> 5adf4059e7e8 INFO : 2022-04-26 14:01:24Z - 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 14:01:24Z - ---> Running in 38fa5b73eb9b INFO : 2022-04-26 14:01:24Z - Removing intermediate container 38fa5b73eb9b INFO : 2022-04-26 14:01:24Z - ---> 8c94156179b5 INFO : 2022-04-26 14:01:24Z - Step 3/7 : EXPOSE 80 INFO : 2022-04-26 14:01:24Z - ---> Running in 633c19eef4a7 INFO : 2022-04-26 14:01:24Z - Removing intermediate container 633c19eef4a7 INFO : 2022-04-26 14:01:24Z - ---> a5f3e00d57df INFO : 2022-04-26 14:01:24Z - Step 4/7 : COPY otter/ /usr/local/otter/ INFO : 2022-04-26 14:01:27Z - ---> 9f7550808f9a INFO : 2022-04-26 14:01:27Z - Step 5/7 : VOLUME /var/otter/extensions INFO : 2022-04-26 14:01:27Z - ---> Running in 9a413e83bedb INFO : 2022-04-26 14:01:27Z - Removing intermediate container 9a413e83bedb INFO : 2022-04-26 14:01:27Z - ---> 5129c8f7c97f INFO : 2022-04-26 14:01:27Z - Step 6/7 : WORKDIR /usr/local/otter/ INFO : 2022-04-26 14:01:28Z - ---> Running in 3667cf5dd62f INFO : 2022-04-26 14:01:28Z - Removing intermediate container 3667cf5dd62f INFO : 2022-04-26 14:01:28Z - ---> 7c04aab6b0d1 INFO : 2022-04-26 14:01:28Z - Step 7/7 : CMD /usr/local/otter/service/Otter.Service run --mode=$OTTER_SVC_MODE --linuxContainer INFO : 2022-04-26 14:01:28Z - ---> Running in a85a809070d3 INFO : 2022-04-26 14:01:28Z - Removing intermediate container a85a809070d3 INFO : 2022-04-26 14:01:28Z - ---> 32bdd69ec4e8 INFO : 2022-04-26 14:01:28Z - Successfully built 32bdd69ec4e8 INFO : 2022-04-26 14:01:28Z - Successfully tagged proget.inedo.com/productimages/inedo/otter:4.0.0-ci.39 INFO : 2022-04-26 14:01:42Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212948\Src\Romp\Installer\upack.json saved. INFO : 2022-04-26 14:01:42Z - Replacement complete. INFO : 2022-04-26 14:01:42Z - Creating zip file... INFO : 2022-04-26 14:01:42Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E212948\Otter.RompPack.upack file created. INFO : 2022-04-26 14:01:43Z - Template applied.