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

[BUG] archive extracted failure #28

Open
noelmcloughlin opened this issue Apr 14, 2020 · 0 comments
Open

[BUG] archive extracted failure #28

noelmcloughlin opened this issue Apr 14, 2020 · 0 comments
Labels

Comments

@noelmcloughlin
Copy link
Member

Your setup

Formula commit hash / release tag

Versions reports (master & minion)

Pillar / config used


Bug details

Describe the bug

Failed on Cent8 but maybe the default version is no longer available.

          ID: eclipse-package-install
    Function: archive.extracted
        Name: /usr/local/eclipse/eclipse-java-2018-12-R
      Result: False
     Comment: An exception occurred in this state: Traceback (most recent call last):
                File "/usr/lib/python3.6/site-packages/salt/state.py", line 1981, in call
                  **cdata['kwargs'])
                File "/usr/lib/python3.6/site-packages/salt/loader.py", line 1977, in wrapper
                  return f(*args, **kwargs)
                File "/usr/lib/python3.6/site-packages/salt/states/archive.py", line 968, in extracted
                  saltenv=__env__)
                File "/usr/lib/python3.6/site-packages/salt/modules/file.py", line 831, in get_source_sum
                  hash_fn = __salt__['cp.cache_file'](source_hash, saltenv)
                File "/usr/lib/python3.6/site-packages/salt/modules/cp.py", line 517, in cache_file
                  result = _client().cache_file(path, saltenv, source_hash=source_hash)
                File "/usr/lib/python3.6/site-packages/salt/fileclient.py", line 193, in cache_file
                  path, '', True, saltenv, cachedir=cachedir, source_hash=source_hash)
                File "/usr/lib/python3.6/site-packages/salt/fileclient.py", line 700, in get_url
                  raise MinionError('Error: {0} reading {1}'.format(query['error'], url))
              salt.exceptions.MinionError: Error: HTTP 404: Not Found reading http://eclipse.bluemix.net/packages/2018-12/data/eclipse-java-2018-12-R-linux-gtk-x86_64.tar.gz.sha512

Steps to reproduce the bug

Expected behaviour

Attempts to fix the bug

Additional context

@noelmcloughlin noelmcloughlin changed the title [BUG] [BUG] archive extracted failure Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant