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

fortran-src-0.16.3 testsuite failed on stackage nightly #293

Open
juhp opened this issue Oct 21, 2024 · 2 comments
Open

fortran-src-0.16.3 testsuite failed on stackage nightly #293

juhp opened this issue Oct 21, 2024 · 2 comments

Comments

@juhp
Copy link

juhp commented Oct 21, 2024

This is perhaps/likely be ignored since latest happy 2.1 is marked deprecated in Hackage. This is is really just an FYI.

           Failures:                                                                                                                
                                                                                                                                    
             .stack-work/dist/x86_64-linux-tinfo6/ghc-9.8.2/build/Language/Fortran/Parser/Free/Fortran95.hs:7521:14:                
             1) Language.Fortran.Parser.Free.Fortran95, Fortran 95 Parser, Statement, doesn't parse assign statements               
                  uncaught exception: ErrorCall                                                                                     
                  Encountered a token that was not declared to happy                                                                
                  CallStack (from HasCallStack):                                                                                    
                    error, called at .stack-work/dist/x86_64-linux-tinfo6/ghc-9.8.2/build/Language/Fortran/Parser/Free/Fortran95.hs:
7521:14 in fortran-src-0.16.3-7kzJoDAJyRHL356hjfGwyU:Language.Fortran.Parser.Free.Fortran95                                         
                                                                                                                                    
             To rerun use: --match "/Language.Fortran.Parser.Free.Fortran95/Fortran 95 Parser/Statement/doesn't parse assign stateme
nts/" --seed 386902743                                                                                                              
                                                                                                                                    
             .stack-work/dist/x86_64-linux-tinfo6/ghc-9.8.2/build/Language/Fortran/Parser/Free/Fortran95.hs:7521:14:                
             2) Language.Fortran.Parser.Free.Fortran95, Fortran 95 Parser, Statement, doesn't parse pause statements                
                  uncaught exception: ErrorCall                                                                                     
                  Encountered a token that was not declared to happy                                                                
                  CallStack (from HasCallStack):                                                                                    
                    error, called at .stack-work/dist/x86_64-linux-tinfo6/ghc-9.8.2/build/Language/Fortran/Parser/Free/Fortran95.hs:
7521:14 in fortran-src-0.16.3-7kzJoDAJyRHL356hjfGwyU:Language.Fortran.Parser.Free.Fortran95                                         
                                                                                                                                    
             To rerun use: --match "/Language.Fortran.Parser.Free.Fortran95/Fortran 95 Parser/Statement/doesn't parse pause statemen
ts/" --seed 386902743                                                                                                               
                                                                                                                                    
             .stack-work/dist/x86_64-linux-tinfo6/ghc-9.8.2/build/Language/Fortran/Parser/Free/Fortran95.hs:7521:14: 
             3) Language.Fortran.Parser.Free.Fortran95, Fortran 95 Parser, Statement, doesn't parse pause statements with expression
                  uncaught exception: ErrorCall
                  Encountered a token that was not declared to happy
                  CallStack (from HasCallStack):
                    error, called at .stack-work/dist/x86_64-linux-tinfo6/ghc-9.8.2/build/Language/Fortran/Parser/Free/Fortran95.hs:
7521:14 in fortran-src-0.16.3-7kzJoDAJyRHL356hjfGwyU:Language.Fortran.Parser.Free.Fortran95
            
             To rerun use: --match "/Language.Fortran.Parser.Free.Fortran95/Fortran 95 Parser/Statement/doesn't parse pause statemen
ts with expression/" --seed 386902743
            
             .stack-work/dist/x86_64-linux-tinfo6/ghc-9.8.2/build/Language/Fortran/Parser/Free/Fortran95.hs:7521:14: 
             4) Language.Fortran.Parser.Free.Fortran95, Fortran 95 Parser, Goto, doesn't parse label assignment
                  uncaught exception: ErrorCall
                  Encountered a token that was not declared to happy
                  CallStack (from HasCallStack):
                    error, called at .stack-work/dist/x86_64-linux-tinfo6/ghc-9.8.2/build/Language/Fortran/Parser/Free/Fortran95.hs:
7521:14 in fortran-src-0.16.3-7kzJoDAJyRHL356hjfGwyU:Language.Fortran.Parser.Free.Fortran95
            
             To rerun use: --match "/Language.Fortran.Parser.Free.Fortran95/Fortran 95 Parser/Goto/doesn't parse label assignment/" 
--seed 386902743
            
           Randomized with seed 386902743
            
           Finished in 0.6929 seconds
           756 examples, 4 failures, 6 pending
juhp added a commit to commercialhaskell/stackage that referenced this issue Oct 21, 2024
@juhp juhp changed the title FYI fortran-src-0.16.3 testsuite failed with happy-2.1 on stackage nightly fortran-src-0.16.3 testsuite failed on stackage nightly Oct 21, 2024
@juhp
Copy link
Author

juhp commented Oct 21, 2024

Actually seems to fail even with happy < 2.1...

@sgraf812
Copy link

I could not reproduce this issue while building master with stack and happy-2.0.2. So perhaps this is an issue with happy-2.1. I opened haskell/happy#324 to track.

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