[JBoss JIRA] (ISPN-8679) Generation of JaCoCo report is skipping
by Dmitrii Puzikov (JIRA)
Dmitrii Puzikov created ISPN-8679:
-------------------------------------
Summary: Generation of JaCoCo report is skipping
Key: ISPN-8679
URL: https://issues.jboss.org/browse/ISPN-8679
Project: Infinispan
Issue Type: Bug
Components: Build
Affects Versions: 9.2.0.Beta2
Reporter: Dmitrii Puzikov
Generation of JaCoCo report is skipped:
{code}
$> mvn install -PjacocoReport -s maven-settings.xml -pl .
...
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (default-report) @ infinispan-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/path/to/ispn/project/jacoco/merged/jacoco.exec
{code}
because of maven resolves path to *.exec files like
file:/path/to/jacoco/merged/jacoco.exec
instead of:
file:/path/to/ispn_project_root/jacoco/merged/jacoco.exec
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8678) infinispan/pom.xml dependencies for org.apache.ant:ant-nodeps and org.apache.ant:ant refer to ${ant.version}==1.10.1 but actually have different versions: 1.8.1 and 1.10.1 respectively.
by Dmitrii Puzikov (JIRA)
[ https://issues.jboss.org/browse/ISPN-8678?page=com.atlassian.jira.plugin.... ]
Dmitrii Puzikov updated ISPN-8678:
----------------------------------
Summary: infinispan/pom.xml dependencies for org.apache.ant:ant-nodeps and org.apache.ant:ant refer to ${ant.version}==1.10.1 but actually have different versions: 1.8.1 and 1.10.1 respectively. (was: infinispan/pom.xml dependencies for org.apache.ant:ant-nodeps and org.apache.ant:ant refer to ${ant.version}==1.10.1 but actually has different versions: 1.8.1 and 1.10.1 respectively.)
> infinispan/pom.xml dependencies for org.apache.ant:ant-nodeps and org.apache.ant:ant refer to ${ant.version}==1.10.1 but actually have different versions: 1.8.1 and 1.10.1 respectively.
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-8678
> URL: https://issues.jboss.org/browse/ISPN-8678
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Affects Versions: 9.2.0.Beta2
> Reporter: Dmitrii Puzikov
>
> Incorrect version causes build failure:
> {code}
> $> mvn test -Pcoverage -Dmaven.test.failure.ignore=true -s maven-settings.xml
> ...
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 3.083 s
> [INFO] Finished at: 2018-01-11T14:56:00+01:00
> [INFO] Final Memory: 107M/1483M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (copy-generated-classes) on project infinispan-parent: Execution copy-generated-classes of goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run failed: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.8 or one of its dependencies could not be resolved: Failure to find org.apache.ant:ant-nodeps:jar:1.10.1 in https://repository.jboss.org/nexus/content/groups/public-jboss was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8678) infinispan/pom.xml dependencies for org.apache.ant:ant-nodeps and org.apache.ant:ant refer to ${ant.version}==1.10.1 but actually has different versions: 1.8.1 and 1.10.1 respectively.
by Dmitrii Puzikov (JIRA)
[ https://issues.jboss.org/browse/ISPN-8678?page=com.atlassian.jira.plugin.... ]
Dmitrii Puzikov updated ISPN-8678:
----------------------------------
Summary: infinispan/pom.xml dependencies for org.apache.ant:ant-nodeps and org.apache.ant:ant refer to ${ant.version}==1.10.1 but actually has different versions: 1.8.1 and 1.10.1 respectively. (was: infinispan/pom.xml dependencies for org.apache.ant:ant-nodeps and org.apache.ant:ant refers to ${ant.version}==1.10.1 but actually has different versions: 1.8.1 and 1.10.1 respectively.)
> infinispan/pom.xml dependencies for org.apache.ant:ant-nodeps and org.apache.ant:ant refer to ${ant.version}==1.10.1 but actually has different versions: 1.8.1 and 1.10.1 respectively.
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-8678
> URL: https://issues.jboss.org/browse/ISPN-8678
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Affects Versions: 9.2.0.Beta2
> Reporter: Dmitrii Puzikov
>
> Incorrect version causes build failure:
> {code}
> $> mvn test -Pcoverage -Dmaven.test.failure.ignore=true -s maven-settings.xml
> ...
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 3.083 s
> [INFO] Finished at: 2018-01-11T14:56:00+01:00
> [INFO] Final Memory: 107M/1483M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (copy-generated-classes) on project infinispan-parent: Execution copy-generated-classes of goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run failed: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.8 or one of its dependencies could not be resolved: Failure to find org.apache.ant:ant-nodeps:jar:1.10.1 in https://repository.jboss.org/nexus/content/groups/public-jboss was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8678) infinispan/pom.xml dependencies for org.apache.ant:ant-nodeps and org.apache.ant:ant refers to ${ant.version}==1.10.1 but actually has different versions: 1.8.1 and 1.10.1 respectively.
by Dmitrii Puzikov (JIRA)
Dmitrii Puzikov created ISPN-8678:
-------------------------------------
Summary: infinispan/pom.xml dependencies for org.apache.ant:ant-nodeps and org.apache.ant:ant refers to ${ant.version}==1.10.1 but actually has different versions: 1.8.1 and 1.10.1 respectively.
Key: ISPN-8678
URL: https://issues.jboss.org/browse/ISPN-8678
Project: Infinispan
Issue Type: Bug
Components: Build
Affects Versions: 9.2.0.Beta2
Reporter: Dmitrii Puzikov
Incorrect version causes build failure:
{code}
$> mvn test -Pcoverage -Dmaven.test.failure.ignore=true -s maven-settings.xml
...
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.083 s
[INFO] Finished at: 2018-01-11T14:56:00+01:00
[INFO] Final Memory: 107M/1483M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (copy-generated-classes) on project infinispan-parent: Execution copy-generated-classes of goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run failed: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.8 or one of its dependencies could not be resolved: Failure to find org.apache.ant:ant-nodeps:jar:1.10.1 in https://repository.jboss.org/nexus/content/groups/public-jboss was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced -> [Help 1]
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8677) Remove dataservices dependency on SSO image
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-8677:
----------------------------------
Summary: Remove dataservices dependency on SSO image
Key: ISPN-8677
URL: https://issues.jboss.org/browse/ISPN-8677
Project: Infinispan
Issue Type: Enhancement
Components: Cloud
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Currently we utilise the sso71-openshift image to initiate trust and keystores in the dataservice images, however all that is really required from this image is the openssl package. Therefore, we should remove the sso71-openshift dependency and install openssl via concreate package repositories.
I have already utilised concreate packages locally with success, however it does not work on the CI nodes due to how docker build is attempting to install openssl from the remote repo. The following error occurs when executing the build on CI:
{code}
Step 7 : RUN yum install -y --disablerepo=\* --enablerepo=jboss-rhel-os openssl && yum clean all && rpm -q openssl
---> Running in 085b9e044e8f
Loaded plugins: ovl, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
[91mhttp://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Trying other mirror.
[0m[91mhttp://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Trying other mirror.
[0m[91mhttp://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Trying other mirror.
[0m[91mhttp://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Trying other mirror.
[0m[91mhttp://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Trying other mirror.
[0m[91mhttp://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Trying other mirror.
[0m[91mhttp://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Trying other mirror.
[0m[91mhttp://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
[0m[91mTrying other mirror.
[0m[91mhttp://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Trying other mirror.
[0m[91mhttp://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Trying other mirror.
One of the configured repositories failed (Red Hat RHEL7 repo),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=jboss-rhel-os ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable jboss-rhel-os
or
subscription-manager repos --disable=jboss-rhel-os
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=jboss-rhel-os.skip_if_unavailable=true
failure: repodata/repomd.xml from jboss-rhel-os: [Errno 256] No more mirrors to try.
http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: [Errno 12] Timeout on http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Ser...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
[0mRemoving intermediate container 085b9e044e8f
The command '/bin/sh -c yum install -y --disablerepo=\* --enablerepo=jboss-rhel-os openssl && yum clean all && rpm -q openssl' returned a non-zero code: 1
make: *** [build-image] Error 1
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8676) Non-writing functional command should not go to backup
by Radim Vansa (JIRA)
[ https://issues.jboss.org/browse/ISPN-8676?page=com.atlassian.jira.plugin.... ]
Radim Vansa commented on ISPN-8676:
-----------------------------------
As JCache uses read-write commands for reads, this needs to work at least for single-key commands (but without multi-key commands the {{getAll}} and sometimes {{invokeAll}} performance suffers).
> Non-writing functional command should not go to backup
> ------------------------------------------------------
>
> Key: ISPN-8676
> URL: https://issues.jboss.org/browse/ISPN-8676
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.2.0.Beta2
> Reporter: Radim Vansa
> Assignee: Radim Vansa
>
> When a functional read/write or write-only command results in the entry not being changed, the command should not be sent to the backup owner.
> Solving this for single entry is trivial (setting {{successful = false}}), the routing logic for multi-key commands is more complex.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months