Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Darcs plugin fails to get revision state for repository #14

Open
gdetrez opened this issue Jul 26, 2013 · 0 comments
Open

Darcs plugin fails to get revision state for repository #14

gdetrez opened this issue Jul 26, 2013 · 0 comments

Comments

@gdetrez
Copy link

gdetrez commented Jul 26, 2013

I cannot get polling to work properly with the darcs plugin. It seems that the plugins fails to parse the change log and defaults to "Changes found" all the time (which kinda defeats the idea of polling 😄)

I have tried parsing this particular change log and I encountered 2 problems:

  • the log is pretty big
  • there is a mixture of latin-1 and utf-8 characters in the commit messages

Maybe something similar is happening here. I uploaded the full log here if you want to take a look.

Here is what I see in the polling log:

Started on Jul 26, 2013 1:32:59 AM
[workspace] $ darcs changes --repo=/srv/jenkins/jobs/gf/workspace --xml-output
[warning] Failed to get revision state for repository: /srv/jenkins/jobs/gf/workspace
[poll] Got <null> as revision state.
[workspace] $ darcs changes --repo=/srv/jenkins/jobs/gf/workspace --xml-output
[warning] Failed to get revision state for repository: /srv/jenkins/jobs/gf/workspace
[poll] Got <null> as revision state.
[poll] Last Build : #4
$ darcs changes --repo=http://www.grammaticalframework.org/ --xml-output
[warning] Failed to get revision state for repository: http://www.grammaticalframework.org/
[poll] Current remote revision is null. Local revision is hudson.scm.SCMRevisionState$None@1bbcf187.
[poll] Does not have a local revision state.
Done. Took 2.7 sec
Changes found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant