| Acceptance test harness generated a big logs - together it occupied 17GB. The logs are full of "could not find dependency" error. I was not able to reproduce it now. But it happened to me and it happened in pull request build https://github.com/jenkinsci/acceptance-test-harness/pull/444. From log it seems that Jenkins had problem to find dependencies for a few plugins - not for all. In Jenkins code it fails because Jenkins does not obtained information about these plugins from update center json. ATH uses cashed update center json, which is downloaded from real Jenkins update center. It seems me not very probably that Jenkins update center provided corrupted json without anybody noticing it. But on the other hand this information is obtained from that json. Unfortunately I am not able to reproduce it now and find out if json data were wrong, or were cashed wrong way (corrupted). I let this Jira open with low priority in case that we will deal with this issues again, so we do not have to start again and check local cashed update center which ATH creates. |