mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add more debug print for random CI failure on osx Travis
and remove `git status` with noisy rvm trace log see r67347
This commit is contained in:
parent
50cbb21ba5
commit
f0776e3203
1 changed files with 4 additions and 2 deletions
|
@ -359,6 +359,7 @@ matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- date # Debugging "Permission defined" failure on darwin like https://travis-ci.org/ruby/ruby/jobs/508683759
|
||||||
- echo JOBS=${JOBS} SETARCH=${SETARCH}
|
- echo JOBS=${JOBS} SETARCH=${SETARCH}
|
||||||
- $SETARCH uname -a
|
- $SETARCH uname -a
|
||||||
- $SETARCH uname -r
|
- $SETARCH uname -r
|
||||||
|
@ -405,10 +406,12 @@ before_script:
|
||||||
- chmod u-w ..
|
- chmod u-w ..
|
||||||
- $SETARCH make -s $JOBS
|
- $SETARCH make -s $JOBS
|
||||||
- |-
|
- |-
|
||||||
|
date; : # Debugging "Permission defined" failure on darwin like https://travis-ci.org/ruby/ruby/jobs/508683759
|
||||||
if ! make install; then
|
if ! make install; then
|
||||||
if [ "$(uname)" = Darwin ]; then
|
if [ "$(uname)" = Darwin ]; then
|
||||||
# Debugging "Permission defined" failure on darwin like https://travis-ci.org/ruby/ruby/jobs/508683759
|
# Debugging "Permission defined" failure on darwin like https://travis-ci.org/ruby/ruby/jobs/508683759
|
||||||
set -x
|
set -x
|
||||||
|
date
|
||||||
echo $USER
|
echo $USER
|
||||||
ls -la
|
ls -la
|
||||||
ls -la .ext
|
ls -la .ext
|
||||||
|
@ -419,8 +422,7 @@ before_script:
|
||||||
ls -la ../ext
|
ls -la ../ext
|
||||||
ls -laR ../ext/bigdecimal
|
ls -laR ../ext/bigdecimal
|
||||||
umask
|
umask
|
||||||
(cd .. && git status)
|
./miniruby -e 'ARGV.map{[@1,File.stat(@1)]}.sort_by{@2.mtime}.each{p mtime:@2.mtime.to_f, ctime:@2.ctime.to_f, path:@1}' .ext/.timestamp/.RUBYCOMMONDIR*time .ext/common/bigdecimal/*.rb ../ext/bigdecimal/lib/bigdecimal/*.rb . .. .ext .ext/common .ext/common/bigdecimal ext/bigdecimal ../ext ../ext/bigdecimal ../ext/bigdecimal/lib ../ext/bigdecimal/lib/bigdecimal
|
||||||
./miniruby -e 'ARGV.map{[@1,File.stat(@1)]}.sort_by{@2.mtime}.each{p mtime:@2.mtime.to_f, ctime:@2.ctime.to_f, path:@1}' .ext/.timestamp/.RUBYCOMMONDIR*time .ext/common/bigdecimal/*.rb ../ext/bigdecimal/lib/bigdecimal/*.rb
|
|
||||||
fi
|
fi
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue