You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "xiaoxiang781216 (via GitHub)" <gi...@apache.org> on 2023/01/30 16:58:16 UTC

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8364: boards: Enable assert for citest

xiaoxiang781216 opened a new pull request, #8364:
URL: https://github.com/apache/nuttx/pull/8364

   ## Summary
   
   to find more error in daily ci
   
   ## Impact
   
   citest
   
   ## Testing
   
   CI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] masayuki2009 commented on pull request #8364: boards: Enable assert for citest

Posted by "masayuki2009 (via GitHub)" <gi...@apache.org>.
masayuki2009 commented on PR #8364:
URL: https://github.com/apache/nuttx/pull/8364#issuecomment-1418859292

   @xiaoxiang781216 
   Please remove boards/arm/imx6/sabre-6quad/configs/citest/defconfig from this PR.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8364: boards: Enable assert for citest

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 commented on PR #8364:
URL: https://github.com/apache/nuttx/pull/8364#issuecomment-1409674770

   @ttnie could you check why the citest fail?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] masayuki2009 merged pull request #8364: boards: Enable assert for citest

Posted by "masayuki2009 (via GitHub)" <gi...@apache.org>.
masayuki2009 merged PR #8364:
URL: https://github.com/apache/nuttx/pull/8364


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] masayuki2009 commented on pull request #8364: boards: Enable assert for citest

Posted by "masayuki2009 (via GitHub)" <gi...@apache.org>.
masayuki2009 commented on PR #8364:
URL: https://github.com/apache/nuttx/pull/8364#issuecomment-1409649074

   @xiaoxiang781216 
   
   ```
   +++ dirname /github/workspace/sources/nuttx/../nuttx/boards/arm/imx6/sabre-6quad/configs/citest/run
   ++ cd /github/workspace/sources/nuttx/../nuttx/boards/arm/imx6/sabre-6quad/configs/citest
   ++ pwd
   + WD=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest
   ++ cd /github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/../../../../../../../
   ++ pwd -P
   + WORKSPACE=/github/workspace/sources
   + nuttx=/github/workspace/sources/nuttx
   + logs=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/logs
   ++ echo /github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest
   ++ awk -F / '{print $(NF-2)}'
   + BOARD=sabre-6quad
   + echo /github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest
   /github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest
   + echo /github/workspace/sources
   /github/workspace/sources
   ++ basename /github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest
   + config=citest
   + '[' sabre-6quad == sim ']'
   + '[' st == 64 ']'
   + target=qemu
   + mark=qemu
   + core=qemu
   ++ find /github/workspace/sources/nuttx -type f -name nuttx
   + image=/github/workspace/sources/nuttx/nuttx
   + path=/github/workspace/sources/nuttx
   + cd /github/workspace/sources/nuttx/tools/ci/testrun/script
   + python3 -m pytest -m qemu ./ -B sabre-6quad -P /github/workspace/sources/nuttx -L /github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/logs/sabre-6quad/qemu -R qemu -C --json=/github/workspace/sources/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/logs/sabre-6quad/qemu/pytest.json
   ============================= test session starts ==============================
   platform linux -- Python 3.8.10, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /usr/bin/python3
   cachedir: .pytest_cache
   rootdir: /github/workspace/sources/nuttx/tools/ci/testrun, configfile: pytest.ini
   plugins: repeat-0.9.1, ordering-0.6, json-0.4.0
   collecting ... collected 12 items
   
   test_example/test_example.py::test_hello ERROR                           [  8%]
   test_example/test_example.py::test_helloxx ERROR                         [ 16%]
   test_example/test_example.py::test_pipe ERROR                            [ 25%]
   test_example/test_example.py::test_popen ERROR                           [ 33%]
   test_example/test_example.py::test_usrsocktest ERROR                     [ 41%]
   test_os/test_os.py::test_ostest ERROR                                    [ 50%]
   test_os/test_os.py::test_mm ERROR                                        [ 58%]
   test_os/test_os.py::test_cxxtest ERROR                                   [ 66%]
   test_os/test_os.py::test_scanftest ERROR                                 [ 75%]
   test_os/test_os.py::test_getprime ERROR                                  [ 83%]
   test_os/test_os.py::test_fs_test ERROR                                   [ 91%]
   test_os/test_os.py::test_psram_test ERROR                                [100%]
   
   ==================================== ERRORS ====================================
   _________________________ ERROR at setup of test_hello _________________________
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] pkarashchenko commented on pull request #8364: boards: Enable assert for citest

Posted by "pkarashchenko (via GitHub)" <gi...@apache.org>.
pkarashchenko commented on PR #8364:
URL: https://github.com/apache/nuttx/pull/8364#issuecomment-1415983380

   please rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8364: boards: Enable assert for citest

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 commented on PR #8364:
URL: https://github.com/apache/nuttx/pull/8364#issuecomment-1418864075

   Done.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org