Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: mbind failed: Operation not permitted #24333

Open
3 tasks done
samshipengs opened this issue May 1, 2024 · 1 comment · Fixed by #23874
Open
3 tasks done

[Bug]: mbind failed: Operation not permitted #24333

samshipengs opened this issue May 1, 2024 · 1 comment · Fixed by #23874
Assignees
Labels
Milestone

Comments

@samshipengs
Copy link

OpenVINO Version

2024.1.0

Operating System

Ubuntu 20.04 (LTS)

Device used for inference

CPU

Framework

PyTorch

Model used

No response

Issue description

When I do compile_model or model.infer, the error/warning mbind failed: Operation not permitted shows up, I can't suppress it from python, what is it, is there a way to silence it and would this impact the inference speed at all (since one print at one .infer call)?

core = ov.Core()
model_ir = core.read_model(model=model_fp) 
compiled_model_ir = core.compile_model(model=model_ir, device_name="CPU")
# the error/warning shows up
model = compiled_model_ir.create_infer_request()
# the error/warning shows up

model.infer(inputs=[input_x])
# the error/warning shows up

This happened when I'm running on kaggle kernel (no internet), and I don't see this on my own machine.

python: Python 3.10.13
os:

Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.6 LTS
Release:	20.04
Codename:	focal

lscpu:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Byte Order:                         Little Endian
Address sizes:                      46 bits physical, 48 bits virtual
CPU(s):                             4
On-line CPU(s) list:                0-3
Thread(s) per core:                 2
Core(s) per socket:                 2
Socket(s):                          1
NUMA node(s):                       1
Vendor ID:                          GenuineIntel
CPU family:                         6
Model:                              79
Model name:                         Intel(R) Xeon(R) CPU @ 2.20GHz
Stepping:                           0
CPU MHz:                            2200.168
BogoMIPS:                           4400.33
Hypervisor vendor:                  KVM
Virtualization type:                full
L1d cache:                          64 KiB
L1i cache:                          64 KiB
L2 cache:                           512 KiB
L3 cache:                           55 MiB
NUMA node0 CPU(s):                  0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit:        Not affected
Vulnerability L1tf:                 Mitigation; PTE Inversion
Vulnerability Mds:                  Mitigation; Clear CPU buffers; SMT Host stat
                                    e unknown
Vulnerability Meltdown:             Mitigation; PTI
Vulnerability Mmio stale data:      Vulnerable: Clear CPU buffers attempted, no 
                                    microcode; SMT Host state unknown
Vulnerability Retbleed:             Mitigation; IBRS
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass:    Mitigation; Speculative Store Bypass disable
                                    d via prctl and seccomp
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __u
                                    ser pointer sanitization
Vulnerability Spectre v2:           Mitigation; IBRS, IBPB conditional, STIBP co
                                    nditional, RSB filling, PBRSB-eIBRS Not affe
                                    cted
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Mitigation; Clear CPU buffers; SMT Host stat
                                    e unknown
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 syscall nx pdpe1gb rdtscp lm
                                     constant_tsc rep_good nopl xtopology nonsto
                                    p_tsc cpuid tsc_known_freq pni pclmulqdq sss
                                    e3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe 
                                    popcnt aes xsave avx f16c rdrand hypervisor 
                                    lahf_lm abm 3dnowprefetch invpcid_single pti
                                     ssbd ibrs ibpb stibp fsgsbase tsc_adjust bm
                                    i1 hle avx2 smep bmi2 erms invpcid rtm rdsee
                                    d adx smap xsaveopt arat md_clear arch_capab
                                    ilities

Step-by-step reproduction

No response

Relevant log output

No response

Issue submission checklist

  • I'm reporting an issue. It's not a question.
  • I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found a solution.
  • There is reproducer code and related data files such as images, videos, models, etc.
@samshipengs samshipengs added bug Something isn't working support_request labels May 1, 2024
@avitial avitial added category: CPU OpenVINO CPU plugin and removed bug Something isn't working labels May 2, 2024
@wangleis
Copy link
Contributor

wangleis commented May 5, 2024

@samshipengs The warning message had been changed to debug log in master branch. Could you please try it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants