From dev-return-57848-archive-asf-public=cust-asf.ponee.io@thrift.apache.org Sat Feb 29 17:34:03 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 1DEA618060E for ; Sat, 29 Feb 2020 18:34:03 +0100 (CET) Received: (qmail 83601 invoked by uid 500); 29 Feb 2020 17:34:02 -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 83589 invoked by uid 99); 29 Feb 2020 17:34:02 -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; Sat, 29 Feb 2020 17:34:02 +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 18B97E2EE5 for ; Sat, 29 Feb 2020 17:34: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 217F6780576 for ; Sat, 29 Feb 2020 17:34:00 +0000 (UTC) Date: Sat, 29 Feb 2020 17:34:00 +0000 (UTC) From: "Allen George (Jira)" To: dev@thrift.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (THRIFT-5111) CI fails with error[E0721]: `await` is a keyword in the 2018 edition 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.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D170= 48355#comment-17048355 ]=20 Allen George edited comment on THRIFT-5111 at 2/29/20 5:33 PM: --------------------------------------------------------------- [~jensg] Looking at related messages and the thread. TY. Edit: [sigh] Can't build bionic locally :/ was (Author: allengeorge): [~jensg] Looking at related messages and the thread. TY. > CI fails with error[E0721]: `await` is a keyword in the 2018 edition > -------------------------------------------------------------------- > > 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)