Skip to main content

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

I fixed the root cause and retriggered the failed builds

On Wed, Oct 21, 2015 at 12:15 PM, Marc Strapetz <marc.strapetz@xxxxxxxxxxx> wrote:
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
_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jgit-dev


Back to the top