Guest User

Untitled

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