| Environment: | Build |
| Script: | Build25 |
| Pipeline: | Release26 (Build) |
| Created: | 5/11/2026 8:26:42 PM by gdivis@inedo.local |
| Start date: | 5/11/2026 8:26:42 PM |
| Completed date: | 5/11/2026 8:31:12 PM (4min 30s) |
| Status: | Failed |
Your account is not authorized to view debug logs in this context, therefore certain groups' log entries may appear empty.
Unhandled exception: System.UnauthorizedAccessException: Access to the path 'C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E654520\Src\SqlScripts\OBJECTS\5.POST' is denied. at Inedo.Agents.Commands.InvokeMethodCommand.GetResponseAsync() at Inedo.Agents.AgentCommand`1.Inedo.Agents.IAgentCommandWithResponse.ExecuteAsync(Stream responseStream) at Inedo.Agents.AgentCommandDispatcher.ExecuteCommandAsync(AgentCommand command, IClientConnection connection)
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.
------
> [3/6] RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main" > /etc/apt/sources.list.d/pgdg.list && wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && apt-get update && apt-get install -y postgresql-17 postgresql-contrib-17 && rm -rf /var/lib/apt/lists/*:
6.987 or been moved out of Incoming.
6.987 The following information may help to resolve the situation:
6.987
6.987 The following packages have unmet dependencies:
7.263 postgresql-17 : Depends: postgresql-client-17 but it is not going to be installed
7.263 Depends: libicu72 (>= 72.1~rc-1~) but it is not installable
7.263 Depends: libldap-2.5-0 (>= 2.5.4) but it is not installable
7.263 Depends: libpq5 (>= 17~~) but it is not going to be installed
7.263 Recommends: sysstat but it is not going to be installed
7.267 E: Unable to correct problems, you have held broken packages.
------
Dockerfile:18
--------------------
17 |
18 | >>> RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main" > /etc/apt/sources.list.d/pgdg.list \
19 | >>> && wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
20 | >>> && apt-get update \
21 | >>> && apt-get install -y postgresql-17 postgresql-contrib-17 \
22 | >>> && rm -rf /var/lib/apt/lists/*
23 |
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c echo \"deb http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main\" > /etc/apt/sources.list.d/pgdg.list && wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && apt-get update && apt-get install -y postgresql-17 postgresql-contrib-17 && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Unexpected exit code: 1