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

CI TEST #989

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

CI TEST #989

wants to merge 1 commit into from

Conversation

ArnoStrouwen
Copy link
Member

No description provided.

@ArnoStrouwen
Copy link
Member Author

On windows I'm getting:

Test Summary: | Pass  Total  Time
Utils         |   21     21  0.7s
  0.697303 seconds (1.09 M allocations: 73.124 MiB, 2.70% gc time, 73.54% compilation time)
p = Dual{Nothing}(2.0)
p = (Dual{Nothing}(2.0), 2.0)
p = ForwardDiff.Dual{Nothing, Float64, 0}[Dual{Nothing}(2.0)]
p = (ForwardDiff.Dual{Nothing, Float64, 0}[Dual{Nothing}(2.0)], 2.0)
p = (2.0, Dual{Nothing}(2.0))
p = (x = 2.0, y = Dual{Nothing}(2.0))
p = (x = 2.0, y = ForwardDiff.Dual{Nothing, Float64, 0}[Dual{Nothing}(2.0)])
p = (x = 2.0, y = Vector{ForwardDiff.Dual{Nothing, Float64, 0}}[[Dual{Nothing}(2.0)]])
p = Set(ForwardDiff.Dual{Nothing, Float64, 0}[Dual{Nothing}(2.0)])
p = (SciMLBase.NullParameters(), Dual{Nothing}(2.0))
p = ((), Dual{Nothing}(2.0))
p = Dual{Nothing}(Dual{Main.var"##ForwardDiff Dual Detection#239".MyStruct}(2.0))
p = (Plot{Plots.GRBackend() n=0}, Dual{Nothing}(2.0))
p = Dual{Nothing}(Dual{Main.var"##ForwardDiff Dual Detection#239".MyStruct}(2.0))
p = (Dual{Nothing}(Dual{Main.var"##ForwardDiff Dual Detection#239".MyStruct}(2.0)), SciMLBase.NullParameters())
p = (Dual{Nothing}(Dual{Main.var"##ForwardDiff Dual Detection#239".MyStruct}(2.0)), Dual{Nothing}(2.0))
p = (Dual{Nothing}(2.0), Dual{Nothing}(Dual{Main.var"##ForwardDiff Dual Detection#239".MyStruct}(2.0)))
p = Main.var"##ForwardDiff Dual Detection#239".MyStruct{Float64, ForwardDiff.Dual{Nothing, Float64, 0}}(2.0, Dual{Nothing}(2.0))
filter((!=)(Expr(:code_coverage_effect)), ci.first.code) = Any[:(return ForwardDiff.Dual{Nothing, Float64, 0})]
p = Main.var"##ForwardDiff Dual Detection#239".MyStruct{Float64, ForwardDiff.Dual{Nothing, Float64, 0}}[Main.var"##ForwardDiff Dual Detection#239".MyStruct{Float64, ForwardDiff.Dual{Nothing, Float64, 0}}(2.0, Dual{Nothing}(2.0))]
filter((!=)(Expr(:code_coverage_effect)), ci.first.code) = Any[:(return ForwardDiff.Dual{Nothing, Float64, 0})]
p = Main.var"##ForwardDiff Dual Detection#239".MyStruct{Float64, Vector{ForwardDiff.Dual{Nothing, Float64, 0}}}[Main.var"##ForwardDiff Dual Detection#239".MyStruct{Float64, Vector{ForwardDiff.Dual{Nothing, Float64, 0}}}(2.0, ForwardDiff.Dual{Nothing, Float64, 0}[Dual{Nothing}(2.0), Dual{Nothing}(2.0)])]
filter((!=)(Expr(:code_coverage_effect)), ci.first.code) = Any[:(return ForwardDiff.Dual{Nothing, Float64, 0})]
p = Main.var"##ForwardDiff Dual Detection#239".MyStruct{Float64, Tuple{Float64, ForwardDiff.Dual{Nothing, Float64, 0}}}[Main.var"##ForwardDiff Dual Detection#239".MyStruct{Float64, Tuple{Float64, ForwardDiff.Dual{Nothing, Float64, 0}}}(2.0, (2.0, Dual{Nothing}(2.0)))]
filter((!=)(Expr(:code_coverage_effect)), ci.first.code) = Any[:(return ForwardDiff.Dual{Nothing, Float64, 0})]
p = (NamedTuple(), Dual{Nothing}(2.0))
filter((!=)(Expr(:code_coverage_effect)), ci.first.code) = Any[:(return ForwardDiff.Dual{Nothing, Float64, 0})]
p = Main.var"##ForwardDiff Dual Detection#239".MyStruct3{ForwardDiff.Dual{Nothing, Float64, 0}, Float64}(Dual{Nothing}(2.0), 9.19941438848e-312)
ForwardDiff Dual Detection: Error During Test at C:\Users\arno\.julia\packages\SafeTestsets\raUNr\src\SafeTestsets.jl:30
  Got exception outside of a @test
  LoadError: return type Type{ForwardDiff.Dual{Nothing, Float64, 0}} does not match inferred return type Union{Type{Any}, Type{ForwardDiff.Dual{Nothing, Float64, 0}}}
  Stacktrace:
    [1] error(s::String)
      @ Base .\error.jl:35
    [2] top-level scope
      @ C:\Users\arno\Desktop\SciML\DiffEqBase.jl\test\forwarddiff_dual_detection.jl:105
    [3] include(mod::Module, _path::String)
      @ Base .\Base.jl:495
    [4] include(x::String)
      @ Main.var"##ForwardDiff Dual Detection#239" C:\Users\arno\.julia\packages\SafeTestsets\raUNr\src\SafeTestsets.jl:28
    [5] macro expansion
      @ C:\Users\arno\.julia\packages\SafeTestsets\raUNr\src\SafeTestsets.jl:24 [inlined]
    [6] macro expansion
      @ C:\Users\arno\.julia\juliaup\julia-1.10.0+0.x64.w64.mingw32\share\julia\stdlib\v1.10\Test\src\Test.jl:1577 [inlined]
    [7] top-level scope
      @ C:\Users\arno\.julia\packages\SafeTestsets\raUNr\src\SafeTestsets.jl:24
    [8] eval(m::Module, e::Any)
      @ Core .\boot.jl:385
    [9] macro expansion
      @ C:\Users\arno\.julia\packages\SafeTestsets\raUNr\src\SafeTestsets.jl:28 [inlined]
   [10] macro expansion
      @ .\timing.jl:279 [inlined]
   [11] macro expansion
      @ C:\Users\arno\Desktop\SciML\DiffEqBase.jl\test\runtests.jl:37 [inlined]
   [12] macro expansion
      @ .\timing.jl:279 [inlined]
   [13] top-level scope
      @ C:\Users\arno\Desktop\SciML\DiffEqBase.jl\test\runtests.jl:269
   [14] include(fname::String)
      @ Base.MainInclude .\client.jl:489
   [15] top-level scope
      @ none:6
   [16] eval
      @ Core .\boot.jl:385 [inlined]
   [17] exec_options(opts::Base.JLOptions)
      @ Base .\client.jl:291
   [18] _start()
      @ Base .\client.jl:552
  in expression starting at C:\Users\arno\Desktop\SciML\DiffEqBase.jl\test\forwarddiff_dual_detection.jl:91
Test Summary:              | Pass  Error  Total  Time
ForwardDiff Dual Detection |  123      1    124  3.5s

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

Successfully merging this pull request may close these issues.

None yet

1 participant