Bug 3290 - [ANCK-4.19][anolis8][nightly][x86_64]libfuse-test:test_examples.pytest_passthrough[True-passthrough-True]用例编译失败,报 error: no member named 'numeric_limits' in namespace 'std'
Summary: [ANCK-4.19][anolis8][nightly][x86_64]libfuse-test:test_examples.pytest_passth...
Status: CLOSED WONTFIX
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: Others (show other bugs) Others
Version: 8.6
Hardware: x86_64 Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Jacob
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-30 10:43 UTC by zhixin01
Modified: 2022-11-30 11:03 UTC (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zhixin01 alibaba_cloud_group 2022-11-30 10:43:37 UTC
[缺陷描述]:
libfuse-test:test_examples.pytest_passthrough[True-passthrough-True]用例编译失败,报 error: no member named 'numeric_limits' in namespace 'std'

nightly首次出现libfuse-test编译失败问题时间是2022-11-29日晚触发的nightly任务,链接如下:
https://tone.aliyun-inc.com/ws/6yddz4ne/test_result/122935

具体编译失败日志:
https://sam-autotest.oss-cn-hangzhou-zmf.aliyuncs.com/122935/default_16697337723742414440/tone.log?OSSAccessKeyId=LTAIV2q6AXNHBUnv&Expires=1669781421&Signature=QQEGMpBVuAL4rnH5Io4UjCxx2qU%3D


[重现概率]:
必现

[重现环境]:
环境信息:物理机

OS:
KERNEL: 
# uname -r
4.19.91-538.git.b8a17b12b3.an8.x86_64

MEMORY:
# free -h
              total        used        free      shared  buff/cache   available
Mem:          755Gi       4.3Gi       747Gi       167Mi       3.5Gi       746Gi
Swap:         2.0Gi       133Mi       1.9Gi

CPU:
# lscpu
Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
CPU(s):              96
On-line CPU(s) list: 0-95
Thread(s) per core:  2
Core(s) per socket:  24
Socket(s):           2
NUMA node(s):        1
Vendor ID:           GenuineIntel
BIOS Vendor ID:      Intel(R) Corporation
CPU family:          6
Model:               85
Model name:          Intel(R) Xeon(R) Platinum 8163 CPU @ 2.50GHz
BIOS Model name:     Intel(R) Xeon(R) Platinum 8163 CPU @ 2.50GHz
Stepping:            4
CPU MHz:             1001.414
CPU max MHz:         3100.0000
CPU min MHz:         1000.0000
BogoMIPS:            5000.00
Virtualization:      VT-x
L1d cache:           32K
L1i cache:           32K
L2 cache:            1024K
L3 cache:            33792K
NUMA node0 CPU(s):   0-95
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke md_clear flush_l1d arch_capabilities

# cat /etc/os-release
NAME="Anolis OS"
VERSION="8.6"
ID="anolis"
ID_LIKE="rhel fedora centos"
VERSION_ID="8.6"
PLATFORM_ID="platform:an8"
PRETTY_NAME="Anolis OS 8.6"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"

[复现步骤]:
git clone https://github.com/libfuse/libfuse.git
cd libfuse
mkdir build
cd build
export PATH=/usr/local/bin/:$PATH
meson ..
ninja-build
ninja-build install
modprobe fuse
modprobe cuse
python3 -m pytest test/

[期望结果]:
用例pass

[实际结果]:
用例fail,编译失败
Comment 1 zhixin01 alibaba_cloud_group 2022-11-30 11:02:59 UTC
经确认:使用开源最新代码编译成功,用例也执行成功,此单关闭。