[DRE-maint] Bug#915596: ruby-d3-rails: failed at autopkgtest

Andrew Lee (=?UTF-8?Q?=E6=9D=8E=E5=81=A5=E7=A7=8B?=) ajqlee at debian.org
Wed Dec 5 07:42:34 GMT 2018


Package: ruby-d3-rails
Version: 3.5.6+dfsg-1
Severity: minor

Dear Maintainer,

I tested this package with `autopkgtest`, it fails at
```
autopkgtest [07:30:56]: test integration: [-----------------------
+ cd /tmp/autopkgtest.ndRnCV/autopkgtest_tmp
+ rails new sampleapp
      create  
      create  README.md
      create  Rakefile
      create  .ruby-version
      create  config.ru
      create  .gitignore
      create  Gemfile
         run  git init from "."
      create  package.json
      create  app
      create  app/assets/config/manifest.js
      create  app/assets/javascripts/application.js
      create  app/assets/javascripts/cable.js
      create  app/assets/stylesheets/application.css
      create  app/channels/application_cable/channel.rb
      create  app/channels/application_cable/connection.rb
      create  app/controllers/application_controller.rb
      create  app/helpers/application_helper.rb
      create  app/jobs/application_job.rb
      create  app/mailers/application_mailer.rb
      create  app/models/application_record.rb
      create  app/views/layouts/application.html.erb
      create  app/views/layouts/mailer.html.erb
      create  app/views/layouts/mailer.text.erb
      create  app/assets/images/.keep
      create  app/assets/javascripts/channels
      create  app/assets/javascripts/channels/.keep
      create  app/controllers/concerns/.keep
      create  app/models/concerns/.keep
      create  bin
      create  bin/bundle
      create  bin/rails
      create  bin/rake
      create  bin/setup
      create  bin/update
      create  bin/yarn
      create  config
      create  config/routes.rb
      create  config/application.rb
      create  config/environment.rb
      create  config/cable.yml
      create  config/puma.rb
      create  config/spring.rb
      create  config/storage.yml
      create  config/environments
      create  config/environments/development.rb
      create  config/environments/production.rb
      create  config/environments/test.rb
      create  config/initializers
      create  config/initializers/application_controller_renderer.rb
      create  config/initializers/assets.rb
      create  config/initializers/backtrace_silencers.rb
      create  config/initializers/content_security_policy.rb
      create  config/initializers/cookies_serializer.rb
      create  config/initializers/cors.rb
      create  config/initializers/filter_parameter_logging.rb
      create  config/initializers/inflections.rb
      create  config/initializers/mime_types.rb
      create  config/initializers/new_framework_defaults_5_2.rb
      create  config/initializers/wrap_parameters.rb
      create  config/locales
      create  config/locales/en.yml
      create  config/master.key
      append  .gitignore
      create  config/boot.rb
      create  config/database.yml
      create  db
      create  db/seeds.rb
      create  lib
      create  lib/tasks
      create  lib/tasks/.keep
      create  lib/assets
      create  lib/assets/.keep
      create  log
      create  log/.keep
      create  public
      create  public/404.html
      create  public/422.html
      create  public/500.html
      create  public/apple-touch-icon-precomposed.png
      create  public/apple-touch-icon.png
      create  public/favicon.ico
      create  public/robots.txt
      create  tmp
      create  tmp/.keep
      create  tmp/cache
      create  tmp/cache/assets
      create  vendor
      create  vendor/.keep
      create  test/fixtures
      create  test/fixtures/.keep
      create  test/fixtures/files
      create  test/fixtures/files/.keep
      create  test/controllers
      create  test/controllers/.keep
      create  test/mailers
      create  test/mailers/.keep
      create  test/models
      create  test/models/.keep
      create  test/helpers
      create  test/helpers/.keep
      create  test/integration
      create  test/integration/.keep
      create  test/test_helper.rb
      create  test/system
      create  test/system/.keep
      create  test/application_system_test_case.rb
      create  storage
      create  storage/.keep
      create  tmp/storage
      create  tmp/storage/.keep
      remove  config/initializers/cors.rb
      remove  config/initializers/new_framework_defaults_5_2.rb
         run  bundle install --local
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Could not find gem 'spring-watcher-listen (~> 2.0.0)' in any of the gem sources
listed in your Gemfile.
         run  bundle exec spring binstub --all
/usr/lib/ruby/vendor_ruby/bundler/resolver.rb:289:in `block in verify_gemfile_dependencies_are_found!': Could not find gem 'spring-watcher-listen (~> 2.0.0)' in any of the gem sources listed in your Gemfile. (Bundler::GemNotFound)
	from /usr/lib/ruby/vendor_ruby/bundler/resolver.rb:257:in `each'
	from /usr/lib/ruby/vendor_ruby/bundler/resolver.rb:257:in `verify_gemfile_dependencies_are_found!'
	from /usr/lib/ruby/vendor_ruby/bundler/resolver.rb:48:in `start'
	from /usr/lib/ruby/vendor_ruby/bundler/resolver.rb:22:in `resolve'
	from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:257:in `resolve'
	from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:170:in `specs'
	from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:237:in `specs_for'
	from /usr/lib/ruby/vendor_ruby/bundler/definition.rb:226:in `requested_specs'
	from /usr/lib/ruby/vendor_ruby/bundler/runtime.rb:108:in `block in definition_method'
	from /usr/lib/ruby/vendor_ruby/bundler/runtime.rb:20:in `setup'
	from /usr/lib/ruby/vendor_ruby/bundler.rb:107:in `setup'
	from /usr/lib/ruby/vendor_ruby/bundler/setup.rb:20:in `<top (required)>'
	from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
	from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
+ cd sampleapp
+ tee --append Gemfile
gem "d3_rails"
+ bundle --local
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Could not find gem 'spring-watcher-listen (~> 2.0.0)' in any of the gem sources
listed in your Gemfile.
autopkgtest [07:30:58]: test integration: -----------------------]
autopkgtest [07:30:58]: test integration:  - - - - - - - - - - results - - - - - - - - - -
integration          FAIL non-zero exit status 7
autopkgtest [07:30:58]: @@@@@@@@@@@@@@@@@@@@ summary
integration          FAIL non-zero exit status 7
autopkgtest [07:30:58]: Binaries: resetting testbed apt configuration
```

Best regards,

-Andrew



More information about the Pkg-ruby-extras-maintainers mailing list