Your message dated Fri, 07 Dec 2018 15:10:55 +0000
with message-id <[email protected]>
and subject line Bug#915701: Removed package(s) from unstable
has caused the Debian Bug report #915596,
regarding ruby-d3-rails: failed at autopkgtest
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
915596: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915596
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Version: 3.5.6+dfsg-1+rm

Dear submitter,

as the package ruby-d3-rails has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/915701

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to