Advertisement
Guest User

Untitled

a guest
May 21st, 2018
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. + cat daily-cron-email-play
  2. + echo 'Message-ID: <osstest-122933-mainreport@xen.org>'
  3. ++ getconfig EmailStdHeaders
  4. ++ perl -e '
  5. use Osstest;
  6. readglobalconfig();
  7. print $c{"EmailStdHeaders"} or die $!;
  8. '
  9. + printf '%s\n' 'Content-Type: text/plain; charset="UTF-8"
  10. Content-Transfer-Encoding: 8bit
  11. MIME-Version: 1.0'
  12. + printf 'Subject: %s' '[xen-unstable baseline test] '
  13. + local flight_html_dir=/home/logs/logs/
  14. + local job_html_dir=/home/logs/results-play/
  15. + local host_html_dir=/home/logs/results-play/host/
  16. ++ getconfig GlobalLockDir
  17. ++ perl -e '
  18. use Osstest;
  19. readglobalconfig();
  20. print $c{"GlobalLockDir"} or die $!;
  21. '
  22. + globallockdir=/home/osstest/testing.git
  23. + with-lock-ex -w /home/osstest/testing.git/report-lock ./sg-report-job-history --html-dir=/home/logs/results-play/ --flight=122933
  24. + ./sg-report-flight --html-dir=/home/logs/logs//122933/ --allow=allow.all --allow=allow.xen-unstable --blessings=play --info-headers --include-
  25. begin=tmp/122933.heading-info --machine-readable-output=xen-unstable.mro --this-xen=858dbaaeda33b05c1ac80aea0ba9a03924e09005 --that-xen=6c9abf0e8022807bb7d677570d0775659950ff1a --include=tmp/122933.people-touched 122933 DBD::Pg::st execute failed: ERROR: invalid input syntax for integer: "xen-unstable" [for Statement " SELECT name || '= ' AS why,
  26. val AS job
  27. FROM runvars
  28. WHERE flight = ?
  29. AND job = ?
  30. AND name LIKE '%buildjob'
  31. " with ParamValues: 1='xen-unstable', 2='build-amd64'] at ./sg-report-flight line 262.
  32. DBD::Pg::st execute failed: ERROR: invalid input syntax for integer: "xen-unstable" [for Statement " SELECT name || '= ' AS why,
  33. val AS job
  34. FROM runvars
  35. WHERE flight = ?
  36. AND job = ?
  37. AND name LIKE '%buildjob'
  38. " with ParamValues: 1='xen-unstable', 2='build-amd64'] at ./sg-report-flight line 262.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement