raulcd opened a new issue, #38197:
URL: https://github.com/apache/arrow/issues/38197

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The `test-r-devdocs` job an `test-r-linux-rchk` are failing to set up R:
   ```
   Run r-lib/actions/setup-r@v1
     with:
       r-version: 4.1
       Ncpus: 1
       crayon.enabled: NULL
       remove-openmp-macos: true
       http-user-agent: default
       install-r: true
       windows-path-include-mingw: true
       update-rtools: false
       use-public-rspm: false
   Warning: r-lib/actions/setup-r@v1 is deprecated. Please update your workflow 
to use the 'v2' version. Also look at the examples at 
https://github.com/r-lib/actions/tree/v2/examples because '@v2' workflows are 
much simpler than 'v1' workflows.
   /usr/bin/sudo DEBIAN_FRONTEND=noninteractive add-apt-repository -y 
ppa:cran/travis
   Traceback (most recent call last):
     File "/usr/bin/add-apt-repository", line 137, in <module>
       shortcut = shortcut_handler(line)
     File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
885, in shortcut_handler
       ret = factory(shortcut)
     File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 469, 
in shortcut_handler
       return PPAShortcutHandler(shortcut)
     File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 426, 
in __init__
       info = get_ppa_info(self.shortcut)
     File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 392, 
in get_ppa_info
       _get_suggested_ppa_message(user, ppa))
     File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 349, 
in _get_suggested_ppa_message
       lp_user = get_info_from_lp(LAUNCHPAD_USER_API % user)
     File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 104, 
in get_info_from_lp
       return get_info_from_https(lp_url, True)
     File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 98, 
in get_info_from_https
       return json.loads(data)
     File "/usr/lib/python3.8/json/__init__.py", line 357, in loads
       return _default_decoder.decode(s)
     File "/usr/lib/python3.8/json/decoder.py", line 337, in decode
       obj, end = self.raw_decode(s, idx=_w(s, 0).end())
     File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode
       raise JSONDecodeError("Expecting value", s, err.value) from None
   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
   Error: Failed to get R 4.1.3: Failed to get R 4.1.3: Failed to install R: 
Error: The process '/usr/bin/sudo' failed with exit code 1
   ```
   
https://github.com/ursacomputing/crossbow/actions/runs/6476323040/job/17584856087#step:3:13
   
https://github.com/ursacomputing/crossbow/actions/runs/6476323359/job/17584856951
   
   ### Component(s)
   
   Continuous Integration, R


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to