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

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

Open
sergstesh opened this issue Jun 27, 2024 · 1 comment
Open

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

sergstesh opened this issue Jun 27, 2024 · 1 comment

Comments

@sergstesh
Copy link

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
Copy link
Contributor

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

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

2 participants