{ "issues": [ { "result": "fail", "text": "If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang.", "note": "No gcc, gcc-c++ or clang found in BuildRequires", "name": "CheckGccBuildRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/" }, { "result": "fail", "text": "Header files in -devel subpackage, if present.", "note": "pycharm-community : /usr/share/java/pycharm-community/jbr/include/classfile_constants.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jawt.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jdwpTransport.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jni.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jvmti.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jvmticmlr.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/linux/jawt_md.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/linux/jni_md.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/stats.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/util.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/stats.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/util.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/release_mem.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/targetver.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/release_mem.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/python.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/attach.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/stdafx.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/targetver.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/endian_port.h ", "name": "CheckHeaderFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" }, { "result": "fail", "text": "Package contains no static executables.", "note": "Static executables found: restarter", "name": "CheckNoStaticExecutables", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_statically_linking_executables" }, { "result": "fail", "text": "If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license.", "note": "License file ADDITIONAL_LICENSE_INFO is not marked as %license", "name": "CheckLicensInDoc", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text" }, { "result": "fail", "text": "Packages have proper BuildRequires/Requires on javapackages-tools (jpackage-utils)", "note": null, "name": "CheckJPackageRequires", "url": "https://fedoraproject.org/wiki/Packaging:Java" }, { "result": "fail", "text": "Javadoc documentation files are generated and included in -javadoc subpackage", "note": "No javadoc subpackage present. Note: Javadocs are optional for Fedora versions >= 21", "name": "CheckJavadoc", "url": "https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation" }, { "result": "fail", "text": "Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink)", "note": "No javadoc subpackage present", "name": "CheckJavadocdirName", "url": "https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation" }, { "result": "fail", "text": "Bundled jar/class files should be removed before build", "note": "Jar files in source (see attachment) ", "name": "java-check-bundled-jars", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Java/#_pre_built_dependencies" } ], "results": { "MUST": { "C/C++": [ { "result": "fail", "text": "If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang.", "note": "No gcc, gcc-c++ or clang found in BuildRequires", "name": "CheckGccBuildRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/" }, { "result": "fail", "text": "Header files in -devel subpackage, if present.", "note": "pycharm-community : /usr/share/java/pycharm-community/jbr/include/classfile_constants.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jawt.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jdwpTransport.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jni.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jvmti.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/jvmticmlr.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/linux/jawt_md.h pycharm-community : /usr/share/java/pycharm-community/jbr/include/linux/jni_md.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/stats.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/util.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/stats.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/util.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/release_mem.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/targetver.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/release_mem.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/python.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/attach.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/stdafx.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/targetver.h pycharm-community : /usr/share/java/pycharm-community/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/endian_port.h ", "name": "CheckHeaderFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" }, { "result": "pass", "text": "Package does not contain any libtool archives (.la)", "note": null, "name": "CheckLibToolArchives", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries" }, { "result": "pending", "text": "Package does not contain kernel modules.", "note": null, "name": "CheckNoKernelModules", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/what-can-be-packaged/#_no_external_kernel_modules" }, { "result": "fail", "text": "Package contains no static executables.", "note": "Static executables found: restarter", "name": "CheckNoStaticExecutables", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_statically_linking_executables" }, { "result": "pass", "text": "Rpath absent or only used for internal libs.", "note": null, "name": "CheckRPATH", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_beware_of_rpath" }, { "result": "pending", "text": "Development (unversioned) .so files in -devel subpackage, if present.", "note": "Unversioned so-files in private %_libdir subdirectory (see attachment). Verify they are not in ld path. ", "name": "CheckSoFiles", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" } ], "Generic": [ { "result": "pending", "text": "Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines.", "note": null, "name": "CheckApprovedLicense", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/" }, { "result": "pending", "text": "%build honors applicable compiler flags or justifies otherwise.", "note": null, "name": "CheckBuildCompilerFlags", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_compiler_flags" }, { "result": "pass", "text": "Package uses either %{buildroot} or $RPM_BUILD_ROOT", "note": null, "name": "CheckBuildrootMacros", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_macros" }, { "result": "pending", "text": "Package contains no bundled libraries without FPC exception.", "note": null, "name": "CheckBundledLibs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling" }, { "result": "pending", "text": "Changelog in prescribed format.", "note": null, "name": "CheckChangelogFormat", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#changelogs" }, { "result": "pass", "text": "Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install.", "note": null, "name": "CheckCleanBuildroot", "url": "(this test has no URL)" }, { "result": "pending", "text": "Sources contain only permissible code or content.", "note": null, "name": "CheckCodeAndContent", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/what-can-be-packaged/#_impermissible_content" }, { "result": "pass", "text": "Macros in Summary, %description expandable at SRPM build time.", "note": null, "name": "CheckDescMacros", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_source_rpm_buildtime_macros" }, { "result": "pass", "text": "Package contains desktop file if it is a GUI application.", "note": null, "name": "CheckDesktopFile", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_desktop_files" }, { "result": "pass", "text": "Package installs a %{name}.desktop using desktop-file-install or desktop-file-validate if there is such a file.", "note": null, "name": "CheckDesktopFileInstall", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_desktop_files" }, { "result": "pending", "text": "Development files must be in a -devel package", "note": null, "name": "CheckDevelFilesInDevel", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages" }, { "result": "pass", "text": "Package requires other packages for directories it uses.", "note": null, "name": "CheckDirectoryRequire", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Dist tag is present.", "note": null, "name": "CheckDistTag", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/DistTag/" }, { "result": "pending", "text": "Package uses nothing in %doc for runtime.", "note": null, "name": "CheckDocRuntime", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation" }, { "result": "pass", "text": "Package does not contain duplicates in %files.", "note": null, "name": "CheckFileDuplicates", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_duplicate_files" }, { "result": "pass", "text": "Permissions on files are set properly.", "note": null, "name": "CheckFilePermissions", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_permissions" }, { "result": "pending", "text": "Package complies to the Packaging Guidelines", "note": null, "name": "CheckGuidelines", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Package must not depend on deprecated() packages.", "note": null, "name": "CheckIfDepsDeprecated", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/deprecating-packages/" }, { "result": "fail", "text": "If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license.", "note": "License file ADDITIONAL_LICENSE_INFO is not marked as %license", "name": "CheckLicensInDoc", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text" }, { "result": "pending", "text": "License field in the package spec file matches the actual license.", "note": "Checking patched sources after %prep for licenses. Licenses found: \"Unknown or generated\", \"Apache License 2.0\", \"*No copyright* Apache License 2.0\", \"MIT License\", \"*No copyright* Public domain\", \"*No copyright* MIT License\", \"*No copyright* Eclipse Public License 2.0\", \"*No copyright* BSD 0-Clause License\", \"BSD 2-Clause License\", \"MIT License and/or Unicode License Agreement - Data Files and Software (2016)\", \"*No copyright* Mozilla Public License 1.0\", \"BSD 3-Clause License\", \"GNU General Public License v2.0 only\", \"Apache License 2.0 and/or BSD 2-Clause License\", \"*No copyright* Apache License 2.0 and/or GNU General Public License, Version 2\", \"*No copyright* GNU General Public License, Version 2\", \"GNU General Public License, Version 2\", \"Cryptix Public License\", \"Unicode License Agreement - Data Files and Software (2016)\", \"*No copyright* Mozilla Public License 2.0\", \"Creative Commons CC0 1.0 and/or MIT License\", \"MIT (old)\", \"MIT Open Group variant\", \"W3C Software Notice and License (1998-07-20) and/or W3C Software Notice and License (2002-12-31)\", \"Standard ML of New Jersey License\", \"Apache License 1.1\", \"SIL Open Font License 1.1\", \"Eclipse Public License 1.0\", \"*No copyright* Eclipse Public License 1.0\", \"*No copyright* Apache License\", \"Public domain\", \"*No copyright* Eclipse Public License\", \"Eclipse Public License\", \"Mozilla Public License 2.0\", \"BSD 2-Clause License and/or FSF All Permissive License\", \"BSD 2-Clause License and/or FSF All Permissive License [generated file]\", \"Zope Public License 2.1\", \"*No copyright* BSD 2-Clause License and/or FSF All Permissive License\". 8095 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/pycharm-community/licensecheck.txt", "name": "CheckLicenseField", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_valid_license_short_names" }, { "result": "pass", "text": "The License field must be a valid SPDX expression.", "note": null, "name": "CheckLicenseFieldSPDX", "url": "https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1" }, { "result": "pending", "text": "License file installed when any subpackage combination is installed.", "note": null, "name": "CheckLicenseInSubpackages", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#subpackage-licensing" }, { "result": "pending", "text": "Package consistently uses macros (instead of hard-coded directory names).", "note": null, "name": "CheckMacros", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_macros" }, { "result": "pass", "text": "Package use %makeinstall only when make install DESTDIR=... doesn't work.", "note": null, "name": "CheckMakeinstall", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_why_the_makeinstall_macro_should_not_be_used" }, { "result": "pass", "text": "Package is named using only allowed ASCII characters.", "note": null, "name": "CheckNameCharset", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/" }, { "result": "pending", "text": "Package is named according to the Package Naming Guidelines.", "note": null, "name": "CheckNaming", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/" }, { "result": "pending", "text": "Package does not generate any conflict.", "note": null, "name": "CheckNoConflicts", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_conflicts" }, { "result": "pass", "text": "Package does not use a name that already exists.", "note": null, "name": "CheckNoNameConflict", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/#_conflicting_package_names" }, { "result": "pending", "text": "Package obeys FHS, except libexecdir and /usr/target.", "note": null, "name": "CheckObeysFHS", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_filesystem_layout" }, { "result": "pending", "text": "If the package is a rename of another package, proper Obsoletes and Provides are present.", "note": null, "name": "CheckObsoletesForRename", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#renaming-or-replacing-existing-packages" }, { "result": "pending", "text": "Package must own all directories that it creates.", "note": "Directories without known owners: /usr/share/mime/packages, /usr/share/mime", "name": "CheckOwnDirs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Package does not own files or directories owned by other packages.", "note": null, "name": "CheckOwnOther", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership" }, { "result": "pass", "text": "Package is not relocatable.", "note": null, "name": "CheckRelocatable", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_relocatable_packages" }, { "result": "pending", "text": "Requires correct, justified where necessary.", "note": null, "name": "CheckRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_explicit_requires" }, { "result": "pass", "text": "Sources used to build the package match the upstream source, as provided in the spec URL.", "note": null, "name": "CheckSourceMD5", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pending", "text": "Spec file is legible and written in American English.", "note": null, "name": "CheckSpecLegibility", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_legibility" }, { "result": "pass", "text": "Spec file name must match the spec package %{name}, in the format %{name}.spec.", "note": null, "name": "CheckSpecName", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_file_naming" }, { "result": "pending", "text": "Package contains systemd file(s) if in need.", "note": null, "name": "CheckSystemdScripts", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "File names are valid UTF-8.", "note": null, "name": "CheckUTF8Filenames", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_non_ascii_filenames" }, { "result": "pending", "text": "Useful -debuginfo package or justification otherwise.", "note": null, "name": "CheckUsefulDebuginfo", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_debuginfo_packages" }, { "result": "pending", "text": "Package is not known to require an ExcludeArch tag.", "note": null, "name": "generic-excludearch", "url": "https://fedoraproject.org/wiki/Architectures#ExcludeArch_.26_ExclusiveArch" }, { "result": "pass", "text": "Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files.", "note": "Documentation size is 0 bytes in 0 files. ", "name": "generic-large-docs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation" }, { "result": "pass", "text": "Packages must not store files under /srv, /opt or /usr/local", "note": null, "name": "generic-srv-opt", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation" }, { "result": "pending", "text": "Package successfully compiles and builds into binary rpms on at least one supported primary architecture.", "note": "Using prebuilt packages", "name": "CheckBuild", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_architecture_support" }, { "result": "pass", "text": "Package installs properly.", "note": null, "name": "CheckPackageInstalls", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Rpmlint is run on all rpms the build produces.", "note": "There are rpmlint messages (see attachment).", "name": "CheckRpmlint", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_use_rpmlint" } ], "Java": [ { "result": "fail", "text": "Bundled jar/class files should be removed before build", "note": "Jar files in source (see attachment) ", "name": "java-check-bundled-jars", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Java/#_pre_built_dependencies" }, { "result": "fail", "text": "Packages have proper BuildRequires/Requires on javapackages-tools (jpackage-utils)", "note": null, "name": "CheckJPackageRequires", "url": "https://fedoraproject.org/wiki/Packaging:Java" }, { "result": "fail", "text": "Javadoc documentation files are generated and included in -javadoc subpackage", "note": "No javadoc subpackage present. Note: Javadocs are optional for Fedora versions >= 21", "name": "CheckJavadoc", "url": "https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation" }, { "result": "fail", "text": "Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink)", "note": "No javadoc subpackage present", "name": "CheckJavadocdirName", "url": "https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation" } ], "Maven": [ { "result": "pass", "text": "Old add_to_maven_depmap macro is not being used", "note": null, "name": "CheckNoOldMavenDepmap", "url": "https://fedoraproject.org/wiki/Packaging:Java#Maven_pom.xml_files" }, { "result": "pending", "text": "If package contains pom.xml files install it (including metadata) even when building with ant", "note": null, "name": "CheckPomInstalled", "url": "https://fedoraproject.org/wiki/Packaging:Java#Maven_pom.xml_files" } ] }, "SHOULD": { "Generic": [ { "result": "fail", "text": "Reviewer should test that the package builds in mock.", "note": null, "name": "CheckBuildInMock", "url": "https://fedoraproject.org/wiki/PackageMaintainers/MockTricks" }, { "result": "pass", "text": "Buildroot is not present", "note": null, "name": "CheckBuildroot", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pending", "text": "Avoid bundling fonts in non-fonts packages. ", "note": "Package contains font files", "name": "CheckBundledFonts", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_avoid_bundling_of_fonts_in_other_packages" }, { "result": "pass", "text": "Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT)", "note": null, "name": "CheckClean", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections" }, { "result": "pending", "text": "If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it.", "note": null, "name": "CheckContainsLicenseText", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text" }, { "result": "pass", "text": "No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.", "note": null, "name": "CheckFileRequires", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_dependencies" }, { "result": "pending", "text": "Final provides and requires are sane (see attachments).", "note": null, "name": "CheckFinalRequiresProvides", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Fully versioned dependency in subpackages if applicable.", "note": null, "name": "CheckFullVerReqSub", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_requiring_base_package" }, { "result": "pending", "text": "Package functions as described.", "note": null, "name": "CheckFunctionAsDescribed", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pass", "text": "Packager, Vendor, PreReq, Copyright tags should not be in spec file", "note": null, "name": "CheckIllegalSpecTags", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections" }, { "result": "pending", "text": "Latest version is packaged.", "note": null, "name": "CheckLatestVersionIsPackaged", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/" }, { "result": "pending", "text": "Package does not include license text files separate from upstream.", "note": null, "name": "CheckLicenseUpstream", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text" }, { "result": "pass", "text": "Sources can be downloaded from URI in Source: tag", "note": null, "name": "CheckSourceDownloads", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pass", "text": "SourceX is a working URL.", "note": null, "name": "CheckSourceUrl", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/" }, { "result": "pending", "text": "Sources are verified with gpgverify first in %prep if upstream publishes signatures.", "note": "gpgverify is not used.", "name": "CheckSourceVerification", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_source_file_verification" }, { "result": "pending", "text": "Package should compile and build into binary rpms on all supported architectures.", "note": null, "name": "CheckSupportAllArchs", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_architecture_support" }, { "result": "pending", "text": "%check is present and all tests pass.", "note": null, "name": "CheckTestSuites", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_test_suites" }, { "result": "pending", "text": "Packages should try to preserve timestamps of original installed files.", "note": null, "name": "CheckTimeStamps", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_timestamps" }, { "result": "pending", "text": "Spec use %global instead of %define unless justified.", "note": "%define requiring justification: %define __brp_check_rpaths %{nil}", "name": "CheckUseGlobal", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_global_preferred_over_define" } ], "Java": [ { "result": "pending", "text": "Packages are noarch unless they use JNI", "note": "pycharm-community subpackage is not noarch. Please verify manually", "name": "CheckNoArch", "url": "https://fedoraproject.org/wiki/Packaging:Java" }, { "result": "pending", "text": "Package uses upstream build method (ant/maven/etc.)", "note": null, "name": "CheckUpstremBuildMethod", "url": "https://fedoraproject.org/wiki/Packaging:Java" } ] }, "EXTRA": { "Generic": [ { "result": "fail", "text": "Large data in /usr/share should live in a noarch subpackage if package is arched.", "note": "Arch-ed rpms have a total of 1864611840 bytes in /usr/share pycharm-community-2025.3-1.fc43.x86_64.rpm:1864611840 ", "name": "generic-large-data", "url": "https://fedoraproject.org/wiki/Packaging:ReviewGuidelines#Package_Review_Guidelines" }, { "result": "pass", "text": "Rpmlint is run on all installed packages.", "note": "No rpmlint messages.", "name": "CheckRpmlintInstalled", "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_use_rpmlint" } ] } }, "attachments": [ { "header": "Rpmlint", "text": "Checking: pycharm-community-2025.3-1.fc43.x86_64.rpm\n pycharm-community-doc-2025.3-1.fc43.noarch.rpm\n pycharm-community-2025.3-1.fc43.src.rpm\n============================ rpmlint session starts ============================\nrpmlint: 2.8.0\nconfiguration:\n /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml\n /etc/xdg/rpmlint/fedora-spdx-licenses.toml\n /etc/xdg/rpmlint/fedora.toml\n /etc/xdg/rpmlint/scoring.toml\n /etc/xdg/rpmlint/users-groups.toml\n /etc/xdg/rpmlint/warn-on-functions.toml\nrpmlintrc: [PosixPath('/tmp/tmp451otw0w')]\nchecks: 32, packages: 3\n\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/migrations/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/views/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/handlers/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/migrations/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/commands/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/migrations/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/migrations/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/templatetags/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/serializers/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/humanize/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/humanize/templatetags/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/migrations/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/management/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/management/commands/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/migrations/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/migrations/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/syndication/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/compatibility/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/security/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/servers/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/dummy/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/exec.txt\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py313.txt\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/compression/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/compression/_common/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/concurrent/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_packager.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/email/mime/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/pydoc_data/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/urllib/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/common/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8693/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/Jetson/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/RPi.GPIO/RPi/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/dfa/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/xpath/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/aiohttp/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/bottle/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/flask/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/flask_sqlalchemy/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy/util/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/channels/channels/generic/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/channels/channels/management/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/channels/channels/management/commands/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/channels/channels/security/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/resources/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/version.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser_data/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/formats/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/templatetags/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/django-import-export/management/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/django-import-export/management/commands/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/api/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/formatting/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_ffi/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/v1/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/grpc_health/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/grpc_health/v1/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/grpcio-status/grpc_status/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/compat.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/contrib/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/ext/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/django/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/peewee/playhouse/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pony/pony/flask/example/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbproviders/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/integration/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pony/pony/thirdparty/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/compiler/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/util/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/scripts/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/gen_py/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/authorization/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axcontrol/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/directsound/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/taskscheduler/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/fourstate.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/algorithms/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_dist_ver.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/xdgenvpy/xdgenvpy/__init__.pyi\npycharm-community.x86_64: E: zero-length /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/jslib/__init__.pyi\npycharm-community.x86_64: E: version-control-internal-file /usr/share/java/pycharm-community/plugins/python-ce/helpers/.gitignore\npycharm-community.x86_64: E: version-control-internal-file /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/.gitignore\npycharm-community.x86_64: E: version-control-internal-file /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/.gitignore\npycharm-community.x86_64: E: version-control-internal-file /usr/share/java/pycharm-community/plugins/python-ce/helpers/pycharm/.gitignore\npycharm-community.x86_64: E: version-control-internal-file /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/.gitignore\npycharm-community.x86_64: E: version-control-internal-file /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/.gitignore\npycharm-community.x86_64: E: version-control-internal-file /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/.cvsignore\npycharm-community.x86_64: E: version-control-internal-file /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/.gitignore\npycharm-community.x86_64: E: version-control-internal-file /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/markdown-math/.gitignore\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/bin/fsnotifier\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/bin/pycharm\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/java\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/javac\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/javadoc\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/jcmd\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/jdb\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/jfr\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/jhsdb\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/jinfo\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/jmap\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/jps\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/jrunscript\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/jstack\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/jstat\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/jwebserver\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/keytool\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/rmiregistry\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/bin/serialver\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/cef_server\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/chrome-sandbox\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/jcef_helper\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/jexec\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/jspawnhelper\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libEGL.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libGLESv2.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libattach.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libawt.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libawt_headless.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libawt_wlawt.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libawt_xawt.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libdt_socket.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libextnet.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libfontmanager.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libfontmanager_xawt.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libinstrument.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libj2gss.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libj2pcsc.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libj2pkcs11.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libjaas.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libjava.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libjavajpeg.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libjawt.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libjcef.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libjdwp.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libjimage.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libjli.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libjsig.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libjsound.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/liblcms.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/lible.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libmanagement.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libmanagement_agent.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libmanagement_ext.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libmlib_image.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libnet.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libnio.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libprefs.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/librmi.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libsaproc.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libsctp.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libshared_mem_helper.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libsplashscreen.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libsyslookup.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libverify.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libvk_swiftshader.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libvulkan.so.1\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libwlsplashscreen.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/libzip.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/server/libjsig.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/jbr/lib/server/libjvm.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/lib/jna/amd64/libjnidispatch.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/lib/native/linux-x86_64/libsqliteij.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/lib/pty4j/linux/x86-64/libpty.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/lib/skiko-awt-runtime-all/libskiko-linux-x64.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/tracer.cpython-310-x86_64-linux-gnu.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_aarch64.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so\npycharm-community.x86_64: W: unstripped-binary-or-object /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/annotations.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/app.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/external-system-rt.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/externalProcess-rt.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/forms_rt.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/groovy.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/javax.activation.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/javax.annotation-api.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/jaxb-api.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/jaxb-runtime.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/jps-model.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/lib.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.aalto.xml.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.asm.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.asm.tools.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.automaton.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.blockmap.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.bouncy.castle.pgp.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.bouncy.castle.provider.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.caffeine.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.cglib.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.classgraph.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.cli.parser.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.commons.cli.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.commons.codec.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.commons.compress.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.commons.imaging.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.commons.io.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.commons.lang3.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.commons.logging.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.fastutil.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.gson.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.guava.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.hash4j.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.hdr.histogram.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.http.client.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.icu4j.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.imgscalr.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.ini4j.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.ion.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jackson.databind.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jackson.dataformat.yaml.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jackson.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jackson.jr.objects.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jackson.module.kotlin.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.java.websocket.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.javax.annotation.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jaxen.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jbr.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jcef.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jcip.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jediterm.core.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jediterm.ui.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jettison.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jsonpath.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jsoup.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jsvg.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jvm.native.trusted.roots.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.jzlib.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.kotlin.reflect.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.kotlinx.collections.immutable.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.kotlinx.coroutines.slf4j.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.kotlinx.datetime.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.kotlinx.html.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.kotlinx.io.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.kotlinx.serialization.core.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.kotlinx.serialization.json.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.kotlinx.serialization.protobuf.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.kryo5.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.ktor.client.cio.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.ktor.client.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.ktor.io.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.ktor.network.tls.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.ktor.utils.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.lz4.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.markdown.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.miglayout.swing.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.mvstore.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.oro.matcher.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.proxy.vole.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.pty4j.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.rd.text.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.rhino.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.snakeyaml.engine.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.snakeyaml.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.sshj.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.stream.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.velocity.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.winp.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.xerces.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.xstream.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.xtext.xbase.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.libraries.xz.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.platform.debugger.impl.rpc.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.platform.debugger.impl.shared.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.platform.eel.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.platform.find.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.platform.managed.cache.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.platform.polySymbols.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.platform.polySymbols.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.platform.rpc.topics.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.platform.scopes.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.platform.vcs.core.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.platform.vcs.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.platform.vcs.shared.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.regexp.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.xml.analysis.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.xml.analysis.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.xml.dom.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.xml.dom.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.xml.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.xml.parser.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.xml.psi.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.xml.psi.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.xml.structureView.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.xml.structureView.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.xml.syntax.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/module-intellij.xml.ui.common.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.emojipicker.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.grid.core.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.grid.csv.core.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.grid.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.grid.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.grid.types.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.ide.startup.importSettings.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.libraries.coil.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.libraries.commons.text.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.libraries.compose.foundation.desktop.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.libraries.compose.runtime.desktop.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.libraries.grpc.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.libraries.grpc.netty.shaded.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.libraries.javax.activation.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.libraries.kotlinx.document.store.mvstore.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.libraries.lucene.common.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.libraries.microba.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.libraries.skiko.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.libraries.xml.rpc.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.bookmarks.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.bookmarks.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.buildView.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.buildView.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.buildView.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.clouds.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.collaborationTools.auth.base.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.collaborationTools.auth.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.collaborationTools.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.completion.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.completion.common.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.completion.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.compose.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.compose.markdown.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.debugger.impl.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.debugger.impl.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.diagnostic.freezeAnalyzer.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.diagnostic.freezes.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.diagnostic.telemetry.agent.extension.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.editor.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.editor.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.editor.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.execution.dashboard.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.execution.dashboard.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.execution.dashboard.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.execution.impl.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.execution.impl.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.execution.serviceView.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.execution.serviceView.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.execution.serviceView.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.find.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.ide.impl.wsl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.ide.newUiOnboarding.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.inline.completion.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.inspect.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.jewel.foundation.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.jewel.ideLafBridge.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.jewel.markdown.core.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.jewel.markdown.extensions.autolink.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.jewel.markdown.extensions.gfmAlerts.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.jewel.markdown.extensions.gfmStrikethrough.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.jewel.markdown.extensions.gfmTables.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.jewel.markdown.extensions.images.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.jewel.markdown.ideLafBridgeStyling.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.jewel.ui.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.kernel.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.kernel.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.lang.impl.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.langInjection.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.langInjection.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.lvcs.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.managed.cache.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.ml.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.monolith.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.navbar.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.navbar.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.navbar.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.navbar.monolith.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.pluginManager.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.pluginManager.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.pluginManager.shared.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.progress.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.project.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.recentFiles.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.recentFiles.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.recentFiles.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.rpc.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.rpc.topics.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.rpc.topics.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.scopes.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.scriptDebugger.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.scriptDebugger.protocolReaderRuntime.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.scriptDebugger.ui.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.searchEverywhere.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.searchEverywhere.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.searchEverywhere.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.settings.local.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.smRunner.vcs.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.tasks.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.tasks.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.tips.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.vcs.dvcs.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.vcs.dvcs.impl.shared.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.vcs.dvcs.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.vcs.impl.exec.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.vcs.impl.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.vcs.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.vcs.impl.lang.actions.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.vcs.impl.lang.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.vcs.impl.shared.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.vcs.log.graph.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.vcs.log.graph.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.vcs.log.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.vcs.log.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.platform.warmup.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.relaxng.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.settingsSync.core.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.spellchecker.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.spellchecker.xml.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.xml.langInjection.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/modules/intellij.xml.langInjection.xpath.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/nio-fs.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/opentelemetry.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/platform-loader.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/protobuf.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/rd.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/rhino.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/stats.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/testFramework.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/trove.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/util-8.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/util.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/lib/util_rt.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/color-scheme-github/lib/color-scheme-github.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/color-scheme-monokai/lib/color-scheme-monokai.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/color-scheme-twilight/lib/color-scheme-twilight.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/color-scheme-warmNeon/lib/color-scheme-warmNeon.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/completionMlRanking/lib/completionMlRanking.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/configurationScript/lib/configurationScript.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/copyright/lib/copyright.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/dev/lib/dev.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/editorconfig-plugin/lib/editorconfig-plugin.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/editorconfig-plugin/lib/modules/intellij.editorconfig.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/editorconfig-plugin/lib/modules/intellij.editorconfig.common.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/editorconfig-plugin/lib/modules/intellij.editorconfig.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/featuresTrainer/lib/assertj-swing.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/featuresTrainer/lib/featuresTrainer.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/featuresTrainer/lib/git-learning-project.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/ai.grazie.api.gateway.client.jvm.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/ai.grazie.client.ktor.jvm.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/ai.grazie.model.ner.jvm.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/ai.grazie.model.swagger.annotations.jvm.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/ai.grazie.model.tree.jvm.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/ai.grazie.nlp.detect.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/ai.grazie.rule.engine.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/ai.grazie.spell.gec.engine.local.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/ai.grazie.spell.hunspell.en.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/ai.grazie.tasks.library.api.jvm.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/ai.grazie.tasks.library.model.jvm.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/com.carrotsearch-hppc.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/com.hankcs-aho-corasick-double-array-trie.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/com.vdurmont-emoji-java.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/grazie.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/javax.measure-unit-api.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/net.loomchild-segment.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/org.carrot2-morfologik-fsa-builders.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/org.carrot2-morfologik-fsa.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/org.carrot2-morfologik-speller.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/org.carrot2-morfologik-stemming.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/org.jetbrains.intellij.deps.languagetool-language-en.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/org.jetbrains.intellij.deps.languagetool-languagetool-core.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/org.json-json.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/tech.units-indriya.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/grazie/lib/tech.uom.lib-uom-lib-common.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/json/lib/json.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/json/lib/modules/intellij.json.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/json/lib/modules/intellij.json.backend.regexp.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/markdown/lib/markdown.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/markdown/lib/modules/intellij.markdown.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/markdown/lib/modules/intellij.markdown.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/performanceTesting/lib/assertj-swing.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/performanceTesting/lib/github.oshi.core.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/performanceTesting/lib/modules/intellij.performanceTesting.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/performanceTesting/lib/performanceTesting.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/platform-images/lib/modules/intellij.platform.images.xdebugger.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/platform-images/lib/platform-images.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/properties/lib/modules/intellij.properties.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/properties/lib/modules/intellij.properties.backend.psi.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/properties/lib/properties.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/pycharm-community-customization-shared/lib/modules/intellij.pycharm.community.ide.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/pycharm-community-customization-shared/lib/modules/intellij.pycharm.community.ide.implTraining.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/pycharm-community-customization-shared/lib/pycharm-community-customization-shared.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/pycharm-community-customization/lib/modules/intellij.pycharm.community.ide.impl.promotion.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/pycharm-community-customization/lib/pycharm-community-customization.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/pycharm-community-customization/lib/tips-pycharm-community.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.platform.ide.nonModalWelcomeScreen.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.platform.ide.nonModalWelcomeScreen.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.ast.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.common.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.aliasProvider.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.communityOnly.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.core.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.execService.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.execService.python.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.helpersLocator.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.impl.huggingFace.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.impl.installer.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.impl.pipenv.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.impl.poetry.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.impl.venv.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.interpreters.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.plugin.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.plugin.java.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.plugin.minor.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.plugin.minorRider.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.services.internal.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.services.shared.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.community.services.systemPython.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.copyright.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.featuresTrainer.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.grazie.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.hatch.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.langInjection.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.markdown.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.ml.features.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.parser.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.processOutput.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.psi.impl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.psi.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.pydev.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.pyproject.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.sdk.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.sdk.ui.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.sdkConfigurator.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.sdkConfigurator.common.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.sdkConfigurator.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.syntax.core.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.syntax.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/modules/intellij.python.terminal.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/python-ce/lib/python-ce.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/restructuredtext/lib/modules/intellij.restructuredtext.python.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/restructuredtext/lib/restructuredtext.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/searchEverywhereMl/lib/ai.grazie.emb.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/searchEverywhereMl/lib/ai.grazie.model.swagger.annotations.jvm.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/searchEverywhereMl/lib/jetbrains.mlapi.core.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/searchEverywhereMl/lib/modules/intellij.searchEverywhereMl.ranking.core.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/searchEverywhereMl/lib/modules/intellij.searchEverywhereMl.typos.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/sh-plugin/lib/modules/intellij.sh.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/sh-plugin/lib/sh-plugin.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/tasks/lib/axis.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/tasks/lib/commons-discovery.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/tasks/lib/http-client.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/tasks/lib/modules/intellij.tasks.bugzilla.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/tasks/lib/modules/intellij.tasks.jira.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/tasks/lib/modules/intellij.tasks.trac.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/tasks/lib/tasks-core.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/terminal/lib/completion-ranking-sh.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/terminal/lib/terminal-completion-db-with-extensions.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/terminal/lib/terminal-completion-spec.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/terminal/lib/terminal.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/modules/intellij.textmate.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/modules/intellij.textmate.common.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/modules/intellij.textmate.core.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/modules/intellij.textmate.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/modules/intellij.textmate.joni.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/textmate-plugin.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/toml/lib/modules/intellij.toml.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/toml/lib/modules/intellij.toml.frontend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/toml/lib/toml.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/vcs-git/lib/git4idea-rt.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/vcs-git/lib/vcs-git.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/vcs-github/lib/modules/intellij.vcs.github.git.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/vcs-github/lib/modules/intellij.vcs.github.json.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/vcs-github/lib/modules/intellij.vcs.github.tracker.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimatePromo.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/vcs-github/lib/vcs-github.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.git.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.yaml.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/vcs-gitlab/lib/vcs-gitlab.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/vcs-hg/lib/vcs-hg.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/vcs-svn/lib/sqlite.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/vcs-svn/lib/vcs-svn.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/yaml/lib/modules/intellij.yaml.backend.jar\npycharm-community.x86_64: E: uncompressed-zip /usr/share/java/pycharm-community/plugins/yaml/lib/yaml.jar\npycharm-community.x86_64: E: statically-linked-binary /usr/share/java/pycharm-community/bin/fsnotifier\npycharm-community.x86_64: E: statically-linked-binary /usr/share/java/pycharm-community/bin/restarter\npycharm-community.spec: W: specfile-warning sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory\npycharm-community.spec: W: specfile-warning sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory\npycharm-community.spec: W: specfile-warning sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libEGL.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libGLESv2.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libattach.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libawt.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libawt_headless.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libawt_wlawt.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libawt_xawt.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libcef.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libdt_socket.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libextnet.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libfontmanager.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libfontmanager_xawt.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libgluegen_rt.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libinstrument.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libj2gss.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libj2pcsc.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libj2pkcs11.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libjaas.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libjava.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libjavajpeg.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libjawt.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libjcef.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libjdwp.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libjimage.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libjli.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libjogl_desktop.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libjogl_mobile.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libjsig.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libjsound.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/liblcms.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/lible.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libmanagement.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libmanagement_agent.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libmanagement_ext.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libmlib_image.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libnativewindow_awt.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libnativewindow_drm.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libnativewindow_x11.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libnet.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libnewt_drm.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libnewt_head.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libnio.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libprefs.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/librmi.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libsaproc.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libsctp.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libshared_mem_helper.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libsplashscreen.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libsyslookup.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libverify.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libvk_swiftshader.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libvulkan.so.1\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libwlsplashscreen.so\npycharm-community.x86_64: E: shared-library-not-executable /usr/share/java/pycharm-community/jbr/lib/libzip.so\npycharm-community.x86_64: W: position-independent-executable-suggested /usr/share/java/pycharm-community/bin/fsnotifier\npycharm-community.x86_64: W: position-independent-executable-suggested /usr/share/java/pycharm-community/jbr/lib/cef_server\npycharm-community.x86_64: W: position-independent-executable-suggested /usr/share/java/pycharm-community/jbr/lib/jcef_helper\npycharm-community.x86_64: W: obsolete-not-provided pycharm-community-jre\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/gradlew 644 /usr/bin/env bash\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/__init__.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/advapi32.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/context_amd64.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/context_i386.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/dbghelp.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/defines.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/gdi32.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/ntdll.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/peb_teb.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/psapi.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shell32.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shlwapi.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/user32.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/version.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/third_party/pep8/autopep8.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/third_party/pep8/pycodestyle.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/epydoc/gui.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/utils/code_analyzer.py 644 /usr/bin/python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/utils/error_reporting.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/utils/math/latex2mathml.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/utils/math/math2html.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/utils/punctuation_chars.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/utils/smartquotes.py 644 /usr/bin/python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/writers/xetex/__init__.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/parsers/commonmark_wrapper.py 644 /usr/bin/env python3\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/parsers/recommonmark_wrapper.py 644 /usr/bin/env python3\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/utils/error_reporting.py 644 /usr/bin/env python3\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/utils/math/mathalphabet2unichar.py 644 /usr/bin/env python3\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/utils/math/tex2unichar.py 644 /usr/bin/env python3\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/_html_base.py 644 /usr/bin/env python3\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/xetex/__init__.py 644 /usr/bin/env python3\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pycharm/django_manage.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pycharm/django_manage_shell.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pycharm/django_test_manage.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pycharm_package_installer.py 644 /usr/bin/env python3\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pycodestyle-2.8.0.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/__init__.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/__init__.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/advapi32.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_amd64.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_i386.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/dbghelp.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/defines.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/gdi32.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/kernel32.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/ntdll.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/peb_teb.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/psapi.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/shell32.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/shlwapi.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/user32.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/version.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/stubs/pycompletion.py 644 /usr/bin/python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/main.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/third_party/pep8/autopep8.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/token.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/third_party/pep8/pycodestyle.py 644 /usr/bin/env python\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py 644 /usr/bin/env python3\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/scripts/stubsabot.py 644 /usr/bin/env python3\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/scripts/sync_protobuf/google_protobuf.py 644 /usr/bin/env python3\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/scripts/sync_protobuf/s2clientprotocol.py 644 /usr/bin/env python3\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/scripts/sync_protobuf/tensorflow.py 644 /usr/bin/env python3\npycharm-community.x86_64: E: non-executable-script /usr/share/java/pycharm-community/plugins/terminal/shell-integrations/bash/bash-integration.bash 644 /bin/bash\npycharm-community.x86_64: W: no-soname /usr/share/java/pycharm-community/jbr/lib/libjogl_desktop.so\npycharm-community.x86_64: W: no-soname /usr/share/java/pycharm-community/jbr/lib/libjogl_mobile.so\npycharm-community.x86_64: W: no-manual-page-for-binary pycharm-community\npycharm-community.x86_64: W: no-documentation\npycharm-community.spec: W: no-%build-section\npycharm-community.x86_64: E: missing-call-to-setgroups-before-setuid /usr/share/java/pycharm-community/jbr/lib/chrome-sandbox\npycharm-community.spec:577: W: macro-in-%changelog %exclude\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libEGL.so libEGL.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libattach.so libattach.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libawt.so libawt.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libawt_headless.so libawt_headless.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libawt_wlawt.so libawt_wlawt.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libawt_xawt.so libawt_xawt.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libcef.so libcef.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libdt_socket.so libdt_socket.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libextnet.so libextnet.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libfontmanager.so libfontmanager.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libfontmanager_xawt.so libfontmanager_xawt.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libgluegen_rt.so libgluegen_rt.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libinstrument.so libinstrument.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libj2gss.so libj2gss.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libj2pcsc.so libj2pcsc.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libjaas.so libjaas.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libjava.so libjava.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libjavajpeg.so libjavajpeg.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libjawt.so libjawt.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libjcef.so libjcef.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libjdwp.so libjdwp.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libjimage.so libjimage.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libjli.so libjli.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libjsig.so libjsig.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libjsound.so libjsound.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/liblcms.so liblcms.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/lible.so lible.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libmanagement.so libmanagement.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libmanagement_agent.so libmanagement_agent.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libmanagement_ext.so libmanagement_ext.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libmlib_image.so libmlib_image.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libnativewindow_awt.so libnativewindow_awt.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libnativewindow_drm.so libnativewindow_drm.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libnet.so libnet.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libnewt_drm.so libnewt_drm.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libnewt_head.so libnewt_head.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libnio.so libnio.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libprefs.so libprefs.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/librmi.so librmi.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libsaproc.so libsaproc.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libsctp.so libsctp.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libshared_mem_helper.so libshared_mem_helper.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libsplashscreen.so libsplashscreen.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libsyslookup.so libsyslookup.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libverify.so libverify.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libvk_swiftshader.so libvk_swiftshader.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libwlsplashscreen.so libwlsplashscreen.so\npycharm-community.x86_64: E: invalid-soname /usr/share/java/pycharm-community/jbr/lib/libzip.so libzip.so\npycharm-community.x86_64: E: incorrect-fsf-address /usr/share/java/pycharm-community/jbr/include/classfile_constants.h\npycharm-community.x86_64: E: incorrect-fsf-address /usr/share/java/pycharm-community/jbr/include/jawt.h\npycharm-community.x86_64: E: incorrect-fsf-address /usr/share/java/pycharm-community/jbr/include/jdwpTransport.h\npycharm-community.x86_64: E: incorrect-fsf-address /usr/share/java/pycharm-community/jbr/include/jni.h\npycharm-community.x86_64: E: incorrect-fsf-address /usr/share/java/pycharm-community/jbr/include/jvmti.h\npycharm-community.x86_64: E: incorrect-fsf-address /usr/share/java/pycharm-community/jbr/include/jvmticmlr.h\npycharm-community.x86_64: E: incorrect-fsf-address /usr/share/java/pycharm-community/jbr/include/linux/jawt_md.h\npycharm-community.x86_64: E: incorrect-fsf-address /usr/share/java/pycharm-community/jbr/include/linux/jni_md.h\npycharm-community.x86_64: E: incorrect-fsf-address /usr/share/java/pycharm-community/jbr/legal/java.base/LICENSE\npycharm-community.x86_64: E: incorrect-fsf-address /usr/share/java/pycharm-community/jbr/lib/psfont.properties.ja\npycharm-community.x86_64: E: incorrect-fsf-address /usr/share/java/pycharm-community/jbr/lib/psfontj2d.properties\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/.gitignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/.gitrepo\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/.pydevproject\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/.settings\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/.settings\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/.gitignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/.gitignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/pycharm/.gitignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/.gitignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/.gitignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/.cvsignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/.editorconfig\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/.flake8\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/.gitattributes\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/.github\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/.github\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/.gitignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/.pre-commit-config.yaml\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/.vscode\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/.vscode\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/terminal/shell-integrations/zsh/zdotdir/.zlogin\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/terminal/shell-integrations/zsh/zdotdir/.zprofile\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/terminal/shell-integrations/zsh/zdotdir/.zshenv\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/terminal/shell-integrations/zsh/zdotdir/.zshrc\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/bat/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/clojure/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/coffeescript/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/cpp/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/csharp/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/css/.vscode\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/css/.vscode\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/css/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/dart/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/diff/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/docker/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/fsharp/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/git-base/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/go/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/groovy/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/handlebars/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/hlsl/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/html/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/ini/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/java/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/javascript/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/json/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/julia/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/latex/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/less/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/log/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/lua/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/make/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/markdown-basics/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/markdown-math/.gitignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/markdown-math/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/objective-c/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/perl/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/php/.vscode\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/php/.vscode\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/php/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/powershell/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/pug/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/python/.vscode\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/python/.vscode\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/python/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/r/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/razor/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/restructuredtext/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/ruby/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/rust/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/scss/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/search-result/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/shaderlab/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/shellscript/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/sql/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/swift/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/typescript-basics/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/vb/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/xml/.vscodeignore\npycharm-community.x86_64: W: hidden-file-or-dir /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/yaml/.vscodeignore\npycharm-community.x86_64: E: files-duplicated-waste 2356166\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/bin/pycharm.svg /usr/share/icons/hicolor/scalable/apps/pycharm-community.svg\npycharm-community.x86_64: W: files-duplicate /usr/share/pixmaps/pycharm-community.png /usr/share/java/pycharm-community/bin/pycharm.png\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/lib/build-marker-PC-253.28294.336 /usr/share/java/pycharm-community/build.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/jbr/conf/security/policy/unlimited/default_US_export.policy /usr/share/java/pycharm-community/jbr/conf/security/policy/limited/default_US_export.policy\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/jbr/lib/server/libjsig.so /usr/share/java/pycharm-community/jbr/lib/libjsig.so\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/performanceTesting/lib/assertj-swing.jar /usr/share/java/pycharm-community/plugins/featuresTrainer/lib/assertj-swing.jar\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/searchEverywhereMl/lib/ai.grazie.model.swagger.annotations.jvm.jar /usr/share/java/pycharm-community/plugins/grazie/lib/ai.grazie.model.swagger.annotations.jvm.jar\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/urls.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/urls.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/urls.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/dbshell.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/management/commands/clearsessions.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/locmem.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/dummy.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/django-import-export/management/commands/import.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/optimizemigration.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/testserver.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/django-import-export/management/commands/export.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/startproject.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/startapp.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/profiler/__init__.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/coverage_runner/__init__.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/__main__.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/__main__.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/bytecode.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/bytecode.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.c /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.c\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.h /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.h\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/favicon_32.png /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/favicon_32.png\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/keybd_open.png /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/keybd_closed.png\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/LICENSE /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/LICENSE-EPL\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_asyncio_provider.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_asyncio_provider.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/__init__.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/__init__.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/__init__.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/__init__.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_image_loader.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_image_loader.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_matplotlib_image.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_matplotlib_image.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_numpy_based_image.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_numpy_based_image.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_numpy_image.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_numpy_image.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_pillow_image.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_pillow_image.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_dataset.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_dataset.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_numpy.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_numpy.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_numpy_based.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_numpy_based.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_pandas.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_pandas.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_polars.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_polars.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydev_ipython/README /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/README\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydev_sitecustomize/__not_in_default_pythonpath.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_sitecustomize/__not_in_default_pythonpath.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace_310.hpp /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_310.hpp\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace_311.hpp /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_311.hpp\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace_common.hpp /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_common.hpp\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_utils.hpp /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_utils.hpp\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_version.hpp /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_version.hpp\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/python.h /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/ref_utils.hpp /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/ref_utils.hpp\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/.gitignore /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/.gitignore\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/attach.cpp /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/attach.cpp\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/attach.cpp /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.cpp\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/attach.h /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.h\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/compile_windows.bat /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/compile_windows.bat\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/inject_dll.cpp /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/inject_dll.cpp\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/py_win_helpers.hpp /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/py_win_helpers.hpp\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/run_code_in_memory.hpp /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_in_memory.hpp\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/stdafx.cpp /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.cpp\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/stdafx.h /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.h\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/targetver.h /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/targetver.h\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/__init__.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/__init__.py:/usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/__init__.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_pkgutil_old.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/profiler/_imps/_pydev_pkgutil_old.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/parsers/null.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/parsers/null.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/references.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/references.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/s5defs.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/s5defs.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/readers/doctree.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/readers/doctree.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/math.css /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/math.css\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/template.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/template.txt:/usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/template.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/styles.odt /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/styles.odt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/__base__ /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/__base__\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/blank.gif /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/blank.gif\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/iepngfix.htc /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/iepngfix.htc\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/opera.css /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/opera.css\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/outline.css /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/outline.css\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/print.css /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/print.css\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/slides.css /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/slides.css\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-black/__base__ /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-black/__base__\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-black/__base__ /usr/share/java/pycharm-community/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-black/__base__\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-39.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-310.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-314.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-311.txt:/usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-312.txt:/usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/ci-requirements/ci-requirements-313.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/__init__.py /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_plugins/__init__.py:/usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/__init__.py\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-313.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-310.txt:/usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-311.txt:/usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/test-requirements/test-requirements-312.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/tools/python_keywords/or /usr/share/java/pycharm-community/plugins/python-ce/helpers/tools/python_keywords/and:/usr/share/java/pycharm-community/plugins/python-ce/helpers/tools/python_keywords/not\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/tools/python_keywords/import /usr/share/java/pycharm-community/plugins/python-ce/helpers/tools/python_keywords/as:/usr/share/java/pycharm-community/plugins/python-ce/helpers/tools/python_keywords/from\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/tools/python_keywords/if /usr/share/java/pycharm-community/plugins/python-ce/helpers/tools/python_keywords/elif:/usr/share/java/pycharm-community/plugins/python-ce/helpers/tools/python_keywords/else\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/tools/python_keywords/try /usr/share/java/pycharm-community/plugins/python-ce/helpers/tools/python_keywords/except:/usr/share/java/pycharm-community/plugins/python-ce/helpers/tools/python_keywords/finally\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/tools/python_keywords/is /usr/share/java/pycharm-community/plugins/python-ce/helpers/tools/python_keywords/in\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/builtins.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/__builtin__.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/bisect.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/bisect.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/copyreg.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/copy_reg.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/distutils/bcppcompiler.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/bcppcompiler.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/distutils/config.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/config.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/distutils/errors.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/errors.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/distutils/msvccompiler.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/msvccompiler.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/distutils/unixccompiler.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/unixccompiler.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/text.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/MIMEText.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/nis.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/nis.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/posixpath.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/ntpath.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/os2emxpath.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/this.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/this.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/pulldom.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/expatbuilder.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/cElementTree.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/cElementTree.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/errors.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/errors.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/model.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/model.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py314.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py313.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py312.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py310.txt:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py311.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py314.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py313.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/__init__.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/__main__.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/__init__.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/__init__.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/ctypes/macholib/__init__.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/version.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/__init__.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/__init__.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/__init__.pyi:(and 7 more)\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/shift_jisx0213.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/big5.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/big5hkscs.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp932.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp949.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp950.pyi:(and 18 more)\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/tis_620.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp037.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1006.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1026.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1140.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1250.pyi:(and 46 more)\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_arabic.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1125.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp437.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp737.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp775.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp850.pyi:(and 12 more)\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/_gen_files.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stdlib/json/tool.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/fujifilm.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/apple.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/casio.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/__version__.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/version.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/__init__.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docker/docker/version.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/version.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/version.pyi:(and 1 more)\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/json.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/json.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_linux.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_darwin.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlite3/__init__.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/aiobotocore/__init__.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/botocore/__init__.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/httpx/__init__.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/mysql/__init__.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/psycopg2/__init__.pyi:(and 3 more)\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/psycopg2/patch.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/aiobotocore/patch.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/botocore/patch.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy_core/__init__.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pg8000/__init__.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pymysql/__init__.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy_core/patch.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pg8000/patch.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist_linux.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist_darwin.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/langdetect.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/fasttext.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/uk.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/af.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/ca.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/cs.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/da.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/de.pyi:(and 18 more)\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/fa.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/ar.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/zh_tw.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/zh_cn.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/zh_tw.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/af.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/ar.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/ca.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/cs.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/da.pyi:(and 23 more)\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libuv/__init__.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libev/__init__.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/METADATA.toml /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/METADATA.toml:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/METADATA.toml\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_linux.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_darwin.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/lua54.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/lua51.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/lua52.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/lua53.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/luajit21.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/luajit20.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_linux.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_darwin.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_linux.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_darwin.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist_linux.txt /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist_darwin.txt\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/SimpleHTTPServer.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/BaseHTTPServer.pyi:/usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/CGIHTTPServer.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/_thread.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/_dummy_thread.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_tkfiledialog.pyi /usr/share/java/pycharm-community/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_filedialog.pyi\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/yaml/.vscodeignore /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/bat/.vscodeignore:/usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/clojure/.vscodeignore:/usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/coffeescript/.vscodeignore:/usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/csharp/.vscodeignore:/usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/docker/.vscodeignore:(and 25 more)\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/json/.vscodeignore /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/cpp/.vscodeignore:/usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/html/.vscodeignore\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/cpp/snippets/cpp.code-snippets /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/cpp/snippets/c.code-snippets\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/powershell/snippets/powershell.code-snippets /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/csharp/snippets/csharp.code-snippets\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/julia/.vscodeignore /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/dart/.vscodeignore:/usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/diff/.vscodeignore\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/git-base/languages/git-rebase.language-configuration.json /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/git-base/languages/git-commit.language-configuration.json\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/objective-c/language-configuration.json /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/groovy/language-configuration.json\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/terraform/syntaxes/hcl.tmGrammar.json /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/hcl/syntaxes/hcl.tmGrammar.json\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/sql/.vscodeignore /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/objective-c/.vscodeignore\npycharm-community.x86_64: W: files-duplicate /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/twig/src/snippets/snippets.json /usr/share/java/pycharm-community/plugins/textmate-plugin/lib/bundles/twig/snippets/snippets.json\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/jbr/include/classfile_constants.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/jbr/include/jawt.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/jbr/include/jdwpTransport.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/jbr/include/jni.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/jbr/include/jvmti.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/jbr/include/jvmticmlr.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/jbr/include/linux/jawt_md.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/jbr/include/linux/jni_md.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/module.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/stats.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/util.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/module.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/stats.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/util.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/release_mem.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring_cython.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_310.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_311.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_common.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_settrace.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_utils.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_version.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/ref_utils.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/attach.cpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.cpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/inject_dll.cpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/py_win_helpers.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_in_memory.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.cpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/targetver.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.c\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/release_mem.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace_310.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace_311.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace_common.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_settrace.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_utils.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_version.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/python.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/ref_utils.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/attach.cpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/attach.cpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/attach.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/inject_dll.cpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/py_win_helpers.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/run_code_in_memory.hpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/stdafx.cpp\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/stdafx.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/targetver.h\npycharm-community.x86_64: W: devel-file-in-non-devel-package /usr/share/java/pycharm-community/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/endian_port.h\npycharm-community.x86_64: W: desktopfile-without-binary /usr/share/applications/pycharm-community.desktop pycharm-community\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/java (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/javac (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/javadoc (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/jcmd (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/jdb (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/jfr (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/jhsdb (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/jinfo (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/jmap (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/jps (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/jrunscript (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/jstack (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/jstat (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/jwebserver (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/keytool (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/rmiregistry (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/bin/serialver (RUNPATH: $ORIGIN:$ORIGIN/../lib)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/cef_server (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/jcef_helper (RUNPATH: .:$ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libattach.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libawt.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libawt_headless.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libawt_wlawt.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libawt_xawt.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libcef.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libdt_socket.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libextnet.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libfontmanager.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libfontmanager_xawt.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libinstrument.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libj2gss.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libj2pcsc.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libj2pkcs11.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libjaas.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libjava.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libjavajpeg.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libjawt.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libjcef.so (RUNPATH: .:$ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libjdwp.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libjimage.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libjli.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libjsig.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libjsound.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/liblcms.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libmanagement.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libmanagement_agent.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libmanagement_ext.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libmlib_image.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libnet.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libnio.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libprefs.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/librmi.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libsaproc.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libsctp.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libsplashscreen.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libverify.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libwlsplashscreen.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/libzip.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: binary-or-shlib-defines-rpath /usr/share/java/pycharm-community/jbr/lib/server/libjsig.so (RUNPATH: $ORIGIN)\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/bin/fsnotifier\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/bin/pycharm\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/bin/restarter\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/java\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/javac\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/javadoc\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/jcmd\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/jdb\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/jfr\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/jhsdb\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/jinfo\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/jmap\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/jps\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/jrunscript\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/jstack\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/jstat\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/jwebserver\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/keytool\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/rmiregistry\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/bin/serialver\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/cef_server\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/chrome-sandbox\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/jcef_helper\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/jexec\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/jspawnhelper\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libEGL.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libGLESv2.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libattach.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libawt.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libawt_headless.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libawt_wlawt.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libawt_xawt.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libcef.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libdt_socket.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libextnet.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libfontmanager.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libfontmanager_xawt.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libgluegen_rt.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libinstrument.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libj2gss.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libj2pcsc.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libj2pkcs11.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libjaas.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libjava.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libjavajpeg.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libjawt.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libjcef.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libjdwp.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libjimage.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libjli.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libjogl_desktop.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libjogl_mobile.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libjsig.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libjsound.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/liblcms.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/lible.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libmanagement.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libmanagement_agent.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libmanagement_ext.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libmlib_image.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libnativewindow_awt.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libnativewindow_drm.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libnativewindow_x11.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libnet.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libnewt_drm.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libnewt_head.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libnio.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libprefs.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/librmi.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libsaproc.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libsctp.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libshared_mem_helper.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libsplashscreen.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libsyslookup.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libverify.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libvk_swiftshader.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libvulkan.so.1\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libwlsplashscreen.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/libzip.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/server/libjsig.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/jbr/lib/server/libjvm.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/lib/jna/amd64/libjnidispatch.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/lib/native/linux-x86_64/libsqliteij.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/lib/skiko-awt-runtime-all/libskiko-linux-x64.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/tracer.cpython-310-x86_64-linux-gnu.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_aarch64.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so\npycharm-community.x86_64: E: arch-dependent-file-in-usr-share /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so\n 3 packages and 0 specfiles checked; 972 errors, 390 warnings, 9130 filtered, 972 badness; has taken 68.8 s \n\n\n" }, { "header": "Rpmlint (installed packages)", "text": "(none): E: there is no installed rpm \"pycharm-community-doc\".\n(none): E: there is no installed rpm \"pycharm-community\".\nThere are no files to process nor additional arguments.\nNothing to do, aborting.\n============================ rpmlint session starts ============================\nrpmlint: 2.8.0\nconfiguration:\n /usr/lib/python3.14/site-packages/rpmlint/configdefaults.toml\n /etc/xdg/rpmlint/fedora-spdx-licenses.toml\n /etc/xdg/rpmlint/fedora.toml\n /etc/xdg/rpmlint/scoring.toml\n /etc/xdg/rpmlint/users-groups.toml\n /etc/xdg/rpmlint/warn-on-functions.toml\nchecks: 32, packages: 2\n\n 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s \n\n" }, { "header": "", "text": "Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24\nCommand line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name pycharm-community --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg\nBuildroot used: fedora-43-x86_64\nActive plugins: Java, Generic, C/C++, Shell-api\nDisabled plugins: R, PHP, Ocaml, fonts, Python, Haskell, Perl, SugarActivity\nDisabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH\n" }, { "header": "Unversioned so-files", "text": "pycharm-community: /usr/share/java/pycharm-community/jbr/lib/libEGL.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libGLESv2.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libattach.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libawt.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libawt_headless.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libawt_wlawt.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libawt_xawt.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libcef.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libdt_socket.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libextnet.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libfontmanager.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libfontmanager_xawt.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libgluegen_rt.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libinstrument.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libj2gss.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libj2pcsc.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libj2pkcs11.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjaas.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjava.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjavajpeg.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjawt.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjcef.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjdwp.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjimage.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjli.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjogl_desktop.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjogl_mobile.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjsig.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libjsound.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/liblcms.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/lible.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libmanagement.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libmanagement_agent.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libmanagement_ext.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libmlib_image.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libnativewindow_awt.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libnativewindow_drm.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libnativewindow_x11.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libnet.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libnewt_drm.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libnewt_head.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libnio.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libprefs.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/librmi.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libsaproc.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libsctp.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libshared_mem_helper.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libsplashscreen.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libsyslookup.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libverify.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libvk_swiftshader.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libwlsplashscreen.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/libzip.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/server/libjsig.so\npycharm-community: /usr/share/java/pycharm-community/jbr/lib/server/libjvm.so\npycharm-community: /usr/share/java/pycharm-community/lib/jna/amd64/libjnidispatch.so\npycharm-community: /usr/share/java/pycharm-community/lib/native/linux-x86_64/libsqliteij.so\npycharm-community: /usr/share/java/pycharm-community/lib/pty4j/linux/x86-64/libpty.so\npycharm-community: /usr/share/java/pycharm-community/lib/skiko-awt-runtime-all/libskiko-linux-x64.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/coveragepy_old/coverage/tracer.cpython-310-x86_64-linux-gnu.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_27_64.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_310_64.cpython-310-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_311_64.cpython-311-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_312_64.cpython-312-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_38_64.cpython-38-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_39_64.cpython-39-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cpython-312-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_310_64.cpython-310-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64.cpython-38-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_39_64.cpython-39-darwin.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_aarch64.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so\npycharm-community: /usr/share/java/pycharm-community/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so" }, { "header": "Source checksums", "text": "https://github.com/JetBrains/intellij-community/releases/download/pycharm%2F2025.3/pycharm-2025.3-aarch64.tar.gz :\n CHECKSUM(SHA256) this package : c7f085539be5530892ac309d011cf265bbf6a3a2e625a0808f3c1fb601d750de\n CHECKSUM(SHA256) upstream package : c7f085539be5530892ac309d011cf265bbf6a3a2e625a0808f3c1fb601d750de\nhttps://github.com/JetBrains/intellij-community/releases/download/pycharm%2F2025.3/pycharm-2025.3.tar.gz :\n CHECKSUM(SHA256) this package : d8ae4caa03a4d6f057fcdf834aad565fc2f01156e753afe5a6c5f7f16fbc2292\n CHECKSUM(SHA256) upstream package : d8ae4caa03a4d6f057fcdf834aad565fc2f01156e753afe5a6c5f7f16fbc2292\n" }, { "header": "Requires", "text": "pycharm-community (rpmlib, GLIBC filtered):\n /usr/bin/sh\n hicolor-icon-theme\n javapackages-filesystem\n libc.so.6()(64bit)\n libdl.so.2()(64bit)\n libgcc_s.so.1()(64bit)\n libgcc_s.so.1(GCC_3.0)(64bit)\n libgcc_s.so.1(GCC_3.3)(64bit)\n libgcc_s.so.1(GCC_4.2.0)(64bit)\n libpthread.so.0()(64bit)\n librt.so.1()(64bit)\n rtld(GNU_HASH)\n\npycharm-community-doc (rpmlib, GLIBC filtered):\n pycharm-community\n\n" }, { "header": "Provides", "text": "pycharm-community:\n application()\n application(pycharm-community.desktop)\n metainfo()\n metainfo(pycharm-community.metainfo.xml)\n mimehandler(application/x-python-code)\n mimehandler(application/xml)\n mimehandler(text/markdown)\n mimehandler(text/plain)\n mimehandler(text/x-python)\n pycharm-community\n pycharm-community(x86-64)\n\npycharm-community-doc:\n pycharm-community-doc\n\n" }, { "header": "Jar and class files in source", "text": "./pycharm-community-2025.3-build/pycharm-community-2025.3/jbr/lib/jrt-fs.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/dev/lib/dev.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/tasks/lib/tasks-core.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/tasks/lib/commons-discovery.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/tasks/lib/modules/intellij.tasks.jira.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/tasks/lib/modules/intellij.tasks.bugzilla.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/tasks/lib/modules/intellij.tasks.trac.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/tasks/lib/http-client.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/tasks/lib/axis.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.yaml.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.git.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/vcs-gitlab/lib/vcs-gitlab.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/pycharm-community-customization-shared/lib/pycharm-community-customization-shared.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/pycharm-community-customization-shared/lib/modules/intellij.pycharm.community.ide.impl.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/pycharm-community-customization-shared/lib/modules/intellij.pycharm.community.ide.implTraining.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/yaml/lib/modules/intellij.yaml.backend.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/yaml/lib/yaml.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/markdown/lib/markdown.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/markdown/lib/modules/intellij.markdown.frontend.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/markdown/lib/modules/intellij.markdown.backend.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/textmate-plugin/lib/textmate-plugin.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/textmate-plugin/lib/modules/intellij.textmate.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/textmate-plugin/lib/modules/intellij.textmate.backend.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/textmate-plugin/lib/modules/intellij.textmate.core.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/textmate-plugin/lib/modules/intellij.textmate.joni.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/textmate-plugin/lib/modules/intellij.textmate.common.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/copyright/lib/copyright.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/json/lib/json.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/json/lib/modules/intellij.json.backend.regexp.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/json/lib/modules/intellij.json.backend.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/restructuredtext/lib/restructuredtext.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/restructuredtext/lib/modules/intellij.restructuredtext.python.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/sh-plugin/lib/sh-plugin.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/sh-plugin/lib/modules/intellij.sh.backend.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/featuresTrainer/lib/assertj-swing.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/featuresTrainer/lib/featuresTrainer.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/featuresTrainer/lib/git-learning-project.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/performanceTesting/lib/assertj-swing.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/performanceTesting/lib/performanceTesting.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/performanceTesting/lib/github.oshi.core.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/performanceTesting/lib/modules/intellij.performanceTesting.frontend.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/vcs-hg/lib/vcs-hg.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/editorconfig-plugin/lib/editorconfig-plugin.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/editorconfig-plugin/lib/modules/intellij.editorconfig.backend.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/editorconfig-plugin/lib/modules/intellij.editorconfig.frontend.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/editorconfig-plugin/lib/modules/intellij.editorconfig.common.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/properties/lib/modules/intellij.properties.backend.psi.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/properties/lib/modules/intellij.properties.backend.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/properties/lib/properties.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/color-scheme-monokai/lib/color-scheme-monokai.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/configurationScript/lib/configurationScript.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/toml/lib/toml.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/toml/lib/modules/intellij.toml.frontend.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/toml/lib/modules/intellij.toml.backend.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/color-scheme-github/lib/color-scheme-github.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/terminal/lib/completion-ranking-sh.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/terminal/lib/terminal-completion-db-with-extensions.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/terminal/lib/terminal.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/terminal/lib/terminal-completion-spec.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/completionMlRanking/lib/completionMlRanking.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/color-scheme-twilight/lib/color-scheme-twilight.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/pycharm-community-customization/lib/pycharm-community-customization.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/pycharm-community-customization/lib/tips-pycharm-community.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/pycharm-community-customization/lib/modules/intellij.pycharm.community.ide.impl.promotion.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/vcs-git/lib/git4idea-rt.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/vcs-git/lib/vcs-git.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/vcs-svn/lib/vcs-svn.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/vcs-svn/lib/sqlite.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/vcs-github/lib/vcs-github.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/vcs-github/lib/modules/intellij.vcs.github.tracker.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/vcs-github/lib/modules/intellij.vcs.github.json.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimatePromo.jar\n./pycharm-community-2025.3-build/pycharm-community-2025.3/plugins/vcs-github/lib/modules/intellij.vcs.github.git.jar\n./pycharm-community-2025.3-build/pycharm-community-" } ] }