Strange error in Travis build using nightly + macOS

Hi guys!

I am trying to build my package in Travis against nightly + macOS and I am getting the following error:

ERROR: Pkg.Types.CommandError("The following package names could not be resolved:\n * SatelliteToolbox (not found in project or manifest)\nPlease specify by known `name=uuid`.")

It is working in Linux. Does anyone have any idea what is going on?

EDIT:

Here is the log:

ERROR: SystemError: unable to read directory /Users/travis/build/SatelliteToolbox/SatelliteToolbox.jl/juliamnt/.Trashes: Permission denied
Stacktrace:
 [1] try_yieldto(::typeof(Base.ensure_rescheduled), ::Base.RefValue{Task}) at ./event.jl:195
 [2] wait() at ./event.jl:254
 [3] take_unbuffered(::Channel{Any}) at ./channels.jl:329
 [4] take! at ./channels.jl:306 [inlined]
 [5] iterate(::Channel{Any}, ::Nothing) at ./channels.jl:386
 [6] find_stdlib_deps(::Pkg.Types.Context, ::String) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v0.7/Pkg/src/Operations.jl:566
 [7] update_manifest(::Pkg.Types.Context, ::Pkg.Types.PackageSpec, ::Nothing) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v0.7/Pkg/src/Operations.jl:642
 [8] apply_versions(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}, ::Dict{Base.UUID,Base.SHA1}, ::Dict{Base.UUID,Array{String,1}}) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v0.7/Pkg/src/Operations.jl:547
 [9] apply_versions at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v0.7/Pkg/src/Operations.jl:456 [inlined]
 [10] #add_or_develop#50(::Array{Base.UUID,1}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v0.7/Pkg/src/Operations.jl:966
 [11] #add_or_develop at ./<missing>:0 [inlined]
 [12] #add_or_develop#8(::Symbol, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v0.7/Pkg/src/API.jl:37
 [13] #develop#10 at ./<missing>:0 [inlined]
 [14] develop at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v0.7/Pkg/src/API.jl:43 [inlined]
 [15] clone(::String, ::String) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v0.7/Pkg/src/API.jl:399
 [16] clone(::String) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v0.7/Pkg/src/API.jl:394
 [17] top-level scope

Bug in new package manager. Should be resolved when https://github.com/JuliaLang/julia/pull/27304 is merged and new nightlies are out.

1 Like