<div dir="auto">Yah, I found it and already implemented it in the command. Tests passed successfully after that. <div dir="auto">.</div><div dir="auto">I even mailed it. </div><div dir="auto">.</div><div dir="auto">But thanks for attending the query.</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, 14 Mar, 2019, 12:48 PM Adrian Reber <<a href="mailto:adrian@lisas.de">adrian@lisas.de</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Mar 14, 2019 at 11:24:24AM +0530, Vaibhav Gupta wrote:<br>
> On Thu, Mar 14, 2019 at 11:10 AM Vaibhav Gupta <<a href="mailto:vaibhavgupta40@gmail.com" target="_blank" rel="noreferrer">vaibhavgupta40@gmail.com</a>><br>
> wrote:<br>
> <br>
> ><br>
> ><br>
> > On Tue, Mar 12, 2019 at 9:57 PM Pavel Emelianov <<a href="mailto:xemul@virtuozzo.com" target="_blank" rel="noreferrer">xemul@virtuozzo.com</a>><br>
> > wrote:<br>
> ><br>
> >> On 3/12/19 2:14 PM, Vaibhav Gupta wrote:<br>
> >> > Hello everyone,<br>
> >> > .<br>
> >> > I was exploring CRIU - Suggested Ideas for GSoC 2019, and have got<br>
> >> interested in the following project:<br>
> >> ><br>
> >> > * Optimize logging engine -<br>
> >> <a href="https://criu.org/Google_Summer_of_Code_Ideas#Optimize_logging_engine" rel="noreferrer noreferrer" target="_blank">https://criu.org/Google_Summer_of_Code_Ideas#Optimize_logging_engine</a><br>
> >><br>
> >> That's great!<br>
> >><br>
> >> > .<br>
> >> > I am already exploring this topic and would like to discuss with<br>
> >> mentors.<br>
> >><br>
> >> Sure! Do you have questions about the gsoc process itself, or can we just<br>
> >> proceed to the<br>
> >> technical discussion?<br>
> >><br>
> > No, I don't have nay query regarding GSoC Procedures.<br>
> ><br>
> >><br>
> >> > .<br>
> >> > It would be great if mentors would like to suggest any specific<br>
> >> resources, which can be help me to know more about the project.<br>
> >><br>
> >> So, the doc to start with is<br>
> >> <a href="https://criu.org/GSoC_Students_Recommendations" rel="noreferrer noreferrer" target="_blank">https://criu.org/GSoC_Students_Recommendations</a>, it will<br>
> >> let you start running criu instantly. Then glance through the<br>
> >> sources/criu/log.c where<br>
> >> the logging code sits.<br>
> >><br>
> > I was following the above guide. when I run:<br>
> $ sudo python zdtm.py run -t static/env00<br>
> .<br>
> I get following error in the last:<br>
> .<br>
> zdtm.py:21: DeprecationWarning: the imp module is deprecated in favour of<br>
> importlib; see the module's documentation for alternative uses<br>
> import imp<br>
> The kernel is tainted: '12289\n'<br>
> Traceback (most recent call last):<br>
> File "zdtm.py", line 2306, in <module><br>
> opts['action'](opts)<br>
> File "zdtm.py", line 1975, in run_tests<br>
> launcher = Launcher(opts, len(torun))<br>
> File "zdtm.py", line 1671, in __init__<br>
> raise Exception("The kernel is tainted: %r" % self.__taint)<br>
> Exception: The kernel is tainted: '12289\n'<br>
<br>
Just use '--ignore-taint':<br>
<br>
# zdtm.py run --ignore-taint -t static/env00<br>
<br>
It is interesting that all of a sudden a lot of people are hitting this.<br>
<br>
Adrian<br>
</blockquote></div>