| "git clone --depth 1 https://github.com/ruby/ruby.git master" exit with 0. |
| Cloning into 'master'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/home/opc/ruby/src/master/configure --prefix=/home/opc/ruby/install/master --disable-install-doc --disable-dtrace --disable-yjit" exit with 0. |
| configure: WARNING: does not work; ignore |
| "make update-unicode -j3" exit with 0. |
| "make update-download -j3" exit with 0. |
| Cloning into '/home/opc/ruby/src/master/gems/src/rbs'... |
| Cloning into '/home/opc/ruby/src/master/gems/src/debug'... |
| From https://github.com/ruby/debug |
| * branch 927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD |
| HEAD is now at 927587a Stop assuming Integer#times is written in C |
| From https://github.com/ruby/rbs |
| * branch 33813a60752624d58dfe5ae770b39bfaf29fbaf1 -> FETCH_HEAD |
| HEAD is now at 33813a60 Use valid syntax |
| "make update-rubyspec -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| "make after-update -j3" exit with 0. |
| + cp /home/opc/ruby/src/master/enc/jis/props.h.blt /home/opc/ruby/src/master/enc/jis/props.h |
| "make miniruby -j3" exit with 0. |
| In file included from /home/opc/ruby/src/master/compile.c:13502: |
| /home/opc/ruby/src/master/prism_compile.c: In function ‘pm_compile_node’: |
| /home/opc/ruby/src/master/prism_compile.c:3434:41: warning: ‘keyword’ may be used uninitialized in this function [-Wmaybe-uninitialized] |
| keyword->rest_start = (int) locals_size; |
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/compile.c: At top level: |
| cc1: warning: unrecognized command line option ‘-Wno-self-assign’ |
| cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ |
| cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 512. |
| libffi_version: 3.1.0 |
| /tmp/ccIFMgUw.s: Assembler messages: |
| /tmp/ccIFMgUw.s: Fatal error: can't close ossl_x509store.o: No space left on device |
| make[2]: *** [Makefile:324: ossl_x509store.o] Error 1 |
| make[1]: *** [exts.mk:274: ext/openssl/all] Error 2 |
| make: *** [uncommon.mk:403: build-ext] Error 2 |