Package evaluation of EasyCurl on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T08:55:08.143 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.11s ################################################################################ # Installation # Installing EasyCurl... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [5dc68c43] + EasyCurl v3.2.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [5dc68c43] + EasyCurl v3.2.0 [56f22d72] + Artifacts v1.11.0 [b27032c2] + LibCURL v0.6.4 [8f399da3] + Libdl 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.12s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.25s ################################################################################ # Testing # Testing EasyCurl Status `/tmp/jl_t2wxmV/Project.toml` [5dc68c43] EasyCurl v3.2.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_t2wxmV/Manifest.toml` [336ed68f] CSV v0.10.15 [944b1d66] CodecZlib v0.7.8 [34da2185] Compat v4.16.0 [9a962f9c] DataAPI v1.16.0 [e2d170a0] DataValueInterfaces v1.0.0 [5dc68c43] EasyCurl v3.2.0 [8f5d6c58] EzXML v1.2.1 [48062228] FilePathsBase v0.9.24 [842dd82b] InlineStrings v1.4.3 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.7.0 [682c06a0] JSON v0.21.4 [bac558e1] OrderedCollections v1.8.0 [69de0a69] Parsers v2.8.1 [2dfb63ee] PooledArrays v1.4.3 ⌅ [aea7be01] PrecompileTools v1.2.1 [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.0 [3bb67fe8] TranscodingStreams v0.11.3 [ea10d353] WeakRefStrings v1.4.2 [76eceee3] WorkerUtilities v1.6.1 [ddb6d928] YAML v0.4.13 [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 [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 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs 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 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 | 1031 1031 0.6s URL Query Parameter Encoding | 10 10 0.2s URL Component Encoding | 5 5 0.0s URL Component Decoding | 5 5 0.0s Encode/Decode Random Strings Test | 1000 1000 0.0s curl_joinurl Function Tests | 11 11 0.3s * Could not resolve host: bar-foo.foo * Closing connection * Host httpbin.org:80 was resolved. * IPv6: (none) * IPv4: 50.19.22.197, 54.227.146.83, 54.152.142.77, 52.54.161.49 * Trying 50.19.22.197:80... * Connected to httpbin.org (50.19.22.197) port 80 > HEAD /get HTTP/1.1 Host: httpbin.org Accept: */* Accept-Encoding: gzip Content-Type: application/json < HTTP/1.1 200 OK < Date: Tue, 08 Apr 2025 08:55:58 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.152.142.77, 50.19.22.197, 54.227.146.83, 52.54.161.49 * Trying 54.152.142.77:80... * Connected to httpbin.org (54.152.142.77) port 80 > POST /post HTTP/1.1 Host: httpbin.org Accept: */* Accept-Encoding: gzip Content-Type: application/json Content-Length: 10 < HTTP/1.1 200 OK < Date: Tue, 08 Apr 2025 08:55:58 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: 50.19.22.197, 54.152.142.77, 52.54.161.49, 54.227.146.83 * Trying 50.19.22.197:80... * Connected to httpbin.org (50.19.22.197) port 80 > PUT /put HTTP/1.1 Host: httpbin.org Accept: */* Accept-Encoding: gzip Content-Type: application/json Content-Length: 10 < HTTP/1.1 200 OK < Date: Tue, 08 Apr 2025 08:55:58 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: 52.54.161.49, 54.152.142.77, 54.227.146.83, 50.19.22.197 * Trying 52.54.161.49:80... * Connected to httpbin.org (52.54.161.49) port 80 > 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 < HTTP/1.1 200 OK < Date: Tue, 08 Apr 2025 08:55:58 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: 54.152.142.77, 52.54.161.49, 50.19.22.197, 54.227.146.83 * Trying 54.152.142.77:80... * Connected to httpbin.org (54.152.142.77) port 80 > DELETE /delete HTTP/1.1 Host: httpbin.org Accept: */* Accept-Encoding: gzip Content-Type: application/json < HTTP/1.1 200 OK < Date: Tue, 08 Apr 2025 08:56:00 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 Test Summary: | Pass Total Time HTTP Requests | 13 13 9.9s * Trying 127.0.0.1:9026... * Name '10.10.10.10' family 2 resolved to '10.10.10.10' family 2 * bind failed with errno 99: Cannot assign requested address * Failed to connect to 127.0.0.1 port 9026 after 0 ms: Failed binding local connection end * Closing connection * Trying 127.0.0.1:9026... * Name '0.0.0.0' family 2 resolved to '0.0.0.0' family 2 * Local port: 0 * Connected to 127.0.0.1 (127.0.0.1) port 9026 > GET / HTTP/1.1 Host: 127.0.0.1:9026 Accept: */* Accept-Encoding: gzip User-Agent: EasyCurl.jl < HTTP/1.1 200 OK < Server: TestServer < Content-Type: text/html; charset=utf-8 < User-Agent: EasyCurl.jl * no chunk, no close, no size. Assume close to signal end < * Closing connection Test Summary: | Pass Total Time Optional interface | 5 5 3.0s Testing EasyCurl tests passed Testing completed after 23.73s PkgEval succeeded after 60.01s