Projects tigase _server server-core Issues #793
tigase-server-distribution - Build # 1180 - Failure! (#793)
Closed
Tigase Support opened 7 years ago
Due Date
2017-03-29

tigase-server-distribution - Build # 1180 - Failure:

Check console output at http://build.tigase.org/jenkins/job/tigase-server-distribution/1180/ to view the results.

Changes:

[daniel] #5058 Stage II: File Organization

[daniel] #5058 Stage II: File Organization II

[daniel] #5058 Stage II: File Organization III Update Index.asciidoc files

[Wojciech Kapcia] #4776: integrate tigase.util.ui.console.ParameterParser in

[Wojciech Kapcia] #4776: remove per-database scripts and redirect everything to directly

[Wojciech Kapcia] #4776: move DBSchemaLoader to tigase.db.util package

[daniel] #4890 Update image links for Dev Guide

[Andrzej Wójcik] #4896,#4880#: added setup mode (config-type=setup)

[daniel] #5058 Stage IV: Cleanup

Started by: Started by upstream project "multijob" build number 1,357


[...truncated 4.64 KB...]
org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM /var/lib/jenkins/jobs/tigase-server-distribution/workspace/documentation/asciidoc/pom.xml: end tag name </configuration> must match start tag name <filesets> from line 394 (position: TEXT seen ...</verbose>-->\r\n\t\t\t\t\t\t</configuration>... @410:23)  @ line 410, column 23

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1321)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1118)
	at hudson.FilePath.act(FilePath.java:996)
	at hudson.FilePath.act(FilePath.java:974)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:980)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:692)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
[workspace] $ /bin/sh -xe /tmp/jenkins5558716698045217065.sh
+ export COMPONENT=tigase-server
+ export DOCU_DIR=/home/documentation/tigase-server/snapshot
+ date +%Y-%m-%d
+ NIGHTLY=2017-03-30
+ [ -e /home/documentation/tigase-server/snapshot/ ]
+ rm -rf /home/documentation/tigase-server/snapshot/
+ [ ! -e /home/documentation/tigase-server/snapshot/ ]
+ mkdir -p /home/documentation/tigase-server/snapshot/
+ [ -e distribution-docs/ ]
+ sleep 2
+ groovy /home/jenkins/page.groovy /home/documentation/
+ + mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version
grep -Ev (^\[|Download\w+:)
+ sed -E s/([\d\.]*)-.*/\1/
+ VERSION=7.2.0
+ git reset --hard
HEAD is now at dbc5229 #5058 Stage IV: Cleanup
+ git checkout master
Switched to a new branch 'master'
Branch master set up to track remote branch master from origin.
+ mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate+  -Dexpression=project.version
+ sed -E s/([\d\.]*)-.*/\1/
grep -Ev (^\[|Download\w+:)
+ LATEST_VERSION=7.2.0
+ NIGHTLIES_DIR=/home/jenkins/nightlies
+ DIST_DIR=/home/jenkins/nightlies/dists
+ bash -ex /home/jenkins/dist_linker.sh tigase-server distribution-packages /home/jenkins/nightlies/dists 7.2.0 7.2.0
+ '[' -z tigase-server ']'
+ COMPONENT=tigase-server
+ '[' -z distribution-packages ']'
+ SOURCE_DIR=distribution-packages
+ '[' -z /home/jenkins/nightlies/dists ']'
+ DIST_DIR=/home/jenkins/nightlies/dists
+ '[' -z 7.2.0 ']'
+ VERSION=7.2.0
+ '[' -z 7.2.0 ']'
+ LATEST_VERSION=7.2.0
++ date +%Y-%m-%d
+ NIGHTLY=2017-03-30
+ '[' '!' -e /home/jenkins/nightlies/dists/2017-03-30/ ']'
+ '[' -z 7.2.0 ']'
+ for f in '"${DIST_DIR}/${NIGHTLY}/${COMPONENT}-${VERSION}"*'
+ '[' -e '/home/jenkins/nightlies/dists/2017-03-30/tigase-issue #7.2.0*' ']'
+ cp -v 'distribution-packages/tigase-server-*' /home/jenkins/nightlies/dists/2017-03-30/
cp: cannot stat `distribution-packages/tigase-server-*': No such file or directory
Build step 'Execute shell' marked build as failure
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Notifying upstream projects of job completion
Email was triggered for: Failure - 1st
Email was triggered for: Failure - Any
Trigger Failure - Any was overridden by another trigger and will not send an email.
Trigger Failure - Still was overridden by another trigger and will not send an email.
Sending email for trigger: Failure - 1st

wojciech.kapcia@tigase.net commented 7 years ago

Dan, it looks like a problem with pom.xml in docs configuration:

Non-parseable POM /var/lib/jenkins/jobs/tigase-server-distribution/workspace/documentation/asciidoc/pom.xml

I'm assigning to you as those look like your changes.

Btw. it looks like some XML semantics problem so I would recommend using some XML-capable editor. You could even try using NetBeans - I know it's a few orders of magnitude bigger than what's needed but it offers great support for maven and it's configuration and it makes editing those configurations simpler and less error-prone.

Daniel Wisnewski commented 7 years ago

%wojtek you were right, these were my changes to the POM. Oddly, I built tigase twice before my last push yesterday and did not get any error messages from @mvn -Pdoc clean install@. Pubsub lists unstable from some code, but distribution and documentation is clean, so closing issue.

wojciech.kapcia@tigase.net commented 7 years ago

Daniel Wisnewski wrote:

Pubsub lists unstable from some code, but distribution and documentation is clean, so closing issue.

Thank you %Daniel . Mentioned issue is known: #5106 but less important.

issue 1 of 1
Type
Bug
Priority
Major
Assignee
RedmineID
5170
Version
tigase-server-8.0.0
Spent time
2h 30m
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#793
Please wait...
Page is in error, reload to recover