-
-
Save andypiper/6157182 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mosquitto make | |
| Scanning dependencies of target libmosquitto | |
| [ 2%] Building C object lib/CMakeFiles/libmosquitto.dir/logging_mosq.c.o | |
| [ 4%] Building C object lib/CMakeFiles/libmosquitto.dir/memory_mosq.c.o | |
| [ 6%] Building C object lib/CMakeFiles/libmosquitto.dir/messages_mosq.c.o | |
| [ 8%] Building C object lib/CMakeFiles/libmosquitto.dir/mosquitto.c.o | |
| [ 11%] Building C object lib/CMakeFiles/libmosquitto.dir/net_mosq.c.o | |
| [ 13%] Building C object lib/CMakeFiles/libmosquitto.dir/read_handle.c.o | |
| [ 15%] Building C object lib/CMakeFiles/libmosquitto.dir/read_handle_client.c.o | |
| [ 17%] Building C object lib/CMakeFiles/libmosquitto.dir/read_handle_shared.c.o | |
| [ 20%] Building C object lib/CMakeFiles/libmosquitto.dir/send_client_mosq.c.o | |
| [ 22%] Building C object lib/CMakeFiles/libmosquitto.dir/send_mosq.c.o | |
| [ 24%] Building C object lib/CMakeFiles/libmosquitto.dir/thread_mosq.c.o | |
| [ 26%] Building C object lib/CMakeFiles/libmosquitto.dir/time_mosq.c.o | |
| [ 28%] Building C object lib/CMakeFiles/libmosquitto.dir/tls_mosq.c.o | |
| [ 31%] Building C object lib/CMakeFiles/libmosquitto.dir/util_mosq.c.o | |
| [ 33%] Building C object lib/CMakeFiles/libmosquitto.dir/will_mosq.c.o | |
| Linking C shared library libmosquitto.dylib | |
| [ 33%] Built target libmosquitto | |
| Scanning dependencies of target mosquittopp | |
| [ 35%] Building CXX object lib/cpp/CMakeFiles/mosquittopp.dir/mosquittopp.cpp.o | |
| Linking CXX shared library libmosquittopp.dylib | |
| [ 35%] Built target mosquittopp | |
| Scanning dependencies of target mosquitto_pub | |
| [ 37%] Building C object client/CMakeFiles/mosquitto_pub.dir/pub_client.c.o | |
| Linking C executable mosquitto_pub | |
| [ 37%] Built target mosquitto_pub | |
| Scanning dependencies of target mosquitto_sub | |
| [ 40%] Building C object client/CMakeFiles/mosquitto_sub.dir/sub_client.c.o | |
| Linking C executable mosquitto_sub | |
| [ 40%] Built target mosquitto_sub | |
| Scanning dependencies of target mosquitto | |
| [ 42%] Building C object src/CMakeFiles/mosquitto.dir/conf.c.o | |
| [ 44%] Building C object src/CMakeFiles/mosquitto.dir/context.c.o | |
| [ 46%] Building C object src/CMakeFiles/mosquitto.dir/database.c.o | |
| [ 48%] Building C object src/CMakeFiles/mosquitto.dir/logging.c.o | |
| [ 51%] Building C object src/CMakeFiles/mosquitto.dir/loop.c.o | |
| [ 53%] Building C object src/CMakeFiles/mosquitto.dir/__/lib/memory_mosq.c.o | |
| [ 55%] Building C object src/CMakeFiles/mosquitto.dir/mosquitto.c.o | |
| [ 57%] Building C object src/CMakeFiles/mosquitto.dir/net.c.o | |
| [ 60%] Building C object src/CMakeFiles/mosquitto.dir/__/lib/net_mosq.c.o | |
| [ 62%] Building C object src/CMakeFiles/mosquitto.dir/persist.c.o | |
| [ 64%] Building C object src/CMakeFiles/mosquitto.dir/read_handle.c.o | |
| [ 66%] Building C object src/CMakeFiles/mosquitto.dir/read_handle_client.c.o | |
| [ 68%] Building C object src/CMakeFiles/mosquitto.dir/read_handle_server.c.o | |
| [ 71%] Building C object src/CMakeFiles/mosquitto.dir/__/lib/read_handle_shared.c.o | |
| [ 73%] Building C object src/CMakeFiles/mosquitto.dir/subs.c.o | |
| [ 75%] Building C object src/CMakeFiles/mosquitto.dir/security.c.o | |
| [ 77%] Building C object src/CMakeFiles/mosquitto.dir/security_default.c.o | |
| [ 80%] Building C object src/CMakeFiles/mosquitto.dir/__/lib/send_client_mosq.c.o | |
| [ 82%] Building C object src/CMakeFiles/mosquitto.dir/__/lib/send_mosq.c.o | |
| [ 84%] Building C object src/CMakeFiles/mosquitto.dir/send_server.c.o | |
| [ 86%] Building C object src/CMakeFiles/mosquitto.dir/sys_tree.c.o | |
| [ 88%] Building C object src/CMakeFiles/mosquitto.dir/__/lib/time_mosq.c.o | |
| [ 91%] Building C object src/CMakeFiles/mosquitto.dir/__/lib/tls_mosq.c.o | |
| [ 93%] Building C object src/CMakeFiles/mosquitto.dir/__/lib/util_mosq.c.o | |
| [ 95%] Building C object src/CMakeFiles/mosquitto.dir/__/lib/will_mosq.c.o | |
| [ 97%] Building C object src/CMakeFiles/mosquitto.dir/bridge.c.o | |
| Linking C executable mosquitto | |
| [ 97%] Built target mosquitto | |
| Scanning dependencies of target mosquitto_passwd | |
| [100%] Building C object src/CMakeFiles/mosquitto_passwd.dir/mosquitto_passwd.c.o | |
| Linking C executable mosquitto_passwd | |
| [100%] Built target mosquitto_passwd | |
| ➜ mosquitto cd test | |
| ➜ test make test | |
| make -C broker test | |
| make -C c | |
| make[2]: Nothing to be done for `all'. | |
| ./01-connect-success.py | |
| ./01-connect-invalid-protonum.py | |
| ./01-connect-invalid-id-0.py | |
| ./01-connect-invalid-id-missing.py | |
| ./01-connect-anon-denied.py | |
| ./01-connect-uname-no-password-denied.py | |
| ./01-connect-uname-password-denied.py | |
| ./01-connect-uname-password-success.py | |
| ./02-subscribe-qos0.py | |
| ./02-subscribe-qos1.py | |
| ./02-subscribe-qos2.py | |
| ./02-subpub-qos0.py | |
| ./02-subpub-qos1.py | |
| ./02-subpub-qos2.py | |
| ./02-unsubscribe-qos0.py | |
| ./02-unsubscribe-qos1.py | |
| ./02-unsubscribe-qos2.py | |
| ./03-publish-qos1.py | |
| ./03-publish-qos2.py | |
| ./03-publish-b2c-timeout-qos1.py | |
| ./03-publish-b2c-disconnect-qos1.py | |
| ./03-publish-c2b-timeout-qos2.py | |
| ./03-publish-c2b-disconnect-qos2.py | |
| ./03-publish-b2c-timeout-qos2.py | |
| ./03-publish-b2c-disconnect-qos2.py | |
| ./03-pattern-matching.py | |
| ./04-retain-qos0.py | |
| ./04-retain-qos0-fresh.py | |
| ./04-retain-qos0-repeated.py | |
| ./04-retain-qos1-qos0.py | |
| ./04-retain-qos0-clear.py | |
| ./05-clean-session-qos1.py | |
| ./06-bridge-reconnect-local-out.py | |
| ./06-bridge-br2b-disconnect-qos1.py | |
| FAIL: Received incorrect 2nd subscribe. | |
| Received (not decoded): :,bridge/disc | |
| Expected: SUBSCRIBE, rl=13, mid=3, topic0=bridge/#,1 | |
| 1375719145: mosquitto version 1.1.90 (build date 2013-08-05 17:11:06+0100) starting | |
| 1375719145: Config loaded from 06-bridge-br2b-disconnect-qos1.conf. | |
| 1375719145: Opening ipv4 listen socket on port 1889. | |
| 1375719145: Opening ipv6 listen socket on port 1889. | |
| 1375719145: Connecting bridge bridge_sample (127.0.0.1:1888) | |
| 1375719146: New connection from 127.0.0.1 on port 1889. | |
| 1375719146: New client connected from 127.0.0.1 as test-helper (c1, k60). | |
| 1375719146: Socket read error on client test-helper, disconnecting. | |
| 1375719146: Found id for client "test-helper", their index was 0. | |
| 1375719146: Socket read error on client cortez.local.bridge_sample, disconnecting. | |
| 1375719151: Connecting bridge bridge_sample (127.0.0.1:1888) | |
| 1375719151: mosquitto version 1.1.90 terminating | |
| 1375719151: Unable to find id for client "cortez.local.bridge_sample". | |
| make[1]: *** [06] Error 1 | |
| make: *** [test] Error 2 | |
| ➜ test make -C broker 07 | |
| ./07-will-qos0.py | |
| ./07-will-null.py | |
| ./07-will-acl-denied.py | |
| ./07-will-null-topic.py | |
| ➜ test make -C broker 08 | |
| ./08-ssl-connect-no-auth.py | |
| ./08-ssl-connect-no-auth-wrong-ca.py | |
| 1375719166: mosquitto version 1.1.90 (build date 2013-08-05 17:11:06+0100) starting | |
| 1375719166: Config loaded from 08-ssl-connect-no-auth-wrong-ca.conf. | |
| 1375719166: Opening ipv4 listen socket on port 1888. | |
| 1375719166: Opening ipv6 listen socket on port 1888. | |
| 1375719167: New connection from 127.0.0.1 on port 1888. | |
| 1375719167: Client connection from 127.0.0.1 failed: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number. | |
| 1375719177: mosquitto version 1.1.90 terminating | |
| make: *** [08] Error 1 | |
| ➜ test make -C broker 09 | |
| ./09-plugin-auth-unpwd-success.py | |
| ./09-plugin-auth-unpwd-fail.py | |
| ➜ test make -C broker 10 | |
| ./10-listener-mount-point.py | |
| $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment