Package evaluation to test MQTTClient on Julia 1.14.0-DEV.30 (073666df8b*) started at 2025-11-04T12:40:47.237 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.83s ################################################################################ # 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.83s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ UndefVarError: `project_rel_path` not defined in `TestEnv` │ Suggestion: this global was defined as `Pkg.Operations.project_rel_path` but not assigned a value. │ Stacktrace: │ [1] get_test_dir(ctx::Pkg.Types.Context, pkgspec::PackageSpec) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:9 │ [6] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:24 │ [7] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [8] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:344 │ [9] _start() │ @ Base ./client.jl:577 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompilation completed after 13.7s ################################################################################ # Testing # Testing MQTTClient Status `/tmp/jl_SxXjuU/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_SxXjuU/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 v1.0.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 9.3s MQTT Client functionality | 29 29 1.7s Client | 12 12 0.3s MQTT Message | 11 11 0.1s write_loop | 1 1 1.2s packet_id | 1 1 0.0s client state | 4 4 0.1s MQTT Connection functionality | 21 21 0.3s MQTT TCP Connection from ip | 7 7 0.2s MQTT TCP Connection from string | 7 7 0.1s MQTT UDS Connection | 7 7 0.1s MQTT interface functionality | 14 14 3.9s 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 1.0s MQTT publish async | 1 1 1.0s unsubscribe_async | 4 4 1.2s handlers | 15 15 2.6s handle_connack | 4 4 0.9s 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.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.2s 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.8s TCP Client | 10 10 4.0s UDS Client | 10 10 2.8s Running tests for Julia: 1.14.0-DEV.30 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.18s PkgEval succeeded after 63.69s