-
Notifications
You must be signed in to change notification settings - Fork 143
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
Demonstrate cause of nightly stall #881
Closed
Closed
Conversation
This file contains 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
Co-authored-by: Mustafa M <mus-m@outlook.com>
Co-authored-by: Mustafa M <mus-m@outlook.com>
…neliaSciComp/HDF5.jl into janelia/bzip2_lz4_std_filters
Sat, 11 Dec 2021 20:24:20 GMT
[ Info: libhdf5 v1.12.0
Sat, 11 Dec 2021 20:24:20 GMT
┌ Debug: plain
Sat, 11 Dec 2021 20:24:20 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:14
Sat, 11 Dec 2021 20:24:25 GMT
┌ Info: Registering filter
Sat, 11 Dec 2021 20:24:25 GMT
└ F = H5Zblosc.BloscFilter
Sat, 11 Dec 2021 20:25:11 GMT
┌ Debug: compound
Sat, 11 Dec 2021 20:25:11 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:16
Sat, 11 Dec 2021 20:25:15 GMT
┌ Debug: custom
Sat, 11 Dec 2021 20:25:15 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:18
Sat, 11 Dec 2021 20:25:16 GMT
┌ Debug: reference
Sat, 11 Dec 2021 20:25:16 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:20
Sat, 11 Dec 2021 20:25:16 GMT
┌ Debug: dataspace
Sat, 11 Dec 2021 20:25:16 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:22
Sat, 11 Dec 2021 20:25:17 GMT
┌ Debug: hyperslab
Sat, 11 Dec 2021 20:25:17 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:24
Sat, 11 Dec 2021 20:25:18 GMT
┌ Debug: readremote
Sat, 11 Dec 2021 20:25:18 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:26
Sat, 11 Dec 2021 20:25:20 GMT
┌ Debug: extend_test
Sat, 11 Dec 2021 20:25:20 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:28
Sat, 11 Dec 2021 20:25:22 GMT
┌ Debug: gc
Sat, 11 Dec 2021 20:25:22 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:30
Sat, 11 Dec 2021 20:25:25 GMT
┌ Debug: external
Sat, 11 Dec 2021 20:25:25 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:32
Sat, 11 Dec 2021 20:25:26 GMT
┌ Debug: external tests did not delete
Sat, 11 Dec 2021 20:25:26 GMT
│ fn2 = "/tmp/jl_1wzek4"
Sat, 11 Dec 2021 20:25:26 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/external.jl:57
Sat, 11 Dec 2021 20:25:26 GMT
┌ Debug: swmr
Sat, 11 Dec 2021 20:25:26 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:34
Sat, 11 Dec 2021 20:25:42 GMT
┌ Debug: mmap
Sat, 11 Dec 2021 20:25:42 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:36
Sat, 11 Dec 2021 20:25:44 GMT
┌ Debug: properties
Sat, 11 Dec 2021 20:25:44 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:38
Sat, 11 Dec 2021 20:25:45 GMT
┌ Debug: table
Sat, 11 Dec 2021 20:25:45 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:40
Sat, 11 Dec 2021 20:25:45 GMT
┌ Debug: filter
Sat, 11 Dec 2021 20:25:45 GMT
└ @ Main ~/work/HDF5.jl/HDF5.jl/test/runtests.jl:42
Sat, 11 Dec 2021 20:25:48 GMT
┌ Info: Registering filter
Sat, 11 Dec 2021 20:25:48 GMT
└ F = H5Zlz4.Lz4Filter
Sat, 11 Dec 2021 20:25:50 GMT
From worker 2: ┌ Info: Registering filter
Sat, 11 Dec 2021 20:25:50 GMT
From worker 2: └ F = H5Zlz4.Lz4Filter
Sat, 11 Dec 2021 20:43:08 GMT
Error: The operation was canceled. As seen above with a008acb and debugging enabled, the stall occurs just after loading The indicates that the tests do proceed past this line: Line 4 in a008acb
H5Zblosc, H5Zbzip2, H5Zzstd do not appear to have loaded. The stall occurs just initializing H5Zlz4. |
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.
The main purpose of this pull request is to identify the issue that was stalling the HDF5.jl tests against Julia nightly.
Suspected cause is JuliaLang/julia#41602