Package evaluation of MQTTClient on Julia 1.13.0-DEV.464 (abc56fde89*) started at 2025-05-01T13:56:33.368 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... ┌ Warning: could not download https://pkg.julialang.org/registries │ exception = RequestError: HTTP/2 301 (Connection timed out after 30005 milliseconds) while requesting https://pkg.julialang.org/registries └ @ Pkg.Registry /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Registry/Registry.jl:77 Set-up completed after 5.62s ################################################################################ # Installation # Installing MQTTClient... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [985f35cc] + MQTTClient v0.3.1 Updating `~/.julia/environments/v1.13/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 2.22s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 10.75s ################################################################################ # Testing # Testing MQTTClient Status `/tmp/jl_QbrUfT/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_QbrUfT/Manifest.toml` [985f35cc] MQTTClient v0.3.1 [2a0f44e3] Base64 v1.11.0 [8ba89e20] Distributed v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.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 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... Test Summary: | Pass Total Time client tests | 79 79 7.0s MQTT Client functionality | 29 29 1.4s Client | 12 12 0.3s MQTT Message | 11 11 0.3s write_loop | 1 1 0.8s packet_id | 1 1 0.0s client state | 4 4 0.0s MQTT Connection functionality | 21 21 0.3s MQTT TCP Connection from ip | 7 7 0.2s MQTT TCP Connection from string | 7 7 0.0s MQTT UDS Connection | 7 7 0.1s MQTT interface functionality | 14 14 3.1s Make MQTT tcp connection | 4 4 0.1s Make MQTT uds connection | 2 2 0.0s Test Client show function | 1 1 0.2s Test Connection show function | 1 1 0.2s MQTT subscribe async | 1 1 0.8s MQTT publish async | 1 1 0.8s unsubscribe_async | 4 4 0.9s handlers | 15 15 1.7s handle_connack | 4 4 0.5s handle_publish | 4 4 0.5s handle_ack | 2 2 0.3s handle_pubrec | 1 1 0.1s handle_pubrel | 1 1 0.0s handle_suback | 1 1 0.3s handle_pingresp | 2 2 0.0s Test Summary: | Pass Total Time utils tests | 26 26 0.6s topic_wildcard_len_check | 4 4 0.0s filter_wildcard_len_check | 7 7 0.0s packet struct | 1 1 0.4s mqtt distributed channel | 1 1 0.0s mqtt_read | 2 2 0.0s mqtt_write | 3 3 0.0s 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.0s Test TrieNode removal | 3 3 0.0s Test Summary: | Pass Total Time integration tests | 20 20 6.4s TCP Client | 10 10 3.7s UDS Client | 10 10 2.6s Running tests for Julia: 1.13.0-DEV.464 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 17.65s PkgEval succeeded after 169.53s