Open minr opened 5 years ago
satis.json:
{
"name": "Kalista",
"description": "Kalista(BlueCity) Composer Repository",
"homepage": "http://10.10.63.32/",
"include-filename": "all.json",
"repositories": [
{
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
],
"require-dependencies": true,
"require-dev-dependencies": true,
"require-all": true,
"config":{
"secure-http":false
},
"abandoned": {
"acosf/archersys": true
}
}
What version of satis?
What version of satis?
./bin/satis -v
Satis 2.0.0-dev
I assume you're running from source, so git rev-parse HEAD
.
git rev-parse HEAD
git rev-parse HEAD
6e50c07f0fedbe05b4881add6c641863ede87f72
Hmm. It seems the "problem" here is that --skip-errors
is only for downloading and archiving of packages. The error you are running into is in regards to retrieving source metadata information, which is not part of downloading or archiving, but rather essential for determining which packages to gather.
Hmm. It seems the "problem" here is that
--skip-errors
is only for downloading and archiving of packages. The error you are running into is in regards to retrieving source metadata information, which is not part of downloading or archiving, but rather essential for determining which packages to gather.
So HOW TO FIX IT..
I setted abandoned
still not working....
"abandoned": {
"acosf/archersys": true
}
You should fix the custom Composer repository. It contains references to files that do not exist in the metadata.
I am having a very similar issue. Despite --skip-errors
the build terminates while satis is downloading resolved dependencies which I have no control over.
Here are some examples:
tar-based phar "/tmp/composer_archive5f851e9fee527.tar" cannot be created, filename "packages/babel-parser/test/fixtures/experimental/pipeline-operator/proposal-smart-error,-topic-style,-unbound-topic,-do-expression,-for-await-of-loop,-outer-topic-reference-in-loop-body/input.js" is too long for tar file format
tar-based phar "/tmp/composer_archive5f841b2b5a295.tar" cannot be created, filename "test/fixtures/files/170-byte-filename-cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" is too long for tar file format
The process "git clone --no-checkout 'https://github.com/copy-app/php-client-library.git' '/tmp/composer_archive5f853fe8626cf' && cd '/tmp/composer_archive5f853fe8626cf' && git remote add composer 'https://github.com/copy-app/php-c lient-library.git' && git fetch composer && git remote set-url origin 'https://github.com/copy-app/php-client-library.git' && git remote set-url composer 'https://github.com/copy-app/php-client-library.git'" exceeded the timeout of 300 seconds.
[Composer\Downloader\TransportException (404)] The "https://registry.npmjs.org/big-integer/-/big-integer-1.1.6.tgz" file could not be downloaded (HTTP/1.1 404 Not Found)
The "https://api.github.com/repos/copy-app/php-client-library/zipball/bdc479726456561e78e4f072a8731d31879902f1" file could not be downloaded (HTTP/1.1 404 Not Found)
All of the above terminate the build despite using --skip-errors
.
I am using the latest master commit ( #e89d68ac83892ef6fb1409dbab065a777e1506de ).
--skip-errors NOT WORKING
My Commend:
Error Logs: