Gitlab pipeline problem - pages/deploy.

Hi Guys,

Just very basic, doing the Blinky walkthrough.

The build-job runs through fine but the pages/deploy job fails:

dh_install: warning: Cannot find (any matches for) "gateware-builds-tester/artifacts/bitstreams/my_custom_fpga_design/DirectC/*" (tried in ., debian/tmp)
dh_install: warning: bbb.io-gateware-my-custom-fpga-design missing files: gateware-builds-tester/artifacts/bitstreams/my_custom_fpga_design/DirectC/*
dh_install: warning: Cannot find (any matches for) "gateware-builds-tester/artifacts/bitstreams/my_custom_fpga_design/FlashProExpress/*" (tried in ., debian/tmp)
dh_install: warning: bbb.io-gateware-my-custom-fpga-design missing files: gateware-builds-tester/artifacts/bitstreams/my_custom_fpga_design/FlashProExpress/*
dh_install: error: missing files, aborting
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui -b failed

Cleaning up project directory and file based variables
00:02
ERROR: Job failed: exit code 1

I have restarted from scratch and still see this, has anyone any ideas?

Thanks

Andy

Ok, I decided to try the build out on a linux machine and it failed.

On close inspection of the ‘succeeded’ build log in the pipeline it also failed, but the job was not marked as failed. looks like a pipeline issue?

Error:  The command 'import_files' failed.
Error:  Failure when executing Tcl script. [ Line 202 ]
Error:  The Execute Script command failed.
The BVF_GATEWARE_025T project was closed.
Finished
Gather up artifacts.
Create build test report.
Gateware tests Complete
$ echo "Compile complete."
Compile complete.

Uploading artifacts for successful job
00:04
Uploading artifacts...
Runtime platform                                    arch=amd64 os=linux pid=91168 revision=81ab07f6 version=16.10.0
artifacts/bitstreams: found 5 matching artifact files and directories 
artifacts/build_logs: found 4 matching artifact files and directories 
artifacts/debian: found 9 matching artifact files and directories 
artifacts/debian-custom: found 6 matching artifact files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=28367 responseStatus=201 Created token=64_JEiQJ
Uploading artifacts...
Runtime platform                                    arch=amd64 os=linux pid=91189 revision=81ab07f6 version=16.10.0
artifacts/tests_report.xml: found 1 matching artifact files and directories 
Uploading artifacts as "junit" to coordinator... 201 Created  id=28367 responseStatus=201 Created token=64_JEiQJ

Cleaning up project directory and file based variables
00:00
Job succeeded

oh i made a few hard coded assumptions that we need to modify for the dynamic package names/etc to properly work.

Regards,