Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Gerrit/Hudson problem with WalkEncryptionTest

Not sure what's wrong here, but WalkEncryptionTest makes all of my freshly uploaded patches fail though the failure is definitely not related to my changes:

https://hudson.eclipse.org/jgit/job/jgit.gerrit/7278/testReport/org.eclipse.jgit.transport/WalkEncryptionTest$MinimalSet/org_eclipse_jgit_transport_WalkEncryptionTest$MinimalSet/

Error Message

Writing of 'tester-1445422172458.jgit/' failed: 403 Forbidden

Stacktrace

java.io.IOException: Writing of 'tester-1445422172458.jgit/' failed: 403 Forbidden
	at org.eclipse.jgit.transport.AmazonS3.error(AmazonS3.java:527)
	at org.eclipse.jgit.transport.AmazonS3.put(AmazonS3.java:433)
at org.eclipse.jgit.transport.WalkEncryptionTest$Base.remoteCreate(WalkEncryptionTest.java:690) at org.eclipse.jgit.transport.WalkEncryptionTest$Base.initialize(WalkEncryptionTest.java:985)

-Marc


Back to the top