eclipse / paho.mqtt.c

An Eclipse Paho C client library for MQTT for Windows, Linux and MacOS. API documentation: https://eclipse.github.io/paho.mqtt.c/
https://eclipse.org/paho
Other
1.94k stars 1.09k forks source link

Start test proxy and broker from CTest #1409

Open kloczek opened 11 months ago

kloczek commented 11 months ago

Describe the bug Looks like test suite is failing in almost 80% units

To Reproduce cmake settings:

-- Cache values
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
CMAKE_INSTALL_PREFIX:PATH=/usr
LIB_ANL:FILEPATH=/usr/lib64/libanl.so
MQTT_SSL_HOSTNAME:STRING=localhost
MQTT_TEST_BROKER:STRING=tcp://localhost:1883
MQTT_TEST_PROXY:STRING=tcp://localhost:1884
MQTT_WS_TEST_BROKER:STRING=ws://localhost:1883
MQTT_WS_TEST_PROXY:STRING=tcp://localhost:1884
OPENSSL_ROOT_DIR:PATH=
PAHO_BUILD_DEB_PACKAGE:BOOL=FALSE
PAHO_BUILD_DOCUMENTATION:BOOL=ON
PAHO_BUILD_SAMPLES:BOOL=ON
PAHO_BUILD_SHARED:BOOL=TRUE
PAHO_BUILD_STATIC:BOOL=FALSE
PAHO_ENABLE_CPACK:BOOL=OFF
PAHO_ENABLE_TESTING:BOOL=TRUE
PAHO_HIGH_PERFORMANCE:BOOL=FALSE
PAHO_USE_SELECT:BOOL=FALSE
PAHO_WITH_LIBUUID:BOOL=FALSE
PAHO_WITH_SSL:BOOL=ON

Expected behavior Test suite should pass without fails.

kloczek commented 11 months ago

Screenshots If applicable, add screenshots to help explain your problem.

With above settings ctest fails

```console + cd paho.mqtt.c-1.3.13 + /usr/bin/ctest --test-dir x86_64-redhat-linux-gnu --output-on-failure --force-new-ctest-process -j48 Internal ctest changing into directory: /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/x86_64-redhat-linux-gnu Test project /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/x86_64-redhat-linux-gnu Start 1: test1-1-single-thread-client Start 2: test1-2-multithread-callbacks Start 3: test1-3-connack-return-codes Start 4: test1-4-client-persistence Start 5: test1-5-disconnect-with-quiesce Start 6: test1-6-connlost-will-message Start 7: test1-7-connlost-binary-will-message Start 8: test1-1-ws-single-thread-client Start 9: test1-2-ws-multithread-callbacks Start 10: test1-3-ws-connack-return-codes Start 11: test1-4-ws-client-persistence Start 12: test1-5-ws-disconnect-with-quiesce Start 13: test1-6-ws-connlost-will-message Start 14: test1-7-ws-connlost-binary-will-message Start 15: test15-1-single-thread-client Start 16: test15-2-multithread-callbacks Start 17: test15-3-connack-return-codes Start 18: test15-4-client-persistence Start 19: test15-5-disconnect-with-quiesce Start 20: test15-6-connlost-will-message Start 21: test15-7-connlost-binary-will-message Start 22: test15-1-ws-single-thread-client Start 23: test15-2-ws-multithread-callbacks Start 24: test15-3-ws-connack-return-codes Start 25: test15-4-ws-client-persistence Start 26: test15-5-ws-disconnect-with-quiesce Start 27: test15-6-ws-connlost-will-message Start 28: test15-7-ws-connlost-binary-will-message Start 29: test2-1-multiple-threads-single-client Start 30: test2-1-ws-multiple-threads-single-client Start 31: test3-1-ssl-conn-to-non-SSL-broker Start 32: test3-2as-mutual-ssl-auth-single-thread Start 33: test3-2am-mutual-ssl-auth-multi-thread Start 34: test3-2b-mutual-ssl-broker-missing-client-cert Start 35: test3-2c-mutual-ssl-client-missing-broker-cert Start 36: test3-2e-ssl-with-ha Start 37: test3-3as-broker-auth-server-cert-in-client-store-single-thread Start 38: test3-3am-broker-auth-server-cert-in-client-store-multi-thread Start 39: test3-3b-broker-auth-client-missing-broker-cert Start 40: test3-4s-broker-auth-accept-invalid-certificate-single-thread Start 41: test3-4m-broker-auth-accept-invalid-certificate-multi-thread Start 42: test3-1-ws-ssl-conn-to-non-SSL-broker Start 43: test3-2as-ws-mutual-ssl-auth-single-thread Start 44: test3-2am-ws-mutual-ssl-auth-multi-thread Start 45: test3-2b-ws-mutual-ssl-broker-missing-client-cert Start 46: test3-2c-ws-mutual-ssl-client-missing-broker-cert Start 47: test3-2e-ws-ssl-with-ha Start 48: test3-3as-ws-broker-auth-server-cert-in-client-store-single-thread 1/151 Test #1: test1-1-single-thread-client .........................................***Failed 0.07 sec Setting connection to tcp://localhost:1883 20231019 134213.316 Starting test 1 - single threaded client using receive ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.318 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test1.c, line 401, description: Good rc from connect rc was -120231019 134213.318 TEST1: test failed. 2 tests run, 1 failures. 20231019 134213.318 verdict fail Start 49: test3-3am-ws-broker-auth-server-cert-in-client-store-multi-thread 2/151 Test #3: test1-3-connack-return-codes ......................................... Passed 0.07 sec Start 50: test3-3b-ws-broker-auth-client-missing-broker-cert 3/151 Test #4: test1-4-client-persistence ...........................................***Failed 0.07 sec Setting connection to tcp://localhost:1883 20231019 134213.320 Starting test 4 - persistence, qos 1 ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.322 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test1.c, line 715, description: Good rc from connect rc was -120231019 134213.322 Starting test 4 - persistence, qos 2 20231019 134213.323 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test1.c, line 715, description: Good rc from connect rc was -120231019 134213.323 verdict fail Start 51: test3-4s-ws-broker-auth-accept-invalid-certificate-single-thread 4/151 Test #5: test1-5-disconnect-with-quiesce ......................................***Failed 0.07 sec Setting connection to tcp://localhost:1883 20231019 134213.323 Starting test 5 - disconnect with quiesce timeout should allow exchanges to complete ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.324 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test1.c, line 887, description: Good rc from connect rc was -120231019 134213.325 failed: test test 5. 1 tests run, 1 failures. 20231019 134213.325 verdict fail Start 52: test3-4m-ws-broker-auth-accept-invalid-certificate-multi-thread 5/151 Test #8: test1-1-ws-single-thread-client ......................................***Failed 0.07 sec Setting connection to ws://localhost:1883 20231019 134213.327 Starting test 1 - single threaded client using receive ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.328 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test1.c, line 401, description: Good rc from connect rc was -120231019 134213.328 TEST1: test failed. 2 tests run, 1 failures. 20231019 134213.328 verdict fail Start 53: test4-1-basic-connect-subscribe-receive 6/151 Test #10: test1-3-ws-connack-return-codes ...................................... Passed 0.07 sec Start 54: test4-2-connect-timeout 7/151 Test #11: test1-4-ws-client-persistence ........................................***Failed 0.07 sec Setting connection to ws://localhost:1883 20231019 134213.331 Starting test 4 - persistence, qos 1 ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.333 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test1.c, line 715, description: Good rc from connect rc was -120231019 134213.333 Starting test 4 - persistence, qos 2 20231019 134213.333 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test1.c, line 715, description: Good rc from connect rc was -120231019 134213.333 verdict fail Start 55: test4-3-multiple-client-objs-simultaneous-working 8/151 Test #12: test1-5-ws-disconnect-with-quiesce ...................................***Failed 0.07 sec Setting connection to ws://localhost:1883 20231019 134213.332 Starting test 5 - disconnect with quiesce timeout should allow exchanges to complete ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.334 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test1.c, line 887, description: Good rc from connect rc was -120231019 134213.334 failed: test test 5. 1 tests run, 1 failures. 20231019 134213.334 verdict fail Start 56: test4-4-send-receive-big-messages 9/151 Test #15: test15-1-single-thread-client ........................................***Failed 0.07 sec Setting connection to tcp://localhost:1883 20231019 134213.337 Starting test 1 - single threaded client using receive ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= test MQTT version 5 20231019 134213.338 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 471, description: Good rc from connect rc was -120231019 134213.338 TEST1: test failed. 2 tests run, 1 failures. 20231019 134213.338 verdict fail Start 57: test4-5-connack-return-codes 10/151 Test #17: test15-3-connack-return-codes ........................................ Passed 0.07 sec Start 58: test4-6-ha-connections 11/151 Test #18: test15-4-client-persistence ..........................................***Failed 0.07 sec Setting connection to tcp://localhost:1883 20231019 134213.340 Starting test 4 - persistence, qos 1, MQTT versions: 5 then 5 ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.341 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 870, description: Good rc from connect rc was -120231019 134213.341 Starting test 4 - persistence, qos 2, MQTT versions: 5 then 5 20231019 134213.342 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 870, description: Good rc from connect rc was -120231019 134213.342 Starting test 4 - persistence, qos 2, MQTT versions: 3.1.1 then 5 20231019 134213.342 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 882, description: Good rc from connect rc was -120231019 134213.342 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 887, description: Good rc from connect rc was -120231019 134213.342 Starting test 4 - persistence, qos 2, MQTT versions: 5 then 3.1.1 20231019 134213.343 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 870, description: Good rc from connect rc was -120231019 134213.343 verdict fail Start 59: test4-7-pending-tokens 12/151 Test #19: test15-5-disconnect-with-quiesce .....................................***Failed 0.07 sec Setting connection to tcp://localhost:1883 20231019 134213.343 Starting test 5 - disconnect with quiesce timeout should allow exchanges to complete ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.344 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1113, description: Good rc from connect rc was -120231019 134213.344 Some memory not freed at shutdown, possible memory leak 20231019 134213.344 Heap scan start, total 400 bytes 20231019 134213.344 Heap element size 400, line 115, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/src/MQTTProperties.c, ptr 0x55fe950b3e00 20231019 134213.344 Content 20231019 134213.344 Heap scan end 20231019 134213.344 failed: test test 5. 1 tests run, 1 failures. 20231019 134213.344 verdict fail Start 60: test4-8-incomplete-commands-requests 13/151 Test #22: test15-1-ws-single-thread-client .....................................***Failed 0.06 sec Setting connection to ws://localhost:1883 20231019 134213.347 Starting test 1 - single threaded client using receive ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= test MQTT version 5 20231019 134213.348 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 471, description: Good rc from connect rc was -120231019 134213.348 TEST1: test failed. 2 tests run, 1 failures. 20231019 134213.348 verdict fail Start 61: test45-1-basic-connect-subscribe-receive 14/151 Test #24: test15-3-ws-connack-return-codes ..................................... Passed 0.06 sec Start 62: test45-2-connect-timeout 15/151 Test #25: test15-4-ws-client-persistence .......................................***Failed 0.06 sec Setting connection to ws://localhost:1883 20231019 134213.351 Starting test 4 - persistence, qos 1, MQTT versions: 5 then 5 ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.352 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 870, description: Good rc from connect rc was -120231019 134213.352 Starting test 4 - persistence, qos 2, MQTT versions: 5 then 5 20231019 134213.352 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 870, description: Good rc from connect rc was -120231019 134213.352 Starting test 4 - persistence, qos 2, MQTT versions: 3.1.1 then 5 20231019 134213.353 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 882, description: Good rc from connect rc was -120231019 134213.353 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 887, description: Good rc from connect rc was -120231019 134213.353 Starting test 4 - persistence, qos 2, MQTT versions: 5 then 3.1.1 20231019 134213.353 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 870, description: Good rc from connect rc was -120231019 134213.353 verdict fail Start 63: test45-3-multiple-client-objs-simultaneous-working 16/151 Test #26: test15-5-ws-disconnect-with-quiesce ..................................***Failed 0.06 sec Setting connection to ws://localhost:1883 20231019 134213.352 Starting test 5 - disconnect with quiesce timeout should allow exchanges to complete ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.353 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1113, description: Good rc from connect rc was -120231019 134213.353 Some memory not freed at shutdown, possible memory leak 20231019 134213.353 Heap scan start, total 400 bytes 20231019 134213.353 Heap element size 400, line 115, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/src/MQTTProperties.c, ptr 0x55d8eaafce00 20231019 134213.353 Content 20231019 134213.353 Heap scan end 20231019 134213.353 failed: test test 5. 1 tests run, 1 failures. 20231019 134213.353 verdict fail Start 64: test45-4-send-receive-big-messages 17/151 Test #31: test3-1-ssl-conn-to-non-SSL-broker ................................... Passed 0.06 sec Start 65: test45-5-connack-return-codes 18/151 Test #32: test3-2as-mutual-ssl-auth-single-thread ..............................***Failed 0.06 sec Setting connection to ssl://localhost:18883 Setting mutual_auth_connection to ssl://localhost:18884 Setting nocert_mutual_auth_connection to ssl://localhost:18887 Setting server_auth_connection to ssl://localhost:18885 Setting anon_connection to ssl://localhost:18886 Setting psk_connection to ssl://localhost:18888 20231019 134213.361 Starting test 2a_s - Mutual SSL authentication - single threaded client using receive ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test3.c, line 686, description: Good rc from connect rc was -120231019 134213.363 failed: test test2a_s. 2 tests run, 1 failures. 20231019 134213.363 Total tests run: 2 20231019 134213.363 verdict fail Start 66: test45-6-ha-connections 19/151 Test #34: test3-2b-mutual-ssl-broker-missing-client-cert ....................... Passed 0.06 sec Start 67: test45-7-pending-tokens 20/151 Test #35: test3-2c-mutual-ssl-client-missing-broker-cert ....................... Passed 0.06 sec Start 68: test45-8-incomplete-commands-requests 21/151 Test #37: test3-3as-broker-auth-server-cert-in-client-store-single-thread ......***Failed 0.06 sec Setting connection to ssl://localhost:18883 Setting mutual_auth_connection to ssl://localhost:18884 Setting nocert_mutual_auth_connection to ssl://localhost:18887 Setting server_auth_connection to ssl://localhost:18885 Setting anon_connection to ssl://localhost:18886 Setting psk_connection to ssl://localhost:18888 20231019 134213.369 Starting test 3a_s - Server authentication - single threaded client using receive ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test3.c, line 1051, description: Good rc from connect rc was -120231019 134213.372 failed: test test3a_s. 2 tests run, 1 failures. 20231019 134213.372 Total tests run: 2 20231019 134213.372 verdict fail Start 69: test5-1-ssl-connection-to-no-SSL-server 22/151 Test #39: test3-3b-broker-auth-client-missing-broker-cert ...................... Passed 0.06 sec Start 70: test5-1-ws-ssl-connection-to-no-SSL-server 23/151 Test #40: test3-4s-broker-auth-accept-invalid-certificate-single-thread ........***Failed 0.06 sec Setting connection to ssl://localhost:18883 Setting mutual_auth_connection to ssl://localhost:18884 Setting nocert_mutual_auth_connection to ssl://localhost:18887 Setting server_auth_connection to ssl://localhost:18885 Setting anon_connection to ssl://localhost:18886 Setting psk_connection to ssl://localhost:18888 20231019 134213.373 Starting test 4_s - accept invalid server certificates - single threaded ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test3.c, line 1255, description: Good rc from connect rc was -120231019 134213.375 failed: test test4_s. 2 tests run, 1 failures. 20231019 134213.375 Total tests run: 2 20231019 134213.375 verdict fail Start 71: test5-2a-mutual-ssl-auth-certificates-in-place 24/151 Test #42: test3-1-ws-ssl-conn-to-non-SSL-broker ................................ Passed 0.06 sec Start 72: test5-2a-ws-mutual-ssl-auth-certificates-in-place 25/151 Test #43: test3-2as-ws-mutual-ssl-auth-single-thread ...........................***Failed 0.06 sec Setting websockets on Setting connection to wss://localhost:18883 Setting mutual_auth_connection to wss://localhost:18884 Setting nocert_mutual_auth_connection to wss://localhost:18887 Setting server_auth_connection to wss://localhost:18885 Setting anon_connection to wss://localhost:18886 Setting psk_connection to wss://localhost:18888 20231019 134213.377 Starting test 2a_s - Mutual SSL authentication - single threaded client using receive ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test3.c, line 686, description: Good rc from connect rc was -120231019 134213.380 failed: test test2a_s. 2 tests run, 1 failures. 20231019 134213.380 Total tests run: 2 20231019 134213.380 verdict fail Start 73: test5-2b-mutual-ssl-auth-broker-missing-client-cert 26/151 Test #6: test1-6-connlost-will-message ........................................***Failed 0.12 sec Setting connection to tcp://localhost:1883 20231019 134213.323 Starting test 6 - connectionLost and will messages ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.435 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test1.c, line 998, description: good rc from connect rc was -1 20231019 134213.435 failed: test test6. 3 tests run, 1 failures. 20231019 134213.435 verdict fail Start 74: test5-2b-ws-mutual-ssl-auth-broker-missing-client-cert 27/151 Test #45: test3-2b-ws-mutual-ssl-broker-missing-client-cert .................... Passed 0.06 sec Start 75: test5-2c-mutual-ssl-auth-client-missing-broker-cert 28/151 Test #46: test3-2c-ws-mutual-ssl-client-missing-broker-cert .................... Passed 0.06 sec Start 76: test5-2c-ws-mutual-ssl-auth-client-missing-broker-cert 29/151 Test #48: test3-3as-ws-broker-auth-server-cert-in-client-store-single-thread ...***Failed 0.06 sec Setting websockets on Setting connection to wss://localhost:18883 Setting mutual_auth_connection to wss://localhost:18884 Setting nocert_mutual_auth_connection to wss://localhost:18887 Setting server_auth_connection to wss://localhost:18885 Setting anon_connection to wss://localhost:18886 Setting psk_connection to wss://localhost:18888 20231019 134213.385 Starting test 3a_s - Server authentication - single threaded client using receive ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test3.c, line 1051, description: Good rc from connect rc was -120231019 134213.388 failed: test test3a_s. 2 tests run, 1 failures. 20231019 134213.388 Total tests run: 2 20231019 134213.388 verdict fail Start 77: test5-2d-mutual-ssl-auth-client-missing-client-cert 30/151 Test #50: test3-3b-ws-broker-auth-client-missing-broker-cert ................... Passed 0.06 sec Start 78: test5-2d-ws-mutual-ssl-auth-client-missing-client-cert 31/151 Test #51: test3-4s-ws-broker-auth-accept-invalid-certificate-single-thread .....***Failed 0.06 sec Setting websockets on Setting connection to wss://localhost:18883 Setting mutual_auth_connection to wss://localhost:18884 Setting nocert_mutual_auth_connection to wss://localhost:18887 Setting server_auth_connection to wss://localhost:18885 Setting anon_connection to wss://localhost:18886 Setting psk_connection to wss://localhost:18888 20231019 134213.394 Starting test 4_s - accept invalid server certificates - single threaded ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test3.c, line 1255, description: Good rc from connect rc was -120231019 134213.398 failed: test test4_s. 2 tests run, 1 failures. 20231019 134213.398 Total tests run: 2 20231019 134213.398 verdict fail Start 79: test5-3a-server-auth-server-cert-in-client-store 32/151 Test #7: test1-7-connlost-binary-will-message .................................***Failed 0.13 sec Setting connection to tcp://localhost:1883 20231019 134213.326 Starting test 6 - connectionLost and binary will messages ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.437 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test1.c, line 1106, description: good rc from connect rc was -1 20231019 134213.437 failed: test test6a. 3 tests run, 1 failures. 20231019 134213.437 verdict fail Start 80: test5-3a-ws-server-auth-server-cert-in-client-store 33/151 Test #13: test1-6-ws-connlost-will-message .....................................***Failed 0.12 sec Setting connection to ws://localhost:1883 20231019 134213.334 Starting test 6 - connectionLost and will messages ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.446 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test1.c, line 998, description: good rc from connect rc was -1 20231019 134213.446 failed: test test6. 3 tests run, 1 failures. 20231019 134213.446 verdict fail Start 81: test5-3b-server-auth-client-missing-broker-cert 34/151 Test #14: test1-7-ws-connlost-binary-will-message ..............................***Failed 0.12 sec Setting connection to ws://localhost:1883 20231019 134213.336 Starting test 6 - connectionLost and binary will messages ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.447 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test1.c, line 1106, description: good rc from connect rc was -1 20231019 134213.447 failed: test test6a. 3 tests run, 1 failures. 20231019 134213.447 verdict fail Start 82: test5-3b-ws-server-auth-client-missing-broker-cert 35/151 Test #21: test15-7-connlost-binary-will-message ................................***Failed 0.11 sec Setting connection to tcp://localhost:1883 20231019 134213.346 Starting test 6 - connectionLost and binary will messages ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.457 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1347, description: good rc from connect rc was -1 20231019 134213.457 failed: test test6a. 3 tests run, 1 failures. 20231019 134213.457 verdict fail Start 83: test5-4-accept-invalid-certificates 36/151 Test #28: test15-7-ws-connlost-binary-will-message .............................***Failed 0.11 sec Setting connection to ws://localhost:1883 20231019 134213.355 Starting test 6 - connectionLost and binary will messages ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.466 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1347, description: good rc from connect rc was -1 20231019 134213.467 failed: test test6a. 3 tests run, 1 failures. 20231019 134213.467 verdict fail Start 84: test5-4-ws-accept-invalid-certificates 37/151 Test #57: test4-5-connack-return-codes ......................................... Passed 0.11 sec Start 85: test5-6-multiple-connections 38/151 Test #2: test1-2-multithread-callbacks ........................................***Failed 0.22 sec Setting connection to tcp://localhost:1883 20231019 134213.317 Starting test 2 - multi-threaded client using callbacks ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.540 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test1.c, line 567, description: Good rc from connect rc was -120231019 134213.540 failed: test test2. 2 tests run, 1 failures. 20231019 134213.540 verdict fail Start 86: test5-6-ws-multiple-connections 39/151 Test #71: test5-2a-mutual-ssl-auth-certificates-in-place .......................***Failed 0.12 sec Setting connection to ssl://localhost:18883 Setting mutual_auth_connection to ssl://localhost:18884 Setting nocert_mutual_auth_connection to ssl://localhost:18887 Setting server_auth_connection to ssl://localhost:18885 Setting anon_connection to ssl://localhost:18886 Setting psk_connection to ssl://localhost:18888 20231019 134213.433 Starting test 2a - Mutual SSL authentication ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 757, description: There should be no failures in this test. test2aOnConnectFailure callback was called 20231019 134213.545 failed: test test2a. 4 tests run, 1 failures. 20231019 134213.545 Total tests run: 4 20231019 134213.545 verdict fail Start 87: test5-7-big-messages 40/151 Test #73: test5-2b-mutual-ssl-auth-broker-missing-client-cert .................. Passed 0.12 sec Start 88: test5-7-ws-big-messages 41/151 Test #9: test1-2-ws-multithread-callbacks .....................................***Failed 0.23 sec Setting connection to ws://localhost:1883 20231019 134213.328 Starting test 2 - multi-threaded client using callbacks ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.550 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test1.c, line 567, description: Good rc from connect rc was -120231019 134213.550 failed: test test2. 2 tests run, 1 failures. 20231019 134213.550 verdict fail Start 89: test5-2e-ssl-with-ha 42/151 Test #79: test5-3a-server-auth-server-cert-in-client-store .....................***Failed 0.11 sec Setting connection to ssl://localhost:18883 Setting mutual_auth_connection to ssl://localhost:18884 Setting nocert_mutual_auth_connection to ssl://localhost:18887 Setting server_auth_connection to ssl://localhost:18885 Setting anon_connection to ssl://localhost:18886 Setting psk_connection to ssl://localhost:18888 20231019 134213.451 Starting test 3a - Server authentication ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1303, description: There should be no failures in this test. test3aOnConnectFailure callback was called 20231019 134213.554 failed: test test3a. 3 tests run, 1 failures. 20231019 134213.554 Total tests run: 3 20231019 134213.554 verdict fail Start 90: test5-2e-ws-ssl-with-ha 43/151 Test #76: test5-2c-ws-mutual-ssl-auth-client-missing-broker-cert ............... Passed 0.12 sec Start 91: test5-5-server-verify-with-capath 44/151 Test #80: test5-3a-ws-server-auth-server-cert-in-client-store ..................***Failed 0.11 sec Setting websockets on Setting connection to wss://localhost:18883 Setting mutual_auth_connection to wss://localhost:18884 Setting nocert_mutual_auth_connection to wss://localhost:18887 Setting server_auth_connection to wss://localhost:18885 Setting anon_connection to wss://localhost:18886 Setting psk_connection to wss://localhost:18888 20231019 134213.455 Starting test 3a - Server authentication ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1303, description: There should be no failures in this test. test3aOnConnectFailure callback was called 20231019 134213.557 failed: test test3a. 3 tests run, 1 failures. 20231019 134213.557 Total tests run: 3 20231019 134213.557 verdict fail Start 92: test5-5-ws-server-verify-with-capath 45/151 Test #83: test5-4-accept-invalid-certificates ..................................***Failed 0.12 sec Setting connection to ssl://localhost:18883 Setting mutual_auth_connection to ssl://localhost:18884 Setting nocert_mutual_auth_connection to ssl://localhost:18887 Setting server_auth_connection to ssl://localhost:18885 Setting anon_connection to ssl://localhost:18886 Setting psk_connection to ssl://localhost:18888 20231019 134213.462 Starting test 4 - accept invalid server certificates ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1518, description: There should be no failures in this test. test4OnConnectFailure callback was called 20231019 134213.574 failed: test test4. 3 tests run, 1 failures. 20231019 134213.574 Total tests run: 3 20231019 134213.574 verdict fail Start 93: test5-6-server-verify-with-capath 46/151 Test #29: test2-1-multiple-threads-single-client ...............................***Failed 0.22 sec Setting connection to tcp://localhost:1883 20231019 134213.356 Starting test 1 - multiple threads using same client object ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.578 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test2.c, line 456, description: Good rc from connect rc was -120231019 134213.578 TEST1: test failed. 3 tests run, 1 failures. 20231019 134213.578 verdict fail Start 94: test5-6-ws-server-verify-with-capath 47/151 Test #30: test2-1-ws-multiple-threads-single-client ............................***Failed 0.23 sec Setting connection to ws://localhost:1883 20231019 134213.358 Starting test 1 - multiple threads using same client object ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.580 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test2.c, line 456, description: Good rc from connect rc was -120231019 134213.580 TEST1: test failed. 3 tests run, 1 failures. 20231019 134213.580 verdict fail Start 95: test6-restart-recovery 48/151 Test #84: test5-4-ws-accept-invalid-certificates ...............................***Failed 0.12 sec Setting websockets on Setting connection to wss://localhost:18883 Setting mutual_auth_connection to wss://localhost:18884 Setting nocert_mutual_auth_connection to wss://localhost:18887 Setting server_auth_connection to wss://localhost:18885 Setting anon_connection to wss://localhost:18886 Setting psk_connection to wss://localhost:18888 20231019 134213.470 Starting test 4 - accept invalid server certificates ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1518, description: There should be no failures in this test. test4OnConnectFailure callback was called 20231019 134213.582 failed: test test4. 3 tests run, 1 failures. 20231019 134213.582 Total tests run: 3 20231019 134213.582 verdict fail Start 96: test8-1-basic-connect-subscribe-receive 49/151 Test #33: test3-2am-mutual-ssl-auth-multi-thread ...............................***Failed 0.23 sec Setting connection to ssl://localhost:18883 Setting mutual_auth_connection to ssl://localhost:18884 Setting nocert_mutual_auth_connection to ssl://localhost:18887 Setting server_auth_connection to ssl://localhost:18885 Setting anon_connection to ssl://localhost:18886 Setting psk_connection to ssl://localhost:18888 20231019 134213.363 Starting test 2a_m - Mutual SSL authentication - multi-threaded client using callbacks ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test3.c, line 777, description: Good rc from connect rc was -120231019 134213.586 failed: test test2a_m. 3 tests run, 1 failures. 20231019 134213.586 Total tests run: 3 20231019 134213.586 verdict fail Start 97: test8-2-connect-timeout 50/151 Test #38: test3-3am-broker-auth-server-cert-in-client-store-multi-thread .......***Failed 0.23 sec Setting connection to ssl://localhost:18883 Setting mutual_auth_connection to ssl://localhost:18884 Setting nocert_mutual_auth_connection to ssl://localhost:18887 Setting server_auth_connection to ssl://localhost:18885 Setting anon_connection to ssl://localhost:18886 Setting psk_connection to ssl://localhost:18888 20231019 134213.370 Starting test 3a_m - Server authentication - multi-threaded client using callbacks ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test3.c, line 1134, description: Good rc from connect rc was -120231019 134213.594 failed: test test3a_m. 3 tests run, 1 failures. 20231019 134213.594 Total tests run: 3 20231019 134213.594 verdict fail Start 98: test8-3-multiple-client-objects-simultaneous-working 51/151 Test #41: test3-4m-broker-auth-accept-invalid-certificate-multi-thread .........***Failed 0.23 sec Setting connection to ssl://localhost:18883 Setting mutual_auth_connection to ssl://localhost:18884 Setting nocert_mutual_auth_connection to ssl://localhost:18887 Setting server_auth_connection to ssl://localhost:18885 Setting anon_connection to ssl://localhost:18886 Setting psk_connection to ssl://localhost:18888 20231019 134213.375 Starting test 4_m - accept invalid server certificates - multi-threaded ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test3.c, line 1336, description: Good rc from connect rc was -120231019 134213.598 failed: test test4_m. 3 tests run, 1 failures. 20231019 134213.598 Total tests run: 3 20231019 134213.598 verdict fail Start 99: test8-4-send-receive-big-messages 52/151 Test #44: test3-2am-ws-mutual-ssl-auth-multi-thread ............................***Failed 0.23 sec Setting websockets on Setting connection to wss://localhost:18883 Setting mutual_auth_connection to wss://localhost:18884 Setting nocert_mutual_auth_connection to wss://localhost:18887 Setting server_auth_connection to wss://localhost:18885 Setting anon_connection to wss://localhost:18886 Setting psk_connection to wss://localhost:18888 20231019 134213.379 Starting test 2a_m - Mutual SSL authentication - multi-threaded client using callbacks ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test3.c, line 777, description: Good rc from connect rc was -120231019 134213.603 failed: test test2a_m. 3 tests run, 1 failures. 20231019 134213.603 Total tests run: 3 20231019 134213.603 verdict fail Start 100: test8-5a-all-ha-connections-out-of-service 53/151 Test #55: test4-3-multiple-client-objs-simultaneous-working ....................***Failed 0.21 sec 20231019 134213.401 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.401 Version: 1.3.13 20231019 134213.401 Build level: 2023-10-19T13:42:05Z 20231019 134213.401 Starting test 3 - multiple connections Trace : 3, ========================================================= Trace : 3, Trace Output Trace : 3, Product name: Eclipse Paho Asynchronous MQTT C Client Library Trace : 3, Version: 1.3.13 Trace : 3, Build level: 2023-10-19T13:42:05Z Trace : 3, /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 Trace : 3, ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test4.c, line 651, description: Should have connected async_test3_num_1 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test4.c, line 651, description: Should have connected async_test3_num_0 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test4.c, line 651, description: Should have connected async_test3_num_2 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test4.c, line 651, description: Should have connected async_test3_num_3 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test4.c, line 651, description: Should have connected async_test3_num_5 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test4.c, line 651, description: Should have connected async_test3_num_4 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test4.c, line 651, description: Should have connected async_test3_num_8 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test4.c, line 651, description: Should have connected async_test3_num_7 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test4.c, line 651, description: Should have connected async_test3_num_6 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test4.c, line 651, description: Should have connected async_test3_num_9 failed to connect 20231019 134213.606 TEST3: test failed. 40 tests run, 10 failures. 20231019 134213.606 verdict fail Start 101: test8-5b-all-ha-connections-out-of-service-except-the-last-one 54/151 Test #49: test3-3am-ws-broker-auth-server-cert-in-client-store-multi-thread ....***Failed 0.23 sec Setting websockets on Setting connection to wss://localhost:18883 Setting mutual_auth_connection to wss://localhost:18884 Setting nocert_mutual_auth_connection to wss://localhost:18887 Setting server_auth_connection to wss://localhost:18885 Setting anon_connection to wss://localhost:18886 Setting psk_connection to wss://localhost:18888 20231019 134213.390 Starting test 3a_m - Server authentication - multi-threaded client using callbacks ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test3.c, line 1134, description: Good rc from connect rc was -120231019 134213.613 failed: test test3a_m. 3 tests run, 1 failures. 20231019 134213.613 Total tests run: 3 20231019 134213.613 verdict fail Start 102: test8-5c-all-ha-connections-out-of-service-except-the-first-one 55/151 Test #52: test3-4m-ws-broker-auth-accept-invalid-certificate-multi-thread ......***Failed 0.23 sec Setting websockets on Setting connection to wss://localhost:18883 Setting mutual_auth_connection to wss://localhost:18884 Setting nocert_mutual_auth_connection to wss://localhost:18887 Setting server_auth_connection to wss://localhost:18885 Setting anon_connection to wss://localhost:18886 Setting psk_connection to wss://localhost:18888 20231019 134213.396 Starting test 4_m - accept invalid server certificates - multi-threaded ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test3.c, line 1336, description: Good rc from connect rc was -120231019 134213.619 failed: test test4_m. 3 tests run, 1 failures. 20231019 134213.619 Total tests run: 3 20231019 134213.619 verdict fail Start 103: test8-6-blocked-acks 56/151 Test #63: test45-3-multiple-client-objs-simultaneous-working ...................***Failed 0.21 sec 20231019 134213.415 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.415 Version: 1.3.13 20231019 134213.415 Build level: 2023-10-19T13:42:05Z 20231019 134213.415 Starting test 3 - multiple connections Trace : 3, ========================================================= Trace : 3, Trace Output Trace : 3, Product name: Eclipse Paho Asynchronous MQTT C Client Library Trace : 3, Version: 1.3.13 Trace : 3, Build level: 2023-10-19T13:42:05Z Trace : 3, /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 Trace : 3, ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test45.c, line 811, description: Should have connected async_test3_num_1 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test45.c, line 811, description: Should have connected async_test3_num_2 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test45.c, line 811, description: Should have connected async_test3_num_0 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test45.c, line 811, description: Should have connected async_test3_num_4 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test45.c, line 811, description: Should have connected async_test3_num_5 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test45.c, line 811, description: Should have connected async_test3_num_3 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test45.c, line 811, description: Should have connected async_test3_num_6 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test45.c, line 811, description: Should have connected async_test3_num_7 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test45.c, line 811, description: Should have connected async_test3_num_9 failed to connect Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test45.c, line 811, description: Should have connected async_test3_num_8 failed to connect 20231019 134213.619 TEST3: test failed. 40 tests run, 10 failures. 20231019 134213.619 verdict fail Start 104: test9-1-offline-buffering-send-disconnected 57/151 Test #65: test45-5-connack-return-codes ........................................ Passed 0.21 sec Start 105: test9-2-offline-buffering-send-disconnected-serverURIs 58/151 Test #69: test5-1-ssl-connection-to-no-SSL-server .............................. Passed 0.21 sec Start 106: test9-3-offline-buffering-auto-reconnect 59/151 Test #70: test5-1-ws-ssl-connection-to-no-SSL-server ........................... Passed 0.21 sec Start 107: test9-4-offline-buffering-auto-reconnect-serverURIs 60/151 Test #72: test5-2a-ws-mutual-ssl-auth-certificates-in-place ....................***Failed 0.21 sec Setting websockets on Setting connection to wss://localhost:18883 Setting mutual_auth_connection to wss://localhost:18884 Setting nocert_mutual_auth_connection to wss://localhost:18887 Setting server_auth_connection to wss://localhost:18885 Setting anon_connection to wss://localhost:18886 Setting psk_connection to wss://localhost:18888 20231019 134213.435 Starting test 2a - Mutual SSL authentication ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 757, description: There should be no failures in this test. test2aOnConnectFailure callback was called 20231019 134213.637 failed: test test2a. 4 tests run, 1 failures. 20231019 134213.637 Total tests run: 4 20231019 134213.637 verdict fail Start 108: test9-5-offline-buffering-max-buffered 61/151 Test #74: test5-2b-ws-mutual-ssl-auth-broker-missing-client-cert ............... Passed 0.21 sec Start 109: test9-6-offline-buffering-max-buffered-binary-will 62/151 Test #75: test5-2c-mutual-ssl-auth-client-missing-broker-cert .................. Passed 0.21 sec Start 110: test9-8-offline-buffering-before-connect 63/151 Test #87: test5-7-big-messages .................................................***Failed 0.11 sec Setting connection to ssl://localhost:18883 Setting mutual_auth_connection to ssl://localhost:18884 Setting nocert_mutual_auth_connection to ssl://localhost:18887 Setting server_auth_connection to ssl://localhost:18885 Setting anon_connection to ssl://localhost:18886 Setting psk_connection to ssl://localhost:18888 20231019 134213.551 Starting test 7 - big messages ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 2108, description: There should be no failures in this test. test7OnConnectFailure callback was called 20231019 134213.655 failed: test test7. 4 tests run, 1 failures. 20231019 134213.655 Total tests run: 4 20231019 134213.655 verdict fail Start 111: test9-10-offline-buffering-delete-oldest-messages 64/151 Test #88: test5-7-ws-big-messages ..............................................***Failed 0.11 sec Setting websockets on Setting connection to wss://localhost:18883 Setting mutual_auth_connection to wss://localhost:18884 Setting nocert_mutual_auth_connection to wss://localhost:18887 Setting server_auth_connection to wss://localhost:18885 Setting anon_connection to wss://localhost:18886 Setting psk_connection to wss://localhost:18888 20231019 134213.555 Starting test 7 - big messages ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 2108, description: There should be no failures in this test. test7OnConnectFailure callback was called 20231019 134213.659 failed: test test7. 4 tests run, 1 failures. 20231019 134213.659 Total tests run: 4 20231019 134213.659 verdict fail Start 112: test9-1-ws-offline-buffering-send-disconnected 65/151 Test #81: test5-3b-server-auth-client-missing-broker-cert ...................... Passed 0.21 sec Start 113: test9-2-ws-offline-buffering-send-disconnected-serverURIs 66/151 Test #82: test5-3b-ws-server-auth-client-missing-broker-cert ................... Passed 0.22 sec Start 114: test9-3-ws-offline-buffering-auto-reconnect 67/151 Test #91: test5-5-server-verify-with-capath ....................................***Failed 0.12 sec Setting connection to ssl://localhost:18883 Setting mutual_auth_connection to ssl://localhost:18884 Setting nocert_mutual_auth_connection to ssl://localhost:18887 Setting server_auth_connection to ssl://localhost:18885 Setting anon_connection to ssl://localhost:18886 Setting psk_connection to ssl://localhost:18888 20231019 134213.562 Starting test 9 - Mutual SSL authentication with CApath ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 2482, description: There should be no failures in this test. test9OnConnectFailure callback was called 20231019 134213.674 failed: test test9. 4 tests run, 1 failures. 20231019 134213.674 Total tests run: 4 20231019 134213.674 verdict fail Start 115: test9-4-ws-offline-buffering-auto-reconnect-serverURIs 68/151 Test #94: test5-6-ws-server-verify-with-capath ................................. Passed 0.12 sec Start 116: test9-5-ws-offline-buffering-max-buffered 69/151 Test #85: test5-6-multiple-connections .........................................***Failed 0.21 sec Setting connection to ssl://localhost:18883 Setting mutual_auth_connection to ssl://localhost:18884 Setting nocert_mutual_auth_connection to ssl://localhost:18887 Setting server_auth_connection to ssl://localhost:18885 Setting anon_connection to ssl://localhost:18886 Setting psk_connection to ssl://localhost:18888 20231019 134213.520 Starting test 6 - multiple connections ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called 20231019 134213.726 failed: test test6. 40 tests run, 10 failures. 20231019 134213.726 Total tests run: 40 20231019 134213.726 verdict fail Start 117: test9-6-ws-offline-buffering-max-buffered-binary-will 70/151 Test #86: test5-6-ws-multiple-connections ......................................***Failed 0.21 sec Setting websockets on Setting connection to wss://localhost:18883 Setting mutual_auth_connection to wss://localhost:18884 Setting nocert_mutual_auth_connection to wss://localhost:18887 Setting server_auth_connection to wss://localhost:18885 Setting anon_connection to wss://localhost:18886 Setting psk_connection to wss://localhost:18888 20231019 134213.546 Starting test 6 - multiple connections ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1985, description: There should be no failures in this test. test6OnConnectFailure callback was called 20231019 134213.753 failed: test test6. 40 tests run, 10 failures. 20231019 134213.753 Total tests run: 40 20231019 134213.753 verdict fail Start 118: test9-8-ws-offline-buffering-before-connect 71/151 Test #92: test5-5-ws-server-verify-with-capath .................................***Failed 0.21 sec Setting websockets on Setting connection to wss://localhost:18883 Setting mutual_auth_connection to wss://localhost:18884 Setting nocert_mutual_auth_connection to wss://localhost:18887 Setting server_auth_connection to wss://localhost:18885 Setting anon_connection to wss://localhost:18886 Setting psk_connection to wss://localhost:18888 20231019 134213.566 Starting test 9 - Mutual SSL authentication with CApath ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 2482, description: There should be no failures in this test. test9OnConnectFailure callback was called 20231019 134213.770 failed: test test9. 4 tests run, 1 failures. 20231019 134213.770 Total tests run: 4 20231019 134213.770 verdict fail Start 119: test9-10-ws-offline-buffering-delete-oldest-messages 72/151 Test #93: test5-6-server-verify-with-capath .................................... Passed 0.21 sec Start 120: test95-1-offline-buffering-send-disconnected 73/151 Test #96: test8-1-basic-connect-subscribe-receive .............................. Passed 0.22 sec Start 121: test95-2-offline-buffering-send-disconnected-serverURIs 74/151 Test #98: test8-3-multiple-client-objects-simultaneous-working .................***Failed 0.21 sec 20231019 134213.597 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.597 Version: 1.3.13 20231019 134213.597 Build level: 2023-10-19T13:42:05Z 20231019 134213.597 Starting test 3 - multiple connections Trace : 3, ========================================================= Trace : 3, Trace Output Trace : 3, Product name: Eclipse Paho Asynchronous MQTT C Client Library Trace : 3, Version: 1.3.13 Trace : 3, Build level: 2023-10-19T13:42:05Z Trace : 3, /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 Trace : 3, ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test8.c, line 622, description: Should have connected failed to connectAssertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test8.c, line 622, description: Should have connected failed to connectAssertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test8.c, line 622, description: Should have connected failed to connectAssertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test8.c, line 622, description: Should have connected failed to connectAssertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test8.c, line 622, description: Should have connected failed to connectAssertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test8.c, line 622, description: Should have connected failed to connectAssertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test8.c, line 622, description: Should have connected failed to connectAssertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test8.c, line 622, description: Should have connected failed to connectAssertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test8.c, line 622, description: Should have connected failed to connectAssertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test8.c, line 622, description: Should have connected failed to connect20231019 134213.802 TEST3: test failed. 40 tests run, 10 failures. 20231019 134213.802 verdict fail Start 122: test95-3-offline-buffering-auto-reconnect 75/151 Test #100: test8-5a-all-ha-connections-out-of-service ........................... Passed 0.31 sec Start 123: test95-4-offline-buffering-auto-reconnect-serverURIs 76/151 Test #101: test8-5b-all-ha-connections-out-of-service-except-the-last-one .......***Failed 0.31 sec 20231019 134213.609 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.609 Version: 1.3.13 20231019 134213.609 Build level: 2023-10-19T13:42:05Z 20231019 134213.609 Starting test 5b - All HA connections out of service except the last one Trace : 3, ========================================================= Trace : 3, Trace Output Trace : 3, Product name: Eclipse Paho Asynchronous MQTT C Client Library Trace : 3, Version: 1.3.13 Trace : 3, Build level: 2023-10-19T13:42:05Z Trace : 3, /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 Trace : 3, ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test8.c, line 1027, description: Connect onConnect should be called once connect onConnect was called 0 times20231019 134213.911 TEST5b: test failed. 3 tests run, 1 failures. 20231019 134213.911 verdict fail Start 124: test95-5-offline-buffering-max-buffered 77/151 Test #102: test8-5c-all-ha-connections-out-of-service-except-the-first-one ......***Failed 0.30 sec 20231019 134213.616 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.616 Version: 1.3.13 20231019 134213.616 Build level: 2023-10-19T13:42:05Z 20231019 134213.616 Starting test 5c - All HA connections out of service except the first one Trace : 3, ========================================================= Trace : 3, Trace Output Trace : 3, Product name: Eclipse Paho Asynchronous MQTT C Client Library Trace : 3, Version: 1.3.13 Trace : 3, Build level: 2023-10-19T13:42:05Z Trace : 3, /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 Trace : 3, ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test8.c, line 1089, description: Connect onConnect should be called once connect onConnect was called 0 times20231019 134213.919 TEST5c: test failed. 3 tests run, 1 failures. 20231019 134213.919 verdict fail Start 125: test95-6-offline-buffering-max-buffered-binary-will 78/151 Test #103: test8-6-blocked-acks .................................................***Failed 0.91 sec 20231019 134213.622 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.622 Version: 1.3.13 20231019 134213.622 Build level: 2023-10-19T13:42:05Z 20231019 134213.622 Starting test 6 - acks blocked due to sending messages Trace : 3, ========================================================= Trace : 3, Trace Output Trace : 3, Product name: Eclipse Paho Asynchronous MQTT C Client Library Trace : 3, Version: 1.3.13 Trace : 3, Build level: 2023-10-19T13:42:05Z Trace : 3, /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 Trace : 3, ========================================================= 20231019 134213.624 In connect onFailure callback, context 0x557647a99188 20231019 134213.624 In connect onFailure callback, context 0x557647aba1d8 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test8.c, line 1355, description: Disconnect start successful rc was -3Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test8.c, line 1368, description: Disconnect start successful rc was -320231019 134214.534 TEST6: test failed. 7 tests run, 4 failures. 20231019 134214.534 verdict fail Start 126: test95-1ws-offline-buffering-send-disconnected 79/151 Test #95: test6-restart-recovery ............................................... Passed 1.10 sec Start 127: test95-2ws-offline-buffering-send-disconnected-serverURIs 80/151 Test #78: test5-2d-ws-mutual-ssl-auth-client-missing-client-cert ............... Passed 2.22 sec Start 128: test95-3ws-offline-buffering-auto-reconnect 81/151 Test #77: test5-2d-mutual-ssl-auth-client-missing-client-cert .................. Passed 2.41 sec Start 129: test95-4ws-offline-buffering-auto-reconnect-serverURIs 82/151 Test #54: test4-2-connect-timeout .............................................. Passed 6.12 sec Start 130: test95-5ws-offline-buffering-max-buffered 83/151 Test #62: test45-2-connect-timeout ............................................. Passed 6.21 sec Start 131: test95-6ws-offline-buffering-max-buffered-binary-will 84/151 Test #97: test8-2-connect-timeout .............................................. Passed 6.11 sec Start 132: test10-1-client_topic_aliases 85/151 Test #132: test10-1-client_topic_aliases ........................................***Failed 0.12 sec Setting connection to tcp://localhost:1883 20231019 134219.699 Starting test 1 - client topic aliases 20231019 134219.811 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test10.c, line 435, description: Good rc from connect rc was -120231019 134219.811 TEST1: test failed. 4 tests run, 1 failures. 20231019 134219.811 verdict fail Start 133: test10-2-server_topic_aliases 86/151 Test #133: test10-2-server_topic_aliases ........................................***Failed 0.12 sec Setting connection to tcp://localhost:1883 20231019 134219.816 Starting test 2 - server topic aliases 20231019 134219.928 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test10.c, line 695, description: Good rc from connect rc was -120231019 134219.928 TEST2: test failed. 3 tests run, 1 failures. 20231019 134219.928 verdict fail Start 134: test10-3-subscription_ids 87/151 Test #134: test10-3-subscription_ids ............................................***Failed 0.12 sec Setting connection to tcp://localhost:1883 20231019 134219.934 Starting test 3 - subscription ids 20231019 134220.049 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test10.c, line 829, description: Good rc from connect rc was -120231019 134220.049 TEST3: test failed. 3 tests run, 1 failures. 20231019 134220.049 verdict fail Start 135: test10-4-flow_control 88/151 Test #135: test10-4-flow_control ................................................***Failed 0.22 sec Setting connection to tcp://localhost:1883 20231019 134220.054 Starting test - flow control 20231019 134220.167 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test10.c, line 965, description: Good rc from connect rc was -120231019 134220.267 TEST3: test failed. 3 tests run, 1 failures. 20231019 134220.267 verdict fail Start 136: test10-5-error_handling 89/151 Test #36: test3-2e-ssl-with-ha .................................................***Failed 7.01 sec Setting connection to ssl://localhost:18883 Setting mutual_auth_connection to ssl://localhost:18884 Setting nocert_mutual_auth_connection to ssl://localhost:18887 Setting server_auth_connection to ssl://localhost:18885 Setting anon_connection to ssl://localhost:18886 Setting psk_connection to ssl://localhost:18888 20231019 134213.368 Starting test 2e_s - Mutual SSL authentication - HA ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.369 getaddrinfo failed for addr wrong with rc -2 20231019 134213.369 wrong is not a valid IP address 20231019 134216.788 getaddrinfo failed for addr wrong with rc -2 20231019 134216.788 wrong is not a valid IP address Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test3.c, line 972, description: Good rc from connect rc was -120231019 134220.376 failed: test test2e_s. 2 tests run, 1 failures. 20231019 134220.376 Total tests run: 2 20231019 134220.376 verdict fail Start 137: test10-6-qos_1_2_errors 90/151 Test #47: test3-2e-ws-ssl-with-ha ..............................................***Failed 7.00 sec Setting websockets on Setting connection to wss://localhost:18883 Setting mutual_auth_connection to wss://localhost:18884 Setting nocert_mutual_auth_connection to wss://localhost:18887 Setting server_auth_connection to wss://localhost:18885 Setting anon_connection to wss://localhost:18886 Setting psk_connection to wss://localhost:18888 20231019 134213.384 Starting test 2e_s - Mutual SSL authentication - HA ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.385 getaddrinfo failed for addr wrong with rc -2 20231019 134213.385 wrong is not a valid IP address 20231019 134216.789 getaddrinfo failed for addr wrong with rc -2 20231019 134216.789 wrong is not a valid IP address Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test3.c, line 972, description: Good rc from connect rc was -120231019 134220.376 failed: test test2e_s. 2 tests run, 1 failures. 20231019 134220.376 Total tests run: 2 20231019 134220.376 verdict fail Start 138: test10-7-request_response 91/151 Test #90: test5-2e-ws-ssl-with-ha ..............................................***Failed 6.92 sec Setting websockets on Setting connection to wss://localhost:18883 Setting mutual_auth_connection to wss://localhost:18884 Setting nocert_mutual_auth_connection to wss://localhost:18887 Setting server_auth_connection to wss://localhost:18885 Setting anon_connection to wss://localhost:18886 Setting psk_connection to wss://localhost:18888 20231019 134213.561 Starting test 2e - Mutual SSL authentication with serverURIs ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 19700101 000000.000 getaddrinfo failed for addr rubbish with rc -2 19700101 000000.000 rubbish is not a valid IP address 19700101 000000.000 getaddrinfo failed for addr rubbish with rc -2 19700101 000000.000 rubbish is not a valid IP address Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1183, description: There should be no failures in this test. test2eOnConnectFailure callback was called 20231019 134220.477 failed: test test2e. 4 tests run, 1 failures. 20231019 134220.477 Total tests run: 4 20231019 134220.477 verdict fail Start 139: test10-8-subscribe_options 92/151 Test #136: test10-5-error_handling ..............................................***Failed 0.22 sec Setting connection to tcp://localhost:1883 20231019 134220.272 Starting test - error reporting 20231019 134220.384 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test10.c, line 1058, description: Good rc from connect rc was -120231019 134220.485 TEST3: test failed. 3 tests run, 1 failures. 20231019 134220.485 verdict fail Start 140: test10-9-shared_subscriptions 93/151 Test #138: test10-7-request_response ............................................***Failed 0.14 sec Setting connection to tcp://localhost:1883 20231019 134220.388 Starting test 7 - request response 20231019 134220.519 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test10.c, line 1408, description: Good rc from connect rc was -120231019 134220.519 TEST7: test failed. 3 tests run, 1 failures. 20231019 134220.519 verdict fail Start 141: test11-1-client_topic_aliases 94/151 Test #89: test5-2e-ssl-with-ha .................................................***Failed 7.02 sec Setting connection to ssl://localhost:18883 Setting mutual_auth_connection to ssl://localhost:18884 Setting nocert_mutual_auth_connection to ssl://localhost:18887 Setting server_auth_connection to ssl://localhost:18885 Setting anon_connection to ssl://localhost:18886 Setting psk_connection to ssl://localhost:18888 20231019 134213.557 Starting test 2e - Mutual SSL authentication with serverURIs ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z OpenSSL version: OpenSSL 3.0.9-dev 7 Feb 2023 OpenSSL flags: compiler: /usr/bin/gcc -fPIC -pthread -m64 -Wa,--noexecstack -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto OpenSSL build timestamp: built on: Tue May 23 11:03:56 2023 UTC OpenSSL platform: platform: linux-x86_64 OpenSSL directory: OPENSSLDIR: "/etc/pki/tls" /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 19700101 000000.000 getaddrinfo failed for addr rubbish with rc -2 19700101 000000.000 rubbish is not a valid IP address 19700101 000000.000 getaddrinfo failed for addr rubbish with rc -2 19700101 000000.000 rubbish is not a valid IP address Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test5.c, line 1183, description: There should be no failures in this test. test2eOnConnectFailure callback was called 20231019 134220.577 failed: test test2e. 4 tests run, 1 failures. 20231019 134220.577 Total tests run: 4 20231019 134220.577 verdict fail Start 142: test11-2-server_topic_aliases 95/151 Test #139: test10-8-subscribe_options ...........................................***Failed 0.12 sec Setting connection to tcp://localhost:1883 20231019 134220.483 Starting test 8 - subscribe options 20231019 134220.596 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test10.c, line 1585, description: Good rc from connect rc was -120231019 134220.596 TEST8: test failed. 3 tests run, 1 failures. 20231019 134220.596 verdict fail Start 143: test11-3-subscription_ids 96/151 Test #137: test10-6-qos_1_2_errors ..............................................***Failed 0.22 sec Setting connection to tcp://localhost:1883 20231019 134220.382 Starting test - qos 1 and 2 errors 20231019 134220.497 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test10.c, line 1191, description: Good rc from connect rc was -120231019 134220.597 TEST6: test failed. 4 tests run, 1 failures. 20231019 134220.597 verdict fail Start 144: test11-4-flow_control 97/151 Test #140: test10-9-shared_subscriptions ........................................***Failed 0.12 sec Setting connection to tcp://localhost:1883 20231019 134220.490 Starting test 8 - shared subscriptions 20231019 134220.604 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test10.c, line 1743, description: Good rc from connect rc was -120231019 134220.604 TEST9: test failed. 5 tests run, 1 failures. 20231019 134220.604 verdict fail Start 145: test11-5-error_handling 98/151 Test #20: test15-6-connlost-will-message .......................................***Failed 39.32 sec Setting connection to tcp://localhost:1883 20231019 134213.344 Starting test 6 - connectionLost and will messages ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.456 Connecting Client_2 ... 20231019 134213.557 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1252, description: Good rc from connect rc was -1 20231019 134213.557 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1255, description: Good rc from subscribe rc was -3 20231019 134213.557 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1259, description: Good rc from publish rc was -3 20231019 134213.557 Waiting to receive the will message 20231019 134252.561 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1273, description: will message arrived will_message_arrived was 0 20231019 134252.561 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1275, description: connection lost called connection_lost_called 0 20231019 134252.561 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1279, description: Good rc from unsubscribe rc was -320231019 134252.561 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1282, description: Client-2 still connected isconnected is 020231019 134252.662 failed: test test6. 14 tests run, 7 failures. 20231019 134252.662 verdict fail Start 146: test11-6-qos_1_2_errors 99/151 Test #27: test15-6-ws-connlost-will-message ....................................***Failed 39.32 sec Setting connection to ws://localhost:1883 20231019 134213.354 Starting test 6 - connectionLost and will messages ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.465 Connecting Client_2 ... 20231019 134213.567 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1252, description: Good rc from connect rc was -1 20231019 134213.567 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1255, description: Good rc from subscribe rc was -3 20231019 134213.567 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1259, description: Good rc from publish rc was -3 20231019 134213.567 Waiting to receive the will message 20231019 134252.572 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1273, description: will message arrived will_message_arrived was 0 20231019 134252.572 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1275, description: connection lost called connection_lost_called 0 20231019 134252.572 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1279, description: Good rc from unsubscribe rc was -320231019 134252.572 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 1282, description: Client-2 still connected isconnected is 020231019 134252.672 failed: test test6. 14 tests run, 7 failures. 20231019 134252.672 verdict fail Start 147: test11-7-request_response 100/151 Test #105: test9-2-offline-buffering-send-disconnected-serverURIs ...............***Failed 121.05 sec 20231019 134213.627 Random prefix/suffix is 43652147 20231019 134213.627 Starting Offline buffering 2 - messages while disconnected with serverURIs ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134243.565 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test9.c, line 759, description: Count should be less than 300 count was 30019700101 000000.000 getaddrinfo failed for addr rubbish with rc -2 19700101 000000.000 rubbish is not a valid IP address 20231019 134313.504 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test9.c, line 791, description: Count should be less than 300 count was 30020231019 134343.437 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test9.c, line 826, description: Count should be less than 300 count was 30020231019 134413.374 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test9.c, line 832, description: Count should be less than 300 count was 30020231019 134414.376 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test9.c, line 274, description: Number of getPendingTokens should be 0 i was 3 20231019 134414.376 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test9.c, line 837, description: Good rc from disconnect rc was -3 20231019 134414.376 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test9.c, line 840, description: Good rc from disconnect rc was -3 20231019 134414.677 failed: test test2. 30 tests run, 7 failures. 20231019 134414.677 Total tests run: 30 20231019 134414.677 verdict fail Start 148: test11-8-subscribe_options 101/151 Test #113: test9-2-ws-offline-buffering-send-disconnected-serverURIs ............***Failed 121.08 sec 20231019 134213.664 Random prefix/suffix is 43652147 20231019 134213.664 Starting Offline buffering 2 - messages while disconnected with serverURIs ========================================================= Trace Output Product name: Eclipse Paho Asynchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134243.607 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test9.c, line 759, description: Count should be less than 300 count was 30019700101 000000.000 getaddrinfo failed for addr rubbish with rc -2 19700101 000000.000 rubbish is not a valid IP address 20231019 134313.549 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test9.c, line 791, description: Count should be less than 300 count was 30020231019 134343.492 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test9.c, line 826, description: Count should be less than 300 count was 30020231019 134413.434 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test9.c, line 832, description: Count should be less than 300 count was 30020231019 134414.436 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test9.c, line 274, description: Number of getPendingTokens should be 0 i was 3 20231019 134414.436 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test9.c, line 837, description: Good rc from disconnect rc was -3 20231019 134414.436 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test9.c, line 840, description: Good rc from disconnect rc was -3 20231019 134414.736 failed: test test2. 30 tests run, 7 failures. 20231019 134414.736 Total tests run: 30 20231019 134414.736 verdict fail Start 149: test11-9-shared_subscriptions 102/151 Test #149: test11-9-shared_subscriptions ........................................***Failed 10.24 sec 20231019 134414.742 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134414.742 Version: 1.3.13 20231019 134414.742 Build level: 2023-10-19T13:42:05Z 20231019 134414.742 Starting V5 test - shared subscriptions Trace : 3, ========================================================= Trace : 3, Trace Output Trace : 3, Product name: Eclipse Paho Asynchronous MQTT C Client Library Trace : 3, Version: 1.3.13 Trace : 3, Build level: 2023-10-19T13:42:05Z Trace : 3, /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 Trace : 3, ========================================================= Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test11.c, line 2071, description: Correct number of messages arrived Actual number of messages received 0 20231019 134424.976 TEST9: test failed. 7 tests run, 1 failures. 20231019 134424.976 verdict fail Start 150: test_sync_session_present-1-client_session_present_after_reconnect 103/151 Test #150: test_sync_session_present-1-client_session_present_after_reconnect ...***Failed 0.12 sec Setting connection to tcp://localhost:1883 20231019 134424.981 Running 1 iteration(s) 20231019 134424.981 Starting test 1 - clean session and reconnect with session present 20231019 134425.094 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test_sync_session_present.c, line 409, description: good rc from connect with clean session = true rc was -1 20231019 134425.094 failed: test test1. 3 tests run, 1 failures. 20231019 134425.094 verdict fail Start 151: test_connect_destroy-1-execute-destroy-during-connect 104/151 Test #16: test15-2-multithread-callbacks .......................................***Exception: SegFault151.76 sec Setting connection to tcp://localhost:1883 20231019 134213.338 Starting test 2 - multi-threaded client using callbacks ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.449 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 692, description: Good rc from connect rc was -120231019 134213.449 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 699, description: Good rc from subscribe rc was 020231019 134213.449 50 messages at QoS 0 20231019 134213.449 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134223.551 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 1 20231019 134223.551 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134233.652 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 2 20231019 134233.652 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134243.754 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 3 20231019 134243.754 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134253.856 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 4 20231019 134253.856 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134303.957 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 5 20231019 134303.957 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134314.059 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 6 20231019 134314.059 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134324.160 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 7 20231019 134324.160 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134334.262 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 8 20231019 134334.262 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134344.364 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 9 20231019 134344.364 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134354.465 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 10 20231019 134354.465 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134404.567 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 11 20231019 134404.567 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134414.668 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 12 20231019 134414.668 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134424.770 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 13 20231019 134424.770 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134434.872 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 14 20231019 134434.872 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134444.973 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived 105/151 Test #23: test15-2-ws-multithread-callbacks ....................................***Exception: SegFault151.77 sec Setting connection to ws://localhost:1883 20231019 134213.348 Starting test 2 - multi-threaded client using callbacks ========================================================= Trace Output Product name: Eclipse Paho Synchronous MQTT C Client Library Version: 1.3.13 Build level: 2023-10-19T13:42:05Z /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 ========================================================= 20231019 134213.460 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 692, description: Good rc from connect rc was -120231019 134213.460 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 699, description: Good rc from subscribe rc was 020231019 134213.460 50 messages at QoS 0 20231019 134213.460 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134223.561 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 1 20231019 134223.561 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134233.662 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 2 20231019 134233.662 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134243.764 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 3 20231019 134243.764 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134253.865 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 4 20231019 134253.865 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134303.967 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 5 20231019 134303.967 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134314.068 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 6 20231019 134314.068 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134324.170 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 7 20231019 134324.170 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134334.271 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 8 20231019 134334.271 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134344.373 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 9 20231019 134344.373 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134354.474 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 10 20231019 134354.474 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134404.575 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 11 20231019 134404.576 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134414.677 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 12 20231019 134414.677 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134424.778 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 13 20231019 134424.778 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134434.879 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived Time out waiting for message 14 20231019 134434.880 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 607, description: Good rc from publish rc was -320231019 134444.981 Assertion failed, file /home/tkloczko/rpmbuild/BUILD/paho.mqtt.c-1.3.13/test/test15.c, line 625, description: Message Arrived 106/151 Test #151: test_connect_destroy-1-execute-destroy-during-connect ................ Passed 100.23 sec 107/151 Test #53: test4-1-basic-connect-subscribe-receive ..............................***Timeout 540.12 sec 20231019 134213.397 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.397 Version: 1.3.13 20231019 134213.397 Build level: 2023-10-19T13:42:05Z 20231019 134213.397 Starting test 1 - asynchronous connect 108/151 Test #56: test4-4-send-receive-big-messages ....................................***Timeout 540.11 sec 20231019 134213.403 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.403 Version: 1.3.13 20231019 134213.403 Build level: 2023-10-19T13:42:05Z 20231019 134213.403 Starting test 4 - big messages 109/151 Test #58: test4-6-ha-connections ...............................................***Timeout 540.11 sec 20231019 134213.406 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.406 Version: 1.3.13 20231019 134213.406 Build level: 2023-10-19T13:42:05Z 20231019 134213.406 Starting test 6 - HA connections Trace : 3, ========================================================= Trace : 3, Trace Output Trace : 3, Product name: Eclipse Paho Asynchronous MQTT C Client Library Trace : 3, Version: 1.3.13 Trace : 3, Build level: 2023-10-19T13:42:05Z Trace : 3, /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 Trace : 3, ========================================================= Trace : 5, 19700101 000000.000 getaddrinfo failed for addr rubbish with rc -2 Trace : 5, 19700101 000000.000 rubbish is not a valid IP address 20231019 134216.789 Connack rc is -1 20231019 134216.989 Connack rc is -1 110/151 Test #59: test4-7-pending-tokens ...............................................***Timeout 540.11 sec 20231019 134213.408 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.408 Version: 1.3.13 20231019 134213.408 Build level: 2023-10-19T13:42:05Z 20231019 134213.408 Starting test 7 - pending tokens 111/151 Test #60: test4-8-incomplete-commands-requests .................................***Timeout 540.11 sec 20231019 134213.410 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.410 Version: 1.3.13 20231019 134213.410 Build level: 2023-10-19T13:42:05Z 20231019 134213.410 Starting test 8 - incomplete commands 112/151 Test #61: test45-1-basic-connect-subscribe-receive .............................***Timeout 540.10 sec 20231019 134213.412 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.412 Version: 1.3.13 20231019 134213.412 Build level: 2023-10-19T13:42:05Z 20231019 134213.412 Starting V5 test 1 - asynchronous connect 113/151 Test #64: test45-4-send-receive-big-messages ...................................***Timeout 540.10 sec 20231019 134213.417 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.417 Version: 1.3.13 20231019 134213.417 Build level: 2023-10-19T13:42:05Z 20231019 134213.417 Starting test 4 - big messages 114/151 Test #66: test45-6-ha-connections ..............................................***Timeout 540.10 sec 20231019 134213.421 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.421 Version: 1.3.13 20231019 134213.421 Build level: 2023-10-19T13:42:05Z 20231019 134213.421 Starting test 6 - HA connections Trace : 3, ========================================================= Trace : 3, Trace Output Trace : 3, Product name: Eclipse Paho Asynchronous MQTT C Client Library Trace : 3, Version: 1.3.13 Trace : 3, Build level: 2023-10-19T13:42:05Z Trace : 3, /proc/version: Linux version 6.4.8-200.fc38.x86_64 (mockbuild@19f404ff1c8d49eb96f846fb1f144e6d) (gcc (GCC) 13.2.1 20230728 (Red Hat 13.2.1-1), GNU ld version 2.39-9.fc38) #1 SMP PREEMPT_DYNAMIC Thu Aug 3 21:44:06 UTC 2023 Trace : 3, ========================================================= Trace : 5, 19700101 000000.000 getaddrinfo failed for addr rubbish with rc -2 Trace : 5, 19700101 000000.000 rubbish is not a valid IP address 20231019 134216.789 Connack rc is 0 20231019 134216.990 Connack rc is 0 115/151 Test #67: test45-7-pending-tokens ..............................................***Timeout 540.09 sec 20231019 134213.423 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.423 Version: 1.3.13 20231019 134213.423 Build level: 2023-10-19T13:42:05Z 20231019 134213.423 Starting test 7 - persistence, qos 1, MQTT versions: 5 then 5 116/151 Test #68: test45-8-incomplete-commands-requests ................................***Timeout 540.09 sec 20231019 134213.426 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.426 Version: 1.3.13 20231019 134213.426 Build level: 2023-10-19T13:42:05Z 20231019 134213.426 Starting test 8 - incomplete commands 117/151 Test #99: test8-4-send-receive-big-messages ....................................***Timeout 540.00 sec 20231019 134213.601 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134213.601 Version: 1.3.13 20231019 134213.601 Build level: 2023-10-19T13:42:05Z 20231019 134213.601 Starting test 4 - big messages 118/151 Test #104: test9-1-offline-buffering-send-disconnected ..........................***Timeout 540.00 sec 20231019 134213.624 Random prefix/suffix is 43652147 20231019 134213.624 Starting Offline buffering 1 - messages while disconnected 119/151 Test #106: test9-3-offline-buffering-auto-reconnect .............................***Timeout 540.01 sec 20231019 134213.635 Random prefix/suffix is 43652147 20231019 134213.635 Starting Offline buffering 3 - messages while disconnected 120/151 Test #107: test9-4-offline-buffering-auto-reconnect-serverURIs ..................***Timeout 540.00 sec 20231019 134213.637 Random prefix/suffix is 43652147 20231019 134213.637 Starting Offline buffering 4 - messages while disconnected with serverURIs 121/151 Test #108: test9-5-offline-buffering-max-buffered ...............................***Timeout 540.00 sec 20231019 134213.641 Random prefix/suffix is 43652147 20231019 134213.641 Starting Offline buffering 5 - max buffered 122/151 Test #109: test9-6-offline-buffering-max-buffered-binary-will ...................***Timeout 540.00 sec 20231019 134213.646 Random prefix/suffix is 43652147 20231019 134213.646 Starting Offline buffering 6 - max buffered with binary will 123/151 Test #110: test9-8-offline-buffering-before-connect .............................***Timeout 540.00 sec 20231019 134213.649 Random prefix/suffix is 43652147 20231019 134213.649 Starting Offline buffering 8 - send messages before successful connect 124/151 Test #111: test9-10-offline-buffering-delete-oldest-messages ....................***Timeout 540.01 sec 20231019 134213.659 Random prefix/suffix is 43652147 20231019 134213.659 Starting Offline buffering 10 - delete oldest buffered messages first 125/151 Test #112: test9-1-ws-offline-buffering-send-disconnected .......................***Timeout 540.00 sec 20231019 134213.662 Random prefix/suffix is 43652147 20231019 134213.662 Starting Offline buffering 1 - messages while disconnected 126/151 Test #114: test9-3-ws-offline-buffering-auto-reconnect ..........................***Timeout 540.00 sec 20231019 134213.677 Random prefix/suffix is 43652147 20231019 134213.677 Starting Offline buffering 3 - messages while disconnected 127/151 Test #115: test9-4-ws-offline-buffering-auto-reconnect-serverURIs ...............***Timeout 540.00 sec 20231019 134213.679 Random prefix/suffix is 43652147 20231019 134213.679 Starting Offline buffering 4 - messages while disconnected with serverURIs 128/151 Test #116: test9-5-ws-offline-buffering-max-buffered ............................***Timeout 540.00 sec 20231019 134213.698 Random prefix/suffix is 43652147 20231019 134213.698 Starting Offline buffering 5 - max buffered 129/151 Test #117: test9-6-ws-offline-buffering-max-buffered-binary-will ................***Timeout 540.00 sec 20231019 134213.730 Random prefix/suffix is 43652147 20231019 134213.730 Starting Offline buffering 6 - max buffered with binary will 130/151 Test #118: test9-8-ws-offline-buffering-before-connect ..........................***Timeout 540.00 sec 20231019 134213.758 Random prefix/suffix is 43652147 20231019 134213.758 Starting Offline buffering 8 - send messages before successful connect 131/151 Test #119: test9-10-ws-offline-buffering-delete-oldest-messages .................***Timeout 540.00 sec 20231019 134213.775 Random prefix/suffix is 43652147 20231019 134213.775 Starting Offline buffering 10 - delete oldest buffered messages first 132/151 Test #120: test95-1-offline-buffering-send-disconnected .........................***Timeout 540.00 sec 20231019 134213.787 Random prefix/suffix is 43652147 20231019 134213.788 Starting Offline buffering 1 - messages while disconnected 133/151 Test #121: test95-2-offline-buffering-send-disconnected-serverURIs ..............***Timeout 540.00 sec 20231019 134213.803 Random prefix/suffix is 43652147 20231019 134213.803 Starting Offline buffering 2 - messages while disconnected with serverURIs 134/151 Test #122: test95-3-offline-buffering-auto-reconnect ............................***Timeout 540.00 sec 20231019 134213.807 Random prefix/suffix is 43652147 20231019 134213.808 Starting Offline buffering 3 - messages while disconnected 135/151 Test #123: test95-4-offline-buffering-auto-reconnect-serverURIs .................***Timeout 540.00 sec 20231019 134213.915 Random prefix/suffix is 43652147 20231019 134213.915 Starting Offline buffering 4 - messages while disconnected with serverURIs 136/151 Test #124: test95-5-offline-buffering-max-buffered ..............................***Timeout 540.00 sec 20231019 134213.919 Random prefix/suffix is 43652147 20231019 134213.919 Starting Offline buffering 5 - max buffered 137/151 Test #125: test95-6-offline-buffering-max-buffered-binary-will ..................***Timeout 540.00 sec 20231019 134213.923 Random prefix/suffix is 43652147 20231019 134213.923 Starting Offline buffering 6 - max buffered with binary will 138/151 Test #126: test95-1ws-offline-buffering-send-disconnected .......................***Timeout 540.00 sec 20231019 134214.539 Random prefix/suffix is 817952811 20231019 134214.539 Starting Offline buffering 1 - messages while disconnected 139/151 Test #127: test95-2ws-offline-buffering-send-disconnected-serverURIs ............***Timeout 540.00 sec 20231019 134214.689 Random prefix/suffix is 817952811 20231019 134214.689 Starting Offline buffering 2 - messages while disconnected with serverURIs 140/151 Test #128: test95-3ws-offline-buffering-auto-reconnect ..........................***Timeout 540.00 sec 20231019 134215.674 Random prefix/suffix is 501541541 20231019 134215.674 Starting Offline buffering 3 - messages while disconnected 141/151 Test #129: test95-4ws-offline-buffering-auto-reconnect-serverURIs ...............***Timeout 540.00 sec 20231019 134215.856 Random prefix/suffix is 501541541 20231019 134215.857 Starting Offline buffering 4 - messages while disconnected with serverURIs 142/151 Test #130: test95-5ws-offline-buffering-max-buffered ............................***Timeout 540.00 sec 20231019 134219.517 Random prefix/suffix is 376111158 20231019 134219.517 Starting Offline buffering 5 - max buffered 143/151 Test #131: test95-6ws-offline-buffering-max-buffered-binary-will ................***Timeout 540.00 sec 20231019 134219.627 Random prefix/suffix is 376111158 20231019 134219.627 Starting Offline buffering 6 - max buffered with binary will 144/151 Test #141: test11-1-client_topic_aliases ........................................***Timeout 540.00 sec 20231019 134220.525 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134220.525 Version: 1.3.13 20231019 134220.525 Build level: 2023-10-19T13:42:05Z 20231019 134220.525 Starting V5 test 1 - client topic aliases 145/151 Test #142: test11-2-server_topic_aliases ........................................***Timeout 540.00 sec 20231019 134220.583 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134220.583 Version: 1.3.13 20231019 134220.583 Build level: 2023-10-19T13:42:05Z 20231019 134220.583 Starting V5 test 2 - server topic aliases 146/151 Test #143: test11-3-subscription_ids ............................................***Timeout 540.00 sec 20231019 134220.602 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134220.602 Version: 1.3.13 20231019 134220.602 Build level: 2023-10-19T13:42:05Z 20231019 134220.602 Starting V5 test 3 - subscription ids 147/151 Test #144: test11-4-flow_control ................................................***Timeout 540.00 sec 20231019 134220.606 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134220.606 Version: 1.3.13 20231019 134220.606 Build level: 2023-10-19T13:42:05Z 20231019 134220.606 Starting V5 test - flow control 148/151 Test #145: test11-5-error_handling ..............................................***Timeout 540.00 sec 20231019 134220.611 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134220.611 Version: 1.3.13 20231019 134220.611 Build level: 2023-10-19T13:42:05Z 20231019 134220.611 Starting V5 test - error reporting 149/151 Test #146: test11-6-qos_1_2_errors ..............................................***Timeout 540.03 sec 20231019 134252.669 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134252.669 Version: 1.3.13 20231019 134252.669 Build level: 2023-10-19T13:42:05Z 20231019 134252.669 Starting V5 test - qos 1 and 2 errors 150/151 Test #147: test11-7-request_response ............................................***Timeout 540.02 sec 20231019 134252.677 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134252.677 Version: 1.3.13 20231019 134252.677 Build level: 2023-10-19T13:42:05Z 20231019 134252.677 Starting V5 test - request response 151/151 Test #148: test11-8-subscribe_options ...........................................***Timeout 540.08 sec 20231019 134414.682 Product name: Eclipse Paho Asynchronous MQTT C Client Library 20231019 134414.682 Version: 1.3.13 20231019 134414.682 Build level: 2023-10-19T13:42:05Z 20231019 134414.682 Starting V5 test - subscribe options 22% tests passed, 118 tests failed out of 151 Total Test time (real) = 661.46 sec The following tests FAILED: 1 - test1-1-single-thread-client (Failed) 2 - test1-2-multithread-callbacks (Failed) 4 - test1-4-client-persistence (Failed) 5 - test1-5-disconnect-with-quiesce (Failed) 6 - test1-6-connlost-will-message (Failed) 7 - test1-7-connlost-binary-will-message (Failed) 8 - test1-1-ws-single-thread-client (Failed) 9 - test1-2-ws-multithread-callbacks (Failed) 11 - test1-4-ws-client-persistence (Failed) 12 - test1-5-ws-disconnect-with-quiesce (Failed) 13 - test1-6-ws-connlost-will-message (Failed) 14 - test1-7-ws-connlost-binary-will-message (Failed) 15 - test15-1-single-thread-client (Failed) 16 - test15-2-multithread-callbacks (SEGFAULT) 18 - test15-4-client-persistence (Failed) 19 - test15-5-disconnect-with-quiesce (Failed) 20 - test15-6-connlost-will-message (Failed) 21 - test15-7-connlost-binary-will-message (Failed) 22 - test15-1-ws-single-thread-client (Failed) 23 - test15-2-ws-multithread-callbacks (SEGFAULT) 25 - test15-4-ws-client-persistence (Failed) 26 - test15-5-ws-disconnect-with-quiesce (Failed) 27 - test15-6-ws-connlost-will-message (Failed) 28 - test15-7-ws-connlost-binary-will-message (Failed) 29 - test2-1-multiple-threads-single-client (Failed) 30 - test2-1-ws-multiple-threads-single-client (Failed) 32 - test3-2as-mutual-ssl-auth-single-thread (Failed) 33 - test3-2am-mutual-ssl-auth-multi-thread (Failed) 36 - test3-2e-ssl-with-ha (Failed) 37 - test3-3as-broker-auth-server-cert-in-client-store-single-thread (Failed) 38 - test3-3am-broker-auth-server-cert-in-client-store-multi-thread (Failed) 40 - test3-4s-broker-auth-accept-invalid-certificate-single-thread (Failed) 41 - test3-4m-broker-auth-accept-invalid-certificate-multi-thread (Failed) 43 - test3-2as-ws-mutual-ssl-auth-single-thread (Failed) 44 - test3-2am-ws-mutual-ssl-auth-multi-thread (Failed) 47 - test3-2e-ws-ssl-with-ha (Failed) 48 - test3-3as-ws-broker-auth-server-cert-in-client-store-single-thread (Failed) 49 - test3-3am-ws-broker-auth-server-cert-in-client-store-multi-thread (Failed) 51 - test3-4s-ws-broker-auth-accept-invalid-certificate-single-thread (Failed) 52 - test3-4m-ws-broker-auth-accept-invalid-certificate-multi-thread (Failed) 53 - test4-1-basic-connect-subscribe-receive (Timeout) 55 - test4-3-multiple-client-objs-simultaneous-working (Failed) 56 - test4-4-send-receive-big-messages (Timeout) 58 - test4-6-ha-connections (Timeout) 59 - test4-7-pending-tokens (Timeout) 60 - test4-8-incomplete-commands-requests (Timeout) 61 - test45-1-basic-connect-subscribe-receive (Timeout) 63 - test45-3-multiple-client-objs-simultaneous-working (Failed) 64 - test45-4-send-receive-big-messages (Timeout) 66 - test45-6-ha-connections (Timeout) 67 - test45-7-pending-tokens (Timeout) 68 - test45-8-incomplete-commands-requests (Timeout) 71 - test5-2a-mutual-ssl-auth-certificates-in-place (Failed) 72 - test5-2a-ws-mutual-ssl-auth-certificates-in-place (Failed) 79 - test5-3a-server-auth-server-cert-in-client-store (Failed) 80 - test5-3a-ws-server-auth-server-cert-in-client-store (Failed) 83 - test5-4-accept-invalid-certificates (Failed) 84 - test5-4-ws-accept-invalid-certificates (Failed) 85 - test5-6-multiple-connections (Failed) 86 - test5-6-ws-multiple-connections (Failed) 87 - test5-7-big-messages (Failed) 88 - test5-7-ws-big-messages (Failed) 89 - test5-2e-ssl-with-ha (Failed) 90 - test5-2e-ws-ssl-with-ha (Failed) 91 - test5-5-server-verify-with-capath (Failed) 92 - test5-5-ws-server-verify-with-capath (Failed) 98 - test8-3-multiple-client-objects-simultaneous-working (Failed) 99 - test8-4-send-receive-big-messages (Timeout) 101 - test8-5b-all-ha-connections-out-of-service-except-the-last-one (Failed) 102 - test8-5c-all-ha-connections-out-of-service-except-the-first-one (Failed) 103 - test8-6-blocked-acks (Failed) 104 - test9-1-offline-buffering-send-disconnected (Timeout) 105 - test9-2-offline-buffering-send-disconnected-serverURIs (Failed) 106 - test9-3-offline-buffering-auto-reconnect (Timeout) 107 - test9-4-offline-buffering-auto-reconnect-serverURIs (Timeout) 108 - test9-5-offline-buffering-max-buffered (Timeout) 109 - test9-6-offline-buffering-max-buffered-binary-will (Timeout) 110 - test9-8-offline-buffering-before-connect (Timeout) 111 - test9-10-offline-buffering-delete-oldest-messages (Timeout) 112 - test9-1-ws-offline-buffering-send-disconnected (Timeout) 113 - test9-2-ws-offline-buffering-send-disconnected-serverURIs (Failed) 114 - test9-3-ws-offline-buffering-auto-reconnect (Timeout) 115 - test9-4-ws-offline-buffering-auto-reconnect-serverURIs (Timeout) 116 - test9-5-ws-offline-buffering-max-buffered (Timeout) 117 - test9-6-ws-offline-buffering-max-buffered-binary-will (Timeout) 118 - test9-8-ws-offline-buffering-before-connect (Timeout) 119 - test9-10-ws-offline-buffering-delete-oldest-messages (Timeout) 120 - test95-1-offline-buffering-send-disconnected (Timeout) 121 - test95-2-offline-buffering-send-disconnected-serverURIs (Timeout) 122 - test95-3-offline-buffering-auto-reconnect (Timeout) 123 - test95-4-offline-buffering-auto-reconnect-serverURIs (Timeout) 124 - test95-5-offline-buffering-max-buffered (Timeout) 125 - test95-6-offline-buffering-max-buffered-binary-will (Timeout) 126 - test95-1ws-offline-buffering-send-disconnected (Timeout) 127 - test95-2ws-offline-buffering-send-disconnected-serverURIs (Timeout) 128 - test95-3ws-offline-buffering-auto-reconnect (Timeout) 129 - test95-4ws-offline-buffering-auto-reconnect-serverURIs (Timeout) 130 - test95-5ws-offline-buffering-max-buffered (Timeout) 131 - test95-6ws-offline-buffering-max-buffered-binary-will (Timeout) 132 - test10-1-client_topic_aliases (Failed) 133 - test10-2-server_topic_aliases (Failed) 134 - test10-3-subscription_ids (Failed) 135 - test10-4-flow_control (Failed) 136 - test10-5-error_handling (Failed) 137 - test10-6-qos_1_2_errors (Failed) 138 - test10-7-request_response (Failed) 139 - test10-8-subscribe_options (Failed) 140 - test10-9-shared_subscriptions (Failed) 141 - test11-1-client_topic_aliases (Timeout) 142 - test11-2-server_topic_aliases (Timeout) 143 - test11-3-subscription_ids (Timeout) 144 - test11-4-flow_control (Timeout) 145 - test11-5-error_handling (Timeout) 146 - test11-6-qos_1_2_errors (Timeout) 147 - test11-7-request_response (Timeout) 148 - test11-8-subscribe_options (Timeout) 149 - test11-9-shared_subscriptions (Failed) 150 - test_sync_session_present-1-client_session_present_after_reconnect (Failed) Errors while running CTest ```
icraggs commented 10 months ago

Those settings don't look much different from those used in the CI tests which are working:

I take the implication is that 1.3.12 was working for you?

kloczek commented 8 months ago

I take the implication is that 1.3.12 was working for you?

1.3.13 was first version which I've packaged.

icraggs commented 8 months ago

Did you start the test broker and proxy? You'll see in the Github action CI tests that there are steps for both of those. https://github.com/eclipse/paho.mqtt.c/actions/runs/7399161959/workflow

kloczek commented 7 months ago

No I didn't. BTW: ctest can handle start custom process for exact unit session https://cmake.org/cmake/help/latest/prop_test/FIXTURES_REQUIRED.html