INFO : 2022-09-09 18:26:59Z - Acquiring server... INFO : 2022-09-09 18:26:59Z - Server 'winbuildsv1' acquired. INFO : 2022-09-09 18:27:00Z - Variable set. INFO : 2022-09-09 18:27:00Z - Getting source from 'https://gitlab.com/inedo/ProGet.git' on 'thousand' branch... INFO : 2022-09-09 18:27:06Z - Get source complete. INFO : 2022-09-09 18:27:06Z - Variable set. INFO : 2022-09-09 18:27:07Z - Variable set. INFO : 2022-09-09 18:27:07Z - Deleted 5 files and 0 directories. INFO : 2022-09-09 18:27:07Z - Template applied. INFO : 2022-09-09 18:27:07Z - Creating zip file... INFO : 2022-09-09 18:27:07Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E258482\temp\SqlScripts.zip file created. INFO : 2022-09-09 18:27:07Z - Copying files from C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E258482\temp to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E258482\Src\SqlScripts... INFO : 2022-09-09 18:27:09Z - Deleted 848 files and 131 directories. INFO : 2022-09-09 18:27:09Z - Package created. INFO : 2022-09-09 18:27:09Z - Variable set. WARN : 2022-09-09 18:27:09Z - 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 : 2022-09-09 18:27:11Z - Getting list of extensions... INFO : 2022-09-09 18:27:12Z - Variable set. INFO : 2022-09-09 18:27:12Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/InedoCore/2.0.1 to ~\extensions\InedoCore.upack... INFO : 2022-09-09 18:27:12Z - Server responded with status code 200 - OK INFO : 2022-09-09 18:27:12Z - HTTP file download completed. INFO : 2022-09-09 18:27:12Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/Azure/2.0.1 to ~\extensions\Azure.upack... INFO : 2022-09-09 18:27:12Z - Server responded with status code 200 - OK INFO : 2022-09-09 18:27:12Z - HTTP file download completed. INFO : 2022-09-09 18:27:12Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/AWS/2.0.1 to ~\extensions\AWS.upack... INFO : 2022-09-09 18:27:12Z - Server responded with status code 200 - OK INFO : 2022-09-09 18:27:12Z - HTTP file download completed. INFO : 2022-09-09 18:27:12Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/Sonatype/2.0.1 to ~\extensions\Sonatype.upack... INFO : 2022-09-09 18:27:12Z - Server responded with status code 200 - OK INFO : 2022-09-09 18:27:12Z - HTTP file download completed. INFO : 2022-09-09 18:27:12Z - Package created. INFO : 2022-09-09 18:27:12Z - Setting assembly version attributes to 22.0.8.2... INFO : 2022-09-09 18:27:12Z - Writing assembly versions attributes to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E258482\Src\Shared\ProGetAssemblyInfo.cs... INFO : 2022-09-09 18:28:42Z - Signing C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E258482\win-x64\Service\ProGet.Service.exe... INFO : 2022-09-09 18:28:43Z - Deleted 3 files and 0 directories. INFO : 2022-09-09 18:28:50Z - Package created. INFO : 2022-09-09 18:29:59Z - Sending build context to Docker daemon 127.2MB INFO : 2022-09-09 18:29:59Z - Step 1/8 : FROM mcr.microsoft.com/dotnet/runtime-deps:6.0 INFO : 2022-09-09 18:29:59Z - ---> 5adf4059e7e8 INFO : 2022-09-09 18:29:59Z - 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 : 2022-09-09 18:29:59Z - ---> Running in f7ca532cae7a INFO : 2022-09-09 18:29:59Z - Removing intermediate container f7ca532cae7a INFO : 2022-09-09 18:29:59Z - ---> c4bdfc1a8584 INFO : 2022-09-09 18:29:59Z - Step 3/8 : EXPOSE 80 INFO : 2022-09-09 18:30:00Z - ---> Running in 2b2639d332cc INFO : 2022-09-09 18:30:00Z - Removing intermediate container 2b2639d332cc INFO : 2022-09-09 18:30:00Z - ---> fc8a30c47d56 INFO : 2022-09-09 18:30:00Z - Step 4/8 : COPY proget/ /usr/local/proget/ INFO : 2022-09-09 18:30:01Z - ---> 7b72ea8a382a INFO : 2022-09-09 18:30:01Z - Step 5/8 : VOLUME /var/proget/packages INFO : 2022-09-09 18:30:01Z - ---> Running in 3218856ec274 INFO : 2022-09-09 18:30:02Z - Removing intermediate container 3218856ec274 INFO : 2022-09-09 18:30:02Z - ---> a2d03f39662d INFO : 2022-09-09 18:30:02Z - Step 6/8 : VOLUME /var/proget/extensions INFO : 2022-09-09 18:30:02Z - ---> Running in b2c3986d7758 INFO : 2022-09-09 18:30:02Z - Removing intermediate container b2c3986d7758 INFO : 2022-09-09 18:30:02Z - ---> 783f0288afba INFO : 2022-09-09 18:30:02Z - Step 7/8 : WORKDIR /usr/local/proget/ INFO : 2022-09-09 18:30:02Z - ---> Running in 444443564df5 INFO : 2022-09-09 18:30:02Z - Removing intermediate container 444443564df5 INFO : 2022-09-09 18:30:02Z - ---> 26cfe12e19bd INFO : 2022-09-09 18:30:02Z - Step 8/8 : CMD /usr/local/proget/service/ProGet.Service run --mode=$PROGET_SVC_MODE --linuxContainer INFO : 2022-09-09 18:30:02Z - ---> Running in e0fb73193c37 INFO : 2022-09-09 18:30:03Z - Removing intermediate container e0fb73193c37 INFO : 2022-09-09 18:30:03Z - ---> c1e5b0506c69 INFO : 2022-09-09 18:30:03Z - Successfully built c1e5b0506c69 INFO : 2022-09-09 18:30:03Z - Successfully tagged proget.inedo.com/productimages/inedo/proget:22.0.8-ci.2 INFO : 2022-09-09 18:30:09Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E258482\Src\Romp\Installer\upack.json saved. INFO : 2022-09-09 18:30:09Z - Replacement complete. INFO : 2022-09-09 18:30:09Z - Creating zip file... INFO : 2022-09-09 18:30:09Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E258482\ProGet.RompPack.upack file created.