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

Failed test/checked: Evaluated: 0 ≈ 1 (rtol=0.9) #209

Open
qinsoon opened this issue Dec 18, 2024 · 0 comments
Open

Failed test/checked: Evaluated: 0 ≈ 1 (rtol=0.9) #209

qinsoon opened this issue Dec 18, 2024 · 0 comments

Comments

@qinsoon
Copy link
Member

qinsoon commented Dec 18, 2024

Seen in https://github.com/mmtk/mmtk-julia/actions/runs/12387100242/job/34575994790 with #203.

    JULIA test/checked
Running parallel tests with:
  getpid() = 302510
  nworkers() = 1
  nthreads() = 1
  Sys.CPU_THREADS = 2
  Sys.total_memory() = 15.606 GiB
  Sys.free_memory() = 13.845 GiB

Test  (Worker) | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB)
checked    (1) |        started at 2024-12-18T08:10:29.897
checked    (1) |         failed at 2024-12-18T08:10:38.548
Test Failed at /home/runner/work/mmtk-julia/mmtk-julia/vm/julia/test/checked.jl:335
  Expression: ≈(#= /home/runner/work/mmtk-julia/mmtk-julia/vm/julia/test/checked.jl:335 =# @allocations(checked_pow(BigInt(2), 2)), #= /home/runner/work/mmtk-julia/mmtk-julia/vm/julia/test/checked.jl:335 =# @allocations(checked_pow(BigInt(2), 10000)), rtol = 0.9)
   Evaluated: 0 ≈ 1 (rtol=0.9)


[ Info: Writing test result data to /home/runner/work/mmtk-julia/mmtk-julia/vm/julia/test

Test Summary: | Pass  Fail  Total   Time
  Overall     | 1305     1   1306  10.5s
    checked   | 1305     1   1306   9.6s
    FAILURE

The global RNG seed was 0x3891b17c298a1f2f4b8454abcd297552.

Error in testset checked:
Test Failed at /home/runner/work/mmtk-julia/mmtk-julia/vm/julia/test/checked.jl:335
  Expression: ≈(#= /home/runner/work/mmtk-julia/mmtk-julia/vm/julia/test/checked.jl:335 =# @allocations(checked_pow(BigInt(2), 2)), #= /home/runner/work/mmtk-julia/mmtk-julia/vm/julia/test/checked.jl:335 =# @allocations(checked_pow(BigInt(2), 10000)), rtol = 0.9)
   Evaluated: 0 ≈ 1 (rtol=0.9)

ERROR: LoadError: Test run finished with errors
in expression starting at /home/runner/work/mmtk-julia/mmtk-julia/vm/julia/test/runtests.jl:89
make[1]: *** [Makefile:32: checked] Error 1
make: *** [Makefile:660: test-checked] Error 2
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

1 participant