Skip to content

gh-151422: Don't link libffi into _ctypes_test.so#151423

Merged
freakboy3742 merged 3 commits into
python:mainfrom
hoodmane:dont-link-libffi-into-ctypes-test
Jun 15, 2026
Merged

gh-151422: Don't link libffi into _ctypes_test.so#151423
freakboy3742 merged 3 commits into
python:mainfrom
hoodmane:dont-link-libffi-into-ctypes-test

Conversation

@hoodmane

@hoodmane hoodmane commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Minor build fix. This makes the ctypes tests run on Emscripten.

There is a bug in the Emscripten dynamic loader that caused any dynamic library that links libffi to fail to load. _ctypes_test.so unnecessarily links libffi so it would fail to load and tests that needed it were skipped.

There are two test failures behind that: one involving stack overflows which we have to skip as usual, and one that assumes that the abi for a function that takes a single struct with two doubles is the same as the abi for a function that takes two double arguments. This is not true in webassembly so we skip the test.

@hoodmane hoodmane force-pushed the dont-link-libffi-into-ctypes-test branch from 295fabb to 4fb91c5 Compare June 13, 2026 15:22
@hoodmane hoodmane added the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Jun 14, 2026

@freakboy3742 freakboy3742 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense; one question inline about the skip strategy.

The only question is about why libffi was linked in the first place. It appears to have been introduced in #120894, but I can't see any reason why it would have been (other than oversight/overenthusiasm that didn't hurt anything at the time).

That patch was included in the development of 3.14; you've flagged this for 3.15 back porting - can you think of any reason this shouldn't be backported to 3.14 as well?

Comment thread Lib/test/test_ctypes/test_structures.py Outdated
@bedevere-app

bedevere-app Bot commented Jun 15, 2026

Copy link
Copy Markdown

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@hoodmane

Copy link
Copy Markdown
Contributor Author

can you think of any reason this shouldn't be backported to 3.14 as well?

No, I'll add that.

@hoodmane hoodmane added the needs backport to 3.14 bugs and security fixes label Jun 15, 2026
@hoodmane

This comment was marked as resolved.

@hoodmane

This comment was marked as resolved.

@freakboy3742 freakboy3742 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@freakboy3742 freakboy3742 merged commit 8646385 into python:main Jun 15, 2026
55 of 56 checks passed
@miss-islington-app

Copy link
Copy Markdown

Thanks @hoodmane for the PR, and @freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14, 3.15.
🐍🍒⛏🤖

@bedevere-app

bedevere-app Bot commented Jun 15, 2026

Copy link
Copy Markdown

GH-151516 is a backport of this pull request to the 3.15 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Jun 15, 2026
@bedevere-app

bedevere-app Bot commented Jun 15, 2026

Copy link
Copy Markdown

GH-151517 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Jun 15, 2026
freakboy3742 pushed a commit that referenced this pull request Jun 15, 2026
…151517)

_ctypes_test doesn't use libffi directly, and linking it into the module
causes emscripten tests to fail.
(cherry picked from commit 8646385)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
freakboy3742 pushed a commit that referenced this pull request Jun 15, 2026
…151516)

_ctypes_test doesn't use libffi directly, and linking it into the module
causes emscripten tests to fail.
(cherry picked from commit 8646385)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot aarch64 Android 3.x (tier-3) has failed when building commit 8646385.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1594/builds/5099) and take a look at the build logs.
  4. Check if the failure is related to this commit (8646385) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1594/builds/5099

Summary of the results of the build (if available):

Click to see traceback logs
remote: Enumerating objects: 9, done.        
remote: Counting objects:  16% (1/6)        
remote: Counting objects:  33% (2/6)        
remote: Counting objects:  50% (3/6)        
remote: Counting objects:  66% (4/6)        
remote: Counting objects:  83% (5/6)        
remote: Counting objects: 100% (6/6)        
remote: Counting objects: 100% (6/6), done.        
remote: Compressing objects:  25% (1/4)        
remote: Compressing objects:  50% (2/4)        
remote: Compressing objects:  75% (3/4)        
remote: Compressing objects: 100% (4/4)        
remote: Compressing objects: 100% (4/4), done.        
remote: Total 9 (delta 2), reused 2 (delta 2), pack-reused 3 (from 2)        
From https://github.com/python/cpython
 * branch                    main       -> FETCH_HEAD
Note: switching to '8646385076ea4f6ef08682d8ef07a544d3b4ef30'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 8646385076e gh-151422: Don't link libffi into _ctypes_test.so (#151423)
Switched to and reset branch 'main'

configure: WARNING: no system libmpdec found; falling back to pure-Python version for the decimal module
configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.

../../configure: line 4112: pkg-config: command not found
configure: WARNING: no system libmpdec found; falling back to pure-Python version for the decimal module
configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.

../../Python/fileutils.c:458:1: warning: unused function 'decode_current_locale' [-Wunused-function]
  458 | decode_current_locale(const char* arg, wchar_t **wstr, size_t *wlen,
      | ^~~~~~~~~~~~~~~~~~~~~
../../Python/fileutils.c:677:1: warning: unused function 'encode_current_locale' [-Wunused-function]
  677 | encode_current_locale(const wchar_t *text, char **str,
      | ^~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
../../Modules/_localemodule.c:195:1: warning: unused function 'is_all_ascii' [-Wunused-function]
  195 | is_all_ascii(const char *str)
      | ^~~~~~~~~~~~
1 warning generated.
../../Modules/pwdmodule.c:69:16: warning: unused variable 'pwd_db_mutex' [-Wunused-variable]
   69 | static PyMutex pwd_db_mutex = {0};
      |                ^~~~~~~~~~~~
1 warning generated.
../../Modules/_hacl/Lib_Memzero0.c:66:6: warning: "Your platform does not support any safe implementation of memzero -- consider a pull request!" [-W#warnings]
   66 |     #warning "Your platform does not support any safe implementation of memzero -- consider a pull request!"
      |      ^
1 warning generated.

  % 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  8784  100  8784    0     0   174k      0 --:--:-- --:--:-- --:--:--  178k
  % 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  2894  100  2894    0     0  64572      0 --:--:-- --:--:-- --:--:-- 65772
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 91 43504   91 39935    0     0   733k      0 --:--:-- --:--:-- --:--:--  722k
100 43504  100 43504    0     0   796k      0 --:--:-- --:--:-- --:--:--  786k
W/ActivityThread: Package uses different ABI(s) than its instrumentation: package[org.python.testbed]: arm64-v8a, null instrumentation[org.python.testbed.test]: null, null
W/.python.testbe: ClassLoaderContext classpath size mismatch. expected=0, found=1 (PCL[] | PCL[/system/framework/android.test.runner.jar*3487696984])
W/.python.testbe: ClassLoaderContext classpath size mismatch. expected=0, found=2 (PCL[] | PCL[/system/framework/android.test.runner.jar*3487696984:/system/framework/android.test.mock.jar*870491727])
W/.python.testbe: ClassLoaderContext shared library size mismatch. Expected=0, found=2 (PCL[] | PCL[]{PCL[/system/framework/android.test.base.jar*1314030018]#PCL[/system/framework/android.test.mock.jar*870491727]})
W/.python.testbe: ClassLoaderContext shared library size mismatch. Expected=0, found=3 (PCL[] | PCL[]{PCL[/system/framework/android.test.base.jar*1314030018]#PCL[/system/framework/android.test.mock.jar*870491727]#PCL[/system/framework/android.test.runner.jar*3487696984]{PCL[/system/framework/android.test.base.jar*1314030018]#PCL[/system/framework/android.test.mock.jar*870491727]}};PCL[/system/framework/android.test.runner.jar*3487696984:/system/framework/android.test.mock.jar*870491727:/system/framework/android.test.base.jar*1314030018:/data/app/~~_wewvQ9ebmF19dyuJHFmRg==/org.python.testbed.test-s4HtpZcRVzZVpshIeWhlxw==/base.apk*3260347339:/data/app/~~_wewvQ9ebmF19dyuJHFmRg==/org.python.testbed.test-s4HtpZcRVzZVpshIeWhlxw==/base.apk!classes2.dex*1379084564:/data/app/~~_wewvQ9ebmF19dyuJHFmRg==/org.python.testbed.test-s4HtpZcRVzZVpshIeWhlxw==/base.apk!classes3.dex*4285428894:/data/app/~~vUXUDTua1DZ9zeP28UfwYg==/org.python.testbed-1lUWvkgvF95_o0X9BoZGTQ==/base.apk*801009802:/data/app/~~vUXUDTua1DZ9zeP28UfwYg==/org.python.testbed-1lUWvkgvF95_o0X9BoZGTQ==/base.apk!classes2.dex*3978002876:/data/app/~~vUXUDTua1DZ9zeP28UfwYg==/org.python.testbed-1lUWvkgvF95_o0X9BoZGTQ==/base.apk!classes3.dex*1393050785])
W/.python.testbe: ClassLoaderContext classpath size mismatch. expected=0, found=1 (PCL[] | PCL[/system/framework/android.test.runner.jar*3487696984]{PCL[/system/framework/android.test.base.jar*1314030018]#PCL[/system/framework/android.test.mock.jar*870491727]#PCL[/system/framework/android.test.runner.jar*3487696984]{PCL[/system/framework/android.test.base.jar*1314030018]#PCL[/system/framework/android.test.mock.jar*870491727]}};PCL[/system/framework/android.test.runner.jar*3487696984:/system/framework/android.test.mock.jar*870491727:/system/framework/android.test.base.jar*1314030018:/data/app/~~_wewvQ9ebmF19dyuJHFmRg==/org.python.testbed.test-s4HtpZcRVzZVpshIeWhlxw==/base.apk*3260347339:/data/app/~~_wewvQ9ebmF19dyuJHFmRg==/org.python.testbed.test-s4HtpZcRVzZVpshIeWhlxw==/base.apk!classes2.dex*1379084564:/data/app/~~_wewvQ9ebmF19dyuJHFmRg==/org.python.testbed.test-s4HtpZcRVzZVpshIeWhlxw==/base.apk!classes3.dex*4285428894:/data/app/~~vUXUDTua1DZ9zeP28UfwYg==/org.python.testbed-1lUWvkgvF95_o0X9BoZGTQ==/base.apk*801009802:/data/app/~~vUXUDTua1DZ9zeP28UfwYg==/org.python.testbed-1lUWvkgvF95_o0X9BoZGTQ==/base.apk!classes2.dex*3978002876:/data/app/~~vUXUDTua1DZ9zeP28UfwYg==/org.python.testbed-1lUWvkgvF95_o0X9BoZGTQ==/base.apk!classes3.dex*1393050785])
W/.python.testbe: ClassLoaderContext classpath size mismatch. expected=0, found=2 (PCL[] | PCL[/system/framework/android.test.runner.jar*3487696984:/system/framework/android.test.mock.jar*870491727]{PCL[/system/framework/android.test.base.jar*1314030018]#PCL[/system/framework/android.test.mock.jar*870491727]#PCL[/system/framework/android.test.runner.jar*3487696984]{PCL[/system/framework/android.test.base.jar*1314030018]#PCL[/system/framework/android.test.mock.jar*870491727]}};PCL[/system/framework/android.test.runner.jar*3487696984:/system/framework/android.test.mock.jar*870491727:/system/framework/android.test.base.jar*1314030018:/data/app/~~_wewvQ9ebmF19dyuJHFmRg==/org.python.testbed.test-s4HtpZcRVzZVpshIeWhlxw==/base.apk*3260347339:/data/app/~~_wewvQ9ebmF19dyuJHFmRg==/org.python.testbed.test-s4HtpZcRVzZVpshIeWhlxw==/base.apk!classes2.dex*1379084564:/data/app/~~_wewvQ9ebmF19dyuJHFmRg==/org.python.testbed.test-s4HtpZcRVzZVpshIeWhlxw==/base.apk!classes3.dex*4285428894:/data/app/~~vUXUDTua1DZ9zeP28UfwYg==/org.python.testbed-1lUWvkgvF95_o0X9BoZGTQ==/base.apk*801009802:/data/app/~~vUXUDTua1DZ9zeP28UfwYg==/org.python.testbed-1lUWvkgvF95_o0X9BoZGTQ==/base.apk!classes2.dex*3978002876:/data/app/~~vUXUDTua1DZ9zeP28UfwYg==/org.python.testbed-1lUWvkgvF95_o0X9BoZGTQ==/base.apk!classes3.dex*1393050785])
W/.python.testbe: Opening an oat file without a class loader. Are you using the deprecated DexFile APIs?
W/.python.testbed: type=1400 audit(0.0:40): avc: denied { read } for name="overcommit_memory" dev="proc" ino=14348 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:proc_overcommit_memory:s0 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:41): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/math.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124197 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:42): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_math_integer.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124165 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:43): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_bisect.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124143 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:44): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_random.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124171 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/audit: audit_lost=20 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/asyncio_0: type=1400 audit(0.0:82): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/unicodedata.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124204 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
test.test_asyncio.test_subprocess skipped -- test module requires subprocess
W/.python.testbed: type=1400 audit(0.0:83): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_remote_debugging.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124172 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
test.test_asyncio.test_windows_events skipped -- Windows only
test.test_asyncio.test_windows_utils skipped -- Windows only
W/.python.testbed: type=1400 audit(0.0:84): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_interpqueues.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124160 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
test.test_gdb.test_backtrace skipped -- test_gdb only works on source builds at the moment.
test.test_gdb.test_cfunction skipped -- test_gdb only works on source builds at the moment.
test.test_gdb.test_cfunction_full skipped -- test_gdb only works on source builds at the moment.
test.test_gdb.test_jit skipped -- test_gdb only works on source builds at the moment.
test.test_gdb.test_misc skipped -- test_gdb only works on source builds at the moment.
test.test_gdb.test_pretty_print skipped -- test_gdb only works on source builds at the moment.
W/libc: malloc(4611686018427387937) failed: returning null pointer
W/.python.testbed: type=1400 audit(0.0:85): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_codecs_jp.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124149 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:86): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_multibytecodec.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124167 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
test.test_multiprocessing_fork.test_manager skipped -- No module named '_multiprocessing'
test.test_multiprocessing_fork.test_misc skipped -- No module named '_multiprocessing'
test.test_multiprocessing_fork.test_processes skipped -- No module named '_multiprocessing'
test.test_multiprocessing_fork.test_threads skipped -- No module named '_multiprocessing'
test.test_multiprocessing_forkserver.test_manager skipped -- requires working os.fork()
test.test_multiprocessing_forkserver.test_misc skipped -- requires working os.fork()
test.test_multiprocessing_forkserver.test_preload skipped -- requires working os.fork()
test.test_multiprocessing_forkserver.test_processes skipped -- requires working os.fork()
test.test_multiprocessing_forkserver.test_threads skipped -- requires working os.fork()
test.test_multiprocessing_spawn.test_manager skipped -- No module named '_multiprocessing'
test.test_multiprocessing_spawn.test_misc skipped -- No module named '_multiprocessing'
test.test_multiprocessing_spawn.test_processes skipped -- No module named '_multiprocessing'
test.test_multiprocessing_spawn.test_threads skipped -- No module named '_multiprocessing'
W/.python.testbed: type=1400 audit(0.0:87): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/mmap.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124198 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:88): avc: denied { link } for name=40746573745F313633385F746D70C3A6 dev="dm-27" ino=132554 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:89): avc: denied { link } for name=40746573745F313633385F746D70C3A6 dev="dm-27" ino=132554 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:90): avc: denied { link } for name=40746573745F313633385F746D70C3A6C3B1 dev="dm-27" ino=132554 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:91): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/audit: audit_lost=57 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:93): avc: denied { getsched } for scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:zygote:s0 tclass=process permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:94): avc: denied { link } for name=40746573745F313633385F746D70C3A65F33 dev="dm-27" ino=132556 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
test.test_os.test_windows skipped -- Win32 specific tests
W/.python.testbed: type=1400 audit(0.0:95): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_elementtree.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124155 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:96): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_blake2.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124144 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:97): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_lsprof.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124163 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:98): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_csv.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124152 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:99): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_hmac.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124158 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:100): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_statistics.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124179 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:101): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_interpchannels.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124159 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:102): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_testlimitedcapi.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124187 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/audit: audit_lost=58 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:105): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_testbuffer.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124181 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:106): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_zoneinfo.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124191 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
aHelloHello world   olé中文😀\xc0\x80a\xc0\x80\xc0\x80ba\xc0\x80b\xffa\xff\xffba\xffb 
x 
a
 
 

b
c

d
xxf

g 
hello
hello
world

bytearraymemoryviewmmrve\xc0\x80\xc0\x80�\xc0\x80\xfe\xff\xff\xffaHelloHello world   olé中文😀\ud800\udc00\udc80\xc0\x80a\xc0\x80\xc0\x80ba\xc0\x80b 
x
a
 
 
 
b
c
 
d
xxf
 
g
 
x 
a
 
 
 
b
c
 
d
xxf
 
g 
hello
hello
world

before form feed
before line separator
custom
hellohelloworldfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfooba
oobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobar
012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
test_apple skipped -- Apple-specific
test_argparse skipped -- test module requires subprocess
test_asdl_parser skipped -- test irrelevant for an installed Python
W/.python.testbed: type=1400 audit(0.0:107): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:108): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:109): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:110): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/audit: audit_lost=60 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:111): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:112): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:113): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:114): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2323): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/syslog.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124202 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
test_c_stack_unwind skipped -- test requires subprocess support
W/.python.testbed: type=1400 audit(0.0:2324): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2325): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2326): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2327): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2328): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2329): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2330): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2331): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2332): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/audit: audit_lost=2268 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:2347): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_codecs_cn.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124146 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
test_clinic skipped -- test module requires subprocess
W/.python.testbed: type=1400 audit(0.0:2348): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/cmath.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124195 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
test_cmd_line skipped -- test module requires subprocess
W/.python.testbed: type=1400 audit(0.0:2349): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_codecs_hk.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124147 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2350): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_codecs_tw.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124151 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2351): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_codecs_iso2022.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124148 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2352): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_codecs_kr.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124150 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2353): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2354): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2355): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_ctypes_test.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124154 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
test_curses skipped -- No module named '_curses'
test_dbm_gnu skipped -- No module named '_gdbm'
test_dbm_ndbm skipped -- No module named '_dbm'
W/.python.testbed: type=1400 audit(0.0:2356): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/xxsubtype.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124208 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
test_devpoll skipped -- test works only on Solaris OS family
W/.python.testbed: type=1400 audit(0.0:2357): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2358): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/audit: audit_lost=2282 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:2359): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2360): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2361): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
test_dtrace skipped -- test module requires subprocess
test_embed skipped -- test module requires subprocess
W/.python.testbed: type=1400 audit(0.0:2447): avc: denied { relabelfrom } for name="pip-26.1.2-py3-none-any.whl" dev="dm-27" ino=139267 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2448): avc: denied { relabelfrom } for name="pip-26.1.2-py3-none-any.whl" dev="dm-27" ino=139267 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/audit: audit_lost=2367 audit_rate_limit=5 audit_backlog_limit=64
W/.python.testbed: type=1400 audit(0.0:2449): avc: denied { relabelfrom } for name="pip-26.1.2-py3-none-any.whl" dev="dm-27" ino=139267 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:2450): avc: denied { relabelfrom } for name="pip-26.1.2-py3-none-any.whl" dev="dm-27" ino=139267 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2451): avc: denied { relabelfrom } for name="pip-26.1.2-py3-none-any.whl" dev="dm-27" ino=139267 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
test_faulthandler skipped -- test module requires subprocess
test_file_eintr skipped -- test module requires subprocess
W/.python.testbed: type=1400 audit(0.0:2469): avc: denied { relabelfrom } for name="file" dev="dm-27" ino=139271 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/audit: audit_lost=2384 audit_rate_limit=5 audit_backlog_limit=64
W/.python.testbed: type=1400 audit(0.0:2470): avc: denied { relabelfrom } for name="file" dev="dm-27" ino=139274 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:2471): avc: denied { relabelfrom } for name="file" dev="dm-27" ino=139274 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2472): avc: denied { relabelfrom } for name="file" dev="dm-27" ino=139277 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2473): avc: denied { relabelfrom } for name="file" dev="dm-27" ino=139280 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
test_fork1 skipped -- test module requires working os.fork
test_free_threading skipped -- GIL enabled
test_generated_cases skipped -- test module requires subprocess
W/.python.testbed: type=1400 audit(0.0:2546): avc: denied { link } for name=40746573745F313633385F746D70C3A6 dev="dm-27" ino=133287 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2547): avc: denied { link } for name=40746573745F313633385F746D70C3A631 dev="dm-27" ino=133287 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
test_getopt skipped -- test module requires subprocess
test_grp skipped -- No module named 'grp'
W/.python.testbed: type=1400 audit(0.0:2548): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_sha3.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124175 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2549): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_md5.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124166 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2550): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_sha1.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124173 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2551): avc: granted { execute } for path="/data/data/org.python.testbed/files/python/lib/python3.16/lib-dynload/_sha2.cpython-316-aarch64-linux-android.so" dev="dm-27" ino=124174 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2552): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2553): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2554): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2555): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2556): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2557): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2558): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2559): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2560): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/audit: audit_lost=2456 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
test_idle skipped -- No module named '_tkinter'
test_kqueue skipped -- test works only on BSD
test_launcher skipped -- test only applies to Windows
W/.python.testbed: type=1400 audit(0.0:2616): avc: denied { link } for name="570629.1.myhostname.mydomain" dev="dm-27" ino=139442 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2617): avc: denied { link } for name="570629.2.myhostname.mydomain" dev="dm-27" ino=139444 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2618): avc: denied { link } for name="570629.1.myhostname.mydomain" dev="dm-27" ino=139442 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2619): avc: denied { link } for name="570629.1.myhostname.mydomain" dev="dm-27" ino=139442 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2620): avc: denied { link } for name=40746573745F313633385F746D70C3A62E6C6F636B2E313737353537303633302E6C6F63616C686F73742E31363338 dev="dm-27" ino=133357 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/audit: audit_lost=2511 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:2804): avc: denied { link } for name="1775570630.M975574P1638Q183.localhost" dev="dm-27" ino=139442 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2805): avc: denied { link } for name="1775570630.M993240P1638Q184.localhost" dev="dm-27" ino=139442 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2806): avc: denied { link } for name="1775570631.M27879P1638Q185.localhost" dev="dm-27" ino=139443 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2807): avc: denied { link } for name="1775570631.M41695P1638Q186.localhost" dev="dm-27" ino=139444 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2808): avc: denied { link } for name="1775570631.M51128P1638Q187.localhost" dev="dm-27" ino=139442 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/audit: audit_lost=2694 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:2835): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2836): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/audit: audit_lost=2720 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:2837): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2838): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2839): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2859): avc: granted { execute } for path=2F646174612F646174612F6F72672E707974686F6E2E746573746265642F63616368652F746573745F707974686F6E5F776F726B65725F31363338C3A62F40746573745F313633385F746D70C3A6 dev="dm-27" ino=133365 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file app=org.python.testbed
test_msvcrt skipped -- windows related tests
test_multiprocessing_main_handling skipped -- No module named '_multiprocessing'
W/.python.testbed: type=1400 audit(0.0:2860): avc: denied { link } for name=40746573745F313633385F746D70C3A6 dev="dm-27" ino=133376 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2861): avc: denied { link } for name=40746573745F313633385F746D70C3A631 dev="dm-27" ino=133376 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
test_optparse skipped -- test module requires subprocess
W/.python.testbed: type=1400 audit(0.0:2862): avc: denied { relabelfrom } for name="fileD" dev="dm-27" ino=139477 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2863): avc: denied { relabelfrom } for name="dirD" dev="dm-27" ino=139476 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=dir permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2864): avc: denied { relabelfrom } for name="fileC" dev="dm-27" ino=139478 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2865): avc: denied { relabelfrom } for name="novel.txt" dev="dm-27" ino=139479 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2866): avc: denied { relabelfrom } for name="copyA" dev="dm-27" ino=139475 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=dir permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2867): avc: denied { relabelfrom } for name="copyA" dev="dm-27" ino=139475 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2868): avc: denied { relabelfrom } for name="fileD" dev="dm-27" ino=139477 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2869): avc: denied { relabelfrom } for name="dirD" dev="dm-27" ino=139476 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=dir permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2870): avc: denied { relabelfrom } for name="fileC" dev="dm-27" ino=139478 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2871): avc: denied { relabelfrom } for name="novel.txt" dev="dm-27" ino=139479 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2872): avc: denied { relabelfrom } for name="copyA" dev="dm-27" ino=139475 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=dir permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2873): avc: denied { relabelfrom } for name="copyA" dev="dm-27" ino=139475 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/audit: audit_lost=2739 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:2874): avc: denied { relabelfrom } for name="fileD" dev="dm-27" ino=139477 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2875): avc: denied { relabelfrom } for name="dirD" dev="dm-27" ino=139476 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=dir permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2876): avc: denied { relabelfrom } for name="fileC" dev="dm-27" ino=139478 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2877): avc: denied { relabelfrom } for name="novel.txt" dev="dm-27" ino=139479 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2878): avc: denied { relabelfrom } for name="copyA" dev="dm-27" ino=139475 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=dir permissive=0 app=org.python.testbed
test_perf_profiler skipped -- test module requires subprocess
test_perfmaps skipped -- perf trampoline profiling not supported
W/.python.testbed: type=1400 audit(0.0:2880): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2881): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2882): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2883): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2884): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2885): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2886): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2887): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/audit: audit_lost=2740 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:2888): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2889): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2975): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2976): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2977): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:2978): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/audit: audit_lost=2825 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:2979): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3121): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3122): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3123): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/audit: audit_lost=2966 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:3124): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3125): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3137): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3138): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/audit: audit_lost=2977 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:3139): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3140): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3141): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3147): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/audit: audit_lost=2982 audit_rate_limit=5 audit_backlog_limit=64
W/.python.testbed: type=1400 audit(0.0:3148): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:3149): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3150): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3151): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3164): avc: denied { link } for name=40746573745F313633385F746D70C3A6 dev="dm-27" ino=133399 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3165): avc: denied { link } for name=40746573745F313633385F746D70C3A631 dev="dm-27" ino=133399 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3166): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3167): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/audit: audit_lost=2994 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:3168): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3169): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3170): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3171): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3172): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3173): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
test_pty skipped -- pty is not available on this platform
W/.python.testbed: type=1400 audit(0.0:3507): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3508): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/audit: audit_lost=3327 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:3509): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3510): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3511): avc: denied { ioctl } for path="pipe:[45620]" dev="pipefs" ino=45620 ioctlcmd=0x5413 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tclass=fifo_file permissive=0 app=org.python.testbed
test_readline skipped -- No module named 'readline'
test_regrtest skipped -- test module requires subprocess
test_repl skipped -- test module requires subprocess
test_samply_profiler skipped -- test module requires subprocess
W/.python.testbed: type=1400 audit(0.0:3537): avc: denied { relabelfrom } for name="test.txt" dev="dm-27" ino=139508 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/audit: audit_lost=3352 audit_rate_limit=5 audit_backlog_limit=64
E/audit: rate limit exceeded
W/.python.testbed: type=1400 audit(0.0:3538): avc: denied { relabelfrom } for name="foo" dev="dm-27" ino=139508 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3539): avc: denied { relabelfrom } for name="bar" dev="dm-27" ino=139508 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3540): avc: denied { relabelfrom } for name="bar" dev="dm-27" ino=139508 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=lnk_file permissive=0 app=org.python.testbed
W/.python.testbed: type=1400 audit(0.0:3541): avc: denied { relabelfrom } for name="foo" dev="dm-27" ino=139513 scontext=u:r:untrusted_app:s0:c68,c256,c512,c768 tcontext=u:object_r:app_data_file:s0:c68,c256,c512,c768 tclass=file permissive=0 app=org.python.testbed
W/native.stderr: Timeout (0:20:00)!
W/native.stderr: Thread 0x0000007338aff4f8 (most recent call first):
  File "/data/user/0/org.python.testbed/files/python/lib/python3.16/test/test_socket.py", line 1869 in check_sendall_interrupted
  File "/data/user/0/org.python.testbed/files/python/lib/python3.16/test/test_socket.py", line 1882 in test_sendall_interrupted
W/native.stderr:   File 
W/native.stderr: "/data/user/0/org.python.testbed/files/python/lib/python3.16/unittest/case.py", line 637 in 
W/native.stderr: _callTestMethod
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/unittest/case.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 691
W/native.stderr:  in 
W/native.stderr: run
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/unittest/case.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 747
W/native.stderr:  in 
W/native.stderr: __call__
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/unittest/suite.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 122
W/native.stderr:  in 
W/native.stderr: run
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/unittest/suite.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 84
W/native.stderr:  in 
W/native.stderr: __call__
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/unittest/suite.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 122
W/native.stderr:  in 
W/native.stderr: run
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/unittest/suite.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 84
W/native.stderr:  in 
W/native.stderr: __call__
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/unittest/runner.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 256
W/native.stderr:  in 
W/native.stderr: run
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/test/libregrtest/single.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 84
W/native.stderr:  in 
W/native.stderr: _run_suite
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/test/libregrtest/single.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 42
W/native.stderr:  in 
W/native.stderr: run_unittest
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/test/libregrtest/single.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 162
W/native.stderr:  in 
W/native.stderr: test_func
W/native.stderr: 
W/native.stderr:   File "/data/user/0/org.python.testbed/files/python/lib/python3.16/test/libregrtest/single.py", line 
W/native.stderr: 118
W/native.stderr:  in 
W/native.stderr: regrtest_runner
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/test/libregrtest/single.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 165
W/native.stderr:  in 
W/native.stderr: _load_run_test
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/test/libregrtest/single.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 210
W/native.stderr:  in 
W/native.stderr: _runtest_env_changed_exc
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/test/libregrtest/single.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 304
W/native.stderr:  in 
W/native.stderr: _runtest
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/test/libregrtest/single.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 348
W/native.stderr:  in 
W/native.stderr: run_single_test
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "/data/user/0/org.python.testbed/files/python/lib/python3.16/test/libregrtest/main.py", line 
W/native.stderr: 390
W/native.stderr:  in 
W/native.stderr: run_test
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/test/libregrtest/main.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 425
W/native.stderr:  in 
W/native.stderr: run_tests_sequentially
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/test/libregrtest/main.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 565
W/native.stderr:  in 
W/native.stderr: _run_tests
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/test/libregrtest/main.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 600
W/native.stderr:  in 
W/native.stderr: run_tests
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/test/libregrtest/main.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 793
W/native.stderr:  in 
W/native.stderr: main
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/test/libregrtest/main.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 801
W/native.stderr:  in 
W/native.stderr: main
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: /data/user/0/org.python.testbed/files/python/lib/python3.16/test/__main__.py
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 2
W/native.stderr:  in 
W/native.stderr: <module>
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: <frozen runpy>
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 87
W/native.stderr:  in 
W/native.stderr: _run_code
W/native.stderr: 
W/native.stderr:   File 
W/native.stderr: "
W/native.stderr: <frozen runpy>
W/native.stderr: "
W/native.stderr: , line 
W/native.stderr: 201
W/native.stderr:  in 
W/native.stderr: _run_module_as_main
W/native.stderr: 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants