ruby-changes:55604
From: Kazuhiro <ko1@a...>
Date: Mon, 29 Apr 2019 01:23:46 +0900 (JST)
Subject: [ruby-changes:55604] Kazuhiro NISHIYAMA:f0776e3203 (trunk): Add more debug print for random CI failure on osx Travis
https://git.ruby-lang.org/ruby.git/commit/?id=f0776e3203 From f0776e3203b55b698971a2d2b0acc48cb3a0940e Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Mon, 29 Apr 2019 01:23:09 +0900 Subject: Add more debug print for random CI failure on osx Travis and remove `git status` with noisy rvm trace log see r67347 diff --git a/.travis.yml b/.travis.yml index 52f3d8e..d78c8c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -359,6 +359,7 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L359 fast_finish: true before_script: + - date # Debugging "Permission defined" failure on darwin like https://travis-ci.org/ruby/ruby/jobs/508683759 - echo JOBS=${JOBS} SETARCH=${SETARCH} - $SETARCH uname -a - $SETARCH uname -r @@ -405,10 +406,12 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L406 - chmod u-w .. - $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 [ "$(uname)" = Darwin ]; then # Debugging "Permission defined" failure on darwin like https://travis-ci.org/ruby/ruby/jobs/508683759 set -x + date echo $USER ls -la ls -la .ext @@ -419,8 +422,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L422 ls -la ../ext ls -laR ../ext/bigdecimal 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 + ./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 fi exit 1 fi -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/