Loading _build/deps-source/python3/

  OK  name: python3
  --  single version: 3.10.4
  --  tarball name: Python
  --  WEDGE_IS_ABSOLUTE
wedge-make () 
{ 
    local src_dir=$1;
    local build_dir=$2;
    local install_dir=$3;
    pushd $build_dir;
    time $src_dir/configure --prefix=$install_dir --without-static-libpython;
    time make;
    popd
}
  OK  wedge-make
wedge-install () 
{ 
    local build_dir=$1;
    local install_dir=$2;
    pushd $build_dir;
    time make install;
    popd
}
  OK  wedge-install
  OK  wedge-smoke-test

Loaded _build/deps-source/python3/

 SRC /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4
~/work/oils/oils/_build/wedge/tmp/python3-3.10.4 ~/work/oils/oils
~/work/oils/oils/_build/wedge/tmp/python3-3.10.4 ~/work/oils/oils/_build/wedge/tmp/python3-3.10.4 ~/work/oils/oils
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for python3.10... python3.10
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... "linux"
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for a sed that does not truncate output... /usr/bin/sed
checking for --with-cxx-main=<compiler>... no
checking for g++... no
configure:

  By default, distutils will build C++ extension modules with "g++".
  If this is not intended, then set CXX on the configure command line.
  
checking for the platform triplet based on compiler characteristics... x86_64-linux-gnu
checking for multiarch... x86_64-linux-gnu
checking for -Wl,--no-as-needed... yes
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for the Android API level... not Android
checking for --with-suffix... 
checking for case-insensitive build directory... no
checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
checking LINKCC... $(PURIFY) $(MAINCC)
checking EXPORTSYMS... 
checking for GNU ld... yes
checking for --enable-shared... no
checking for --enable-profiling... no
checking LDLIBRARY... libpython$(VERSION)$(ABIFLAGS).a
checking for ar... ar
checking for readelf... readelf
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for --with-pydebug... no
checking for --with-trace-refs... no
checking for --with-assertions... no
checking for --enable-optimizations... no
checking PROFILE_TASK... -m test --pgo --timeout=$(TESTTIMEOUT)
checking for --with-lto... no
checking for llvm-profdata... no
checking for -Wextra... yes
checking whether gcc accepts and needs -fno-strict-aliasing... no
checking if we can turn off gcc unused result warning... yes
checking if we can turn off gcc unused parameter warning... yes
checking if we can turn off gcc missing field initializers warning... yes
checking if we can turn on gcc mixed sign comparison warning... yes
checking if we can turn on gcc unreachable code warning... no
checking if we can turn on gcc strict-prototypes warning... no
checking if we can make implicit function declaration an error in gcc... yes
checking if we can use visibility in gcc... yes
checking whether pthreads are available without options... yes
checking whether g++ also accepts flags for thread support... no
checking for ANSI C header files... (cached) yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking conio.h usability... no
checking conio.h presence... no
checking for conio.h... no
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking sys/xattr.h usability... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
checking sys/bsdtty.h usability... no
checking sys/bsdtty.h presence... no
checking for sys/bsdtty.h... no
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/kern_control.h usability... no
checking sys/kern_control.h presence... no
checking for sys/kern_control.h... no
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/lock.h usability... no
checking sys/lock.h presence... no
checking for sys/lock.h... no
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/random.h usability... yes
checking sys/random.h presence... yes
checking for sys/random.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking for sys/stat.h... (cached) yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/sys_domain.h usability... no
checking sys/sys_domain.h presence... no
checking for sys/sys_domain.h... no
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking netpacket/packet.h usability... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking bluetooth.h usability... no
checking bluetooth.h presence... no
checking for bluetooth.h... no
checking linux/tipc.h usability... yes
checking linux/tipc.h presence... yes
checking for linux/tipc.h... yes
checking linux/random.h usability... yes
checking linux/random.h presence... yes
checking for linux/random.h... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking linux/auxvec.h usability... yes
checking linux/auxvec.h presence... yes
checking for linux/auxvec.h... yes
checking sys/auxv.h usability... yes
checking sys/auxv.h presence... yes
checking for sys/auxv.h... yes
checking linux/memfd.h usability... yes
checking linux/memfd.h presence... yes
checking for linux/memfd.h... yes
checking linux/wait.h usability... yes
checking linux/wait.h presence... yes
checking for linux/wait.h... yes
checking sys/memfd.h usability... no
checking sys/memfd.h presence... no
checking for sys/memfd.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether sys/types.h defines makedev... no
checking for sys/mkdev.h... (cached) no
checking for sys/sysmacros.h... (cached) yes
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
checking for net/if.h... yes
checking for linux/netlink.h... yes
checking for linux/qrtr.h... yes
checking for linux/vm_sockets.h... yes
checking for linux/can.h... yes
checking for linux/can/bcm.h... yes
checking for linux/can/j1939.h... yes
checking for linux/can/raw.h... yes
checking for clock_t in time.h... yes
checking for makedev... yes
checking for le64toh... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for ssize_t... yes
checking for __uint128_t... yes
checking size of int... 4
checking size of long... 8
checking alignment of long... 8
checking size of long long... 8
checking size of void *... 8
checking size of short... 2
checking size of float... 4
checking size of double... 8
checking size of fpos_t... 16
checking size of size_t... 8
checking alignment of size_t... 8
checking size of pid_t... 4
checking size of uintptr_t... 8
checking for long double... yes
checking size of long double... 16
checking size of _Bool... 1
checking size of off_t... 8
checking whether to enable large file support... no
checking size of time_t... 8
checking for pthread_t... yes
checking size of pthread_t... 8
checking size of pthread_key_t... 4
checking whether pthread_key_t is compatible with int... yes
checking for --enable-framework... no
checking for dyld... no
checking for --with-address-sanitizer... no
checking for --with-memory-sanitizer... no
checking for --with-undefined-behavior-sanitizer... no
checking the extension of shared libraries... .so
checking LDSHARED... $(CC) -shared
checking CCSHARED... -fPIC
checking LINKFORSHARED... -Xlinker -export-dynamic
checking CFLAGSFORSHARED... 
checking SHLIBS... $(LIBS)
checking for sendfile in -lsendfile... no
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking uuid.h usability... no
checking uuid.h presence... no
checking for uuid.h... no
checking for uuid_generate_time_safe... yes
checking for uuid_generate_time in -luuid... yes
checking for uuid_create... no
checking for uuid_enc_be... no
checking for library containing sem_init... none required
checking for textdomain in -lintl... no
checking aligned memory access is required... no
checking for --with-hash-algorithm... default
checking for --with-tzpath... "/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"
checking for t_open in -lnsl... no
checking for socket in -lsocket... no
checking for --with-libs... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for --with-system-expat... no
checking for --with-system-ffi... yes
checking for --with-system-libmpdec... no
checking for --with-decimal-contextvar... yes
checking for --enable-loadable-sqlite-extensions... no
checking for --with-tcltk-includes... default
checking for --with-tcltk-libs... default
checking for --with-dbmliborder... 
checking if PTHREAD_SCOPE_SYSTEM is supported... yes
checking for pthread_sigmask... yes
checking for pthread_getcpuclockid... yes
checking if --enable-ipv6 is specified... yes
checking if RFC2553 API is available... yes
checking ipv6 stack type... linux-glibc
checking for CAN_RAW_FD_FRAMES... yes
checking for CAN_RAW_JOIN_FILTERS... yes
checking for --with-doc-strings... yes
checking for --with-pymalloc... yes
checking for --with-c-locale-coercion... yes
checking for --with-valgrind... no
checking for --with-dtrace... no
checking for dlopen... yes
checking DYNLOADFILE... dynload_shlib.o
checking MACHDEP_OBJS... none
checking for alarm... yes
checking for accept4... yes
checking for setitimer... yes
checking for getitimer... yes
checking for bind_textdomain_codeset... yes
checking for chown... yes
checking for clock... yes
checking for confstr... yes
checking for close_range... yes
checking for copy_file_range... yes
checking for ctermid... yes
checking for dup3... yes
checking for execv... yes
checking for explicit_bzero... yes
checking for explicit_memset... no
checking for faccessat... yes
checking for fchmod... yes
checking for fchmodat... yes
checking for fchown... yes
checking for fchownat... yes
checking for fdwalk... no
checking for fexecve... yes
checking for fdopendir... yes
checking for fork... yes
checking for fpathconf... yes
checking for fstatat... yes
checking for ftime... yes
checking for ftruncate... yes
checking for futimesat... yes
checking for futimens... yes
checking for futimes... yes
checking for gai_strerror... yes
checking for getentropy... yes
checking for getgrgid_r... yes
checking for getgrnam_r... yes
checking for getgrouplist... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getloadavg... yes
checking for getpeername... yes
checking for getpgid... yes
checking for getpid... yes
checking for getpriority... yes
checking for getresuid... yes
checking for getresgid... yes
checking for getpwent... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getspnam... yes
checking for getspent... yes
checking for getsid... yes
checking for getwd... yes
checking for if_nameindex... yes
checking for initgroups... yes
checking for kill... yes
checking for killpg... yes
checking for lchown... yes
checking for lockf... yes
checking for linkat... yes
checking for lstat... yes
checking for lutimes... yes
checking for mmap... yes
checking for memrchr... yes
checking for mbrtowc... yes
checking for mkdirat... yes
checking for mkfifo... yes
checking for madvise... yes
checking for mkfifoat... yes
checking for mknod... yes
checking for mknodat... yes
checking for mktime... yes
checking for mremap... yes
checking for nice... yes
checking for openat... yes
checking for pathconf... yes
checking for pause... yes
checking for pipe2... yes
checking for plock... no
checking for poll... yes
checking for posix_fallocate... yes
checking for posix_fadvise... yes
checking for posix_spawn... yes
checking for posix_spawnp... yes
checking for pread... yes
checking for preadv... yes
checking for preadv2... yes
checking for pthread_condattr_setclock... yes
checking for pthread_init... no
checking for pthread_kill... yes
checking for pwrite... yes
checking for pwritev... yes
checking for pwritev2... yes
checking for readlink... yes
checking for readlinkat... yes
checking for readv... yes
checking for realpath... yes
checking for renameat... yes
checking for sem_open... yes
checking for sem_timedwait... yes
checking for sem_clockwait... yes
checking for sem_getvalue... yes
checking for sem_unlink... yes
checking for sendfile... yes
checking for setegid... yes
checking for seteuid... yes
checking for setgid... yes
checking for sethostname... yes
checking for setlocale... yes
checking for setregid... yes
checking for setreuid... yes
checking for setresuid... yes
checking for setresgid... yes
checking for setsid... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setpriority... yes
checking for setuid... yes
checking for setvbuf... yes
checking for sched_get_priority_max... yes
checking for sched_setaffinity... yes
checking for sched_setscheduler... yes
checking for sched_setparam... yes
checking for sched_rr_get_interval... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigfillset... yes
checking for siginterrupt... yes
checking for sigpending... yes
checking for sigrelse... yes
checking for sigtimedwait... yes
checking for sigwait... yes
checking for sigwaitinfo... yes
checking for snprintf... yes
checking for splice... yes
checking for strftime... yes
checking for strlcpy... no
checking for strsignal... yes
checking for symlinkat... yes
checking for sync... yes
checking for sysconf... yes
checking for tcgetpgrp... yes
checking for tcsetpgrp... yes
checking for tempnam... yes
checking for timegm... yes
checking for times... yes
checking for tmpfile... yes
checking for tmpnam... yes
checking for tmpnam_r... yes
checking for truncate... yes
checking for uname... yes
checking for unlinkat... yes
checking for utimensat... yes
checking for utimes... yes
checking for vfork... yes
checking for waitid... yes
checking for waitpid... yes
checking for wait3... yes
checking for wait4... yes
checking for wcscoll... yes
checking for wcsftime... yes
checking for wcsxfrm... yes
checking for wmemcmp... yes
checking for writev... yes
checking for _getpty... no
checking for rtpSpawn... no
checking whether dirfd is declared... yes
checking for chroot... yes
checking for link... yes
checking for symlink... yes
checking for fchdir... yes
checking for fsync... yes
checking for fdatasync... yes
checking for epoll... yes
checking for epoll_create1... yes
checking for kqueue... no
checking for prlimit... yes
checking for _dyld_shared_cache_contains_path... no
checking for memfd_create... yes
checking for eventfd... yes
checking for ctermid_r... no
checking for flock declaration... yes
checking for flock... yes
checking for getpagesize... yes
checking for broken unsetenv... no
checking for true... true
checking for inet_aton in -lc... yes
checking for chflags... no
checking for lchflags... no
checking for inflateCopy in -lz... yes
checking for hstrerror... yes
checking for inet_aton... yes
checking for inet_pton... yes
checking for setgroups... yes
checking for openpty... yes
checking for forkpty... yes
checking for fseek64... no
checking for fseeko... yes
checking for fstatvfs... yes
checking for ftell64... no
checking for ftello... yes
checking for statvfs... yes
checking for dup2... yes
checking for getpgrp... yes
checking for setpgrp... (cached) yes
checking for library containing crypt... -lcrypt
checking for library containing crypt_r... none required
checking for crypt_r... yes
checking for clock_gettime... yes
checking for clock_getres... yes
checking for clock_settime... yes
checking for major... yes
checking for getaddrinfo... yes
checking getaddrinfo bug... no
checking for getnameinfo... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct stat.st_rdev... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_flags... no
checking for struct stat.st_gen... no
checking for struct stat.st_birthtime... no
checking for struct stat.st_blocks... yes
checking for struct passwd.pw_gecos... yes
checking for struct passwd.pw_passwd... yes
checking for siginfo_t.si_band... yes
checking for time.h that defines altzone... no
checking whether sys/select.h and sys/time.h may both be included... yes
checking for addrinfo... yes
checking for sockaddr_storage... yes
checking for sockaddr_alg... yes
checking for an ANSI C-conforming const... yes
checking for working signed char... yes
checking for prototypes... yes
checking for variable length prototypes and stdarg.h... yes
checking for socketpair... yes
checking if sockaddr has sa_len member... no
checking for gethostbyname_r... yes
checking gethostbyname_r with 6 args... yes
checking for __fpu_control... yes
checking for --with-libm=STRING... default LIBM="-lm"
checking for --with-libc=STRING... default LIBC=""
checking for x64 gcc inline assembler... yes
checking whether float word ordering is bigendian... no
checking whether we can use gcc inline assembler to get and set x87 control word... yes
checking whether we can use gcc inline assembler to get and set mc68881 fpcr... no
checking for x87-style double rounding... no
checking for acosh... yes
checking for asinh... yes
checking for atanh... yes
checking for copysign... yes
checking for erf... yes
checking for erfc... yes
checking for expm1... yes
checking for finite... yes
checking for gamma... yes
checking for hypot... yes
checking for lgamma... yes
checking for log1p... yes
checking for log2... yes
checking for round... yes
checking for tgamma... yes
checking whether isinf is declared... yes
checking whether isnan is declared... yes
checking whether isfinite is declared... yes
checking whether POSIX semaphores are enabled... yes
checking for broken sem_getvalue... no
checking whether RTLD_LAZY is declared... yes
checking whether RTLD_NOW is declared... yes
checking whether RTLD_GLOBAL is declared... yes
checking whether RTLD_LOCAL is declared... yes
checking whether RTLD_NODELETE is declared... yes
checking whether RTLD_NOLOAD is declared... yes
checking whether RTLD_DEEPBIND is declared... yes
checking whether RTLD_MEMBER is declared... no
checking digit size for Python's longs... no value specified
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking size of wchar_t... 4
checking for UCS-4 tcl... no
checking whether wchar_t is signed... yes
checking whether wchar_t is usable... no
checking whether byte ordering is bigendian... no
checking ABIFLAGS... 
checking SOABI... cpython-310-x86_64-linux-gnu
checking LDVERSION... $(VERSION)$(ABIFLAGS)
checking for --with-platlibdir... no
checking for --with-wheel-pkg-dir... no
checking whether right shift extends the sign bit... yes
checking for getc_unlocked() and friends... yes
checking how to link readline libs... -lreadline
checking whether rl_completion_append_character is declared... yes
checking whether rl_completion_suppress_append is declared... yes
checking for rl_pre_input_hook in -lreadline... yes
checking for rl_completion_display_matches_hook in -lreadline... yes
checking for rl_resize_terminal in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
checking whether rl_catch_signals is declared... yes
checking for append_history in -lreadline... yes
checking for broken nice()... no
checking for broken poll()... no
checking for working tzset()... yes
checking for tv_nsec in struct stat... yes
checking for tv_nsec2 in struct stat... no
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for term.h... yes
checking whether mvwdelch is an expression... yes
checking whether WINDOW has _flags... yes
checking for is_pad... yes
checking for is_term_resized... yes
checking for resize_term... yes
checking for resizeterm... yes
checking for immedok... yes
checking for syncok... yes
checking for wchgat... yes
checking for filter... yes
checking for has_key... yes
checking for typeahead... yes
checking for use_env... yes
configure: checking for device files
checking for /dev/ptmx... yes
checking for /dev/ptc... no
checking for %zd printf() format support... yes
checking for socklen_t... yes
checking for broken mbstowcs... no
checking for --with-computed-gotos... no value specified
checking whether gcc supports computed gotos... yes
checking for build directories... done
checking for -O2... yes
checking for glibc _FORTIFY_SOURCE/memmove bug... no
checking for gcc ipa-pure-const bug... no
checking for stdatomic.h... yes
checking for builtin __atomic_load_n and __atomic_store_n functions... yes
checking for ensurepip... upgrade
checking if the dirent structure of a d_type field... yes
checking for the Linux getrandom() syscall... yes
checking for the getrandom() function... yes
checking for library containing shm_open... none required
checking for sys/mman.h... (cached) yes
checking for shm_open... yes
checking for shm_unlink... yes
checking for pkg-config... /usr/bin/pkg-config
checking whether compiling and linking against OpenSSL works... yes
checking for --with-openssl-rpath... 
checking whether OpenSSL provides required APIs... yes
checking for --with-ssl-default-suites... python
checking for --with-builtin-hashlib-hashes... md5,sha1,sha256,sha512,sha3,blake2
checking for --with-experimental-isolated-subinterpreters... no
checking for --with-static-libpython... no
checking for --disable-test-modules... no
configure: creating ./config.status
config.status: creating Makefile.pre
config.status: creating Misc/python.pc
config.status: creating Misc/python-embed.pc
config.status: creating Misc/python-config.sh
config.status: creating Modules/ld_so_aix
config.status: creating pyconfig.h
creating Modules/Setup.local
creating Makefile


If you want a release build with all stable optimizations active (PGO, etc),
please run ./configure --enable-optimizations



