Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move WEB to DEPS before deletion and rename packages to package.json #1423

Conversation

mrodozov
Copy link
Contributor

lets test it with a PR

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @mrodozov (Mircho Rodozov) for branch master.

@cmsbuild, @smuzaffar, @mrodozov can you please review it and eventually sign? Thanks.
cms-bot commands are listed here

@@ -173,7 +173,8 @@ pushd CMSDIST
popd

PYTHONPATH= $CMSBUILD_CMD ${EX_OPTS} --specs-only build $PACKAGE_NAME
rm -rf ${WRKDIR}/WEB
mv ${WRKDIR}/WEB ${WRKDIR}/DEPS
for i in `ls ${WRKDIR}/DEPS/${ARCHITECTURE}`; do mv ${WRKDIR}/DEPS/${ARCHITECTURE}/$i ${WRKDIR}/DEPS/${ARCHITECTURE}/$(echo $i | tr "+" " " | awk '{print $2}').json; done
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this change. json created here should not be uploaded.

@@ -194,7 +195,8 @@ if [ "${DRY_RUN}" = "" ] ; then
echo DATE=`date`
rm -rf ${WRKDIR}/tmp
PYTHONPATH= $CMSBUILD_CMD ${EX_OPTS} deprecate-local $TOOL_CONF_PACKAGES
rm -rf ${WRKDIR}/WEB
mv ${WRKDIR}/WEB ${WRKDIR}/DEPS
for i in `ls ${WRKDIR}/DEPS/${ARCHITECTURE}`; do mv ${WRKDIR}/DEPS/${ARCHITECTURE}/$i ${WRKDIR}/DEPS/${ARCHITECTURE}/$(echo $i | tr "+" " " | awk '{print $2}').json; done
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is correct change. Please cleanup the one at line number 176, 177

@mrodozov mrodozov force-pushed the rename-web-to-deps-and-use-only-package-names branch from 40909b5 to 064d9d5 Compare November 20, 2020 12:50
@cmsbuild
Copy link
Contributor

Pull request #1423 was updated.

@mrodozov mrodozov force-pushed the rename-web-to-deps-and-use-only-package-names branch from 064d9d5 to 26be875 Compare November 20, 2020 12:52
@cmsbuild
Copy link
Contributor

Pull request #1423 was updated.

@mrodozov mrodozov force-pushed the rename-web-to-deps-and-use-only-package-names branch from 26be875 to 018cb93 Compare November 20, 2020 12:54
@cmsbuild
Copy link
Contributor

Pull request #1423 was updated.

@mrodozov mrodozov force-pushed the rename-web-to-deps-and-use-only-package-names branch from 018cb93 to 2d9f1b9 Compare November 20, 2020 12:55
@cmsbuild
Copy link
Contributor

Pull request #1423 was updated.

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 20, 2020

The tests are being triggered in jenkins.
Tested with other pull request(s) cms-sw/cmsdist#6434

@cmsbuild
Copy link
Contributor

-1

Tested at: 2d9f1b9

CMSSW: CMSSW_11_2_ROOT622_X_2020-11-19-2300
SCRAM_ARCH: slc7_amd64_gcc820
You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b67995/10894/summary.html

I found follow errors while testing this PR

Failed tests: Build

  • Build:

I found compilation error when building:

>> Compiling  /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_ROOT622_X_2020-11-19-2300/src/PhysicsTools/TensorFlow/src/TensorFlow.cc
In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_ROOT622_X_2020-11-19-2300/src/PhysicsTools/TensorFlow/interface/TensorFlow.h:12,
                 from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_ROOT622_X_2020-11-19-2300/src/PhysicsTools/TensorFlow/src/TensorFlow.cc:9:
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc820/external/tensorflow/2.3.1-49496958be0296e3b366e33aa8ec3622/include/tensorflow/core/framework/tensor.h: In instantiation of 'typename tensorflow::TTypes::Scalar tensorflow::Tensor::scalar() [with T = std::__cxx11::basic_string; typename tensorflow::TTypes::Scalar = Eigen::TensorMap, Eigen::Sizes<>, 1, long int>, 16, Eigen::MakePointer>]':
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_ROOT622_X_2020-11-19-2300/src/PhysicsTools/TensorFlow/src/TensorFlow.cc:143:39:   required from here
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc820/external/tensorflow/2.3.1-49496958be0296e3b366e33aa8ec3622/include/tensorflow/core/framework/tensor.h:879:7: error: static assertion failed: std::string is no longer a scalar type, use tensorflow::tstring
       !std::is_same::value,
       ^~~~
gmake: *** [tmp/slc7_amd64_gcc820/src/PhysicsTools/TensorFlow/src/PhysicsToolsTensorFlow/TensorFlow.cc.o] Error 1
>> Building  shared library tmp/slc7_amd64_gcc820/src/PhysicsTools/TensorFlow/src/PhysicsToolsTensorFlow/libPhysicsToolsTensorFlow.so
c++: error: tmp/slc7_amd64_gcc820/src/PhysicsTools/TensorFlow/src/PhysicsToolsTensorFlow/TensorFlow.cc.o: No such file or directory


@cmsbuild
Copy link
Contributor

Comparison not run due to Build errors (RelVals and Igprof tests were also skipped)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants