AssetSync / asset_sync

Synchronises Assets between Rails and S3
1.88k stars 346 forks source link

Fix uploading of sprockets manifest file #397

Closed PikachuEXE closed 4 years ago

PikachuEXE commented 4 years ago

Fixes #396

Update the input value of public_path to an absolute path on assignment via Rails.root or Dir.pwd (rails less case)

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 397


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/asset_sync/config.rb 4 6 66.67%
<!-- Total: 4 6 66.67% -->
Totals Coverage Status
Change from base Build 395: -0.04%
Covered Lines: 367
Relevant Lines: 569

đź’› - Coveralls
PikachuEXE commented 4 years ago

Build failed but only on JRuby due to Could not find jruby-openssl Not related to the code

TravisBuddy commented 4 years ago

Travis tests have failed

Hey @PikachuEXE, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

Ruby: ruby-head

View build log

rake ``` Using concurrent-ruby 1.1.6 Using minitest 5.14.0 Using thread_safe 0.3.6 Using zeitwerk 2.2.2 Using builder 3.2.4 Using erubi 1.9.0 Using mini_portile2 2.4.0 Using crass 1.0.6 Using rack 2.2.2 Using nio4r 2.5.2 Using websocket-extensions 0.1.4 Using mimemagic 0.3.4 Using mini_mime 1.0.2 Using bundler 2.1.4 Using thor 1.0.1 Using excon 0.72.0 Using formatador 0.2.5 Using mime-types-data 3.2019.1009 Using unf_ext 0.0.7.6 Using multipart-post 2.1.1 Using timeliness 0.4.4 Using bit-struct 0.16 Using json 2.3.0 Using docile 1.3.2 Using simplecov-html 0.10.2 Using sync 0.5.0 Using diff-lcs 1.3 Using execjs 2.7.0 Using multi_json 1.14.1 Using ipaddress 0.8.3 Using netrc 0.11.0 Using method_source 0.9.2 Using rspec-support 3.9.2 Using i18n 1.8.2 Using tzinfo 1.2.6 Using nokogiri 1.10.8 Using rack-test 1.1.0 Using sprockets 4.0.0 Using websocket-driver 0.7.1 Using marcel 0.3.3 Using mail 2.7.1 Using appraisal 2.2.0 Using fog-core 1.43.0 Using mime-types 3.3.1 Using unf 0.1.4 Using faraday 0.17.3 Using vhd 0.0.4 Using simplecov 0.16.1 Using tins 1.24.1 Using uglifier 4.2.0 Using rspec-core 3.9.1 Using rspec-expectations 3.9.0 Using rspec-mocks 3.9.1 Using loofah 2.4.0 Using fog-json 1.2.0 Using fog-xml 0.1.3 Using domain_name 0.5.20190701 Using faraday_middleware 0.14.0 Using ms_rest 0.6.4 Using term-ansicolor 1.7.1 Using rspec 3.9.0 Using rails-html-sanitizer 1.3.0 Using fog-aws 2.0.1 Using http-cookie 1.0.3 Using azure-core 0.1.15 Using coveralls 0.8.23 Using faraday-cookie_jar 0.0.6 Using rest-client 2.0.2 Using azure-storage 0.15.0.preview Using ms_rest_azure 0.7.0 Using activesupport 6.0.2.1 Using azure_mgmt_compute 0.9.0 Using azure_mgmt_dns 0.9.0 Using azure_mgmt_key_vault 0.9.0 Using azure_mgmt_network 0.9.0 Using azure_mgmt_resources 0.9.0 Using azure_mgmt_sql 0.9.0 Using azure_mgmt_storage 0.9.0 Using azure_mgmt_traffic_manager 0.9.0 Using rails-dom-testing 2.0.3 Using globalid 0.4.2 Using activemodel 6.0.2.1 Using actionview 6.0.2.1 Using activejob 6.0.2.1 Using activerecord 6.0.2.1 Using asset_sync 2.9.0 from source at `..` Using actionpack 6.0.2.1 Using actioncable 6.0.2.1 Using activestorage 6.0.2.1 Using actionmailer 6.0.2.1 Using fog-azure-rm 0.3.2 Using railties 6.0.2.1 Using sprockets-rails 3.2.1 Using actionmailbox 6.0.2.1 Using actiontext 6.0.2.1 Using rails 6.0.2.1 Bundle complete! 13 Gemfile dependencies, 97 gems now installed. Bundled gems are installed into `./gemfiles/vendor/bundle` travis_time:end:064d380c:start=1582097579963925883,finish=1582097583598629135,duration=3634703252,event=install travis_fold:end:install.bundler travis_time:start:064e8248 $ bundle exec rake /home/travis/build/AssetSync/asset_sync/gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/rake_task.rb:125: warning: deprecated Object#=~ is called on Array; it always returns nil /home/travis/.rvm/rubies/ruby-head/bin/ruby -I/home/travis/build/AssetSync/asset_sync/gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib:/home/travis/build/AssetSync/asset_sync/gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-support-3.9.2/lib /home/travis/build/AssetSync/asset_sync/gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/exe/rspec --pattern spec/unit/\*_spec.rb --backtrace /home/travis/build/AssetSync/asset_sync/gemfiles/vendor/bundle/ruby/2.8.0/gems/tzinfo-1.2.6/lib/tzinfo/ruby_core_support.rb:163: warning: Object#taint is deprecated and will be removed in Ruby 3.2 /home/travis/build/AssetSync/asset_sync/gemfiles/vendor/bundle/ruby/2.8.0/gems/tzinfo-1.2.6/lib/tzinfo/ruby_core_support.rb:163: warning: Object#tainted? is deprecated and will be removed in Ruby 3.2 [Coveralls] Set up the SimpleCov formatter. [Coveralls] Using SimpleCov's 'rails' settings. .................................F.................................................................................................................. Failures: 1) AssetSync with fail_silent configuration should output a warning to stderr Failure/Error: expect(@stderr.string).to match(/can't be blank/) expected "translation missing: en.activemodel.attributes.asset_sync/config.fog_provider translation missing: e...ranslation missing: en.activemodel.errors.models.asset_sync/config.attributes.fog_directory.blank\n" to match /can't be blank/ Diff: @@ -1,2 +1,2 @@ -/can't be blank/ +translation missing: en.activemodel.attributes.asset_sync/config.fog_provider translation missing: en.activemodel.errors.models.asset_sync/config.attributes.fog_provider.blank, translation missing: en.activemodel.attributes.asset_sync/config.fog_directory translation missing: en.activemodel.errors.models.asset_sync/config.attributes.fog_directory.blank # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-support-3.9.2/lib/rspec/support.rb:97:in `block in ' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-support-3.9.2/lib/rspec/support.rb:106:in `notify_failure' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-expectations-3.9.0/lib/rspec/expectations/fail_with.rb:35:in `fail_with' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:38:in `handle_failure' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:50:in `block in handle_matcher' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:27:in `with_matcher' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-expectations-3.9.0/lib/rspec/expectations/handler.rb:48:in `handle_matcher' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-expectations-3.9.0/lib/rspec/expectations/expectation_target.rb:65:in `to' # ./spec/unit/asset_sync_spec.rb:205:in `block (3 levels) in ' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257:in `instance_exec' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:257:in `block in run' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `block in with_around_and_singleton_context_hooks' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `block in with_around_example_hooks' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `block in run' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:610:in `run_around_example_hooks_for' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/hooks.rb:472:in `run' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:460:in `with_around_example_hooks' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:503:in `with_around_and_singleton_context_hooks' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/example.rb:254:in `run' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:633:in `block in run_examples' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629:in `map' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:629:in `run_examples' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:595:in `run' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596:in `block in run' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596:in `map' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/example_group.rb:596:in `run' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `map' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/configuration.rb:2031:in `with_suite_hooks' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:116:in `block in run_specs' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/reporter.rb:74:in `report' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:115:in `run_specs' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:89:in `run' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:71:in `run' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib/rspec/core/runner.rb:45:in `invoke' # ./gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/exe/rspec:4:in `
' Finished in 1.99 seconds (files took 0.58318 seconds to load) 148 examples, 1 failure Failed examples: rspec ./spec/unit/asset_sync_spec.rb:203 # AssetSync with fail_silent configuration should output a warning to stderr [Coveralls] Submitting to https://coveralls.io/api/v1 [Coveralls] Job #397.26 [Coveralls] https://coveralls.io/jobs/59134324 Coverage is at 64.96%. Coverage report sent to Coveralls. /home/travis/.rvm/rubies/ruby-head/bin/ruby -I/home/travis/build/AssetSync/asset_sync/gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/lib:/home/travis/build/AssetSync/asset_sync/gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-support-3.9.2/lib /home/travis/build/AssetSync/asset_sync/gemfiles/vendor/bundle/ruby/2.8.0/gems/rspec-core-3.9.1/exe/rspec --pattern spec/unit/\*_spec.rb --backtrace failed travis_time:end:064e8248:start=1582097583604336098,finish=1582097588043372213,duration=4439036115,event= The command "bundle exec rake" exited with 1. travis_fold:start:cache.2 store build cache $ bundle clean The dependency jruby-openssl (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for java. To add those platforms to the bundle, run `bundle lock --add-platform java`. travis_time:start:0594e470 travis_time:end:0594e470:start=1582097588294831448,finish=1582097588298483055,duration=3651607,event=cache travis_time:start:05c4c8a3 nothing changed travis_time:end:05c4c8a3:start=1582097588303021286,finish=1582097589514360666,duration=1211339380,event=cache travis_fold:end:cache.2 Done. Your build exited with 1. ```

