Azure DevOps - Publish Universal Package: ApplicationInsightsTelemetrySender will correlate events with X-TFS-Session Error

G Cocci 211 Reputation points Microsoft Employee
2021-10-27T16:11:07.46+00:00

Hi,

I am trying to publish an .exe file in the DevOps feed using the UniversalPackages@0 task, but I get this error message:

[error]Error: An unexpected error occurred while trying to push the package. Exit code(19) and error({"@t":"2021-10-27T15:54:08.7650704Z","@m":"ApplicationInsightsTelemetrySender will correlate events with X-TFS-Session 21682131-2168-4132-b129-fc517d13c0dc","@i":"20f6b3c6","SourceContext":"ArtifactTool.Commands.UPackPublishCommand","UtcTimestamp":"2021-10-27 15:54:08.765Z"}

Questo il log completo:

Starting: Universal Publish

==============================================================================

Task : Universal packages
Description : Download or publish Universal Packages
Version : 0.190.0
Author : Microsoft Corporation
Help : https://learn.microsoft.com/azure/devops/pipelines/tasks

==============================================================================

SYSTEMVSSCONNECTION exists true
Downloading: <xxxxxxxxxxxxxxxxxx>
Caching tool: ArtifactTool 0.2.198 x64
SYSTEMVSSCONNECTION exists true

[warning]Could not create provenance session: %s

[warning]The feed with ID 'ea46c575-3bb2-4b62-9c4d-900655d3ef93' doesn't exist.

Publishing package: dist, version: 1.0.0 using feed id: ea46c575-3bb2-4b62-9c4d-900655d3ef93, project: <project-name>
/opt/hostedtoolcache/ArtifactTool/0.2.198/x64/artifacttool universal publish --feed ea46c575-3bb2-4b62-9c4d-900655d3ef93 --service https://dev.azure.com/\<organization-name>/ --package-name dist --package-version 1.0.0 --path /home/vsts/work/1/s/<path>/dist --patvar UNIVERSAL_PUBLISH_PAT --verbosity None --description <description> --project <project-name>
{"@t":"2021-10-27T15:54:08.7650704Z","@m":"ApplicationInsightsTelemetrySender will correlate events with X-TFS-Session 21682131-2168-4132-b129-fc517d13c0dc","@i":"20f6b3c6","SourceContext":"ArtifactTool.Commands.UPackPublishCommand","UtcTimestamp":"2021-10-27 15:54:08.765Z"}
{"@t":"2021-10-27T15:54:09.0617328Z","@m":"Ensuring that the package does not yet exist...","@i":"40e01e14","SourceContext":"ArtifactTool.Commands.UPackPublishCommand","UtcTimestamp":"2021-10-27 15:54:09.061Z"}
{"@t":"2021-10-27T15:54:09.2152600Z","@m":"ApplicationInsightsTelemetrySender did not correlate any events with X-TFS-Session 21682131-2168-4132-b129-fc517d13c0dc","@i":"5d17a572","SourceContext":"ArtifactTool.Commands.UPackPublishCommand","UtcTimestamp":"2021-10-27 15:54:09.215Z"}
{"@t":"2021-10-27T15:54:09.2163448Z","@m":"The feed with ID 'ea46c575-3bb2-4b62-9c4d-900655d3ef93' doesn't exist.","@i":"c2bc42a5","@l":"Error","SourceContext":"ArtifactTool.Program","UtcTimestamp":"2021-10-27 15:54:09.216Z"}

[error]Error: An unexpected error occurred while trying to push the package. Exit code(19) and error({"@t":"2021-10-27T15:54:08.7650704Z","@m":"ApplicationInsightsTelemetrySender will correlate events with X-TFS-Session 21682131-2168-4132-b129-fc517d13c0dc","@i":"20f6b3c6","SourceContext":"ArtifactTool.Commands.UPackPublishCommand","UtcTimestamp":"2021-10-27 15:54:08.765Z"}

{"@t":"2021-10-27T15:54:09.0617328Z","@m":"Ensuring that the package does not yet exist...","@i":"40e01e14","SourceContext":"ArtifactTool.Commands.UPackPublishCommand","UtcTimestamp":"2021-10-27 15:54:09.061Z"}
{"@t":"2021-10-27T15:54:09.2152600Z","@m":"ApplicationInsightsTelemetrySender did not correlate any events with X-TFS-Session 21682131-2168-4132-b129-fc517d13c0dc","@i":"5d17a572","SourceContext":"ArtifactTool.Commands.UPackPublishCommand","UtcTimestamp":"2021-10-27 15:54:09.215Z"}
{"@t":"2021-10-27T15:54:09.2163448Z","@m":"The feed with ID 'ea46c575-3bb2-4b62-9c4d-900655d3ef93' doesn't exist.","@i":"c2bc42a5","@l":"Error","SourceContext":"ArtifactTool.Program","UtcTimestamp":"2021-10-27 15:54:09.216Z"})

[error]Packages failed to publish

Finishing: Universal Publish

Questo codice del task nella pipeline:

- task: UniversalPackages@0  
  displayName: Universal Publish  
  inputs:  
    command: publish  
    publishDirectory: '$(packageRoot)/dist'  
    vstsFeedPublish: '$(projectName)/$(artifactFeedGUID)'  
    vstsFeedPackagePublish: $(artifactName)  
    versionOption: custom  
    versionPublish: '1.0.0'  
    packagePublishDescription: <description>  

I can't understand what the error could be due to, it's not very explanatory.

Thanks,
G

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,923 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2021-10-27T16:13:16.803+00:00

    The product group for Azure DevOps / TFS actively monitors questions over at
    https://developercommunity.visualstudio.com/report?space=21&entry=problem
    https://developercommunity.visualstudio.com/report?space=22&entry=problem

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.
    0 comments No comments

  2. G Cocci 211 Reputation points Microsoft Employee
    2021-10-27T16:22:03.447+00:00

    Thanks @Dave Patrick , here the link of the question I've opened in the DevOps forum:

    https://developercommunity.visualstudio.com/t/Azure-DevOps---Publish-Universal-Package/1565107