owncloud / calendar

Calendar app for ownCloud
GNU Affero General Public License v3.0
121 stars 43 forks source link

[nightly] Javascript tests pipeline is failing #1333

Closed saw-jan closed 6 months ago

saw-jan commented 6 months ago

Build: https://drone.owncloud.com/owncloud/calendar/1983/8/4

+ make test-js
yarn install
yarn install v1.22.22
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
error Error: https://codeload.github.com/kayellpeee/hsl_rgb_converter/tar.gz/3936a3896dd2f45a5c66317aab6f9175c9fde9fb: Request failed "404 Not Found"
    at ResponseError.ExtendableBuiltin (/usr/lib/node_modules/yarn/lib/cli.js:696:66)
    at new ResponseError (/usr/lib/node_modules/yarn/lib/cli.js:802:124)
    at Request.<anonymous> (/usr/lib/node_modules/yarn/lib/cli.js:66750:16)
    at Request.emit (events.js:400:28)
    at Request.module.exports.Request.onRequestResponse (/usr/lib/node_modules/yarn/lib/cli.js:142287:10)
    at ClientRequest.emit (events.js:400:28)
    at HTTPParser.parserOnIncomingClient (_http_client.js:647:27)
    at HTTPParser.parserOnHeadersComplete (_http_common.js:127:17)
    at TLSSocket.socketOnData (_http_client.js:515:22)
    at TLSSocket.emit (events.js:400:28)
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
make: *** [Makefile:175: node_modules] Error 1
S-Panta commented 6 months ago

The package hsl_rgb_converter is removed from yarn package list. Also, the repository that has this dependency was created two days ago and there's error in json file too.

DeepDiver1975 commented 6 months ago

Horra. 💪

phil-davis commented 6 months ago

Horra. 💪

@DeepDiver1975 Is that "hooray", or "horror" or?

Do you have any suggestion for what we should do?

DeepDiver1975 commented 6 months ago

Both 🙈

We need to find another fork of the repo. If none exists we need to add the logic to this repo.

S-Panta commented 6 months ago

I tried forking the main repo and correcting its json. CI shows hslToRgb() doesn't exist.