<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:16:53 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 add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-1923] stripes fails to build on ec2 instances reports 403 finding electron package</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1923</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Stripes fails to build on ec2 instaces, reports 403 response trying to download electron package from github. This has only been observed on ec2 instances:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ node install.js
Downloading electron-v1.8.8-linux-x64.zip
Error: GET https://github.com/electron/electron/releases/download/v1.8.8/electron-v1.8.8-linux-x64.zip returned 403
/etc/folio/stripes.test/node_modules/electron/install.js:47
  throw err
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="81144">FOLIO-1923</key>
            <summary>stripes fails to build on ec2 instances reports 403 finding electron package</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10002">Cannot Reproduce</resolution>
                                                        <assignee accountid="5f9abc1eb45b2e007453f423">John Malconian</assignee>
                                                                <reporter accountid="5cd423bebc70090d6ce241b1">Ian Hardy</reporter>
                                    <labels>
                            <label>devops</label>
                            <label>platform-backlog</label>
                    </labels>
                <created>Fri, 29 Mar 2019 13:52:14 +0000</created>
                <updated>Wed, 3 Jun 2020 16:39:40 +0000</updated>
                            <resolved>Tue, 2 Apr 2019 14:05:41 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                                                            <comment id="193250" author="5f9abc1eb45b2e007453f423" created="Fri, 29 Mar 2019 13:56:20 +0000"  >&lt;p&gt;@Ian - I notice that while folio-snapshot-core and folio-snapshot builds fail due to this issue,   folio-testing does not.     folio-testing is set up a bit different than the snapshot builds.   For example, for folio-testing, the Nodejs environment is not updated on the system where stripes is built.  I also can&#8217;t reproduce the failure on Jenkins slave nodes where we are still running NodeJS 9.x.    So I&#8217;m guessing this is some kind of environment issue.   I&#8217;m wondering if there has been a recent change in the Node JS environment on the snapshot builds. Perhaps a newer version of Node that gets installed.&lt;/p&gt;</comment>
                                                            <comment id="193255" author="5f9abc1eb45b2e007453f423" created="Fri, 29 Mar 2019 14:03:22 +0000"  >&lt;p&gt;Seems folio-testing and folio-snapshot have the same Node environment - v10.15.3.   So much for that theory.   Yarn is at different versions, however: &lt;/p&gt;

&lt;p&gt;folio-snapshot - yarn=v1.15.2&lt;br/&gt;
folio-testing - yarn=v1.10.1&lt;/p&gt;

&lt;p&gt;The weird thing is, however,  if I log into the last successful instance of folio-snapshot and attempt to rebuild stripes by hand,  I get the error.   So the initial stripes build on the system was good,  but subsequent attempts since yesterday fail.   So,  while I think the issue is environmental, I&apos;m not sure it has much to do with the system environment. &lt;/p&gt;</comment>
                                                            <comment id="193259" author="5f9abc1eb45b2e007453f423" created="Fri, 29 Mar 2019 14:09:11 +0000"  >&lt;p&gt;New update:  &lt;/p&gt;

&lt;p&gt;&lt;b&gt;Now&lt;/b&gt; (sheesh)  I can build stripes by hand on the current folio-snapshot where I couldn&apos;t yesterday with the following environment: &lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;yarn config v1.15.2
info yarn config
{ &apos;version-tag-prefix&apos;:
   &apos;v&apos;,
  &apos;version-git-tag&apos;:
   true,
  &apos;version-commit-hooks&apos;:
   true,
  &apos;version-git-sign&apos;:
   false,
  &apos;version-git-message&apos;:
   &apos;v%s&apos;,
  &apos;init-version&apos;:
   &apos;1.0.0&apos;,
  &apos;init-license&apos;:
   &apos;MIT&apos;,
  &apos;save-prefix&apos;:
   &apos;^&apos;,
  &apos;bin-links&apos;:
   true,
  &apos;ignore-scripts&apos;:
   false,
  &apos;ignore-optional&apos;:
   false,
  registry:
   &apos;https://repository.folio.org/repository/npm-ci-all&apos;,
  &apos;strict-ssl&apos;:
   true,
  &apos;user-agent&apos;:
   &apos;yarn/1.15.2 npm/? node/v10.15.3 linux x64&apos;,
  lastUpdateCheck:
   1553793679820 }
info npm config
{ &apos;@folio:registry&apos;:
   &apos;https://repository.folio.org/repository/npm-folioci/&apos; }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="193262" author="5f9abc1eb45b2e007453f423" created="Fri, 29 Mar 2019 14:17:14 +0000"  >&lt;p&gt;And now I can build stripes on the folio-snapshot-core instance that just failed a few minutes ago (Build 143).     Going to attempt another folio-snapshot-core build. &lt;/p&gt;</comment>
                                                            <comment id="193266" author="5f9abc1eb45b2e007453f423" created="Fri, 29 Mar 2019 14:37:58 +0000"  >&lt;p&gt;Build 144 of folio-snapshot-core succeeded .   We either have an &lt;b&gt;intermittent&lt;/b&gt; issue (the best kind!) or an issue that has passed.  Going to try a build of folio-snapshot now. &lt;/p&gt;</comment>
                                                            <comment id="193268" author="5f9abc1eb45b2e007453f423" created="Fri, 29 Mar 2019 16:45:14 +0000"  >&lt;p&gt;folio-snapshot build fails but for not related to this issue.  &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins-aws.indexdata.com/job/Automation/job/folio-snapshot/631/console&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://jenkins-aws.indexdata.com/job/Automation/job/folio-snapshot/631/console&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let&apos;s keep this issue open for a bit to monitor.  &lt;/p&gt;</comment>
                                                            <comment id="193271" author="5f9abc1eb45b2e007453f423" created="Tue, 2 Apr 2019 14:05:41 +0000"  >&lt;p&gt;Haven&apos;t seen this issue re-occur.   Closing. &lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10144"><![CDATA[Core: Platform]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzx71b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 29 Mar 2019 13:56:20 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>