From dev-return-57749-archive-asf-public=cust-asf.ponee.io@thrift.apache.org Sun Feb 23 14:40:02 2020 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 612BD180652 for ; Sun, 23 Feb 2020 15:40:02 +0100 (CET) Received: (qmail 34352 invoked by uid 500); 23 Feb 2020 14:40:01 -0000 Mailing-List: contact dev-help@thrift.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@thrift.apache.org Delivered-To: mailing list dev@thrift.apache.org Received: (qmail 34340 invoked by uid 99); 23 Feb 2020 14:40:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Feb 2020 14:40:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B3E4AE00B7 for ; Sun, 23 Feb 2020 14:40:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 0D5E47800CE for ; Sun, 23 Feb 2020 14:40:00 +0000 (UTC) Date: Sun, 23 Feb 2020 14:40:00 +0000 (UTC) From: "Jens Geyer (Jira)" To: dev@thrift.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (THRIFT-5111) CI fails with error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/THRIFT-5111?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5111: ------------------------------- Priority: Blocker (was: Critical) > CI fails with error[E0658]: use of unstable library feature 'futures_api'= : futures in libcore are unstable (see issue #50547) > -------------------------------------------------------------------------= ---------------------------------------------------- > > Key: THRIFT-5111 > URL: https://issues.apache.org/jira/browse/THRIFT-5111 > Project: Thrift > Issue Type: Bug > Components: Rust - Library > Environment: Travis > =C2=A0 > Reporter: Jens Geyer > Priority: Blocker > Labels: ci-failure > > There are quite a bunch of misc error[E0658] instances, this is just the = last one: > {code} > Building [=3D=3D=3D=3D> = ] 4/46 > error[E0658]: use of unstable library feature 'futures_api': futures in l= ibcore are unstable (see issue #50547) > --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-= 0.3.4/src/future.rs:52:57 > =20 > impl Sealed for F where F: ?Sized + Future> {} > ^^^^^^^^^^^^^= ^^^^^^^^ > Building [=3D=3D=3D=3D> = ] 4/46 > Building [=3D=3D=3D=3D> = ] 4/46 > error: aborting due to 47 previous errors > Building [=3D=3D=3D=3D> = ] 4/46 > Building [=3D=3D=3D=3D> = ] 4/46 > For more information about this error, try `rustc --explain E0658`. > Building [=3D=3D=3D=3D> = ] 4/46 > error: Could not compile `futures-core`. > warning: build failed, waiting for other jobs to finish... > Building [=3D=3D=3D=3D> = ] 4/46 > error: build failed > Makefile:821: recipe for target 'all-local' failed > make[4]: *** [all-local] Error 101 > make[4]: Leaving directory '/thrift/src/lib/rs' > Makefile:538: recipe for target 'all-recursive' failed > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory '/thrift/src/lib/rs' > Makefile:579: recipe for target 'all-recursive' failed > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory '/thrift/src/lib' > Makefile:679: recipe for target 'all-recursive' failed > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory '/thrift/src' > Makefile:595: recipe for target 'all' failed > make: *** [all] Error 2 > travis_time:end:0d3adeac:start=3D1582460968290556973,finish=3D15824617320= 57692906,duration=3D763767135933,event=3Dscript > The command "build/docker/run.sh" exited with 2. > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)