Return-Path: X-Original-To: apmail-logging-log4php-dev-archive@www.apache.org Delivered-To: apmail-logging-log4php-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD7EC7E8C for ; Mon, 21 Nov 2011 11:41:09 +0000 (UTC) Received: (qmail 89702 invoked by uid 500); 21 Nov 2011 11:41:09 -0000 Delivered-To: apmail-logging-log4php-dev-archive@logging.apache.org Received: (qmail 89675 invoked by uid 500); 21 Nov 2011 11:41:09 -0000 Mailing-List: contact log4php-dev-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4PHP Dev" List-Id: Delivered-To: mailing list log4php-dev@logging.apache.org Received: (qmail 89668 invoked by uid 99); 21 Nov 2011 11:41:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2011 11:41:09 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ivan.habunek@gmail.com designates 209.85.215.175 as permitted sender) Received: from [209.85.215.175] (HELO mail-ey0-f175.google.com) (209.85.215.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2011 11:41:03 +0000 Received: by eyd9 with SMTP id 9so6864185eyd.34 for ; Mon, 21 Nov 2011 03:40:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=3HOzpj6go84VhAJ4FttoMdGD49H20wyDyrVTbPmZlk8=; b=cOKa1XLcTeGhfpzHNwjk7h8n0aiJ37jiiaJLz2CRdSe+bUzZmEUzqOnDDBVxRUW7Pv g770K0WavZ18Fv194MmMVLKFGFDL3HpuvBNNZ0iOfeJaEUNrWWK/7C46kU1lfRQVz0Wi qxXukY/AvWM1h4hPJ8LpuolCLLXB6OuEDiiEM= Received: by 10.180.19.9 with SMTP id a9mr13575286wie.32.1321875643046; Mon, 21 Nov 2011 03:40:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.82.230 with HTTP; Mon, 21 Nov 2011 03:40:22 -0800 (PST) In-Reply-To: <20111121110215.91920@gmx.net> References: <20111119103356.7CA7CC010B@aegis.apache.org> <4EC7AEC9.3040200@gmx.de> <20111121103235.303900@gmx.net> <20111121104624.91930@gmx.net> <20111121110215.91920@gmx.net> From: Ivan Habunek Date: Mon, 21 Nov 2011 12:40:22 +0100 Message-ID: Subject: Re: buildbot failure in ASF Buildbot on log4php-trunk To: Log4PHP Dev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 21 November 2011 12:02, Florian Semm wrote: > the mock-functionlity is a core-feature of phpunit. an update of phpunit should be enougth. Hm, we updated phpunit a couple of weeks ago to version 3.6.3, that't the latest release. Christian, can you run the following command on the ci server, please: pear list -c pear.phpunit.de Just to see which versions we have installed. Mine read as follows (and I have no problem with running tests): PACKAGE VERSION STATE DbUnit 1.1.1 stable File_Iterator 1.3.0 stable PHPUnit 3.6.3 stable PHPUnit_MockObject 1.1.0 stable PHPUnit_Selenium 1.1.0 stable PHP_CodeCoverage 1.1.1 stable PHP_Timer 1.0.2 stable PHP_TokenStream 1.1.1 stable Text_Template 1.1.1 beta Regards, Ivan