[JIRA] [ssh-slaves] (JENKINS-7641) Slaves hang when archiving artifacts

2014-07-21 Thread oliver.b...@aei.mpg.de (JIRA)














































Oliver Bock
 commented on  JENKINS-7641


Slaves hang when archiving artifacts















Unfortunately Oracle Java isn't available on OS X  10.7 but we only see the issue on 10.4 - and we still need to support it.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ssh-slaves] (JENKINS-7641) Slaves hang when archiving artifacts

2014-07-21 Thread oliver.b...@aei.mpg.de (JIRA)












































 
Oliver Bock
 edited a comment on  JENKINS-7641


Slaves hang when archiving artifacts
















Unfortunately Oracle Java isn't available on OS X  10.7 but we only see the issue (1, 2) on 10.4 - and we still need to support it.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ssh-slaves] (JENKINS-7641) Slaves hang when archiving artifacts

2014-07-21 Thread oliver.b...@aei.mpg.de (JIRA)












































 
Oliver Bock
 edited a comment on  JENKINS-7641


Slaves hang when archiving artifacts
















Unfortunately Oracle Java isn't available on OS X  10.7 but we only see the issue (see above: comment 1, comment 2) on 10.4 - and we still need to support it.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [matrix-reloaded] (JENKINS-19970) ( Praqma case 10162 ) Matrix-reloaded does not adhere to build permissions in the same way that normal manual build triggering does.

2014-02-20 Thread oliver.b...@aei.mpg.de (JIRA)














































Oliver Bock
 commented on  JENKINS-19970


( Praqma case 10162 ) Matrix-reloaded does not adhere to build permissions in the same way that normal manual build triggering does. 















FWIW, we experience the same error: using project-based security (which is vital) doesn't work with Matrix Reloaded. It doesn't allow to trigger matrix rebuilds by users who don't have global build permissions, as described by the original reporter.

Is there any update on this?

Thanks.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [git] (JENKINS-17629) Regression: git 1.6.2 not supported anymore (failing clone due to existing workspace dir)

2013-04-16 Thread oliver.b...@aei.mpg.de (JIRA)














































Oliver Bock
 created  JENKINS-17629


Regression: git  1.6.2 not supported anymore (failing clone due to existing workspace dir)















Issue Type:


Bug



Affects Versions:


current



Assignee:


Nicolas De Loof



Components:


git, git-client



Created:


16/Apr/13 11:17 AM



Description:


Jenkins 1.511 (git plugin 1.3.0, git client plugin 1.0.5) doesn't support git  1.6.2 anymore since older git versions don't support cloning into existing (even if empty!) directories:


Last Built Revision: Revision SHA1 (origin/master)
Cloning the remote Git repository
Cloning repository myrepo-url.git
git --version
git version 1.5.6.5
ERROR: Error cloning remote repo 'origin' : Could not clone myrepo-url.git
[...]
stderr: fatal: destination directory '/home/jenkins/workspace/build-workspace' already exists.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:773)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:217)
	... 12 more
Trying next repository
ERROR: Could not clone repository



Something seems to have changed in the build process lately as Jenkins 1.502 doesn't have this problem. It seems the workspace is created before cloning which hasn't been done in (at least) 1.502.




Project:


Jenkins



Labels:


git
plugin
clone
workspace
regression




Priority:


Major



Reporter:


Oliver Bock

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [git] (JENKINS-17629) Regression: git 1.6.2 not supported anymore (failing clone due to existing workspace dir)

2013-04-16 Thread oliver.b...@aei.mpg.de (JIRA)














































Oliver Bock
 updated  JENKINS-17629


Regression: git  1.6.2 not supported anymore (failing clone due to existing workspace dir)
















Change By:


Oliver Bock
(16/Apr/13 11:21 AM)




Description:


Jenkins1.511(gitplugin1.3.0,gitclientplugin1.0.5)doesntsupportgit1.6.2anymoresinceoldergitversionsdontsupportcloningintoexisting
directories
(evenifempty!)
directories
:{noformat}LastBuiltRevision:RevisionSHA1(origin/master)CloningtheremoteGitrepositoryCloningrepositorymyrepo-url.gitgit--versiongitversion1.5.6.5ERROR:Errorcloningremoterepoorigin:Couldnotclonemyrepo-url.git[...]stderr:fatal:destinationdirectory/home/jenkins/workspace/build-workspacealreadyexists.	atorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:773)	atorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:217)	...12moreTryingnextrepositoryERROR:Couldnotclonerepository{noformat}SomethingseemstohavechangedinthebuildprocesslatelyasJenkins1.502doesnthavethisproblem.Itseemstheworkspaceiscreatedbeforecloningwhich
hasn
seeminglywasn
t
beendone
thecase
in(atleast)1.502.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [git] (JENKINS-17629) Regression: git 1.6.2 not supported anymore (failing clone due to existing workspace dir)

2013-04-16 Thread oliver.b...@aei.mpg.de (JIRA)














































Oliver Bock
 commented on  JENKINS-17629


Regression: git  1.6.2 not supported anymore (failing clone due to existing workspace dir)















The git clone enhancement was added in 55892d2 and got integrated in git 1.6.2.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [ssh-slaves] (JENKINS-7641) Slaves hang when archiving artifacts

2013-04-15 Thread oliver.b...@aei.mpg.de (JIRA)














































Oliver Bock
 commented on  JENKINS-7641


Slaves hang when archiving artifacts















This issue just got worse: with 1.502, when the build itself was successful, a failure to archive the artefacts did at least not change the overall build result to FAILURE. Unfortunately, with 1.511 it does:


