afs commented on PR #2055:
URL: https://github.com/apache/jena/pull/2055#issuecomment-1783196517
What versions of `yarn` and `node` should be used? The POM has
```
<node.version>v16.13.1</node.version>
<yarn.version>v1.22.17</yarn.version>
```
Node 16.13.1 cause the build to break,failing a requirement - I tried
updating to v18.18.0 and got passed that.
Yarn is now 4.0.0 so I tried that.
I get:
```
[INFO] --- frontend:1.14.0:yarn (yarn run test:e2e) @ jena-fuseki-ui ---
[INFO] Running 'yarn run test:e2e' in
/home/afs/ASF/afs-jena/jena-fuseki2/jena-fuseki-ui
[INFO] Syntax Error: Expected ":+", ":+}", ":-", ":-}", "}", or
[$@*?#a-zA-Z0-9_\-] but ":" found (line 1, column 37).
[INFO] at Ag
(/home/afs/ASF/afs-jena/jena-fuseki2/jena-fuseki-ui/.yarn/releases/yarn-4.0.0.cjs:12:3213)
[INFO] at p8e
(/home/afs/ASF/afs-jena/jena-fuseki2/jena-fuseki-ui/.yarn/releases/yarn-4.0.0.cjs:12:22154)
[INFO] at ND
(/home/afs/ASF/afs-jena/jena-fuseki2/jena-fuseki-ui/.yarn/releases/yarn-4.0.0.cjs:12:22327)
[INFO] at RE
(/home/afs/ASF/afs-jena/jena-fuseki2/jena-fuseki-ui/.yarn/releases/yarn-4.0.0.cjs:168:1973)
[INFO] at b
(/home/afs/ASF/afs-jena/jena-fuseki2/jena-fuseki-ui/.yarn/releases/yarn-4.0.0.cjs:189:2758)
[INFO] at
/home/afs/ASF/afs-jena/jena-fuseki2/jena-fuseki-ui/.yarn/releases/yarn-4.0.0.cjs:189:2942
[INFO] at process.processTicksAndRejections
(node:internal/process/task_queues:95:5)
[INFO] at async Tn.mktempPromise
(/home/afs/ASF/afs-jena/jena-fuseki2/jena-fuseki-ui/.yarn/releases/yarn-4.0.0.cjs:9:44342)
[INFO] at async Object.Wx
(/home/afs/ASF/afs-jena/jena-fuseki2/jena-fuseki-ui/.yarn/releases/yarn-4.0.0.cjs:189:2571)
[INFO] at async e0.execute
(/home/afs/ASF/afs-jena/jena-fuseki2/jena-fuseki-ui/.yarn/releases/yarn-4.0.0.cjs:499:2167)
[ERROR] There are test failures.
```
The complete log file of `mvn clean test` in `jena-fuseki-ui` is attached:
[LOG.txt](https://github.com/apache/jena/files/13191232/LOG.txt)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]