Package evaluation to test MQTTClient on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T19:20:31.440 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.69s ################################################################################ # Installation # Installing MQTTClient... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [985f35cc] + MQTTClient v0.3.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [985f35cc] + MQTTClient v0.3.1 [8ba89e20] + Distributed v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 Installation completed after 3.55s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 Precompilation failed after 13.36s ################################################################################ # Testing # Testing MQTTClient Status `/tmp/jl_HPPzKU/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_HPPzKU/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.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 Testing Running tests... Test Summary: | Pass Total Time client tests | 79 79 8.3s MQTT Client functionality | 29 29 1.6s Client | 12 12 0.3s MQTT Message | 11 11 0.1s write_loop | 1 1 1.1s 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.5s Make MQTT tcp connection | 4 4 0.1s Make MQTT uds connection | 2 2 0.0s Test Client show function | 1 1 0.3s Test Connection show function | 1 1 0.2s MQTT subscribe async | 1 1 0.8s MQTT publish async | 1 1 0.9s unsubscribe_async | 4 4 1.2s handlers | 15 15 2.1s handle_connack | 4 4 0.8s handle_publish | 4 4 0.6s 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.7s 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.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.6s TCP Client | 10 10 3.9s UDS Client | 10 10 2.7s Running tests for Julia: 1.14.0-DEV.1352 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 21.84s PkgEval succeeded after 61.59s