Ruby: jruby-head

View build log

rake ``` * Synchronize access to the Gem::Specification::LOAD_CACHE Hash. Pull request #2789 by Benoit Daloze. * Task to install rubygems to local system. Pull request #2795 by David RodrĂ­guez. * Add an attr_reader to Gem::Installer for the package instance variable. Pull request #2796 by Daniel Berger. * Switch CI script to bash. Pull request #2799 by David RodrĂ­guez. * Move gemcutter utilities code to Gem::Command. Pull request #2803 by Luis Sagastume. * Add raw spec method to gem package. Pull request #2806 by Luis Sagastume. * Improve `rake package` test error message. Pull request #2815 by David RodrĂ­guez. * Resolve `@@project_dir` from test file paths. Pull request #2843 by Nobuyoshi Nakada. * Remove dead code in Gem::Validator. Pull request #2537 by Ellen Marie Dash. * The date might have advanced since TODAY has been set. Pull request #2938 by Nobuyoshi Nakada. * Remove old ci configurations. Pull request #2917 by SHIBATA Hiroshi. * Add Gem::Dependency identity. Pull request #2936 by Luis Sagastume. * Filter dependency type and name strictly. Pull request #2930 by SHIBATA Hiroshi. * Always pass an encoding option to Zlib::GzipReader.wrap. Pull request #2933 by Nobuyoshi Nakada. * Introduce default prerelease requirement. Pull request #2925 by David RodrĂ­guez. * Detect libc version, closes #2918. Pull request #2922 by fauno. * Use IAM role to extract security-credentials for EC2 instance. Pull request #2894 by Alexander Pakulov. * Improve `gem uninstall --all`. Pull request #2893 by David RodrĂ­guez. * Use `RbConfig::CONFIG['rubylibprefix']`. Pull request #2889 by Nobuyoshi Nakada. * Build the first gemspec we found if no arguments are passed to gem build. Pull request #2887 by Luis Sagastume. * $LOAD_PATH elements should be real paths. Pull request #2885 by Nobuyoshi Nakada. * Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VERSION. Pull request #2864 by Benoit Daloze. * Cleanup after testing `rake package`. Pull request #2862 by David RodrĂ­guez. * Cherry-pick shushing deprecation warnings from ruby-core. Pull request #2861 by David RodrĂ­guez. * Ext/builder.rb cleanup. Pull request #2849 by Luis Sagastume. * Fix @ran_rake assignment in builder.rb. Pull request #2850 by Luis Sagastume. * Remove test suite warnings. Pull request #2845 by Luis Sagastume. * Replace domain parameter with a parameter to suppress suggestions. Pull request #2846 by Luis Sagastume. * Move default specifications dir definition out of BasicSpecification. Pull request #2841 by VĂ­t Ondruch. * There is no usage of @orig_env_* variables in test suite. Pull request #2838 by SHIBATA Hiroshi. * Use File#open instead of Kernel#open in stub_specification.rb. Pull request #2834 by Luis Sagastume. * Simplify #to_ruby code. Pull request #2825 by Nobuyoshi Nakada. * Add a gem attr to the Gem::Package class. Pull request #2828 by Daniel Berger. * Remove useless TODO comment. Pull request #2818 by Luis Sagastume. Bug fixes: * Fix typos in History.txt. Pull request #2565 by Igor Zubkov. * Remove unused empty sources array. Pull request #2598 by Aaron Patterson. * Fix windows specific executables generated by `gem install`. Pull request #2628 by David RodrĂ­guez. * Gem::Specification#to_ruby needs OpenSSL. Pull request #2937 by Nobuyoshi Nakada. * Set SOURCE_DATE_EPOCH env var if not provided. Pull request #2882 by Ellen Marie Dash. * Installer.rb - fix #windows_stub_script. Pull request #2876 by MSP-Greg. * Fixed deprecation message. Pull request #2867 by Nobuyoshi Nakada. * Fix requiring default gems to consider prereleases. Pull request #2728 by David RodrĂ­guez. * Forbid `find_spec_for_exe` without an `exec_name`. Pull request #2706 by David RodrĂ­guez. * Do not prompt for passphrase when key can be loaded without it. Pull request #2710 by Luis Sagastume. * Add missing wrapper. Pull request #2690 by David RodrĂ­guez. * Remove long ago deprecated methods. Pull request #2704 by David RodrĂ­guez. * Renamed duplicate test. Pull request #2678 by Nobuyoshi Nakada. * File.exists? is deprecated. Pull request #2855 by SHIBATA Hiroshi. * Fixed to warn with shadowing outer local variable. Pull request #2856 by SHIBATA Hiroshi. * Fix explain with ignore-dependencies. Pull request #2647 by David RodrĂ­guez. * Fix default gem executable installation when folder is not `bin/`. Pull request #2649 by David RodrĂ­guez. * Fix cryptic error on local and ignore-dependencies combination. Pull request #2650 by David RodrĂ­guez. Compatibility changes: * Remove commented code from command.rb. Pull request #2620 by Luis Sagastume. * Suppress keywords warning. Pull request #2934 by Nobuyoshi Nakada. * Suppress Ruby 2.7's real kwargs warning. Pull request #2912 by Koichi ITO. * Fix Kernel#warn override. Pull request #2911 by Jeremy Evans. * Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap. Pull request #2857 by SHIBATA Hiroshi. * Deprecate Gem::RemoteFetcher#fetch_size. Pull request #2833 by Luis Sagastume. * Remove conflict.rb code that was supposed to be removed in Rubygems 3. Pull request #2802 by Luis Sagastume. * Explicitly deprecate `rubyforge_project`. Pull request #2798 by David RodrĂ­guez. * Compatibility cleanups. Pull request #2754 by David RodrĂ­guez. * Remove `others_possible` activation request param. Pull request #2747 by David RodrĂ­guez. * Remove dependency installer deprecated code. Pull request #2740 by Luis Sagastume. * Deprecate unused Gem::Installer#unpack method. Pull request #2715 by VĂ­t Ondruch. * Removed guard condition with USE_BUNDLER_FOR_GEMDEPS. Pull request #2716 by SHIBATA Hiroshi. * Skip deprecation warning during specs. Pull request #2718 by David RodrĂ­guez. * Remove QuickLoader reference. Pull request #2719 by David RodrĂ­guez. * Removed circular require. Pull request #2679 by Nobuyoshi Nakada. * Removed needless environmental variable for Travis CI. Pull request #2685 by SHIBATA Hiroshi. * Deprecate a few unused methods. Pull request #2674 by David RodrĂ­guez. * Removing yaml require. Pull request #2538 by Luciano Sousa. * Add deprecation warnings for cli options. Pull request #2607 by Luis Sagastume. Style changes: * Enable `Layout/SpaceInsideParens` rubocop cop. Pull request #2630 by David RodrĂ­guez. * Remove some extra empty lines from the repo. Pull request #2669 by David RodrĂ­guez. * Enable Style/EmptyLinesAroundClassBody rubocop cop. Pull request #2636 by David RodrĂ­guez. * Enable Style/BlockDelimiters rubocop cop. Pull request #2640 by David RodrĂ­guez. * Enable Layout/SpaceAroundOperators rubocop cop. Pull request #2642 by David RodrĂ­guez. * Rubocop 0.71. Pull request #2785 by David RodrĂ­guez. ------------------------------------------------------------------------------ RubyGems installed the following executables: /home/travis/.rvm/rubies/jruby-head/bin/jgem /home/travis/.rvm/rubies/jruby-head/bin/jbundle RubyGems system software updated travis_time:end:362eca60:start=1582097720639567971,finish=1582097740185724724,duration=19546156753,event=before_install travis_fold:end:before_install.1 travis_fold:start:before_install.2 travis_time:start:03bb7d85 $ travis_retry gem install bundler -v '<2' NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /home/travis/.rvm/rubies/jruby-head/lib/ruby/gems/shared/specifications/default/json-2.2.0-java.gemspec:18. NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /home/travis/.rvm/rubies/jruby-head/lib/ruby/gems/shared/specifications/default/json-2.2.0-java.gemspec:18. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.jruby.ext.openssl.SecurityHelper (file:/home/travis/.rvm/rubies/jruby-head/lib/ruby/gems/shared/gems/jruby-openssl-0.10.4-java/lib/jopenssl.jar) to field java.security.MessageDigest.provider WARNING: Please consider reporting this to the maintainers of org.jruby.ext.openssl.SecurityHelper WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /home/travis/.rvm/rubies/jruby-head/lib/ruby/gems/shared/specifications/default/json-2.2.0-java.gemspec:18. Successfully installed bundler-1.17.3 1 gem installed travis_time:end:03bb7d85:start=1582097740228504733,finish=1582097748844457003,duration=8615952270,event=before_install travis_fold:end:before_install.2 travis_fold:start:install.bundler travis_time:start:27276540 $ bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /home/travis/.rvm/rubies/jruby-head/lib/ruby/gems/shared/specifications/default/json-2.2.0-java.gemspec:18. NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /home/travis/.rvm/rubies/jruby-head/lib/ruby/gems/shared/specifications/default/json-2.2.0-java.gemspec:18. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.jruby.ext.openssl.SecurityHelper (file:/home/travis/.rvm/rubies/jruby-head/lib/ruby/gems/shared/gems/jruby-openssl-0.10.4-java/lib/jopenssl.jar) to field java.security.MessageDigest.provider WARNING: Please consider reporting this to the maintainers of org.jruby.ext.openssl.SecurityHelper WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release The dependency rcov (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for java but the dependency is only for ruby. To add those platforms to the bundle, run `bundle lock --add-platform ruby`. Fetching gem metadata from https://rubygems.org/............. Fetching gem metadata from https://rubygems.org/. Resolving dependencies.......NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /home/travis/.rvm/rubies/jruby-head/lib/ruby/gems/shared/specifications/default/json-2.2.0-java.gemspec:18. ..............................NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /home/travis/build/AssetSync/asset_sync/gemfiles/vendor/bundle/jruby/2.5.0/specifications/formatador-0.2.5.gemspec:18. NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /home/travis/build/AssetSync/asset_sync/gemfiles/vendor/bundle/jruby/2.5.0/specifications/bit-struct-0.16.gemspec:19. Using rake 13.0.1 Using minitest 5.14.0 Using thread_safe 0.3.6 (java) Using zeitwerk 2.2.2 Using builder 3.2.4 Using erubi 1.9.0 Using concurrent-ruby 1.1.6 Using crass 1.0.6 Using rack 2.2.2 Using nio4r 2.5.2 (java) Using nokogiri 1.10.8 (java) Using websocket-extensions 0.1.4 Using mimemagic 0.3.4 Using mini_mime 1.0.2 Using bundler 2.1.4 Using excon 0.72.0 Using formatador 0.2.5 Using mime-types-data 3.2019.1009 Using thor 1.0.1 Using unf 0.1.4 (java) Using multipart-post 2.1.1 Using timeliness 0.4.4 Using bit-struct 0.16 Using json 2.3.0 (java) Using simplecov-html 0.10.2 Using docile 1.3.2 Using sync 0.5.0 Using diff-lcs 1.3 Using execjs 2.7.0 Using multi_json 1.14.1 Using netrc 0.11.0 Using jruby-openssl 0.10.4 (java) Using method_source 0.9.2 Using ipaddress 0.8.3 Using rspec-support 3.9.2 Using i18n 1.8.2 Using tzinfo 1.2.6 Using rack-test 1.1.0 Using websocket-driver 0.7.1 (java) Using marcel 0.3.3 Using loofah 2.4.0 Using mail 2.7.1 Using appraisal 2.2.0 Using fog-core 1.43.0 Using faraday 0.17.3 Using domain_name 0.5.20190701 Using sprockets 4.0.0 Using vhd 0.0.4 Using simplecov 0.16.1 Using tins 1.24.1 Using fog-json 1.2.0 Using fog-xml 0.1.3 Using rspec-core 3.9.1 Using rspec-expectations 3.9.0 Using rspec-mocks 3.9.1 Using mime-types 3.3.1 Using uglifier 4.2.0 Using activesupport 6.0.2.1 Using faraday_middleware 0.14.0 Using http-cookie 1.0.3 Using ms_rest 0.6.4 Using rails-html-sanitizer 1.3.0 Using globalid 0.4.2 Using activemodel 6.0.2.1 Using azure-core 0.1.15 Using faraday-cookie_jar 0.0.6 Using rails-dom-testing 2.0.3 Using term-ansicolor 1.7.1 Using fog-aws 2.0.1 Using rest-client 2.0.2 Using activejob 6.0.2.1 Using rspec 3.9.0 Using activerecord 6.0.2.1 Using asset_sync 2.9.0 from source at `..` Using azure-storage 0.15.0.preview Using actionview 6.0.2.1 Using ms_rest_azure 0.7.0 Using coveralls 0.8.23 Using azure_mgmt_storage 0.9.0 Using azure_mgmt_traffic_manager 0.9.0 Using actionpack 6.0.2.1 Using azure_mgmt_compute 0.9.0 Using azure_mgmt_dns 0.9.0 Using azure_mgmt_key_vault 0.9.0 Using azure_mgmt_network 0.9.0 Using azure_mgmt_resources 0.9.0 Using azure_mgmt_sql 0.9.0 Using actioncable 6.0.2.1 Using activestorage 6.0.2.1 Using actionmailer 6.0.2.1 Using railties 6.0.2.1 Using sprockets-rails 3.2.1 Using fog-azure-rm 0.3.2 Using actionmailbox 6.0.2.1 Using actiontext 6.0.2.1 Using rails 6.0.2.1 Bundle complete! 13 Gemfile dependencies, 96 gems now installed. Bundled gems are installed into `./gemfiles/vendor/bundle` travis_time:end:27276540:start=1582097748850629351,finish=1582097777629869899,duration=28779240548,event=install travis_fold:end:install.bundler travis_time:start:11d82316 $ bundle exec rake NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /home/travis/.rvm/rubies/jruby-head/lib/ruby/gems/shared/specifications/default/json-2.2.0-java.gemspec:18. NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /home/travis/.rvm/rubies/jruby-head/lib/ruby/gems/shared/specifications/default/json-2.2.0-java.gemspec:18. bundler: failed to load command: rake (/home/travis/build/AssetSync/asset_sync/gemfiles/vendor/bundle/jruby/2.5.0/bin/rake) Bundler::GemNotFound: Could not find jruby-openssl-0.10.4-java in any of the sources /home/travis/.rvm/gems/jruby-head/gems/bundler-2.1.4/lib/bundler/spec_set.rb:86:in `block in materialize' org/jruby/RubyArray.java:2609:in `map!' /home/travis/.rvm/gems/jruby-head/gems/bundler-2.1.4/lib/bundler/spec_set.rb:80:in `materialize' /home/travis/.rvm/gems/jruby-head/gems/bundler-2.1.4/lib/bundler/definition.rb:170:in `specs' /home/travis/.rvm/gems/jruby-head/gems/bundler-2.1.4/lib/bundler/definition.rb:237:in `specs_for' /home/travis/.rvm/gems/jruby-head/gems/bundler-2.1.4/lib/bundler/definition.rb:226:in `requested_specs' /home/travis/.rvm/gems/jruby-head/gems/bundler-2.1.4/lib/bundler/runtime.rb:101:in `block in requested_specs' /home/travis/.rvm/gems/jruby-head/gems/bundler-2.1.4/lib/bundler/runtime.rb:20:in `setup' /home/travis/.rvm/gems/jruby-head/gems/bundler-2.1.4/lib/bundler.rb:149:in `setup' /home/travis/.rvm/gems/jruby-head/gems/bundler-2.1.4/lib/bundler/setup.rb:20:in `block in
' /home/travis/.rvm/gems/jruby-head/gems/bundler-2.1.4/lib/bundler/ui/shell.rb:136:in `with_level' /home/travis/.rvm/gems/jruby-head/gems/bundler-2.1.4/lib/bundler/ui/shell.rb:88:in `silence' /home/travis/.rvm/gems/jruby-head/gems/bundler-2.1.4/lib/bundler/setup.rb:20:in `
' org/jruby/RubyKernel.java:974:in `require' org/jruby/RubyKernel.java:1002:in `require_relative' travis_time:end:11d82316:start=1582097777636195930,finish=1582097783390206562,duration=5754010632,event= The command "bundle exec rake" exited with 1. travis_fold:start:cache.2 store build cache $ bundle clean NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /home/travis/.rvm/rubies/jruby-head/lib/ruby/gems/shared/specifications/default/json-2.2.0-java.gemspec:18. NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /home/travis/.rvm/rubies/jruby-head/lib/ruby/gems/shared/specifications/default/json-2.2.0-java.gemspec:18. The dependency rcov (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for java but the dependency is only for ruby. To add those platforms to the bundle, run `bundle lock --add-platform ruby`. Could not find jruby-openssl-0.10.4-java in any of the sources travis_time:start:03f3f438 travis_time:end:03f3f438:start=1582097788987359764,finish=1582097788990950000,duration=3590236,event=cache travis_time:start:00aeb839 nothing changed travis_time:end:00aeb839:start=1582097788996695392,finish=1582097790221942626,duration=1225247234,event=cache travis_fold:end:cache.2 Done. Your build exited with 1. ```
TravisBuddy Request Identifier: 22913f20-52f9-11ea-985d-f1d8cf6581ea
PikachuEXE commented 4 years ago

Released in 3.9.1