Package evaluation to test MirroredArrayViews on Julia 1.14.0-DEV.2071 (559ec66647*) started at 2026-04-23T14:09:45.933 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.43s ################################################################################ # Installation # Installing MirroredArrayViews... Resolving package versions... Cloning [b32b01fb-8833-5495-9754-2f5f3e3ebfd4] MirroredArrayViews from https://github.com/slmcbane/MirroredArrayViews.jl.git Username for 'https://github.com': Installation failed after 1.68s ERROR: LoadError: failed to clone from https://github.com/slmcbane/MirroredArrayViews.jl.git: (Aborting, user cancelled credential request.) Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] clone(io::IOContext{IO}, url::String, source_path::String; header::String, credentials::Nothing, isbare::Bool, depth::Int64, kwargs::@Kwargs{}) @ Pkg.GitTools /opt/julia/share/julia/stdlib/v1.14/Pkg/src/GitTools.jl:190 [3] clone @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/GitTools.jl:131 [inlined] [4] pointer(s::String) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/GitTools.jl:117 [inlined] [5] string(u::UUID) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/GitTools.jl:113 [inlined] [6] install_git(io::IOContext{IO}, uuid::UUID, name::String, hash::Base.SHA1, urls::Set{String}, version_path::String) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:1225 [7] (::Pkg.Operations.var"#126#127"{Bool, Pkg.Types.Context, Int64, String, Set{String}, Pkg.Types.PackageEntry})() @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:1685 [8] mkpidlock(f::Pkg.Operations.var"#126#127"{Bool, Pkg.Types.Context, Int64, String, Set{String}, Pkg.Types.PackageEntry}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.14/FileWatching/src/pidfile.jl:97 [9] mkpidlock @ /opt/julia/share/julia/stdlib/v1.14/FileWatching/src/pidfile.jl:94 [inlined] [10] check_channel_state(c::Channel{Any}) @ Base /opt/julia/share/julia/stdlib/v1.14/FileWatching/src/pidfile.jl:92 [inlined] [11] put!(c::Channel{Any}, v::Task) @ Base /opt/julia/share/julia/stdlib/v1.14/FileWatching/src/pidfile.jl:92 [inlined] [12] download_source(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageEntry}; readonly::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:1683 [13] get(h::Dict{UUID, Pkg.Types.PackageEntry}, key::UUID, default::Nothing) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:1542 [inlined] [14] get(m::Pkg.Types.Manifest, key::UUID, default::Nothing) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:1521 [inlined] [15] manifest_info(manifest::Pkg.Types.Manifest, uuid::UUID) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:1521 [inlined] [16] add(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}, new_git::Set{UUID}; allow_autoprecomp::Bool, preserve::PreserveLevel, platform::Base.BinaryPlatforms.Platform, target::Symbol) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2348 [17] !=(x::Pkg.Versions.VersionSpec, y::Pkg.Versions.VersionSpec) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2295 [inlined] [18] add(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; preserve::PreserveLevel, platform::Base.BinaryPlatforms.Platform, target::Symbol, allow_autoprecomp::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:379 [19] add(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [20] add(pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [21] add(pkg::PackageSpec; kwargs::@Kwargs{}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [22] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:116 [23] include(mod::Module, _path::String) @ Base ./Base.jl:326 [24] exec_options(opts::Base.JLOptions) @ Base ./client.jl:352 [25] _start() @ Base ./client.jl:593 in expression starting at /PkgEval.jl/scripts/evaluate.jl:113 caused by: GitError(Code:EUSER, Class:Callback, Aborting, user cancelled credential request.) Stacktrace: [1] unsafe_convert(::Type{Cstring}, s::String) @ Base /opt/julia/share/julia/stdlib/v1.14/LibGit2/src/error.jl:124 [inlined] [2] clone(repo_url::SubString{String}, repo_path::String, clone_opts::LibGit2.CloneOptions) @ LibGit2 /opt/julia/share/julia/stdlib/v1.14/LibGit2/src/repository.jl:491 [3] clone(repo_url::SubString{String}, repo_path::String; branch::String, isbare::Bool, remote_cb::Ptr{Nothing}, depth::Int64, credentials::LibGit2.CachedCredentials, callbacks::Dict{Symbol, Tuple{Ptr{Nothing}, Any}}) @ LibGit2 /opt/julia/share/julia/stdlib/v1.14/LibGit2/src/LibGit2.jl:610 [4] push!(::Vector{String}, ::SubString{String}, ::String) @ Base /opt/julia/share/julia/stdlib/v1.14/LibGit2/src/LibGit2.jl:577 [inlined] [5] clone(io::IOContext{IO}, url::String, source_path::String; header::String, credentials::Nothing, isbare::Bool, depth::Int64, kwargs::@Kwargs{}) @ Pkg.GitTools /opt/julia/share/julia/stdlib/v1.14/Pkg/src/GitTools.jl:176 [6] clone @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/GitTools.jl:131 [inlined] [7] pointer(s::String) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/GitTools.jl:117 [inlined] [8] string(u::UUID) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/GitTools.jl:113 [inlined] [9] install_git(io::IOContext{IO}, uuid::UUID, name::String, hash::Base.SHA1, urls::Set{String}, version_path::String) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:1225 [10] (::Pkg.Operations.var"#126#127"{Bool, Pkg.Types.Context, Int64, String, Set{String}, Pkg.Types.PackageEntry})() @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:1685 [11] mkpidlock(f::Pkg.Operations.var"#126#127"{Bool, Pkg.Types.Context, Int64, String, Set{String}, Pkg.Types.PackageEntry}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.14/FileWatching/src/pidfile.jl:97 [12] mkpidlock @ /opt/julia/share/julia/stdlib/v1.14/FileWatching/src/pidfile.jl:94 [inlined] [13] check_channel_state(c::Channel{Any}) @ Base /opt/julia/share/julia/stdlib/v1.14/FileWatching/src/pidfile.jl:92 [inlined] [14] put!(c::Channel{Any}, v::Task) @ Base /opt/julia/share/julia/stdlib/v1.14/FileWatching/src/pidfile.jl:92 [inlined] [15] download_source(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageEntry}; readonly::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:1683 [16] get(h::Dict{UUID, Pkg.Types.PackageEntry}, key::UUID, default::Nothing) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:1542 [inlined] [17] get(m::Pkg.Types.Manifest, key::UUID, default::Nothing) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:1521 [inlined] [18] manifest_info(manifest::Pkg.Types.Manifest, uuid::UUID) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:1521 [inlined] [19] add(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}, new_git::Set{UUID}; allow_autoprecomp::Bool, preserve::PreserveLevel, platform::Base.BinaryPlatforms.Platform, target::Symbol) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2348 [20] !=(x::Pkg.Versions.VersionSpec, y::Pkg.Versions.VersionSpec) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2295 [inlined] [21] add(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; preserve::PreserveLevel, platform::Base.BinaryPlatforms.Platform, target::Symbol, allow_autoprecomp::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:379 [22] add(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [23] add(pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [24] add(pkg::PackageSpec; kwargs::@Kwargs{}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [25] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:116 [26] include(mod::Module, _path::String) @ Base ./Base.jl:326 [27] exec_options(opts::Base.JLOptions) @ Base ./client.jl:352 [28] _start() @ Base ./client.jl:593 PkgEval skipped after 30.35s: package could not be installed