Package evaluation of FTPClient on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T09:05:44.817 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.74s ################################################################################ # Installation # Installing FTPClient... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [01fcc997] + FTPClient v1.2.1 Updating `~/.julia/environments/v1.11/Manifest.toml` [01fcc997] + FTPClient v1.2.1 [30578b45] + URIParser v0.4.1 [56f22d72] + Artifacts v1.11.0 [b27032c2] + LibCURL v0.6.4 [8f399da3] + Libdl v1.11.0 [4ec0a83e] + Unicode v1.11.0 [deac9b47] + LibCURL_jll v8.6.0+0 [29816b5a] + LibSSH2_jll v1.11.0+1 [c8ffd9c3] + MbedTLS_jll v2.28.6+0 [14a3606d] + MozillaCACerts_jll v2023.12.12 [83775a58] + Zlib_jll v1.2.13+1 [8e850ede] + nghttp2_jll v1.59.0+0 Installation completed after 1.75s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 87.34s ################################################################################ # Testing # Testing FTPClient Status `/tmp/jl_eerBGM/Project.toml` [01fcc997] FTPClient v1.2.1 [9c2b0ca7] FTPServer v0.3.1 [30578b45] URIParser v0.4.1 [b27032c2] LibCURL v0.6.4 [8dfed614] Test v1.11.0 Status `/tmp/jl_eerBGM/Manifest.toml` [8f4d0f93] Conda v1.10.2 [01fcc997] FTPClient v1.2.1 [9c2b0ca7] FTPServer v0.3.1 [682c06a0] JSON v0.21.4 [1914dd2f] MacroTools v0.5.15 [f28f55f0] Memento v1.4.1 [69de0a69] Parsers v2.8.1 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [438e738f] PyCall v1.96.4 [ae029012] Requires v1.3.1 [30578b45] URIParser v0.4.1 [81def892] VersionParsing v1.3.0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [b27032c2] LibCURL v0.6.4 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.2.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [deac9b47] LibCURL_jll v8.6.0+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.6+0 [14a3606d] MozillaCACerts_jll v2023.12.12 [4536629a] OpenBLAS_jll v0.3.27+1 [83775a58] Zlib_jll v1.2.13+1 [8e850b90] libblastrampoline_jll v5.11.0+0 [8e850ede] nghttp2_jll v1.59.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Precompiling FTPServer... 2256.1 ms ✓ Conda 16100.5 ms ✓ PyCall 10100.2 ms ✓ FTPServer 3 dependencies successfully precompiled in 29 seconds. 31 already precompiled. [ Info: Installing OpenSSL.crypto via the Conda OpenSSL package... [ Info: Running `conda install -q -y OpenSSL` in root environment Channels: - conda-forge Platform: linux-64 Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done # All requested packages already installed. ERROR: LoadError: InitError: PyError (PyImport_ImportModule The Python package OpenSSL.crypto could not be imported by pyimport. Usually this means that you did not install OpenSSL.crypto in the Python version being used by PyCall. PyCall is currently configured to use the Julia-specific Python distribution installed by the Conda.jl package. To install the OpenSSL.crypto module, you can use `pyimport_conda("OpenSSL.crypto", PKG)`, where PKG is the Anaconda package that contains the module OpenSSL.crypto, or alternatively you can use the Conda package directly (via `using Conda` followed by `Conda.add` etcetera). Alternatively, if you want to use a different Python distribution on your system, such as a system-wide Python (as opposed to the Julia-specific Python), you can re-configure PyCall with that Python. As explained in the PyCall documentation, set ENV["PYTHON"] to the path/name of the python executable you want to use, run Pkg.build("PyCall"), and re-launch Julia. ) ModuleNotFoundError("No module named 'OpenSSL'") Stacktrace: [1] pyimport(name::String) @ PyCall ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:558 [2] pyimport_conda(modulename::String, condapkg::String, channel::String) @ PyCall ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:722 [3] pyimport_conda @ ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:715 [inlined] [4] __init__() @ FTPServer ~/.julia/packages/FTPServer/8L0oJ/src/FTPServer.jl:30 [5] run_module_init(mod::Module, i::Int64) @ Base ./loading.jl:1378 [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1366 [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}, ignore_native::Nothing; register::Bool) @ Base ./loading.jl:1254 [8] _include_from_serialized (repeats 2 times) @ ./loading.jl:1210 [inlined] [9] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String}) @ Base ./loading.jl:2057 [10] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2527 [11] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [12] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [13] invoke_in_world @ ./essentials.jl:1086 [inlined] [14] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [15] macro expansion @ ./loading.jl:2314 [inlined] [16] macro expansion @ ./lock.jl:273 [inlined] [17] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [18] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [19] invoke_in_world @ ./essentials.jl:1086 [inlined] [20] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [21] include(fname::String) @ Main ./sysimg.jl:38 [22] top-level scope @ none:6 during initialization of module FTPServer in expression starting at /home/pkgeval/.julia/packages/FTPClient/7DJzC/test/runtests.jl:3 caused by: PyError (PyImport_ImportModule The Python package OpenSSL.crypto could not be imported by pyimport. Usually this means that you did not install OpenSSL.crypto in the Python version being used by PyCall. PyCall is currently configured to use the Julia-specific Python distribution installed by the Conda.jl package. To install the OpenSSL.crypto module, you can use `pyimport_conda("OpenSSL.crypto", PKG)`, where PKG is the Anaconda package that contains the module OpenSSL.crypto, or alternatively you can use the Conda package directly (via `using Conda` followed by `Conda.add` etcetera). Alternatively, if you want to use a different Python distribution on your system, such as a system-wide Python (as opposed to the Julia-specific Python), you can re-configure PyCall with that Python. As explained in the PyCall documentation, set ENV["PYTHON"] to the path/name of the python executable you want to use, run Pkg.build("PyCall"), and re-launch Julia. ) ModuleNotFoundError("No module named 'OpenSSL'") Stacktrace: [1] pyimport(name::String) @ PyCall ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:558 [2] pyimport_conda(modulename::String, condapkg::String, channel::String) @ PyCall ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:716 [3] pyimport_conda @ ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:715 [inlined] [4] __init__() @ FTPServer ~/.julia/packages/FTPServer/8L0oJ/src/FTPServer.jl:30 [5] run_module_init(mod::Module, i::Int64) @ Base ./loading.jl:1378 [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1366 [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}, ignore_native::Nothing; register::Bool) @ Base ./loading.jl:1254 [8] _include_from_serialized (repeats 2 times) @ ./loading.jl:1210 [inlined] [9] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String}) @ Base ./loading.jl:2057 [10] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2527 [11] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [12] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [13] invoke_in_world @ ./essentials.jl:1086 [inlined] [14] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [15] macro expansion @ ./loading.jl:2314 [inlined] [16] macro expansion @ ./lock.jl:273 [inlined] [17] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [18] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [19] invoke_in_world @ ./essentials.jl:1086 [inlined] [20] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [21] include(fname::String) @ Main ./sysimg.jl:38 [22] top-level scope @ none:6 Testing failed after 59.95s ERROR: LoadError: Package FTPClient errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2124 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2007 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 169.7s: package tests unexpectedly errored