Package evaluation of NLIDatasets on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T11:01:43.005 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.64s ################################################################################ # Installation # Installing NLIDatasets... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [400165cc] + NLIDatasets v0.2.0 Updating `~/.julia/environments/v1.11/Manifest.toml` ⌃ [124859b0] + DataDeps v0.7.4 ⌅ [cd3eb016] + HTTP v0.8.19 [83e8ac13] + IniFile v0.5.1 [739be429] + MbedTLS v1.1.9 [400165cc] + NLIDatasets v0.2.0 ⌅ [189a3867] + Reexport v0.2.0 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [f43a241f] + Downloads v1.6.0 [7b1f6079] + FileWatching v1.11.0 [b27032c2] + LibCURL v0.6.4 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [ca575930] + NetworkOptions v1.2.0 [44cfe95a] + Pkg v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [6462fe0b] + Sockets v1.11.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [deac9b47] + LibCURL_jll v8.6.0+0 [e37daf67] + LibGit2_jll v1.7.2+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 [3f19e933] + p7zip_jll v17.4.0+2 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated -m` Installation completed after 1.7s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 18.68s ################################################################################ # Testing # Testing NLIDatasets Status `/tmp/jl_IExnVL/Project.toml` ⌃ [124859b0] DataDeps v0.7.4 ⌅ [cd3eb016] HTTP v0.8.19 [400165cc] NLIDatasets v0.2.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_IExnVL/Manifest.toml` ⌃ [124859b0] DataDeps v0.7.4 ⌅ [cd3eb016] HTTP v0.8.19 [83e8ac13] IniFile v0.5.1 [739be429] MbedTLS v1.1.9 [400165cc] NLIDatasets v0.2.0 ⌅ [189a3867] Reexport v0.2.0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg 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 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [deac9b47] LibCURL_jll v8.6.0+0 [e37daf67] LibGit2_jll v1.7.2+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 [3f19e933] p7zip_jll v17.4.0+2 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. Testing Running tests... SNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:7 Test threw exception Expression: isfile(SNLI.train_tsv()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] snli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/snli.jl:28 [inlined] [10] train_tsv() @ NLIDatasets.SNLI ~/.julia/packages/NLIDatasets/D0tQz/src/snli.jl:30 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:7 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:7 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:6 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 SNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:8 Test threw exception Expression: isfile(SNLI.train_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] snli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/snli.jl:28 [inlined] [10] train_jsonl() @ NLIDatasets.SNLI ~/.julia/packages/NLIDatasets/D0tQz/src/snli.jl:31 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:8 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:8 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:6 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 SNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:9 Test threw exception Expression: isfile(SNLI.dev_tsv()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] snli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/snli.jl:28 [inlined] [10] dev_tsv() @ NLIDatasets.SNLI ~/.julia/packages/NLIDatasets/D0tQz/src/snli.jl:32 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:9 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:9 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:6 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 SNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:10 Test threw exception Expression: isfile(SNLI.dev_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] snli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/snli.jl:28 [inlined] [10] dev_jsonl() @ NLIDatasets.SNLI ~/.julia/packages/NLIDatasets/D0tQz/src/snli.jl:33 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:10 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:10 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:6 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 SNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:11 Test threw exception Expression: isfile(SNLI.test_tsv()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] snli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/snli.jl:28 [inlined] [10] test_tsv() @ NLIDatasets.SNLI ~/.julia/packages/NLIDatasets/D0tQz/src/snli.jl:34 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:11 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:11 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:6 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 SNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:12 Test threw exception Expression: isfile(SNLI.test_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] snli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/snli.jl:28 [inlined] [10] test_jsonl() @ NLIDatasets.SNLI ~/.julia/packages/NLIDatasets/D0tQz/src/snli.jl:35 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:12 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:12 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:6 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 MultiNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:17 Test threw exception Expression: isfile(MultiNLI.train_tsv()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] multinli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/multinli.jl:24 [inlined] [10] train_tsv() @ NLIDatasets.MultiNLI ~/.julia/packages/NLIDatasets/D0tQz/src/multinli.jl:26 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:17 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:17 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:16 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 MultiNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:18 Test threw exception Expression: isfile(MultiNLI.train_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] multinli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/multinli.jl:24 [inlined] [10] train_jsonl() @ NLIDatasets.MultiNLI ~/.julia/packages/NLIDatasets/D0tQz/src/multinli.jl:27 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:18 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:18 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:16 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 MultiNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:19 Test threw exception Expression: isfile(MultiNLI.dev_matched_tsv()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] multinli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/multinli.jl:24 [inlined] [10] dev_matched_tsv() @ NLIDatasets.MultiNLI ~/.julia/packages/NLIDatasets/D0tQz/src/multinli.jl:28 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:19 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:19 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:16 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 MultiNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:20 Test threw exception Expression: isfile(MultiNLI.dev_matched_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] multinli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/multinli.jl:24 [inlined] [10] dev_matched_jsonl() @ NLIDatasets.MultiNLI ~/.julia/packages/NLIDatasets/D0tQz/src/multinli.jl:29 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:20 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:20 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:16 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 MultiNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:21 Test threw exception Expression: isfile(MultiNLI.dev_mismatched_tsv()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] multinli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/multinli.jl:24 [inlined] [10] dev_mismatched_tsv() @ NLIDatasets.MultiNLI ~/.julia/packages/NLIDatasets/D0tQz/src/multinli.jl:30 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:21 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:21 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:16 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 MultiNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:22 Test threw exception Expression: isfile(MultiNLI.dev_mismatched_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] multinli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/multinli.jl:24 [inlined] [10] dev_mismatched_jsonl() @ NLIDatasets.MultiNLI ~/.julia/packages/NLIDatasets/D0tQz/src/multinli.jl:31 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:22 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:22 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:16 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 XNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:27 Test threw exception Expression: isfile(XNLI.dev_tsv()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] xnlifile @ ~/.julia/packages/NLIDatasets/D0tQz/src/xnli.jl:20 [inlined] [10] dev_tsv() @ NLIDatasets.XNLI ~/.julia/packages/NLIDatasets/D0tQz/src/xnli.jl:22 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:27 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:27 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:26 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 XNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:28 Test threw exception Expression: isfile(XNLI.dev_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] xnlifile @ ~/.julia/packages/NLIDatasets/D0tQz/src/xnli.jl:20 [inlined] [10] dev_jsonl() @ NLIDatasets.XNLI ~/.julia/packages/NLIDatasets/D0tQz/src/xnli.jl:23 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:28 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:28 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:26 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 XNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:29 Test threw exception Expression: isfile(XNLI.test_tsv()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] xnlifile @ ~/.julia/packages/NLIDatasets/D0tQz/src/xnli.jl:20 [inlined] [10] test_tsv() @ NLIDatasets.XNLI ~/.julia/packages/NLIDatasets/D0tQz/src/xnli.jl:24 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:29 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:29 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:26 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 XNLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:30 Test threw exception Expression: isfile(XNLI.test_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] xnlifile @ ~/.julia/packages/NLIDatasets/D0tQz/src/xnli.jl:20 [inlined] [10] test_jsonl() @ NLIDatasets.XNLI ~/.julia/packages/NLIDatasets/D0tQz/src/xnli.jl:25 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:30 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:30 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:26 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 SciTail: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:35 Test threw exception Expression: isfile(SciTail.train_tsv()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] scitail_base @ ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:23 [inlined] [10] scitail_tsv(filename::String) @ NLIDatasets.SciTail ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:25 [11] train_tsv() @ NLIDatasets.SciTail ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:27 [12] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:35 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [14] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:35 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [16] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:34 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [18] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 SciTail: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:36 Test threw exception Expression: isfile(SciTail.train_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] scitail_base @ ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:23 [inlined] [10] scitail_jsonl(filename::String) @ NLIDatasets.SciTail ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:24 [11] train_jsonl() @ NLIDatasets.SciTail ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:28 [12] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:36 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [14] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:36 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [16] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:34 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [18] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 SciTail: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:37 Test threw exception Expression: isfile(SciTail.dev_tsv()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] scitail_base @ ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:23 [inlined] [10] scitail_tsv(filename::String) @ NLIDatasets.SciTail ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:25 [11] dev_tsv() @ NLIDatasets.SciTail ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:29 [12] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:37 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [14] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:37 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [16] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:34 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [18] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 SciTail: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:38 Test threw exception Expression: isfile(SciTail.dev_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] scitail_base @ ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:23 [inlined] [10] scitail_jsonl(filename::String) @ NLIDatasets.SciTail ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:24 [11] dev_jsonl() @ NLIDatasets.SciTail ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:30 [12] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:38 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [14] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:38 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [16] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:34 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [18] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 SciTail: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:39 Test threw exception Expression: isfile(SciTail.test_tsv()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] scitail_base @ ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:23 [inlined] [10] scitail_tsv(filename::String) @ NLIDatasets.SciTail ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:25 [11] test_tsv() @ NLIDatasets.SciTail ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:31 [12] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:39 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [14] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:39 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [16] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:34 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [18] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 SciTail: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:40 Test threw exception Expression: isfile(SciTail.test_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] scitail_base @ ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:23 [inlined] [10] scitail_jsonl(filename::String) @ NLIDatasets.SciTail ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:24 [11] test_jsonl() @ NLIDatasets.SciTail ~/.julia/packages/NLIDatasets/D0tQz/src/scitail.jl:32 [12] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:40 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [14] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:40 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [16] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:34 [inlined] [17] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [18] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 HANS: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:45 Test threw exception Expression: isfile(HANS.test_tsv()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] hansfile @ ~/.julia/packages/NLIDatasets/D0tQz/src/hans.jl:25 [inlined] [10] test_tsv() @ NLIDatasets.HANS ~/.julia/packages/NLIDatasets/D0tQz/src/hans.jl:28 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:45 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:45 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:44 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 Breaking_NLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:50 Test threw exception Expression: isfile(BreakingNLI.test_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), NLIDatasets.BreakingNLI.var"#1#2"}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), NLIDatasets.BreakingNLI.var"#1#2"}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] test_jsonl() @ NLIDatasets.BreakingNLI ~/.julia/packages/NLIDatasets/D0tQz/src/breaking_nli.jl:25 [10] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:50 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [12] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:50 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [14] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:49 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [16] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 ANLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:55 Test threw exception Expression: isfile(ANLI.R1_train_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] anli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:24 [inlined] [10] R1_train_jsonl() @ NLIDatasets.ANLI ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:26 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:55 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:55 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:54 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 ANLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:56 Test threw exception Expression: isfile(ANLI.R1_dev_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] anli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:24 [inlined] [10] R1_dev_jsonl() @ NLIDatasets.ANLI ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:27 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:56 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:56 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:54 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 ANLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:57 Test threw exception Expression: isfile(ANLI.R1_test_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] anli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:24 [inlined] [10] R1_test_jsonl() @ NLIDatasets.ANLI ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:28 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:57 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:57 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:54 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 ANLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:58 Test threw exception Expression: isfile(ANLI.R2_train_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] anli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:24 [inlined] [10] R2_train_jsonl() @ NLIDatasets.ANLI ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:29 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:58 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:58 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:54 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 ANLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:59 Test threw exception Expression: isfile(ANLI.R2_dev_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] anli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:24 [inlined] [10] R2_dev_jsonl() @ NLIDatasets.ANLI ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:30 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:59 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:59 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:54 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 ANLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:60 Test threw exception Expression: isfile(ANLI.R2_test_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] anli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:24 [inlined] [10] R2_test_jsonl() @ NLIDatasets.ANLI ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:31 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:60 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:60 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:54 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 ANLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:61 Test threw exception Expression: isfile(ANLI.R3_train_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] anli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:24 [inlined] [10] R3_train_jsonl() @ NLIDatasets.ANLI ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:32 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:61 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:61 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:54 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 ANLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:62 Test threw exception Expression: isfile(ANLI.R3_dev_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] anli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:24 [inlined] [10] R3_dev_jsonl() @ NLIDatasets.ANLI ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:33 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:62 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:62 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:54 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 ANLI: Error During Test at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:63 Test threw exception Expression: isfile(ANLI.R3_test_jsonl()) DataDeps.DisabledError("DataDeps download disabled, as we appear to be in a CI environment, and the environment variable `DATADEPS_ALWAYS_ACCEPT` is not set.\nIf this is indeed running in a headless CI environment, then set the `DATADEPS_ALWAYS_ACCEPT` environment variable to `true` to bypass the accept download prompt (if you do wish to always accept.)\nIf not, then either unset the `CI` environment variable from true, or set `DATADEPS_ALWAYS_ACCEPT` to `false` for the normal prompt behaviour.") Stacktrace: [1] ensure_download_permitted() @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:26 [2] download(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, localdir::String; remotepath::String, i_accept_the_terms_of_use::Nothing, skip_checksum::Bool) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:70 [3] download @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:63 [inlined] [4] handle_missing @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution_automatic.jl:10 [inlined] [5] _resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:83 [inlined] [6] resolve(datadep::DataDeps.DataDep{String, String, typeof(NLIDatasets.getzip), typeof(DataDeps.unpack)}, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:29 [7] resolve(datadep_name::String, inner_filepath::String, calling_filepath::String) @ DataDeps ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:54 [8] resolve @ ~/.julia/packages/DataDeps/Zrf7c/src/resolution.jl:73 [inlined] [9] anli_file @ ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:24 [inlined] [10] R3_test_jsonl() @ NLIDatasets.ANLI ~/.julia/packages/NLIDatasets/D0tQz/src/anli.jl:34 [11] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:63 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:63 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] macro expansion @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:54 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [17] top-level scope @ ~/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:5 Test Summary: | Error Total Time NLIDatasets.jl | 33 33 16.2s SNLI | 6 6 9.0s MultiNLI | 6 6 1.6s XNLI | 4 4 1.0s SciTail | 6 6 1.5s HANS | 1 1 0.3s Breaking_NLI | 1 1 0.4s ANLI | 9 9 2.3s ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 33 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/NLIDatasets/D0tQz/test/runtests.jl:3 Testing failed after 27.9s ERROR: LoadError: Package NLIDatasets 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 71.7s: package tests unexpectedly errored