I have a fairly simple static site that I use for testing a new branch of my main site.
I am getting a Build Failed with this log
10:38:19 AM: Build ready to start
10:38:22 AM: build-image version: d2c6dbeac570350a387d832f64bc980dc964ad65 (focal)
10:38:22 AM: build-image tag: v4.8.0
10:38:22 AM: buildbot version: e552b142336b2b1222a93a4fd4cbed0019c77b46
10:38:22 AM: Fetching cached dependencies
10:38:22 AM: Starting to download cache of 3.5MB
10:38:22 AM: Finished downloading cache in 240.910362ms
10:38:22 AM: Starting to extract cache
10:38:22 AM: Finished extracting cache in 36.31701ms
10:38:22 AM: Finished fetching cache in 278.282679ms
10:38:22 AM: Starting to prepare the repo for build
10:38:23 AM: Preparing Git Reference refs/heads/development01
10:38:23 AM: Parsing package.json dependencies
10:38:24 AM: No build steps found, continuing to publishing
10:38:24 AM: Starting to deploy site from ‘/’
10:38:24 AM: Creating deploy tree
10:38:24 AM: Creating deploy upload records
10:38:24 AM: 0 new files to upload
10:38:24 AM: 0 new functions to upload
10:38:24 AM: Starting post processing
10:38:25 AM: Finished processing build request in 2.768794128s
10:38:25 AM: Post processing - HTML
10:38:26 AM: Starting post processing
10:38:26 AM: Post processing - HTML
10:38:26 AM: Starting post processing
10:38:27 AM: Post processing - HTML
10:38:27 AM: Starting post processing
10:38:27 AM: Post processing - HTML
10:38:27 AM: Starting post processing
10:38:27 AM: Post processing - HTML
I made some small changes to the form and general content updates, but nothing too intense.
Can anyone help me understand why I am seeing this error?
Hey @robalees
I’m not seeing anything that says the deploy failed. I do see the build system has determined there are no new files to upload:
The deploy is running at the root of the repository. Is that where the files are, or are they in a sub-directory?
Hey @coelmay
Thank you for the speedy response!
The files are in a sub-directory, I only added an additional image to the image folder and then updated existing HTML. My previous builds seem to work with the existing directory structure, so not sure why it would not carry the files over this time?
Are all these files (e.g. index.html
, fonts
, etc) at the root of the repository, or in a subdirectory?
Have you pushed these files to git origin?
It is impossible to garner information from a screenshot of your computer.
Are all these files (e.g. index.html
, fonts
, etc) at the root of the repository, or in a subdirectory?
They are at the root of the repository, no directory changes have occurred since my last deploy which was successful.
Have you pushed these files to git origin?
Yep, I am using a branch called origin/development01 and I am getting
$ git status
On branch development01
Your branch is up to date with 'origin/development01'.
nothing to commit, working tree clean
I can see the changes within Github. The same file structure worked for my deploy on the 29th, the only new file is the home-side.png in the images directory. I can see that image on Github from my most recent push, so I can’t see why it would show 0 new files to upload when I go to deploy.
I just tried a new site as a test, same results. I use this branch while I work on the layout and to test the form functionality on the RSVP page, when I’m happy I merge to my main branch attached to my domain. Not sure if my form edits had any impact, but like you said, it sees no files and so it makes sense that it would fail, it doesn’t see my change for some reason.
Typo in a ID for a form field!
I don’t know how I missed that, I guess I couldn’t test the form in LiveView and everything looked good. I saw the error pop up briefly in the UI but not in the logs.
Thank you for the help @coelmay
1 Like
Thanks for coming back and letting us know. Glad everything is working now! Happy building