ALT Linux Bugzilla
– Attachment 18059 Details for
Bug 53555
Не создаётся rails проект
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
логи выполнения rails new
rails_new.txt (text/plain), 13.02 KB, created by
Alexander Makeenkov
on 2025-03-21 11:40:50 MSK
(
hide
)
Description:
логи выполнения rails new
Filename:
MIME Type:
Creator:
Alexander Makeenkov
Created:
2025-03-21 11:40:50 MSK
Size:
13.02 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 from "." >hint: Using 'master' as the name for the initial branch. This default branch name >hint: is subject to change. To configure the initial branch name to use in all >hint: of your new repositories, which will suppress this warning, call: >hint: >hint: git config --global init.defaultBranch <name> >hint: >hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and >hint: 'development'. The just-created branch can be renamed via this command: >hint: >hint: git branch -m <name> >Initialized empty Git repository in /home/rubyuser/hello_world/.git/ > create package.json > 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/javascript/channels/consumer.js > create app/javascript/channels/index.js > create app/javascript/packs/application.js > 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 bin/spring > 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_6_1.rb > create config/initializers/permissions_policy.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/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_6_1.rb > run bundle install >Fetching gem metadata from https://rubygems.org/........... >Resolving dependencies..... >Fetching rake 13.2.1 >Installing rake 13.2.1 >Fetching concurrent-ruby 1.3.5 >Fetching zeitwerk 2.6.18 >Fetching minitest 5.25.5 >Fetching builder 3.3.0 >Installing zeitwerk 2.6.18 >Installing builder 3.3.0 >Installing minitest 5.25.5 >Fetching erubi 1.13.1 >Fetching racc 1.8.1 >Using crass 1.0.6 >Fetching rack 2.2.13 >Installing concurrent-ruby 1.3.5 >Installing erubi 1.13.1 >Fetching nio4r 2.7.4 >Fetching base64 0.2.0 >Installing racc 1.8.1 with native extensions >Installing rack 2.2.13 >Fetching websocket-extensions 0.1.5 >Installing nio4r 2.7.4 with native extensions >Installing base64 0.2.0 >Fetching marcel 1.0.4 >Installing websocket-extensions 0.1.5 >Fetching mini_mime 1.1.5 >Installing marcel 1.0.4 >Fetching date 3.4.1 >Installing mini_mime 1.1.5 >Fetching timeout 0.4.3 >Installing timeout 0.4.3 >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 byebug 11.1.3 >Installing byebug 11.1.3 with native extensions >Fetching matrix 0.4.2 >Installing matrix 0.4.2 >Fetching regexp_parser 2.10.0 >Installing regexp_parser 2.10.0 >Fetching ffi 1.17.1 (x86_64-linux-gnu) >Installing ffi 1.17.1 (x86_64-linux-gnu) >Fetching rb-fsevent 0.11.2 >Installing rb-fsevent 0.11.2 >Fetching logger 1.6.6 >Installing logger 1.6.6 >Fetching method_source 1.1.0 >Installing method_source 1.1.0 >Fetching thor 1.3.2 >Installing 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 tilt 2.6.0 >Installing tilt 2.6.0 >Fetching websocket 1.2.11 >Installing websocket 1.2.11 >Fetching semantic_range 3.1.0 >Installing semantic_range 3.1.0 >Fetching spring 4.3.0 >Installing spring 4.3.0 >Fetching sqlite3 1.7.3 (x86_64-linux) >Installing sqlite3 1.7.3 (x86_64-linux) >Fetching turbolinks-source 5.2.0 >Installing turbolinks-source 5.2.0 >Fetching i18n 1.14.7 >Fetching tzinfo 2.0.6 >Installing i18n 1.14.7 >Fetching rack-test 2.2.0 >Installing tzinfo 2.0.6 >Fetching rack-mini-profiler 2.3.4 >Installing rack-test 2.2.0 >Fetching rack-proxy 0.7.7 >Installing rack-proxy 0.7.7 >Using sprockets 4.2.1 >Fetching websocket-driver 0.7.7 >Installing rack-mini-profiler 2.3.4 >Fetching net-protocol 0.2.2 >Installing websocket-driver 0.7.7 with native extensions >Installing net-protocol 0.2.2 >Fetching addressable 2.8.7 >Installing addressable 2.8.7 >Fetching nokogiri 1.18.5 (x86_64-linux-gnu) >Fetching rb-inotify 0.11.1 >Installing rb-inotify 0.11.1 >Using sassc 2.4.0.1 >Fetching selenium-webdriver 4.29.1 >Installing nokogiri 1.18.5 (x86_64-linux-gnu) >Fetching puma 5.6.9 >Installing puma 5.6.9 with native extensions >Installing selenium-webdriver 4.29.1 >Fetching turbolinks 5.2.1 >Installing turbolinks 5.2.1 >Fetching activesupport 6.1.7.10 >Installing activesupport 6.1.7.10 >Fetching net-pop 0.1.2 >Installing net-pop 0.1.2 >Fetching net-smtp 0.5.1 >Installing net-smtp 0.5.1 >Fetching loofah 2.24.0 >Fetching listen 3.9.0 >Installing loofah 2.24.0 >Installing listen 3.9.0 >Fetching xpath 3.2.0 >Fetching webdrivers 5.2.0 >Installing xpath 3.2.0 >Fetching rails-dom-testing 2.2.0 >Installing webdrivers 5.2.0 >Fetching globalid 1.2.1 >Installing rails-dom-testing 2.2.0 >Fetching activemodel 6.1.7.10 >Installing globalid 1.2.1 >Fetching bootsnap 1.18.4 >Installing activemodel 6.1.7.10 >Installing bootsnap 1.18.4 with native extensions >Fetching rails-html-sanitizer 1.6.2 >Installing rails-html-sanitizer 1.6.2 >Fetching capybara 3.40.0 >Installing capybara 3.40.0 >Fetching activejob 6.1.7.10 >Installing activejob 6.1.7.10 >Fetching activerecord 6.1.7.10 >Fetching actionview 6.1.7.10 >Installing actionview 6.1.7.10 >Installing activerecord 6.1.7.10 >Fetching actionpack 6.1.7.10 >Fetching jbuilder 2.13.0 >Installing jbuilder 2.13.0 >Installing actionpack 6.1.7.10 >Fetching actioncable 6.1.7.10 >Fetching activestorage 6.1.7.10 >Installing actioncable 6.1.7.10 >Installing activestorage 6.1.7.10 >Fetching railties 6.1.7.10 >Fetching sprockets-rails 3.5.2 >Installing sprockets-rails 3.5.2 >Fetching actiontext 6.1.7.10 >Installing railties 6.1.7.10 >Installing actiontext 6.1.7.10 >Using sassc-rails 2.1.2.1 >Fetching web-console 4.2.1 >Fetching webpacker 5.4.4 >Using sass-rails 6.0.0.1 >Installing web-console 4.2.1 >Installing webpacker 5.4.4 >Fetching net-imap 0.5.6 >Installing net-imap 0.5.6 >Fetching mail 2.8.1 >Installing mail 2.8.1 >Fetching actionmailbox 6.1.7.10 >Fetching actionmailer 6.1.7.10 >Installing actionmailbox 6.1.7.10 >Installing actionmailer 6.1.7.10 >Fetching rails 6.1.7.10 >Installing rails 6.1.7.10 >Bundle complete! 17 Gemfile dependencies, 83 gems now installed. >Use `bundle info [gemname]` to see where a bundled gem is installed. > run bundle binstubs bundler > rails webpacker:install >/var/cache/ruby/gemie/gems/activesupport-6.1.7.10/lib/active_support/logger_thread_safe_level.rb:16:in `<module:LoggerThreadSafeLevel>': uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError) > > Logger::Severity.constants.each do |severity| > ^^^^^^ > from /var/cache/ruby/gemie/gems/activesupport-6.1.7.10/lib/active_support/logger_thread_safe_level.rb:9:in `<module:ActiveSupport>' > from /var/cache/ruby/gemie/gems/activesupport-6.1.7.10/lib/active_support/logger_thread_safe_level.rb:8:in `<main>' > from /var/cache/ruby/gemie/gems/bootsnap-1.18.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require' > from /var/cache/ruby/gemie/gems/bootsnap-1.18.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require' > from /var/cache/ruby/gemie/gems/activesupport-6.1.7.10/lib/active_support/logger_silence.rb:5:in `<main>' > from /var/cache/ruby/gemie/gems/bootsnap-1.18.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require' > from /var/cache/ruby/gemie/gems/bootsnap-1.18.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require' > from /var/cache/ruby/gemie/gems/activesupport-6.1.7.10/lib/active_support/logger.rb:3:in `<main>' > from /var/cache/ruby/gemie/gems/bootsnap-1.18.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require' > from /var/cache/ruby/gemie/gems/bootsnap-1.18.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require' > from /var/cache/ruby/gemie/gems/activesupport-6.1.7.10/lib/active_support.rb:29:in `<main>' > from /var/cache/ruby/gemie/gems/bootsnap-1.18.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require' > from /var/cache/ruby/gemie/gems/bootsnap-1.18.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require' > from /var/cache/ruby/gemie/gems/railties-6.1.7.10/lib/rails/command.rb:3:in `<main>' > from /var/cache/ruby/gemie/gems/bootsnap-1.18.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require' > from /var/cache/ruby/gemie/gems/bootsnap-1.18.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require' > from /var/cache/ruby/gemie/gems/railties-6.1.7.10/lib/rails/commands.rb:3:in `<main>' > from /var/cache/ruby/gemie/gems/bootsnap-1.18.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require' > from /var/cache/ruby/gemie/gems/bootsnap-1.18.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require' > from /home/rubyuser/hello_world/bin/rails:5:in `<top (required)>' > from /var/cache/ruby/gemie/gems/spring-4.3.0/lib/spring/client/rails.rb:28:in `load' > from /var/cache/ruby/gemie/gems/spring-4.3.0/lib/spring/client/rails.rb:28:in `call' > from /var/cache/ruby/gemie/gems/spring-4.3.0/lib/spring/client/command.rb:7:in `call' > from /var/cache/ruby/gemie/gems/spring-4.3.0/lib/spring/client.rb:30:in `run' > from /var/cache/ruby/gemie/gems/spring-4.3.0/bin/spring:49:in `<top (required)>' > from /var/cache/ruby/gemie/gems/spring-4.3.0/lib/spring/binstub.rb:11:in `load' > from /var/cache/ruby/gemie/gems/spring-4.3.0/lib/spring/binstub.rb:11: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/bin/spring:10:in `block in <top (required)>' > from <internal:kernel>:90:in `tap' > from /home/rubyuser/hello_world/bin/spring:7:in `<top (required)>' > from bin/rails:2:in `load' > from bin/rails:2: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