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 8AD42200CEF for ; Sun, 6 Aug 2017 01:05:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8961D164391; Sat, 5 Aug 2017 23:05:44 +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 CE9AB164291 for ; Sun, 6 Aug 2017 01:05:43 +0200 (CEST) Received: (qmail 61766 invoked by uid 500); 5 Aug 2017 23:05:43 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 61751 invoked by uid 99); 5 Aug 2017 23:05:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Aug 2017 23:05:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C06C1E10F8; Sat, 5 Aug 2017 23:05:39 +0000 (UTC) From: mans2singh To: issues@nifi.apache.org Reply-To: issues@nifi.apache.org References: In-Reply-To: Subject: [GitHub] nifi issue #2045: NIFI-4250 - Elasticsearch 5 delete processor Content-Type: text/plain Message-Id: <20170805230540.C06C1E10F8@git1-us-west.apache.org> Date: Sat, 5 Aug 2017 23:05:39 +0000 (UTC) archived-at: Sat, 05 Aug 2017 23:05:44 -0000 Github user mans2singh commented on the issue: https://github.com/apache/nifi/pull/2045 Hey Folks: The travis-ci build is failing (? timing out) with the error included below. Can someone let me know how to resolve this ? Thanks ```Output file /home/travis/build/apache/nifi/nifi-commons/nifi-expression-language/target/generated-sources/antlr3/org/apache/nifi/attribute/expression/language/antlr/AttributeExpressionLexer.java does not exist: must build /home/travis/build/apache/nifi/nifi-commons/nifi-expression-language/src/main/antlr3/org/apache/nifi/attribute/expression/language/antlr/AttributeExpressionLexer.g org/apache/nifi/attribute/expression/language/antlr/AttributeExpressionLexer.g Output file /home/travis/build/apache/nifi/nifi-commons/nifi-expression-language/target/generated-sources/antlr3/org/apache/nifi/attribute/expression/language/antlr/AttributeExpressionParser.java does not exist: must build /home/travis/build/apache/nifi/nifi-commons/nifi-expression-language/src/main/antlr3/org/apache/nifi/attribute/expression/language/antlr/AttributeExpressionParser.g org/apache/nifi/attribute/expression/language/antlr/AttributeExpressionParser.g No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received The build has been terminated ``` --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---