-
Bug
-
Resolution: Done
-
Blocker
-
2.14.0.GA
-
None
-
2
-
False
-
False
-
Failing on all three arches.
Something is clearly amiss with the way the sync-to-downstream_2.x job is being triggered by crw-theia-sources (missing the yarn and node options) ?
This commit is sus: https://github.com/redhat-developer/codeready-workspaces-theia/commit/4daa099bff6d4d5a47d3fbaf7ca5e1905241d670 and might explain why no node/yarn is present to do the build... but this is INSIDE the dockerfile, so...?
2021-11-22 21:49:26,210 - atomic_reactor.plugins.imagebuilder - INFO - --> RUN npm config set prefix "${HOME}/.npm-global" && echo "--global-folder \"${HOME}/.yarn-global\"" > ${HOME}/.yarnrc && yarn config set network-timeout 600000 -g && yarn ${YARN_FLAGS} global add yo generator-code vsce@^1 @theia/generator-plugin@0.0.1-1622834185 file:${HOME}/eclipse-che-theia-generator && rm -rf ${HOME}/eclipse-che-theia-generator && cat /etc/passwd | sed s#root:x.*#theia-dev:x:\${USER_ID}:\${GROUP_ID}::${HOME}:/bin/bash#g > ${HOME}/.passwd.template && cat /etc/group | sed s#root:x:0:#root:x:0:0,\${USER_ID}:#g > ${HOME}/.group.template && mkdir /projects && echo "export PS1='\[\033[01;33m\](\u@container)\[\033[01;36m\] (\w) \$ \[\033[00m\]'" > ${HOME}/.bashrc && mkdir -p ${HOME}/.config/insight-nodejs/ && echo '{"optOut": true}' > ${HOME}/.config/insight-nodejs/insight-yo.json && for f in "${HOME}" "/etc/passwd" "/etc/group" "/projects"; do echo "Changing permissions on ${f}" && chgrp -R 0 ${f} && chmod -R g+rwX ${f}; done 2021-11-22 21:49:26,854 - atomic_reactor.plugins.imagebuilder - INFO - /bin/sh: yarn: command not found
– https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=41432564