Page MenuHomePhabricator
Paste P43313

wdqs1009 and 1010 cookbook failures
ActivePublic

Authored by bking on Jan 24 2023, 2:54 PM.
Referenced Files
F36465238: wdqs1009 and 1010 cookbook failures
Jan 24 2023, 2:55 PM
F36465236: wdqs1009 and 1010 cookbook failures
Jan 24 2023, 2:54 PM
Subscribers
None
The below command fails when run from the cookbook:
rm -rf /srv/wdqs/munged && mkdir -p /srv/wdqs/munged && bzcat /mnt/nfs/dumps-clouddumps1001.wikimedia.org/wikidatawiki/entities/20230116/wikidata-20230116-all-BETA.ttl.bz2 | /srv/deployment/wdqs/wdqs/munge.sh -f - -d /srv/wdqs/munged -- --skolemize
It also fails when run directly from the host (see below). It looks like the flags are getting mangled somewhere, but unsure where yet:
Using dump file of /srv/wdqs/- for upcoming munge\n
#logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
14:54:18.000 [main] ERROR org.wikidata.query.rdf.tool.Munge - Fatal error munging RDF
java.nio.file.NoSuchFileException: /srv/wdqs/-
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at org.wikidata.query.rdf.tool.CliUtils.inputStream(CliUtils.java:51)
at org.wikidata.query.rdf.tool.CliUtils.reader(CliUtils.java:36)
at org.wikidata.query.rdf.tool.Munge.main(Munge.java:58)

Event Timeline

bking edited the content of this paste. (Show Details)