You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apr-24 16:07:17.072 [Actor Thread 40] ERROR nextflow.extension.OperatorImpl - @unknown
com.google.cloud.storage.contrib.nio.CloudStorageObjectImmutableException: Cloud Storage objects are immutable.
at com.google.cloud.storage.contrib.nio.CloudStorageFileAttributeView.setTimes(CloudStorageFileAttributeView.java:65)
at java.base/java.nio.file.CopyMoveHelper.copyToForeignTarget(CopyMoveHelper.java:135)
at java.base/java.nio.file.CopyMoveHelper.moveToForeignTarget(CopyMoveHelper.java:157)
at java.base/java.nio.file.Files.move(Files.java:1435)
at nextflow.file.SimpleFileCollector.saveFile(SimpleFileCollector.groovy:102)
at nextflow.file.FileCollector.saveTo0(FileCollector.groovy:228)
Google Cloud Batch
nf-core/sarek v3.4.1-gea88402
nextflow 23.10.1
same error when launched from GCP console CLI or when launched from a small VM with CentOS 7
The text was updated successfully, but these errors were encountered:
The error comes from this invocation of collectFile which was introduced by an update to the template. Removal of sort: false option results in a successful run, but I don't think we actually want to be enforcing ordering.
Description of the bug
Got the error:
the pipeline has been launched with a very simple test command (I’ve hidden some parts of the identifiers).
conversation in Slack:
https://nfcore.slack.com/archives/C05V9FRJYMV/p1713976551898249
Command used and terminal output
Relevant files
No response
System information
Google Cloud Batch
nf-core/sarek v3.4.1-gea88402
nextflow 23.10.1
same error when launched from GCP console CLI or when launched from a small VM with CentOS 7
The text was updated successfully, but these errors were encountered: