Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2025-01-02 12:05 -0500 (Thu, 02 Jan 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4744 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.2 (2024-10-31 ucrt) -- "Pile of Leaves" | 4487 |
merida1 | macOS 12.7.5 Monterey | x86_64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4515 |
kjohnson1 | macOS 13.6.6 Ventura | arm64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4467 |
Click on any hostname to see more info about the system (e.g. compilers) (*) as reported by 'uname -p', except on Windows and Mac OS X |
Package 1734/2289 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
RGMQL 1.26.0 (landing page) Simone Pallotta
| nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | ERROR | skipped | |||||||||
palomino8 | Windows Server 2022 Datacenter / x64 | OK | ERROR | skipped | skipped | |||||||||
merida1 | macOS 12.7.5 Monterey / x86_64 | ... NOT SUPPORTED ... | ||||||||||||
kjohnson1 | macOS 13.6.6 Ventura / arm64 | ... NOT SUPPORTED ... | ||||||||||||
To the developers/maintainers of the RGMQL package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/RGMQL.git to reflect on this report. See Troubleshooting Build Report for more information. - Use the following Renviron settings to reproduce errors and warnings. - If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information. |
Package: RGMQL |
Version: 1.26.0 |
Command: chmod a+r RGMQL -R && F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD build --keep-empty-dirs --no-resave-data RGMQL |
StartedAt: 2024-12-30 21:19:34 -0500 (Mon, 30 Dec 2024) |
EndedAt: 2024-12-30 21:21:35 -0500 (Mon, 30 Dec 2024) |
EllapsedTime: 120.5 seconds |
RetCode: 1 |
Status: ERROR |
PackageFile: None |
PackageFileSize: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### chmod a+r RGMQL -R && F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD build --keep-empty-dirs --no-resave-data RGMQL ### ############################################################################## ############################################################################## * checking for file 'RGMQL/DESCRIPTION' ... OK * preparing 'RGMQL': * checking DESCRIPTION meta-information ... OK * installing the package to build vignettes * creating vignettes ... ERROR --- re-building 'RGMQL-vignette.Rmd' using rmarkdown Using Spark's default log4j profile: org/apache/spark/log4j-defaults.properties 24/12/30 21:21:27 INFO SparkContext: Running Spark version 2.2.0 24/12/30 21:21:27 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 24/12/30 21:21:27 ERROR Shell: Failed to locate the winutils binary in the hadoop binary path java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries. at org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:378) at org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:393) at org.apache.hadoop.util.Shell.<clinit>(Shell.java:386) at org.apache.hadoop.util.StringUtils.<clinit>(StringUtils.java:79) at org.apache.hadoop.security.Groups.parseStaticMapping(Groups.java:116) at org.apache.hadoop.security.Groups.<init>(Groups.java:93) at org.apache.hadoop.security.Groups.<init>(Groups.java:73) at org.apache.hadoop.security.Groups.getUserToGroupsMappingService(Groups.java:293) at org.apache.hadoop.security.UserGroupInformation.initialize(UserGroupInformation.java:283) at org.apache.hadoop.security.UserGroupInformation.ensureInitialized(UserGroupInformation.java:260) at org.apache.hadoop.security.UserGroupInformation.loginUserFromSubject(UserGroupInformation.java:789) at org.apache.hadoop.security.UserGroupInformation.getLoginUser(UserGroupInformation.java:774) at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:647) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2430) at org.apache.spark.util.Utils$$anonfun$getCurrentUserName$1.apply(Utils.scala:2430) at scala.Option.getOrElse(Option.scala:121) at org.apache.spark.util.Utils$.getCurrentUserName(Utils.scala:2430) at org.apache.spark.SparkContext.<init>(SparkContext.scala:295) at org.apache.spark.SparkContext$.getOrCreate(SparkContext.scala:2509) at it.polimi.genomics.r.GMQLManager$.initGMQL(GMQLManager.scala:81) at it.polimi.genomics.r.Wrapper$.initGMQL(Wrapper.scala:59) at it.polimi.genomics.r.Wrapper.initGMQL(Wrapper.scala) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at RJavaTools.invokeMethod(RJavaTools.java:399) 24/12/30 21:21:28 INFO SparkContext: Submitted application: GMQL-R 24/12/30 21:21:28 INFO SecurityManager: Changing view acls to: biocbuild 24/12/30 21:21:28 INFO SecurityManager: Changing modify acls to: biocbuild 24/12/30 21:21:28 INFO SecurityManager: Changing view acls groups to: 24/12/30 21:21:28 INFO SecurityManager: Changing modify acls groups to: 24/12/30 21:21:28 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(biocbuild); groups with view permissions: Set(); users with modify permissions: Set(biocbuild); groups with modify permissions: Set() 24/12/30 21:21:28 INFO PlatformDependent: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability. 24/12/30 21:21:29 INFO Utils: Successfully started service 'sparkDriver' on port 58095. 24/12/30 21:21:29 INFO SparkEnv: Registering MapOutputTracker 24/12/30 21:21:29 INFO SparkEnv: Registering BlockManagerMaster 24/12/30 21:21:29 INFO BlockManagerMasterEndpoint: Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information 24/12/30 21:21:29 INFO BlockManagerMasterEndpoint: BlockManagerMasterEndpoint up 24/12/30 21:21:29 INFO DiskBlockManager: Created local directory at F:\biocbuild\bbs-3.20-bioc\tmp\blockmgr-de60d93a-3337-453f-9b07-082666ac480e 24/12/30 21:21:29 INFO MemoryStore: MemoryStore started with capacity 127.2 MB 24/12/30 21:21:29 INFO SparkEnv: Registering OutputCommitCoordinator 24/12/30 21:21:30 INFO Utils: Successfully started service 'SparkUI' on port 4040. 24/12/30 21:21:30 INFO SparkUI: Bound SparkUI to 0.0.0.0, and started at http://10.0.0.5:4040 24/12/30 21:21:30 INFO Executor: Starting executor ID driver on host localhost 24/12/30 21:21:30 INFO Utils: Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 58097. 24/12/30 21:21:30 INFO NettyBlockTransferService: Server created on 10.0.0.5:58097 24/12/30 21:21:30 INFO BlockManager: Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy 24/12/30 21:21:30 INFO BlockManagerMaster: Registering BlockManager BlockManagerId(driver, 10.0.0.5, 58097, None) 24/12/30 21:21:30 INFO BlockManagerMasterEndpoint: Registering block manager 10.0.0.5:58097 with 127.2 MB RAM, BlockManagerId(driver, 10.0.0.5, 58097, None) 24/12/30 21:21:30 INFO BlockManagerMaster: Registered BlockManager BlockManagerId(driver, 10.0.0.5, 58097, None) 24/12/30 21:21:30 INFO BlockManager: Initialized BlockManager: BlockManagerId(driver, 10.0.0.5, 58097, None) GMQL Server is up Quitting from lines 471-473 [init with guest login] (RGMQL-vignette.Rmd) Error: processing vignette 'RGMQL-vignette.Rmd' failed with diagnostics: --- failed re-building 'RGMQL-vignette.Rmd' SUMMARY: processing the following file failed: 'RGMQL-vignette.Rmd' Error: Vignette re-building failed. Execution halted