codeuino/website-www.codeuino.org

Netlify build failing

ksraj123 opened this issue · 2 comments

Netlify build is failing, here is the build log

5:16:08 PM: Build ready to start
5:16:10 PM: build-image version: b0258b965567defc4a2d7e2f2dec2e00c8f73ad6
5:16:10 PM: build-image tag: v3.4.1
5:16:10 PM: buildbot version: fcbc7a79f7372e5995cf02954ef19fc48d20c871
5:16:10 PM: Fetching cached dependencies
5:16:10 PM: Failed to fetch cache, continuing with build
5:16:10 PM: Starting to prepare the repo for build
5:16:10 PM: No cached dependencies found. Cloning fresh repo
5:16:10 PM: git clone https://github.com/codeuino/website-www.codeuino.org
5:16:13 PM: Preparing Git Reference pull/214/head
5:16:15 PM: Different build dir detected, going to use the one specified in the Netlify configuration file: '' versus '/' in the Netlify UI
5:16:15 PM: Different publish path detected, going to use the one specified in the Netlify configuration file: 'build' versus 'build/' in the Netlify UI
5:16:15 PM: Different functions path detected, going to use the one specified in the Netlify configuration file: 'lambda' versus '' in the Netlify UI
5:16:15 PM: Starting build script
5:16:15 PM: Installing dependencies
5:16:15 PM: Python version set to 2.7
5:16:31 PM: Version '12.18.0' not found - try `nvm ls-remote` to browse available versions.
5:16:31 PM: Failed to install node version '12.18.0'
5:16:31 PM: Error running command: Build script returned non-zero exit code: 1
5:16:31 PM: Failing build: Failed to build site
5:16:31 PM: Failed during stage 'building site': Build script returned non-zero exit code: 1
5:16:31 PM: Finished processing build request in 21.602275359s

Apparently, Failed to install node version '12.18.0' is whats causing the issue, as incase of config conflicts netlify automatically takes in the inputs in the config file in the repo as we can see in the build log as well.
This is a bug on netlify's side and many others users are facing it as well.

This issue is fixed now.

I don't think this is fixed. We just encountered what looks to be the same build failure today at 2:15 PM:

2:15:42 PM: Build ready to start
2:15:44 PM: build-image version: b0258b965567defc4a2d7e2f2dec2e00c8f73ad6
2:15:44 PM: build-image tag: v3.4.1
2:15:44 PM: buildbot version: 8c957a6d09a03023cea4239847cc73a9cb64eeb7
2:15:44 PM: Fetching cached dependencies
2:15:44 PM: Failed to fetch cache, continuing with build
2:15:44 PM: Starting to prepare the repo for build
2:15:45 PM: No cached dependencies found. Cloning fresh repo
2:15:45 PM: git clone https://github.com/RangeMPLS/Stouse-White-Label
2:15:48 PM: Preparing Git Reference refs/heads/master
2:15:50 PM: Different build dir detected, going to use the one specified in the Netlify configuration file: 'front-end' versus 'front-end/' in the Netlify UI
2:15:50 PM: Different publish path detected, going to use the one specified in the Netlify configuration file: 'front-end/build' versus 'build/' in the Netlify UI
2:15:50 PM: Detected ignore command in Netlify configuration file. Proceeding with the specified command: '/bin/false'
2:15:51 PM: Starting build script
2:15:51 PM: Installing dependencies
2:15:51 PM: Python version set to 2.7
2:20:52 PM: Version '12.18.0' not found - try `nvm ls-remote` to browse available versions.
2:20:52 PM: Failed to install node version '12.18.0'
2:20:52 PM: Error running command: Build script returned non-zero exit code: 1
2:20:52 PM: Failing build: Failed to build site
2:20:52 PM: Failed during stage 'building site': Build script returned non-zero exit code: 1
2:20:52 PM: Finished processing build request in 5m8.533233305s

How did you fix this issue? :/ Thanks!