You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/06/07 14:34:41 UTC

[GitHub] [trafficserver] petershh opened a new issue, #8887: Test suite "test_PluginFactory"

petershh opened a new issue, #8887:
URL: https://github.com/apache/trafficserver/issues/8887

   OS: Alpine Linux Edge
   Traffic Server Version: 9.1.2
   
   I am trying to build Traffic Server from source, and one of the test suites fails.
   
   Here is the test suite log: [test-suite.log](https://github.com/apache/trafficserver/files/8854115/test-suite.log)


-- 
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: issues-unsubscribe@trafficserver.apache.org.apache.org

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


[GitHub] [trafficserver] cmcfarlen commented on issue #8887: Test suite "test_PluginFactory"

Posted by GitBox <gi...@apache.org>.
cmcfarlen commented on issue #8887:
URL: https://github.com/apache/trafficserver/issues/8887#issuecomment-1176806652

   Hello, Alpine Linux uses musl libc.  The way dynamic loading is implemented in musl does not meet the requirements ATS has for reloadable plugins (which this test exercises).  As far as I can tell, ATS doesn't make any claims about correctness when using musl libc, but perhaps it will run as long as you don't require the affected features (i.e. reloadable plugins).  There is some more information on musl differences here: https://wiki.musl-libc.org/functional-differences-from-glibc.html
   


-- 
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: issues-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] bryancall closed issue #8887: Test suite "test_PluginFactory"

Posted by GitBox <gi...@apache.org>.
bryancall closed issue #8887: Test suite "test_PluginFactory"
URL: https://github.com/apache/trafficserver/issues/8887


-- 
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: issues-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] petershh commented on issue #8887: Test suite "test_PluginFactory"

Posted by GitBox <gi...@apache.org>.
petershh commented on issue #8887:
URL: https://github.com/apache/trafficserver/issues/8887#issuecomment-1177249825

   @cmcfarlen hello, do you mean behaviour of dlclose()?


-- 
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: issues-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] bryancall commented on issue #8887: Test suite "test_PluginFactory"

Posted by GitBox <gi...@apache.org>.
bryancall commented on issue #8887:
URL: https://github.com/apache/trafficserver/issues/8887#issuecomment-1154555247

   ```
   -------------------------------------------------------------------------------
   unit-tests/test_PluginFactory.cc:995
   ...............................................................................
   
   unit-tests/test_PluginFactory.cc:1000: FAILED:
     CHECK( global_plugin_v1.dlOpenHandle() == plugin_v2->_plugin.dlOpenHandle() )
   with expansion:
     0x00007f4db73e0dc0 == 0x00007f4db73eadc0
   
   unit-tests/test_PluginFactory.cc:1004: FAILED:
     CHECK( 1 == getPluginVersion(plugin_v2->_plugin) )
   with expansion:
     1 == 2
   
   unit-tests/test_PluginFactory.cc:1011: FAILED:
     CHECK( tsRemapInitSym_v1_t2 == tsRemapInitSym_v2_t2 )
   with expansion:
     0x00007f4db6dcc275 == 0x00007f4db6dc7275
   ```


-- 
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: issues-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] bryancall commented on issue #8887: Test suite "test_PluginFactory"

Posted by GitBox <gi...@apache.org>.
bryancall commented on issue #8887:
URL: https://github.com/apache/trafficserver/issues/8887#issuecomment-1154559580

   @cmcfarlen is going to try to reproduce the issue.


-- 
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: issues-unsubscribe@trafficserver.apache.org

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