[#107867] Fwd: [ruby-cvs:91197] 8f59482f5d (master): add some tests for Unicode Version 14.0.0 — Martin J. Dürst <duerst@...>
To everybody taking care of continuous integration:
3 messages
2022/03/13
[#108090] [Ruby master Bug#18666] No rule to make target 'yaml/yaml.h', needed by 'api.o' — duerst <noreply@...>
Issue #18666 has been reported by duerst (Martin D端rst).
7 messages
2022/03/28
[#108117] [Ruby master Feature#18668] Merge `io-nonblock` gems into core — "Eregon (Benoit Daloze)" <noreply@...>
Issue #18668 has been reported by Eregon (Benoit Daloze).
22 messages
2022/03/30
[ruby-core:107792] [Ruby master Bug#18614] Error (busy loop) inTestGemCommandsSetupCommand#test_destdir_flag_does_not_try_to_write_to_the_default_gem_home
From:
duerst <noreply@...>
Date:
2022-03-08 08:46:14 UTC
List:
ruby-core #107792
Issue #18614 has been updated by duerst (Martin D端rst). Some additional information: The permissions in the related directories are as follows (from a different test run): ``` duerst@Kloentalersee:~/14ruby/tmp/test_rubygems_20220308-13015-dxrmg4/gemhome$ ls -la total 36 drwxrwxr-x 9 duerst duerst 4096 Mar 8 16:24 . drwx------ 9 duerst duerst 4096 Mar 8 16:24 .. drwxrwxr-x 2 duerst duerst 4096 Mar 8 16:24 build_info drwxrwxr-x 2 duerst duerst 4096 Mar 8 16:24 cache drwxrwxr-x 3 duerst duerst 4096 Mar 8 16:24 doc drwxrwxr-x 2 duerst duerst 4096 Mar 8 16:24 extensions drwxrwxr-x 5 duerst duerst 4096 Mar 8 16:24 gems dr-xr-xr-x 2 duerst duerst 4096 Mar 8 16:24 plugins drwxrwxr-x 3 duerst duerst 4096 Mar 8 16:24 specifications ``` There's definitely a 'w' missing on the plugins directory, but it's unclear why just this one directory should have lower permissions than the rest. ---------------------------------------- Bug #18614: Error (busy loop) in TestGemCommandsSetupCommand#test_destdir_flag_does_not_try_to_write_to_the_default_gem_home https://bugs.ruby-lang.org/issues/18614#change-96716 * Author: duerst (Martin D端rst) * Status: Open * Priority: Normal * ruby -v: ruby 3.1.0dev (2021-06-03T06:59:33Z master 7e14762159) [x86_64-linux] * Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN ---------------------------------------- When running `make check`, I get a busy loop in `TestGemCommandsSetupCommand#test_destdir_flag_does_not_try_to_write_to_the_default_gem_home` every time I try. When excluding this test (by changing the method name to `_test_destdir_flag_does_not_try_to_write_to_the_default_gem_home`), things work as usual (17 errors related to `TestNetHTTPS`/`TestNetHTTPLocalBind`). The relevant file is `test/rubygems/test_gem_commands_setup_command.rb`. When running only that file, I get two failures and two errors. One of the errors says ``` TestGemCommandsSetupCommand#test_destdir_flag_does_not_try_to_write_to_th 1) Error: TestGemCommandsSetupCommand#test_destdir_flag_does_not_try_to_write_to_the_default_gem_home: Gem::FilePermissionError: You don't have write permissions for the /home/duerst/14ruby/tmp/test_rubygems_20220308-18434-8gq4j4/gemhome/plugins directory. ``` This is on Windows 10/WSL/Ubuntu 20.04. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>