Return-Path: X-Original-To: apmail-mesos-issues-archive@minotaur.apache.org Delivered-To: apmail-mesos-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C35CC18E29 for ; Tue, 9 Jun 2015 07:51:01 +0000 (UTC) Received: (qmail 74230 invoked by uid 500); 9 Jun 2015 07:51:01 -0000 Delivered-To: apmail-mesos-issues-archive@mesos.apache.org Received: (qmail 74195 invoked by uid 500); 9 Jun 2015 07:51:01 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 74185 invoked by uid 99); 9 Jun 2015 07:51:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2015 07:51:01 +0000 Date: Tue, 9 Jun 2015 07:51:01 +0000 (UTC) From: "Marco Massenzio (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MESOS-2512) FetcherTest.ExtractNotExecutable is flaky MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Massenzio updated MESOS-2512: ----------------------------------- Shepherd: Vinod Kone Story Points: 2 > FetcherTest.ExtractNotExecutable is flaky > ----------------------------------------- > > Key: MESOS-2512 > URL: https://issues.apache.org/jira/browse/MESOS-2512 > Project: Mesos > Issue Type: Bug > Affects Versions: 0.23.0 > Reporter: Vinod Kone > Assignee: Bernd Mathiske > > Observed in our internal CI. > {code} > [ RUN ] FetcherTest.ExtractNotExecutable > Using temporary directory '/tmp/FetcherTest_ExtractNotExecutable_R5R7Cn' > tar: Removing leading `/' from member names > I0316 18:55:48.509306 14678 fetcher.cpp:155] Starting to fetch URIs for container: de1e5165-82b4-434b-9149-8667cf652c64, directory: /tmp/FetcherTest_ExtractNotExecutable_R5R7Cn > I0316 18:55:48.509845 14678 fetcher.cpp:238] Fetching URIs using command '/var/jenkins/workspace/mesos-fedora-20-gcc/src/mesos-fetcher' > I0316 18:55:48.568611 15028 logging.cpp:177] Logging to STDERR > I0316 18:55:48.574928 15028 fetcher.cpp:214] Fetching URI '/tmp/DIjmjV.tar.gz' > I0316 18:55:48.575166 15028 fetcher.cpp:194] Copying resource from '/tmp/DIjmjV.tar.gz' to '/tmp/FetcherTest_ExtractNotExecutable_R5R7Cn' > tar: This does not look like a tar archive > tar: Exiting with failure status due to previous errors > Failed to extract /tmp/FetcherTest_ExtractNotExecutable_R5R7Cn/DIjmjV.tar.gz:Failed to extract: command tar -C '/tmp/FetcherTest_ExtractNotExecutable_R5R7Cn' -xf '/tmp/FetcherTest_ExtractNotExecutable_R5R7Cn/DIjmjV.tar.gz' exited with status: 512 > tests/fetcher_tests.cpp:686: Failure > (fetch).failure(): Failed to fetch URIs for container 'de1e5165-82b4-434b-9149-8667cf652c64'with exit status: 256 > [ FAILED ] FetcherTest.ExtractNotExecutable (208 ms) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)