ALT Linux Bugzilla
– Attachment 18060 Details for
Bug 53555
Не создаётся rails проект
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
логи выполнения rails new + task 374139
rails_new_task_374139.txt (text/plain), 10.95 KB, created by
Alexander Makeenkov
on 2025-03-21 11:41:25 MSK
(
hide
)
Description:
логи выполнения rails new + task 374139
Filename:
MIME Type:
Creator:
Alexander Makeenkov
Created:
2025-03-21 11:41:25 MSK
Size:
10.95 KB
patch
obsolete
>$ rails new hello_world > create > create README.md > create Rakefile > create .ruby-version > create config.ru > create .gitignore > create .gitattributes > create Gemfile > run git init -b main from "." >Initialized empty Git repository in /home/rubyuser/hello_world/.git/ > create app > create app/assets/config/manifest.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 > create app/assets/images/.keep > create app/controllers/concerns/.keep > create app/models/concerns/.keep > create bin > create bin/rails > create bin/rake > create bin/setup > create Dockerfile > create .dockerignore > create bin/docker-entrypoint > create config > create config/routes.rb > create config/application.rb > create config/environment.rb > create config/cable.yml > create config/puma.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/assets.rb > create config/initializers/content_security_policy.rb > create config/initializers/cors.rb > create config/initializers/filter_parameter_logging.rb > create config/initializers/inflections.rb > create config/initializers/new_framework_defaults_7_1.rb > create config/initializers/permissions_policy.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/pids > create tmp/pids/.keep > create tmp/cache > create tmp/cache/assets > create vendor > create vendor/.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/channels/application_cable/connection_test.rb > 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_7_1.rb > run bundle install >Fetching gem metadata from https://rubygems.org/........... >Resolving dependencies..... >Fetching rake 13.2.1 >Installing rake 13.2.1 >Using benchmark 0.4.0 >Fetching bigdecimal 3.1.9 >Fetching concurrent-ruby 1.3.5 >Fetching base64 0.2.0 >Using connection_pool 2.5.0 >Fetching drb 2.2.1 >Installing base64 0.2.0 >Fetching logger 1.6.6 >Installing drb 2.2.1 >Installing bigdecimal 3.1.9 with native extensions >Fetching minitest 5.25.5 >Installing concurrent-ruby 1.3.5 >Installing logger 1.6.6 >Fetching mutex_m 0.3.0 >Installing minitest 5.25.5 >Using securerandom 0.4.1 >Fetching builder 3.3.0 >Using erubi 1.13.1 >Fetching racc 1.8.1 >Installing mutex_m 0.3.0 >Using crass 1.0.6 >Fetching rack 3.1.12 >Installing builder 3.3.0 >Fetching nio4r 2.7.4 >Installing racc 1.8.1 with native extensions >Installing rack 3.1.12 >Fetching websocket-extensions 0.1.5 >Installing nio4r 2.7.4 with native extensions >Installing websocket-extensions 0.1.5 >Fetching zeitwerk 2.6.18 >Installing zeitwerk 2.6.18 >Fetching timeout 0.4.3 >Installing timeout 0.4.3 >Fetching marcel 1.0.4 >Installing marcel 1.0.4 >Fetching mini_mime 1.1.5 >Installing mini_mime 1.1.5 >Fetching date 3.4.1 >Installing date 3.4.1 with native extensions >Fetching public_suffix 6.0.1 >Installing public_suffix 6.0.1 >Fetching bindex 0.8.1 >Installing bindex 0.8.1 with native extensions >Fetching msgpack 1.8.0 >Installing msgpack 1.8.0 with native extensions >Using bundler 2.3.26 >Fetching matrix 0.4.2 >Installing matrix 0.4.2 >Fetching regexp_parser 2.10.0 >Installing regexp_parser 2.10.0 >Fetching prettyprint 0.2.0 >Installing prettyprint 0.2.0 >Fetching stringio 3.1.5 >Installing stringio 3.1.5 with native extensions >Fetching io-console 0.8.0 >Installing io-console 0.8.0 with native extensions >Fetching error_highlight 0.7.0 >Installing error_highlight 0.7.0 >Using thor 1.3.2 >Fetching rexml 3.4.1 >Installing rexml 3.4.1 >Fetching rubyzip 2.4.1 >Installing rubyzip 2.4.1 >Fetching websocket 1.2.11 >Installing websocket 1.2.11 >Fetching sqlite3 2.6.0 (x86_64-linux-gnu) >Installing sqlite3 2.6.0 (x86_64-linux-gnu) >Fetching i18n 1.14.7 >Installing i18n 1.14.7 >Fetching tzinfo 2.0.6 >Installing tzinfo 2.0.6 >Fetching rack-session 2.1.0 >Installing rack-session 2.1.0 >Fetching rack-test 2.2.0 >Installing rack-test 2.2.0 >Fetching rackup 2.2.1 >Installing rackup 2.2.1 >Using sprockets 4.2.1 >Fetching websocket-driver 0.7.7 >Installing websocket-driver 0.7.7 with native extensions >Fetching net-protocol 0.2.2 >Fetching nokogiri 1.18.5 (x86_64-linux-gnu) >Installing net-protocol 0.2.2 >Fetching addressable 2.8.7 >Installing addressable 2.8.7 >Fetching puma 6.6.0 >Installing puma 6.6.0 with native extensions >Installing nokogiri 1.18.5 (x86_64-linux-gnu) >Fetching pp 0.6.2 >Fetching bootsnap 1.18.4 >Installing pp 0.6.2 >Fetching selenium-webdriver 4.29.1 >Installing bootsnap 1.18.4 with native extensions >Installing selenium-webdriver 4.29.1 >Using psych 5.2.3 >Fetching net-imap 0.5.6 >Installing net-imap 0.5.6 >Fetching net-pop 0.1.2 >Installing net-pop 0.1.2 >Fetching net-smtp 0.5.1 >Installing net-smtp 0.5.1 >Using loofah 2.24.0 >Fetching xpath 3.2.0 >Installing xpath 3.2.0 >Fetching reline 0.6.0 >Installing reline 0.6.0 >Fetching rdoc 6.12.0 >Fetching mail 2.8.1 >Installing rdoc 6.12.0 >Installing mail 2.8.1 >Using rails-html-sanitizer 1.6.2 >Fetching capybara 3.40.0 >Using activesupport 7.1.5.1 >Using rails-dom-testing 2.2.0 >Fetching globalid 1.2.1 >Fetching activemodel 7.1.5.1 >Installing globalid 1.2.1 >Installing capybara 3.40.0 >Using actionview 7.1.5.1 >Fetching irb 1.15.1 >Installing activemodel 7.1.5.1 >Using activejob 7.1.5.1 >Using actionpack 7.1.5.1 >Fetching jbuilder 2.13.0 >Fetching actioncable 7.1.5.1 >Installing irb 1.15.1 >Installing jbuilder 2.13.0 >Installing actioncable 7.1.5.1 >Fetching actionmailer 7.1.5.1 >Fetching sprockets-rails 3.5.2 >Fetching activerecord 7.1.5.1 >Installing sprockets-rails 3.5.2 >Installing actionmailer 7.1.5.1 >Fetching debug 1.10.0 >Using railties 7.1.5.1 >Fetching importmap-rails 2.1.0 >Fetching stimulus-rails 1.3.4 >Installing importmap-rails 2.1.0 >Installing debug 1.10.0 with native extensions >Installing stimulus-rails 1.3.4 >Fetching turbo-rails 2.0.13 >Fetching web-console 4.2.1 >Installing activerecord 7.1.5.1 >Installing web-console 4.2.1 >Fetching activestorage 7.1.5.1 >Installing turbo-rails 2.0.13 >Installing activestorage 7.1.5.1 >Fetching actionmailbox 7.1.5.1 >Fetching actiontext 7.1.5.1 >Installing actionmailbox 7.1.5.1 >Installing actiontext 7.1.5.1 >Fetching rails 7.1.5.1 >Installing rails 7.1.5.1 >Bundle complete! 15 Gemfile dependencies, 86 gems now installed. >Use `bundle info [gemname]` to see where a bundled gem is installed. > run bundle lock --add-platform=x86_64-linux >Writing lockfile to /home/rubyuser/hello_world/Gemfile.lock > run bundle binstubs bundler > rails importmap:install >/usr/lib/ruby/bundler/runtime.rb:308:in `check_for_activated_spec!': You have already activated stringio 3.0.1, but your Gemfile requires stringio 3.1.5. Since stringio is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports stringio as a default gem. (Gem::LoadError) > from /usr/lib/ruby/bundler/runtime.rb:25:in `block in setup' > from /usr/lib/ruby/bundler/spec_set.rb:155:in `each' > from /usr/lib/ruby/bundler/spec_set.rb:155:in `each' > from /usr/lib/ruby/bundler/runtime.rb:24:in `map' > from /usr/lib/ruby/bundler/runtime.rb:24:in `setup' > from /usr/lib/ruby/bundler.rb:161:in `setup' > from /usr/lib/ruby/bundler/setup.rb:10:in `block in <top (required)>' > from /usr/lib/ruby/bundler/ui/shell.rb:136:in `with_level' > from /usr/lib/ruby/bundler/ui/shell.rb:88:in `silence' > from /usr/lib/ruby/bundler/setup.rb:10:in `<top (required)>' > from <internal:/usr/lib/ruby/rubygems/core_ext/kernel_require.rb>:85:in `require' > from <internal:/usr/lib/ruby/rubygems/core_ext/kernel_require.rb>:85:in `require' > from /home/rubyuser/hello_world/config/boot.rb:3:in `<top (required)>' > from bin/rails:3:in `require_relative' > from bin/rails:3:in `<main>' > rails turbo:install stimulus:install >/usr/lib/ruby/bundler/runtime.rb:308:in `check_for_activated_spec!': You have already activated stringio 3.0.1, but your Gemfile requires stringio 3.1.5. Since stringio is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports stringio as a default gem. (Gem::LoadError) > from /usr/lib/ruby/bundler/runtime.rb:25:in `block in setup' > from /usr/lib/ruby/bundler/spec_set.rb:155:in `each' > from /usr/lib/ruby/bundler/spec_set.rb:155:in `each' > from /usr/lib/ruby/bundler/runtime.rb:24:in `map' > from /usr/lib/ruby/bundler/runtime.rb:24:in `setup' > from /usr/lib/ruby/bundler.rb:161:in `setup' > from /usr/lib/ruby/bundler/setup.rb:10:in `block in <top (required)>' > from /usr/lib/ruby/bundler/ui/shell.rb:136:in `with_level' > from /usr/lib/ruby/bundler/ui/shell.rb:88:in `silence' > from /usr/lib/ruby/bundler/setup.rb:10:in `<top (required)>' > from <internal:/usr/lib/ruby/rubygems/core_ext/kernel_require.rb>:85:in `require' > from <internal:/usr/lib/ruby/rubygems/core_ext/kernel_require.rb>:85:in `require' > from /home/rubyuser/hello_world/config/boot.rb:3:in `<top (required)>' > from bin/rails:3:in `require_relative' > from bin/rails:3:in `<main>'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 53555
:
18059
| 18060