GithubHelp home page GithubHelp logo

Comments (7)

dancryer avatar dancryer commented on August 16, 2024

Hi @vitkovskii - Do you know if the the "project2-build11" directory was created at all? Or was the directory created, but the cp operation failed as you the system didn't have access to read from /data/lingualeo/infrastructure/deploy/data/base_repo ?

from phpci.

vitkovskii avatar vitkovskii commented on August 16, 2024

Hello, @dancryer. I think that directory wasn't created at all. Because ls -la /data/www/phpci/web/build displays nothing after build.

from phpci.

dancryer avatar dancryer commented on August 16, 2024

@vitkovskii - It's tricky, as PHPCI automatically deletes the build directory after the build runs, whether it was successful or not.

I will add some more detailed logging to that part of the build process and see if we can figure it out. I assume you are using a Local Path build?

from phpci.

vitkovskii avatar vitkovskii commented on August 16, 2024

Yes, it was Local Path build. Thanks a lot =)

from phpci.

dancryer avatar dancryer commented on August 16, 2024

Hi @vitkovskii - Did you ever get to the bottom of this? I can't reproduce it no matter what I try...

I'm going to close this for now, but please do reopen it if the issue isn't resolved.

from phpci.

Spiff77 avatar Spiff77 commented on August 16, 2024

Hello,

I have the same problem.
I have git on windows then push on a VM with linux and PHPCI installed.

Here is the build.log report:

Working copy created: /�
RUNNING PLUGIN: php_unit
�Error trying to execute: /vendor/bin/phpunit --tap -c "/build/logs/phpunit.xml" --coverage-html /build/logs/coverage �
�sh: 1: /vendor/bin/phpunit: Permission denied

��
�EXCEPTION: TapParser only supports TAP version 13�
�PLUGIN STATUS: FAILED�
RUNNING PLUGIN: php_mess_detector
�Error trying to execute: /vendor/bin/phpmd "/" xml codesize,unusedcode,naming --exclude vendor,tests --suffixes php�
�sh: 1: /vendor/bin/phpmd: Permission denied

�EXCEPTION: Could not process PHPMD report XML.�
�PLUGIN STATUS: FAILED�
RUNNING PLUGIN: php_code_sniffer
�Error trying to execute: /vendor/bin/phpcs --report=json --standard=PSR2 --extensions=php --ignore=vendor,tests "/"�
�sh: 1: /vendor/bin/phpcs: Permission denied

etc etc..

I have a 777 on the build folder and run the script with the nohup method.

Do you have an idea from where it can come?

UPDATE:
I checked if folder is well created before beeing deleted and its okay (created in 755)

from phpci.

martindines avatar martindines commented on August 16, 2024

I also get a similar failure:

RUNNING PLUGIN: php_unit
�sh: 1: /vendor/bin/phpunit: Permission denied
�
��
�EXCEPTION: TapParser only supports TAP version 13�
�PLUGIN STATUS: FAILED�

Will edit once I've investigated further :)

from phpci.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.