Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove failing plone architectures #11291

Merged
merged 1 commit into from
Nov 13, 2021

Conversation

tianon
Copy link
Member

@tianon tianon commented Nov 12, 2021

None of these architectures has built successfully since ~March (except the Alpine builds which are now removed).

See also plone/plone.docker#161.

All the failures end similar to this:

...
Got collective.recipe.plonesite 1.12.0.
Unused options for buildout: 'deprecation-warnings' 'effective-user'.
Installing instance.
Getting distribution for 'Plone==5.2.5'.
Got Plone 5.2.5.
Getting distribution for 'RelStorage[mysql,oracle,postgresql]==3.4.0'.
WARNING: The easy_install command is deprecated and will be removed in a future version.
warning: no files found matching '*.test' under directory 'src'
warning: no files found matching '*.c' under directory 'src'
warning: no files found matching '*.ipp' under directory 'include'
warning: no previously-included files matching 'relstorage.*.rst' found under directory 'docs'
warning: no previously-included files matching '_build' found under directory 'docs'
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
error: Setup script exited with error: command 'gcc' failed with exit status 1
An error occurred when trying to install /plone/buildout-cache/downloads/dist/RelStorage-3.4.0.tar.gz. Look above this message for any errors that were output by easy_install.
While:
  Installing instance.
  Getting distribution for 'RelStorage[mysql,oracle,postgresql]==3.4.0'.

An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/zc/buildout/buildout.py", line 2174, in main
    getattr(buildout, command)(args)
  File "/usr/local/lib/python3.7/site-packages/zc/buildout/buildout.py", line 817, in install
    installed_files = self[part]._call(recipe.install)
  File "/usr/local/lib/python3.7/site-packages/zc/buildout/buildout.py", line 1603, in _call
    return f()
  File "/plone/buildout-cache/eggs/cp37m/plone.recipe.zope2instance-6.10.0-py3.7.egg/plone/recipe/zope2instance/recipe.py", line 155, in install
    installed.extend(self.install_scripts())
  File "/plone/buildout-cache/eggs/cp37m/plone.recipe.zope2instance-6.10.0-py3.7.egg/plone/recipe/zope2instance/recipe.py", line 949, in install_scripts
    requirements, ws = self.egg.working_set(["plone.recipe.zope2instance"])
  File "/plone/buildout-cache/eggs/cp37m/zc.recipe.egg-2.0.7-py3.7.egg/zc/recipe/egg/egg.py", line 87, in working_set
    allow_unknown_extras=bool_option(buildout_section, 'allow-unknown-extras')
  File "/plone/buildout-cache/eggs/cp37m/zc.recipe.egg-2.0.7-py3.7.egg/zc/recipe/egg/egg.py", line 168, in _working_set
    allow_unknown_extras=allow_unknown_extras)
  File "/usr/local/lib/python3.7/site-packages/zc/buildout/easy_install.py", line 963, in install
    return installer.install(specs, working_set)
  File "/usr/local/lib/python3.7/site-packages/zc/buildout/easy_install.py", line 688, in install
    for dist in self._get_dist(requirement, ws):
  File "/usr/local/lib/python3.7/site-packages/zc/buildout/easy_install.py", line 580, in _get_dist
    dists = [_move_to_eggs_dir_and_compile(dist, self._dest)]
  File "/usr/local/lib/python3.7/site-packages/zc/buildout/easy_install.py", line 1751, in _move_to_eggs_dir_and_compile
    [tmp_loc] = glob.glob(os.path.join(tmp_dest, '*'))
ValueError: not enough values to unpack (expected 1, got 0)

None of these architectures has built successfully since ~March (except the Alpine builds which are now removed).
@github-actions
Copy link

Diff for 52108b7:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index ab5f09d..c5f7a80 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,16 +2,16 @@ Maintainers: Alin Voinea <[email protected]> (@avoinea), Piero Nicolli <pier
 GitRepo: https://github.com/plone/plone.docker.git
 
 Tags: 5.2.5-python37, 5.2-python37, 5-python37, python37
-Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+Architectures: amd64, arm64v8, i386, s390x
 GitCommit: 10c996f6efa821a8dab8238b87e4ff720398353a
 Directory: 5.2/5.2.5/python37
 
 Tags: 5.2.5-python38, 5.2-python38, 5-python38, python38
-Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+Architectures: amd64, arm64v8, i386, s390x
 GitCommit: 10c996f6efa821a8dab8238b87e4ff720398353a
 Directory: 5.2/5.2.5/python38
 
 Tags: 5.2.5-python39, 5.2-python39, 5-python39, python39, 5.2.5, 5.2, 5, latest
-Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+Architectures: amd64, arm64v8, i386, s390x
 GitCommit: 10c996f6efa821a8dab8238b87e4ff720398353a
 Directory: 5.2/5.2.5/debian

Relevant Maintainers:

@tianon tianon merged commit 8d6a371 into docker-library:master Nov 13, 2021
@tianon tianon deleted the plone-arches branch November 13, 2021 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant