----- Original Message ----- > From: "Marek Libra" <[email protected]> > To: "Sandro Bonazzola" <[email protected]> > Cc: "devel" <[email protected]> > Sent: Friday, December 16, 2016 2:36:05 PM > Subject: Re: [ovirt-devel] [ACTION REQUIRED] ovirt-cokpit broken, please fix > > Not sure yet, but most probably with updating nodejs in ovirt-engine-nodejs > we need to update babel to 6.10.4 or higher in ovirt-engine-nodejs-modules > as well.
Hi Marek, this looks similar to https://github.com/webpack/webpack/issues/3242 In particular, see https://github.com/webpack/webpack/issues/3242#issuecomment-260411104 Since our Node.js dependencies (ovirt-engine-nodejs-modules) aren't locked down (yet), doing `npm install` locally pulls the latest (fixed ^^) versions of dependencies (e.g. webpack loaders/plugins) -> local build succeeds. In CI, the build fails because it uses the ovirt-engine-nodejs-modules RPM built previously. (containing older dependencies) I'm still working on that Yarn & dep. lock-down stuff (among other things). > > On Fri, Dec 16, 2016 at 11:45 AM, Sandro Bonazzola < [email protected] > > wrote: > > > > http://jenkins.ovirt.org/job/cockpit-ovirt_master_check-merged-el7-x86_64/128/artifact/exported-artifacts/logs/mocker-epel-7-x86_64.el7.check-merged.sh/check-merged.sh.log > > WARNING in bundle.js from UglifyJs > Side effects in initialization of unused variable CONFIG > [./src/constants.js:2,13] > Side effects in initialization of unused variable VM_STATUS_ICONS_PATH_PREFIX > [./src/constants.js:42,13] > Side effects in initialization of unused variable VM_STATUS_ICONS > [./src/constants.js:43,13] > Side effects in initialization of unused variable GLOBAL > [./src/globaldata.js:1,11] > Condition always true [./~/d3/d3.js:9553,0] > Dropping unreachable code [./~/d3/d3.js:9553,75] > Condition always true [./~/c3/c3.js:52,0] > Condition always true [./~/c3/c3.js:8194,0] > Dropping unreachable code [./~/c3/c3.js:8196,5] > Condition always false [./~/style-loader/addStyles.js:24,0] > Dropping unreachable code [./~/style-loader/addStyles.js:25,0] > Condition always false > [./~/style-loader!./~/css-loader!./~/patternfly/dist/css/patternfly-additions.css:10,0] > Dropping unreachable code > [./~/style-loader!./~/css-loader!./~/patternfly/dist/css/patternfly-additions.css:12,0] > Side effects in initialization of unused variable update > [./~/style-loader!./~/css-loader!./~/patternfly/dist/css/patternfly-additions.css:7,0] > Condition always false > [./~/style-loader!./~/css-loader!./~/patternfly/dist/css/patternfly.css:10,0] > Dropping unreachable code > [./~/style-loader!./~/css-loader!./~/patternfly/dist/css/patternfly.css:12,0] > Side effects in initialization of unused variable update > [./~/style-loader!./~/css-loader!./~/patternfly/dist/css/patternfly.css:7,0] > > ERROR in Path must be a string. Received undefined > chmod a+x dist/vdsm/vdsm > chmod: cannot access ‘dist/vdsm/vdsm’: No such file or directory > make[1]: *** [vdsm] Error 1 > make[1]: Leaving directory > `/home/jenkins/workspace/cockpit-ovirt_master_check-merged-el7-x86_64/cockpit-ovirt/vdsm' > make: *** [check-recursive] Error 1 > Took 229 seconds > > -- > Sandro Bonazzola > Better technology. Faster innovation. Powered by community collaboration. > See how it works at redhat.com > > > _______________________________________________ > Devel mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/devel _______________________________________________ Devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/devel
