Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report: Coverage information is not being uploaded #36

Closed
DilumAluthge opened this issue Jun 30, 2019 · 1 comment
Closed

Bug report: Coverage information is not being uploaded #36

DilumAluthge opened this issue Jun 30, 2019 · 1 comment

Comments

@DilumAluthge
Copy link
Member

On Travis, the Coveralls step fails with the following error message:

{"message":"Couldn't find a repository matching this job.","error":true}""")
Stacktrace:
 [1] #request#1(::Base.Iterators.Pairs{Symbol,Nothing,Tuple{Symbol},NamedTuple{(:iofunction,),Tuple{Nothing}}}, ::Function, ::Type{HTTP.ExceptionRequest.ExceptionLayer{HTTP.ConnectionRequest.ConnectionPoolLayer{HTTP.StreamRequest.StreamLayer}}}, ::HTTP.URIs.URI, ::Vararg{Any,N} where N) at /home/travis/.julia/packages/HTTP/wY7Vc/src/ExceptionRequest.jl:22
 [2] (::getfield(HTTP, Symbol("#kw##request")))(::NamedTuple{(:iofunction,),Tuple{Nothing}}, ::typeof(HTTP.request), ::Type{HTTP.ExceptionRequest.ExceptionLayer{HTTP.ConnectionRequest.ConnectionPoolLayer{HTTP.StreamRequest.StreamLayer}}}, ::HTTP.URIs.URI, ::HTTP.Messages.Request, ::HTTP.Form) at ./none:0
 [3] (::getfield(Base, Symbol("###44#45#46")){ExponentialBackOff,getfield(HTTP.RetryRequest, Symbol("##2#3")){Bool,HTTP.Messages.Request},typeof(HTTP.request)})(::Base.Iterators.Pairs{Symbol,Nothing,Tuple{Symbol},NamedTuple{(:iofunction,),Tuple{Nothing}}}, ::Function, ::Type, ::Vararg{Any,N} where N) at ./error.jl:203
 [4] ##44#47 at ./none:0 [inlined]
 [5] #request#1(::Int64, ::Bool, ::Base.Iterators.Pairs{Symbol,Nothing,Tuple{Symbol},NamedTuple{(:iofunction,),Tuple{Nothing}}}, ::Function, ::Type{HTTP.RetryRequest.RetryLayer{HTTP.ExceptionRequest.ExceptionLayer{HTTP.ConnectionRequest.ConnectionPoolLayer{HTTP.StreamRequest.StreamLayer}}}}, ::HTTP.URIs.URI, ::HTTP.Messages.Request, ::HTTP.Form) at /home/travis/.julia/packages/HTTP/wY7Vc/src/RetryRequest.jl:44
 [6] #request at ./none:0 [inlined]
 [7] #request#1(::VersionNumber, ::String, ::Nothing, ::Nothing, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Type{HTTP.MessageRequest.MessageLayer{HTTP.RetryRequest.RetryLayer{HTTP.ExceptionRequest.ExceptionLayer{HTTP.ConnectionRequest.ConnectionPoolLayer{HTTP.StreamRequest.StreamLayer}}}}}, ::String, ::HTTP.URIs.URI, ::Array{Pair{SubString{String},SubString{String}},1}, ::HTTP.Form) at /home/travis/.julia/packages/HTTP/wY7Vc/src/MessageRequest.jl:47
 [8] request at /home/travis/.julia/packages/HTTP/wY7Vc/src/MessageRequest.jl:28 [inlined]
 [9] #request#1(::Int64, ::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Type{HTTP.RedirectRequest.RedirectLayer{HTTP.MessageRequest.MessageLayer{HTTP.RetryRequest.RetryLayer{HTTP.ExceptionRequest.ExceptionLayer{HTTP.ConnectionRequest.ConnectionPoolLayer{HTTP.StreamRequest.StreamLayer}}}}}}, ::String, ::HTTP.URIs.URI, ::Array{Pair{SubString{String},SubString{String}},1}, ::HTTP.Form) at /home/travis/.julia/packages/HTTP/wY7Vc/src/RedirectRequest.jl:24
 [10] request(::Type{HTTP.RedirectRequest.RedirectLayer{HTTP.MessageRequest.MessageLayer{HTTP.RetryRequest.RetryLayer{HTTP.ExceptionRequest.ExceptionLayer{HTTP.ConnectionRequest.ConnectionPoolLayer{HTTP.StreamRequest.StreamLayer}}}}}}, ::String, ::HTTP.URIs.URI, ::Array{Pair{SubString{String},SubString{String}},1}, ::HTTP.Form) at /home/travis/.julia/packages/HTTP/wY7Vc/src/RedirectRequest.jl:21
 [11] #request#5(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::String, ::HTTP.URIs.URI, ::Array{Pair{SubString{String},SubString{String}},1}, ::HTTP.Form) at /home/travis/.julia/packages/HTTP/wY7Vc/src/HTTP.jl:300
 [12] #request#6 at /home/travis/.julia/packages/HTTP/wY7Vc/src/HTTP.jl:300 [inlined]
 [13] request at /home/travis/.julia/packages/HTTP/wY7Vc/src/HTTP.jl:310 [inlined]
 [14] #post#4(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::String, ::Array{Pair{SubString{String},SubString{String}},1}, ::HTTP.Form) at /home/travis/.julia/packages/HTTP/wY7Vc/src/multipart.jl:132
 [15] post at /home/travis/.julia/packages/HTTP/wY7Vc/src/multipart.jl:131 [inlined]
 [16] #post#3 at /home/travis/.julia/packages/HTTP/wY7Vc/src/multipart.jl:128 [inlined]
 [17] post at /home/travis/.julia/packages/HTTP/wY7Vc/src/multipart.jl:128 [inlined]
 [18] macro expansion at ./logging.jl:307 [inlined]
 [19] post_request(::Dict{String,Any}, ::Bool) at /home/travis/.julia/packages/Coverage/c1tw7/src/coveralls.jl:179
 [20] #submit#1 at /home/travis/.julia/packages/Coverage/c1tw7/src/coveralls.jl:67 [inlined]
 [21] submit(::Array{FileCoverage,1}) at /home/travis/.julia/packages/Coverage/c1tw7/src/coveralls.jl:59
 [22] top-level scope at none:0

See for example the error message starting at line 532 of this Travis log.

@kmsquire
Copy link
Member

Fixed by enabling Coveralls for this repo. It was never enabled when the repo was transferred from @simonster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants