Package evaluation of MQTTClient on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T07:36:17.069 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.84s ################################################################################ # Installation # Installing MQTTClient... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [985f35cc] + MQTTClient v0.3.1 Updating `~/.julia/environments/v1.11/Manifest.toml` [985f35cc] + MQTTClient v0.3.1 [8ba89e20] + Distributed v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 Installation completed after 3.49s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 17.14s ################################################################################ # Testing # Testing MQTTClient Status `/tmp/jl_1Iv9Lw/Project.toml` [985f35cc] MQTTClient v0.3.1 [8ba89e20] Distributed v1.11.0 [9a3f8284] Random v1.11.0 [6462fe0b] Sockets v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_1Iv9Lw/Manifest.toml` [985f35cc] MQTTClient v0.3.1 [2a0f44e3] Base64 v1.11.0 [8ba89e20] Distributed v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... Test Summary: | Pass Total Time client tests | 79 79 8.9s MQTT Client functionality | 29 29 1.8s Client | 12 12 0.2s MQTT Message | 11 11 0.1s write_loop | 1 1 1.4s packet_id | 1 1 0.1s client state | 4 4 0.1s MQTT Connection functionality | 21 21 0.6s MQTT TCP Connection from ip | 7 7 0.3s MQTT TCP Connection from string | 7 7 0.3s MQTT UDS Connection | 7 7 0.1s MQTT interface functionality | 14 14 3.4s Make MQTT tcp connection | 4 4 0.1s Make MQTT uds connection | 2 2 0.1s Test Client show function | 1 1 0.4s Test Connection show function | 1 1 0.2s MQTT subscribe async | 1 1 1.2s MQTT publish async | 1 1 0.6s unsubscribe_async | 4 4 1.0s handlers | 15 15 2.4s handle_connack | 4 4 0.7s handle_publish | 4 4 0.8s handle_ack | 2 2 0.4s handle_pubrec | 1 1 0.1s handle_pubrel | 1 1 0.0s handle_suback | 1 1 0.4s handle_pingresp | 2 2 0.0s Test Summary: | Pass Total Time utils tests | 26 26 0.8s topic_wildcard_len_check | 4 4 0.0s filter_wildcard_len_check | 7 7 0.0s packet struct | 1 1 0.5s mqtt distributed channel | 1 1 0.0s mqtt_read | 2 2 0.0s mqtt_write | 3 3 0.1s write_len and read_len | 8 8 0.1s Test Summary: | Pass Total Time topic trie tests | 7 7 0.1s Test TrieNode creation and insertion | 4 4 0.1s Test TrieNode removal | 3 3 0.0s Test Summary: | Pass Total Time integration tests | 20 20 7.4s TCP Client | 10 10 4.3s UDS Client | 10 10 3.1s Running tests for Julia: 1.11.4 127.0.0.1:1883 not online -- skipping smoke test ┌ Error: IOError("connect: connection refused (ECONNREFUSED)", -111) └ @ Main ~/.julia/packages/MQTTClient/yZP6s/test/smoke/smoketest.tcp.jl:27 -------------------------------------------------------------------------------- 127.0.0.1:8883 not online -- skipping smoke test ┌ Error: IOError("connect: connection refused (ECONNREFUSED)", -111) └ @ Main ~/.julia/packages/MQTTClient/yZP6s/test/smoke/smoketest.secure.jl:27 -------------------------------------------------------------------------------- /tmp/mqtt.sock not online -- skipping smoke test ┌ Error: IOError("connect: no such file or directory (ENOENT)", -2) └ @ Main ~/.julia/packages/MQTTClient/yZP6s/test/smoke/smoketest.uds.jl:27 -------------------------------------------------------------------------------- Testing MQTTClient tests passed Testing completed after 23.34s PkgEval succeeded after 62.98s