tilt-tracking panda JB build are failing

Bug #1031653 reported by vishal
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Jenkins Plugin Shell Status
Invalid
Undecided
Unassigned
Linaro Android Build Tools
Fix Released
Undecided
Unassigned

Bug Description

TILT Tracking panda builds are currently failing . The logs don't show any errors :

https://android-build.linaro.org/jenkins/job/linaro-android_panda-jb-gcc47-tilt-tracking-blob/7/consoleText

vishal (vishalbhoj)
Changed in jenkins-plugin-shell-status:
status: New → Invalid
Revision history for this message
vishal (vishalbhoj) wrote :
Revision history for this message
James Tunnicliffe (dooferlad) wrote :

I have checked in a change to the build tools that should solve this problem. What was happening was that wget would encounter a download that used HTTPS and the server had a self signed certificate (snapshots and releases are guilty of this) and wget would reject the download. Unfortunately we were using wget -q, so it failed silently which made the bug non-obvious.

I have updated the scripts to use wget -nv --no-check-certificate instead of wget -q. This means that we will always download files from HTTPS servers, even if the certificate is invalid and -nv instructs wget to not be verbose, which seems to be a semi-quiet option. It will tell you about warnings and errors in the log, but not print a progress bar.

Hopefully this will solve our current problems and make future ones more obvious.

Changed in linaro-android-build-tools:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.