INFO : 2024-05-17 18:55:44Z - Acquiring server... INFO : 2024-05-17 18:55:44Z - Server 'winbuildsv1' acquired. INFO : 2024-05-17 18:55:44Z - Updating local repository for https://git.inedo.com/Inedo/ProGet.git... INFO : 2024-05-17 18:55:45Z - Exporting files to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E446741\Src... INFO : 2024-05-17 18:55:47Z - Creating file... INFO : 2024-05-17 18:55:47Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E446741\Src\ProGet.Service\App_appSettings.config file created. INFO : 2024-05-17 18:55:47Z - Creating file... INFO : 2024-05-17 18:55:47Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E446741\Src\ProGet.WebApplication\Web_appSettings.config file created. INFO : 2024-05-17 18:55:48Z - Variable set. INFO : 2024-05-17 18:55:48Z - Deleted 8 files and 0 directories. INFO : 2024-05-17 18:55:48Z - Template applied. INFO : 2024-05-17 18:55:48Z - Creating zip file... INFO : 2024-05-17 18:55:48Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E446741\temp\SqlScripts.zip file created. INFO : 2024-05-17 18:55:48Z - Copying files from C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E446741\temp to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E446741\Src\SqlScripts... INFO : 2024-05-17 18:55:50Z - Deleted 910 files and 161 directories. INFO : 2024-05-17 18:55:50Z - Package created. INFO : 2024-05-17 18:55:50Z - Variable set. WARN : 2024-05-17 18:55:50Z - 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 : 2024-05-17 18:55:52Z - Getting list of extensions... INFO : 2024-05-17 18:55:52Z - Variable set. INFO : 2024-05-17 18:55:52Z - Downloading https://proget1000.inedo.com/upack/PrereleaseExtensions/download/inedox/InedoCore/3.0.1 to ~\extensions\InedoCore.upack... INFO : 2024-05-17 18:55:52Z - Server responded with status code 200 - OK INFO : 2024-05-17 18:55:53Z - HTTP file download completed. INFO : 2024-05-17 18:55:53Z - Downloading https://proget1000.inedo.com/upack/PrereleaseExtensions/download/inedox/Azure/3.0.0 to ~\extensions\Azure.upack... INFO : 2024-05-17 18:55:53Z - Server responded with status code 200 - OK INFO : 2024-05-17 18:55:53Z - HTTP file download completed. INFO : 2024-05-17 18:55:53Z - Downloading https://proget1000.inedo.com/upack/PrereleaseExtensions/download/inedox/AWS/3.0.0 to ~\extensions\AWS.upack... INFO : 2024-05-17 18:55:53Z - Server responded with status code 200 - OK INFO : 2024-05-17 18:55:53Z - HTTP file download completed. INFO : 2024-05-17 18:55:53Z - Package created. INFO : 2024-05-17 18:55:53Z - Setting assembly version attributes to 24.0.4.2... INFO : 2024-05-17 18:55:53Z - Writing assembly versions attributes to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E446741\Src\Shared\ProGetAssemblyInfo.cs... INFO : 2024-05-17 18:58:05Z - Found 123 dependencies across 5 projects. INFO : 2024-05-17 18:58:05Z - Dependencies successfully published. INFO : 2024-05-17 18:58:05Z - Downloading https://cdn.inedo.com/pgdb/pgvd.ah to ~\win-x64\service\pgvd.ah... INFO : 2024-05-17 18:58:06Z - Server responded with status code 200 - OK INFO : 2024-05-17 18:58:06Z - HTTP file download completed. INFO : 2024-05-17 18:58:06Z - Signing C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E446741\win-x64\service\ProGet.Service.exe... INFO : 2024-05-17 18:58:07Z - Deleted 3 files and 0 directories. INFO : 2024-05-17 18:58:19Z - Package created. INFO : 2024-05-17 18:59:28Z - Copying files from C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E446741\win-x64\service to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E446741\linux-x64\service... INFO : 2024-05-17 18:59:44Z - Sending build context to Docker daemon 142.3MB INFO : 2024-05-17 18:59:44Z - Step 1/10 : FROM mcr.microsoft.com/dotnet/runtime-deps:8.0 INFO : 2024-05-17 18:59:44Z - ---> c2db66ea6550 INFO : 2024-05-17 18:59:44Z - Step 2/10 : 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 : 2024-05-17 18:59:44Z - ---> Using cache INFO : 2024-05-17 18:59:44Z - ---> dcb955377138 INFO : 2024-05-17 18:59:44Z - Step 3/10 : EXPOSE 80 INFO : 2024-05-17 18:59:44Z - ---> Using cache INFO : 2024-05-17 18:59:44Z - ---> 6dc1c7fa9b9e INFO : 2024-05-17 18:59:44Z - Step 4/10 : EXPOSE 443 INFO : 2024-05-17 18:59:44Z - ---> Using cache INFO : 2024-05-17 18:59:44Z - ---> 48a01a59f9ef INFO : 2024-05-17 18:59:44Z - Step 5/10 : COPY proget/ /usr/local/proget/ INFO : 2024-05-17 18:59:46Z - ---> 0e275d2f29c6 INFO : 2024-05-17 18:59:46Z - Step 6/10 : VOLUME /var/proget/packages INFO : 2024-05-17 18:59:46Z - ---> Running in c5679e6f2522 INFO : 2024-05-17 18:59:46Z - Removing intermediate container c5679e6f2522 INFO : 2024-05-17 18:59:46Z - ---> 17b0f86f00c6 INFO : 2024-05-17 18:59:46Z - Step 7/10 : VOLUME /var/proget/extensions INFO : 2024-05-17 18:59:46Z - ---> Running in 8c7e04f6812b INFO : 2024-05-17 18:59:47Z - Removing intermediate container 8c7e04f6812b INFO : 2024-05-17 18:59:47Z - ---> e978facf4a66 INFO : 2024-05-17 18:59:47Z - Step 8/10 : VOLUME /var/proget/ssl INFO : 2024-05-17 18:59:47Z - ---> Running in c1f3aa98fd1e INFO : 2024-05-17 18:59:47Z - Removing intermediate container c1f3aa98fd1e INFO : 2024-05-17 18:59:47Z - ---> 4adc384f0b42 INFO : 2024-05-17 18:59:47Z - Step 9/10 : WORKDIR /usr/local/proget/ INFO : 2024-05-17 18:59:47Z - ---> Running in d92c05c1bbcb INFO : 2024-05-17 18:59:47Z - Removing intermediate container d92c05c1bbcb INFO : 2024-05-17 18:59:47Z - ---> 2ef23f11d1ce INFO : 2024-05-17 18:59:47Z - Step 10/10 : CMD /usr/local/proget/service/ProGet.Service run --mode=$PROGET_SVC_MODE --linuxContainer INFO : 2024-05-17 18:59:47Z - ---> Running in a5e9c972baad INFO : 2024-05-17 18:59:47Z - Removing intermediate container a5e9c972baad INFO : 2024-05-17 18:59:47Z - ---> 2c30b7781468 INFO : 2024-05-17 18:59:47Z - Successfully built 2c30b7781468 INFO : 2024-05-17 18:59:47Z - Successfully tagged proget1000.inedo.com/productimages/inedo/proget:24.0.4-ci.2 INFO : 2024-05-17 18:59:47Z - Docker build successful. INFO : 2024-05-17 18:59:48Z - The push refers to repository [proget1000.inedo.com/productimages/inedo/proget] INFO : 2024-05-17 18:59:48Z - 63399eacd89a: Preparing INFO : 2024-05-17 18:59:48Z - ad42799842ff: Preparing INFO : 2024-05-17 18:59:48Z - 1542f10c1c63: Preparing INFO : 2024-05-17 18:59:48Z - 1f00ff201478: Preparing INFO : 2024-05-17 18:59:48Z - 1f00ff201478: Layer already exists INFO : 2024-05-17 18:59:48Z - 1542f10c1c63: Layer already exists INFO : 2024-05-17 18:59:48Z - ad42799842ff: Layer already exists INFO : 2024-05-17 18:59:53Z - 63399eacd89a: Pushed INFO : 2024-05-17 18:59:54Z - 24.0.4-ci.2: digest: sha256:b355309060997f37d6db51ffa3702022a96c99ca7e15696b6f8acb49a34a9bfb size: 1161 INFO : 2024-05-17 18:59:54Z - Untagged: proget1000.inedo.com/productimages/inedo/proget:24.0.4-ci.2 INFO : 2024-05-17 18:59:54Z - Untagged: proget1000.inedo.com/productimages/inedo/proget@sha256:b355309060997f37d6db51ffa3702022a96c99ca7e15696b6f8acb49a34a9bfb INFO : 2024-05-17 18:59:54Z - Deleted: sha256:2c30b778146846074edb0123b908937c70fa31e352a01e485e59553e685182ee INFO : 2024-05-17 18:59:54Z - Deleted: sha256:2ef23f11d1ce656eb75474556fe2c2cd6374b8931ff9eacecaaa6e082b0a5325 INFO : 2024-05-17 18:59:54Z - Deleted: sha256:4adc384f0b42926de6c6f71a0f353e2fed4ea334f363a8b913ee3f5bab6638ec INFO : 2024-05-17 18:59:54Z - Deleted: sha256:e978facf4a667172fc14c64170a8b8b3fda89c8be13f0339aace8bade3e134c1 INFO : 2024-05-17 18:59:54Z - Deleted: sha256:17b0f86f00c6aa75dd935584a5c5320d17eeca0704108ef7dbba17d188cc1794 INFO : 2024-05-17 18:59:54Z - Deleted: sha256:0e275d2f29c6f6d9c179015e531d7492a672c784f09b9717c61d779e451ab371 INFO : 2024-05-17 18:59:54Z - Deleted: sha256:a8ddd81ebb907a015508f216c87f0dacbca033ab8df26335c5f54584ebfa9eb1 INFO : 2024-05-17 18:59:54Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E446741\Src\Romp\Installer\upack.json saved. INFO : 2024-05-17 18:59:54Z - Replacement complete. INFO : 2024-05-17 18:59:54Z - Creating zip file... INFO : 2024-05-17 18:59:54Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E446741\ProGet.RompPack.upack file created.