<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>1</buildableDurationMillis><buildableTimeMillis>1</buildableTimeMillis><buildingDurationMillis>441</buildingDurationMillis><executingTimeMillis>441</executingTimeMillis><executorUtilization>1.0</executorUtilization><queuingDurationMillis>7567</queuingDurationMillis><queuingTimeMillis>7567</queuingTimeMillis><subTaskCount>0</subTaskCount><totalDurationMillis>8008</totalDurationMillis><waitingDurationMillis>7565</waitingDurationMillis><waitingTimeMillis>7565</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>604</buildNumber><marked><SHA1>006f3179f9fc9ad95b9bf43bce19d4155163f943</SHA1><branch><SHA1>006f3179f9fc9ad95b9bf43bce19d4155163f943</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>006f3179f9fc9ad95b9bf43bce19d4155163f943</SHA1><branch><SHA1>006f3179f9fc9ad95b9bf43bce19d4155163f943</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>006f3179f9fc9ad95b9bf43bce19d4155163f943</SHA1><branch><SHA1>006f3179f9fc9ad95b9bf43bce19d4155163f943</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/docker-playground</remoteUrl><scmName></scmName></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'><artifactsUrl>https://jenkins.osmocom.org/jenkins/view/gerrit/job/update-osmo-ci-on-slaves-dp/604/artifact</artifactsUrl><changesUrl>https://jenkins.osmocom.org/jenkins/view/gerrit/job/update-osmo-ci-on-slaves-dp/changes</changesUrl><displayUrl>https://jenkins.osmocom.org/jenkins/view/gerrit/job/update-osmo-ci-on-slaves-dp/604/</displayUrl><testsUrl>https://jenkins.osmocom.org/jenkins/view/gerrit/job/update-osmo-ci-on-slaves-dp/604/testReport</testsUrl></action><building>false</building><displayName>#604</displayName><duration>441</duration><estimatedDuration>255</estimatedDuration><fullDisplayName>update-osmo-ci-on-slaves-dp #604</fullDisplayName><id>604</id><inProgress>false</inProgress><keepLog>false</keepLog><number>604</number><queueId>1605032</queueId><result>SUCCESS</result><timestamp>1720780868230</timestamp><url>https://jenkins.osmocom.org/jenkins/view/gerrit/job/update-osmo-ci-on-slaves-dp/604/</url><builtOn>build2-deb11build-ansible</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>ttcn3-asterisk-ims-ue-test/dnsmasq/dnsmasq.conf</affectedPath><commitId>d15697fa0b2094f98cac781ccdb8d01126484af0</commitId><timestamp>1720780747000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></author><authorEmail>pespin@sysmocom.de</authorEmail><comment>asterisk: dnsmasq.conf: Avoid forwarding queries to other DNS servers

This creates problems when requesting resolution of the IPv6 address.
For some reason, dnsmasq was forwarding the request to the non-available
google DNS servers, and Asterisk docker container pre-start commands
checking for DNS resolution would never pass when run in jenkins node.

Change-Id: I0ee7a7b0c307cc83acfb1c4c8f4bdc092133fddb
</comment><date>2024-07-12 10:39:07 +0000</date><id>d15697fa0b2094f98cac781ccdb8d01126484af0</id><msg>asterisk: dnsmasq.conf: Avoid forwarding queries to other DNS servers</msg><path><editType>edit</editType><file>ttcn3-asterisk-ims-ue-test/dnsmasq/dnsmasq.conf</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>ttcn3-asterisk-ims-ue-test/asterisk/asterisk.sh</affectedPath><commitId>6384590ad5ddab812d21ecd5e3622629be3b9891</commitId><timestamp>1720780747000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></author><authorEmail>pespin@sysmocom.de</authorEmail><comment>asterisk: timeout ping DNS validations after 3 seconds

Change-Id: I9f1bcbc2b868cf7c894a57ca77e28b5bfbba0eac
</comment><date>2024-07-12 10:39:07 +0000</date><id>6384590ad5ddab812d21ecd5e3622629be3b9891</id><msg>asterisk: timeout ping DNS validations after 3 seconds</msg><path><editType>edit</editType><file>ttcn3-asterisk-ims-ue-test/asterisk/asterisk.sh</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>ttcn3-asterisk-ims-ue-test/jenkins.sh</affectedPath><affectedPath>ttcn3-asterisk-ims-ue-test/ttcn3/ttcn3.sh</affectedPath><commitId>006f3179f9fc9ad95b9bf43bce19d4155163f943</commitId><timestamp>1720780747000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><fullName>Pau Espin Pedrol</fullName></author><authorEmail>pespin@sysmocom.de</authorEmail><comment>asterisk: Wait for Asterisk ready before starting testsuite

A recent commit made Asterisk wait for dnsmasq to be ready before
starting it. This means Asterisk takes more time now to be ready itself,
hence we need to delay launching the testsuite until it is ready.
Otherwise, the entire set of tests may be run even before Asterisk gets
to answer on the AMI socket.

Change-Id: I337d57f3eb3e6688dbf3c61d55978da10d84b2cb
</comment><date>2024-07-12 10:39:07 +0000</date><id>006f3179f9fc9ad95b9bf43bce19d4155163f943</id><msg>asterisk: Wait for Asterisk ready before starting testsuite</msg><path><editType>edit</editType><file>ttcn3-asterisk-ims-ue-test/jenkins.sh</file></path><path><editType>edit</editType><file>ttcn3-asterisk-ims-ue-test/ttcn3/ttcn3.sh</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/pespin</absoluteUrl><description></description><fullName>Pau Espin Pedrol</fullName><id>pespin</id></culprit></freeStyleBuild>