XMLWordPrintable

Details

    • False
    • None
    • False

    Description

      CVP test for UDI image (and previously for the stacks-php image) is failing to load the php lang server. Need to figure out why this isn't loading and either remove the lang server and associated tests entirely, or fix the lang server and verify the CVP test passes.

      2022-04-29 20:08:47,957 p=2254 u=default |  changed: [localhost] => {"changed": true, "cmd": "oc exec udi-cmd-test-1-954b4 -- bash -c \"php --version; echo; go version; echo; python3.8 -m venv .venv && . .venv/bin/activate; python -V; pip -V; pylint --version\"", "delta": "0:00:03.930466", "end": "2022-04-29 20:08:47.932574", "rc": 0, "start": "2022-04-29 20:08:44.002108", "stderr": "Failed loading /usr/lib64/php/modules/xdebug.so:  /usr/lib64/php/modules/xdebug.so: undefined symbol: zend_get_properties_for", "stderr_lines": ["Failed loading /usr/lib64/php/modules/xdebug.so:  /usr/lib64/php/modules/xdebug.so: undefined symbol: zend_get_properties_for"], "stdout": "PHP 7.3.20 (cli) (built: Jul  7 2020 07:53:49) ( NTS )\nCopyright (c) 1997-2018 The PHP Group\nZend Engine v3.3.20, Copyright (c) 1998-2018 Zend Technologies\n    with Zend OPcache v7.3.20, Copyright (c) 1999-2018, by Zend Technologies\n\ngo version go1.16.12 linux/s390x\n\nPython 3.8.8\npip 19.3.1 from /projects/.venv/lib64/python3.8/site-packages/pip (python 3.8)\npylint 2.13.7\nastroid 2.11.3\nPython 3.8.8 (default, Aug 11 2021, 06:49:16) \n[GCC 8.5.0 20210514 (Red Hat 8.5.0-3)]", "stdout_lines": ["PHP 7.3.20 (cli) (built: Jul  7 2020 07:53:49) ( NTS )", "Copyright (c) 1997-2018 The PHP Group", "Zend Engine v3.3.20, Copyright (c) 1998-2018 Zend Technologies", "    with Zend OPcache v7.3.20, Copyright (c) 1999-2018, by Zend Technologies", "", "go version go1.16.12 linux/s390x", "", "Python 3.8.8", "pip 19.3.1 from /projects/.venv/lib64/python3.8/site-packages/pip (python 3.8)", "pylint 2.13.7", "astroid 2.11.3", "Python 3.8.8 (default, Aug 11 2021, 06:49:16) ", "[GCC 8.5.0 20210514 (Red Hat 8.5.0-3)]"]}
      2022-04-29 20:08:47,961 p=2254 u=default |  TASK [debug] *******************************************************************
      2022-04-29 20:08:47,982 p=2254 u=default |  ok: [localhost] => {
          "msg": "PHP 7.3.20 (cli) (built: Jul  7 2020 07:53:49) ( NTS )\nCopyright (c) 1997-2018 The PHP Group\nZend Engine v3.3.20, Copyright (c) 1998-2018 Zend Technologies\n    with Zend OPcache v7.3.20, Copyright (c) 1999-2018, by Zend Technologies\n\ngo version go1.16.12 linux/s390x\n\nPython 3.8.8\npip 19.3.1 from /projects/.venv/lib64/python3.8/site-packages/pip (python 3.8)\npylint 2.13.7\nastroid 2.11.3\nPython 3.8.8 (default, Aug 11 2021, 06:49:16) \n[GCC 8.5.0 20210514 (Red Hat 8.5.0-3)]"
      }
      2022-04-29 20:08:47,986 p=2254 u=default |  TASK [1/4 Start up PHP Language Server] ****************************************
      2022-04-29 20:08:48,767 p=2254 u=default |  changed: [localhost] => {"changed": true, "cmd": "oc exec udi-cmd-test-1-954b4 -- php /home/jboss/che/ls-php/php-language-server/bin/php-language-server.php 2>&1 &", "delta": "0:00:00.622148", "end": "2022-04-29 20:08:48.741715", "rc": 0, "start": "2022-04-29 20:08:48.119567", "stderr": "", "stderr_lines": [], "stdout": "Failed loading /usr/lib64/php/modules/xdebug.so:  /usr/lib64/php/modules/xdebug.so: undefined symbol: zend_get_properties_for\nCould not open input file: /home/jboss/che/ls-php/php-language-server/bin/php-language-server.php\ncommand terminated with exit code 1", "stdout_lines": ["Failed loading /usr/lib64/php/modules/xdebug.so:  /usr/lib64/php/modules/xdebug.so: undefined symbol: zend_get_properties_for", "Could not open input file: /home/jboss/che/ls-php/php-language-server/bin/php-language-server.php", "command terminated with exit code 1"]}
      2022-04-29 20:08:48,772 p=2254 u=default |  TASK [debug] *******************************************************************
      2022-04-29 20:08:48,795 p=2254 u=default |  ok: [localhost] => {
          "msg": "Failed loading /usr/lib64/php/modules/xdebug.so:  /usr/lib64/php/modules/xdebug.so: undefined symbol: zend_get_properties_for\nCould not open input file: /home/jboss/che/ls-php/php-language-server/bin/php-language-server.php\ncommand terminated with exit code 1"
      }
      2022-04-29 20:08:48,799 p=2254 u=default |  TASK [2/4 Verify Zend Debugger is loaded] **************************************
      2022-04-29 20:08:48,978 p=2254 u=default |  changed: [localhost] => {"changed": true, "cmd": "if [[ $(echo 'Failed loading /usr/lib64/php/modules/xdebug.so:  /usr/lib64/php/modules/xdebug.so: undefined symbol: zend_get_properties_for\nCould not open input file: /home/jboss/che/ls-php/php-language-server/bin/php-language-server.php\ncommand terminated with exit code 1' | grep -E 'later version of Zend Debugger|which is installed, is newer') ]]; then echo 'Failed loading /usr/lib64/php/modules/xdebug.so:  /usr/lib64/php/modules/xdebug.so: undefined symbol: zend_get_properties_for\nCould not open input file: /home/jboss/che/ls-php/php-language-server/bin/php-language-server.php\ncommand terminated with exit code 1'; exit 1; fi", "delta": "0:00:00.005522", "end": "2022-04-29 20:08:48.954208", "rc": 0, "start": "2022-04-29 20:08:48.948686", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
      2022-04-29 20:08:48,983 p=2254 u=default |  TASK [debug] *******************************************************************
      2022-04-29 20:08:49,004 p=2254 u=default |  ok: [localhost] => {
          "msg": ""
      }
      2022-04-29 20:08:49,007 p=2254 u=default |  TASK [3/4 Check PHP Language Server is running / get processid] ****************
      2022-04-29 20:08:49,591 p=2254 u=default |  changed: [localhost] => {"changed": true, "cmd": "oc exec udi-cmd-test-1-954b4 -- pgrep -f 'PHP Language Server' | tr \"\\n\\r\" \"  \"", "delta": "0:00:00.424234", "end": "2022-04-29 20:08:49.566633", "rc": 0, "start": "2022-04-29 20:08:49.142399", "stderr": "command terminated with exit code 1", "stderr_lines": ["command terminated with exit code 1"], "stdout": "", "stdout_lines": []}
      2022-04-29 20:08:49,596 p=2254 u=default |  TASK [debug] *******************************************************************
      2022-04-29 20:08:49,616 p=2254 u=default |  ok: [localhost] => {
          "msg": ""
      }
      2022-04-29 20:08:49,620 p=2254 u=default |  TASK [4/4 Kill PHP Language Server processid] **********************************
      2022-04-29 20:08:50,309 p=2254 u=default |  fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc exec udi-cmd-test-1-954b4 -- kill -9 ", "delta": "0:00:00.513644", "end": "2022-04-29 20:08:50.285913", "msg": "non-zero return code", "rc": 1, "start": "2022-04-29 20:08:49.772269", "stderr": "kill: not enough arguments\ncommand terminated with exit code 1", "stderr_lines": ["kill: not enough arguments", "command terminated with exit code 1"], "stdout": "", "stdout_lines": []}
      

      http://external-ci-coldstorage.datahub.redhat.com/cvp/cvp-product-test/devspaces-udi-rhel8-container-3.0-16/c786438a-01be-4973-96b5-022a03d9cd0d/functional-tests/v4.x/s390x/functional-tests-ansible.log

      Attachments

        Issue Links

          Activity

            People

              vsvydenk Valerii Svydenko
              nickboldt Nick Boldt
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: