<!-- 
RSS generated by JIRA (9.4.5#940005-sha1:e3094934eac4fd8653cf39da58f39364fb9cc7c1) at Sat Feb 10 06:07:19 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Akraino JIRA</title>
    <link>https://jira.akraino.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.5</version>
        <build-number>940005</build-number>
        <build-date>11-04-2023</build-date>
    </build-info>


<item>
            <title>[VAL-99] k8s layer image build fails</title>
                <link>https://jira.akraino.org/browse/VAL-99</link>
                <project id="10308" key="VAL">Validation</project>
                    <description>&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;$ git remote -v

origin https:&lt;span class=&quot;code-comment&quot;&gt;//gerrit.akraino.org/r/validation (fetch) origin https://gerrit.akraino.org/r/validation (push) $ git rev-parse HEAD 99f951d45d21e367842eaa67c8b52085e7938ecf&#160;
&lt;/span&gt; &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&amp;lt;...snip...&amp;gt;
Step 6/19 : RUN git clone https:&lt;span class=&quot;code-comment&quot;&gt;//github.com/kubernetes/kubernetes /src/k8s.io/kubernetes
&lt;/span&gt;
&#160;---&amp;gt; Running in 8bd6853693f0 Cloning into &lt;span class=&quot;code-quote&quot;&gt;&apos;/src/k8s.io/kubernetes&apos;&lt;/span&gt;... Checking out files: 100% (21986/21986), done. Removing intermediate container 8bd6853693f0 &#160;---&amp;gt; 0c3e4911acd6 Step 7/19 : RUN &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; [ $(uname -m) == &lt;span class=&quot;code-quote&quot;&gt;&apos;aarch64&apos;&lt;/span&gt; ]; then HOST_ARCH=arm64; &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt; HOST_ARCH=amd64; fi &amp;amp;&amp;amp; &#160; &#160; echo &lt;span class=&quot;code-quote&quot;&gt;&quot;Building docker on $HOST_ARCH&quot;&lt;/span&gt; &amp;amp;&amp;amp; &#160; &#160; cd /src/k8s.io/kubernetes &amp;amp;&amp;amp; &#160; &#160; git checkout $(curl &#160; &#160; &#160; &#160; https:&lt;span class=&quot;code-comment&quot;&gt;//storage.googleapis.com/kubernetes-release/release/stable-$K8S_VER.txt) &amp;amp;&amp;amp; &#160; &#160; make kubectl ginkgo &amp;amp;&amp;amp; &#160; &#160; make WHAT=test/e2e/e2e.test ARCH=$HOST_ARCH &#160;---&amp;gt; Running in 6b858ca649d7 Building docker on amd64 &#160; % Total &#160; &#160;% Received % Xferd &#160;Average Speed &#160; Time &#160; &#160;Time &#160; &#160; Time &#160;Current &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;Dload &#160;Upload &#160; Total &#160; Spent &#160; &#160;Left &#160;Speed 100 &#160; &#160; 8 &#160;100 &#160; &#160; 8 &#160; &#160;0 &#160; &#160; 0 &#160; &#160; 24 &#160; &#160; &#160;0 --:--:-- --:--:-- --:--:-- &#160; &#160;24 Note: checking out &lt;span class=&quot;code-quote&quot;&gt;&apos;v1.16.7&apos;&lt;/span&gt;. &#160; You are in &lt;span class=&quot;code-quote&quot;&gt;&apos;detached HEAD&apos;&lt;/span&gt; state. You can look around, make experimental changes and commit them, and you can discard any commits you make in &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; state without impacting any branches by performing another checkout. &#160; If you want to create a &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; branch to retain commits you create, you may &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; so (now or later) by using -b with the checkout command again. Example: &#160; &#160; git checkout -b &amp;lt;&lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt;-branch-name&amp;gt; &#160; HEAD is now at be3d344ed06 Release commit &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; Kubernetes v1.16.7 &#160; Detected go version: go version go1.12.3 linux/amd64. Kubernetes requires go1.13.4 or greater. Please install go1.13.4 or later. &#160; !!! [0219 08:01:13] Call tree: !!! [0219 08:01:13] &#160;1: hack/run-in-gopath.sh:30 kube::golang::setup_env(...) &#160; Detected go version: go version go1.12.3 linux/amd64. Kubernetes requires go1.13.4 or greater. Please install go1.13.4 or later. &#160; !!! [0219 08:01:13] Call tree: !!! [0219 08:01:13] &#160;1: /src/k8s.io/kubernetes/hack/lib/golang.sh:773 kube::golang::setup_env(...) !!! [0219 08:01:13] &#160;2: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) !!! [0219 08:01:13] Call tree: !!! [0219 08:01:13] &#160;1: hack/make-rules/build.sh:27 kube::golang::build_binaries(...) make[1]: *** [Makefile.generated_files:200: _output/bin/deepcopy-gen] Error 1 make: *** [Makefile:559: generated_files] Error 2&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="11207">VAL-99</key>
            <summary>k8s layer image build fails</summary>
                <type id="10004" iconUrl="https://jira.akraino.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.akraino.org/images/icons/priorities/medium.svg">Medium</priority>
                        <status id="10001" iconUrl="https://jira.akraino.org/" description="">Done</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="jukosone">Juha Kosonen</assignee>
                                    <reporter username="jukosone">Juha Kosonen</reporter>
                        <labels>
                    </labels>
                <created>Wed, 19 Feb 2020 13:33:45 +0000</created>
                <updated>Thu, 20 Feb 2020 13:42:40 +0000</updated>
                            <resolved>Thu, 20 Feb 2020 13:42:40 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="11115" author="jukosone" created="Thu, 20 Feb 2020 13:42:32 +0000"  >&lt;p&gt;Fixed:&#160; &lt;a href=&quot;https://gerrit.akraino.org/r/c/validation/+/2245&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gerrit.akraino.org/r/c/validation/+/2245&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10105" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i003dg:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>