Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-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 7640610D20 for ; Mon, 22 Apr 2013 19:24:27 +0000 (UTC) Received: (qmail 14700 invoked by uid 500); 22 Apr 2013 19:24:27 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 14635 invoked by uid 500); 22 Apr 2013 19:24:27 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 14624 invoked by uid 99); 22 Apr 2013 19:24:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2013 19:24:27 +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 philip@cloudera.com designates 209.85.210.181 as permitted sender) Received: from [209.85.210.181] (HELO mail-ia0-f181.google.com) (209.85.210.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2013 19:24:23 +0000 Received: by mail-ia0-f181.google.com with SMTP id k38so1224758iah.40 for ; Mon, 22 Apr 2013 12:24:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type:x-gm-message-state; bh=mxzedzf4EaXIR9C1O01rHFYSKcHEQrN6iqNT6cPsTAk=; b=XcLk+uLCRNijyfRoPSwbGKneEPAmTu65N+mvTvMSDQyP2MaT/aVRsqzaCew/1K5jDy KfRuwNCIGBcVJjKe41kS3Xg1SCqVkR4QFHYEknkskBnXL3XQLdB0pRsF/9BejryWem1G xzho67aBbaRxwuVbd8aMHBnhLxT7PvniVJ8CJ98bppfEtl7v3C6vXfjyabfNSg9R2yLe 8l6VATEGS4Kbtrsm0tur4aN0hdf/k4s490+J6l2Xg57r3dZSpDkytGIW7xeBaSTPFuD/ /rrKDETyNlxH8/N6BLDCkl44ZVMGBD0fEnxjE0CC+vs2f7k29Auxhp+bRTNWhvn+KZiY uxEg== X-Received: by 10.50.55.8 with SMTP id n8mr8848025igp.28.1366658642553; Mon, 22 Apr 2013 12:24:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.11.101 with HTTP; Mon, 22 Apr 2013 12:23:42 -0700 (PDT) In-Reply-To: References: <20130422175336.DF3B6C0071@aegis.apache.org> From: Philip Zeyliger Date: Mon, 22 Apr 2013 12:23:42 -0700 Message-ID: Subject: Re: buildbot failure in ASF Buildbot on avro-py-ubuntu-9.10 To: "dev@avro.apache.org" Content-Type: multipart/alternative; boundary=047d7b10cd3deb8bbb04daf802f8 X-Gm-Message-State: ALoCoQmHXW5OG0yhQvy+BXQ5EfAQPnp+PXWb+b1CndpdHR7FssdkSlqU5ibMoJn3J1ilmFhEH6vI X-Virus-Checked: Checked by ClamAV on apache.org --047d7b10cd3deb8bbb04daf802f8 Content-Type: text/plain; charset=ISO-8859-1 Ideally we'd be 2.4 compatible as well. Let me know when you have a patch, and I'll get it pushed in quickly. -- Philip On Mon, Apr 22, 2013 at 12:11 PM, Jeremy Kahn wrote: > okay, not "very old"; probably python 2.6. > > http://docs.python.org/2/library/unittest.html#unittest.TestCase.assertNotIn > > Looks like buildbot on Ubuntu 9.10 is probably running Python 2.6. I will > submit a patch for 2.6 compatibility. > > --Jeremy > > > On Mon, Apr 22, 2013 at 11:56 AM, Jeremy Kahn wrote: > > > uh, looks like the buildbot is using some very old version of unittest ? > > > > ====================================================================== > > [py-test] ERROR: test_inner_namespace_not_rendered > (test_protocol.TestProtocol) > > [py-test] > ---------------------------------------------------------------------- > > [py-test] Traceback (most recent call last): > > [py-test] File > "/home/buildslave3/slave3/avro-py-ubuntu-9.10/build/lang/py/build/test/test_protocol.py", > line 382, in test_inner_namespace_not_rendered > > [py-test] self.assertNotIn('namespace', > proto.to_json()['types'][0]) > > [py-test] AttributeError: 'TestProtocol' object has no attribute > 'assertNotIn' > > [py-test] > > > > > > > > On Mon, Apr 22, 2013 at 10:53 AM, wrote: > > > >> The Buildbot has detected a new failure on builder avro-py-ubuntu-9.10 > >> while building ASF Buildbot. > >> Full details are available at: > >> http://ci.apache.org/builders/avro-py-ubuntu-9.10/builds/89 > >> > >> Buildbot URL: http://ci.apache.org/ > >> > >> Buildslave for this Build: bb-vm_ubuntu > >> > >> Build Reason: scheduler > >> Build Source Stamp: [branch avro/trunk] 1470635 > >> Blamelist: philz > >> > >> BUILD FAILED: failed test > >> > >> sincerely, > >> -The Buildbot > >> > >> > >> > >> > > > --047d7b10cd3deb8bbb04daf802f8--