ID 343510 - Rendering a .nk script, that contains a .jpeg file, via Python returns an error (Linux only)

Follow

Problem summary
When running the attached script, by using the following command:

/usr/local/Nuke11.1v3/python /filepath/test.py
The following error is returned:

Traceback (most recent call last): File "test.py", line 8, in <module> nuke.execute(wn, 1, 2) RuntimeError: Read1: /srv/rdb/bundle/assets/bg.jpeg: Read error: /opt/Nuke11.1v2/plugins/jpegReader.so: undefined symbol: _intel_fast_memcpy
This issue only occurs on Linux, and has been tested on Ubuntu and CentOS 7.

Customer reported version
nuke.11.1v2

Customer reported platform
ubuntu

Steps to reproduce

1) Download and extract the attached files.

2) Open and the Terminal and run the following command:

/usr/local/Nuke11.1v3/python /filepath/test.py
3) Notice that the script does not get rendered and the following error is returned in the Terminal:

Traceback (most recent call last): File "test.py", line 8, in <module> nuke.execute(wn, 1, 2) RuntimeError: Read1: /srv/rdb/bundle/assets/bg.jpeg: Read error: /opt/Nuke11.1v2/plugins/jpegReader.so: undefined symbol: _intel_fast_memcpy
Reproduced by support
This bug has been reproduced in:
Nuke 11.1v3 - Linux CentOS 7
Nuke 11.1v1 - Linux CentOS 7
Nuke 11.0v4 - Linux CentOS 7
Nuke 11.0v1 - Linux CentOS 7 - Regression

Unable to reproduce bug in:
Nuke 11.1v3 - Windows 10 - Mac OSX El Capitan
Nuke 10.5v7 - CentOS 7

Workaround
As this appears to be an issue specific to the .jpeg files that are being read in, you can simply read in images in a different format, for example, .png files.

Earliest version tested
Nuke 10.5v7 - CentOS 7
- This issue no longer appears in this version and has regressed

Expected behaviour
The Nuke script should be rendered.

Actual behaviour
The script does not get rendered and the following error is returned in the Terminal:

Traceback (most recent call last): File "test.py", line 8, in <module> nuke.execute(wn, 1, 2) RuntimeError: Read1: /srv/rdb/bundle/assets/bg.jpeg: Read error: /opt/Nuke11.1v2/plugins/jpegReader.so: undefined symbol: _intel_fast_memcpy

    We're sorry to hear that

    Please tell us why