[
https://issues.apache.org/jira/browse/RYA-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16435895#comment-16435895
]
ASF GitHub Bot commented on RYA-485:
------------------------------------
Github user asfgit commented on the issue:
https://github.com/apache/incubator-rya/pull/288
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/728/<h2>Build
result: FAILURE</span></h2>[...truncated 1.58 MB...][INFO] Apache Rya Spark
Support ........................... SKIPPED[INFO] Apache Rya Web Projects
............................ SKIPPED[INFO] Apache Rya Web Implementation
...................... SKIPPED[INFO]
------------------------------------------------------------------------[INFO]
BUILD FAILURE[INFO]
------------------------------------------------------------------------[INFO]
Total time: 22:39 min[INFO] Finished at: 2018-04-12T16:37:36+00:00[INFO] Final
Memory: 256M/2947M[INFO]
------------------------------------------------------------------------[ERROR]
Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:2.4.3:shade
(default) on project rya.shell: Error creating shaded jar: No space left on
device -> [Help 1][ERROR] [ERROR] To see the full stack trace of the errors,
re-run Maven with the -e switch.[ERROR] Re-run Maven using the -X switch to
enable full debug logging.[ERROR] [ERROR] For more information about the errors
and possible solutions, please read the following articles:[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command[ERROR] mvn <goals> -rf :rya.shellchannel stoppedSetting status of
b1d4790751b2547d1091687301f4419fe395ebf0 to FAILURE with url
https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/728/
and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing
> fix maven-shade-plugin usage
> ----------------------------
>
> Key: RYA-485
> URL: https://issues.apache.org/jira/browse/RYA-485
> Project: Rya
> Issue Type: Bug
> Components: build
> Affects Versions: 3.2.12
> Reporter: Jeff Dasch
> Priority: Major
>
> There are a couple of executions (rya.mapreduce, and others) of the
> maven-shade-plugin where the shade goal is not specified. This will result
> the shade jar not being created. Use this grep to find them all:
> grep -A 20 "maven-shade-plugin" -R .
> While in there, remove any maven-shade-plugin version definition so we defer
> to the parent pom.
> also fix this bug:
> {code:java}
> [WARNING] Some problems were encountered while building the effective model
> for org.apache.rya:rya.streams.query-manager:jar:3.2.13-incubating-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for
> org.codehaus.mojo:rpm-maven-plugin is missing. @
> org.apache.rya:rya.streams.query-manager:[unknown-version],
> /Users/jdasch/github/incubator-rya/extras/rya.streams/query-manager/pom.xml,
> line 177, column 21
> [WARNING]
> {code}
>
> Hat tip to Jorge Machado for reporting this regression.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)