Lucas_Werkmeister_WMDE added a comment.
In T286058#7197854 <https://phabricator.wikimedia.org/T286058#7197854>, @gerritbot wrote: > Change 703212 had a related patch set uploaded (by Lucas Werkmeister (WMDE); author: Lucas Werkmeister (WMDE)): > > [integration/config@master] Fix stray quote in generic-node12-browser-webdriver-docker > > https://gerrit.wikimedia.org/r/703212 I got very lucky and noticed a leftover `'` in the `options` while looking through the git log. I think that would make the command expand to: exec docker run --entrypoint=/run-with-xvfb.sh --shm-size 1g' --env LOG_DIR=/log \ --security-opt seccomp=unconfined \ --init \ --rm \ --label "jenkins.job=$JOB_NAME" \ --label "jenkins.build=$BUILD_NUMBER" \ --env-file <(/usr/bin/env|egrep -v '^(HOME|SHELL|PATH|LOGNAME|MAIL)=') \ 'docker-registry.wikimedia.org/releng/node12-test-browser:0.0.2' which, if you look at the see syntax highlighting, means that the unexpected `(` is actually that of `^(HOME|…`, not that of `<(…`: $ echo 'foo'^(HOME -bash: syntax error near unexpected token `(' TASK DETAIL https://phabricator.wikimedia.org/T286058 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE Cc: Michael, Silvan_WMDE, Lucas_Werkmeister_WMDE, Aklapper, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, Alter-paule, Beast1978, CBogen, Un1tY, Mgagat, Akuckartz, Totolinototo3, Hook696, Kent7301, Zanziii, Sadisticturd, joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Addshore, Mbch331, hashar
_______________________________________________ Wikidata-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected]
