[Wikidata-bugs] [Maniphest] [Commented On] T117534: DCAT-AP: XML produces invalid output with HHVM

2018-04-02 Thread ArielGlenn
ArielGlenn added a comment.
As far as I'm concerned we can 'decline' it since we'll be moving to php7 for dumps this quarter.TASK DETAILhttps://phabricator.wikimedia.org/T117534EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ArielGlennCc: thiemowmde, Ladsgroup, WMDE-leszek, Lydia_Pintscher, Jdforrester-WMF, Imarlier, nichtich, MoritzMuehlenhoff, gerritbot, StudiesWorld, hoo, ArielGlenn, Lokal_Profil, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Litanwei, Lewizho99, Maathavan, Wikidata-bugs, aude, Svick, Mbch331, Krenair, Joe, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T117534: DCAT-AP: XML produces invalid output with HHVM

2018-04-01 Thread hoo
hoo added a comment.
@ArielGlenn Do we want to conclude this?TASK DETAILhttps://phabricator.wikimedia.org/T117534EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: thiemowmde, Ladsgroup, WMDE-leszek, Lydia_Pintscher, Jdforrester-WMF, Imarlier, nichtich, MoritzMuehlenhoff, gerritbot, StudiesWorld, hoo, ArielGlenn, Lokal_Profil, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Litanwei, Lewizho99, Maathavan, Wikidata-bugs, aude, Svick, Mbch331, Krenair, Joe, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T117534: DCAT-AP: XML produces invalid output with HHVM

2018-04-01 Thread hoo
hoo added a comment.


$ cat test.sh 
#!/bin/bash

tmpDir=`mktemp -d`
touch $tmpDir/foo.json.gz
touch $tmpDir/bar.ttl.gz
touch $tmpDir/bar.ttl.bz2

php DCAT.php --config=./config.example.json --dumpDir="$tmpDir" --outputDir=/tmp &&
rm -rf $tmpDir &&
echo "Find the output at /tmp/dcatap.rdf" &&
exit 0

rm -rf $tmpDir
echo Error

Identical output with PHP 5.5.9-1ubuntu4.24 and PHP 7.1.15 (cli):

$ bash test.sh 
Find the output at /tmp/dcatap.rdf
$ md5sum /tmp/dcatap.rdf 
f488c991f5a7dfd58f05ac2fc48c3706  /tmp/dcatap.rdfTASK DETAILhttps://phabricator.wikimedia.org/T117534EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: thiemowmde, Ladsgroup, WMDE-leszek, Lydia_Pintscher, Jdforrester-WMF, Imarlier, nichtich, MoritzMuehlenhoff, gerritbot, StudiesWorld, hoo, ArielGlenn, Lokal_Profil, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Litanwei, Lewizho99, Maathavan, Wikidata-bugs, aude, Svick, Mbch331, Krenair, Joe, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T117534: DCAT-AP: XML produces invalid output with HHVM

2018-03-20 Thread ArielGlenn
ArielGlenn added a comment.

In T117534#4067258, @Jdforrester-WMF wrote:

In T117534#3894564, @hoo wrote:

In T117534#3892964, @WMDE-leszek wrote:
meh. I meant, if we moved the task to run on PHP 7 machine, that would mean we could still get correct XML, right? I.e. it does not require PHP 5?


That should be, but I didn't check that, yet.


Have you had a chance yet? Right now this is the only open task underneath T86081; if it's an on-going issue, should we stash it under T172165 too? That's coming up very quickly…


This is going to come up relatively soon, as we are going to move the snapshot hosts (and thus this job) to PHP7 this coming quarter.TASK DETAILhttps://phabricator.wikimedia.org/T117534EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ArielGlennCc: thiemowmde, Ladsgroup, WMDE-leszek, Lydia_Pintscher, Jdforrester-WMF, Imarlier, nichtich, MoritzMuehlenhoff, gerritbot, StudiesWorld, hoo, ArielGlenn, Lokal_Profil, Aklapper, Versusxo, Majesticalreaper22, Tamgue, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Litanwei, Lewizho99, Maathavan, Wikidata-bugs, aude, Svick, Mbch331, Krenair, Joe, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T117534: DCAT-AP: XML produces invalid output with HHVM

2018-01-11 Thread hoo
hoo added a comment.

In T117534#3892964, @WMDE-leszek wrote:
meh. I meant, if we moved the task to run on PHP 7 machine, that would mean we could still get correct XML, right? I.e. it does not require PHP 5?


That should be, but I didn't check that, yet.TASK DETAILhttps://phabricator.wikimedia.org/T117534EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: thiemowmde, Ladsgroup, WMDE-leszek, Lydia_Pintscher, Jdforrester-WMF, Imarlier, nichtich, MoritzMuehlenhoff, gerritbot, StudiesWorld, hoo, ArielGlenn, Lokal_Profil, Aklapper, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Litanwei, Lewizho99, Maathavan, Wikidata-bugs, aude, Svick, Mbch331, Krenair, Joe, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T117534: DCAT-AP: XML produces invalid output with HHVM

2018-01-11 Thread WMDE-leszek
WMDE-leszek added a comment.
meh. I meant, if we moved the task to run on PHP 7 machine, that would mean we could still get correct XML, right? I.e. it does not require PHP 5?TASK DETAILhttps://phabricator.wikimedia.org/T117534EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: thiemowmde, Ladsgroup, WMDE-leszek, Lydia_Pintscher, Jdforrester-WMF, Imarlier, nichtich, MoritzMuehlenhoff, gerritbot, StudiesWorld, hoo, ArielGlenn, Lokal_Profil, Aklapper, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Litanwei, Lewizho99, Maathavan, Wikidata-bugs, aude, Svick, Mbch331, Krenair, Joe, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T117534: DCAT-AP: XML produces invalid output with HHVM

2018-01-11 Thread WMDE-leszek
WMDE-leszek added a comment.
I am not sure if I am simply rephrasing what @Jdforrester-WMF asked above, but any way: Are we positive this issue would go away if we updated box the command runs to PHP 7?TASK DETAILhttps://phabricator.wikimedia.org/T117534EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: thiemowmde, Ladsgroup, WMDE-leszek, Lydia_Pintscher, Jdforrester-WMF, Imarlier, nichtich, MoritzMuehlenhoff, gerritbot, StudiesWorld, hoo, ArielGlenn, Lokal_Profil, Aklapper, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Litanwei, Lewizho99, Maathavan, Wikidata-bugs, aude, Svick, Mbch331, Krenair, Joe, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T117534: DCAT-AP: XML produces invalid output with HHVM

2018-01-10 Thread Jdforrester-WMF
Jdforrester-WMF added a comment.
The parent task has been Declined; is it worth keeping this open given that we're moving away from HHVM to Zend PHP 7?TASK DETAILhttps://phabricator.wikimedia.org/T117534EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, Jdforrester-WMFCc: Jdforrester-WMF, Imarlier, nichtich, MoritzMuehlenhoff, gerritbot, StudiesWorld, hoo, ArielGlenn, Lokal_Profil, Aklapper, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Litanwei, Lewizho99, Maathavan, Wikidata-bugs, aude, Svick, Mbch331, Krenair, Joe, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T117534: DCAT-AP: XML produces invalid output with HHVM

2018-01-09 Thread Imarlier
Imarlier added a comment.
This was reverted back to using php5 in https://phabricator.wikimedia.org/T182348TASK DETAILhttps://phabricator.wikimedia.org/T117534EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, ImarlierCc: Imarlier, nichtich, MoritzMuehlenhoff, gerritbot, StudiesWorld, hoo, ArielGlenn, Lokal_Profil, Aklapper, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Litanwei, Lewizho99, Maathavan, Wikidata-bugs, aude, Svick, Mbch331, Krenair, Joe, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T117534: DCAT-AP: XML produces invalid output with HHVM

2017-11-16 Thread gerritbot
gerritbot added a comment.
Change 391808 merged by ArielGlenn:
[operations/puppet@production] Snapshot: Use canonical php (= hhvm) for dcat

https://gerrit.wikimedia.org/r/391808TASK DETAILhttps://phabricator.wikimedia.org/T117534EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, gerritbotCc: nichtich, MoritzMuehlenhoff, Liuxinyu970226, gerritbot, StudiesWorld, hoo, ArielGlenn, Lokal_Profil, Aklapper, Lahi, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Litanwei, Lewizho99, Maathavan, Wikidata-bugs, aude, Svick, Mbch331, Krenair, Joe, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T117534: DCAT-AP: XML produces invalid output with HHVM

2017-11-16 Thread gerritbot
gerritbot added a comment.
Change 391808 had a related patch set uploaded (by Hoo man; owner: Hoo man):
[operations/puppet@production] Snapshot: Use canonical php (= hhvm) for dcat

https://gerrit.wikimedia.org/r/391808TASK DETAILhttps://phabricator.wikimedia.org/T117534EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: nichtich, MoritzMuehlenhoff, Liuxinyu970226, gerritbot, StudiesWorld, hoo, ArielGlenn, Lokal_Profil, Aklapper, Lahi, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Litanwei, Lewizho99, Maathavan, Wikidata-bugs, aude, Svick, Mbch331, Krenair, Joe, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs