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

flaky allocation amount test: Compiler/codegen #56748

Open
nsajko opened this issue Dec 4, 2024 · 1 comment
Open

flaky allocation amount test: Compiler/codegen #56748

nsajko opened this issue Dec 4, 2024 · 1 comment
Labels
ci Continuous integration compiler:codegen Generation of LLVM IR and native code system:mac Affects only macOS

Comments

@nsajko
Copy link
Contributor

nsajko commented Dec 4, 2024

https://buildkite.com/julialang/julia-master/builds/42790#01938ef5-48f6-4ec9-8531-134066585a7b/741-1518

The global RNG seed was 0xef28cc15f4fb892d103e6ac256995be6.
Error in testset Compiler/codegen:
Test Failed at /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZQ07RJYVY.0/build/default-grannysmith-C07ZQ07RJYVY-0/julialang/julia-master/julia-52197735d2/share/julia/Compiler/test/codegen.jl:412
  Expression: abs(#= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZQ07RJYVY.0/build/default-grannysmith-C07ZQ07RJYVY-0/julialang/julia-master/julia-52197735d2/share/julia/Compiler/test/codegen.jl:412 =# @allocated(f_dict_hash_alloc()) / #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZQ07RJYVY.0/build/default-grannysmith-C07ZQ07RJYVY-0/julialang/julia-master/julia-52197735d2/share/julia/Compiler/test/codegen.jl:412 =# @allocated(g_dict_hash_alloc()) - 1) < 0.1
   Evaluated: 0.2642807983482449 < 0.1
@nsajko nsajko added the ci Continuous integration label Dec 4, 2024
@giordano giordano added the system:mac Affects only macOS label Jan 2, 2025
@nsajko nsajko added the compiler:codegen Generation of LLVM IR and native code label Feb 9, 2025
@nsajko nsajko marked this as a duplicate of #57391 Feb 15, 2025
nsajko added a commit to nsajko/julia that referenced this issue Feb 16, 2025
Relaxing it should help prevent spurious CI failures until someone does
a proper fix.

Updates JuliaLang#56748
nsajko added a commit to nsajko/julia that referenced this issue Feb 17, 2025
Relaxing it should help prevent spurious CI failures until someone does
a proper fix.

Updates JuliaLang#56748
nsajko added a commit to nsajko/julia that referenced this issue Feb 19, 2025
Relaxing it should help prevent spurious CI failures until someone does
a proper fix.

Updates JuliaLang#56748
@nsajko
Copy link
Contributor Author

nsajko commented Mar 6, 2025

Earlier bug report for an earlier version of the same test, I think: #44740

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration compiler:codegen Generation of LLVM IR and native code system:mac Affects only macOS
Projects
None yet
Development

No branches or pull requests

2 participants