JuliaLang / julia

The Julia Programming Language
https://julialang.org/
MIT License
44.95k stars 5.42k forks source link

'make test' fails for julia-1.11.0-rc1 #54966

Open sergstesh opened 5 days ago

sergstesh commented 5 days ago

I downloaded source tarball ( wget -t0 -c https://github.com/JuliaLang/julia/releases/download/v1.11.0-rc1/julia-1.11.0-rc1-full.tar.gz ) and unpacked it the usual way.

Then, after doing 'cd julia-1.11.0-rc1' I ran the following command line:

nice -n 19 make test 1>make_test.log 2>&1 .

Output of 'versioninfo()':

julia> versioninfo()
Julia Version 1.11.0-rc1
Commit 3a35aec36d (2024-06-25 10:23 UTC)
Build Info:

    Note: This is an unofficial build, please report bugs to the project
    responsible for this build and not to the Julia project unless you can
    reproduce the issue using official builds available at https://julialang.org/downloads

Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 4 × Intel(R) N100
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, goldmont)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

julia>

.

Test failures can be seen in the uploaded 'make_test.log' file. make_test.log

giordano commented 5 days ago

I can't open the log file now, but is there anything new compared to #54280, #54777, #54234, or #54771?