Can't run build on MacOs

ruby 2.3.5, 2.4.3, 2.4.4 - works fine, linux works fine too
ruby 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.5, 2.4.6, 2.5.0, 2.5.1, 2.5.3, 2.6.0, 2.6.1, 2.6.2, 2.6.3 - failed with error:

$ rvm use 2.3.1 --install --binary --fuzzy

68curl: (22) The requested URL returned error: 404 Not Found

69Required ruby-2.3.1 is not installed - installing.

70curl: (22) The requested URL returned error: 404 Not Found

ruby-2.3.1 - #configure
ruby-2.3.1 - #download
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
100 9190k 100 9190k 0 0 7446k 0 0:00:01 0:00:01 --:–:-- 23.1M
No checksum for downloaded archive, recording checksum in user configuration.
ruby-2.3.1 - #validate archive
ruby-2.3.1 - #extract
ruby-2.3.1 - #validate binary
Libraries missing for ruby-2.3.1: /usr/local/opt/gdbm/lib/libgdbm.5.dylib,/usr/local/opt/readline/lib/libreadline.7.dylib. Refer to your system manual for installing libraries
Mounting remote ruby failed with status 10, stopping installation.
Gemset ‘’ does not exist, 'rvm ruby-2.3.1 do rvm gemset create ’ first, or append ‘–create’.
The command “rvm use 2.3.1 --install --binary --fuzzy” failed and exited with 2 during .

1 Like

When reporting problems, please include relevant build URLs. Thanks.

https://travis-ci.com/JetBrains/ruby-debug-ide/builds/132355319

https://travis-ci.com/JetBrains/ruby-debug-ide/builds/132334751

https://travis-ci.com/JetBrains/ruby-debug-ide/builds/132334667

1 Like

This is also breaking builds for our projects, as reported this morning:

@BanzaiMan any updates?

We are looking into it. Sorry for the delay.

Looks like 2.3.1 on MacOs is OK now

2.3.8 still broken.

Not sure why, but looks like homebrew screws something up only if there’s a .ruby-version file in the root of the project
Instead now I’ve added to the before_install script: - rvm install x.x.x

This issue still seems to be hanging around, @BanzaiMan is anyone still looking into this problem?

It seems like the binaries available from RVM might have changed? Is that the underlying cause?

https://rvm_io.global.ssl.fastly.net/binaries/osx/10.12/x86_64/

Are there any suggested work arounds for the moment?

Any update from Travis on this?
None of our builds are working because of this issue

Ditto. Of my half a dozen projects, all of their OSX Ruby 2.3.x builds are failing for this same issue. Is there any update?

https://travis-ci.org/enkessler/cuke_linter/jobs/640759874
https://travis-ci.org/enkessler/childprocess/jobs/637727298
https://travis-ci.org/enkessler/cuke_modeler/jobs/637170453