From dev-return-57922-archive-asf-public=cust-asf.ponee.io@thrift.apache.org Tue Mar 10 21:44: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 057CB18064E for ; Tue, 10 Mar 2020 22:44:02 +0100 (CET) Received: (qmail 7471 invoked by uid 500); 10 Mar 2020 21:44: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 7448 invoked by uid 99); 10 Mar 2020 21:44: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; Tue, 10 Mar 2020 21:44: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 81804E30A8 for ; Tue, 10 Mar 2020 21:44:01 +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 4A9027808F0 for ; Tue, 10 Mar 2020 21:44:00 +0000 (UTC) Date: Tue, 10 Mar 2020 21:44:00 +0000 (UTC) From: "Jens Geyer (Jira)" To: dev@thrift.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (THRIFT-5100) Gem::InstallError: byebug requires Ruby version >= 2.4.0. 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/THRIFT-5100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer reassigned THRIFT-5100: ---------------------------------- Assignee: Jano Svitok (was: Jens Geyer) > Gem::InstallError: byebug requires Ruby version >= 2.4.0. > --------------------------------------------------------- > > Key: THRIFT-5100 > URL: https://issues.apache.org/jira/browse/THRIFT-5100 > Project: Thrift > Issue Type: Bug > Components: Ruby - Library > Reporter: Jens Geyer > Assignee: Jano Svitok > Priority: Critical > Labels: ci-failure > Fix For: 0.14.0 > > > {code} > [33mGem::InstallError: byebug requires Ruby version >= 2.4.0.[0m > [32mInstalling coderay 1.1.2[0m > [32mInstalling daemons 1.3.1[0m > [32mInstalling diff-lcs 1.3[0m > [32mInstalling eventmachine 1.2.7 with native extensions[0m > [32mInstalling method_source 0.9.2[0m > [32mInstalling rack 2.0.8[0m > [32mInstalling rspec-support 3.9.2[0m > Using thrift 0.14.0 from source at `.` > [32mInstalling binding_of_caller 0.8.0 with native extensions[0m > [31mAn error occurred while installing byebug (11.1.1), and Bundler cannot continue. > Make sure that `gem install byebug -v '11.1.1'` succeeds before bundling.[0m > Makefile:651: recipe for target 'all-local' failed > make[2]: *** [all-local] Error 5 > make[2]: Leaving directory '/thrift/src/lib/rb' > Makefile:584: recipe for target 'check-recursive' failed > make[1]: *** [check-recursive] Error 1 > make[1]: Leaving directory '/thrift/src/lib' > Makefile:683: recipe for target 'check-recursive' failed > make: *** [check-recursive] Error 1 > travis_time:end:00e36838:start=1581850070145039542,finish=1581850890512699570,duration=820367660028,event=script > [0K[31;1mThe command "build/docker/run.sh" exited with 2.[0m > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)