Guest User

Untitled

a guest
Feb 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. $ rake
  2. (in /home/clgc/languages/rbx)
  3. Running 854 tests......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................OK!
  4. *** Running with SydneyParser enabled ***
  5. #<LookupTable :st_ino=>8810, :st_gid=>286, :st_blocks=>569, :st_mode=>166, :st_rdev=>3210, :st_atime=>647, :st_nlink=>206, :st_size=>449, :st_mtime=>727, :st_dev=>010, :st_uid=>246, :st_blksize=>525, :st_ctime=>807>
  6. #<LookupTable :st_ino=>8810, :st_gid=>286, :st_blocks=>569, :st_mode=>, :st_rdev=>3210, :st_atime=>647, :st_nlink=>206, :st_size=>449, :st_mtime=>727, :st_dev=>010, :st_uid=>246, :st_blksize=>525, :st_ctime=>807>
  7. An exception has occurred:
  8. Unknown field st_mode (RuntimeError)
  9.  
  10. Backtrace:
  11. FFI::Struct(File::Stat::Struct)#[] at kernel/platform/ffi.rb:626
  12. File::Stat#file? at kernel/common/file.rb:1047
  13. File.file? at kernel/common/file.rb:266
  14. Compile.single_load at kernel/common/compile.rb:181
  15. Compile.unified_load {} at kernel/common/compile.rb:145
  16. Array#each at kernel/common/array.rb:527
  17. Compile.unified_load at kernel/common/compile.rb:110
  18. Kernel(Module)#require at kernel/common/compile.rb:448
  19. Compile.compiler at kernel/common/compile.rb:36
  20. Compile.compile_string at kernel/common/compile.rb:55
  21. Kernel(Module)#eval at kernel/common/eval.rb:50
  22. Compile.execute at kernel/common/compile.rb:59
  23. Object#__script__ at kernel/loader.rb:279
  24. rubinius 0.10.0 (ruby 1.8.6 compatible) (8f3083694) (12/31/2009) [i686-pc-linux-gnu]
  25. #<LookupTable :st_ino=>8810, :st_gid=>286, :st_blocks=>569, :st_mode=>166, :st_rdev=>3210, :st_atime=>647, :st_nlink=>206, :st_size=>449, :st_mtime=>727, :st_dev=>010, :st_uid=>246, :st_blksize=>525, :st_ctime=>807>
  26. #<LookupTable :st_ino=>8810, :st_gid=>286, :st_blocks=>569, :st_mode=>, :st_rdev=>3210, :st_atime=>647, :st_nlink=>206, :st_size=>449, :st_mtime=>727, :st_dev=>010, :st_uid=>246, :st_blksize=>525, :st_ctime=>807>
  27. An exception has occurred:
  28. Unknown field st_mode (RuntimeError)
  29.  
  30. Backtrace:
  31. FFI::Struct(File::Stat::Struct)#[] at kernel/platform/ffi.rb:626
  32. File::Stat#file? at kernel/common/file.rb:1047
  33. File.file? at kernel/common/file.rb:266
  34. Compile.single_load at kernel/common/compile.rb:191
  35. Compile.load_from_extension at kernel/common/compile.rb:319
  36. Object#__script__ at kernel/loader.rb:279
  37. rake aborted!
  38. Command failed with status (1): [bin/mspec ci -t rubinius...]
  39.  
  40. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment