From issues-return-67744-archive-asf-public=cust-asf.ponee.io@commons.apache.org Tue May 15 16:22:08 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EF5C0180634 for ; Tue, 15 May 2018 16:22:07 +0200 (CEST) Received: (qmail 54749 invoked by uid 500); 15 May 2018 14:22:07 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 54735 invoked by uid 99); 15 May 2018 14:22:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2018 14:22:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 56DBB1807CB for ; Tue, 15 May 2018 14:22:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.311 X-Spam-Level: X-Spam-Status: No, score=-110.311 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id hlF4nq0Mo43y for ; Tue, 15 May 2018 14:22:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 13F645FB3C for ; Tue, 15 May 2018 14:22:00 +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 65964E0CCC for ; Tue, 15 May 2018 14:22: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 17707217A0 for ; Tue, 15 May 2018 14:22:00 +0000 (UTC) Date: Tue, 15 May 2018 14:22:00 +0000 (UTC) From: "Stefan Bodewig (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (COMPRESS-453) Facing block overrun error while building TensorFlow 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/COMPRESS-453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig reopened COMPRESS-453: ------------------------------------- Actually it is Compress, please see https://github.com/tensorflow/tensorflow/issues/16862 for reference. The build process uses Compress to deal with a tar.gz downloaded by the process - and the exception is raised by BZipCompressorInputStream [~bhavenamrata] we need the bzip2 that is causing the exception. Without that we won't be able to help. > Facing block overrun error while building TensorFlow > ---------------------------------------------------- > > Key: COMPRESS-453 > URL: https://issues.apache.org/jira/browse/COMPRESS-453 > Project: Commons Compress > Issue Type: Bug > Components: Compressors > Affects Versions: 1.9, 1.16.1 > Environment: Linux Ubuntu 16.04 s390x > Reporter: Namrata Bhave > Priority: Major > > Building TensorFlow master using Bazel v0.12.0. > Facing build issue immediately with error: > {{ERROR: /home/jenkins/tensorflow/tensorflow/tools/pip_package/BUILD:117:1: no such package '@nasm//': java.io.IOException: block overrun and referenced by '//tensorflow/tools/pip_package:licenses'}} > {{ ERROR: Analysis of target '//tensorflow/tools/pip_package:build_pip_package' failed; build aborted: no such package '@nasm//': java.io.IOException: block overrun}} > This is intermittent. Sometimes the build goes ahead. Also observed this error once: > {{ERROR: /home/test/tensorflow/tensorflow/tools/pip_package/BUILD:117:1: no such package '@nasm//': java.io.IOException: Error detected parsing the header and referenced by '//tensorflow/tools/pip_package:licenses'ERROR: Analysis of target '//tensorflow/tools/pip_package:build_pip_package' failed; build aborted: no such package '@nasm//': java.io.IOException: Error detected parsing the header}} > Can someone please help in resolving this? > Getting this error with AdoptJDK 8. -- This message was sent by Atlassian JIRA (v7.6.3#76005)