Public bug reported:

pyopengl 3.1.9+dfsg-1.1 autopkgtest fails on arm64:

```
131s =================================== FAILURES 
===================================
131s _________________________ test_check_egl_platform_ext 
__________________________
131s 
131s     @wraps(func)
131s     def test_x():
131s         log.info("Starting test: %s", filename)
131s         pipe = subprocess.Popen(
131s             [
131s                 sys.executable,
131s                 file,
131s             ],
131s             stdout=subprocess.PIPE,
131s             stderr=subprocess.PIPE,
131s         )
131s         try:
131s             stdout, stderr = pipe.communicate()
131s         except subprocess.TimeoutExpired:
131s             log.warning("TIMEOUT on %s", filename)
131s             pipe.kill()
131s             raise
131s         except subprocess.CalledProcessError as err:
131s             log.warning("ERROR reported by process: %s", err)
131s             raise
131s         output = stdout.decode('utf-8', errors='ignore')
131s         lines = [x.strip() for x in output.strip().splitlines()]
131s         if not lines:
131s             log.error(
131s                 "Test did not produce output: %s",
131s                 stderr.decode('utf-8', errors='ignore'),
131s             )
131s >           raise RuntimeError('Test script failure')
131s E           RuntimeError: Test script failure
131s 
131s tests/test_checks.py:77: RuntimeError
131s ------------------------------ Captured log call 
-------------------------------
131s ERROR    test_checks:test_checks.py:73 Test did not produce output: 
Traceback (most recent call last):
131s   File 
"/tmp/autopkgtest.dCNMA4/autopkgtest_tmp/tests/check_egl_platform_ext.py", line 
41, in <module>
131s     main()
131s     ~~~~^^
131s   File 
"/tmp/autopkgtest.dCNMA4/autopkgtest_tmp/tests/check_egl_platform_ext.py", line 
21, in main
131s     with open(cards[0], "w") as f:
131s          ~~~~^^^^^^^^^^^^^^^
131s PermissionError: [Errno 13] Permission denied: '/dev/dri/renderD128'
```

** Affects: pyopengl (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2115791

Title:
  pyopengl 3.1.9+dfsg-1.1 autopkgtest fails on arm64:
  test_check_egl_platform_ext fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyopengl/+bug/2115791/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to