[ https://issues.apache.org/jira/browse/MRESOLVER-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17726239#comment-17726239 ]
Michael Osipov commented on MRESOLVER-362: ------------------------------------------ I would highly prefer a sample project with npm and and the rat load comes with it. Fails for me: {noformat} [INFO] warning " > react-markdown@8.0.7" has unmet peer dependency "@types/react@>=16". [INFO] error An unexpected error occurred: "ENOSYS: function not implemented, copyfile '/net/home/osipovmi/.cache/yarn/v6/npm-make-dir-2.1.0-5f0310e18b8be898cc07009295a30ae41e91e6f5-integrity/node_modules/make-dir/index.d.ts' -> '/var/osipovmi/Projekte/start.spring.io/start-client/node_modules/@babel/cli/node_modules/make-dir/index.d.ts'". [INFO] error An unexpected error occurred: "ENOSYS: function not implemented, copyfile '/net/home/osipovmi/.cache/yarn/v6/npm-make-dir-2.1.0-5f0310e18b8be898cc07009295a30ae41e91e6f5-integrity/node_modules/make-dir/index.d.ts' -> '/var/osipovmi/Projekte/start.spring.io/start-client/node_modules/@babel/cli/node_modules/make-dir/index.d.ts'".info If you think this is a bug, please open a bug report with the information provided in "/var/osipovmi/Projekte/start.spring.io/start-client/yarn-error.log". [INFO] info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for start.spring.io 0.0.1-SNAPSHOT: [INFO] [INFO] start.spring.io .................................... SUCCESS [ 0.819 s] [INFO] start.spring.io client ............................. FAILURE [ 9.644 s] [INFO] start.spring.io website ............................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE {noformat} > NoSuchFileException moving .tmp to .jar > --------------------------------------- > > Key: MRESOLVER-362 > URL: https://issues.apache.org/jira/browse/MRESOLVER-362 > Project: Maven Resolver > Issue Type: Bug > Affects Versions: 1.9.10 > Reporter: Stephane Nicoll > Priority: Major > > It looks like MRESOLVER-290 broke our metadata verification tests. We have a > test that uses the resolver API to collect a bunch of dependencies, and > checking the state is correct. Since the upgrade to 1.9 we get this > {noformat} > Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not > transfer artifact > org.springframework.boot:spring-boot-starter:jar:3.0.8-20230525.115211-13 > from/to spring-snapshots (https://repo.spring.io/snapshot): > /var/folders/46/2wr2nf9x0nzd1220xfnp1nzr0000gn/T/metadata-validation-m28912614894186841938/org/springframework/boot/spring-boot-starter/3.0.8-SNAPSHOT/spring-boot-starter-3.0.8-20230525.115211-13.jar.4959477968260906889.tmp > -> > /var/folders/46/2wr2nf9x0nzd1220xfnp1nzr0000gn/T/metadata-validation-m28912614894186841938/org/springframework/boot/spring-boot-starter/3.0.8-SNAPSHOT/spring-boot-starter-3.0.8-20230525.115211-13.jar > at > org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:44) > at > org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:417) > at > org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:260) > at > org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:536) > at > org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:448) > ... 45 more > Caused by: java.nio.file.NoSuchFileException: > /var/folders/46/2wr2nf9x0nzd1220xfnp1nzr0000gn/T/metadata-validation-m28912614894186841938/org/springframework/boot/spring-boot-starter/3.0.8-SNAPSHOT/spring-boot-starter-3.0.8-20230525.115211-13.jar.4959477968260906889.tmp > -> > /var/folders/46/2wr2nf9x0nzd1220xfnp1nzr0000gn/T/metadata-validation-m28912614894186841938/org/springframework/boot/spring-boot-starter/3.0.8-SNAPSHOT/spring-boot-starter-3.0.8-20230525.115211-13.jar > at > java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) > at > java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) > at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:416) > at > java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266) > at java.base/java.nio.file.Files.move(Files.java:1432) > at org.eclipse.aether.util.FileUtils$2.move(FileUtils.java:108) > at > org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask(BasicRepositoryConnector.java:500) > at > org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:414) > {noformat} > The test is here > https://github.com/spring-io/start.spring.io/tree/main/start-site-verification/src/test/java/io/spring/start/site -- This message was sent by Atlassian Jira (v8.20.10#820010)