real	0m26.789s
user	0m16.048s
sys	0m9.156s
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Programs/python.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Programs/python.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Parser/token.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Parser/token.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Parser/pegen.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Parser/pegen.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Parser/parser.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Parser/parser.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Parser/string_parser.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Parser/string_parser.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Parser/peg_api.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Parser/peg_api.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Parser/myreadline.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Parser/myreadline.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Parser/tokenizer.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Parser/tokenizer.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/abstract.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/abstract.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/accu.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/accu.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/boolobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/boolobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/bytes_methods.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/bytes_methods.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/bytearrayobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/bytearrayobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/bytesobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/bytesobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/call.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/call.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/capsule.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/capsule.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/cellobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/cellobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/classobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/classobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/codeobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/codeobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/complexobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/complexobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/descrobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/descrobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/enumobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/enumobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/exceptions.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/exceptions.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/genericaliasobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/genericaliasobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/genobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/genobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/fileobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/fileobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/floatobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/floatobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/frameobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/frameobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/funcobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/funcobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/interpreteridobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/interpreteridobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/iterobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/iterobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/listobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/listobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/longobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/longobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/dictobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/dictobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/odictobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/odictobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/memoryobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/memoryobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/methodobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/methodobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/moduleobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/moduleobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/namespaceobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/namespaceobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/object.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/object.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/obmalloc.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/obmalloc.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/picklebufobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/picklebufobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/rangeobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/rangeobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/setobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/setobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/sliceobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/sliceobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/structseq.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/structseq.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/tupleobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/tupleobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/typeobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/typeobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/unicodeobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/unicodeobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/unicodectype.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/unicodectype.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/unionobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/unionobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Objects/weakrefobject.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Objects/weakrefobject.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/_warnings.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/_warnings.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/Python-ast.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/Python-ast.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/asdl.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/asdl.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/ast.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/ast.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/ast_opt.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/ast_opt.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/ast_unparse.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/ast_unparse.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/bltinmodule.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/bltinmodule.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/ceval.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/ceval.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/codecs.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/codecs.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/compile.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/compile.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/context.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/context.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/dynamic_annotations.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/dynamic_annotations.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/errors.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/errors.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/frozenmain.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/frozenmain.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/future.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/future.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/getargs.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/getargs.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/getcompiler.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/getcompiler.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/getcopyright.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/getcopyright.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/getplatform.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/getversion.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/getversion.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/hamt.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/hamt.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/hashtable.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/hashtable.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/import.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/import.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -I. -o Python/importdl.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/importdl.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE \
	-DPLATLIBDIR='"lib"' \
	-o Python/initconfig.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/initconfig.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/marshal.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/marshal.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/modsupport.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/modsupport.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/mysnprintf.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/mysnprintf.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/mystrtoul.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/mystrtoul.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/pathconfig.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/pathconfig.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/preconfig.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/preconfig.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/pyarena.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/pyarena.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/pyctype.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/pyctype.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/pyfpe.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/pyfpe.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/pyhash.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/pyhash.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/pylifecycle.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/pylifecycle.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/pymath.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/pymath.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/pystate.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/pystate.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/pythonrun.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/pythonrun.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/pytime.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/pytime.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/bootstrap_hash.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/bootstrap_hash.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/structmember.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/structmember.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/symtable.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/symtable.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE \
	-DABIFLAGS='""' \
	-DMULTIARCH=\"x86_64-linux-gnu\" \
	-o Python/sysmodule.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/sysmodule.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/thread.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/thread.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/traceback.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/traceback.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/getopt.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/getopt.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/pystrcmp.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/pystrcmp.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/pystrtod.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/pystrtod.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/pystrhex.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/pystrhex.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE  -o Python/dtoa.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/dtoa.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/formatter_unicode.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/formatter_unicode.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/fileutils.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/fileutils.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/suggestions.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/suggestions.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE \
	-DSOABI='"cpython-310-x86_64-linux-gnu"' \
	-o Python/dynload_shlib.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/dynload_shlib.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -DPYTHONPATH='""' \
	-DPREFIX='"/wedge/oils-for-unix.org/pkg/python3/3.10.4"' \
	-DEXEC_PREFIX='"/wedge/oils-for-unix.org/pkg/python3/3.10.4"' \
	-DVERSION='"3.10"' \
	-DVPATH='"/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4"' \
	-o Modules/getpath.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/getpath.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Modules/main.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/main.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Modules/gcmodule.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/gcmodule.c
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/posixmodule.c -o Modules/posixmodule.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/errnomodule.c -o Modules/errnomodule.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/pwdmodule.c -o Modules/pwdmodule.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sre.c -o Modules/_sre.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_codecsmodule.c -o Modules/_codecsmodule.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_weakref.c -o Modules/_weakref.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_operator.c -o Modules/_operator.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_abc.c -o Modules/_abc.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/atexitmodule.c -o Modules/atexitmodule.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/signalmodule.c -o Modules/signalmodule.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_stat.c -o Modules/_stat.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/timemodule.c -o Modules/timemodule.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_threadmodule.c -o Modules/_threadmodule.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_localemodule.c -o Modules/_localemodule.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_io -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_io/_iomodule.c -o Modules/_iomodule.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_io -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_io/iobase.c -o Modules/iobase.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_io -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_io/fileio.c -o Modules/fileio.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_io -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_io/bytesio.c -o Modules/bytesio.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_io -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_io/bufferedio.c -o Modules/bufferedio.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_io -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_io/textio.c -o Modules/textio.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_io -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_io/stringio.c -o Modules/stringio.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/faulthandler.c -o Modules/faulthandler.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_tracemalloc.c -o Modules/_tracemalloc.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/symtablemodule.c -o Modules/symtablemodule.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE_BUILTIN  -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/xxsubtype.c -o Modules/xxsubtype.o
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE \
      -DGITVERSION="\"`LC_ALL=C `\"" \
      -DGITTAG="\"`LC_ALL=C `\"" \
      -DGITBRANCH="\"`LC_ALL=C `\"" \
      -o Modules/getbuildinfo.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/getbuildinfo.c
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Python/frozen.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Python/frozen.c
rm -f libpython3.10.a
ar rcs libpython3.10.a Modules/getbuildinfo.o Parser/token.o  Parser/pegen.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o    Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/_weakref.o  Modules/_functoolsmodule.o  Modules/_operator.o  Modules/_collectionsmodule.o  Modules/_abc.o  Modules/itertoolsmodule.o  Modules/atexitmodule.o  Modules/signalmodule.o  Modules/_stat.o  Modules/timemodule.o  Modules/_threadmodule.o  Modules/_localemodule.o  Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o  Modules/faulthandler.o  Modules/_tracemalloc.o  Modules/symtablemodule.o  Modules/xxsubtype.o Python/frozen.o
gcc     -Xlinker -export-dynamic -o python Programs/python.o libpython3.10.a -lcrypt -ldl  -lm   -lm 
./python -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
	echo "generate-posix-vars failed" ; \
	rm -f ./pybuilddir.txt ; \
	exit 1 ; \
fi
gcc -c -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Modules/_math.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_math.c
 CC='gcc' LDSHARED='gcc -shared    ' OPT='-DNDEBUG -g -fwrapv -O3 -Wall' 	_TCLTK_INCLUDES='' _TCLTK_LIBS='' 	./python -E /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/setup.py  build
running build
running build_ext
INFO: Can't locate Tcl/Tk libs and/or headers
building '_struct' extension
creating build/temp.linux-x86_64-3.10/home
creating build/temp.linux-x86_64-3.10/home/runner
creating build/temp.linux-x86_64-3.10/home/runner/work
creating build/temp.linux-x86_64-3.10/home/runner/work/oils
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_struct.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_struct.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_struct.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_struct.cpython-310-x86_64-linux-gnu.so
building 'array' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/arraymodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/arraymodule.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/arraymodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/array.cpython-310-x86_64-linux-gnu.so
building '_contextvars' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_contextvarsmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_contextvarsmodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_contextvarsmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_contextvars.cpython-310-x86_64-linux-gnu.so
building 'math' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/mathmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/mathmodule.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/mathmodule.o Modules/_math.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.10/math.cpython-310-x86_64-linux-gnu.so
building 'cmath' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cmathmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cmathmodule.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cmathmodule.o Modules/_math.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.10/cmath.cpython-310-x86_64-linux-gnu.so
building '_datetime' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_datetimemodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_datetimemodule.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_datetimemodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.10/_datetime.cpython-310-x86_64-linux-gnu.so
building '_zoneinfo' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_zoneinfo.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_zoneinfo.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_zoneinfo.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_zoneinfo.cpython-310-x86_64-linux-gnu.so
building '_random' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_randommodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_randommodule.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_randommodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_random.cpython-310-x86_64-linux-gnu.so
building '_bisect' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_bisectmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_bisectmodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_bisectmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_bisect.cpython-310-x86_64-linux-gnu.so
building '_heapq' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_heapqmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_heapqmodule.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_heapqmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_heapq.cpython-310-x86_64-linux-gnu.so
building '_pickle' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_pickle.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_pickle.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_pickle.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_pickle.cpython-310-x86_64-linux-gnu.so
building '_json' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_json.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_json.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_json.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_json.cpython-310-x86_64-linux-gnu.so
building '_lsprof' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_lsprof.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_lsprof.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/rotatingtree.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/rotatingtree.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_lsprof.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/rotatingtree.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_lsprof.cpython-310-x86_64-linux-gnu.so
building 'unicodedata' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/unicodedata.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/unicodedata.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/unicodedata.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/unicodedata.cpython-310-x86_64-linux-gnu.so
building '_opcode' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_opcode.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_opcode.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_opcode.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_opcode.cpython-310-x86_64-linux-gnu.so
building '_asyncio' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_asynciomodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_asynciomodule.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_asynciomodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_asyncio.cpython-310-x86_64-linux-gnu.so
building '_queue' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_queuemodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_queuemodule.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_queuemodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_queue.cpython-310-x86_64-linux-gnu.so
building '_statistics' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_statisticsmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_statisticsmodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_statisticsmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_statistics.cpython-310-x86_64-linux-gnu.so
building 'fcntl' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/fcntlmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/fcntlmodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/fcntlmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/fcntl.cpython-310-x86_64-linux-gnu.so
building 'grp' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/grpmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/grpmodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/grpmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/grp.cpython-310-x86_64-linux-gnu.so
building 'spwd' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/spwdmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/spwdmodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/spwdmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/spwd.cpython-310-x86_64-linux-gnu.so
building 'select' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/selectmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/selectmodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/selectmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/select.cpython-310-x86_64-linux-gnu.so
building 'mmap' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/mmapmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/mmapmodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/mmapmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/mmap.cpython-310-x86_64-linux-gnu.so
building 'syslog' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/syslogmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/syslogmodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/syslogmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/syslog.cpython-310-x86_64-linux-gnu.so
building '_xxsubinterpreters' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_xxsubinterpretersmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_xxsubinterpretersmodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_xxsubinterpretersmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_xxsubinterpreters.cpython-310-x86_64-linux-gnu.so
building 'audioop' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/audioop.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/audioop.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/audioop.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.10/audioop.cpython-310-x86_64-linux-gnu.so
building '_csv' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_csv.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_csv.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_csv.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_csv.cpython-310-x86_64-linux-gnu.so
building '_posixsubprocess' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_posixsubprocess.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_posixsubprocess.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_posixsubprocess.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_posixsubprocess.cpython-310-x86_64-linux-gnu.so
building '_testcapi' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testcapimodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testcapimodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testcapimodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_testcapi.cpython-310-x86_64-linux-gnu.so
building '_testinternalcapi' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testinternalcapi.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testinternalcapi.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testinternalcapi.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_testinternalcapi.cpython-310-x86_64-linux-gnu.so
building '_testbuffer' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testbuffer.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testbuffer.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testbuffer.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_testbuffer.cpython-310-x86_64-linux-gnu.so
building '_testimportmultiple' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testimportmultiple.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testimportmultiple.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testimportmultiple.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_testimportmultiple.cpython-310-x86_64-linux-gnu.so
building '_testmultiphase' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testmultiphase.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testmultiphase.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_testmultiphase.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_testmultiphase.cpython-310-x86_64-linux-gnu.so
building '_xxtestfuzz' extension
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_xxtestfuzz
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_xxtestfuzz/_xxtestfuzz.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_xxtestfuzz/_xxtestfuzz.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_xxtestfuzz/fuzzer.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_xxtestfuzz/fuzzer.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_xxtestfuzz/_xxtestfuzz.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_xxtestfuzz/fuzzer.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_xxtestfuzz.cpython-310-x86_64-linux-gnu.so
building 'readline' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/readline.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/readline.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/readline.o -L/usr/lib/termcap -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lreadline -o build/lib.linux-x86_64-3.10/readline.cpython-310-x86_64-linux-gnu.so
building '_curses' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_cursesmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_cursesmodule.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_cursesmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lncursesw -o build/lib.linux-x86_64-3.10/_curses.cpython-310-x86_64-linux-gnu.so
building '_curses_panel' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_curses_panel.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_curses_panel.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_curses_panel.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lpanelw -lncursesw -o build/lib.linux-x86_64-3.10/_curses_panel.cpython-310-x86_64-linux-gnu.so
building '_crypt' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_cryptmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_cryptmodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_cryptmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lcrypt -o build/lib.linux-x86_64-3.10/_crypt.cpython-310-x86_64-linux-gnu.so
building '_socket' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/socketmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/socketmodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/socketmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_socket.cpython-310-x86_64-linux-gnu.so
building '_ssl' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ssl.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ssl.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ssl.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-x86_64-3.10/_ssl.cpython-310-x86_64-linux-gnu.so
building '_hashlib' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_hashopenssl.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_hashopenssl.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_hashopenssl.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-x86_64-3.10/_hashlib.cpython-310-x86_64-linux-gnu.so
building '_sha256' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/sha256module.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/sha256module.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/sha256module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_sha256.cpython-310-x86_64-linux-gnu.so
building '_sha512' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/sha512module.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/sha512module.o -DPy_BUILD_CORE_MODULE
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/sha512module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_sha512.cpython-310-x86_64-linux-gnu.so
building '_md5' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/md5module.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/md5module.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/md5module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_md5.cpython-310-x86_64-linux-gnu.so
building '_sha1' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/sha1module.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/sha1module.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/sha1module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_sha1.cpython-310-x86_64-linux-gnu.so
building '_blake2' extension
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_blake2
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_blake2/blake2b_impl.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_blake2/blake2b_impl.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_blake2/blake2module.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_blake2/blake2module.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_blake2/blake2s_impl.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_blake2/blake2s_impl.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_blake2/blake2b_impl.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_blake2/blake2module.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_blake2/blake2s_impl.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_blake2.cpython-310-x86_64-linux-gnu.so
building '_sha3' extension
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sha3
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sha3/sha3module.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sha3/sha3module.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sha3/sha3module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_sha3.cpython-310-x86_64-linux-gnu.so
building '_sqlite3' extension
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/cache.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/cache.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/connection.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/connection.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/cursor.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/cursor.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/microprotocols.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/microprotocols.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/module.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/module.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/prepare_protocol.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/row.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/row.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/statement.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/statement.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DSQLITE_OMIT_LOAD_EXTENSION=1 -IModules/_sqlite -I/usr/include -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/util.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/util.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/cache.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/connection.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/cursor.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/microprotocols.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/module.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/prepare_protocol.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/row.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/statement.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_sqlite/util.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lsqlite3 -o build/lib.linux-x86_64-3.10/_sqlite3.cpython-310-x86_64-linux-gnu.so
building 'termios' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/termios.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/termios.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/termios.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/termios.cpython-310-x86_64-linux-gnu.so
building 'resource' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/resource.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/resource.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/resource.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/resource.cpython-310-x86_64-linux-gnu.so
building 'ossaudiodev' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/ossaudiodev.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/ossaudiodev.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/ossaudiodev.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/ossaudiodev.cpython-310-x86_64-linux-gnu.so
building 'nis' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I/usr/include/tirpc -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/nismodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/nismodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/nismodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lnsl -ltirpc -o build/lib.linux-x86_64-3.10/nis.cpython-310-x86_64-linux-gnu.so
building 'zlib' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/zlibmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/zlibmodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/zlibmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lz -o build/lib.linux-x86_64-3.10/zlib.cpython-310-x86_64-linux-gnu.so
building 'binascii' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/binascii.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/binascii.o -DUSE_ZLIB_CRC32
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/binascii.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lz -o build/lib.linux-x86_64-3.10/binascii.cpython-310-x86_64-linux-gnu.so
building '_bz2' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_bz2module.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_bz2module.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_bz2module.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lbz2 -o build/lib.linux-x86_64-3.10/_bz2.cpython-310-x86_64-linux-gnu.so
building '_lzma' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_lzmamodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_lzmamodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_lzmamodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -llzma -o build/lib.linux-x86_64-3.10/_lzma.cpython-310-x86_64-linux-gnu.so
building 'pyexpat' extension
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat/xmlparse.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat/xmlparse.o -Wno-unreachable-code
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat/xmlrole.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat/xmlrole.o -Wno-unreachable-code
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat/xmltok.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat/xmltok.o -Wno-unreachable-code
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/pyexpat.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/pyexpat.o -Wno-unreachable-code
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat/xmlparse.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat/xmlrole.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat/xmltok.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/pyexpat.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.10/pyexpat.cpython-310-x86_64-linux-gnu.so
building '_elementtree' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DHAVE_EXPAT_CONFIG_H=1 -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/expat -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_elementtree.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_elementtree.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_elementtree.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.10/_elementtree.cpython-310-x86_64-linux-gnu.so
building '_multibytecodec' extension
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/multibytecodec.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/multibytecodec.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_multibytecodec.cpython-310-x86_64-linux-gnu.so
building '_codecs_kr' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_kr.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_kr.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_codecs_kr.cpython-310-x86_64-linux-gnu.so
building '_codecs_jp' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_jp.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_jp.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_codecs_jp.cpython-310-x86_64-linux-gnu.so
building '_codecs_cn' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_cn.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_cn.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_codecs_cn.cpython-310-x86_64-linux-gnu.so
building '_codecs_tw' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_tw.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_tw.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_codecs_tw.cpython-310-x86_64-linux-gnu.so
building '_codecs_hk' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_hk.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_hk.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_codecs_hk.cpython-310-x86_64-linux-gnu.so
building '_codecs_iso2022' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_iso2022.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/cjkcodecs/_codecs_iso2022.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_codecs_iso2022.cpython-310-x86_64-linux-gnu.so
building '_decimal' extension
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/_decimal.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/_decimal.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/basearith.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/basearith.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/constants.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/constants.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/context.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/context.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/convolute.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/convolute.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/crt.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/crt.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/difradix2.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/difradix2.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/fnt.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/fnt.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/fourstep.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/fourstep.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/io.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/io.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/mpalloc.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/mpalloc.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/mpdecimal.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/mpdecimal.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/numbertheory.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/numbertheory.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/sixstep.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/sixstep.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -DCONFIG_64=1 -DASM=1 -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/transpose.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/transpose.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/_decimal.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/basearith.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/constants.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/context.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/convolute.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/crt.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/difradix2.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/fnt.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/fourstep.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/io.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/mpalloc.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/mpdecimal.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/numbertheory.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/sixstep.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_decimal/libmpdec/transpose.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.10/_decimal.cpython-310-x86_64-linux-gnu.so
building '_ctypes_test' extension
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/_ctypes_test.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/_ctypes_test.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lm -o build/lib.linux-x86_64-3.10/_ctypes_test.cpython-310-x86_64-linux-gnu.so
building '_multiprocessing' extension
creating build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_multiprocessing
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IModules/_multiprocessing -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_multiprocessing/multiprocessing.o
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IModules/_multiprocessing -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_multiprocessing/semaphore.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_multiprocessing/semaphore.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_multiprocessing.cpython-310-x86_64-linux-gnu.so
building '_posixshmem' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IModules/_multiprocessing -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_multiprocessing/posixshmem.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_multiprocessing/posixshmem.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_multiprocessing/posixshmem.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/_posixshmem.cpython-310-x86_64-linux-gnu.so
building '_uuid' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_uuidmodule.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_uuidmodule.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_uuidmodule.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -luuid -o build/lib.linux-x86_64-3.10/_uuid.cpython-310-x86_64-linux-gnu.so
building 'xxlimited' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/xxlimited.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/xxlimited.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/xxlimited.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/xxlimited.cpython-310-x86_64-linux-gnu.so
building 'xxlimited_35' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/xxlimited_35.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/xxlimited_35.o
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/xxlimited_35.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -o build/lib.linux-x86_64-3.10/xxlimited_35.cpython-310-x86_64-linux-gnu.so
building '_ctypes' extension
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/_ctypes.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/callbacks.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/callproc.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/cfield.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
gcc -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -I/usr/include/x86_64-linux-gnu -I. -IObjects -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include -I/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/stgdict.o -DPy_BUILD_CORE_MODULE -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1
gcc -shared build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/callproc.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/cfield.o build/temp.linux-x86_64-3.10/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/_ctypes/stgdict.o -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -lffi -ldl -o build/lib.linux-x86_64-3.10/_ctypes.cpython-310-x86_64-linux-gnu.so

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_dbm                  _gdbm                 _tkinter           
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  pwd                   time               

running build_scripts
creating build/scripts-3.10
copying and adjusting /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Tools/scripts/pydoc3 -> build/scripts-3.10
copying and adjusting /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Tools/scripts/idle3 -> build/scripts-3.10
copying and adjusting /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Tools/scripts/2to3 -> build/scripts-3.10
changing mode of build/scripts-3.10/pydoc3 from 644 to 755
changing mode of build/scripts-3.10/idle3 from 644 to 755
changing mode of build/scripts-3.10/2to3 from 644 to 755
renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10
renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10
renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Tools/gdb/libpython.py python-gdb.py
gcc -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal -IObjects -IInclude -IPython -I. -I/home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include    -DPy_BUILD_CORE -o Programs/_testembed.o /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Programs/_testembed.c
gcc     -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o libpython3.10.a -lcrypt -ldl  -lm   -lm 
sed -e "s,@EXENAME@,/wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3.10," < /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Misc/python-config.in >python-config.py
LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config

real	3m0.778s
user	2m47.109s
sys	0m11.709s
~/work/oils/oils/_build/wedge/tmp/python3-3.10.4 ~/work/oils/oils
~/work/oils/oils
Loading _build/deps-source/python3/

  OK  name: python3
  --  single version: 3.10.4
  --  tarball name: Python
  --  WEDGE_IS_ABSOLUTE
wedge-make () 
{ 
    local src_dir=$1;
    local build_dir=$2;
    local install_dir=$3;
    pushd $build_dir;
    time $src_dir/configure --prefix=$install_dir --without-static-libpython;
    time make;
    popd
}
  OK  wedge-make
wedge-install () 
{ 
    local build_dir=$1;
    local install_dir=$2;
    pushd $build_dir;
    time make install;
    popd
}
  OK  wedge-install
  OK  wedge-smoke-test

Loaded _build/deps-source/python3/

/home/runner/work/oils/oils/_build/wedge/tmp/python3-3.10.4 /home/runner/work/oils/oils
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib
if test "no-framework" = "no-framework" ; then \
	/usr/bin/install -c python /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3.10; \
else \
	/usr/bin/install -c -s Mac/pythonw /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3.10; \
fi
if test "3.10" != "3.10"; then \
	if test -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3.10 -o -h /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3.10; \
	then rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3.10; \
	fi; \
	(cd /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin; ln python3.10 python3.10); \
fi
if test "x" != "x" ; then \
	rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/binpython3.10-32; \
	lipo  \
		-output /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3.10-32 \
		/wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3.10; \
fi
if test "x" != "x" ; then \
	rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/binpython3.10-intel64; \
	lipo  \
		-output /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3.10-intel64 \
		/wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3.10; \
fi
 CC='gcc' LDSHARED='gcc -shared    ' OPT='-DNDEBUG -g -fwrapv -O3 -Wall' 	_TCLTK_INCLUDES='' _TCLTK_LIBS='' 	./python -E /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/setup.py  build
running build
running build_ext
INFO: Can't locate Tcl/Tk libs and/or headers

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_dbm                  _gdbm                 _tkinter           
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  pwd                   time               

running build_scripts
copying and adjusting /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Tools/scripts/pydoc3 -> build/scripts-3.10
copying and adjusting /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Tools/scripts/idle3 -> build/scripts-3.10
copying and adjusting /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Tools/scripts/2to3 -> build/scripts-3.10
changing mode of build/scripts-3.10/pydoc3 from 644 to 755
changing mode of build/scripts-3.10/idle3 from 644 to 755
changing mode of build/scripts-3.10/2to3 from 644 to 755
renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10
renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10
renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/collections
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/_bundled
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/dummy
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc_data
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site-packages
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts/common
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts/posix
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/parsers
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers/myfixes
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/capath
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/data
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sndhdrdata
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpkg
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package2
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/unwritable
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01/subdirectory
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/one
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/two
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion1
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion2
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions/foo
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion1
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion1/foo
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion2
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion2/foo
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1/parent
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1/parent/child
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2/parent
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2/parent/child
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3/parent
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3/parent/child
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespacedata01
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/partial
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata01
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata02
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/data
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/data
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tracedmodules
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ziptestdata
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/__future__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/__phello__.foo.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/_aix_support.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/_bootsubprocess.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/_collections_abc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/_compat_pickle.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/_compression.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/_markupbase.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/_osx_support.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/_py_abc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/_pydecimal.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/_pyio.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/_sitebuiltins.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/_strptime.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/_threading_local.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/_weakrefset.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/abc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/aifc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/antigravity.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/argparse.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ast.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asynchat.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncore.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/base64.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/bdb.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/binhex.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/bisect.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/bz2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/cProfile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/calendar.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/cgi.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/cgitb.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/chunk.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/cmd.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/code.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/codecs.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/codeop.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/colorsys.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/compileall.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/configparser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/contextlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/contextvars.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/copy.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/copyreg.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/crypt.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/csv.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/dataclasses.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/datetime.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/decimal.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/difflib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/dis.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/doctest.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/enum.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/filecmp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/fileinput.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/fnmatch.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/fractions.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ftplib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/functools.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/genericpath.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/getopt.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/getpass.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/gettext.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/glob.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/graphlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/gzip.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/hashlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/heapq.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/hmac.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/imaplib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/imghdr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/imp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/inspect.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/io.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ipaddress.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/keyword.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/linecache.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/locale.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lzma.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/mailbox.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/mailcap.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/mimetypes.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/modulefinder.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/netrc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/nntplib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ntpath.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/nturl2path.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/numbers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/opcode.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/operator.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/optparse.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/os.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/pathlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/pdb.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/pickle.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/pickletools.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/pipes.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/pkgutil.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/platform.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/plistlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/poplib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/posixpath.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/pprint.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/profile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/pstats.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/pty.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/py_compile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/pyclbr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/pydoc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/queue.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/quopri.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/random.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/re.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/reprlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/rlcompleter.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/runpy.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sched.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/secrets.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/selectors.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/shelve.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/shlex.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/shutil.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/signal.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/site.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/smtpd.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/smtplib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sndhdr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/socket.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/socketserver.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sre_compile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sre_constants.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sre_parse.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ssl.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/stat.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/statistics.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/string.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/stringprep.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/struct.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/subprocess.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sunau.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/symtable.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sysconfig.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tabnanny.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tarfile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/telnetlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tempfile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/textwrap.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/this.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/threading.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/timeit.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/token.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tokenize.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/trace.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/traceback.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tracemalloc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tty.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtle.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/types.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/typing.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/uu.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/uuid.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/warnings.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/wave.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/weakref.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/webbrowser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xdrlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/zipapp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/zipfile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/zipimport.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/base_events.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/base_futures.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/base_subprocess.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/base_tasks.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/constants.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/coroutines.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/events.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/exceptions.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/format_helpers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/futures.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/locks.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/log.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/mixins.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/proactor_events.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/protocols.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/queues.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/runners.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/selector_events.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/sslproto.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/staggered.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/streams.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/subprocess.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/tasks.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/threads.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/transports.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/trsock.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/unix_events.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/windows_events.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/asyncio/windows_utils.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/collections/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/collections
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/collections/abc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/collections
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/concurrent/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/concurrent/futures/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/concurrent/futures/_base.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/concurrent/futures/process.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/concurrent/futures/thread.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/_aix.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/_endian.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/wintypes.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/macholib/README.ctypes /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/macholib/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/macholib/dyld.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/macholib/dylib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/macholib/fetch_macholib /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/macholib/fetch_macholib.bat /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/macholib/framework.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/curses/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/curses/ascii.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/curses/has_key.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/curses/panel.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/curses/textpad.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/dbm/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/dbm/dumb.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/dbm/gnu.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/dbm/ndbm.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/README /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/_msvccompiler.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/archive_util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/bcppcompiler.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/ccompiler.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/cmd.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/config.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/core.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/cygwinccompiler.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/debug.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/dep_util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/dir_util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/dist.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/errors.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/extension.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/fancy_getopt.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/file_util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/filelist.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/log.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/msvc9compiler.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/msvccompiler.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/spawn.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/sysconfig.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/text_file.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/unixccompiler.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/version.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/versionpredicate.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/bdist.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/bdist_dumb.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/bdist_msi.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/bdist_rpm.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/build.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/build_clib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/build_ext.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/build_py.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/build_scripts.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/check.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/clean.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/command_template /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/config.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/install.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/install_data.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/install_egg_info.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/install_headers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/install_lib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/install_scripts.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/register.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/sdist.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/command/upload.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/_encoded_words.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/_header_value_parser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/_parseaddr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/_policybase.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/architecture.rst /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/base64mime.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/charset.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/contentmanager.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/encoders.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/errors.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/feedparser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/generator.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/header.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/headerregistry.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/iterators.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/message.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/parser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/policy.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/quoprimime.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/utils.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/mime/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/mime/application.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/mime/audio.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/mime/base.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/mime/image.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/mime/message.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/mime/multipart.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/mime/nonmultipart.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/email/mime/text.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/aliases.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/ascii.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/base64_codec.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/big5.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/big5hkscs.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/bz2_codec.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/charmap.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp037.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp1006.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp1026.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp1125.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp1140.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp1250.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp1251.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp1252.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp1253.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp1254.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp1255.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp1256.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp1257.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp1258.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp273.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp424.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp437.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp500.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp720.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp737.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp775.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp850.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp852.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp855.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp856.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp857.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp858.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp860.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp861.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp862.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp863.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp864.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp865.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp866.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp869.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp874.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp875.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp932.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp949.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/cp950.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/euc_jis_2004.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/euc_jisx0213.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/euc_jp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/euc_kr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/gb18030.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/gb2312.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/gbk.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/hex_codec.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/hp_roman8.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/hz.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/idna.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso2022_jp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso2022_jp_1.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso2022_jp_2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso2022_jp_2004.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso2022_jp_3.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso2022_jp_ext.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso2022_kr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_1.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_10.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_11.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_13.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_14.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_15.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_16.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_3.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_4.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_5.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_6.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_7.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_8.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/iso8859_9.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/johab.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/koi8_r.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/koi8_t.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/koi8_u.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/kz1048.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/latin_1.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/mac_arabic.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/mac_croatian.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/mac_cyrillic.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/mac_farsi.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/mac_greek.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/mac_iceland.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/mac_latin2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/mac_roman.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/mac_romanian.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/mac_turkish.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/mbcs.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/oem.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/palmos.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/ptcp154.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/punycode.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/quopri_codec.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/raw_unicode_escape.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/rot_13.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/shift_jis.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/shift_jis_2004.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/shift_jisx0213.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/tis_620.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/undefined.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/unicode_escape.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/utf_16.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/utf_16_be.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/utf_16_le.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/utf_32.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/utf_32_be.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/utf_32_le.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/utf_7.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/utf_8.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/utf_8_sig.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/uu_codec.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/encodings/zlib_codec.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ensurepip/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ensurepip/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ensurepip/_uninstall.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ensurepip/_bundled/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/_bundled
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/_bundled
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/_bundled
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/html/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/html/entities.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/html/parser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/http/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/http/client.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/http/cookiejar.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/http/cookies.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/http/server.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/CREDITS.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/ChangeLog /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/HISTORY.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/NEWS.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/NEWS2x.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/README.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/TODO.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/autocomplete.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/autocomplete_w.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/autoexpand.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/browser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/calltip.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/calltip_w.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/codecontext.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/colorizer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/config-extensions.def /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/config-highlight.def /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/config-keys.def /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/config-main.def /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/config.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/config_key.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/configdialog.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/debugger.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/debugger_r.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/debugobj.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/debugobj_r.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/delegator.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/dynoption.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/editor.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/extend.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/filelist.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/format.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/grep.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/help.html /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/help.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/help_about.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/history.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/hyperparser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle.bat /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle.pyw /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/iomenu.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/macosx.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/mainmenu.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/multicall.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/outwin.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/parenmatch.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/pathbrowser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/percolator.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/pyparse.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/pyshell.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/query.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/redirector.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/replace.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/rpc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/run.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/runscript.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/scrolledlist.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/search.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/searchbase.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/searchengine.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/sidebar.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/squeezer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/stackviewer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/statusbar.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/textview.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/tooltip.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/tree.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/undo.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/window.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/zoomheight.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/zzdummy.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/README.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/folder.gif /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/idle.ico /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/idle_16.gif /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/idle_16.png /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/idle_256.png /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/idle_32.gif /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/idle_32.png /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/idle_48.gif /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/idle_48.png /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/minusnode.gif /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/openfolder.gif /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/plusnode.gif /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/python.gif /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/Icons/tk.gif /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/_abc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/_adapters.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/_bootstrap.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/_bootstrap_external.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/_common.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/abc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/machinery.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/readers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/resources.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/metadata/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/metadata/_adapters.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/metadata/_collections.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/metadata/_functools.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/metadata/_itertools.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/metadata/_meta.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/importlib/metadata/_text.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/json/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/json/decoder.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/json/encoder.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/json/scanner.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/json/tool.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/Grammar.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/PatternGrammar.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/btm_matcher.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/btm_utils.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixer_base.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixer_util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/main.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/patcomp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/pygram.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/pytree.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/refactor.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_apply.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_asserts.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_basestring.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_buffer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_dict.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_except.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_exec.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_execfile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_exitfunc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_filter.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_funcattrs.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_future.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_getcwdu.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_has_key.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_idioms.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_import.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_imports.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_imports2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_input.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_intern.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_isinstance.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_itertools.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_itertools_imports.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_long.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_map.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_metaclass.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_methodattrs.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_ne.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_next.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_nonzero.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_numliterals.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_operator.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_paren.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_print.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_raise.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_raw_input.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_reduce.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_reload.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_renames.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_repr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_set_literal.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_standarderror.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_sys_exc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_throw.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_tuple_params.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_types.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_unicode.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_urllib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_ws_comma.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_xrange.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_xreadlines.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/fixes/fix_zip.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/pgen2/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/pgen2/conv.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/pgen2/driver.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/pgen2/grammar.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/pgen2/literals.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/pgen2/parse.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/pgen2/pgen.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/pgen2/token.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/pgen2/tokenize.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/logging/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/logging/config.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/logging/handlers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/connection.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/context.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/forkserver.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/heap.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/managers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/pool.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/popen_fork.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/popen_forkserver.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/popen_spawn_posix.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/popen_spawn_win32.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/process.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/queues.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/reduction.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/resource_sharer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/resource_tracker.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/shared_memory.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/sharedctypes.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/spawn.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/synchronize.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/dummy/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/dummy
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/multiprocessing/dummy/connection.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/dummy
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/pydoc_data/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc_data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/pydoc_data/_pydoc.css /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc_data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/pydoc_data/topics.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc_data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/site-packages/README.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site-packages
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sqlite3/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sqlite3/dbapi2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sqlite3/dump.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/colorchooser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/commondialog.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/constants.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/dialog.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/dnd.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/filedialog.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/font.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/messagebox.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/scrolledtext.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/simpledialog.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/tix.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/ttk.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/bytedesign.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/chaos.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/clock.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/colormixer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/forest.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/fractalcurves.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/lindenmayer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/minimal_hanoi.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/nim.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/paint.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/peace.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/penrose.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/planet_and_moon.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/rosette.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/round_dance.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/sorting_animate.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/tree.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/turtle.cfg /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/two_canvases.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/turtledemo/yinyang.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/_log.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/async_case.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/case.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/loader.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/main.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/mock.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/result.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/runner.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/signals.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/suite.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/urllib/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/urllib/error.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/urllib/parse.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/urllib/request.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/urllib/response.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/urllib/robotparser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/venv/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/venv/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/venv/scripts/common/Activate.ps1 /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts/common
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/venv/scripts/common/activate /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts/common
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/venv/scripts/posix/activate.csh /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts/posix
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/venv/scripts/posix/activate.fish /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts/posix
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/wsgiref/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/wsgiref/handlers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/wsgiref/headers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/wsgiref/simple_server.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/wsgiref/util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/wsgiref/validate.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/dom/NodeFilter.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/dom/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/dom/domreg.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/dom/expatbuilder.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/dom/minicompat.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/dom/minidom.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/dom/pulldom.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/dom/xmlbuilder.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/etree/ElementInclude.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/etree/ElementPath.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/etree/ElementTree.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/etree/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/etree/cElementTree.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/parsers/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/parsers
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/parsers/expat.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/parsers
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/sax/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/sax/_exceptions.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/sax/expatreader.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/sax/handler.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/sax/saxutils.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xml/sax/xmlreader.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xmlrpc/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xmlrpc/client.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/xmlrpc/server.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/zoneinfo/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/zoneinfo/_common.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/zoneinfo/_tzpath.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/zoneinfo/_zoneinfo.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_anon.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_array_in_pointer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_arrays.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_as_parameter.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_bitfields.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_buffers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_bytes.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_byteswap.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_callbacks.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_cast.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_cfuncs.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_checkretval.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_delattr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_errno.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_find.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_frombuffer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_funcptr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_functions.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_incomplete.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_init.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_internals.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_keeprefs.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_libc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_loading.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_macholib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_memfunctions.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_numbers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_objects.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_parameters.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_pep3118.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_pickling.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_pointers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_prototypes.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_python_api.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_random_things.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_refcounts.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_repr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_returnfuncptrs.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_simplesubclasses.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_sizes.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_slicing.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_stringptr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_strings.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_struct_fields.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_structures.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_unaligned_structures.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_unicode.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_values.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_varsize_struct.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_win32.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/ctypes/test/test_wintypes.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/Setup.sample /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/includetest.rst /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/support.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_archive_util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_bdist.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_bdist_dumb.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_bdist_msi.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_bdist_rpm.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_build.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_build_clib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_build_ext.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_build_py.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_build_scripts.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_check.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_clean.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_cmd.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_config.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_config_cmd.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_core.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_cygwinccompiler.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_dep_util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_dir_util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_dist.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_extension.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_file_util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_filelist.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_install.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_install_data.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_install_headers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_install_lib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_install_scripts.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_log.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_msvc9compiler.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_msvccompiler.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_register.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_sdist.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_spawn.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_sysconfig.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_text_file.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_unixccompiler.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_upload.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_version.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/distutils/tests/test_versionpredicate.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/README.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/example_noext /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/example_stub.pyi /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/htest.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/mock_idle.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/mock_tk.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/template.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_autocomplete.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_autocomplete_w.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_autoexpand.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_browser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_calltip.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_calltip_w.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_codecontext.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_colorizer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_config.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_config_key.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_configdialog.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_debugger.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_debugger_r.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_debugobj.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_debugobj_r.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_delegator.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_editmenu.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_editor.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_filelist.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_format.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_grep.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_help.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_help_about.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_history.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_hyperparser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_iomenu.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_macosx.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_mainmenu.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_multicall.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_outwin.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_parenmatch.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_pathbrowser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_percolator.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_pyparse.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_pyshell.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_query.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_redirector.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_replace.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_rpc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_run.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_runscript.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_scrolledlist.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_search.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_searchbase.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_searchengine.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_sidebar.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_squeezer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_stackviewer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_statusbar.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_text.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_textview.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_tooltip.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_tree.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_undo.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_warning.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_window.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_zoomheight.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/test_zzdummy.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/idlelib/idle_test/tkinter_testing_utils.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/pytree_idempotency.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/support.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/test_all_fixers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/test_fixers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/test_main.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/test_parser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/test_pytree.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/test_refactor.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/test_util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/README /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/bom.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/crlf.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/different_encoding.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/false_encoding.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/infinite_recursion.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/py2_test_grammar.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/py3_test_grammar.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/fixers/bad_order.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/fixers/no_fixer_cls.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/fixers/parrot_example.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sqlite3/test/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sqlite3/test/backup.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sqlite3/test/dbapi.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sqlite3/test/dump.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sqlite3/test/factory.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sqlite3/test/hooks.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sqlite3/test/regression.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sqlite3/test/transactions.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sqlite3/test/types.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/sqlite3/test/userfunctions.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/Sine-1000Hz-300ms.aif /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/_test_atexit.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/_test_eintr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/_test_embed_set_config.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/_test_multiprocessing.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/_typed_dict_helper.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/allsans.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ann_module.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ann_module2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ann_module3.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ann_module4.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ann_module5.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ann_module6.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ann_module7.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiotest.au /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiotests.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audit-tests.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/autotest.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/bad_coding.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/bad_coding2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/bad_getattr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/bad_getattr2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/bad_getattr3.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/badcert.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/badkey.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/badsyntax_3131.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/badsyntax_future10.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/badsyntax_future3.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/badsyntax_future4.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/badsyntax_future5.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/badsyntax_future6.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/badsyntax_future7.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/badsyntax_future8.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/badsyntax_future9.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/badsyntax_pep3120.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/bisect_cmd.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cfgparser.1 /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cfgparser.2 /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cfgparser.3 /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/clinic.test /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cmath_testcases.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/coding20731.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/curses_tests.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dataclass_module_1.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dataclass_module_1_str.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dataclass_module_2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dataclass_module_2_str.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dataclass_textanno.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/datetimetester.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dis_module.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/doctest_aliases.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/double_const.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/empty.vbs /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/exception_hierarchy.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ffdh3072.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/final_a.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/final_b.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/floating_points.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/fork_wait.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/formatfloat_testcases.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/future_test1.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/future_test2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/gdb_sample.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/good_getattr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/idnsans.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ieee754.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/imp_dummy.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/inspect_fodder.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/inspect_fodder2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/inspect_stock_annotations.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/inspect_stringized_annotations.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/inspect_stringized_annotations_2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/keycert.passwd.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/keycert.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/keycert2.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/keycert3.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/keycert4.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/keycertecc.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/list_tests.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/lock_tests.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/mailcap.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/make_ssl_certs.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/mapping_tests.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/math_testcases.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/memory_watchdog.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/mime.types /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/mock_socket.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/mod_generics_cache.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/mp_fork_bomb.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/mp_preload.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/multibytecodec_support.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/nokia.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/nosan.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/nullbytecert.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/nullcert.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/pickletester.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/profilee.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/pstats.pck /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/pycacert.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/pycakey.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/pyclbr_input.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/pydoc_mod.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/pydocfodder.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/pythoninfo.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/randv2_32.pck /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/randv2_64.pck /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/randv3.pck /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/re_tests.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/recursion.tar /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/regrtest.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/relimport.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/reperf.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/revocation.crl /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/sample_doctest.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/sample_doctest_no_docstrings.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/sample_doctest_no_doctests.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/secp384r1.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/selfsigned_pythontestdotnet.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/seq_tests.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/sgml_input.html /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/signalinterproctester.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/sortperf.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ssl_cert.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ssl_key.passwd.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ssl_key.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ssl_servers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ssltests.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/string_tests.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/talos-2019-0758.pem /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test___all__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test___future__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test__locale.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test__opcode.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test__osx_support.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test__xxsubinterpreters.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_abc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_abstract_numbers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_aifc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_argparse.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_array.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asdl_parser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_ast.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncgen.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asynchat.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncore.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_atexit.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_audioop.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_audit.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_augassign.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_base64.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_baseexception.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_bdb.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_bigaddrspace.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_bigmem.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_binascii.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_binhex.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_binop.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_bisect.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_bool.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_buffer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_bufio.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_builtin.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_bytes.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_bz2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_c_locale_coercion.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_calendar.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_call.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_capi.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_cgi.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_cgitb.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_charmapcodec.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_check_c_globals.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_class.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_clinic.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_cmath.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_cmd.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_cmd_line.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_cmd_line_script.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_code.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_code_module.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_codeccallbacks.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_codecencodings_cn.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_codecencodings_hk.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_codecencodings_iso2022.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_codecencodings_jp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_codecencodings_kr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_codecencodings_tw.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_codecmaps_cn.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_codecmaps_hk.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_codecmaps_jp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_codecmaps_kr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_codecmaps_tw.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_codecs.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_codeop.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_collections.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_colorsys.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_compare.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_compile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_compileall.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_complex.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_concurrent_futures.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_configparser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_contains.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_context.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_contextlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_contextlib_async.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_copy.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_copyreg.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_coroutines.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_cprofile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_crashers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_crypt.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_csv.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_ctypes.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_curses.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_dataclasses.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_datetime.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_dbm.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_dbm_dumb.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_dbm_gnu.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_dbm_ndbm.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_decimal.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_decorators.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_defaultdict.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_deque.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_descr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_descrtut.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_devpoll.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_dict.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_dict_version.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_dictcomps.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_dictviews.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_difflib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_difflib_expect.html /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_dis.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_distutils.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_doctest.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_doctest.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_doctest2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_doctest2.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_doctest3.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_doctest4.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_docxmlrpc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_dtrace.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_dynamic.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_dynamicclassattribute.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_eintr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_embed.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_ensurepip.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_enum.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_enumerate.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_eof.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_epoll.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_errno.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_exception_hierarchy.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_exception_variations.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_exceptions.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_extcall.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_faulthandler.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_fcntl.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_file.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_file_eintr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_filecmp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_fileinput.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_fileio.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_finalization.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_float.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_flufl.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_fnmatch.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_fork1.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_format.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_fractions.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_frame.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_frozen.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_fstring.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_ftplib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_funcattrs.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_functools.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_future.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_future3.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_future4.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_future5.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_gc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_gdb.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_generator_stop.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_generators.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_genericalias.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_genericclass.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_genericpath.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_genexps.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_getargs2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_getopt.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_getpass.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_gettext.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_glob.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_global.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_grammar.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_graphlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_grp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_gzip.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_hash.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_hashlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_heapq.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_hmac.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_html.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_htmlparser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_http_cookiejar.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_http_cookies.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_httplib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_httpservers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_idle.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_imaplib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_imghdr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_imp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_index.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_inspect.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_int.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_int_literal.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_interpreters.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_io.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_ioctl.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_ipaddress.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_isinstance.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_iter.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_iterlen.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_itertools.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_keyword.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_keywordonlyarg.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_kqueue.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_largefile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_lib2to3.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_linecache.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_list.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_listcomps.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_lltrace.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_locale.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_logging.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_long.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_longexp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_lzma.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_mailbox.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_mailcap.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_marshal.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_math.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_memoryio.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_memoryview.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_metaclass.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_mimetypes.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_minidom.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_mmap.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_module.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_modulefinder.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_msilib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_multibytecodec.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_multiprocessing_fork.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_multiprocessing_forkserver.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_multiprocessing_main_handling.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_multiprocessing_spawn.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_named_expressions.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_netrc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_nis.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_nntplib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_ntpath.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_numeric_tower.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_opcache.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_opcodes.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_openpty.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_operator.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_optparse.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_ordered_dict.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_os.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_ossaudiodev.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_osx_env.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pathlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_patma.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pdb.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_peepholer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pickle.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_picklebuffer.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pickletools.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pipes.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pkg.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pkgutil.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_platform.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_plistlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_poll.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_popen.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_poplib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_positional_only_arg.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_posix.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_posixpath.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pow.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pprint.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_print.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_profile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_property.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pstats.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pty.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pulldom.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pwd.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_py_compile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pyclbr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pydoc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_pyexpat.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_queue.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_quopri.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_raise.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_random.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_range.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_re.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_readline.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_regrtest.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_repl.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_reprlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_resource.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_richcmp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_rlcompleter.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_robotparser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_runpy.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_sax.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_sched.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_scope.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_script_helper.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_secrets.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_select.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_selectors.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_set.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_setcomps.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_shelve.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_shlex.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_shutil.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_signal.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_site.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_slice.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_smtpd.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_smtplib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_smtpnet.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_sndhdr.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_socket.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_socketserver.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_sort.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_source_encoding.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_spwd.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_sqlite.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_ssl.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_startfile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_stat.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_statistics.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_strftime.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_string.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_string_literals.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_stringprep.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_strptime.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_strtod.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_struct.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_structmembers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_structseq.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_subclassinit.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_subprocess.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_sunau.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_sundry.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_super.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_support.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_symtable.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_syntax.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_sys.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_sys_setprofile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_sys_settrace.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_sysconfig.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_syslog.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tabnanny.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tarfile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tcl.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_telnetlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tempfile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_textwrap.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_thread.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_threadedtempfile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_threading.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_threading_local.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_threadsignals.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_time.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_timeit.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_timeout.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tix.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tk.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tokenize.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_trace.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_traceback.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tracemalloc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_ttk_guionly.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_ttk_textonly.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tuple.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_turtle.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_type_annotations.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_type_comments.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_typechecks.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_types.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_typing.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_ucn.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_unary.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_unicode.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_unicode_file.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_unicode_file_functions.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_unicode_identifiers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_unicodedata.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_unittest.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_univnewlines.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_unpack.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_unpack_ex.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_unparse.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_urllib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_urllib2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_urllib2_localnet.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_urllib2net.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_urllib_response.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_urllibnet.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_urlparse.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_userdict.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_userlist.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_userstring.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_utf8_mode.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_utf8source.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_uu.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_uuid.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_venv.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_wait3.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_wait4.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_wave.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_weakref.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_weakset.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_webbrowser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_winconsoleio.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_winreg.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_winsound.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_with.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_wsgiref.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_xdrlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_xml_dom_minicompat.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_xml_etree.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_xml_etree_c.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_xmlrpc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_xmlrpc_net.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_xxlimited.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_xxtestfuzz.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_yield_from.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_zipapp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_zipfile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_zipfile64.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_zipimport.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_zipimport_support.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_zlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/testcodec.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/testtar.tar /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/testtar.tar.xz /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/tf_inherit_check.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/time_hashlib.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/tokenize_tests.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/win_console_handler.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltests.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/zip_cp437_header.zip /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/zipdir.zip /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-alaw.aifc /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-pcm16.aiff /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-pcm16.au /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-pcm16.wav /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-pcm24.aiff /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-pcm24.au /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-pcm24.wav /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-pcm32.aiff /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-pcm32.au /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-pcm32.wav /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-pcm8.aiff /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-pcm8.au /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-pcm8.wav /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-ulaw.aifc /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/audiodata/pluck-ulaw.au /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/capath/4e1295a3.0 /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/capath
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/capath/5ed36f99.0 /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/capath
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/capath/6e88d7b8.0 /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/capath
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/capath/99d0fa06.0 /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/capath
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/capath/b1930218.0 /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/capath
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/capath/ceff1710.0 /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/capath
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/big5-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/big5.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/big5hkscs-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/big5hkscs.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/cp949-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/cp949.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/euc_jisx0213-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/euc_jisx0213.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/euc_jp-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/euc_jp.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/euc_kr-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/euc_kr.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/gb18030-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/gb18030.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/gb2312-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/gb2312.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/gbk-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/gbk.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/hz-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/hz.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/iso2022_jp-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/iso2022_jp.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/iso2022_kr-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/iso2022_kr.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/johab-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/johab.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/shift_jis-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/shift_jis.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/shift_jisx0213-utf8.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/cjkencodings/shift_jisx0213.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/data/README /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/abs.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/add.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/and.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/base.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/clamp.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/class.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/compare.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/comparetotal.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/comparetotmag.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/copy.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/copyabs.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/copynegate.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/copysign.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddAbs.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddAdd.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddAnd.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddBase.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddCanonical.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddClass.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddCompare.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddCompareSig.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddCompareTotal.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddCompareTotalMag.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddCopy.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddCopyAbs.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddCopyNegate.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddCopySign.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddDivide.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddDivideInt.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddEncode.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddFMA.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddInvert.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddLogB.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddMax.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddMaxMag.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddMin.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddMinMag.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddMinus.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddMultiply.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddNextMinus.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddNextPlus.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddNextToward.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddOr.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddPlus.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddQuantize.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddReduce.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddRemainder.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddRemainderNear.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddRotate.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddSameQuantum.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddScaleB.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddShift.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddSubtract.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddToIntegral.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ddXor.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/decDouble.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/decQuad.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/decSingle.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/divide.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/divideint.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqAbs.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqAdd.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqAnd.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqBase.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqCanonical.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqClass.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqCompare.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqCompareSig.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqCompareTotal.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqCompareTotalMag.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqCopy.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqCopyAbs.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqCopyNegate.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqCopySign.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqDivide.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqDivideInt.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqEncode.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqFMA.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqInvert.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqLogB.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqMax.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqMaxMag.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqMin.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqMinMag.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqMinus.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqMultiply.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqNextMinus.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqNextPlus.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqNextToward.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqOr.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqPlus.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqQuantize.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqReduce.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqRemainder.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqRemainderNear.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqRotate.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqSameQuantum.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqScaleB.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqShift.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqSubtract.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqToIntegral.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dqXor.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dsBase.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/dsEncode.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/exp.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/extra.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/fma.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/inexact.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/invert.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/ln.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/log10.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/logb.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/max.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/maxmag.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/min.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/minmag.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/minus.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/multiply.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/nextminus.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/nextplus.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/nexttoward.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/or.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/plus.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/power.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/powersqrt.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/quantize.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/randomBound32.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/randoms.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/reduce.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/remainder.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/remainderNear.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/rescale.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/rotate.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/rounding.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/samequantum.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/scaleb.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/shift.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/squareroot.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/subtract.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/testall.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/tointegral.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/tointegralx.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/decimaltestdata/xor.decTest /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/assert_usable.d /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/assert_usable.stp /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/call_stack.d /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/call_stack.d.expected /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/call_stack.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/call_stack.stp /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/call_stack.stp.expected /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/gc.d /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/gc.d.expected /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/gc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/gc.stp /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/gc.stp.expected /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/instance.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/line.d /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/line.d.expected /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/dtracedata/line.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/encoded_modules/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/encoded_modules/module_iso_8859_1.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/encoded_modules/module_koi8_r.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/imghdrdata/python.bmp /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/imghdrdata/python.exr /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/imghdrdata/python.gif /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/imghdrdata/python.jpg /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/imghdrdata/python.pbm /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/imghdrdata/python.pgm /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/imghdrdata/python.png /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/imghdrdata/python.ppm /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/imghdrdata/python.ras /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/imghdrdata/python.sgi /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/imghdrdata/python.tiff /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/imghdrdata/python.webp /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/imghdrdata/python.xbm /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/libregrtest/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/libregrtest/cmdline.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/libregrtest/main.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/libregrtest/pgo.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/libregrtest/refleak.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/libregrtest/runtest.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/libregrtest/runtest_mp.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/libregrtest/save_env.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/libregrtest/setup.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/libregrtest/utils.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/libregrtest/win_utils.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/sndhdrdata/README /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sndhdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/sndhdrdata/sndhdr.8svx /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sndhdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/sndhdrdata/sndhdr.aifc /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sndhdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/sndhdrdata/sndhdr.aiff /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sndhdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/sndhdrdata/sndhdr.au /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sndhdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/sndhdrdata/sndhdr.hcom /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sndhdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/sndhdrdata/sndhdr.sndt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sndhdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/sndhdrdata/sndhdr.voc /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sndhdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/sndhdrdata/sndhdr.wav /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sndhdrdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/subprocessdata/fd_status.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/subprocessdata/input_reader.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/subprocessdata/qcat.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/subprocessdata/qgrep.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/subprocessdata/sigchild_ignore.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/support/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/support/bytecode_helper.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/support/hashlib_helper.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/support/import_helper.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/support/interpreters.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/support/logging_helper.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/support/os_helper.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/support/script_helper.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/support/socket_helper.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/support/testresult.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/support/threading_helper.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/support/warnings_helper.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/echo.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/echo2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/echo3.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/functional.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_base_events.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_buffered_proto.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_context.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_events.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_futures.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_futures2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_locks.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_pep492.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_proactor_events.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_protocols.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_queues.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_runners.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_selector_events.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_sendfile.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_server.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_sock_lowlevel.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_sslproto.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_streams.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_subprocess.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_tasks.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_threads.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_transports.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_unix_events.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_waitfor.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_windows_events.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/test_windows_utils.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_asyncio/utils.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/test__encoded_words.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/test__header_value_parser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/test_asian_codecs.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/test_contentmanager.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/test_defect_handling.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/test_email.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/test_generator.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/test_headerregistry.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/test_inversion.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/test_message.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/test_parser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/test_pickleable.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/test_policy.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/test_utils.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/torture_test.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/PyBanner048.gif /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/audiotest.au /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_01.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_02.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_03.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_04.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_05.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_06.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_07.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_08.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_09.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_10.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_11.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_12.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_12a.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_13.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_14.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_15.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_16.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_17.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_18.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_19.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_20.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_21.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_22.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_23.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_24.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_25.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_26.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_27.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_28.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_29.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_30.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_31.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_32.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_33.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_34.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_35.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_36.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_37.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_38.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_39.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_40.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_41.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_42.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_43.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_44.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_45.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_email/data/msg_46.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/basic.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/basic2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/binding.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/binding2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/from_cycle1.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/from_cycle2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/indirect.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/rebinding.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/rebinding2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/source.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/subpackage.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/use.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/subpkg/subpackage2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpkg
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/circular_imports/subpkg/util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpkg
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/package/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/package/submodule.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/package2/submodule1.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package2
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/package2/submodule2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package2
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/unwritable/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/unwritable
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_import/data/unwritable/x.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/unwritable
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/abc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/fixtures.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/stubs.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_abc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_api.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_files.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_lazy.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_locks.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_main.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_metadata_api.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_namespace_pkgs.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_open.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_path.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_pkg_import.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_read.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_reader.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_resource.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_spec.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_threaded_import.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_windows.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/test_zip.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/threaded_import_hangers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/update-zips.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/util.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/builtin/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/builtin/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/builtin/test_finder.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/builtin/test_loader.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data/example-21.12-py3-none-any.whl /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data/example-21.12-py3.6.egg /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data01/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data01/binary.file /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data01/utf-16.file /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data01/utf-8.file /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data01/subdirectory/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01/subdirectory
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data01/subdirectory/binary.file /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01/subdirectory
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data02/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data02/one/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/one
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data02/one/resource1.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/one
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data02/two/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/two
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data02/two/resource2.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/two
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data03/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data03/namespace/resource1.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data03/namespace/portion1/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion1
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/data03/namespace/portion2/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion2
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/extension/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/extension/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/extension/test_case_sensitivity.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/extension/test_finder.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/extension/test_loader.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/extension/test_path_hook.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/frozen/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/frozen/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/frozen/test_finder.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/frozen/test_loader.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/import_/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/import_/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/import_/test___loader__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/import_/test___package__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/import_/test_api.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/import_/test_caching.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/import_/test_fromlist.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/import_/test_meta_path.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/import_/test_packages.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/import_/test_path.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/import_/test_relative_imports.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespace_pkgs/missing_directory.zip /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions/foo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions/foo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion1/foo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion2/foo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1/parent/child
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2/parent/child
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3/parent/child
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespacedata01/binary.file /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespacedata01
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespacedata01/utf-16.file /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespacedata01
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/namespacedata01/utf-8.file /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespacedata01
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/partial/cfimport.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/partial
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/partial/pool_in_threads.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/partial
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/source/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/source/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/source/test_case_sensitivity.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/source/test_file_loader.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/source/test_finder.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/source/test_path_hook.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/source/test_source_encoding.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/zipdata01/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata01
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/zipdata01/ziptestdata.zip /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata01
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/zipdata02/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata02
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_importlib/zipdata02/ziptestdata.zip /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata02
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_decode.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_default.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_dump.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_encode_basestring_ascii.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_enum.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_fail.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_float.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_indent.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_pass1.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_pass2.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_pass3.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_recursion.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_scanstring.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_separators.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_speedups.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_tool.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_json/test_unicode.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_peg_generator/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_peg_generator/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_peg_generator/test_c_parser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_peg_generator/test_first_sets.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_peg_generator/test_grammar_validator.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_peg_generator/test_pegen.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tools/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tools/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tools/test_fixcid.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tools/test_gprof2html.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tools/test_i18n.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tools/test_lll.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tools/test_md5sum.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tools/test_pathfix.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tools/test_pdeps.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tools/test_pindent.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tools/test_reindent.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_tools/test_sundry.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_warnings/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_warnings/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_warnings/data/import_warning.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_warnings/data/stacklevel.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_zoneinfo/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_zoneinfo/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_zoneinfo/_support.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_zoneinfo/test_zoneinfo.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_zoneinfo/data/update_test_data.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/test_zoneinfo/data/zoneinfo_data.json /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/data
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/tracedmodules/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tracedmodules
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/tracedmodules/testmod.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tracedmodules
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/expat224_utf8_bug.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/simple-ns.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/simple.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/test.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/test.xml.out /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/README /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/c14nComment.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/c14nDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/c14nPrefix.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/c14nPrefixQname.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/c14nPrefixQnameXpathElem.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/c14nQname.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/c14nQnameElem.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/c14nQnameXpathElem.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/c14nTrim.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/doc.dtd /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/doc.xsl /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/inC14N1.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/inC14N2.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/inC14N3.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/inC14N4.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/inC14N5.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/inC14N6.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/inNsContent.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/inNsDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/inNsPushdown.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/inNsRedecl.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/inNsSort.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/inNsSuperfluous.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/inNsXml.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nComment.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nTrim.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nPrefix.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nTrim.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nTrim.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nTrim.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inC14N6_c14nDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nPrefixQnameXpathElem.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameElem.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameXpathElem.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nPrefix.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nPrefix.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nPrefix.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nPrefix.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nPrefix.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nDefault.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefix.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefixQname.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nQname.xml /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/xmltestdata/c14n-20/world.txt /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ziptestdata/README.md /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ziptestdata
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ziptestdata/exe_with_z64 /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ziptestdata
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ziptestdata/exe_with_zip /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ziptestdata
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ziptestdata/header.sh /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ziptestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/test/ziptestdata/testdata_module_inside_zip.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ziptestdata
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/README /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/support.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/widget_tests.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_tkinter/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_tkinter/test_colorchooser.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_tkinter/test_font.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_tkinter/test_geometry_managers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_tkinter/test_images.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_tkinter/test_loadtk.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_tkinter/test_messagebox.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_tkinter/test_misc.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_tkinter/test_simpledialog.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_tkinter/test_text.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_tkinter/test_variables.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_tkinter/test_widgets.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_ttk/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_ttk/test_extensions.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_ttk/test_style.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/tkinter/test/test_ttk/test_widgets.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/_test_warnings.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/dummy.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/support.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/test_assertions.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/test_async_case.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/test_break.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/test_case.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/test_discovery.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/test_functiontestcase.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/test_loader.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/test_program.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/test_result.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/test_runner.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/test_setups.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/test_skipping.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/test_suite.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/testmock/__init__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/testmock/__main__.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/testmock/support.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/testmock/testasync.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/testmock/testcallable.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/testmock/testhelpers.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/testmock/testmagicmethods.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/testmock/testmock.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/testmock/testpatch.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/testmock/testsealable.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/testmock/testsentinel.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Lib/unittest/test/testmock/testwith.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock
/usr/bin/install -c -m 644 `cat pybuilddir.txt`/_sysconfigdata__linux_x86_64-linux-gnu.py \
	/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10; \
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/LICENSE /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/LICENSE.txt
if test -d /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests; then \
	/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/xxmodule.c \
		/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests ; \
fi
PYTHONPATH=/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10   \
	./python -E -Wi /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/compileall.py \
	-j0 -d /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10 -f \
	-x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
	/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/collections'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/_bundled'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers/myfixes'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/dummy'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc_data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site-packages'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/capath'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sndhdrdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpkg'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/unwritable'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01/subdirectory'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/one'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/two'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion1'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions/foo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion1'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion1/foo'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_bootsubprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_pydecimal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/exceptions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/format_helpers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/mixins.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/queues.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/selector_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/threads.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/transports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncore.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/bisect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/bz2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/cProfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/cgitb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/chunk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/code.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/collections/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_cast.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_cfuncs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_functions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_macholib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_memfunctions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_parameters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_prototypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_repr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_returnfuncptrs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_slicing.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_unaligned_structures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_values.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_win32.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/wintypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/has_key.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/datetime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build_ext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/upload.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/cygwinccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/fancy_getopt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/msvc9compiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_bdist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_bdist_rpm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build_py.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_cygwinccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_dist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_sdist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_versionpredicate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/text_file.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/version.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/_encoded_words.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/_parseaddr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/base64mime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/charset.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/encoders.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/errors.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/feedparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/header.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/iterators.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/application.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/audio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/base.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/image.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/message.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/multipart.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/nonmultipart.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/text.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/quoprimime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/ascii.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/base64_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/big5.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/charmap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1006.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1140.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1251.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1253.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1254.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_aix_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_compat_pickle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_osx_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_pyio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/aifc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asynchat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/base_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/base_tasks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/coroutines.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/futures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/locks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/sslproto.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/trsock.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/binhex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/calendar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/codeop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/collections/abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/colorsys.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/compileall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures/process.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/contextvars.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/copy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/crypt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/csv.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/_endian.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib/dyld.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_array_in_pointer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_bitfields.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_checkretval.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_find.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_funcptr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_init.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_keeprefs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_numbers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_pickling.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_python_api.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_refcounts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_simplesubclasses.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_wintypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/ascii.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/panel.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/textpad.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm/dumb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm/gnu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm/ndbm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/decimal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/difflib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build_clib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build_py.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/clean.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_egg_info.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_lib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/sdist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/dist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_bdist_msi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build_ext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_dep_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_extension.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_filelist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install_scripts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_msvccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_spawn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_text_file.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/_header_value_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/policy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/aliases.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/bz2_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1026.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1250.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1252.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1256.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/__future__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_collections_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_strptime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_threading_local.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/antigravity.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/argparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/base_futures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/base_subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/constants.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/log.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/protocols.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/runners.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/staggered.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/streams.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/windows_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/bdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/cgi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures/thread.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/contextlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/copyreg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib/framework.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_anon.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_as_parameter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_buffers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_byteswap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_delattr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_errno.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_frombuffer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_sizes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_stringptr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_struct_fields.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_structures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dataclasses.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/_msvccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/ccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/bdist_rpm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build_scripts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/check.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/core.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/dir_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/extension.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/filelist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/spawn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/sysconfig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_archive_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build_scripts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_clean.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_core.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_file_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install_data.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install_headers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install_lib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_register.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_unixccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_version.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/_policybase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/contentmanager.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/generator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/headerregistry.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/message.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp720.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp775.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp855.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp858.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp862.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp865.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp874.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp949.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/euc_jis_2004.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/gb2312.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/hp_roman8.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_2004.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_kr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_11.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_15.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_4.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/__phello__.foo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_compression.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_markupbase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_py_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_sitebuiltins.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_sysconfigdata__linux_x86_64-linux-gnu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_weakrefset.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ast.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/proactor_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/tasks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/unix_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/windows_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/base64.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/codecs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures/_base.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/configparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/_aix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib/dylib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_arrays.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_bytes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_callbacks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_incomplete.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_internals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_libc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_loading.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_objects.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_pep3118.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_pointers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_random_things.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_strings.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_unicode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_varsize_struct.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dis.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/archive_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/bcppcompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/bdist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/bdist_dumb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/bdist_msi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_data.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_headers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_scripts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/register.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/debug.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/dep_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/errors.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/file_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/log.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/msvccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_bdist_dumb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build_clib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_check.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_config_cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_dir_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_log.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_msvc9compiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_sysconfig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_upload.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/unixccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/versionpredicate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/doctest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/big5hkscs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp037.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1125.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1255.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1258.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp424.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp864.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp866.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp875.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_ext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_10.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_13.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_16.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_5.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_6.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_9.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/koi8_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/latin_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_cyrillic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_greek.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_romanian.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/oem.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/punycode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/shift_jisx0213.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/unicode_escape.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_16_le.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_32_be.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_7.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/zlib_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/_bundled/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/_uninstall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/filecmp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/fnmatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ftplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/graphlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html/parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/cookies.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/server.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/autocomplete.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/colorizer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/configdialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/help_about.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/htest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_debugger.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_debugger_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_debugobj.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_debugobj_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_delegator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_editmenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_filelist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_format.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_history.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_iomenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_macosx.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_mainmenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_pyparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_rpc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_runscript.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_scrolledlist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_searchbase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_window.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/tkinter_testing_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/macosx.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/outwin.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/pathbrowser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/pyparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/rpc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/search.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/searchengine.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/stackviewer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/statusbar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/textview.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/tree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/zoomheight.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/imp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_bootstrap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/machinery.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/io.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/decoder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/scanner.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/tool.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/keyword.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/btm_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_asserts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_buffer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_except.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_exitfunc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_idioms.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_input.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_isinstance.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1257.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp273.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp500.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp737.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp852.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp857.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp861.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/euc_jisx0213.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/euc_kr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/gbk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/hz.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/idna.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_14.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_7.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/johab.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/koi8_u.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_arabic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_latin2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mbcs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/palmos.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/raw_unicode_escape.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/shift_jis.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/shift_jis_2004.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/undefined.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_16.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_32_le.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_8.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/uu_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/enum.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/genericpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/getpass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/glob.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/gzip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html/entities.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/autocomplete_w.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/debugger_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/history.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/hyperparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/mock_idle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/template.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_autocomplete.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_calltip_w.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_codecontext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_config_key.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_outwin.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_percolator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_query.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_run.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_stackviewer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_statusbar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_text.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_tree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_undo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_zoomheight.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/iomenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/parenmatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/percolator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/query.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/run.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/sidebar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_adapters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_bootstrap_external.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_functools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_itertools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_text.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/encoder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/btm_matcher.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixer_base.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixer_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_exec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_filter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_future.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_has_key.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_imports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_itertools_imports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_map.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_next.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_print.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp437.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp850.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp856.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp860.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp863.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp869.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp932.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp950.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/euc_jp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/gb18030.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/hex_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/koi8_t.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/kz1048.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_croatian.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_farsi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_iceland.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_roman.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/functools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/hashlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/heapq.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/client.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/autoexpand.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/browser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/codecontext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/config_key.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/debugger.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/debugobj_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/delegator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/dynoption.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/filelist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/format.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/grep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/help.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_autocomplete_w.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_browser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_colorizer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_configdialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_pathbrowser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_pyshell.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_redirector.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_replace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_search.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_sidebar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_textview.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/redirector.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/replace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/runscript.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/scrolledlist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/searchbase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/squeezer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/tooltip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/undo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/window.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/zzdummy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/imghdr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/resources.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/inspect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_methodattrs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_ne.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_nonzero.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_operator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_raw_input.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_reload.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_standarderror.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_throw.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_types.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_ws_comma.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_xreadlines.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_zip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/conv.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/tokenize.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/linecache.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/locale.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/mimetypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/context.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/dummy/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/forkserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_8.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_turkish.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/ptcp154.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/quopri_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/rot_13.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/tis_620.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_16_be.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_32.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_8_sig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/fileinput.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/fractions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/getopt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/gettext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/hmac.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/cookiejar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/calltip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/calltip_w.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/debugobj.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/editor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/mock_tk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_autoexpand.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_calltip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_editor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_grep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_help.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_help_about.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_hyperparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_multicall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_parenmatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_searchengine.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_squeezer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_tooltip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_warning.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_zzdummy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/mainmenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/multicall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/pyshell.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/imaplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_common.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_adapters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_collections.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_meta.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/readers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ipaddress.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_apply.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_basestring.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_dict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_execfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_funcattrs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_getcwdu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_import.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_imports2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_intern.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_itertools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_tuple_params.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/driver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/parse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/pytree_idempotency.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_refactor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging/config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/mailbox.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/optparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pickletools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pipes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pkgutil.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/poplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/posixpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pstats.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc_data/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/queue.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/quopri.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/random.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/runpy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/selectors.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_reduce.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_renames.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_sys_exc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_unicode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_xrange.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/token.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pygram.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pytree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_all_fixers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_fixers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lzma.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/mailcap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/modulefinder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/dummy/connection.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/heap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/pool.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/popen_fork.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/popen_forkserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/popen_spawn_posix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/process.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/resource_tracker.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/spawn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/nturl2path.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/numbers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/opcode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/operator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/os.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pickle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/platform.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pprint.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/py_compile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/smtpd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sndhdr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/socketserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/dump.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/factory.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/regression.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sre_compile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/stat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/stringprep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/symtable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tabnanny.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tarfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/coding20731.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/curses_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_module_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_module_2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_textanno.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata/line.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/final_a.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/final_b.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/fork_wait.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/gdb_sample.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_fodder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_stock_annotations.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_stringized_annotations_2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/save_env.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/win_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/lock_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mp_fork_bomb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/multibytecodec_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pythoninfo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/regrtest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/relimport.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/reperf.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sample_doctest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sample_doctest_no_doctests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/seq_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ssl_servers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/fd_status.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/input_reader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/qcat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/qgrep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/sigchild_ignore.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/testresult.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test__xxsubinterpreters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asynchat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_long.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_metaclass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_numliterals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_paren.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_raise.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_repr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_set_literal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_urllib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/patcomp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/grammar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/literals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/pgen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/refactor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_pytree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging/handlers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/connection.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/managers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/queues.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/shared_memory.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/netrc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/nntplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/plistlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pty.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pyclbr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc_data/topics.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/dbapi2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/dump.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/backup.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/types.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sre_constants.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sre_parse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/string.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tempfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiotests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/autotest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/bad_getattr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/bad_getattr2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/bisect_cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_module_1_str.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_module_2_str.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/datetimetester.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/bytecode_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/hashlib_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/interpreters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/script_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/socket_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/warnings_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test__locale.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asdl_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ast.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_sslproto.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_threads.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_transports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_unix_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_audit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_augassign.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_base64.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bigaddrspace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bigmem.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bufio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bytes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_call.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_capi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_clinic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cmd_line.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_code.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codeccallbacks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codeop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_colorsys.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_compare.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_compileall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_concurrent_futures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_contains.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_context.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_contextlib_async.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_copyreg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/popen_spawn_win32.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/reduction.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/resource_sharer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/sharedctypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/synchronize.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ntpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pathlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/profile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/re.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/reprlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/rlcompleter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sched.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/secrets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/shutil.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/socket.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/dbapi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/userfunctions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ssl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/struct.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sunau.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sysconfig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/telnetlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_test_embed_set_config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_test_multiprocessing.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules/module_iso_8859_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules/module_koi8_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_stringized_annotations.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/cmdline.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/pgo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/refleak.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/runtest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/setup.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/make_ssl_certs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mapping_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/profilee.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pyclbr_input.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pydoc_mod.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pydocfodder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/re_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sample_doctest_no_docstrings.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/signalinterproctester.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sortperf.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ssltests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/string_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test__opcode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_argparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_futures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_locks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_protocols.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_queues.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_sendfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_server.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_sock_lowlevel.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_atexit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_audioop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_baseexception.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_binop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bool.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_builtin.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_jp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_tw.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_cn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_compile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_complex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_configparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_copy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cprofile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_crashers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_crypt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_csv.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dbm_gnu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_decimal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_doctest2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_docxmlrpc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dtrace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dynamic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dynamicclassattribute.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test__encoded_words.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_contentmanager.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/shelve.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/shlex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/signal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/smtplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/hooks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/transactions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/statistics.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_test_atexit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_test_eintr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_typed_dict_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module4.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module5.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module6.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module7.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audit-tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/bad_getattr3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dis_module.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/doctest_aliases.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/double_const.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata/call_stack.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata/gc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata/instance.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/future_test1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/future_test2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/good_getattr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imp_dummy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_fodder2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/runtest_mp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/list_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/memory_watchdog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mock_socket.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mod_generics_cache.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mp_preload.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pickletester.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/import_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/logging_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/os_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/threading_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test___all__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test___future__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test__osx_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_abstract_numbers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_aifc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_array.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncgen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/echo3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_base_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_futures2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_pep492.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_proactor_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_runners.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_selector_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_tasks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_binhex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bisect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_buffer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_collections.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_contextlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ctypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_curses.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_descr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_generator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_inversion.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_message.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_enum.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_future3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_genericalias.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_genericpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_getopt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_global.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_grammar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/rebinding.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpackage.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/use.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package/submodule.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/echo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/echo2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/functional.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_buffered_proto.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_context.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_streams.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_waitfor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_windows_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_windows_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncore.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_binascii.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bz2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_c_locale_coercion.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_calendar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cgi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cgitb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_charmapcodec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_check_c_globals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_class.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cmath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cmd_line_script.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_code_module.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_cn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_hk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_iso2022.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_kr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_hk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_jp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_kr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_tw.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dataclasses.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dis.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_asian_codecs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_defect_handling.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_email.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_extcall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_faulthandler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fcntl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_file.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_filecmp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fileio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_float.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_frozen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ftplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_gdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_generator_stop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_generators.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_glob.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_heapq.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_html.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_htmlparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_httpservers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_imghdr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_imp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/basic2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/binding2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/from_cycle2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/indirect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/rebinding2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/source.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpkg/subpackage2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpkg/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package2/submodule1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin/test_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion2/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/test_case_sensitivity.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_coroutines.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_datetime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dbm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dbm_dumb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dbm_ndbm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_decorators.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_defaultdict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_deque.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_descrtut.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_devpoll.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dict_version.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dictcomps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dictviews.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_difflib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_distutils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_doctest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_eintr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test__header_value_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_policy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ensurepip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_enumerate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_eof.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_epoll.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_errno.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_exception_hierarchy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_exception_variations.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_exceptions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_finalization.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_flufl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fnmatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fork1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_format.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_frame.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fstring.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_future.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_future4.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_future5.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_gc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_genericclass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_genexps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_getargs2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_grp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_gzip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_hmac.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_http_cookies.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_httplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen/test_finder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test___loader__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_api.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_packages.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_relative_imports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/partial/cfimport.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_file_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_files.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_namespace_pkgs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_reader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_threaded_import.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_windows.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_zip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/threaded_import_hangers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/update-zips.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_index.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_int.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ioctl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ipaddress.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_iterlen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_itertools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_largefile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_list.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_headerregistry.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_pickleable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/torture_test.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_embed.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_file_eintr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fileinput.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fractions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_funcattrs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_functools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_getpass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_gettext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_graphlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_hash.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_hashlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_http_cookiejar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_idle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_imaplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/basic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/binding.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/from_cycle1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/unwritable/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01/subdirectory/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/one/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/two/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion1/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/test_finder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/test_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen/test_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_caching.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_meta_path.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_locks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_open.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_pkg_import.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_resource.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata01/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata02/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_io.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_mailcap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_marshal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_memoryio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_modulefinder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multiprocessing_fork.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_opcache.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_opcodes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_operator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_os.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pydoc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_range.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_readline.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_repl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_reprlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_resource.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_richcmp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_robotparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sax.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_select.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_setcomps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_shelve.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_shlex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_signal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_smtpd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_smtpnet.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sndhdr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_socket.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_structseq.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_syslog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tabnanny.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tarfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_timeit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_timeout.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/test_path_hook.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/fixtures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test___package__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_fromlist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion1/foo/one.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_finder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/stubs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_api.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_lazy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_metadata_api.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_path.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_read.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_spec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_int_literal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_interpreters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_isinstance.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_iter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_fail.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_pass1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_pass2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_pass3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_scanstring.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_separators.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_tool.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_keyword.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_listcomps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_locale.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_longexp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_lzma.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_memoryview.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_metaclass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_mimetypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_mmap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multibytecodec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_nis.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ntpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ordered_dict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ossaudiodev.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_osx_env.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pathlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_picklebuffer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pickletools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pkg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_platform.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_plistlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_positional_only_arg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_posixpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pow.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pprint.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_print.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pstats.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pulldom.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_py_compile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_queue.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_regrtest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sched.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_scope.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_set.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_stat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_statistics.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_strtod.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_structmembers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_subclassinit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sunau.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sundry.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_super.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_symtable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sys_setprofile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sysconfig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tcl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_threadedtempfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_threading.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package2/submodule2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/unwritable/x.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin/test_finder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_path.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion2/foo/two.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/partial/pool_in_threads.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_case_sensitivity.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_path_hook.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_source_encoding.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_inspect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_decode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_default.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_dump.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_encode_basestring_ascii.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_enum.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_float.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_indent.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_recursion.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_speedups.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_unicode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_keywordonlyarg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_kqueue.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_lib2to3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_linecache.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_lltrace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_logging.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_minidom.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multiprocessing_forkserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multiprocessing_spawn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_named_expressions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_numeric_tower.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_openpty.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_optparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peepholer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/test_c_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/test_first_sets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/test_grammar_validator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/test_pegen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pickle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pipes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pkgutil.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_poll.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_popen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_poplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_posix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_profile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pty.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pwd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pyclbr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pyexpat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_raise.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_re.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_script_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_secrets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_site.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_slice.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_smtplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sort.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sqlite.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ssl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sys_settrace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_telnetlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_textwrap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_thread.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_threading_local.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_threadsignals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_time.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tokenize.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_fixcid.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_lll.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_md5sum.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_pathfix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_pindent.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_trace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ttk_guionly.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tuple.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_type_comments.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_typing.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_wait3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_wait4.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_webbrowser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_winconsoleio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_winsound.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_with.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk/test_widgets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tokenize.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tracemalloc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/bytedesign.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/chaos.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/clock.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/forest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/lindenmayer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/minimal_hanoi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/paint.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/peace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/penrose.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/round_dance.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/sorting_animate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/yinyang.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/_log.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/async_case.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/case.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/signals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/_test_warnings.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/dummy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_assertions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_break.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_discovery.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_runner.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testasync.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testpatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/uu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/warnings.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/weakref.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/headers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/NodeFilter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/minidom.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/expatreader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc/client.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zipimport.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_pdeps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_traceback.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unary.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_userlist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_userstring.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_utf8source.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_uu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_venv.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/data/import_warning.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/data/stacklevel.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_wave.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_weakset.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xdrlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xml_dom_minicompat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xml_etree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/testcodec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tf_inherit_check.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/time_hashlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tracedmodules/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tracedmodules/testmod.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/win_console_handler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ziptestdata/testdata_module_inside_zip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/textwrap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/timeit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/colorchooser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/commondialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_loadtk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_messagebox.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_misc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_widgets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/token.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/trace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/fractalcurves.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/planet_and_moon.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/rosette.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/tree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/typing.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_async_case.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_case.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testcallable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testmock.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/simple_server.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/validate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/domreg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/minicompat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/pulldom.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/xmlbuilder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/saxutils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc/server.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_long.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_mailbox.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_math.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_module.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_msilib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multiprocessing_main_handling.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_netrc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_nntplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_patma.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_property.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_quopri.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_random.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_rlcompleter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_runpy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_selectors.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_shutil.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_socketserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_source_encoding.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_spwd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_startfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_strftime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_string.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_string_literals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_stringprep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_strptime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_struct.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_syntax.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sys.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tempfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_gprof2html.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_i18n.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_reindent.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ttk_textonly.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_type_annotations.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_typechecks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_types.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unpack.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unpack_ex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib2_localnet.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib2net.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib_response.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllibnet.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urlparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_uuid.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_weakref.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xml_etree_c.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xmlrpc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipimport_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/constants.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/dialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/dnd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/filedialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/messagebox.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/simpledialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_colorchooser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_geometry_managers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/ttk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/traceback.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tty.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/mock.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_program.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_result.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_skipping.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testhelpers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testsentinel.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testwith.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/parse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/response.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/robotparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/uuid.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wave.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/webbrowser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/ElementTree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo/_common.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo/_tzpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo/_zoneinfo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_sundry.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tracemalloc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_turtle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ucn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicode_file.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicode_file_functions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicode_identifiers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicodedata.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unittest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_univnewlines.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_userdict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_utf8_mode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_winreg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_wsgiref.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xmlrpc_net.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xxlimited.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xxtestfuzz.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_yield_from.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipapp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipfile64.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipimport.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/data/update_test_data.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/test_zoneinfo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/this.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/threading.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/font.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/scrolledtext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_font.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_images.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_simpledialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_text.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_variables.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk/test_extensions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk/test_style.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/widget_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/tix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/colormixer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/nim.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/two_canvases.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/types.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/result.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/runner.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/suite.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_functiontestcase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_setups.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_suite.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testmagicmethods.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testsealable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/error.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/request.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/handlers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xdrlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/expatbuilder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/ElementInclude.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/ElementPath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/cElementTree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/parsers/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/parsers/expat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/_exceptions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/handler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/xmlreader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zipapp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zipfile.py'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion2/foo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1/parent'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1/parent/child'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2/parent'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2/parent/child'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3/parent'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3/parent/child'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespacedata01'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/partial'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata01'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata02'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tracedmodules'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ziptestdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts/common'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts/posix'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/parsers'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo'...
PYTHONPATH=/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10  \
	./python -E -Wi -O /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/compileall.py \
	-j0 -d /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10 -f \
	-x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
	/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/collections'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/_bundled'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers/myfixes'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/dummy'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc_data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site-packages'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/capath'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sndhdrdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpkg'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/unwritable'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01/subdirectory'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/one'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/two'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion1'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions/foo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion1'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion1/foo'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_py_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_pydecimal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/base_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/exceptions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/format_helpers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/futures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/log.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/mixins.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/protocols.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/queues.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/selector_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/threads.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/transports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/unix_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/cProfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/cgitb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/chunk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/compileall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib/dyld.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_array_in_pointer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_arrays.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_buffers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_checkretval.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_delattr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_errno.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_frombuffer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_functions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_memfunctions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_parameters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_pointers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_refcounts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_simplesubclasses.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_stringptr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_struct_fields.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_unaligned_structures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_unicode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dis.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/ccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/bdist_dumb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build_clib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build_ext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/clean.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/register.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/errors.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/fancy_getopt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/log.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/msvc9compiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_bdist_msi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build_clib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build_scripts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_clean.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_dep_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_dir_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install_lib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_msvccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_sdist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_unixccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/version.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/_encoded_words.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/_header_value_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/iterators.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/application.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/audio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/base.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/image.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/multipart.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/text.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/policy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_aix_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_collections_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_sitebuiltins.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_strptime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_threading_local.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_weakrefset.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/aifc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ast.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/base_futures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/runners.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/sslproto.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/streams.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/trsock.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/windows_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/bisect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/bz2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/calendar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/code.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/collections/abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/colorsys.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures/process.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/configparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/_aix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/_endian.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_bytes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_byteswap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_cast.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_find.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_funcptr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_incomplete.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_internals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_libc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_loading.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_slicing.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_win32.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_wintypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/ascii.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm/dumb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm/ndbm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/difflib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/bdist_rpm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build_py.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_data.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_egg_info.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_lib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/upload.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/cygwinccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/extension.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/file_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/filelist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build_ext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_config_cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_file_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install_data.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install_headers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_log.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_register.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_text_file.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/_policybase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/base64mime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/charset.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/message.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/nonmultipart.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/quoprimime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/aliases.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/big5.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/charmap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1006.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1125.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1252.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1258.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp500.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp775.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp855.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp860.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp863.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp866.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/euc_jp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/__future__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_compat_pickle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_osx_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_pyio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asynchat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/base_subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/base_tasks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/constants.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/coroutines.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/locks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/proactor_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/windows_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/base64.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/binhex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/cgi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/codecs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures/_base.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures/thread.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/contextlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_anon.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_cfuncs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_init.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_keeprefs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_python_api.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_random_things.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_repr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_returnfuncptrs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_strings.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_values.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_varsize_struct.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/panel.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/textpad.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/datetime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/bdist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/bdist_msi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build_scripts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/check.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/core.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/debug.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/dep_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/dist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/spawn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/sysconfig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_archive_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build_py.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_check.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_cygwinccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_extension.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_filelist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install_scripts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_msvc9compiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_spawn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_sysconfig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_upload.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_versionpredicate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/unixccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/versionpredicate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/doctest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/contentmanager.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/feedparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/header.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/message.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1253.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1257.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp273.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp437.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp850.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp856.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp869.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp949.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/euc_jis_2004.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/euc_kr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/gb2312.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/hz.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/__phello__.foo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_bootsubprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_compression.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_markupbase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_sysconfigdata__linux_x86_64-linux-gnu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/antigravity.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/argparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/staggered.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/tasks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncore.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/bdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/codeop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/collections/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/contextvars.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/copy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/copyreg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/crypt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/csv.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib/dylib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib/framework.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_as_parameter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_bitfields.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_callbacks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_macholib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_numbers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_objects.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_pep3118.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_pickling.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_prototypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_sizes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_structures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/wintypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/has_key.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dataclasses.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm/gnu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/decimal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/_msvccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/archive_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/bcppcompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_headers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_scripts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/sdist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/dir_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/msvccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_bdist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_bdist_dumb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_bdist_rpm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_core.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_dist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_version.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/text_file.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/_parseaddr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/encoders.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/errors.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/generator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/headerregistry.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/ascii.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/bz2_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp037.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1026.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1140.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1250.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1251.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1255.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp424.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp857.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp861.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp864.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_2004.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_11.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_6.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_8.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/koi8_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/koi8_u.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_arabic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_turkish.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/base64_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/big5hkscs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1254.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1256.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp720.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp737.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp852.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp858.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp862.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp865.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp874.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp875.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp932.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp950.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/euc_jisx0213.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/gb18030.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/gbk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/hp_roman8.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_10.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_13.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_15.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_5.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_7.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/johab.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/koi8_t.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/latin_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_greek.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/oem.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/punycode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/shift_jis_2004.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/tis_620.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_16.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_32_le.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_8.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/zlib_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/_bundled/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/_uninstall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/fileinput.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/fractions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/genericpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/getopt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/client.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/autocomplete.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/calltip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/calltip_w.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/editor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_debugger.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_debugobj.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_delegator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_editor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_iomenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_macosx.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_outwin.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_pyparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_rpc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_run.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_warning.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/tkinter_testing_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/multicall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/pyshell.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/zzdummy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/imghdr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_adapters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_bootstrap_external.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/encoder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/tool.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/btm_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixer_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_apply.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_asserts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_basestring.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_buffer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_dict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_except.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_exec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_exitfunc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_ext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_14.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_16.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_4.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_9.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/kz1048.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_cyrillic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_iceland.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_romanian.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mbcs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/ptcp154.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/quopri_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/shift_jis.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/unicode_escape.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_16_le.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_8_sig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/filecmp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/fnmatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ftplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/glob.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/graphlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/hashlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/hmac.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html/entities.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/autoexpand.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/browser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/codecontext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/configdialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/mock_tk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_browser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_codecontext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_config_key.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_grep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_help.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_help_about.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_history.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_squeezer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_textview.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_tree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_window.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_zzdummy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/mainmenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/outwin.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/pathbrowser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/pyparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/rpc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/search.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/searchengine.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/stackviewer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/statusbar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/tree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/imaplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_collections.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/decoder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/scanner.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/keyword.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/btm_matcher.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixer_base.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_execfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_filter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_future.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_getcwdu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_idioms.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_imports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_input.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_isinstance.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_itertools_imports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_map.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_reload.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_repr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_standarderror.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_tuple_params.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_ws_comma.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_xreadlines.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_zip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/patcomp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/driver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/pgen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/hex_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/idna.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_kr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_croatian.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_farsi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_latin2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_roman.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/raw_unicode_escape.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/rot_13.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/shift_jisx0213.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/undefined.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_16_be.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_32.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/uu_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/getpass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/gettext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/heapq.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/cookies.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/server.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/debugger.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/debugobj_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/help_about.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/hyperparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/htest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_autocomplete_w.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_autoexpand.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_calltip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_debugger_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_debugobj_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_editmenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_filelist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_format.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_hyperparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_mainmenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_parenmatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_percolator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_query.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_scrolledlist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_searchbase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_sidebar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_undo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/iomenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/parenmatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/percolator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/query.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/run.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/sidebar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/tooltip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/window.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/zoomheight.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_common.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/machinery.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/resources.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/inspect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_long.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_metaclass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_nonzero.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_operator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_raw_input.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_set_literal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_throw.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_unicode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_urllib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/conv.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/literals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/token.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pygram.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pytree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_refactor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging/handlers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/mimetypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/context.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/dummy/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/forkserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/popen_fork.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/palmos.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_32_be.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_7.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/enum.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/functools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/gzip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html/parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/cookiejar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/autocomplete_w.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/colorizer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/config_key.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/debugger_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/debugobj.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/delegator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/dynoption.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/filelist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/format.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/grep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/help.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/history.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/mock_idle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/template.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_autocomplete.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_calltip_w.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_colorizer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_configdialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_multicall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_pathbrowser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_pyshell.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_redirector.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_replace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_runscript.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_search.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_searchengine.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_stackviewer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_statusbar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_text.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_tooltip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_zoomheight.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/macosx.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/redirector.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/replace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/runscript.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/scrolledlist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/searchbase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/squeezer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/textview.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/undo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/imp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_bootstrap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_adapters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_functools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_itertools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_meta.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_text.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/readers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/io.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ipaddress.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_numliterals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_paren.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_raise.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_reduce.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/refactor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_fixers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/connection.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/managers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/resource_sharer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ntpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/operator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pathlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/plistlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/transactions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/userfunctions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/stat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/statistics.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_funcattrs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_has_key.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_import.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_imports2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_intern.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_itertools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_methodattrs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_ne.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_next.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_print.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_renames.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_sys_exc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_types.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_xrange.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/grammar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/parse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/tokenize.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/pytree_idempotency.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_pytree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/linecache.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/locale.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging/config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/mailcap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/modulefinder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/dummy/connection.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/heap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/pool.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/process.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/reduction.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/shared_memory.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/netrc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/nntplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/optparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pickletools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pipes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/platform.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/profile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pty.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pyclbr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/queue.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/quopri.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/random.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/rlcompleter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sched.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/secrets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/selectors.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/shutil.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sndhdr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/socketserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/regression.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sre_compile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ssl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sunau.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sysconfig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tempfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_test_eintr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_test_embed_set_config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_typed_dict_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module4.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module5.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module6.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module7.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/bisect_cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/coding20731.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/curses_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_module_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_module_2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_textanno.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/datetimetester.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/signalinterproctester.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sortperf.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ssl_servers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/qcat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/qgrep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/sigchild_ignore.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/warnings_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_argparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_futures2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_all_fixers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lzma.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/mailbox.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/queues.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/sharedctypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/synchronize.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/posixpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pstats.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/re.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/reprlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/runpy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/smtpd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/socket.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/dump.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/factory.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/hooks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/types.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sre_parse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/stringprep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/symtable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tabnanny.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tarfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audit-tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/bad_getattr3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_module_1_str.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_module_2_str.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dis_module.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/double_const.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata/instance.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata/line.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules/module_iso_8859_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/final_a.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/final_b.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/future_test1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/future_test2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/good_getattr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_fodder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_stock_annotations.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_stringized_annotations.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/save_env.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/setup.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/lock_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/memory_watchdog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mock_socket.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mod_generics_cache.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mp_fork_bomb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mp_preload.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/multibytecodec_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pydoc_mod.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pythoninfo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/regrtest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/relimport.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/reperf.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sample_doctest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sample_doctest_no_docstrings.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sample_doctest_no_doctests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/seq_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ssltests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/fd_status.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/input_reader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/bytecode_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/hashlib_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/import_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/interpreters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/logging_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/os_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/socket_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test___future__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test__locale.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asdl_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncgen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_buffered_proto.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_context.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_protocols.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_queues.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_server.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/popen_forkserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/popen_spawn_posix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/popen_spawn_win32.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/resource_tracker.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/spawn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/nturl2path.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/numbers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/opcode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/os.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pickle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pkgutil.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/poplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pprint.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/py_compile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc_data/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc_data/topics.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/shelve.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/shlex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/signal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/smtplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/dbapi2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/dump.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/backup.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/dbapi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sre_constants.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/string.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/struct.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_test_multiprocessing.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_stringized_annotations_2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/win_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/list_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/make_ssl_certs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/profilee.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pyclbr_input.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pydocfodder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/re_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/string_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/script_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/testresult.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/threading_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test___all__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test__opcode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test__xxsubinterpreters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ast.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_runners.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_sendfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_streams.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_unix_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_base64.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_binascii.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bool.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bytes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cgitb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_charmapcodec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_check_c_globals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_class.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cmd_line_script.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_cn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_jp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_cn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_configparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_copy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ctypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_curses.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_defaultdict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_deque.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_descrtut.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_devpoll.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dict_version.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dictcomps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dictviews.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dis.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_defect_handling.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_email.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_funcattrs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_future4.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_future5.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/telnetlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_test_atexit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiotests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/autotest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/bad_getattr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/bad_getattr2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/doctest_aliases.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata/call_stack.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata/gc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules/module_koi8_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/fork_wait.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/gdb_sample.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imp_dummy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_fodder2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/cmdline.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/pgo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/refleak.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/runtest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/runtest_mp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mapping_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pickletester.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test__osx_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_abstract_numbers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_aifc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_array.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asynchat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/echo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/echo2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/echo3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/functional.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_base_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_futures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_pep492.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_proactor_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_sslproto.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_threads.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_transports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_waitfor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_windows_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncore.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_audit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_augassign.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_baseexception.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_binhex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bisect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bufio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_builtin.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_c_locale_coercion.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_calendar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_call.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_capi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cmath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_code.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_code_module.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codeccallbacks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_collections.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_contextlib_async.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dataclasses.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_difflib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_distutils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_doctest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_doctest2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dtrace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_eintr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_asian_codecs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_headerregistry.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_enumerate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_errno.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_exception_hierarchy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_exceptions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fractions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_future3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_genericalias.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_genericclass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_genexps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_sock_lowlevel.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_windows_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_atexit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_audioop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bigaddrspace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bigmem.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bz2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cmd_line.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_hk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_iso2022.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_kr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_tw.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_hk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_jp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_tw.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_compileall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_complex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_concurrent_futures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_contextlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_copyreg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cprofile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_crashers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_crypt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_csv.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dbm_dumb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_decimal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_docxmlrpc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dynamic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test__encoded_words.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_contentmanager.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_generator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_inversion.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_message.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_pickleable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/torture_test.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ensurepip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_enum.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_finalization.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_flufl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fnmatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fork1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_format.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_frame.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_frozen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fstring.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_future.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_gdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_generator_stop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_generators.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_genericpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_getpass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_glob.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_global.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_graphlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_gzip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_hmac.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_http_cookiejar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_idle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_imaplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/basic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/basic2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/binding.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/binding2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/from_cycle1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/from_cycle2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/rebinding.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/rebinding2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/source.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpackage.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpkg/subpackage2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpkg/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/use.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_locks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_selector_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_tasks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_binop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_buffer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cgi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_clinic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_kr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codeop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_colorsys.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_compare.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_compile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_contains.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_context.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_coroutines.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_datetime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dbm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dbm_gnu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dbm_ndbm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_decorators.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_descr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dynamicclassattribute.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test__header_value_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_policy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_embed.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_eof.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_epoll.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_exception_variations.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_extcall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_faulthandler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fcntl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_file.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_file_eintr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_filecmp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fileinput.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fileio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_float.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ftplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_functools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_hashlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_html.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_htmlparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_httplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/unwritable/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin/test_finder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/test_path_hook.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen/test_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_caching.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_packages.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion1/foo/one.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/partial/cfimport.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_case_sensitivity.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_path_hook.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_source_encoding.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_locks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_metadata_api.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_path.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_read.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_resource.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_int.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_isinstance.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_iter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_dump.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_enum.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_float.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_pass1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_pass2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package2/submodule1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion2/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/test_finder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/fixtures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test___package__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_fromlist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_relative_imports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_finder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/stubs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_namespace_pkgs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_reader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_threaded_import.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_zip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/threaded_import_hangers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_inspect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_decode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_default.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_encode_basestring_ascii.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_fail.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_indent.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_pass3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_scanstring.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_speedups.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_unicode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_keyword.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_kqueue.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_largefile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_list.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_longexp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_lzma.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_mailcap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_marshal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_memoryio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_metaclass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_mimetypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_mmap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_msilib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multiprocessing_forkserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multiprocessing_main_handling.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_openpty.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_operator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peepholer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/test_c_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/test_first_sets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/test_grammar_validator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/test_pegen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_picklebuffer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_popen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_positional_only_arg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_posixpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pyexpat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_range.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_readline.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_regrtest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_runpy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sched.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_scope.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_setcomps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_shelve.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_shutil.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_socket.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_symtable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sys.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sysconfig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tarfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_threadsignals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_timeit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_gc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_getopt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_gettext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_grammar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_imghdr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_imp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package/submodule.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin/test_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/one/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/test_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test___loader__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_api.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_meta_path.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_path.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_api.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_windows.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/update-zips.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_int_literal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_io.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_listcomps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_lltrace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_logging.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_module.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_modulefinder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multibytecodec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_nis.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_nntplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ordered_dict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ossaudiodev.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_patma.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pickletools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pipes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pkgutil.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_plistlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pprint.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pstats.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pulldom.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_quopri.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_raise.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_random.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_repl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_reprlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_resource.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_rlcompleter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_robotparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sax.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_select.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_set.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_site.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_slice.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_smtplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_source_encoding.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_startfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_stat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_strftime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_string.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_string_literals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_stringprep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_strptime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_strtod.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_struct.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_structmembers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_structseq.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sys_settrace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_textwrap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_thread.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_threadedtempfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_timeout.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tokenize.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tracemalloc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_typechecks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ucn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicode_file.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicode_file_functions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicode_identifiers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicodedata.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_getargs2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_grp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_hash.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_heapq.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_http_cookies.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_httpservers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/indirect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package2/submodule2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/unwritable/x.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01/subdirectory/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/two/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion1/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/test_case_sensitivity.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen/test_finder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion2/foo/two.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/partial/pool_in_threads.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_file_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_files.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_lazy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_open.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_pkg_import.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_spec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata01/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata02/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_index.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_interpreters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ioctl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ipaddress.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_iterlen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_itertools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_long.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_math.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multiprocessing_fork.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multiprocessing_spawn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_named_expressions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_numeric_tower.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_opcache.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_opcodes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_optparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_osx_env.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pathlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pickle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pkg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_platform.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_poll.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_poplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_posix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pwd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pyclbr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_queue.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_re.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_smtpnet.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sndhdr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_spwd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sqlite.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ssl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_threading.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tuple.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_type_annotations.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_type_comments.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unary.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_userlist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_userstring.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_utf8source.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_uu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_recursion.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_separators.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_tool.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_keywordonlyarg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_lib2to3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_linecache.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_locale.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_mailbox.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_memoryview.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_minidom.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_netrc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ntpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_os.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pow.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_print.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_profile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_property.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pty.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_py_compile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pydoc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_richcmp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_script_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_secrets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_selectors.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_shlex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_signal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_smtpd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_socketserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sort.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_statistics.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_subclassinit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sunau.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sundry.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_super.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_syntax.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sys_setprofile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_syslog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tabnanny.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tcl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_telnetlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tempfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_threading_local.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_time.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_lll.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_md5sum.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_pdeps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_reindent.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_sundry.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_traceback.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_types.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib_response.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllibnet.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_userdict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_utf8_mode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_uuid.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_wait4.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/data/import_warning.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/data/stacklevel.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_weakref.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xml_etree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/testcodec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tf_inherit_check.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/time_hashlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tracedmodules/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/win_console_handler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/textwrap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/timeit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/colorchooser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/commondialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/constants.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/dnd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/filedialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/messagebox.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_simpledialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_text.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_widgets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_venv.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_wait3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_winconsoleio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_with.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xml_etree_c.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xmlrpc_net.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xxlimited.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xxtestfuzz.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_yield_from.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/font.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_font.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_geometry_managers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/tix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/mock.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_break.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_functiontestcase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_runner.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testcallable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testhelpers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testsealable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testsentinel.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testwith.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/parse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/response.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/robotparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/uuid.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wave.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/weakref.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/handlers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xdrlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/expatbuilder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/ElementInclude.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/cElementTree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/parsers/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/parsers/expat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/_exceptions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/expatreader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/handler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/xmlreader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc/client.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo/_common.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo/_tzpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unittest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_univnewlines.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unpack.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unpack_ex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib2_localnet.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib2net.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urlparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_wave.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_weakset.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_winsound.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xdrlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xml_dom_minicompat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xmlrpc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipfile64.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipimport.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/data/update_test_data.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/test_zoneinfo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk/test_style.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk/test_widgets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tokenize.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tracemalloc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/bytedesign.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/colormixer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/forest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/lindenmayer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/minimal_hanoi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/paint.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/peace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/planet_and_moon.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/rosette.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/tree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/two_canvases.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/yinyang.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/typing.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_result.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_skipping.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testasync.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testpatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/request.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/simple_server.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/validate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/minidom.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/saxutils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc/server.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zipimport.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo/_zoneinfo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/token.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/trace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/chaos.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/clock.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/fractalcurves.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/sorting_animate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/types.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/_log.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/case.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/result.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/runner.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/signals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/suite.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/_test_warnings.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/dummy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_async_case.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_case.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_suite.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testmock.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/webbrowser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/headers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/ElementTree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_fixcid.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_gprof2html.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_i18n.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_pathfix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_pindent.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_trace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ttk_guionly.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ttk_textonly.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_turtle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_typing.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_webbrowser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_winreg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_wsgiref.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipapp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipimport_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tracedmodules/testmod.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ziptestdata/testdata_module_inside_zip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/this.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/threading.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/dialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/scrolledtext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/simpledialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_colorchooser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_images.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_loadtk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_messagebox.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_misc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_variables.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk/test_extensions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/widget_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/ttk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/traceback.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tty.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/nim.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/penrose.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/round_dance.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/async_case.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_assertions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_discovery.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_program.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_setups.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testmagicmethods.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/error.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/uu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/warnings.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/NodeFilter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/domreg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/minicompat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/pulldom.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/xmlbuilder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/ElementPath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zipapp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zipfile.py'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion2/foo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1/parent'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1/parent/child'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2/parent'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2/parent/child'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3/parent'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3/parent/child'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespacedata01'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/partial'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata01'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata02'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tracedmodules'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ziptestdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts/common'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts/posix'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/parsers'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo'...
PYTHONPATH=/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10  \
	./python -E -Wi -OO /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/compileall.py \
	-j0 -d /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10 -f \
	-x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
	/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/collections'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/_bundled'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/Icons'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/data/fixers/myfixes'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/dummy'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc_data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site-packages'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiodata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/capath'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/cjkencodings'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/decimaltestdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imghdrdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sndhdrdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpkg'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/unwritable'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01/subdirectory'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/one'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/two'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion1'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions/foo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion1'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion1/foo'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_collections_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_sysconfigdata__linux_x86_64-linux-gnu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_threading_local.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/aifc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asynchat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/base_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/futures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/log.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/proactor_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/sslproto.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/staggered.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/streams.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/threads.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/transports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/unix_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/base64.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/binhex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/bz2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/cgi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/contextlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/contextvars.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib/dylib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib/framework.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_array_in_pointer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_buffers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_bytes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_callbacks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_find.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_functions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_memfunctions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_pickling.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_pointers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_repr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_sizes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_stringptr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_struct_fields.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_structures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm/gnu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm/ndbm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/decimal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/difflib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/bcppcompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/bdist_dumb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build_ext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_scripts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/register.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/cygwinccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/errors.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/fancy_getopt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/msvc9compiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_bdist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_bdist_dumb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_core.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_extension.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_file_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install_scripts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_msvc9compiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_spawn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_sysconfig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/unixccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/versionpredicate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/_encoded_words.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/_parseaddr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/base64mime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_aix_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_sitebuiltins.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_strptime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_weakrefset.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ast.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/base_tasks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/constants.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/coroutines.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/runners.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/selector_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/tasks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/bdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/bisect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/codeop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/collections/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/copy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/csv.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/macholib/dyld.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_anon.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_bitfields.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_cast.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_checkretval.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_delattr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_errno.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_frombuffer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_incomplete.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_internals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_loading.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_numbers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_python_api.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_refcounts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_simplesubclasses.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_slicing.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_unaligned_structures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_values.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_win32.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/ascii.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/panel.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/textpad.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dbm/dumb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dis.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/_msvccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/archive_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/ccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build_clib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build_py.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_data.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/file_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/log.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/msvccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_archive_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build_ext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_cygwinccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install_lib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_msvccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_sdist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_upload.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/_policybase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/contentmanager.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/errors.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/generator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/headerregistry.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/big5.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/charmap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1026.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1251.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1253.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1256.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp273.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp500.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp737.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp852.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp857.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp861.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp864.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp869.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/__phello__.foo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_bootsubprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_compat_pickle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_py_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_pydecimal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/windows_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncore.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/cgitb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/chunk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/codecs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/collections/abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/colorsys.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures/_base.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures/thread.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/copyreg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/crypt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/_aix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/_endian.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_as_parameter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_libc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_macholib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_objects.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_pep3118.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_prototypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/wintypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/curses/has_key.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/dataclasses.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/bdist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/bdist_msi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/clean.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_egg_info.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_headers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install_lib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/sdist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/debug.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/dir_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/extension.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/filelist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/spawn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/sysconfig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_bdist_msi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_bdist_rpm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build_clib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build_py.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_check.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_config_cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_dep_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_dir_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_filelist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install_data.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_log.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_register.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_text_file.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_unixccompiler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_version.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/_header_value_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/application.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/audio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/base.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/image.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/message.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/multipart.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/nonmultipart.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/mime/text.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/policy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/ascii.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/base64_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/bz2_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp775.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp855.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp860.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp863.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp865.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp874.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp932.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/euc_jis_2004.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/gb18030.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/__future__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_compression.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_markupbase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_osx_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/_pyio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/antigravity.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/argparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/base_futures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/base_subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/exceptions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/format_helpers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/locks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/mixins.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/protocols.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/queues.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/trsock.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/asyncio/windows_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/cProfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/calendar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/code.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/compileall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/concurrent/futures/process.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/configparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_arrays.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_byteswap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_cfuncs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_funcptr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_init.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_keeprefs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_parameters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_random_things.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_returnfuncptrs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_strings.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_unicode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_varsize_struct.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/test/test_wintypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ctypes/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/datetime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/bdist_rpm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/build_scripts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/check.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/install.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/command/upload.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/core.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/dep_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/dist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_build_scripts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_clean.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_dist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_install_headers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/tests/test_versionpredicate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/text_file.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/distutils/version.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/doctest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/quoprimime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/aliases.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1006.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1140.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1250.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1252.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1254.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1258.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp424.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp720.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp850.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp856.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp858.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp950.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/euc_jp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/hz.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_14.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_6.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_8.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/koi8_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/kz1048.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_croatian.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_greek.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_roman.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/oem.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/raw_unicode_escape.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/rot_13.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/shift_jisx0213.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_16.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/charset.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/encoders.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/feedparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/header.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/iterators.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/email/message.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/big5hkscs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp037.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1125.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1255.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp1257.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp437.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp862.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp866.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp875.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/cp949.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/gb2312.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/hex_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_2004.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_kr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_11.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_16.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_4.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/johab.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/koi8_t.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/latin_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_turkish.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/palmos.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/quopri_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/shift_jis.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/shift_jis_2004.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/unicode_escape.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_32.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_8.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/zlib_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/_bundled/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/_uninstall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/filecmp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/fnmatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ftplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/gettext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/heapq.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/client.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/autocomplete_w.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/calltip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/codecontext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/config_key.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/debugger.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/debugobj.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/debugobj_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/delegator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/editor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/template.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_autocomplete_w.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_autoexpand.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_calltip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_format.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_hyperparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_mainmenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_outwin.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_squeezer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_textview.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_warning.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/multicall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/query.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/replace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/run.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_bootstrap_external.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/decoder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/encoder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/btm_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_funcattrs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_future.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_has_key.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/idna.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_13.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_5.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_7.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_9.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/koi8_u.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_arabic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_latin2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/ptcp154.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/undefined.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_16_le.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_32_be.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/functools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/graphlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/hashlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/cookies.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/server.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/debugger_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/grep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/help_about.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/history.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_config_key.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_debugger.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_debugger_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_debugobj_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_delegator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_editmenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_filelist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_grep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_help.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_help_about.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_history.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_iomenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_macosx.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_pathbrowser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_pyshell.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_redirector.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_replace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_scrolledlist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_searchbase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_sidebar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_tree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_zoomheight.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/iomenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/parenmatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/percolator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/pyshell.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/squeezer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/statusbar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/tooltip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/window.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/zoomheight.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/zzdummy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/imghdr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/imp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_bootstrap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_itertools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_meta.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_text.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/readers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/scanner.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/json/tool.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/keyword.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/btm_matcher.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixer_base.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixer_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_exec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_execfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_filter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_methodattrs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_ne.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_32_le.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_8_sig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/enum.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/genericpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/getopt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/getpass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/glob.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/gzip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html/parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/http/cookiejar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/autocomplete.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/autoexpand.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/browser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/calltip_w.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/colorizer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/configdialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/htest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_autocomplete.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_calltip_w.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_codecontext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_configdialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_multicall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_parenmatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_percolator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_query.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_runscript.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_search.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_searchengine.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_stackviewer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_statusbar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_text.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_tooltip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_window.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_zzdummy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/mainmenu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/runscript.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/scrolledlist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/searchbase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/sidebar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/tree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_adapters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/_common.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/machinery.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/resources.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/io.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ipaddress.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_apply.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_asserts.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_basestring.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_buffer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_dict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_except.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_exitfunc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_getcwdu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_idioms.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_imports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_input.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_isinstance.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_itertools_imports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_metaclass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_nonzero.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_numliterals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_paren.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_print.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_raw_input.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_reduce.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_ws_comma.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/patcomp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/driver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/pgen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/refactor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_refactor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/linecache.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/locale.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lzma.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/mailbox.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/managers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/euc_jisx0213.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/euc_kr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/gbk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/hp_roman8.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso2022_jp_ext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_10.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/iso8859_15.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_cyrillic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_farsi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_iceland.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mac_romanian.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/mbcs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/punycode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/tis_620.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_16_be.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/utf_7.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/encodings/uu_codec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ensurepip/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/fileinput.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/fractions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/hmac.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/html/entities.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/dynoption.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/filelist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/format.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/help.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/hyperparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/mock_idle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/mock_tk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_browser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_colorizer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_debugobj.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_editor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_pyparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_rpc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_run.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/test_undo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/idle_test/tkinter_testing_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/macosx.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/outwin.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/pathbrowser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/pyparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/redirector.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/rpc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/search.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/searchengine.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/stackviewer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/textview.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/idlelib/undo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/imaplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_adapters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_collections.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/importlib/metadata/_functools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/inspect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_urllib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_zip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/conv.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/parse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pygram.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pytree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/pytree_idempotency.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_all_fixers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging/config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging/handlers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/connection.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/reduction.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/resource_tracker.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/spawn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/operator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pathlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pty.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pyclbr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc_data/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc_data/topics.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/runpy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/shlex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/signal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/smtplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/dbapi2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/backup.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_next.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_operator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_raise.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_reload.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_repr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_standarderror.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_sys_exc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_tuple_params.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_unicode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_xreadlines.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_fixers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/mailcap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/mimetypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/modulefinder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/context.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/dummy/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/dummy/connection.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/forkserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/pool.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/queues.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/resource_sharer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/sharedctypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/synchronize.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/nntplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/os.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pipes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pkgutil.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/poplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pprint.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/reprlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/rlcompleter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/secrets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/selectors.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/socket.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/factory.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/transactions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/types.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/stringprep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/symtable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module4.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module5.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module6.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ann_module7.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audiotests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/audit-tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_module_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_module_1_str.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dis_module.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/doctest_aliases.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/double_const.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata/call_stack.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata/gc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata/instance.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dtracedata/line.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/future_test1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/gdb_sample.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/imp_dummy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_fodder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_fodder2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/runtest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/lock_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/memory_watchdog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mock_socket.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/profilee.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pyclbr_input.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pythoninfo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/regrtest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/relimport.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/reperf.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sample_doctest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sample_doctest_no_docstrings.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/signalinterproctester.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sortperf.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ssltests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/fd_status.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/input_reader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/qcat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/shared_memory.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/netrc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ntpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/optparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pickletools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/platform.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/posixpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pstats.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/queue.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/quopri.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/random.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/re.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sched.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/shelve.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/shutil.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sndhdr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/socketserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/dump.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/hooks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/regression.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sre_compile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/stat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/statistics.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tempfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_test_embed_set_config.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_test_multiprocessing.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules/module_iso_8859_1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/final_a.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/final_b.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/cmdline.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/pgo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/refleak.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/runtest_mp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/setup.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/win_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/list_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pickletester.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/socket_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/testresult.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/warnings_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test___future__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test__opcode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test__osx_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_abstract_numbers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_aifc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_array.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asynchat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/echo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/echo2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/echo3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/functional.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_base_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_futures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_futures2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_locks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_protocols.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_queues.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_runners.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_sendfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_server.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_sock_lowlevel.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_sslproto.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_threads.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_transports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_unix_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_atexit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_audioop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_base64.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_binhex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_binop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_buffer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cmd_line_script.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codeccallbacks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_colorsys.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_compile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_complex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_configparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_datetime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dbm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_import.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_imports2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_intern.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_itertools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_long.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_map.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_renames.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_set_literal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_throw.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_types.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/fixes/fix_xrange.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/grammar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/literals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/token.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/pgen2/tokenize.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_pytree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/tests/test_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/logging/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/heap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/popen_fork.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/popen_forkserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/popen_spawn_posix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/popen_spawn_win32.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/multiprocessing/process.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/nturl2path.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/numbers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/opcode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pickle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/plistlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/profile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/py_compile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/pydoc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/smtpd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/dump.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/dbapi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sre_constants.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sre_parse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/string.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/struct.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sunau.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sysconfig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tarfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/autotest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/bad_getattr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/bad_getattr2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/bad_getattr3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/bisect_cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/curses_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_module_2_str.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/datetimetester.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pydoc_mod.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/pydocfodder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/re_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/qgrep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/subprocessdata/sigchild_ignore.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/bytecode_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/hashlib_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/import_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/interpreters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/logging_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/os_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/script_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_argparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_tasks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bigaddrspace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_binascii.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bisect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bufio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_builtin.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_calendar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cgi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_clinic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_cn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_hk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_kr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ctypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_curses.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/sqlite3/test/userfunctions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/ssl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tabnanny.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/telnetlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_test_atexit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_test_eintr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/_typed_dict_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/coding20731.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_module_2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/dataclass_textanno.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/encoded_modules/module_koi8_r.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/fork_wait.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/future_test2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/good_getattr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_stock_annotations.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_stringized_annotations.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/inspect_stringized_annotations_2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/libregrtest/save_env.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/make_ssl_certs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mapping_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mod_generics_cache.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mp_fork_bomb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/mp_preload.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/multibytecodec_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/sample_doctest_no_doctests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/seq_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ssl_servers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/string_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asdl_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ast.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_windows_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_windows_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_augassign.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_baseexception.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bigmem.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bytes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_c_locale_coercion.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_call.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cgitb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cmath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_code.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_code_module.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_hk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_iso2022.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_tw.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codeop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_compare.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_compileall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_concurrent_futures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_contains.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_context.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_contextlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_copy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cprofile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_crashers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_crypt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_csv.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dbm_gnu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_decorators.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_defaultdict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_deque.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_descrtut.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_devpoll.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dictviews.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dis.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_doctest2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_docxmlrpc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dtrace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dynamic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_asian_codecs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_defect_handling.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_email.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fileio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_flufl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fnmatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fork1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_format.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/support/threading_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test___all__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test__locale.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test__xxsubinterpreters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncgen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_buffered_proto.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_context.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_pep492.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_proactor_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_selector_events.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_streams.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncio/test_waitfor.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_asyncore.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_audit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bool.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_bz2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_capi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_charmapcodec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_check_c_globals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_class.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cmd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_cmd_line.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_cn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_jp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_kr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecencodings_tw.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_codecmaps_jp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_collections.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_contextlib_async.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_copyreg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_coroutines.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dataclasses.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dict_version.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dictcomps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_difflib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_distutils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_doctest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_eintr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test__encoded_words.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test__header_value_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_utils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/torture_test.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_embed.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_epoll.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_exceptions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_frame.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_frozen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fstring.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_generator_stop.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_generators.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_genericclass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_gettext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_grp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_gzip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_hmac.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_http_cookiejar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_idle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_imaplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/rebinding2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpackage.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpkg/subpackage2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/subpkg/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/use.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data01/subdirectory/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen/test_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_caching.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_decimal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dynamicclassattribute.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_contentmanager.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_generator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_headerregistry.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_inversion.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_message.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_pickleable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_email/test_policy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ensurepip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_enumerate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_eof.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_errno.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_exception_hierarchy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_exception_variations.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_extcall.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_faulthandler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fcntl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_file.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fileinput.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_fractions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ftplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_functools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_html.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_htmlparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_httplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/basic.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/basic2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/binding.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/binding2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/from_cycle1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/from_cycle2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/indirect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/rebinding.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/circular_imports/source.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package/submodule.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package2/submodule1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/package2/submodule2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/unwritable/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/data/unwritable/x.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin/test_finder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/test_case_sensitivity.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/test_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/frozen/test_finder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion1/foo/one.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_api.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_pkg_import.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_reader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_threaded_import.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_windows.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_zip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/threaded_import_hangers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/update-zips.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_isinstance.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_iter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_iterlen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_itertools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_tool.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_keywordonlyarg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_largefile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_list.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_long.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dbm_dumb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_dbm_ndbm.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_descr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_enum.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_file_eintr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_filecmp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_finalization.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_float.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_funcattrs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_future3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_future4.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_future5.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_gc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_getopt.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_getpass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_glob.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_graphlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_hash.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_hashlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_http_cookies.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_import/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/builtin/test_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion1/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test___loader__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_api.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_packages.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/partial/cfimport.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_file_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_locks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_metadata_api.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_open.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_path.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_resource.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_inspect.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_decode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_pass1.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_pass2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_pass3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_recursion.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_scanstring.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_separators.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_speedups.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_unicode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_keyword.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_kqueue.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_lib2to3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_linecache.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_listcomps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_lltrace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_locale.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_mailbox.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_numeric_tower.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_openpty.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_operator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_osx_env.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pathlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pickle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pkgutil.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_poll.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_positional_only_arg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_profile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pstats.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pty.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pwd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pyclbr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_quopri.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_raise.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_range.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_repl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_reprlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_resource.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_richcmp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_rlcompleter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_robotparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_future.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_gdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_genericalias.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_genericpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_genexps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_getargs2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_global.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_grammar.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_heapq.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_httpservers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_imghdr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_imp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/one/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data02/two/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/data03/namespace/portion2/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/test_finder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/extension/test_path_hook.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/fixtures.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test___package__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_meta_path.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_path.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_finder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/stubs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_abc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_read.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata01/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata02/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_index.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_int_literal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_interpreters.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ioctl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ipaddress.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_default.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_dump.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_encode_basestring_ascii.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_enum.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_fail.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_float.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json/test_indent.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_logging.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multibytecodec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_nis.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ntpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ordered_dict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_os.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_posixpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_print.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pydoc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_readline.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_regrtest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sched.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_scope.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_select.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_set.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sqlite.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ssl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_structmembers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_structseq.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_subprocess.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sysconfig.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tcl.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_telnetlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_textwrap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_thread.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_threadedtempfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_threading.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_timeout.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_fixcid.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_i18n.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tracemalloc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_type_annotations.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ucn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unary.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib2_localnet.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib2net.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib_response.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllibnet.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_fromlist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/import_/test_relative_imports.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion2/foo/two.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/partial/pool_in_threads.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_case_sensitivity.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_path_hook.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source/test_source_encoding.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_files.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_lazy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_namespace_pkgs.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/test_spec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_int.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_io.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_mailcap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_marshal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_math.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_mmap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multiprocessing_fork.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multiprocessing_forkserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multiprocessing_spawn.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_named_expressions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_opcache.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_opcodes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_optparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ossaudiodev.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_patma.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_picklebuffer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pkg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_plistlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_posix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_re.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_slice.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_smtpd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_socketserver.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sort.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_source_encoding.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_spwd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_startfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_stat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_statistics.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_stringprep.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_strptime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_subclassinit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sunau.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sundry.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_super.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_symtable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sys.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tarfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_timeit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_gprof2html.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_lll.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_md5sum.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_pathfix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_pdeps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_pindent.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_traceback.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_typechecks.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_types.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib2.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urlparse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_webbrowser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xxlimited.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_yield_from.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipapp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipfile64.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipimport.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/test_zoneinfo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/font.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_longexp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_lzma.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_memoryio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_memoryview.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_metaclass.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_mimetypes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_minidom.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_module.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_modulefinder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_msilib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_multiprocessing_main_handling.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_netrc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_nntplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pdb.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peepholer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/test_c_parser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/test_first_sets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/test_grammar_validator.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator/test_pegen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pickletools.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pipes.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_platform.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_popen.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_poplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pow.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pprint.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_property.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pulldom.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_py_compile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_pyexpat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_queue.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_random.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_runpy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_shlex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_signal.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_site.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_smtplib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_strftime.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_string.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_string_literals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_strtod.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_struct.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_syntax.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sys_setprofile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sys_settrace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_threading_local.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_threadsignals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_time.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_type_comments.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicode_file.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicode_file_functions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicode_identifiers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unicodedata.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unittest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_univnewlines.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unpack.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_unpack_ex.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_urllib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_userdict.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_userlist.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_userstring.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_utf8source.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_uu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_venv.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_wait3.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_wait4.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/data/import_warning.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/data/stacklevel.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_wave.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_weakref.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xml_dom_minicompat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xmlrpc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ziptestdata/testdata_module_inside_zip.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/this.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/threading.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/scrolledtext.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/simpledialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_geometry_managers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sax.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_script_helper.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_secrets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_selectors.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_setcomps.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_shelve.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_shutil.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_smtpnet.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_sndhdr.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_socket.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_syslog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tabnanny.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tempfile.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tokenize.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_reindent.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools/test_sundry.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_trace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ttk_guionly.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_ttk_textonly.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tuple.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_turtle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_typing.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_winconsoleio.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_winreg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_wsgiref.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xml_etree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/data/update_test_data.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/testcodec.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/time_hashlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/colorchooser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/commondialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/constants.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/dialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/dnd.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/filedialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/messagebox.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_font.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_images.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_loadtk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_messagebox.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_misc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_widgets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/tix.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tracemalloc.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/colormixer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/fractalcurves.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/nim.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/planet_and_moon.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/sorting_animate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/two_canvases.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/types.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/_log.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/async_case.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/case.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_async_case.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_program.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_runner.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testmagicmethods.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testpatch.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/request.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/handlers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/validate.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/minicompat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/pulldom.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/xmlbuilder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/cElementTree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/parsers/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/_exceptions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/expatreader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/handler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/widget_tests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/ttk.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/bytedesign.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/chaos.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/clock.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/yinyang.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/typing.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/_test_warnings.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/dummy.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_assertions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_break.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_discovery.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_result.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_skipping.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testmock.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/headers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xdrlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/domreg.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/minidom.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc/client.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_utf8_mode.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_uuid.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_weakset.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_winsound.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_with.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xdrlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xml_etree_c.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xmlrpc_net.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_xxtestfuzz.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zipimport_support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zlib.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tf_inherit_check.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tracedmodules/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tracedmodules/testmod.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/win_console_handler.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltests.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/textwrap.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/timeit.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk/test_widgets.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/traceback.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tty.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtle.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/main.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/mock.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_functiontestcase.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_setups.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_suite.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/support.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testasync.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testsealable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testsentinel.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testwith.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/util.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/error.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/parse.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/response.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib/robotparser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/uuid.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/__main__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/warnings.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/webbrowser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref/simple_server.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/NodeFilter.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom/expatbuilder.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/ElementTree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zipapp.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zipimport.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo/_tzpath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_colorchooser.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_simpledialog.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_text.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter/test_variables.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk/test_extensions.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk/test_style.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/token.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tokenize.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/trace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/forest.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/lindenmayer.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/minimal_hanoi.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/paint.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/peace.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/penrose.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/rosette.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/round_dance.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo/tree.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/loader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/result.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/runner.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/signals.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/suite.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/test_case.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testcallable.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock/testhelpers.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/uu.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wave.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/weakref.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/ElementInclude.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree/ElementPath.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/parsers/expat.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc/server.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo/__init__.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo/_common.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo/_zoneinfo.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/saxutils.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax/xmlreader.py'...
Compiling '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zipfile.py'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/portion2/foo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1/parent'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project1/parent/child'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2/parent'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project2/parent/child'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3/parent'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespace_pkgs/project3/parent/child'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/namespacedata01'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/partial'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/source'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata01'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_importlib/zipdata02'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_json'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_peg_generator'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_tools'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_warnings/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/test_zoneinfo/data'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/tracedmodules'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/xmltestdata/c14n-20'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/test/ziptestdata'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_tkinter'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/tkinter/test/test_ttk'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/turtledemo'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/unittest/test/testmock'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/urllib'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts/common'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/venv/scripts/posix'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/wsgiref'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/dom'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/etree'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/parsers'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xml/sax'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/xmlrpc'...
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/zoneinfo'...
PYTHONPATH=/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10  \
	./python -E -Wi /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/compileall.py \
	-j0 -d /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site-packages -f \
	-x badsyntax /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site-packages
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site-packages'...
PYTHONPATH=/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10  \
	./python -E -Wi -O /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/compileall.py \
	-j0 -d /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site-packages -f \
	-x badsyntax /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site-packages
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site-packages'...
PYTHONPATH=/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10  \
	./python -E -Wi -OO /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/compileall.py \
	-j0 -d /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site-packages -f \
	-x badsyntax /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site-packages
Listing '/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/site-packages'...
PYTHONPATH=/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10  \
	./python -E -m lib2to3.pgen2.driver /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/Grammar.txt
Generating grammar tables from /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/Grammar.txt
Writing grammar tables to /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/Grammar3.10.4.final.0.pickle
PYTHONPATH=/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10  \
	./python -E -m lib2to3.pgen2.driver /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/PatternGrammar.txt
Generating grammar tables from /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/PatternGrammar.txt
Writing grammar tables to /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib2to3/PatternGrammar3.10.4.final.0.pickle
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/include
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/Python.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/abstract.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/bltinmodule.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/boolobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/bytearrayobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/bytesobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cellobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/ceval.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/classobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/code.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/codecs.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/compile.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/complexobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/context.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/datetime.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/descrobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/dictobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/dynamic_annotations.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/enumobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/errcode.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/eval.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/exports.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/fileobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/fileutils.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/floatobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/frameobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/funcobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/genericaliasobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/genobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/import.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/interpreteridobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/intrcheck.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/iterobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/listobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/longintrepr.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/longobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/marshal.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/memoryobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/methodobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/modsupport.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/moduleobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/namespaceobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/object.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/objimpl.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/opcode.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/osdefs.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/osmodule.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/patchlevel.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/py_curses.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pycapsule.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pydtrace.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pyerrors.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pyexpat.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pyframe.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pyhash.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pylifecycle.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pymacconfig.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pymacro.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pymath.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pymem.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pyport.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pystate.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pystrcmp.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pystrhex.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pystrtod.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pythonrun.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/pythread.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/rangeobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/setobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/sliceobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/structmember.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/structseq.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/sysmodule.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/token.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/traceback.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/tracemalloc.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/tupleobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/typeslots.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/unicodeobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/warnings.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/weakrefobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/abstract.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/bytearrayobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/bytesobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/ceval.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/code.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/compile.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/dictobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/fileobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/fileutils.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/frameobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/import.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/initconfig.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/interpreteridobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/listobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/methodobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/object.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/objimpl.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/odictobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/picklebufobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/pyctype.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/pydebug.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/pyerrors.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/pyfpe.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/pylifecycle.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/pymem.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/pystate.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/pythonrun.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/pytime.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/sysmodule.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/traceback.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/tupleobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/cpython/unicodeobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/cpython
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_abstract.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_accu.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_asdl.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_ast.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_ast_state.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_atomic.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_atomic_funcs.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_bitutils.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_blocks_output_buffer.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_bytes_methods.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_call.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_ceval.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_code.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_compile.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_condvar.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_context.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_dtoa.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_fileutils.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_format.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_gc.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_getopt.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_gil.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_hamt.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_hashtable.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_import.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_initconfig.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_interp.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_list.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_long.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_moduleobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_object.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_parser.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_pathconfig.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_pyarena.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_pyerrors.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_pyhash.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_pylifecycle.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_pymem.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_pystate.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_runtime.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_structseq.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_symtable.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_sysmodule.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_traceback.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_tuple.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_ucnhash.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_unionobject.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Include/internal/pycore_warnings.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/internal
/usr/bin/install -c -m 644 pyconfig.h /wedge/oils-for-unix.org/pkg/python3/3.10.4/include/python3.10/pyconfig.h
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/config-3.10-x86_64-linux-gnu
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/pkgconfig
/usr/bin/install -c -m 644 Modules/config.c /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/config-3.10-x86_64-linux-gnu/config.c
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/config.c.in /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/config-3.10-x86_64-linux-gnu/config.c.in
/usr/bin/install -c -m 644 Makefile /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/config-3.10-x86_64-linux-gnu/Makefile
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/Setup /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/config-3.10-x86_64-linux-gnu/Setup
/usr/bin/install -c -m 644 Modules/Setup.local /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/config-3.10-x86_64-linux-gnu/Setup.local
/usr/bin/install -c -m 644 Misc/python.pc /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/pkgconfig/python-3.10.pc
/usr/bin/install -c -m 644 Misc/python-embed.pc /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/pkgconfig/python-3.10-embed.pc
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Modules/makesetup /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/config-3.10-x86_64-linux-gnu/makesetup
/usr/bin/install -c /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/install-sh /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/config-3.10-x86_64-linux-gnu/install-sh
/usr/bin/install -c python-config.py /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/config-3.10-x86_64-linux-gnu/python-config.py
/usr/bin/install -c python-config /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3.10-config
./python -E /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/setup.py install \
   	--prefix=/wedge/oils-for-unix.org/pkg/python3/3.10.4 \
	--install-scripts=/wedge/oils-for-unix.org/pkg/python3/3.10.4/bin \
	--install-platlib=/wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload \
	--root=/
running install
running build
running build_ext
INFO: Can't locate Tcl/Tk libs and/or headers

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_dbm                  _gdbm                 _tkinter           
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  pwd                   time               

running build_scripts
copying and adjusting /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Tools/scripts/pydoc3 -> build/scripts-3.10
copying and adjusting /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Tools/scripts/idle3 -> build/scripts-3.10
copying and adjusting /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Tools/scripts/2to3 -> build/scripts-3.10
changing mode of build/scripts-3.10/pydoc3 from 644 to 755
changing mode of build/scripts-3.10/idle3 from 644 to 755
changing mode of build/scripts-3.10/2to3 from 644 to 755
renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10
renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10
renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10
running install_lib
creating /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_crypt.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_testbuffer.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/math.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_sqlite3.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/readline.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_testimportmultiple.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/unicodedata.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/fcntl.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/spwd.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_socket.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/xxlimited_35.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_bisect.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_json.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/grp.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_ctypes_test.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_sha1.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_elementtree.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_codecs_kr.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_sha256.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_uuid.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_datetime.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_queue.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_decimal.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/audioop.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_random.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_codecs_hk.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_heapq.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
creating /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/__pycache__
copying build/lib.linux-x86_64-3.10/__pycache__/_sysconfigdata__linux_x86_64-linux-gnu.cpython-310.pyc -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/__pycache__
copying build/lib.linux-x86_64-3.10/_asyncio.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/array.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_csv.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_sha512.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_opcode.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_ctypes.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_xxsubinterpreters.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/binascii.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_xxtestfuzz.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_bz2.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_lzma.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_curses_panel.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/mmap.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_codecs_jp.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_struct.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/cmath.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_testinternalcapi.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/pyexpat.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_ssl.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_sha3.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_pickle.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_codecs_iso2022.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/resource.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/syslog.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_codecs_tw.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/ossaudiodev.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_testmultiphase.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_lsprof.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_hashlib.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_codecs_cn.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_posixsubprocess.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_testcapi.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_contextvars.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/zlib.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_multibytecodec.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/select.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_blake2.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_curses.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_multiprocessing.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/nis.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_posixshmem.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_md5.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_statistics.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/termios.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_sysconfigdata__linux_x86_64-linux-gnu.py -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/xxlimited.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
copying build/lib.linux-x86_64-3.10/_zoneinfo.cpython-310-x86_64-linux-gnu.so -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_crypt.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_testbuffer.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/math.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_sqlite3.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/readline.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_testimportmultiple.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/unicodedata.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/fcntl.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/spwd.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_socket.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/xxlimited_35.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_bisect.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/grp.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_ctypes_test.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_sha1.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_elementtree.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_codecs_kr.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_sha256.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_uuid.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_datetime.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/audioop.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_random.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_codecs_hk.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_heapq.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/__pycache__/_sysconfigdata__linux_x86_64-linux-gnu.cpython-310.pyc to 644
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/array.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_csv.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_sha512.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_ctypes.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_xxsubinterpreters.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/binascii.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_xxtestfuzz.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_curses_panel.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/mmap.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_codecs_jp.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_struct.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/cmath.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_testinternalcapi.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/pyexpat.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_sha3.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_pickle.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_codecs_iso2022.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/resource.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/syslog.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_codecs_tw.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/ossaudiodev.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_testmultiphase.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_lsprof.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_codecs_cn.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_posixsubprocess.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_testcapi.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/zlib.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/select.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_blake2.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_curses.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/nis.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_posixshmem.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_md5.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_statistics.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/termios.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_sysconfigdata__linux_x86_64-linux-gnu.py to 644
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/xxlimited.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_zoneinfo.cpython-310-x86_64-linux-gnu.so to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/ to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/__pycache__ to 755
running install_scripts
copying build/scripts-3.10/idle3.10 -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin
copying build/scripts-3.10/pydoc3.10 -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin
copying build/scripts-3.10/2to3-3.10 -> /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/idle3.10 to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/pydoc3.10 to 755
changing mode of /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/2to3-3.10 to 755
rm /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/_sysconfigdata__linux_x86_64-linux-gnu.py
rm -r /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/python3.10/lib-dynload/__pycache__
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/share/man
Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/share/man/man1
/usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/Misc/python.man \
	/wedge/oils-for-unix.org/pkg/python3/3.10.4/share/man/man1/python3.10.1
if test ! -d /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/pkgconfig; then \
	echo "Creating directory /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/pkgconfig"; \
	/usr/bin/install -c -d -m 755 /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/pkgconfig; \
fi
if test -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3 -o -h /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3; \
then rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3; \
else true; \
fi
(cd /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin; ln -s python3.10 python3)
if test "3.10" != "3.10"; then \
	rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3.10-config; \
	(cd /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin; ln -s python3.10-config python3.10-config); \
	rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/pkgconfig/python-3.10.pc; \
	(cd /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/pkgconfig; ln -s python-3.10.pc python-3.10.pc); \
	rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/pkgconfig/python-3.10-embed.pc; \
	(cd /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/pkgconfig; ln -s python-3.10-embed.pc python-3.10-embed.pc); \
fi
rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3-config
(cd /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin; ln -s python3.10-config python3-config)
rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/pkgconfig/python3.pc
(cd /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/pkgconfig; ln -s python-3.10.pc python3.pc)
rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/pkgconfig/python3-embed.pc
(cd /wedge/oils-for-unix.org/pkg/python3/3.10.4/lib/pkgconfig; ln -s python-3.10-embed.pc python3-embed.pc)
rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/idle3
(cd /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin; ln -s idle3.10 idle3)
rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/pydoc3
(cd /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin; ln -s pydoc3.10 pydoc3)
rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/2to3
(cd /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin; ln -s 2to3-3.10 2to3)
if test "x" != "x" ; then \
	rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3-32; \
	(cd /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin; ln -s python3.10-32 python3-32) \
fi
if test "x" != "x" ; then \
	rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3-intel64; \
	(cd /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin; ln -s python3.10-intel64 python3-intel64) \
fi
rm -f /wedge/oils-for-unix.org/pkg/python3/3.10.4/share/man/man1/python3.1
(cd /wedge/oils-for-unix.org/pkg/python3/3.10.4/share/man/man1; ln -s python3.10.1 python3.1)
if test "xupgrade" != "xno"  ; then \
	case upgrade in \
		upgrade) ensurepip="--upgrade" ;; \
		install|*) ensurepip="" ;; \
	esac; \
	 ./python -E -m ensurepip \
		$ensurepip --root=/ ; \
fi
Looking in links: /tmp/tmpr8cj1p_5
Processing /tmp/tmpr8cj1p_5/setuptools-58.1.0-py3-none-any.whl
Processing /tmp/tmpr8cj1p_5/pip-22.0.4-py3-none-any.whl
Installing collected packages: setuptools, pip
  WARNING: The scripts pip3 and pip3.10 are installed in '/wedge/oils-for-unix.org/pkg/python3/3.10.4/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pip-22.0.4 setuptools-58.1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

real	0m16.953s
user	0m31.066s
sys	0m3.148s
/home/runner/work/oils/oils
Loading _build/deps-source/python3/

  OK  name: python3
  --  single version: 3.10.4
  --  tarball name: Python
  --  WEDGE_IS_ABSOLUTE
wedge-make () 
{ 
    local src_dir=$1;
    local build_dir=$2;
    local install_dir=$3;
    pushd $build_dir;
    time $src_dir/configure --prefix=$install_dir --without-static-libpython;
    time make;
    popd
}
  OK  wedge-make
wedge-install () 
{ 
    local build_dir=$1;
    local install_dir=$2;
    pushd $build_dir;
    time make install;
    popd
}
  OK  wedge-install
  OK  wedge-smoke-test

Loaded _build/deps-source/python3/

  SMOKE TEST
~/work/oils/oils/_build/wedge/smoke-test/python3-3.10.4 ~/work/oils/oils
+ wedge-smoke-test /wedge/oils-for-unix.org/pkg/python3/3.10.4 /home/runner/work/oils/oils/_build/deps-source/python3/
+ local install_dir=/wedge/oils-for-unix.org/pkg/python3/3.10.4
+ /wedge/oils-for-unix.org/pkg/python3/3.10.4/bin/python3 -c 'print("hi from python 3")'
hi from python 3
+ set +x
~/work/oils/oils
  OK