Package evaluation of EasyCurl on Julia 1.13.0-DEV.868 (f2a8e18a98*) started at 2025-07-15T12:51:30.006 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.49s ################################################################################ # Installation # Installing EasyCurl... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [5dc68c43] + EasyCurl v4.1.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [5dc68c43] + EasyCurl v4.1.0 [56f22d72] + Artifacts v1.11.0 [b27032c2] + LibCURL v0.6.4 [8f399da3] + Libdl v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] + LibCURL_jll v8.14.1+1 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2025.5.20 [458c3c95] + OpenSSL_jll v3.5.1+0 [83775a58] + Zlib_jll v1.3.1+2 [8e850ede] + nghttp2_jll v1.65.0+0 Installation completed after 0.96s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 21.34s ################################################################################ # Testing # Testing EasyCurl Status `/tmp/jl_S6IEJH/Project.toml` [5dc68c43] EasyCurl v4.1.0 [db9b398d] Serde v3.6.1 [b27032c2] LibCURL v0.6.4 [9a3f8284] Random v1.11.0 [6462fe0b] Sockets v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_S6IEJH/Manifest.toml` [336ed68f] CSV v0.10.15 [944b1d66] CodecZlib v0.7.8 [34da2185] Compat v4.17.0 [9a962f9c] DataAPI v1.16.0 [e2d170a0] DataValueInterfaces v1.0.0 [5dc68c43] EasyCurl v4.1.0 [8f5d6c58] EzXML v1.2.1 [48062228] FilePathsBase v0.9.24 [842dd82b] InlineStrings v1.4.4 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.7.0 [682c06a0] JSON v0.21.4 [bac558e1] OrderedCollections v1.8.1 [69de0a69] Parsers v2.8.3 [2dfb63ee] PooledArrays v1.4.3 [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.4.3 [91c51154] SentinelArrays v1.4.8 [db9b398d] Serde v3.6.1 [69024149] StringEncodings v0.3.7 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [3bb67fe8] TranscodingStreams v0.11.3 [ea10d353] WeakRefStrings v1.4.2 [76eceee3] WorkerUtilities v1.6.1 [ddb6d928] YAML v0.4.14 [94ce4f54] Libiconv_jll v1.18.0+0 ⌅ [02c8fc9c] XML2_jll v2.13.6+1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [b27032c2] LibCURL v0.6.4 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.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 [f489334b] StyledStrings 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.3.0+1 [deac9b47] LibCURL_jll v8.14.1+1 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.5.20 [458c3c95] OpenSSL_jll v3.5.1+0 [83775a58] Zlib_jll v1.3.1+2 [8e850ede] nghttp2_jll v1.65.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Test Summary: | Pass Total Time URL Encoding | 1037 1037 4.1s URL Query Parameter Encoding | 12 12 3.2s URL Component Encoding | 5 5 0.0s URL Component Decoding | 5 5 0.1s Encode/Decode Random Strings Test | 1000 1000 0.2s curl_joinurl Function Tests | 11 11 0.5s build_imap_url Function Tests | 4 4 0.0s * Could not resolve host: bar-foo.foo * shutting down connection #0 GET request: Error During Test at /home/pkgeval/.julia/packages/EasyCurl/FqGMm/test/integration.jl:20 Got exception outside of a @test HTTPStatusError{502}: BAD_GATEWAY Stacktrace: [1] (::EasyCurl.var"#8#9"{Dict{String, Any}, Vector{UInt8}, Vector{Pair{String, String}}, Bool, Nothing, @Kwargs{read_timeout::Int64}, CurlClient, String, String})() @ EasyCurl ~/.julia/packages/EasyCurl/FqGMm/src/protocols/HTTP.jl:447 [2] with_retry(f::EasyCurl.var"#8#9"{Dict{String, Any}, Vector{UInt8}, Vector{Pair{String, String}}, Bool, Nothing, @Kwargs{read_timeout::Int64}, CurlClient, String, String}, retry::Int64, retry_delay::Float64) @ EasyCurl ~/.julia/packages/EasyCurl/FqGMm/src/Utils.jl:84 [3] #http_request#6 @ ~/.julia/packages/EasyCurl/FqGMm/src/protocols/HTTP.jl:433 [inlined] [4] http_request @ ~/.julia/packages/EasyCurl/FqGMm/src/protocols/HTTP.jl:420 [inlined] [5] #12 @ ~/.julia/packages/EasyCurl/FqGMm/src/protocols/HTTP.jl:457 [inlined] [6] curl_session(::EasyCurl.var"#12#13"{@Kwargs{query::Dict{String, Any}, read_timeout::Int64}, String, Tuple{String}}; kw::@Kwargs{}) @ EasyCurl ~/.julia/packages/EasyCurl/FqGMm/src/EasyCurl.jl:172 [7] curl_session @ ~/.julia/packages/EasyCurl/FqGMm/src/EasyCurl.jl:169 [inlined] [8] #http_request#10 @ ~/.julia/packages/EasyCurl/FqGMm/src/protocols/HTTP.jl:457 [inlined] [9] http_request @ ~/.julia/packages/EasyCurl/FqGMm/src/protocols/HTTP.jl:456 [inlined] [10] #http_get#18 @ ~/.julia/packages/EasyCurl/FqGMm/src/protocols/HTTP.jl:515 [inlined] [11] top-level scope @ ~/.julia/packages/EasyCurl/FqGMm/test/integration.jl:11 [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1858 [inlined] [13] macro expansion @ ~/.julia/packages/EasyCurl/FqGMm/test/integration.jl:21 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1858 [inlined] [15] macro expansion @ ~/.julia/packages/EasyCurl/FqGMm/test/integration.jl:21 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [17] top-level scope @ ~/.julia/packages/EasyCurl/FqGMm/test/runtests.jl:8 [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:489 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:286 [22] _start() @ Base ./client.jl:553 * Host httpbin.org:80 was resolved. * IPv6: (none) * IPv4: 44.207.188.95, 3.213.24.5, 3.229.116.23, 54.164.55.235, 3.233.51.125, 54.243.106.191 * Trying 44.207.188.95:80... * Connected to httpbin.org (44.207.188.95) port 80 * using HTTP/1.x > HEAD /get HTTP/1.1 Host: httpbin.org Accept: */* Accept-Encoding: gzip Content-Type: application/json * Request completely sent off < HTTP/1.1 200 OK < Date: Tue, 15 Jul 2025 12:53:04 GMT < Content-Type: application/json < Content-Length: 293 < Connection: keep-alive < Server: gunicorn/19.9.0 < Access-Control-Allow-Origin: * < Access-Control-Allow-Credentials: true < * Connection #0 to host httpbin.org left intact * Host httpbin.org:80 was resolved. * IPv6: (none) * IPv4: 54.243.106.191, 3.233.51.125, 3.229.116.23, 3.213.24.5, 54.164.55.235, 44.207.188.95 * Trying 54.243.106.191:80... * Connected to httpbin.org (54.243.106.191) port 80 * using HTTP/1.x > POST /post HTTP/1.1 Host: httpbin.org Accept: */* Accept-Encoding: gzip Content-Type: application/json Content-Length: 10 * upload completely sent off: 10 bytes < HTTP/1.1 200 OK < Date: Tue, 15 Jul 2025 12:53:05 GMT < Content-Type: application/json < Content-Length: 396 < Connection: keep-alive < Server: gunicorn/19.9.0 < Access-Control-Allow-Origin: * < Access-Control-Allow-Credentials: true < * Connection #0 to host httpbin.org left intact * Host httpbin.org:80 was resolved. * IPv6: (none) * IPv4: 54.164.55.235, 44.207.188.95, 3.233.51.125, 3.213.24.5, 54.243.106.191, 3.229.116.23 * Trying 54.164.55.235:80... * Connected to httpbin.org (54.164.55.235) port 80 * using HTTP/1.x > PUT /put HTTP/1.1 Host: httpbin.org Accept: */* Accept-Encoding: gzip Content-Type: application/json Content-Length: 10 * upload completely sent off: 10 bytes < HTTP/1.1 200 OK < Date: Tue, 15 Jul 2025 12:53:09 GMT < Content-Type: application/json < Content-Length: 395 < Connection: keep-alive < Server: gunicorn/19.9.0 < Access-Control-Allow-Origin: * < Access-Control-Allow-Credentials: true < * Connection #0 to host httpbin.org left intact * Host httpbin.org:80 was resolved. * IPv6: (none) * IPv4: 54.164.55.235, 54.243.106.191, 44.207.188.95, 3.229.116.23, 3.213.24.5, 3.233.51.125 * Trying 54.164.55.235:80... * Connected to httpbin.org (54.164.55.235) port 80 * using HTTP/1.x > PATCH /patch?echo=%E4%BD%A0%E5%A5%BD%E5%97%8E HTTP/1.1 Host: httpbin.org Accept: */* Accept-Encoding: gzip Content-Type: application/json Content-Length: 10 * upload completely sent off: 10 bytes < HTTP/1.1 200 OK < Date: Tue, 15 Jul 2025 12:53:09 GMT < Content-Type: application/json < Content-Length: 457 < Connection: keep-alive < Server: gunicorn/19.9.0 < Access-Control-Allow-Origin: * < Access-Control-Allow-Credentials: true < * Connection #0 to host httpbin.org left intact * Host httpbin.org:80 was resolved. * IPv6: (none) * IPv4: 44.207.188.95, 3.233.51.125, 54.164.55.235, 3.229.116.23, 3.213.24.5, 54.243.106.191 * Trying 44.207.188.95:80... * Connected to httpbin.org (44.207.188.95) port 80 * using HTTP/1.x > DELETE /delete HTTP/1.1 Host: httpbin.org Accept: */* Accept-Encoding: gzip Content-Type: application/json * Request completely sent off < HTTP/1.1 200 OK < Date: Tue, 15 Jul 2025 12:53:09 GMT < Content-Type: application/json < Content-Length: 359 < Connection: keep-alive < Server: gunicorn/19.9.0 < Access-Control-Allow-Origin: * < Access-Control-Allow-Credentials: true < * Connection #0 to host httpbin.org left intact * Host httpbin.org:80 was resolved. * IPv6: (none) * IPv4: 3.229.116.23, 3.233.51.125, 44.207.188.95, 54.243.106.191, 3.213.24.5, 54.164.55.235 * Trying 3.229.116.23:80... * Connected to httpbin.org (3.229.116.23) port 80 * using HTTP/1.x > GET /status/400 HTTP/1.1 Host: httpbin.org Accept: */* Accept-Encoding: gzip * Request completely sent off < HTTP/1.1 400 BAD REQUEST < Date: Tue, 15 Jul 2025 12:53:10 GMT < Content-Type: text/html; charset=utf-8 < Content-Length: 0 < Connection: keep-alive < Server: gunicorn/19.9.0 < Access-Control-Allow-Origin: * < Access-Control-Allow-Credentials: true < * Connection #0 to host httpbin.org left intact Test Summary: | Pass Error Total Time HTTP Requests | 11 1 12 41.2s Nonexistent host error | 1 1 1.5s GET request | 1 1 32.4s HEAD request | 2 2 1.2s POST request | 2 2 4.0s PUT request | 2 2 0.2s PATCH request | 2 2 0.2s DELETE request | 1 1 0.5s HTTP status error | 1 1 1.2s RNG of the outermost testset: Xoshiro(0xd650d8f033ab6494, 0x40bd9507b4006a0b, 0x33eecc84fed745c6, 0xa14b8252884508ff, 0x054426e203c43e8c) ERROR: LoadError: Some tests did not pass: 11 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/EasyCurl/FqGMm/test/integration.jl:9 in expression starting at /home/pkgeval/.julia/packages/EasyCurl/FqGMm/test/runtests.jl:8 Testing failed after 37.46s ERROR: LoadError: Package EasyCurl errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{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.13/Pkg/src/Operations.jl:2661 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2510 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{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.13/Pkg/src/API.jl:537 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:168 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [7] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:155 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:309 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:320 [12] _start() @ Base ./client.jl:553 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 116.67s: networking-related issues were detected