INFO : 2023-01-06 20:57:39Z - Acquiring server... INFO : 2023-01-06 20:57:39Z - Server 'winbuildsv1' acquired. INFO : 2023-01-06 20:57:40Z - Updating local repository for https://gitlab.com/inedo/ProGet.git... INFO : 2023-01-06 20:57:41Z - Exporting files to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E296166\Src... INFO : 2023-01-06 20:57:44Z - Variable set. INFO : 2023-01-06 20:57:44Z - Deleted 5 files and 0 directories. INFO : 2023-01-06 20:57:44Z - Template applied. INFO : 2023-01-06 20:57:44Z - Creating zip file... INFO : 2023-01-06 20:57:44Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E296166\temp\SqlScripts.zip file created. INFO : 2023-01-06 20:57:45Z - Copying files from C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E296166\temp to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E296166\Src\SqlScripts... INFO : 2023-01-06 20:57:46Z - Deleted 855 files and 131 directories. INFO : 2023-01-06 20:57:47Z - Package created. INFO : 2023-01-06 20:57:47Z - Variable set. WARN : 2023-01-06 20:57:47Z - PSCall global::Get-BestExtensionVersions is improperly formatted: A file extension (.ps1) was expected, and a "Parameters" argument was expected. This may result in errors upon execution. INFO : 2023-01-06 20:57:49Z - Getting list of extensions... INFO : 2023-01-06 20:57:49Z - Variable set. INFO : 2023-01-06 20:57:49Z - Downloading https://proget1000.inedo.com/upack/PrereleaseExtensions/download/inedox/InedoCore/2.0.1 to ~\extensions\InedoCore.upack... INFO : 2023-01-06 20:57:49Z - Server responded with status code 200 - OK INFO : 2023-01-06 20:57:49Z - HTTP file download completed. INFO : 2023-01-06 20:57:49Z - Downloading https://proget1000.inedo.com/upack/PrereleaseExtensions/download/inedox/Azure/2.0.1 to ~\extensions\Azure.upack... INFO : 2023-01-06 20:57:49Z - Server responded with status code 200 - OK INFO : 2023-01-06 20:57:49Z - HTTP file download completed. INFO : 2023-01-06 20:57:49Z - Downloading https://proget1000.inedo.com/upack/PrereleaseExtensions/download/inedox/AWS/2.0.2 to ~\extensions\AWS.upack... INFO : 2023-01-06 20:57:49Z - Server responded with status code 200 - OK INFO : 2023-01-06 20:57:49Z - HTTP file download completed. INFO : 2023-01-06 20:57:49Z - Downloading https://proget1000.inedo.com/upack/PrereleaseExtensions/download/inedox/Sonatype/2.0.1 to ~\extensions\Sonatype.upack... INFO : 2023-01-06 20:57:49Z - Server responded with status code 200 - OK INFO : 2023-01-06 20:57:49Z - HTTP file download completed. INFO : 2023-01-06 20:57:50Z - Package created. INFO : 2023-01-06 20:57:50Z - Setting assembly version attributes to 22.0.17.15... INFO : 2023-01-06 20:57:50Z - Writing assembly versions attributes to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E296166\Src\Shared\ProGetAssemblyInfo.cs... INFO : 2023-01-06 20:59:23Z - Signing C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E296166\win-x64\service\ProGet.Service.exe... INFO : 2023-01-06 20:59:24Z - Deleted 3 files and 0 directories. INFO : 2023-01-06 20:59:34Z - Package created. INFO : 2023-01-06 21:00:52Z - Sending build context to Docker daemon 127.5MB INFO : 2023-01-06 21:00:52Z - Step 1/8 : FROM mcr.microsoft.com/dotnet/runtime-deps:6.0 INFO : 2023-01-06 21:00:52Z - ---> 5adf4059e7e8 INFO : 2023-01-06 21:00:52Z - Step 2/8 : ENV ASPNETCORE_URLS=http://*:80 DOTNET_RUNNING_IN_CONTAINER=true PROGET_SQL_CONNECTION_STRING="Data Source=proget-sql; Initial Catalog=ProGet; User Id=sa; Password=;" PROGET_SVC_MODE=both INFO : 2023-01-06 21:00:52Z - ---> Running in 16ba97718f09 INFO : 2023-01-06 21:00:52Z - Removing intermediate container 16ba97718f09 INFO : 2023-01-06 21:00:52Z - ---> 119e1ac024ec INFO : 2023-01-06 21:00:52Z - Step 3/8 : EXPOSE 80 INFO : 2023-01-06 21:00:52Z - ---> Running in 37cd9be553e9 INFO : 2023-01-06 21:00:52Z - Removing intermediate container 37cd9be553e9 INFO : 2023-01-06 21:00:52Z - ---> e3056a2f5c2c INFO : 2023-01-06 21:00:52Z - Step 4/8 : COPY proget/ /usr/local/proget/ INFO : 2023-01-06 21:00:54Z - ---> 42f1c6ec6fe7 INFO : 2023-01-06 21:00:54Z - Step 5/8 : VOLUME /var/proget/packages INFO : 2023-01-06 21:00:54Z - ---> Running in 0e9e0a90f958 INFO : 2023-01-06 21:00:54Z - Removing intermediate container 0e9e0a90f958 INFO : 2023-01-06 21:00:54Z - ---> c2235146b390 INFO : 2023-01-06 21:00:54Z - Step 6/8 : VOLUME /var/proget/extensions INFO : 2023-01-06 21:00:54Z - ---> Running in a056143de262 INFO : 2023-01-06 21:00:54Z - Removing intermediate container a056143de262 INFO : 2023-01-06 21:00:54Z - ---> cc436a687404 INFO : 2023-01-06 21:00:54Z - Step 7/8 : WORKDIR /usr/local/proget/ INFO : 2023-01-06 21:00:55Z - ---> Running in 52879e2af4c4 INFO : 2023-01-06 21:00:55Z - Removing intermediate container 52879e2af4c4 INFO : 2023-01-06 21:00:55Z - ---> 04270221319f INFO : 2023-01-06 21:00:55Z - Step 8/8 : CMD /usr/local/proget/service/ProGet.Service run --mode=$PROGET_SVC_MODE --linuxContainer INFO : 2023-01-06 21:00:55Z - ---> Running in af74a196f7f9 INFO : 2023-01-06 21:00:55Z - Removing intermediate container af74a196f7f9 INFO : 2023-01-06 21:00:55Z - ---> 9710581f5ca7 INFO : 2023-01-06 21:00:55Z - Successfully built 9710581f5ca7 INFO : 2023-01-06 21:00:55Z - Successfully tagged proget1000.inedo.com/productimages/inedo/proget:22.0.17-ci.15 INFO : 2023-01-06 21:01:01Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E296166\Src\Romp\Installer\upack.json saved. INFO : 2023-01-06 21:01:01Z - Replacement complete. INFO : 2023-01-06 21:01:01Z - Creating zip file... INFO : 2023-01-06 21:01:01Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E296166\ProGet.RompPack.upack file created.