Re: Clean committer list
Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco)
Not interested, +1 to removing me. Basically, nothing has changed since my last e-mail [0].
Vratko.
[0] https://lists.opendaylight.org/g/integration-dev/message/13143
From: integration-dev@... <integration-dev@...>
On Behalf Of Luis Gomez
Sent: Sunday, 2020-May-24 21:40 To: An Ho <An.Ho@...>; Sam Hague <shague86@...>; Stephen Kitt <skitt@...> Cc: integration-dev@... Subject: [integration-dev] Clean committer list
Hello, |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: integration meeting agenda topics for tomorrow (5/27/2020)?
Srinivas <srinivas.rachakonda@...>
Hi Jamo,
I would like to discuss on Netvirt CSIT scripts that need to be run on daily/weekly runs as part of resource optimization.
Below is the proposal after discussion with the team:
Stein jobs as of now are failing due to below issues:
Thanks, Srinivas +91-9243478719
-----Original Message-----
Do we have any topics to hold an integration meeting tomorrow 9pm PST?
Thanks, JamO |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: Quagga needs to be updated with latest packages.
Anil Belur
On Thu, May 21, 2020 at 9:15 PM <srinivas.rachakonda@...> wrote:
The CentOS7 packages are built successfully, you can find the packages in the logs. We still have issues that need to be addressed for building the quagga binaries on Ubuntu 16.04 and 18.04: 1. With Ubuntu 16.04 we are seeing errors with the following. Installing Python 3.6 on Ubuntu 16.04 is non-trivial, while the version of heatclient being installed requires python 3.5.2. Since we are close to EOL for Ubuntu 16.04 would it be possible to move to Ubuntu 18.04 for getting these dependencies built? ---> python-tools-install.sh Generating Requirements File WARNING: Python projects should move to Ubuntu 18.04 to continue receiving support /home/jenkins/.local/lib/python3.5/site-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown. warnings.warn(warning, RequestsDependencyWarning) /home/jenkins/.local/lib/python3.5/site-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown. warnings.warn(warning, RequestsDependencyWarning) ERROR: Package 'python-heatclient' requires a different Python: 3.5.2 not in '>=3.6' While building Quagga binaries on Ubuntu 18.04, I still see the following error looks like its an easy fix, that needs to be addressed in Quagga build script in downstream zrpcd repo. ++ chmod a+x /tmp/packager/zrpc/deb/bin/DEBIAN/prerm ++ printf '#!/bin/sh\n' ++ printf 'set -e\n' ++ printf 'if [ "$1" = "remove" ]; then\n' ++ printf ' :\n' ++ printf 'fi\n' ++ chmod a+x /tmp/packager/zrpc/deb/bin/DEBIAN/postrm +++ dirname ./packaging.sh ++ PKG_DIR=. ++ fakeroot dpkg-deb -b /tmp/packager/zrpc/deb/bin . dpkg-deb: warning: parsing file '/tmp/packager/zrpc/deb/bin/DEBIAN/control' near line 7 package 'zrpc': missing architecture dpkg-deb: error: package architecture is missing or empty Thanks, Anil |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
integration meeting agenda topics for tomorrow (5/27/2020)?
JamO Luhrsen
Do we have any topics to hold an integration meeting tomorrow 9pm PST?
Thanks, JamO |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: Clean committer list
Luis Gomez
Thanks Stephen for your quick answer. I hope everything is good at your end :)
toggle quoted message
Show quoted text
BR/Luis On May 25, 2020, at 2:06 AM, Stephen Kitt <skitt@...> wrote: |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: Clean committer list
Stephen Kitt <skitt@...>
Hi Luis,
On Sun, May 24, 2020 at 12:39:44PM -0700, Luis Gomez wrote: If I am not mistaken, you are still int/dist committers in the ODLIt doesn’t make sense to keep me on the committer list, please remove my name from the list. Regards, -- Stephen Kitt Principal Software Engineer, OpenShift Multi Cluster Networking Red Hat |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Clean committer list
Luis Gomez
Hello,
If I am not mistaken, you are still int/dist committers in the ODL project. As int/dist PTL I am in the obligation of cleaning the committer list. Since I have not seen contributions from any of you for a while, I would like to ask: are you still interested in continuing as committer for this release (Aluminium). No answer means you are not interested so I will proceed with cleaning your name from the list. BR/Luis |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
removing ofp reconciliation csit from dist-test job
JamO Luhrsen
Hi,
Just like we did with the unstable, always ignored, bgpcep csit jobs, here is a patch to remove openflowplugin bundle-based-reconciliation job from our distribution-test job. This will remove the noise and save a cycle during the release process. https://git.opendaylight.org/gerrit/c/releng/builder/+/89913 If the test ever becomes stable we can add it back. Thanks, JamO |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: Need help on odltools running in CSIT.
Sam Hague <shague@...>
Srinivas, what is your pypi username? Should you be added as an owner? Or is there anyone else? Thanks, Sam On Thu, May 21, 2020 at 11:14 AM Faseela K <k.faseela@...> wrote:
|
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: Quagga needs to be updated with latest packages.
Anil Belur
On Fri, May 22, 2020 at 11:03 AM <srinivas.rachakonda@...> wrote:
This line `jjb-deploy: <job-name>` will push the job config on Jenkins sandbox env, then you'll have to trigger the job on sandbox to run and build the packages. I'm still seeing some issues with the python version on the job: 22:59:55 WARNING: Python projects should move to Ubuntu 18.04 to continue receiving support 23:00:01 /home/jenkins/.local/lib/python3.5/site-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown. 23:00:01 warnings.warn(warning, RequestsDependencyWarning) 23:00:03 /home/jenkins/.local/lib/python3.5/site-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown. 23:00:03 warnings.warn(warning, RequestsDependencyWarning) 23:00:03 ERROR: Package 'python-heatclient' requires a different Python: 3.5.2 not in '>=3.6' |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: Quagga needs to be updated with latest packages.
Srinivas <srinivas.rachakonda@...>
Correcting the subject line.
Hi Anil,
I need to build deb and rpm packages with the latest quagga from git. Below are the jobs that do this:
To compile the packages we need to add the below line to any of the gerrit comment line:
jjb-deploy: netvirt-thirdparty-quagga-ubuntu1604
Attached is the mail conversation on the above topic.
Thanks, Srinivas +91-9243478719
From: Anil Belur <abelur@...>
Sent: 22 May 2020 04:32 To: Anil Belur <abelur@...> Cc: srinivas.rachakonda@...; Faseela K <faseela.k@...>; integration-dev@...; Jamo Luhrsen <jluhrsen@...>; Thanh Ha <zxiiro@...>; Karthikeyan Krishnan <karthikeyan.k@...>; P S Ravikanth <ravikanth.ps@...> Subject: Re: [integration-dev] Need help on odltools running in CSIT.
On Thu, May 21, 2020 at 9:51 PM Anil Belur via lists.opendaylight.org <abelur=linuxfoundation.org@...> wrote:
Hi Srinivas,
Do you know what version of quagga needs to be supported/tested on 18.04?
The jobs are created on Jenkins, and you can override the default version from the build params to build the required version of quagga.
Thanks, Anil |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: Need help on odltools running in CSIT.
Srinivas <srinivas.rachakonda@...>
Hi Sam,
My username is: srinivas.rachakonda Please kindly make me the owner of this.
Thanks, Srinivas +91-9243478719
From: Sam Hague <shague@...>
Sent: 22 May 2020 02:33 To: Faseela K <k.faseela@...> Cc: srinivas.rachakonda@...; Anil Belur <abelur@...>; integration-dev@...; Jamo Luhrsen <jluhrsen@...>; Thanh Ha <zxiiro@...>; Karthikeyan Krishnan <karthikeyan.k@...>; P S Ravikanth <ravikanth.ps@...> Subject: Re: [integration-dev] Need help on odltools running in CSIT.
Srinivas,
what is your pypi username?
Should you be added as an owner? Or is there anyone else?
Thanks, Sam
On Thu, May 21, 2020 at 11:14 AM Faseela K <k.faseela@...> wrote:
|
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: Need help on odltools running in CSIT.
Anil Belur
On Thu, May 21, 2020 at 9:51 PM Anil Belur via lists.opendaylight.org <abelur=linuxfoundation.org@...> wrote:
Hi Srinivas, Do you know what version of quagga needs to be supported/tested on 18.04? The jobs are created on Jenkins, and you can override the default version from the build params to build the required version of quagga. Thanks, Anil |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: odl-integration-compatible-with-all failure [Aluminium MRI]
Robert Varga
On 21/05/2020 15:54, R P Karthika . wrote:
Patch link :It's compatible-with-all, which means that also netvirt patch needs to be pulled in. Otherwise, no I don't have any further clue, mainly because the corresponding log file (target/SFT/karaf.log) was not retained. Luis, any idea why that is? Regards, Robert |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: Need help on odltools running in CSIT.
Faseela K <k.faseela@...>
Sam, Could you please check if you have to give permissions to Srinivas to do the same? On Thu, May 21, 2020, 8:33 PM <srinivas.rachakonda@...> wrote:
|
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: Need help on odltools running in CSIT.
Srinivas <srinivas.rachakonda@...>
Thanks Faseela.
I followed the steps and at step #3 its asks to configure the below file.
.pypirc
I filled in API credentials for pypi – Username and password (API Token) https://pypi.org/manage/account/#modal-close
But I am getting the below error while running :
python setup.py sdist bdist_wheel upload
Submitting dist/odltools-0.1.34.dev7.tar.gz to https://upload.pypi.org/legacy/ Upload failed (403): Invalid or non-existent authentication information. See https://pypi.org/help/#invalid-auth for details error: Upload failed (403): Invalid or non-existent authentication information. See https://pypi.org/help/#invalid-auth for details (pypi) jenkins@control:~/projects/odltools]>
Please let me know if I am missing anything here.
Thanks, Srinivas +91-9243478719
From: Faseela K <k.faseela@...>
Sent: 21 May 2020 18:05 To: srinivas.rachakonda@... Cc: Anil Belur <abelur@...>; Faseela K <faseela.k@...>; integration-dev@...; Jamo Luhrsen <jluhrsen@...>; Thanh Ha <zxiiro@...>; Karthikeyan Krishnan <karthikeyan.k@...>; P S Ravikanth <ravikanth.ps@...> Subject: Re: [integration-dev] Need help on odltools running in CSIT.
Srinivas, check if this email helps :
On Thu, 21 May 2020 at 17:32, Srinivas via lists.opendaylight.org <srinivas.rachakonda=altencalsoftlabs.com@...> wrote:
-- Faseela.K Cisco, Bengaluru MEC 2k10 |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
odl-integration-compatible-with-all failure [Aluminium MRI]
Karthika Panneer
Hi integration-dev / Robert , With respect to Aluminium version bump changes I triggered a multipatch build consisting of Openflowplugin and Genius patches. The invidual project builds have passed whereas the distribution build is failing at odl-integration-compatible-with-all with the following error,
[INFO] Running org.opendaylight.odlparent.featuretest.SingleFeatureTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 620.718 s <<< FAILURE! - in org.opendaylight.odlparent.featuretest.SingleFeatureTest
[ERROR] installFeatureCatchAndLog(org.opendaylight.odlparent.featuretest.SingleFeatureTest)[repoUrl: file:/w/workspace/integration-multipatch-test-aluminium/patch_tester/distribution/features/singles/odl-integration-compatible-with-all/target/feature/feature.xml, Feature: odl-integration-compatible-with-all 0.13.0.SNAPSHOT] Time elapsed: 616.899 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 600000 milliseconds
at java.base@....6/jdk.internal.misc.Unsafe.park(Native Method)
at java.base@....6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at java.base@....6/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:447)
at java.base@....6/java.util.concurrent.FutureTask.get(FutureTask.java:190)
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvisionInThread(FeaturesServiceImpl.java:1002)
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvisionInThread(FeaturesServiceImpl.java:972)
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:820)
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:740)
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:725)
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:730)
at org.opendaylight.odlparent.featuretest.SingleFeatureTest.installFeature(SingleFeatureTest.java:425)
at org.opendaylight.odlparent.featuretest.SingleFeatureTest.installFeatureCatchAndLog(SingleFeatureTest.java:395)
at java.base@....6/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base@....6/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base@....6/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base@....6/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
at java.base@....6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base@....6/java.lang.Thread.run(Thread.java:834)
Patch link : Openflowplugin : https://git.opendaylight.org/gerrit/c/openflowplugin/+/89498 Genius : https://git.opendaylight.org/gerrit/c/genius/+/89613/ Multipatch job : https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/integration-multipatch-test-aluminium/35/console.log.gz
Any pointers on the same?
Regards, R P Karthika |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: Need help on odltools running in CSIT.
Faseela K <k.faseela@...>
Srinivas, check if this email helps : On Thu, 21 May 2020 at 17:32, Srinivas via lists.opendaylight.org <srinivas.rachakonda=altencalsoftlabs.com@...> wrote:
--
Faseela.K Cisco, Bengaluru MEC 2k10 |
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: Need help on odltools running in CSIT.
Srinivas <srinivas.rachakonda@...>
Hi Anil,
I want to run the hwvtep jobs.
These have been failing with python setuptools dependencies.
Thanks, Srinivas +91-9243478719
From: Anil Belur <abelur@...>
Sent: 21 May 2020 17:21 To: srinivas.rachakonda@... Cc: Faseela K <faseela.k@...>; integration-dev@...; Jamo Luhrsen <jluhrsen@...>; Thanh Ha <zxiiro@...>; Karthikeyan Krishnan <karthikeyan.k@...>; P S Ravikanth <ravikanth.ps@...> Subject: Re: [integration-dev] Need help on odltools running in CSIT.
Hi Srinivas,
Can you point us as to which CSIT job you would like to run this code?
Thanks
On Thu, May 21, 2020 at 3:02 PM Srinivas via lists.opendaylight.org <srinivas.rachakonda=altencalsoftlabs.com@...> wrote:
|
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||
Re: Need help on odltools running in CSIT.
Anil Belur
Hi Srinivas, Can you point us as to which CSIT job you would like to run this code? Thanks On Thu, May 21, 2020 at 3:02 PM Srinivas via lists.opendaylight.org <srinivas.rachakonda=altencalsoftlabs.com@...> wrote:
|
|||||||||||||||||||||||||||
|