On Mon, Apr 16, 2018 at 9:32 AM, Robert Varga <[email protected]> wrote: > Hello, > > we are facing verification issues, for example > https://jenkins.opendaylight.org/releng/job/controller- > maven-verify-carbon-mvn33-openjdk8/40/consoleFull > > > > 01:26:44.382 [controller-maven-verify-carbon-mvn33-openjdk8] $ > /bin/bash /tmp/jenkins678105200638964727.sh > > 01:26:44.387 ---> lftools-install.sh > > 01:26:46.692 Traceback (most recent call last): > > 01:26:46.692 File "/tmp/v/lftools/bin/pip", line 11, in <module> > > 01:26:46.692 load_entry_point('pip==1.4.1', 'console_scripts', > 'pip')() > > 01:26:46.692 File "/tmp/v/lftools/lib/python2.7/ > site-packages/pkg_resources/__init__.py", line 480, in load_entry_point > > 01:26:46.693 return get_distribution(dist).load_entry_point(group, > name) > > 01:26:46.693 File "/tmp/v/lftools/lib/python2.7/ > site-packages/pkg_resources/__init__.py", line 2693, in load_entry_point > > 01:26:46.696 return ep.load() > > 01:26:46.696 File "/tmp/v/lftools/lib/python2.7/ > site-packages/pkg_resources/__init__.py", line 2324, in load > > 01:26:46.696 return self.resolve() > > 01:26:46.696 File "/tmp/v/lftools/lib/python2.7/ > site-packages/pkg_resources/__init__.py", line 2334, in resolve > > 01:26:46.696 raise ImportError(str(exc)) > > 01:26:46.696 ImportError: 'module' object has no attribute 'main' > > 01:26:46.716 Build step 'Execute Scripts' changed build result to > UNSTABLE > > Can we get this resolved, please? >
This is resolved by https://git.opendaylight.org/gerrit/70945 (and a set of 3 other patches in this chain) we got hit by pip 10.0.0 release over the weekend and I force pushed a fix into our Jenkins system so that held us off. Unfortunately I was not clear enough in my commit message so the complete fix was not deployed causing my temporary fix to be reverted. This caused jobs this morning to hit this issue. It's been merged since and should be resolved now. There's another issue with pypi going on right now which I will send a separate outage report about. Regards, Thanh
_______________________________________________ infrastructure mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/infrastructure
