Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 882DA10807 for ; Thu, 13 Mar 2014 13:26:51 +0000 (UTC) Received: (qmail 86706 invoked by uid 500); 13 Mar 2014 13:26:49 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 86555 invoked by uid 500); 13 Mar 2014 13:26:48 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 86544 invoked by uid 99); 13 Mar 2014 13:26:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 13:26:47 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alex.parvulescu@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vc0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 13:26:43 +0000 Received: by mail-vc0-f176.google.com with SMTP id lc6so1059463vcb.21 for ; Thu, 13 Mar 2014 06:26:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=YPTMHMq7Tl1JWpsJSZdRiLLKejlIvYtIOE4PePNTJFQ=; b=1D+h0LK6GmPQSaZr/ATdEawoYb7X1Ke3DfVgRQNpqRt1RpvsBFo+4S1cWQIywkB8+U PaWppKn6hzuXeI6NORSZ15vlicPmxAsdGLdyH8Jy+J78JSet4SwLOiEdnDLhPx8b3DYS mo7rQANHK4qvnpWNGMm0jLBu/2Hs62tmhnyodz3hz3AHV0ulb17QyVohoXIuX4cCEshu DisG6Cw0zeS64VzU3VlQcUWUx+0lMw7vBBymILsCxn+XqH4OVKryw7BDjCPRb0iss9Jl Wf745icxCyjbtSns3kuAVMd5jMs8qieloHZ7uXQREwTBfPvKiR72Ukw3Gx06jyRnPMW1 wMtw== MIME-Version: 1.0 X-Received: by 10.52.65.132 with SMTP id x4mr761098vds.36.1394717182947; Thu, 13 Mar 2014 06:26:22 -0700 (PDT) Received: by 10.221.27.2 with HTTP; Thu, 13 Mar 2014 06:26:22 -0700 (PDT) Date: Thu, 13 Mar 2014 14:26:22 +0100 Message-ID: Subject: failing build on travis From: Alex Parvulescu To: oak-dev@jackrabbit.apache.org Content-Type: multipart/alternative; boundary=20cf3071c8ac40796b04f47ce678 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3071c8ac40796b04f47ce678 Content-Type: text/plain; charset=ISO-8859-1 hi, The travis build is currently failing [0], failing test is org.apache.jackrabbit.oak.plugins.document.DocumentMKBranchMergeTest#concurrentNonConflictingMerges Seeing as we don't receive mails for failed consecutive builds, even though they might fail for completely different reasons, I'm going to paste the errors myself :) [1] best, alex [0] https://travis-ci.org/apache/jackrabbit-oak/builds/20685937 [1] concurrentNonConflictingMerges(org.apache.jackrabbit.oak.plugins.document.DocumentMKBranchMergeTest) Time elapsed: 1.503 sec <<< ERROR! org.apache.jackrabbit.mk.api.MicroKernelException: The node 0:/ does not exist or is already deleted, before r144bb955555-0-1; document: {_lastRev={r0-0-1=r144bb95515e-0-1}, _prev={r144bb95553e-0-1=r144bb95515e-0-1}, _id=0:/, _modified=278943305, _revisions={r144bb95554b-2-1=br144bb955508-0-1, r144bb95554b-1-1=br144bb955510-1-1, r144bb95554b-0-1=br144bb955513-0-1, r144bb955544-0-1=c-r144bb955548-0-1, r144bb95552a-0-1=c-r144bb955550-0-1, r144bb955525-0-1=c-r144bb95554b-3-1}, _children=true, _deleted={r144bb95515e-0-1=false}}, revision order: 1: r144bb95515e-0-1:r144bb95515e-1-0 at org.apache.jackrabbit.oak.plugins.document.Commit.checkConflicts(Commit.java:500) at org.apache.jackrabbit.oak.plugins.document.Commit.createOrUpdateNode(Commit.java:418) at org.apache.jackrabbit.oak.plugins.document.Commit.applyToDocumentStore(Commit.java:340) at org.apache.jackrabbit.oak.plugins.document.Commit.prepare(Commit.java:195) at org.apache.jackrabbit.oak.plugins.document.Commit.apply(Commit.java:166) at org.apache.jackrabbit.oak.plugins.document.DocumentMK.commit(DocumentMK.java:241) at org.apache.jackrabbit.oak.plugins.document.DocumentMKBranchMergeTest$1.run(DocumentMKBranchMergeTest.java:424) at java.lang.Thread.run(Thread.java:744) --20cf3071c8ac40796b04f47ce678--