Subject: CIA service hook not sending updates to CIA.vc
I set up the CIA hook for repo alexm/acme-pm-barcelona, I tested it and it worked fine. However, when I pushed a few changes yesterday, they were'nt notified to the cia.vs website, hence didn't get the IRC room #barcelona.pm on irc.perl.org either.
Today, I tested again the hook and then it notified last 2 changes and messages got to the IRC room. So it seems that the test works, but the notices from the pushes get lost.
Is anyone else having problems with CIA hooks?
2 Posted by Alex Muntada on 11 Sep, 2009 09:23 PM
Weird, now it seems to be working. I'll try a few more pushes before considering the issue resolved.
Support Staff 3 Posted by Tekkub on 11 Sep, 2009 09:54 PM
Were you pushing brand new branches, or to branches that already existed on our side?
4 Posted by Alex Muntada on 11 Sep, 2009 10:52 PM
I was pushing to master, which already existed.
Support Staff 5 Posted by Tekkub on 11 Sep, 2009 11:04 PM
Hrm... that should come through then. I'm seeing two commits missing from http://cia.vc/stats/project/acme-pm-barcelona though, I also don't see a push on your profile: http://github.com/alexm. Maybe the post-receive failed, do you know what time you pushed at?
6 Posted by Alex Muntada on 11 Sep, 2009 11:20 PM
Today's push was received almost instantly at 23:15 CEST. Yesterday's, shortly after 00:42 CEST was lost, however this evening I used the test button from the CIA hook and then the last 2 commits were sent to CIA, the other 2 weren't.
7 Posted by Alex Muntada on 12 Sep, 2009 12:16 AM
It happened again and I think you're right, it seems that there's something wrong with the post-receive since neither my profile nor repo were updated with my last push:
$ git push Counting objects: 13, done.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (7/7), 1.04 KiB, done.
Total 7 (delta 2), reused 0 (delta 0)
To git@github.com:alexm/acme-pm-barcelona.git
7fb5698..885cd31 master -> master
Just in case is of any help:
$ LANG=C date -u Sat Sep 12 00:12:44 UTC 2009
Support Staff 8 Posted by Tekkub on 12 Sep, 2009 12:27 AM
Ah timestamps, perfect. I think you're another victim of the bug Chris is working to fix right now. It seems to be hitting users randomly across all the different jobs, hopefully he can find a fix soon.