Details
-
CI Blocker
-
Status: Closed
-
Normal
-
Resolution: Cannot Reproduce
-
None
-
None
-
modules
-
Puppet Developer Experience
-
Needs Assessment
Description
We are currently encountering this error while testing the Tomcat module, resulting in a version of Java being installed that breaks the tests.
Running the module install command locally with debug enabled has shown the reason:
root@jfa3y7x1sbnp9j8:~# /opt/puppetlabs/puppet/bin/puppet module install puppetlabs-java --debug |
Debug: Runtime environment: puppet_version=4.10.12, ruby_version=2.1.9, run_mode=user, default_encoding=UTF-8 |
Notice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ...
|
Debug: Could not find locales configuration file for puppet-archive at /etc/puppetlabs/code/environments/production/modules/archive/locales/config.yaml. Skipping i18n initialization. |
Notice: Downloading from https://forgeapi.puppet.com ... |
Debug: Evicting cache entry for environment 'production' |
Debug: Caching environment 'production' (ttl = 0 sec) |
Debug: Failed to load library 'pe_license' for feature 'pe_license' |
Debug: HTTP GET https://forgeapi.puppet.com/v3/releases?module=puppetlabs-java&sort_by=version |
Debug: Failed to load library 'pe_license' for feature 'pe_license' |
Debug: HTTP GET https://forgeapi.puppet.com/v3/releases?module=puppetlabs-java&sort_by=version&limit=20&... |
Debug: Failed to load library 'pe_license' for feature 'pe_license' |
Debug: HTTP GET https://forgeapi.puppet.com/v3/releases?module=puppetlabs-stdlib&sort_by=version |
Debug: Failed to load library 'pe_license' for feature 'pe_license' |
Debug: HTTP GET https://forgeapi.puppet.com/v3/releases?module=puppetlabs-stdlib&sort_by=version&limit=20&am... |
Debug: Failed to load library 'pe_license' for feature 'pe_license' |
Debug: HTTP GET https://forgeapi.puppet.com/v3/releases?module=puppetlabs-stdlib&sort_by=version&limit=20&am... |
Debug: Failed to load library 'pe_license' for feature 'pe_license' |
Debug: HTTP GET https://forgeapi.puppet.com/v3/releases?module=puppetlabs-stdlib&sort_by=version&limit=20&am... |
Debug: Failed to load library 'pe_license' for feature 'pe_license' |
Debug: HTTP GET https://forgeapi.puppet.com/v3/releases?module=puppet-archive&sort_by=version |
Debug: Failed to load library 'pe_license' for feature 'pe_license' |
Debug: HTTP GET https://forgeapi.puppet.com/v3/releases?module=puppetlabs-pe_gem&sort_by=version |
Info: Resolving dependencies ...
|
Info: Preparing to install ...
|
Debug: Failed to load library 'pe_license' for feature 'pe_license' |
Debug: HTTP GET https://forgeapi.puppet.com/v3/files/puppetlabs-java-1.3.0.tar.gz |
Debug: Failed to load library 'archive/tar/minitar' for feature 'minitar' |
Debug: Executing: 'gzip -dc /opt/puppetlabs/puppet/cache/puppet-module/cache/puppetlabs-java20180908-16328-w65wzh | tar xof -' |
Debug: Executing: 'find . -type d -exec chmod 755 {} +' |
Debug: Executing: 'find . -type f -exec chmod u+rw,g+r,a-st {} +' |
Debug: Executing: 'chown -R 0:0 .' |
Notice: Installing -- do not interrupt ... |
/etc/puppetlabs/code/environments/production/modules
|
└─┬ puppetlabs-java (v1.3.0) |
  └── puppetlabs-stdlib (v5.0.0) |
root@jfa3y7x1sbnp9j8:~# |
Attachments
Issue Links
- relates to
-
PUP-8008 puppet module install fails to install apt 4.2.0
-
- Closed
-