===
Running test
===
Test passed
===
Archiving artifacts
ERROR: Failed to archive artifacts: build.log
hudson.util.IOException2: java.io.IOException
	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:175)
	at hudson.util.HeadBufferingStream.read(HeadBufferingStream.java:61)
	at java.io.FilterInputStream.read(FilterInputStream.java:107)
	at hudson.util.HeadBufferingStream.fillSide(HeadBufferingStream.java:83)
	at hudson.FilePath$TarCompression$2.extract(FilePath.java:625)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:1926)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:133)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:802)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:774)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:724)
	at hudson.model.Run.execute(Run.java:1600)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:237)

	at hudson.FilePath.copyRecursiveTo(FilePath.java:1933)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:133)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:802)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:774)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:724)
	at hudson.model.Run.execute(Run.java:1600)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:237)
Caused by: java.util.concurrent.ExecutionException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Request$1.get(Request.java:278)
	at hudson.remoting.Request$1.get(Request.java:210)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:1929)
	... 10 more
Caused by: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Request.abort(Request.java:299)
	at hudson.remoting.Channel.terminate(Channel.java:732)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
Caused by: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)
Caused by: java.io.EOFException
	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2570)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1314)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
	at hudson.remoting.Command.readFrom(Command.java:92)
	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)
Build step 'Archive the artifacts' changed build result to FAILURE
Finished: FAILURE





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For 

[JIRA] [core] (JENKINS-15682) archive artifacts hangs on ia64 slave due to JNA initialization error

2013-04-15 Thread oliver.b...@aei.mpg.de (JIRA)














































Oliver Bock
 commented on  JENKINS-15682


archive artifacts hangs on ia64 slave due to JNA initialization error
















By the way anyone using proprietary or unusual platforms should not expect that Jenkins core developers will be able to reproduce their problems. Debug it yourself and file a pull request if you want a prompt fix.
@jglick: What if we'd provide access to an affected machine, either via ssh or direct access? Would some core developer be willing to tackle the problem in that case?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] (JENKINS-7641) Slaves hang when archiving artifacts

2013-02-27 Thread oliver.b...@aei.mpg.de (JIRA)














































Oliver Bock
 commented on  JENKINS-7641


Slaves hang when archiving artifacts
















switching to Oracle's JDK from Open JDK
Unfortunately that's not an option for OSX  10.7



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] (JENKINS-15682) archive artifacts hangs on ia64 slave due to JNA initialization error

2013-01-23 Thread oliver.b...@aei.mpg.de (JIRA)














































Oliver Bock
 commented on  JENKINS-15682


archive artifacts hangs on ia64 slave due to JNA initialization error















@jglick Agreed. I'd love to use this workaround on OS X as well. This (and/or the related issue) is a long standing issue that's really precluding us from doing actual CI right now. 



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15682) archive artifacts hangs on ia64 slave due to JNA initialization error

2013-01-23 Thread oliver.b...@aei.mpg.de (JIRA)












































 
Oliver Bock
 edited a comment on  JENKINS-15682


archive artifacts hangs on ia64 slave due to JNA initialization error
















@jglick Agreed. I'd love to use this workaround on OS X 10.4 as well. This (and/or the related issue) is a long standing issue that's really precluding us from doing actual CI right now. 



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15697) 1.487: Automatic JNLP installation breaks Xserve OS X slaves

2012-11-12 Thread oliver.b...@aei.mpg.de (JIRA)












































 
Oliver Bock
 edited a comment on  JENKINS-15697


1.487: Automatic JNLP installation breaks Xserve OS X slaves
















Same regression here on all my OS X build slaves (all types of hardware and OS X versions). The proposed workaround does the trick for the time being...



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-7641) Slaves hang when archiving artifacts

2012-07-17 Thread oliver.b...@aei.mpg.de (JIRA)














































Oliver Bock
 commented on  JENKINS-7641


Slaves hang when archiving artifacts















Same behavior here on OS X 10.4 slave (JRE 1.5.0_19, slave.jar 2.16). As described by @crusius, although I can cancel the job if I try it twice. Then I get the following, slightly different error:


Archiving artifacts
ERROR: Failed to archive artifacts: build.log, dist/*
hudson.util.IOException2: java.io.IOException
	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:175)
	at hudson.util.HeadBufferingStream.read(HeadBufferingStream.java:61)
	at java.io.FilterInputStream.read(FilterInputStream.java:107)
	at hudson.util.HeadBufferingStream.fillSide(HeadBufferingStream.java:83)
	at hudson.FilePath$TarCompression$2.extract(FilePath.java:619)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:1771)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:116)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:692)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:639)
	at hudson.model.Run.execute(Run.java:1513)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)

	at hudson.FilePath.copyRecursiveTo(FilePath.java:1778)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:116)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:692)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:639)
	at hudson.model.Run.execute(Run.java:1513)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: java.util.concurrent.ExecutionException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Request$1.get(Request.java:278)
	at hudson.remoting.Request$1.get(Request.java:210)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:1774)
	... 10 more
Caused by: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.Request.abort(Request.java:299)
	at hudson.remoting.Channel.terminate(Channel.java:719)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
Caused by: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50)
Caused by: java.io.EOFException
	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2570)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1314)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
	at hudson.remoting.Command.readFrom(Command.java:90)
	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-11586) Regression introduced with Slave Side ChannelPinger

2012-07-17 Thread oliver.b...@aei.mpg.de (JIRA)














































Oliver Bock
 commented on  JENKINS-11586


Regression introduced with Slave Side ChannelPinger















Any update on this?

Thanks



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira