Description of problem: 在做Anolis23 x86_64 社区nightly xfstests时,编译测试套需要依赖python36,发现anolis23 x86 ECS云上环境默认源中无python36 Version-Release number of selected component (if applicable): How reproducible:、 Steps to Reproduce: 1.yum list | grep python36 Actual results: anolis23云上环境默认源中无python36 Expected results: 可以提供python36包 Additional info: [root@qibo-anolis23-nightly-func-x86-1 ~]# uname -r 5.10.134-68.git.92c9d83257c0.an23.x86_64 [root@qibo-anolis23-nightly-func-x86-1 ~]# cat /etc/anolis-release Anolis OS release 23 [root@qibo-anolis23-nightly-func-x86-1 ~]# df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 4.0M 0 4.0M 0% /dev tmpfs 7.6G 0 7.6G 0% /dev/shm tmpfs 3.1G 620K 3.1G 1% /run /dev/vda1 40G 7.7G 33G 20% / /dev/vdc1 98G 2.4G 91G 3% /tmp tmpfs 1.6G 0 1.6G 0% /run/user/0 [root@qibo-anolis23-nightly-func-x86-1 ~]# free -g total used free shared buff/cache available Mem: 15 0 7 0 6 14 Swap: 0 0 0 [root@qibo-anolis23-nightly-func-x86-1 ~]# lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 46 bits physical, 57 bits virtual Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: GenuineIntel BIOS Vendor ID: Alibaba Cloud Model name: Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz BIOS Model name: pc-i440fx-2.1 CPU @ 0.0GHz BIOS CPU family: 1 CPU family: 6 Model: 106 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 Stepping: 6 BogoMIPS: 5399.99 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht sy scall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid tsc_known_freq pni pclmulqdq monit or ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpci d avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt x savec xgetbv1 xsaves wbnoinvd arat avx512vbmi pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx5 12_bitalg avx512_vpopcntdq rdpid fsrm arch_capabilities Virtualization features: Hypervisor vendor: KVM Virtualization type: full Caches (sum of all): L1d: 96 KiB (2 instances) L1i: 64 KiB (2 instances) L2: 2.5 MiB (2 instances) L3: 48 MiB (1 instance) NUMA: NUMA node(s): 1 NUMA node0 CPU(s): 0-3 Vulnerabilities: Itlb multihit: Not affected L1tf: Not affected Mds: Not affected Meltdown: Not affected Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown Retbleed: Not affected Spec store bypass: Vulnerable Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Spectre v2: Mitigation; Enhanced IBRS, RSB filling, PBRSB-eIBRS SW sequence Srbds: Not affected Tsx async abort: Not affected [root@qibo-anolis23-nightly-func-x86-1 ~]# yum repolist Failed to set locale, defaulting to C.UTF-8 repo id repo name AppStream AnolisOS-23 - AppStream BaseOS AnolisOS-23 - BaseOS
为什么要提供python36
(In reply to xuchunmei from comment #1) > 为什么要提供python36 社区版tone nightly 的xfstests测试,测试环境准备阶段需要安装python36这个依赖
(In reply to anolislw from comment #2) > (In reply to xuchunmei from comment #1) > > 为什么要提供python36 > > > 社区版tone nightly 的xfstests测试,测试环境准备阶段需要安装python36这个依赖 Anolis OS 23默认的python版本是3.10.x,不会提供低版本比如3.6。 看下xfstest基于python3.10会有什么问题。upstream是否有解决方案
Resolved by design.