Opened 10 years ago

Closed 8 years ago

#41880 closed defect (fixed)

Mavericks buildbot buildslave hangs fetching from git

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: skarulkar@…
Priority: Normal Milestone:
Component: server/hosting Version:
Keywords: Cc: jeremyhu (Jeremy Huddleston Sequoia), cooljeanius (Eric Gallager)
Port:

Description

The new Mavericks buildbot buildslave hangs when trying to fetch a port that fetches using the git protocol (port 9418, I believe), e.g. the VLC-devel port which tries to fetch from git://git.videolan.org/vlc.git. The buildbot cancels the build after a timeout. This is bad when the build was supposed to include ports other than the problem port, since many of those other ports then don't get built at all.

For example in r115019 I increased the revision of all 267 ports linking with libpng to rebuild them following the update to libpng 1.6.x, unfortunately VLC-devel was the second port it tried to build, so it gave up without rebuilding most of the other 265 ports: https://build.macports.org/builders/buildports-mavericks-x86_64/builds/353

The other buildslaves seem to be able to fetch using the git protocol. It would be nice if the Mavericks buildslave could too.

Change History (4)

comment:1 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:2 Changed 10 years ago by wsiegrist@…

Owner: changed from wsiegrist@… to skarulkar@…

Shree, are we missing a git ACL on the new slave?

comment:3 Changed 9 years ago by skarulkar@…

Want to make sure if this is still an issue on Mavericks and Yosemite ?

tennine-slave:~ local$ telnet git.videolan.org 9418
Trying 88.191.250.118...
Connected to albiero.videolan.org.
Escape character is '^]'.
^]
telnet> q
Connection closed.
tennine-slave:~ local$ exit
logout
Connection to tennine-slave.macports.org closed.
da0601a-dhcp134:~ local$ ssh local@tenten-slave.macports.org
Password:
Last login: Wed Dec 17 09:42:45 2014 from 17.153.107.18
tenten-slave:~ local$ telnet git.videolan.org 9418
Trying 88.191.250.118...
Connected to albiero.videolan.org.
Escape character is '^]'.
^]
telnet> q
Connection closed.
tenten-slave:
Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

I agree, this got fixed.

Note: See TracTickets for help on using tickets.