<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>I did run following commands:</div><div><span style="font-family:monospace,monospace">$ cat /proc/sys/kernel/tainted</span><br>12289<br></div><div><span style="font-family:monospace,monospace">$ ps -efly | grep 12289<br>S varodek  15568 15519  0  80   0  2248  1645 -      09:43 pts/1    00:00:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn 12289</span></div><div><br></div><div>I guess tainting is caused by zdtm.py only. at line 1975 2306<br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 9, 2019 at 9:10 AM Vaibhav Gupta &lt;<a href="mailto:vaibhavgupta40@gmail.com">vaibhavgupta40@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>I did run <br></div><div><span style="font-family:monospace,monospace">$ cd test/</span></div><div><span style="font-family:monospace,monospace">$ make umount2</span></div><div><br></div><div>but after that, if I try to run <br></div><div><span style="font-family:monospace,monospace">$ cd ../</span></div><div><span style="font-family:monospace,monospace">$ make test</span></div><div><br></div><div>I get following error</div><div>.</div><div>.</div><div><span style="font-family:monospace,monospace">make -C transition all<br>make zdtm<br>./zdtm.py run -a --parallel 2<br>./zdtm.py:21: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module&#39;s documentation for alternative uses<br>  import imp<br>The kernel is tainted: &#39;12289\n&#39;<br>Traceback (most recent call last):<br>  File &quot;./zdtm.py&quot;, line 2306, in &lt;module&gt;<br>    opts[&#39;action&#39;](opts)<br>  File &quot;./zdtm.py&quot;, line 1975, in run_tests<br>    launcher = Launcher(opts, len(torun))<br>  File &quot;./zdtm.py&quot;, line 1671, in __init__<br>    raise Exception(&quot;The kernel is tainted: %r&quot; % self.__taint)<br>Exception: The kernel is tainted: &#39;12289\n&#39;<br>make[2]: *** [Makefile:23: zdtm] Error 1<br>make[1]: *** [Makefile:7: all] Error 2<br>make: *** [Makefile:294: test] Error 2</span><br><br></div><div>.............................................................................................................................................</div><div>or if I try to run following after making umount2<br></div><div><span style="font-family:monospace,monospace">$ cd test/<br>
$ sudo python ./zdtm.py run -a</span></div><div><span style="font-family:monospace,monospace"><br></span></div><div><span style="font-family:monospace,monospace">sudo python ./zdtm.py run -a<br>[sudo] password for varodek: <br>./zdtm.py:21: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module&#39;s documentation for alternative uses<br>  import imp<br>The kernel is tainted: &#39;12289\n&#39;<br>Traceback (most recent call last):<br>  File &quot;./zdtm.py&quot;, line 2306, in &lt;module&gt;<br>    opts[&#39;action&#39;](opts)<br>  File &quot;./zdtm.py&quot;, line 1975, in run_tests<br>    launcher = Launcher(opts, len(torun))<br>  File &quot;./zdtm.py&quot;, line 1671, in __init__<br>    raise Exception(&quot;The kernel is tainted: %r&quot; % self.__taint)<br>Exception: The kernel is tainted: &#39;12289\n&#39;</span><br><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Mar 8, 2019 at 6:40 PM Radostin Stoyanov &lt;<a href="mailto:rstoyanov1@gmail.com">rstoyanov1@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Vaibhav,<br>
<br>
On 08/03/2019 12:41, Vaibhav Gupta wrote:<br>
&gt; Hello,<br>
&gt; I am also Facing same problem.<br>
&gt;<br>
&gt; ./zdtm.py run -a --parallel 2<br>
&gt; ./zdtm.py:21: DeprecationWarning: the imp module is deprecated in<br>
&gt; favour of importlib; see the module&#39;s documentation for alternative uses<br>
&gt;   import imp<br>
&gt; make[3]: *** No rule to make target &#39;umount2&#39;.  Stop.<br>
&gt; Traceback (most recent call last):<br>
&gt;   File &quot;./zdtm.py&quot;, line 2304, in &lt;module&gt;<br>
&gt;     tst.available()<br>
&gt;   File &quot;./zdtm.py&quot;, line 566, in available<br>
&gt;     subprocess.check_call([&quot;make&quot;, &quot;umount2&quot;])<br>
&gt;   File &quot;/usr/lib/python3.7/subprocess.py&quot;, line 347, in check_call<br>
&gt;     raise CalledProcessError(retcode, cmd)<br>
&gt; subprocess.CalledProcessError: Command &#39;[&#39;make&#39;, &#39;umount2&#39;]&#39; returned<br>
&gt; non-zero exit status 2.<br>
&gt; make[2]: *** [Makefile:23: zdtm] Error 1<br>
&gt; make[1]: *** [Makefile:7: all] Error 2<br>
&gt; make: *** [Makefile:294: test] Error 2<br>
&gt;<br>
&gt;<br>
&gt; Let me Introduce Myself as its my mail in this mailing list.<br>
&gt; I am Vaibhav Gupta, I am a college student and have a good command in<br>
&gt; C,C++, python.<br>
&gt; I am very new to CRIU, and want to contribute in it.<br>
&gt;<br>
Awesome!<br>
&gt; I went through the start guide and could successfully build CRIU on my<br>
&gt; system. But with &#39;make test&#39;, I got same error as discussed above.<br>
&gt; The output of two commands on my system are:<br>
&gt; .<br>
&gt; $ make umount2<br>
&gt; make: *** No rule to make target &#39;umount2&#39;.  Stop.<br>
<br>
Could you try with:<br>
$ cd test/<br>
$ make umount2<br>
<br>
Or you should be able to run:<br>
<br>
$ cd test/<br>
$ sudo python ./zdtm.py run -a<br>
<br>
You can also check the file `scripts/travis/travis-tests` to see how the<br>
tests are running in Travis.<br>
<br>
Radostin<br>
</blockquote></div></blockquote></div>