From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E3029E0084F; Thu, 26 Feb 2015 07:11:38 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_FROM_12LTRDOM autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * 0.0 T_FROM_12LTRDOM From a 12-letter domain X-Greylist: delayed 94 seconds by postgrey-1.32 at yocto-www; Thu, 26 Feb 2015 07:11:35 PST Received: from spirit.microcomcorp.com (spirit.microcomcorp.com [66.162.185.99]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 97CA9E00779 for ; Thu, 26 Feb 2015 07:11:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=microcomcorp.com; s=s1024; t=1424963397; x=1425568197; q=dns/txt; h=Received:Date:From:To:Cc:Subject:MIME-Version: Content-Type:Message-ID; bh=JsGwrffoO8fL6Ck9IGglp+geqC7jr36Gy4HS 9l5W8Jw=; b=KYNBrL0c8FCGHxBIo/bBYQLJ1WgxAVj8+qC6CJytSUnvfiTGfPiX b4N+Gylq0S6+QhKpOe2LYnmW2EyUgYgre+yzBPU+kTdb4dcwhRdc5XYC9NllE7fj CqX5/s/1sWDI8MytMBXEE5+uEvQezkXVQkc9wXH28rFThi7exy98ahk= X-MDHelo: WorldClient X-MDArrival-Date: Thu, 26 Feb 2015 10:09:56 -0500 X-Return-Path: prvs=14997b02d0=nbarrett@microcomcorp.com X-Envelope-From: nbarrett@microcomcorp.com X-MDaemon-Deliver-To: meta-freescale@yoctoproject.org Received: from [66.162.185.108] by microcomcorp.com via WorldClient with HTTP; Thu, 26 Feb 2015 10:08:55 -0500 Date: Thu, 26 Feb 2015 10:08:55 -0500 From: "Nathan Barrett" To: meta-freescale@yoctoproject.org MIME-Version: 1.0 Message-ID: X-Mailer: WorldClient 14.5.0 X-ClamAV: PASS Cc: Bill McCartney Subject: Failing to Fetch Mainline 3.18 Repository X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2015 15:11:39 -0000 Content-Type: text/plain; charset="us-ascii" Hello All, I was attempting to build an image last night and it seems my connection is being reset while trying to download the mainline 3.18 branch. My connection is relatively slow (~100kb/s). Am I running into some sort of maximum timeout condition on the git repository? The error being thrown is: NOTE: Preparing runqueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks WARNING: Failed to fetch URL git://github.com/Freescale/linux-mainline.git;branch=patches-3.18, attempting MIRRORS if available ERROR: Fetcher failure: Fetch command failed with exit code 128, output: fatal: read error: Connection reset by peer fatal: early EOF fatal: index-pack failed ERROR: Function failed: Fetcher failure for URL: 'git://github.com/Freescale/linux-mainline.git;branch=patches-3.18'. Unable to fetch URL from any source. ERROR: Logfile of failure stored in: /home/microcom/I.MX28/fsl-community-bsp/build-riotboard/tmp/work/imx6dl_riotboard-poky-linux-gnueabi/linux-fslc/3.18+gitAUTOINC+483412c9df-r0/temp/log.do_fetch.2223 ERROR: Task 73 (/home/microcom/I.MX28/fsl-community-bsp/sources/meta-fsl-arm/recipes-kernel/linux/linux-fslc_3.18.bb, do_fetch) failed with exit code '1' NOTE: Tasks Summary: Attempted 1925 tasks of which 1924 didn't need to be rerun and 1 failed. No currently running tasks (963 of 1945) Summary: 1 task failed: /home/microcom/I.MX28/fsl-community-bsp/sources/meta-fsl-arm/recipes-kernel/linux/linux-fslc_3.18.bb, do_fetch Summary: There was 1 WARNING message shown. Summary: There were 2 ERROR messages shown, returning a non-zero exit code. Thanks