You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 2017-08-16, the buildlet running on the plan9/arm builder is unable to fetch the tgz archive provided by the coordinator successfully. Consequently, the buildlet is unable to run any Go build.
The last successful build on the plan9/arm builder was done on the 6aa3866 commit from 2017-08-16 at 05:12.
After receiving the PUT /writetgz request from the coordinator, the buildlet start to receive the tgz archive sent by the coordinator, but the connection stalls after receiving between 2 to 4 MB of data, approximately.
builder: plan9-arm
rev: 8127dbf76ad16350b72bbe29728836a90e60e3dc
buildlet: http://rpi31 reverse peer rpi31/10.240.0.8:65216 for host type host-plan9-arm-0intro
started: 2017-08-16 23:22:29.684144144 +0000 UTC
ended: 2017-08-17 13:03:16.744451079 +0000 UTC
success: false
Events:
2017-08-16T23:22:29Z checking_for_snapshot
2017-08-16T23:22:29Z finish_checking_for_snapshot after 0s
2017-08-16T23:22:29Z get_buildlet
2017-08-16T23:22:29Z wait_static_builder host-plan9-arm-0intro
2017-08-16T23:22:29Z waiting_machine_in_use
2017-08-17T13:02:16Z finish_wait_static_builder after 13h39m47s; host-plan9-arm-0intro
2017-08-17T13:02:16Z clean_buildlet http://rpi31 reverse peer rpi31/10.240.0.8:65216 for host type host-plan9-arm-0intro
2017-08-17T13:02:17Z finish_clean_buildlet after 160.5ms; http://rpi31 reverse peer rpi31/10.240.0.8:65216 for host type host-plan9-arm-0intro
2017-08-17T13:02:17Z finish_get_buildlet after 13h39m47.4s
2017-08-17T13:02:17Z using_buildlet rpi31
2017-08-17T13:02:17Z write_version_tar
2017-08-17T13:02:17Z get_source
2017-08-17T13:02:17Z get_source_from_gitmirror
2017-08-17T13:02:21Z finish_get_source_from_gitmirror after 3.84s
2017-08-17T13:02:21Z finish_get_source after 3.95s
2017-08-17T13:02:21Z write_go_src_tar
2017-08-17T13:03:16Z finish_write_go_src_tar after 55.1s; err=writing tarball from Gerrit: Put http://rpi31/writetgz?dir=go: net/http: request canceled
Build log:
Error: writing tarball from Gerrit: Put http://rpi31/writetgz?dir=go: net/http: request canceled
When looking at the network traffic with snoopy, I can see that the builder (192.168.2.75) stops to receive any packet from the coordinator (107.178.219.46) at some point.
Since 2017-08-16, the buildlet running on the plan9/arm builder is unable to fetch the tgz archive provided by the coordinator successfully. Consequently, the buildlet is unable to run any Go build.
The last successful build on the plan9/arm builder was done on the 6aa3866 commit from 2017-08-16 at 05:12.
After receiving the
PUT /writetgz
request from the coordinator, the buildlet start to receive the tgz archive sent by the coordinator, but the connection stalls after receiving between 2 to 4 MB of data, approximately.Buildlet logs:
Farmer logs:
When looking at the network traffic with snoopy, I can see that the builder (192.168.2.75) stops to receive any packet from the coordinator (107.178.219.46) at some point.
The text was updated successfully, but these errors were encountered: