From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id AD8591F45F for ; Thu, 9 May 2019 06:10:29 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 66F7212093A; Thu, 9 May 2019 15:10:24 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 5D89E120905 for ; Thu, 9 May 2019 15:10:21 +0900 (JST) Received: by filter0083p3iad2.sendgrid.net with SMTP id filter0083p3iad2-24182-5CD3C44D-2A 2019-05-09 06:10:21.940170226 +0000 UTC m=+115188.853707252 Received: from herokuapp.com (unknown [54.227.1.136]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id GLyg2BL-TSe97w8Eutdjjw for ; Thu, 09 May 2019 06:10:21.835 +0000 (UTC) Date: Thu, 09 May 2019 06:10:21 +0000 (UTC) From: nobu@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 68087 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15838 X-Redmine-Issue-Author: joeychou0235 X-Redmine-Sender: nobu X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?q8Dly+pU2+3ektTtZVXgZtbJPXwqo7p86jCsvYTW4Bw9ZceucfZ1ZhSaWOUNtF?= =?us-ascii?Q?TvP10pJJd95jLEE63FPtT3w0ewZu57yUkR=2Fx3Tr?= =?us-ascii?Q?zQ0LlX2tGUwIVo6JZoHe=2FhAGxncOMZLJt25dsCS?= =?us-ascii?Q?ULAhnYJH0sSFDL+C9YwaEqg6tg8f=2Fawo0j3t4Z2?= =?us-ascii?Q?DwLUMokXyr9vouU9nWEJkpvO3BT9ClCAuIw=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 92604 Subject: [ruby-core:92604] [Ruby trunk Bug#15838] IOError: uninitialized stream X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #15838 has been updated by nobu (Nobuyoshi Nakada). Status changed from Open to Third Party's Issue Description updated joeychou0235 (Joey Chou) wrote: > - **Have you read our issues document, https://github.com/bundler/bundler/blob/master/doc/contributing/ISSUES.md?** > > Yes Here is not the bug tracker of bundler. It's https://github.com/bundler/bundler/issues. ---------------------------------------- Bug #15838: IOError: uninitialized stream https://bugs.ruby-lang.org/issues/15838#change-77963 * Author: joeychou0235 (Joey Chou) * Status: Third Party's Issue * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin17] * Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- - **What did you do?** I ran the command `/Users/joeychou/.rbenv/versions/2.3.0/bin/bundle install` - **What did you expect to happen?** I expected Bundler to normally install all the gems. - **What happened instead?** Instead, what happened was showing IOErrror: uninitialized stream - **Have you tried any solutions posted on similar issues in our issue tracker, stack overflow, or google?** I tried. But not working. - **Have you read our issues document, https://github.com/bundler/bundler/blob/master/doc/contributing/ISSUES.md?** Yes ## Backtrace ``` IOError: uninitialized stream /Users/joeychou/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-2.0.1/lib/bundler/compact_index_client/updater.rb:111:in `read' /Users/joeychou/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-2.0.1/lib/bundler/compact_index_client/updater.rb:111:in `block in checksum_for_file' /Users/joeychou/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-2.0.1/lib/bundler/shared_helpers.rb:118:in `filesystem_access' /Users/joeychou/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-2.0.1/lib/bundler/compact_index_client/updater.rb:110:in `checksum_for_file' /Users/joeychou/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-2.0.1/lib/bundler/compact_index_client.rb:88:in `update_info' /Users/joeychou/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-2.0.1/lib/bundler/compact_index_client.rb:55:in `block in dependencies' /Users/joeychou/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-2.0.1/lib/bundler/fetcher/compact_index.rb:88:in `block (3 levels) in compact_index_client' /Users/joeychou/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-2.0.1/lib/bundler/worker.rb:64:in `apply_func' /Users/joeychou/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-2.0.1/lib/bundler/worker.rb:59:in `block in process_queue' /Users/joeychou/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-2.0.1/lib/bundler/worker.rb:56:in `loop' /Users/joeychou/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-2.0.1/lib/bundler/worker.rb:56:in `process_queue' /Users/joeychou/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/bundler-2.0.1/lib/bundler/worker.rb:90:in `block (2 levels) in create_threads' ``` ## Environment ``` Bundler 2.0.1 Platforms ruby, x86_64-darwin-17 Ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin17] Full Path /Users/joeychou/.rbenv/versions/2.3.0/bin/ruby Config Dir /Users/joeychou/.rbenv/versions/2.3.0/etc RubyGems 2.5.1 Gem Home /Users/joeychou/deep/path/ruby/2.3.0 Gem Path User Path /Users/joeychou/.gem/ruby/2.3.0 Bin Dir /Users/joeychou/deep/path/ruby/2.3.0/bin OpenSSL Compiled OpenSSL 1.0.2n 7 Dec 2017 Loaded OpenSSL 1.0.2n 7 Dec 2017 Cert File /usr/local/etc/openssl/cert.pem Cert Dir /usr/local/etc/openssl/certs Tools Git 2.15.1 RVM not installed rbenv rbenv 1.1.1 chruby not installed ``` ## Bundler Build Metadata ``` Built At 2019-01-04 Git SHA d7ad2192f Released Version true ``` ## Bundler settings ``` build.libv8 Set for the current user (/Users/joeychou/.bundle/config): "--with-system-v8" build.therubyracer Set for the current user (/Users/joeychou/.bundle/config): "--with-v8-dir=/usr/lcal/opt/v8-315" gem.test Set for the current user (/Users/joeychou/.bundle/config): false gem.mit Set for the current user (/Users/joeychou/.bundle/config): false gem.coc Set for the current user (/Users/joeychou/.bundle/config): false path Set for your local app (/Users/joeychou/deep/.bundle/config): "path" ``` -- https://bugs.ruby-lang.org/