[ruby-core:91467] [Ruby trunk Bug#15593] The nightly snapshot has not been updated since 2019-01-17

From: hsbt@...
Date: 2019-02-07 09:41:05 UTC
List: ruby-core #91467
Issue #15593 has been updated by hsbt (Hiroshi SHIBATA).

Assignee set to nobu (Nobuyoshi Nakada)
Status changed from Open to Assigned

The latest version of `make-snapshot` was broken in our snapshot tool.

https://github.com/ruby/snapshot

```
~/D/g/r/snapshot (master) > bundle exec rake snapshot
+ cp enc/jis/props.h.blt enc/jis/props.h
generating enc/trans/newline.c ...
converter for universal_newline
converter for crlf_newline
converter for cr_newline
done.  (0.04user 0.01system 0.01elapsed)
Traceback (most recent call last):
	11: from ./tool/generic_erb.rb:35:in `<main>'
	10: from ./tool/generic_erb.rb:35:in `map'
	 9: from ./tool/generic_erb.rb:42:in `block in <main>'
	 8: from ./tool/generic_erb.rb:42:in `block (2 levels) in <main>'
	 7: from /Users/hsbt/.rbenv/versions/2.5.3/lib/ruby/2.5.0/erb.rb:876:in `result'
	 6: from /Users/hsbt/.rbenv/versions/2.5.3/lib/ruby/2.5.0/erb.rb:876:in `eval'
	 5: from ./template/unicode_norm_gen.tmpl:69:in `block (2 levels) in <main>'
	 4: from /private/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T/ruby-snapshot20190207-47308-1u3fwsc/snapshot/tool/vpath.rb:35:in `open'
	 3: from /private/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T/ruby-snapshot20190207-47308-1u3fwsc/snapshot/tool/vpath.rb:18:in `search'
	 2: from /private/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T/ruby-snapshot20190207-47308-1u3fwsc/snapshot/tool/vpath.rb:18:in `call'
	 1: from /private/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T/ruby-snapshot20190207-47308-1u3fwsc/snapshot/tool/vpath.rb:18:in `open'
/private/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T/ruby-snapshot20190207-47308-1u3fwsc/snapshot/tool/vpath.rb:18:in `initialize': No such file or directory @ rb_sysopen - enc/unicode/data/11.0.0/ucd/CompositionExclusions.txt (Errno::ENOENT)
make: *** [enc/unicode/data/11.0.0/ucd/.unicode-tables.time] Error 1
rake aborted!
Errno::ENOENT: No such file or directory @ rb_file_s_size - pkg/snapshot.tar.gz
/Users/hsbt/Documents/github.com/ruby/snapshot/Rakefile:39:in `block in upload_s3'
/Users/hsbt/Documents/github.com/ruby/snapshot/Rakefile:37:in `each'
/Users/hsbt/Documents/github.com/ruby/snapshot/Rakefile:37:in `upload_s3'
/Users/hsbt/Documents/github.com/ruby/snapshot/Rakefile:15:in `block in <top (required)>'
/Users/hsbt/.rbenv/versions/2.5.3/bin/bundle:23:in `load'
/Users/hsbt/.rbenv/versions/2.5.3/bin/bundle:23:in `<main>'
Tasks: TOP => snapshot
(See full trace by running task with --trace)
```

@nobu Can you confirm this?

----------------------------------------
Bug #15593: The nightly snapshot has not been updated since 2019-01-17
https://bugs.ruby-lang.org/issues/15593#change-76728

* Author: larskanis (Lars Kanis)
* Status: Assigned
* Priority: Normal
* Assignee: nobu (Nobuyoshi Nakada)
* Target version: 
* ruby -v: 
* Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN
----------------------------------------
On the FTP server https://cache.ruby-lang.org/pub/ruby/

```
snapshot.tar.bz2 14640336 2019-01-17T12:36:37.000Z
snapshot.tar.gz 16745774 2019-01-17T12:36:37.000Z
snapshot.tar.xz 11855384 2019-01-17T12:36:38.000Z
snapshot.zip 20565205 2019-01-17T12:36:38.000Z
```

I use the snapshot for the daily build of RubyInstaller-head: https://github.com/oneclick/rubyinstaller2/releases/tag/rubyinstaller-head

It is stuck since 2019-01-17. 



-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next