Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. cspool117:schemas stain$ ./run_test.sh --junit-xml=result.xml RUNNER=cwltool
  2. --- Running conformance test v1.0 on /Users/stain/cwl/bin/cwltool ---
  3. /Users/stain/cwl/bin/cwltool 1.0.20170224141733
  4. Test [18/86] Test failed: /Users/stain/cwl/bin/cwltool --tmp-outdir-prefix=/Users/stain/cwltool/cwltool/schemas/v1.0C6ENY9 --tmpdir-prefix=/Users/stain/cwltool/cwltool/schemas/v1.0C6ENY9 --outdir=/Users/stain/cwltool/cwltool/schemas/v1.0C6ENY9 --quiet v1.0/wc-tool.cwl v1.0/wc-job.json
  5. Test command execution in with stdin and stdout redirection
  6. Compare failure expected: {
  7. "output": {
  8. "checksum": "sha1$631bfbac524e2d04cdcc5ec33ade827fc10b06ae",
  9. "class": "File",
  10. "location": "output",
  11. "size": 15
  12. }
  13. }
  14. got: {
  15. "output": {
  16. "basename": "output",
  17. "checksum": "sha1$ae852d273ed56a04c9efd6aaa6f1376d6c03f312",
  18. "class": "File",
  19. "location": "file:///Users/stain/cwltool/cwltool/schemas/v1.0C6ENY9/output",
  20. "path": "/Users/stain/cwltool/cwltool/schemas/v1.0C6ENY9/output",
  21. "size": 25
  22. }
  23. }
  24. caused by: failed comparison for key 'output': expected: {
  25. "checksum": "sha1$631bfbac524e2d04cdcc5ec33ade827fc10b06ae",
  26. "class": "File",
  27. "location": "output",
  28. "size": 15
  29. }
  30. got: {
  31. "basename": "output",
  32. "checksum": "sha1$ae852d273ed56a04c9efd6aaa6f1376d6c03f312",
  33. "class": "File",
  34. "location": "file:///Users/stain/cwltool/cwltool/schemas/v1.0C6ENY9/output",
  35. "path": "/Users/stain/cwltool/cwltool/schemas/v1.0C6ENY9/output",
  36. "size": 25
  37. }
  38. caused by: field 'checksum' failed comparison: expected: "sha1$631bfbac524e2d04cdcc5ec33ade827fc10b06ae"
  39. got: "sha1$ae852d273ed56a04c9efd6aaa6f1376d6c03f312"
  40. Test [79/86] Test failed: /Users/stain/cwl/bin/cwltool --tmp-outdir-prefix=/Users/stain/cwltool/cwltool/schemas/v1.0FUMThK --tmpdir-prefix=/Users/stain/cwltool/cwltool/schemas/v1.0FUMThK --outdir=/Users/stain/cwltool/cwltool/schemas/v1.0FUMThK --quiet v1.0/envvar2.cwl v1.0/empty.json
  41. Test $HOME and $TMPDIR are set correctly in Docker
  42. Returned non-zero
  43. HOME=/private/var/spool/cwl TMPDIR=/tmp
  44. [job envvar2.cwl] completed permanentFail
  45. Final process status is permanentFail
  46.  
  47. Test [86/86] 84 tests passed, 2 failures, 0 unsupported features
  48.  
  49. 1 tool tests failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement