Actions
Bug #3695
closedJenkins script: find: invalid mode ‘+111’
Start date:
08/03/2016
Due date:
% Done:
100%
Estimated time:
Description
Jenkins script contains:
find "$DIR/.jenkins.d" -type f -perm +111
It's causing false negative on Ubuntu 16.04:
Build 735 fails on other platforms, but erroneously succeeds on Ubuntu 16.04.
Build log says:
[Ubuntu-16.04-32bit] $ /bin/sh -xe /tmp/hudson2448061596251352042.sh
+ ./.jenkins
find: invalid mode ‘+111’
Updated by Muktadir Chowdhury over 8 years ago
-perm +mode This is no longer supported (and has been deprecated since 2005). Use -perm /mode instead. http://man7.org/linux/man-pages/man1/find.1.html
Updated by Ashlesh Gawande over 8 years ago
https://gerrit.named-data.net/#/c/3070/ fixes false negative on Ubunru 16.04:
http://jenkins.named-data.net/job/NLSR/774/label=Ubuntu-16.04-32bit/
Updated by Muktadir Chowdhury over 8 years ago
- Status changed from New to Code review
- Assignee set to Nicholas Gordon
Updated by Ashlesh Gawande over 8 years ago
Not it is failing on OS X:
http://jenkins.named-data.net/job/NLSR/786/label=OSX-10.11/console
Updated by Junxiao Shi over 8 years ago
- Status changed from Code review to Closed
- % Done changed from 0 to 100
Actions