Package evaluation of EasyCurl on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T05:28:08.858 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 4.99s ################################################################################ # Installation # Installing EasyCurl... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [5dc68c43] + EasyCurl v3.2.0 Updating `~/.julia/environments/v1.10/Manifest.toml` [5dc68c43] + EasyCurl v3.2.0 [56f22d72] + Artifacts [b27032c2] + LibCURL v0.6.4 [8f399da3] + Libdl [deac9b47] + LibCURL_jll v8.4.0+0 [29816b5a] + LibSSH2_jll v1.11.0+1 [c8ffd9c3] + MbedTLS_jll v2.28.2+1 [14a3606d] + MozillaCACerts_jll v2023.1.10 [83775a58] + Zlib_jll v1.2.13+1 [8e850ede] + nghttp2_jll v1.52.0+1 Installation completed after 3.79s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.53s ################################################################################ # Testing # Testing EasyCurl Status `/tmp/jl_YCDdG6/Project.toml` [5dc68c43] EasyCurl v3.2.0 [db9b398d] Serde v3.6.1 [b27032c2] LibCURL v0.6.4 [9a3f8284] Random [6462fe0b] Sockets [8dfed614] Test Status `/tmp/jl_YCDdG6/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.0 [48062228] FilePathsBase v0.9.23 [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.12 [94ce4f54] Libiconv_jll v1.18.0+0 [02c8fc9c] XML2_jll v2.13.6+1 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [9fa8497b] Future [b77e0a4c] InteractiveUtils [b27032c2] LibCURL v0.6.4 [8f399da3] Libdl [56ddb016] Logging [d6f4376e] Markdown [a63ad114] Mmap [de0858da] Printf [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [6462fe0b] Sockets [fa267f1f] TOML v1.0.3 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [deac9b47] LibCURL_jll v8.4.0+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.2+1 [14a3606d] MozillaCACerts_jll v2023.1.10 [83775a58] Zlib_jll v1.2.13+1 [8e850ede] nghttp2_jll v1.52.0+1 Testing Running tests... Test Summary: | Pass Total Time URL Encoding | 1031 1031 1.1s URL Query Parameter Encoding | 10 10 0.8s 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.2s * Could not resolve host: bar-foo.foo * Closing connection * Trying 34.226.48.246:80... * Connected to httpbin.org (34.226.48.246) 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, 25 Feb 2025 05:28:47 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 * Trying 34.226.48.246:80... * Connected to httpbin.org (34.226.48.246) 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, 25 Feb 2025 05:28:47 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 * Trying 44.209.24.133:80... * Connected to httpbin.org (44.209.24.133) 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, 25 Feb 2025 05:28:48 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 * Trying 52.22.198.150:80... * Connected to httpbin.org (52.22.198.150) 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, 25 Feb 2025 05:28:48 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 * Trying 52.22.198.150:80... * Connected to httpbin.org (52.22.198.150) 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, 25 Feb 2025 05:28:48 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 5.0s * Trying 127.0.0.1:9022... * 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 9022 after 0 ms: Failed binding local connection end * Closing connection * Trying 127.0.0.1:9022... * 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 9022 > GET / HTTP/1.1 Host: 127.0.0.1:9022 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 2.1s Testing EasyCurl tests passed Testing completed after 17.04s PkgEval succeeded after 42.98s