Issues icon indicating copy to clipboard operation
Issues copied to clipboard

Task incorrectly reporting earlier versions of package on tentacle

Open veochen-octopus opened this issue 2 years ago • 0 comments

Team

  • [X] I've assigned a team label to this issue

Severity

Confusing logs

Version

any

Latest Version

I could reproduce the problem in the latest build

What happened?

When a package is required by a task, the logs may report the package already exists, e.g.

Found 1 earlier version of My.Package on this Tentacle

which could then be followed by

Found no locally cached versions of My.Package so we can't perform a delta upload, entire package will be uploaded.

Looks like Calamari takes an argument of exactMatch= but Server invokes it with exactMatchOnly.

Reproduction

Speculative:

  • Make sure the package exists on tentacle.
  • Run a task that references the same package.
  • Depending on whether the package cache has been cleaned up, it may lead to the confusing log messages

Error and Stacktrace

No response

More Information

sc-29599

slack

Workaround

No response

veochen-octopus avatar Nov 02 '22 20:11 veochen-octopus