Opened 8 years ago

Closed 8 years ago

#50668 closed defect (fixed)

packages are not being uploaded from the buildbot workers to the packages server

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: server/hosting Version:
Keywords: Cc: portmgr@…
Port:

Description

As mentioned in comment:ticket:48609:39, packages are not being uploaded from the buildbot workers to the packages server:

Host key verification failed.
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(600) [sender=3.0.6]

To fix this, I need to restart the buildbot master. I'm waiting until there are no builds running to do that.

Change History (1)

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

Cc: portmgr@… added
Resolution: fixed
Status: newclosed

The problem was that I changed the upload server hostname from packages.macports.org to packages-origin.macports.org. I reloaded the buildbot config but it didn't help, so I thought restarting the master would help, but it didn't. The solution was to add the key for packages-origin.macports.org to the buildbot user's .ssh/known_hosts file on the build master.

Note: See TracTickets for help on using tickets.