Skip to content

CI test failure due to ambiguous method in ccall test #28804

@Keno

Description

@Keno

https://travis-ci.org/JuliaLang/julia/jobs/418783280#L2142-L2145

Some tests did not pass: 597 passed, 1 failed, 0 errored, 0 broken.LinearAlgebra/matmul: Test Failed at /tmp/julia/share/julia/stdlib/v1.1/LinearAlgebra/test/matmul.jl:449
  Expression: detect_ambiguities(LinearAlgebra, Base; imported=true, recursive=true) == []
   Evaluated: Tuple{Method,Method}[(unsafe_convert(::Type{Main.Test97Main_ccall.SpillPint}, vr) in Main.Test97Main_ccall at /tmp/julia/share/julia/test/ccall.jl:1268, unsafe_convert(::Type{T}, x::T) where T in Base at essentials.jl:346)] == Any[]

Looks like this may happen if the ccall test and the LinearAlgebra tests are run on the same worker? May need a unsafe_convert(::Type{SpillPint}, x::SpillPint) = x method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedIndicates that a maintainer wants help on an issue or pull request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions