google / site-kit-wp

Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make them successful on the web.
https://sitekit.withgoogle.com
Apache License 2.0
1.25k stars 291 forks source link

Release automation fails with `'{directory}' is not a working copy` errors #8207

Closed aaemnnosttv closed 5 months ago

aaemnnosttv commented 9 months ago

Bug Description

When attempting to deploy the release to wp.org, there are svn errors raised seemingly related to dependencies in the plugin

Example run https://github.com/google/site-kit-wp/actions/runs/7701119995/job/20986692669#step:4:1624

➤ Copying files...
ℹ︎ Using .distignore
ℹ︎ No assets directory found; skipping asset copy
➤ Preparing files...
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/psr/cache' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/psr/cache/src' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/psr/http-message' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/psr/http-message/src' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/psr/log' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/psr/log/Psr' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/psr/log/Psr/Log' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/psr/log/Psr/Log/Test' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/ralouphie/getallheaders' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/ralouphie/getallheaders/src' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/symfony/polyfill-intl-idn' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/symfony/polyfill-intl-idn/Resources' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/symfony/polyfill-intl-idn/Resources/unidata' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/symfony/polyfill-intl-normalizer' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/symfony/polyfill-intl-normalizer/Resources' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/symfony/polyfill-intl-normalizer/Resources/stubs' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/symfony/polyfill-intl-normalizer/Resources/unidata' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/symfony/polyfill-php70' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/symfony/polyfill-php70/Resources' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/symfony/polyfill-php70/Resources/stubs' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/symfony/polyfill-php72' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/true/punycode' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/true/punycode/src' is not a working copy
svn: E155007: '/home/runner/svn-***-site-kit/L     trunk/third-party/true/punycode/src/Exception' is not a working copy
Error: Process completed with exit code 123.

Do not alter or remove anything below. The following sections will be managed by moderators only.

Acceptance criteria

Implementation Brief

Test Coverage

QA Brief

Changelog entry

ivonac4 commented 7 months ago

@eugene-manuilov Are you planning to work on this soon? If not, can you please unassign yourself so someone else can pick it up? Thank you!

eugene-manuilov commented 7 months ago

Are you planning to work on this soon? If not, can you please unassign yourself so someone else can pick it up? Thank you!

@aaemnnosttv promised to help troubleshooting it. I'll assign this task for him for now.

aaemnnosttv commented 5 months ago

Closing as this no longer seems to be an issue. It may have been an issue with something on the runner.