Throw EOFError when encountering Ctrl-D#1228
Open
lucifer1004 wants to merge 1 commit intoJuliaPackaging:masterfrom
Open
Throw EOFError when encountering Ctrl-D#1228lucifer1004 wants to merge 1 commit intoJuliaPackaging:masterfrom
lucifer1004 wants to merge 1 commit intoJuliaPackaging:masterfrom
Conversation
Member
|
It doesn't look like this worked very well |
Author
|
I tested locally and found that even if I commented out my modifications, the test suite still failed. Linux x86_64 {cxxstring_abi=cxx11, julia_version=1.8.1, libc=glibc, libgfortran_version=5.0.0, libstdcxx_version=3.4.29}: Error During Test at /home/ubuntu/.julia/dev/BinaryBuilder/test/building.jl:105
Got exception outside of a @test
DimensionMismatch: mismatch in dimension 1 (expected 1 got 5)
Stacktrace:
[1] _cs
@ ./abstractarray.jl:1717 [inlined]
[2] _cshp
@ ./abstractarray.jl:1713 [inlined]
[3] _cat_size_shape
@ ./abstractarray.jl:1693 [inlined]
[4] cat_size_shape(dims::Tuple{Bool, Bool}, X::String, tail::Vector{SubString{String}})
@ Base ./abstractarray.jl:1691
[5] _cat_t(::Val{2}, ::Type{AbstractString}, ::String, ::Vararg{Any})
@ Base ./abstractarray.jl:1732
[6] _cat(::Val{2}, ::String, ::Vararg{Any})
@ Base ./abstractarray.jl:1728
[7] #cat#155
@ ./abstractarray.jl:1916 [inlined]
[8] hcat(::String, ::Vector{SubString{String}})
@ Base ./abstractarray.jl:1878
[9] with_libgfortran(f::Function)
@ Main ~/.julia/dev/BinaryBuilder/test/runtests.jl:23
[10] (::var"#25#27"{Platform, Vector{Platform}})(build_path::String)
@ Main ~/.julia/dev/BinaryBuilder/test/building.jl:172
[11] mktempdir(fn::var"#25#27"{Platform, Vector{Platform}}, parent::String; prefix::String)
@ Base.Filesystem ./file.jl:764
[12] mktempdir(fn::Function, parent::String) (repeats 2 times)
@ Base.Filesystem ./file.jl:760
[13] macro expansion
@ ~/.julia/dev/BinaryBuilder/test/building.jl:108 [inlined]
[14] macro expansion
@ ~/packages/julias/julia-1.8/share/julia/stdlib/v1.8/Test/src/Test.jl:1433 [inlined]
[15] macro expansion
@ ~/.julia/dev/BinaryBuilder/test/building.jl:105 [inlined]
[16] macro expansion
@ ~/packages/julias/julia-1.8/share/julia/stdlib/v1.8/Test/src/Test.jl:1357 [inlined]
[17] top-level scope
@ ~/.julia/dev/BinaryBuilder/test/building.jl:105
[18] include(fname::String)
@ Base.MainInclude ./client.jl:476
[19] top-level scope
@ ~/.julia/dev/BinaryBuilder/test/runtests.jl:70
[20] include(fname::String)
@ Base.MainInclude ./client.jl:476
[21] top-level scope
@ none:6
[22] eval
@ ./boot.jl:368 [inlined]
[23] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:276
[24] _start()
@ Base ./client.jl:522
Test Summary: | Pass Error Total Time
Shard testsuites | 4 1 5 16.0s
Linux x86_64 {cxxstring_abi=cxx11, julia_version=1.8.1, libc=glibc, libgfortran_version=5.0.0, libstdcxx_version=3.4.29} | 4 1 5 15.8s
ERROR: LoadError: Some tests did not pass: 4 passed, 0 failed, 1 errored, 0 broken.
in expression starting at /home/ubuntu/.julia/dev/BinaryBuilder/test/building.jl:104
in expression starting at /home/ubuntu/.julia/dev/BinaryBuilder/test/runtests.jl:70
ERROR: Package BinaryBuilder errored during testing |
Member
|
That test has nothing to do with the wizard though. Comment out BinaryBuilder.jl/test/runtests.jl Lines 69 to 72 in c3ab910 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes #1227.