Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1F7C2200D43 for ; Tue, 21 Nov 2017 21:51:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1DEE1160BFC; Tue, 21 Nov 2017 20:51:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 636EF160BE3 for ; Tue, 21 Nov 2017 21:51:08 +0100 (CET) Received: (qmail 26047 invoked by uid 500); 21 Nov 2017 20:51:07 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 26036 invoked by uid 99); 21 Nov 2017 20:51:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2017 20:51:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 904F0C3C7A for ; Tue, 21 Nov 2017 20:51:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.811 X-Spam-Level: X-Spam-Status: No, score=-99.811 tagged_above=-999 required=6.31 tests=[KB_WAM_FROM_NAME_SINGLEWORD=0.2, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id U5GpebeOfiUQ for ; Tue, 21 Nov 2017 20:51:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 7D66C5F3D1 for ; Tue, 21 Nov 2017 20:51:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B243CE0EEF for ; Tue, 21 Nov 2017 20:51:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 69431255AC for ; Tue, 21 Nov 2017 20:51:00 +0000 (UTC) Date: Tue, 21 Nov 2017 20:51:00 +0000 (UTC) From: "Patrick Hunt (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ZOOKEEPER-2948) Failing c unit tests on apache jenkins MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 21 Nov 2017 20:51:09 -0000 [ https://issues.apache.org/jira/browse/ZOOKEEPER-2948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-2948: ------------------------------------ Description: Looks like someone is creating our test files outside of jenkins. I modified the job to output our id and look at the perms on those files: ---- [ZooKeeper-trunk] $ /bin/bash /tmp/jenkins291402182647699851.sh uid=910(jenkins) gid=910(jenkins) groups=910(jenkins),999(docker) drwxr-xr-x 3 10025 12036 4096 Nov 10 01:39 /tmp/zkdata -rw-r--r-- 1 10025 12036 2 Nov 10 01:39 /tmp/zkdata/myid /tmp/zkdata/version-2: total 20 drwxr-xr-x 2 10025 12036 4096 Oct 22 23:35 . drwxr-xr-x 3 10025 12036 4096 Nov 10 01:39 .. -rw-r--r-- 1 10025 12036 1 Oct 22 23:35 acceptedEpoch -rw-r--r-- 1 10025 12036 1 Oct 22 23:35 currentEpoch -rw-r--r-- 1 10025 12036 562 Oct 22 23:35 snapshot.0 ---- Notice that it's not jenkins. > Failing c unit tests on apache jenkins > -------------------------------------- > > Key: ZOOKEEPER-2948 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2948 > Project: ZooKeeper > Issue Type: Bug > Reporter: Abraham Fine > Assignee: Abraham Fine > > Looks like someone is creating our test files outside of jenkins. I modified the job to output our id and look at the perms on those files: > ---- > [ZooKeeper-trunk] $ /bin/bash /tmp/jenkins291402182647699851.sh > uid=910(jenkins) gid=910(jenkins) groups=910(jenkins),999(docker) > drwxr-xr-x 3 10025 12036 4096 Nov 10 01:39 /tmp/zkdata > -rw-r--r-- 1 10025 12036 2 Nov 10 01:39 /tmp/zkdata/myid > /tmp/zkdata/version-2: > total 20 > drwxr-xr-x 2 10025 12036 4096 Oct 22 23:35 . > drwxr-xr-x 3 10025 12036 4096 Nov 10 01:39 .. > -rw-r--r-- 1 10025 12036 1 Oct 22 23:35 acceptedEpoch > -rw-r--r-- 1 10025 12036 1 Oct 22 23:35 currentEpoch > -rw-r--r-- 1 10025 12036 562 Oct 22 23:35 snapshot.0 > ---- > Notice that it's not jenkins. -- This message was sent by Atlassian JIRA (v6.4.14#64029)