Advertisement
Guest User

Untitled

a guest
Oct 4th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  
  3. CallStack (from HasCallStack):
  4.   addMessageToError, called at ../LI1/Jobs.hs:545:83 in main:LI1.Jobs:
  5. Output:
  6.     [1 of 5] Compiling LI11920          ( LI11920.hs, LI11920.o )
  7.     [4 of 5] Compiling Tarefa0_2019li1g161 ( Tarefa0_2019li1g161.hs, Tarefa0_2019li1g161.o )
  8.     [5 of 5] Compiling Main             ( RunT0.hs, RunT0.o )
  9.    
  10.     Errors:
  11.     Warning: The exec command is a part of the legacy v1 style of cabal usage.
  12.    
  13.     Please switch to using either the new project style and the new-exec command
  14.     or the legacy v1-exec alias as new-style projects will become the default in
  15.     the next version of cabal-install. Please file a bug if you cannot replicate a
  16.     working v1- use case with the new-style commands.
  17.    
  18.     For more information, see: https://wiki.haskell.org/Cabal/NewBuild
  19.    
  20.    
  21.     RunT0.hs:17:1: error:
  22.         Unsafe.Coerce: Can't be safely imported!
  23.        The module itself isn't safe.
  24.        |
  25.     17 | import Unsafe.Coerce
  26.        | ^^^^^^^^^^^^^^^^^^^^
  27.    
  28.     Exit Code: 1CallStack (from HasCallStack):
  29.       haapLiftIO, called at src/HAAP/Shelly.hs:79:5 in HAAP-0.0.1-513e1pZJUg93Ck33ThEslU:HAAP.Shelly
  30.       runBaseShWith', called at ../LI1/Jobs.hs:546:47 in main:LI1.Jobs:
  31.    
  32.        Ran commands:
  33.        cd /home/gsd/LI1-1920/fs/svn/2019li1g161/src
  34.        which RunT0
  35.        echo 'timeout 300s /home/gsd/LI1-1920/fs/svn/2019li1g161/src/RunT0 +RTS -K1000m -M1000m -RTS'
  36.        timeout 300s /home/gsd/LI1-1920/fs/svn/2019li1g161/src/RunT0 +RTS -K1000m -M1000m -RTS
  37.        which timeout
  38.        
  39.        Exception: failed to parse result...
  40.        ""
  41.        ...as type...
  42.        [([Char],(Maybe [Char]))]
  43.        Output:
  44.        
  45.        Errors:
  46.        /usr/bin/timeout: failed to run command ‘/home/gsd/LI1-1920/fs/svn/2019li1g161/src/RunT0’: No such file or directory
  47.        
  48.        Exit Code: 127
  49.        CallStack (from HasCallStack):
  50.          error, called at src/HAAP/Shelly.hs:264:32 in HAAP-0.0.1-513e1pZJUg93Ck33ThEslU:HAAP.Shelly
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement