ruby-3.3.10
84 | ossl_raise(rb_eTypeError, "wrong argument (%"PRIsVALUE")! (Expected kind of %"PRIsVALUE")",\
| ~~~~~~~~~~~
85 | rb_obj_class(obj), (klass));\
| ^~~~~~~~~~~~~~~~~
ossl_x509attr.c:207:5: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
207 | OSSL_Check_Kind(value, cASN1Data);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ossl.h:85:35: note: expanded from macro 'OSSL_Check_Kind'
84 | ossl_raise(rb_eTypeError, "wrong argument (%"PRIsVALUE")! (Expected kind of %"PRIsVALUE")",\
| ~~~~~~~~~~~
85 | rb_obj_class(obj), (klass));\
| ^~~~~~~
2 warnings generated.
compiling ossl_x509name.c
compiling ossl_x509req.c
ossl_x509crl.c:308:2: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
308 | OSSL_Check_Kind(RARRAY_AREF(ary, i), cX509Rev);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ossl.h:85:16: note: expanded from macro 'OSSL_Check_Kind'
84 | ossl_raise(rb_eTypeError, "wrong argument (%"PRIsVALUE")! (Expected kind of %"PRIsVALUE")",\
| ~~~~~~~~~~~
85 | rb_obj_class(obj), (klass));\
| ^~~~~~~~~~~~~~~~~
ossl_x509crl.c:308:2: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
308 | OSSL_Check_Kind(RARRAY_AREF(ary, i), cX509Rev);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ossl.h:85:35: note: expanded from macro 'OSSL_Check_Kind'
84 | ossl_raise(rb_eTypeError, "wrong argument (%"PRIsVALUE")! (Expected kind of %"PRIsVALUE")",\
| ~~~~~~~~~~~
85 | rb_obj_class(obj), (klass));\
| ^~~~~~~
ossl_x509crl.c:474:2: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
474 | OSSL_Check_Kind(RARRAY_AREF(ary, i), cX509Ext);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ossl.h:85:16: note: expanded from macro 'OSSL_Check_Kind'
84 | ossl_raise(rb_eTypeError, "wrong argument (%"PRIsVALUE")! (Expected kind of %"PRIsVALUE")",\
| ~~~~~~~~~~~
85 | rb_obj_class(obj), (klass));\
| ^~~~~~~~~~~~~~~~~
ossl_x509crl.c:474:2: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
474 | OSSL_Check_Kind(RARRAY_AREF(ary, i), cX509Ext);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ossl.h:85:35: note: expanded from macro 'OSSL_Check_Kind'
84 | ossl_raise(rb_eTypeError, "wrong argument (%"PRIsVALUE")! (Expected kind of %"PRIsVALUE")",\
| ~~~~~~~~~~~
85 | rb_obj_class(obj), (klass));\
| ^~~~~~~
4 warnings generated.
compiling ossl_x509revoked.c
ossl_x509cert.c:642:2: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
642 | OSSL_Check_Kind(RARRAY_AREF(ary, i), cX509Ext);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ossl.h:85:16: note: expanded from macro 'OSSL_Check_Kind'
84 | ossl_raise(rb_eTypeError, "wrong argument (%"PRIsVALUE")! (Expected kind of %"PRIsVALUE")",\
| ~~~~~~~~~~~
85 | rb_obj_class(obj), (klass));\
| ^~~~~~~~~~~~~~~~~
ossl_x509cert.c:642:2: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
642 | OSSL_Check_Kind(RARRAY_AREF(ary, i), cX509Ext);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ossl.h:85:35: note: expanded from macro 'OSSL_Check_Kind'
84 | ossl_raise(rb_eTypeError, "wrong argument (%"PRIsVALUE")! (Expected kind of %"PRIsVALUE")",\
| ~~~~~~~~~~~
85 | rb_obj_class(obj), (klass));\
| ^~~~~~~
ossl_x509cert.c:682:9: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
679 | return rb_sprintf("#<%"PRIsVALUE": subject=%+"PRIsVALUE", "| ~~~~~~~~~~~
680 | "issuer=%+"PRIsVALUE", serial=%+"PRIsVALUE", "
681 | "not_before=%+"PRIsVALUE", not_after=%+"PRIsVALUE">",
682 | rb_obj_class(self),
| ^~~~~~~~~~~~~~~~~~
ossl_x509cert.c:683:9: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
679 | return rb_sprintf("#<%"PRIsVALUE": subject=%+"PRIsVALUE", "| ~~~~~~~~~~~~
680 | "issuer=%+"PRIsVALUE", serial=%+"PRIsVALUE", "
681 | "not_before=%+"PRIsVALUE", not_after=%+"PRIsVALUE">",
682 | rb_obj_class(self),
683 | ossl_x509_get_subject(self),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ossl_x509cert.c:684:9: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
680 | "issuer=%+"PRIsVALUE", serial=%+"PRIsVALUE", "
| ~~~~~~~~~~~~
681 | "not_before=%+"PRIsVALUE", not_after=%+"PRIsVALUE">",
682 | rb_obj_class(self),
683 | ossl_x509_get_subject(self),
684 | ossl_x509_get_issuer(self),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
ossl_x509cert.c:685:9: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
680 | "issuer=%+"PRIsVALUE", serial=%+"PRIsVALUE", "
| ~~~~~~~~~~~~
681 | "not_before=%+"PRIsVALUE", not_after=%+"PRIsVALUE">",
682 | rb_obj_class(self),
683 | ossl_x509_get_subject(self),
684 | ossl_x509_get_issuer(self),
685 | ossl_x509_get_serial(self),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
ossl_x509cert.c:686:9: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
681 | "not_before=%+"PRIsVALUE", not_after=%+"PRIsVALUE">",
| ~~~~~~~~~~~~
682 | rb_obj_class(self),
683 | ossl_x509_get_subject(self),
684 | ossl_x509_get_issuer(self),
685 | ossl_x509_get_serial(self),
686 | ossl_x509_get_not_before(self),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ossl_x509cert.c:687:9: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
681 | "not_before=%+"PRIsVALUE", not_after=%+"PRIsVALUE">",
| ~~~~~~~~~~~~
682 | rb_obj_class(self),
683 | ossl_x509_get_subject(self),
684 | ossl_x509_get_issuer(self),
685 | ossl_x509_get_serial(self),
686 | ossl_x509_get_not_before(self),
687 | ossl_x509_get_not_after(self));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 warnings generated.
compiling ossl_x509store.c
ossl_x509req.c:380:2: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
380 | OSSL_Check_Kind(RARRAY_AREF(ary, i), cX509Attr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ossl.h:85:16: note: expanded from macro 'OSSL_Check_Kind'
84 | ossl_raise(rb_eTypeError, "wrong argument (%"PRIsVALUE")! (Expected kind of %"PRIsVALUE")",\
| ~~~~~~~~~~~
85 | rb_obj_class(obj), (klass));\
| ^~~~~~~~~~~~~~~~~
ossl_x509req.c:380:2: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
380 | OSSL_Check_Kind(RARRAY_AREF(ary, i), cX509Attr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ossl.h:85:35: note: expanded from macro 'OSSL_Check_Kind'
84 | ossl_raise(rb_eTypeError, "wrong argument (%"PRIsVALUE")! (Expected kind of %"PRIsVALUE")",\
| ~~~~~~~~~~~
85 | rb_obj_class(obj), (klass));\
| ^~~~~~~
2 warnings generated.
ossl_x509ext.c:240:57: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
240 | ossl_raise(eX509ExtError, "%"PRIsVALUE" = %"PRIsVALUE, oid, valstr);
| ~~~~~~~~~~~ ^~~
ossl_x509ext.c:240:62: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
240 | ossl_raise(eX509ExtError, "%"PRIsVALUE" = %"PRIsVALUE, oid, valstr);
| ~~~~~~~~~~~ ^~~~~~
ossl_x509ext.c:472:69: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
472 | rb_attr(cX509ExtFactory, rb_intern("issuer_certificate"), 1, 0, (int)Qfalse);| ^~~~~~~~~~~
ossl_x509ext.c:473:70: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
473 | rb_attr(cX509ExtFactory, rb_intern("subject_certificate"), 1, 0, (int)Qfalse);| ^~~~~~~~~~~
ossl_x509ext.c:474:66: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
474 | rb_attr(cX509ExtFactory, rb_intern("subject_request"), 1, 0, (int)Qfalse);| ^~~~~~~~~~~
ossl_x509ext.c:475:54: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
475 | rb_attr(cX509ExtFactory, rb_intern("crl"), 1, 0, (int)Qfalse);| ^~~~~~~~~~~
ossl_x509ext.c:476:57: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
476 | rb_attr(cX509ExtFactory, rb_intern("config"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
7 warnings generated.
installing default openssl libraries
ossl_x509name.c:334:6: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
333 | return rb_enc_sprintf(rb_utf8_encoding(), "#<%"PRIsVALUE" %"PRIsVALUE">",
| ~~~~~~~~~~~
334 | rb_obj_class(self), ossl_x509name_to_utf8(self));
| ^~~~~~~~~~~~~~~~~~
ossl_x509name.c:334:26: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
333 | return rb_enc_sprintf(rb_utf8_encoding(), "#<%"PRIsVALUE" %"PRIsVALUE">",
| ~~~~~~~~~~~
334 | rb_obj_class(self), ossl_x509name_to_utf8(self));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
ossl_x509revoked.c:223:2: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
223 | OSSL_Check_Kind(RARRAY_AREF(ary, i), cX509Ext);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ossl.h:85:16: note: expanded from macro 'OSSL_Check_Kind'
84 | ossl_raise(rb_eTypeError, "wrong argument (%"PRIsVALUE")! (Expected kind of %"PRIsVALUE")",\
| ~~~~~~~~~~~
85 | rb_obj_class(obj), (klass));\
| ^~~~~~~~~~~~~~~~~
ossl_x509revoked.c:223:2: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
223 | OSSL_Check_Kind(RARRAY_AREF(ary, i), cX509Ext);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ossl.h:85:35: note: expanded from macro 'OSSL_Check_Kind'
84 | ossl_raise(rb_eTypeError, "wrong argument (%"PRIsVALUE")! (Expected kind of %"PRIsVALUE")",\
| ~~~~~~~~~~~
85 | rb_obj_class(obj), (klass));\
| ^~~~~~~
2 warnings generated.
ossl_x509store.c:937:61: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
937 | rb_attr(cX509Store, rb_intern("verify_callback"), 1, 0, (int)Qfalse);| ^~~~~~~~~~~
ossl_x509store.c:943:51: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
943 | rb_attr(cX509Store, rb_intern("error"), 1, 0, (int)Qfalse);| ^~~~~~~~~~~
ossl_x509store.c:949:58: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
949 | rb_attr(cX509Store, rb_intern("error_string"), 1, 0, (int)Qfalse);| ^~~~~~~~~~~
ossl_x509store.c:955:51: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
955 | rb_attr(cX509Store, rb_intern("chain"), 1, 0, (int)Qfalse);| ^~~~~~~~~~~
4 warnings generated.
ossl_ssl.c:151:64: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
151 | rb_raise(rb_eArgError, "unrecognized version %+"PRIsVALUE, str);
| ~~~~~~~~~~~~ ^~~
ossl_ssl.c:1819:26: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1814 | "%s%s returned=%d errno=%d peeraddr=%"PRIsVALUE" state=%s%"PRIsVALUE,
| ~~~~~~~~~~~
1815 | funcname,
1816 | ret2 == SSL_ERROR_SYSCALL ? " SYSCALL" : "",
1817 | ret2,
1818 | errno,
1819 | peeraddr_ip_str(self),
| ^~~~~~~~~~~~~~~~~~~~~
ossl_ssl.c:1821:26: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1814 | "%s%s returned=%d errno=%d peeraddr=%"PRIsVALUE" state=%s%"PRIsVALUE,
| ~~~~~~~~~~~
1815 | funcname,
1816 | ret2 == SSL_ERROR_SYSCALL ? " SYSCALL" : "",
1817 | ret2,
1818 | errno,
1819 | peeraddr_ip_str(self),
1820 | SSL_state_string_long(ssl),
1821 | error_append);
| ^~~~~~~~~~~~
ossl_ssl.c:2643:57: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2643 | rb_attr(cSSLContext, rb_intern_const("cert"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2651:56: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2651 | rb_attr(cSSLContext, rb_intern_const("key"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2656:62: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2656 | rb_attr(cSSLContext, rb_intern_const("client_ca"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2661:60: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2661 | rb_attr(cSSLContext, rb_intern_const("ca_file"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2668:60: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2668 | rb_attr(cSSLContext, rb_intern_const("ca_path"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2673:60: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2673 | rb_attr(cSSLContext, rb_intern_const("timeout"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2686:64: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2686 | rb_attr(cSSLContext, rb_intern_const("verify_mode"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2691:65: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2691 | rb_attr(cSSLContext, rb_intern_const("verify_depth"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2705:68: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2705 | rb_attr(cSSLContext, rb_intern_const("verify_callback"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2713:68: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2713 | rb_attr(cSSLContext, rb_intern_const("verify_hostname"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2718:63: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2718 | rb_attr(cSSLContext, rb_intern_const("cert_store"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2727:69: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2727 | rb_attr(cSSLContext, rb_intern_const("extra_chain_cert"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2737:67: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2737 | rb_attr(cSSLContext, rb_intern_const("client_cert_cb"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2744:71: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2744 | rb_attr(cSSLContext, rb_intern_const("session_id_context"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2753:67: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2753 | rb_attr(cSSLContext, rb_intern_const("session_get_cb"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2761:67: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2761 | rb_attr(cSSLContext, rb_intern_const("session_new_cb"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2772:70: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2772 | rb_attr(cSSLContext, rb_intern_const("session_remove_cb"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2793:69: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2793 | rb_attr(cSSLContext, rb_intern_const("renegotiation_cb"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2806:66: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2806 | rb_attr(cSSLContext, rb_intern_const("npn_protocols"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2823:66: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2823 | rb_attr(cSSLContext, rb_intern_const("npn_select_cb"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2837:67: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2837 | rb_attr(cSSLContext, rb_intern_const("alpn_protocols"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2854:67: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2854 | rb_attr(cSSLContext, rb_intern_const("alpn_select_cb"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
ossl_ssl.c:2877:62: warning: cast to smaller integer type 'int' from 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
2877 | rb_attr(cSSLContext, rb_intern_const("keylog_cb"), 1, 1, (int)Qfalse);| ^~~~~~~~~~~
26 warnings generated.
linking shared-object openssl.so
make[2]: Leaving directory '/build/ruby-3.3.10/ext/openssl'
In file included from ripper.y:65:
In file included from ../../internal/variable.h:16:
In file included from ../../shape.h:4:
In file included from ../../internal/gc.h:17:
In file included from ../../vm_core.h:104:
In file included from ../../ruby_atomic.h:1:
../.././include/ruby/atomic.h:734:35: warning: passing 'const void *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
734 | return zxchg_ptr((void**)ptr, val);
| ^~~
/nix/store/4wlcxbk2r0235n6d2ip4qd3whhicy4bh-libpizlo-git/include/stdfil.h:565:84: note: passing argument to parameter 'new_value' here
565 | static inline __attribute__((__always_inline__)) void* zxchg_ptr(void** ptr, void* new_value)
| ^
In file included from ripper.y:65:
In file included from ../../internal/variable.h:16:
In file included from ../../shape.h:4:
In file included from ../../internal/gc.h:17:
In file included from ../../vm_core.h:104:
In file included from ../../ruby_atomic.h:1:
../.././include/ruby/atomic.h:859:33: warning: passing 'const void *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
859 | return zstrong_cas_ptr(ptr, oldval, newval);
| ^~~~~~
/nix/store/4wlcxbk2r0235n6d2ip4qd3whhicy4bh-libpizlo-git/include/stdfil.h:539:35: note: passing argument to parameter 'expected' here
539 | zstrong_cas_ptr(void** ptr, void* expected, void* new_value)
| ^
In file included from ripper.y:65:
In file included from ../../internal/variable.h:16:
In file included from ../../shape.h:4:
In file included from ../../internal/gc.h:17:
In file included from ../../vm_core.h:104:
In file included from ../../ruby_atomic.h:1:
../.././include/ruby/atomic.h:859:41: warning: passing 'const void *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
859 | return zstrong_cas_ptr(ptr, oldval, newval);
| ^~~~~~
/nix/store/4wlcxbk2r0235n6d2ip4qd3whhicy4bh-libpizlo-git/include/stdfil.h:539:51: note: passing argument to parameter 'new_value' here
539 | zstrong_cas_ptr(void** ptr, void* expected, void* new_value)
| ^
ripper.y:1932:39: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1932 | rb_parser_printf(p, "%"PRIsVALUE, RNODE_RIPPER(((*yyvaluep).val))->nd_rval);
| ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../rubyparser.h:1061:28: note: expanded from macro 'RNODE_RIPPER'
1061 | #define RNODE_RIPPER(node) ((struct RNode_RIPPER *)(node))
| ^
ripper.y:1932:39: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1932 | rb_parser_printf(p, "%"PRIsVALUE, RNODE_RIPPER(((*yyvaluep).val))->nd_rval);
| ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../rubyparser.h:1061:28: note: expanded from macro 'RNODE_RIPPER'
1061 | #define RNODE_RIPPER(node) ((struct RNode_RIPPER *)(node))
| ^
ripper.y:1932:39: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1932 | rb_parser_printf(p, "%"PRIsVALUE, RNODE_RIPPER(((*yyvaluep).val))->nd_rval);
| ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../rubyparser.h:1061:28: note: expanded from macro 'RNODE_RIPPER'
1061 | #define RNODE_RIPPER(node) ((struct RNode_RIPPER *)(node))
| ^
ripper.y:1932:39: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1932 | rb_parser_printf(p, "%"PRIsVALUE, RNODE_RIPPER(((*yyvaluep).val))->nd_rval);
| ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../rubyparser.h:1061:28: note: expanded from macro 'RNODE_RIPPER'
1061 | #define RNODE_RIPPER(node) ((struct RNode_RIPPER *)(node))
| ^
ripper.y:1932:39: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1932 | rb_parser_printf(p, "%"PRIsVALUE, RNODE_RIPPER(((*yyvaluep).val))->nd_rval);
| ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../rubyparser.h:1061:28: note: expanded from macro 'RNODE_RIPPER'
1061 | #define RNODE_RIPPER(node) ((struct RNode_RIPPER *)(node))
| ^
ripper.y:1932:39: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1932 | rb_parser_printf(p, "%"PRIsVALUE, RNODE_RIPPER(((*yyvaluep).val))->nd_rval);
| ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../rubyparser.h:1061:28: note: expanded from macro 'RNODE_RIPPER'
1061 | #define RNODE_RIPPER(node) ((struct RNode_RIPPER *)(node))
| ^
ripper.y:1932:39: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1932 | rb_parser_printf(p, "%"PRIsVALUE, RNODE_RIPPER(((*yyvaluep).val))->nd_rval);
| ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../rubyparser.h:1061:28: note: expanded from macro 'RNODE_RIPPER'
1061 | #define RNODE_RIPPER(node) ((struct RNode_RIPPER *)(node))
| ^
ripper.y:1939:40: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1939 | rb_parser_printf(p, "%+"PRIsVALUE, get_value(((*yyvaluep).val)));
| ~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ripper.y:1318:24: note: expanded from macro 'get_value'
1318 | #define get_value(val) ripper_get_value(val)
| ^~~~~~~~~~~~~~~~~~~~~
ripper.y:1939:40: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1939 | rb_parser_printf(p, "%+"PRIsVALUE, get_value(((*yyvaluep).val)));
| ~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ripper.y:1318:24: note: expanded from macro 'get_value'
1318 | #define get_value(val) ripper_get_value(val)
| ^~~~~~~~~~~~~~~~~~~~~
ripper.y:1939:40: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1939 | rb_parser_printf(p, "%+"PRIsVALUE, get_value(((*yyvaluep).val)));
| ~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ripper.y:1318:24: note: expanded from macro 'get_value'
1318 | #define get_value(val) ripper_get_value(val)
| ^~~~~~~~~~~~~~~~~~~~~
ripper.y:1939:40: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1939 | rb_parser_printf(p, "%+"PRIsVALUE, get_value(((*yyvaluep).val)));
| ~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ripper.y:1318:24: note: expanded from macro 'get_value'
1318 | #define get_value(val) ripper_get_value(val)
| ^~~~~~~~~~~~~~~~~~~~~
ripper.y:1939:40: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1939 | rb_parser_printf(p, "%+"PRIsVALUE, get_value(((*yyvaluep).val)));
| ~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ripper.y:1318:24: note: expanded from macro 'get_value'
1318 | #define get_value(val) ripper_get_value(val)
| ^~~~~~~~~~~~~~~~~~~~~
ripper.y:1946:39: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1946 | rb_parser_printf(p, "%"PRIsVALUE, ((*yyvaluep).val));
| ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~
ripper.y:1953:39: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1953 | rb_parser_printf(p, "%"PRIsVALUE, ((*yyvaluep).val));
| ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~
ripper.y:1939:40: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1939 | rb_parser_printf(p, "%+"PRIsVALUE, get_value(((*yyvaluep).val)));
| ~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ripper.y:1318:24: note: expanded from macro 'get_value'
1318 | #define get_value(val) ripper_get_value(val)
| ^~~~~~~~~~~~~~~~~~~~~
ripper.y:1932:39: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
1932 | rb_parser_printf(p, "%"PRIsVALUE, RNODE_RIPPER(((*yyvaluep).val))->nd_rval);
| ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../rubyparser.h:1061:28: note: expanded from macro 'RNODE_RIPPER'
1061 | #define RNODE_RIPPER(node) ((struct RNode_RIPPER *)(node))
| ^
ripper.y:8790:57: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
8790 | rb_fatal("literal string changed: %+"PRIsVALUE, string);| ~~~~~~~~~~~~ ^~~~~~
ripper.y:9243:66: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
9243 | rb_ary_unshift(excargs[2], rb_sprintf("%"PRIsVALUE":%d", p->ruby_sourcefile_string, p->ruby_sourceline));| ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
ripper.y:13026:69: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
13026 | compile_error(p, "identifier %"PRIsVALUE" is not valid to get", rb_id2str(id));
| ~~~~~~~~~~~ ^~~~~~~~~~~~~
ripper.y:13044:40: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
13044 | compile_error(p, "%"PRIsVALUE, err);
| ~~~~~~~~~~~ ^~~
ripper.y:13293:73: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
13293 | compile_error(p, "identifier %"PRIsVALUE" is not valid to set", rb_id2str(id));
| ~~~~~~~~~~~ ^~~~~~~~~~~~~
ripper.y:13375:23: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
13374 | compile_error(p, "invalid local variable - %"PRIsVALUE,
| ~~~~~~~~~~~
13375 | rb_id2str(name));
| ^~~~~~~~~~~~~~~
25 warnings generated.
linking shared-object ripper.so
make[2]: Leaving directory '/build/ruby-3.3.10/ext/ripper'
make[2]: Entering directory '/build/ruby-3.3.10'
revision.h unchanged
generating x86_64-linux-filc0-fake.rb
x86_64-linux-filc0-fake.rb updated
linking shared-library libruby-3.3.10.so.3.3.10
linking ruby
make[2]: Leaving directory '/build/ruby-3.3.10'
make[1]: Leaving directory '/build/ruby-3.3.10'
make[1]: Entering directory '/build/ruby-3.3.10'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/build/ruby-3.3.10'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
spec/ruby/optional/capi/ext/class_spec.c:76:52: warning: cast to 'VALUE' (aka 'struct rb_value_unit_struct *') from smaller integer type 'int' [-Wint-to-pointer-cast]
76 | return (VALUE)INT2FIX((uintptr_t)rb_class_real((VALUE)FIX2INT(object)));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
./include/ruby/internal/arithmetic/long.h:335:52: note: expanded from macro 'INT2FIX'
335 | #define INT2FIX(i) (VALUE)(RBIMPL_CAST((uintptr_t)(i)) << 1 | RUBY_FIXNUM_FLAG)
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~
./include/ruby/internal/cast.h:31:29: note: expanded from macro 'RBIMPL_CAST'
31 | # define RBIMPL_CAST(expr) (expr)
| ^~~~
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
1 warning generated.
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
spec/ruby/optional/capi/ext/st_spec.c:44:17: warning: cast to smaller integer type 'int' from 'st_data_t' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
44 | *(int*)arg += (int)value;
| ^~~~~~~~~~
building spec/ruby/optional/capi/ext/symbol_spec.so
1 warning generated.
spec/ruby/optional/capi/ext/string_spec.c:460:48: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
460 | return rb_sprintf("Result: %" PRIsVALUE ".", str);| ~~~~~~~~~~~~ ^~~
spec/ruby/optional/capi/ext/string_spec.c:464:49: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
464 | return rb_sprintf("Result: %+" PRIsVALUE ".", str);| ~~~~~~~~~~~~~ ^~~
spec/ruby/optional/capi/ext/string_spec.c:472:87: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
472 | return rb_sprintf("Result: %*.*" PRIsVALUE ".", FIX2INT(width), FIX2INT(precision), str);| ~~~~~~~~~~~~~~~ ^~~
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
3 warnings generated.
Generating RDoc documentation
Parsing sources...
100% [1030/1030] yjit.rb.cbcer.cr.ccer.rbles.rb.rb.rbeue.rb_line.rbb.rbonse.rb
Generating RI format into /build/ruby-3.3.10/.ext/rdoc...
Files: 1030
Classes: 1241 ( 299 undocumented)
Modules: 229 ( 72 undocumented)
Constants: 2380 ( 646 undocumented)
Attributes: 1425 ( 240 undocumented)
Methods: 12228 (2250 undocumented)
Total: 17503 (3507 undocumented)
79.96% documented
Elapsed: 28.7s
buildPhase completed in 5 minutes 16 seconds
→ installPhase
mkdir: created directory '/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10'
mkdir: created directory '/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib'
mkdir: created directory '/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby'
mkdir: created directory '/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/gems'
mkdir: created directory '/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/gems/3.3.0'
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash pkgconfigdir=/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/pkgconfig m4datadir=/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/share/aclocal aclocaldir=/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/share/aclocal install-doc install
BASERUBY = /nix/store/h53cdjyfinblmnjh3hgwqqfhdxqyyd3h-ruby-3.3.9/bin/ruby --disable=gems
CC = clang
LD = ld
LDSHARED = clang -shared
CFLAGS = -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -diag-disable=175,188,1684,2259,2312 -Wmisleading-indentation -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux-filc0 -I.ext/include -I./include -I. -I./prism -I./enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby-3.3.10.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -ldl -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = no
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/build/ruby-3.3.10/yjit/target/release/' ./yjit/src/lib.rs
clang version 20.1.8 (Fil-C 0.685)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /nix/store/hmjzrg1ppdzlcqry73nyyb8p9wzgryjq-filc0-git/bin
Build config: +assertions
revision.h unchanged
generating x86_64-linux-filc0-fake.rb
x86_64-linux-filc0-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/build/ruby-3.3.10'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/build/ruby-3.3.10'
generating transdb.h
transdb.h unchanged
linking shared-library libruby-3.3.10.so.3.3.10
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/build/ruby-3.3.10'
make[1]: Leaving directory '/build/ruby-3.3.10'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/build/ruby-3.3.10'
make[2]: Entering directory '/build/ruby-3.3.10/ext/-test-/load/dot.dot'
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/build/ruby-3.3.10/ext/-test-/load/dot.dot'
make[2]: Entering directory '/build/ruby-3.3.10/ext/-test-/marshal/compat'
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/build/ruby-3.3.10/ext/-test-/marshal/compat'
make[2]: Entering directory '/build/ruby-3.3.10/ext/bigdecimal'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/bigdecimal'
make[2]: Entering directory '/build/ruby-3.3.10/ext/coverage'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/coverage'
make[2]: Entering directory '/build/ruby-3.3.10/ext/date'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/date'
make[2]: Entering directory '/build/ruby-3.3.10/ext/digest'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/digest'
make[2]: Entering directory '/build/ruby-3.3.10/ext/digest/sha2'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/digest/sha2'
make[2]: Entering directory '/build/ruby-3.3.10/ext/fiddle'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/fiddle'
make[2]: Entering directory '/build/ruby-3.3.10/ext/io/console'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/io/console'
make[2]: Entering directory '/build/ruby-3.3.10/ext/json'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/json'
make[2]: Entering directory '/build/ruby-3.3.10/ext/monitor'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/monitor'
make[2]: Entering directory '/build/ruby-3.3.10/ext/nkf'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/nkf'
make[2]: Entering directory '/build/ruby-3.3.10/ext/objspace'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/objspace'
make[2]: Entering directory '/build/ruby-3.3.10/ext/openssl'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/openssl'
make[2]: Entering directory '/build/ruby-3.3.10/ext/pathname'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/pathname'
make[2]: Entering directory '/build/ruby-3.3.10/ext/psych'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/psych'
make[2]: Entering directory '/build/ruby-3.3.10/ext/pty'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/pty'
make[2]: Entering directory '/build/ruby-3.3.10/ext/ripper'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/ripper'
make[2]: Entering directory '/build/ruby-3.3.10/ext/rubyvm'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/rubyvm'
make[2]: Entering directory '/build/ruby-3.3.10/ext/socket'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/socket'
make[2]: Entering directory '/build/ruby-3.3.10/ext/syslog'
make[2]: Leaving directory '/build/ruby-3.3.10/ext/syslog'
make[2]: Entering directory '/build/ruby-3.3.10/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/build/ruby-3.3.10/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/build/ruby-3.3.10/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/build/ruby-3.3.10/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/build/ruby-3.3.10/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/build/ruby-3.3.10/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/build/ruby-3.3.10'
revision.h unchanged
generating x86_64-linux-filc0-fake.rb
x86_64-linux-filc0-fake.rb updated
linking shared-library libruby-3.3.10.so.3.3.10
linking ruby
make[2]: Leaving directory '/build/ruby-3.3.10'
make[1]: Leaving directory '/build/ruby-3.3.10'
make[1]: Entering directory '/build/ruby-3.3.10'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/build/ruby-3.3.10'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
spec/ruby/optional/capi/ext/class_spec.c:76:52: warning: cast to 'VALUE' (aka 'struct rb_value_unit_struct *') from smaller integer type 'int' [-Wint-to-pointer-cast]
76 | return (VALUE)INT2FIX((uintptr_t)rb_class_real((VALUE)FIX2INT(object)));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
./include/ruby/internal/arithmetic/long.h:335:52: note: expanded from macro 'INT2FIX'
335 | #define INT2FIX(i) (VALUE)(RBIMPL_CAST((uintptr_t)(i)) << 1 | RUBY_FIXNUM_FLAG)
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~
./include/ruby/internal/cast.h:31:29: note: expanded from macro 'RBIMPL_CAST'
31 | # define RBIMPL_CAST(expr) (expr)
| ^~~~
1 warning generated.
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
spec/ruby/optional/capi/ext/st_spec.c:44:17: warning: cast to smaller integer type 'int' from 'st_data_t' (aka 'struct rb_value_unit_struct *') [-Wpointer-to-int-cast]
44 | *(int*)arg += (int)value;
| ^~~~~~~~~~
1 warning generated.
building spec/ruby/optional/capi/ext/string_spec.so
spec/ruby/optional/capi/ext/string_spec.c:460:48: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
460 | return rb_sprintf("Result: %" PRIsVALUE ".", str);| ~~~~~~~~~~~~ ^~~
spec/ruby/optional/capi/ext/string_spec.c:464:49: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
464 | return rb_sprintf("Result: %+" PRIsVALUE ".", str);| ~~~~~~~~~~~~~ ^~~
spec/ruby/optional/capi/ext/string_spec.c:472:87: warning: format specifies type 'long' but the argument has type 'VALUE' (aka 'struct rb_value_unit_struct *') [-Wformat]
472 | return rb_sprintf("Result: %*.*" PRIsVALUE ".", FIX2INT(width), FIX2INT(precision), str);| ~~~~~~~~~~~~~~~ ^~~
3 warnings generated.
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/build/ruby-3.3.10'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/build/ruby-3.3.10'
making trans
make[1]: Entering directory '/build/ruby-3.3.10'
make[1]: Nothing to be done for './enc/trans'.
make[1]: Leaving directory '/build/ruby-3.3.10'
making encs
make[1]: Entering directory '/build/ruby-3.3.10'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/build/ruby-3.3.10'
Generating RDoc documentation
No newer files.
Files: 0
Classes: 0 (0 undocumented)
Modules: 0 (0 undocumented)
Constants: 0 (0 undocumented)
Attributes: 0 (0 undocumented)
Methods: 0 (0 undocumented)
Total: 0 (0 undocumented)
0.00% documented
Elapsed: 0.0s
/nix/store/h53cdjyfinblmnjh3hgwqqfhdxqyyd3h-ruby-3.3.9/bin/ruby --disable=gems -I/build/ruby-3.3.10 -rx86_64-linux-filc0-fake -I`cd ./lib; pwd` --disable-gems -r./x86_64-linux-filc0-fake ./tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- aclocaldir=/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/share/aclocal m4datadir=/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/share/aclocal pkgconfigdir=/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/pkgconfig SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=rdoc --rdoc-output=".ext/rdoc" --html-output=".ext/html"
Installing to
installing rdoc: /nix/store/ch7ibqvdkcbcpkcnvjq8wk96qjc56wbw-ruby-x86_64-unknown-linux-gnufilc0-3.3.10-devdoc/share/ri/3.3.0/system
/nix/store/h53cdjyfinblmnjh3hgwqqfhdxqyyd3h-ruby-3.3.9/bin/ruby --disable=gems -I/build/ruby-3.3.10 -rx86_64-linux-filc0-fake -I`cd ./lib; pwd` --disable-gems -r./x86_64-linux-filc0-fake ./tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- aclocaldir=/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/share/aclocal m4datadir=/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/share/aclocal pkgconfigdir=/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/pkgconfig SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --rdoc-output=".ext/rdoc" --html-output=".ext/html"
Installing to
installing binary commands: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin
installing base libraries: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib
installing arch files: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0
installing pkgconfig data: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/pkgconfig
installing extension objects: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0
installing extension objects: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/site_ruby/3.3.0/x86_64-linux-filc0
installing extension objects: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/vendor_ruby/3.3.0/x86_64-linux-filc0
installing extension headers: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/include/ruby-3.3.0/x86_64-linux-filc0
installing extension scripts: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0
installing extension scripts: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/site_ruby/3.3.0
installing extension scripts: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/vendor_ruby/3.3.0
installing extension headers: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/include/ruby-3.3.0/ruby
installing rdoc: /nix/store/ch7ibqvdkcbcpkcnvjq8wk96qjc56wbw-ruby-x86_64-unknown-linux-gnufilc0-3.3.10-devdoc/share/ri/3.3.0/system
installing html-docs: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/share/doc/ruby-x86_64-unknown-linux-gnufilc0
installing capi-docs: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/share/doc/ruby-x86_64-unknown-linux-gnufilc0
installing command scripts: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin
installing library scripts: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0
installing common headers: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/include/ruby-3.3.0
installing manpages: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/share/man/man1
installing default gems from lib: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/gems/3.3.0
abbrev 0.1.2
base64 0.2.0
benchmark 0.3.0
bundler 2.5.22
cgi 0.4.2
csv 3.2.8
delegate 0.3.1
did_you_mean 1.6.3
drb 2.2.0
english 0.8.0
erb 4.0.3
error_highlight 0.6.0
fileutils 1.7.2
find 0.2.0
forwardable 1.3.3
getoptlong 0.2.1
ipaddr 1.2.6
irb 1.13.1
logger 1.6.0
mutex_m 0.2.0
net-http 0.4.1
net-protocol 0.2.2
observer 0.1.2
open-uri 0.4.1
open3 0.2.1
optparse 0.4.0
ostruct 0.6.0
pp 0.5.0
prettyprint 0.2.0
prism 0.19.0
pstore 0.1.3
rdoc 6.6.3.1
readline 0.0.4
reline 0.5.10
resolv 0.3.1
resolv-replace 0.1.1
rinda 0.2.0
ruby2_keywords 0.0.5
securerandom 0.3.1
set 1.1.0
shellwords 0.2.0
singleton 0.2.0
syntax_suggest 2.0.1
tempfile 0.2.1
time 0.3.0
timeout 0.4.1
tmpdir 0.2.0
tsort 0.2.0
un 0.3.0
uri 0.13.3
weakref 0.1.3
yaml 0.3.0
installing default gems from ext: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/gems/3.3.0
bigdecimal 3.1.5
date 3.3.4
digest 3.1.1
etc 1.4.3
fcntl 1.1.0
fiddle 1.1.2
io-console 0.7.1
io-nonblock 0.3.0
io-wait 0.3.1
json 2.7.2
nkf 0.1.3
openssl 3.2.2
pathname 0.3.0
psych 5.1.2
stringio 3.1.1
strscan 3.0.9
syslog 0.1.2
zlib 3.1.1
installing bundled gems: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/gems/3.3.0
minitest 5.20.0
power_assert 2.0.3
rake 13.1.0
test-unit 3.6.1
rexml 3.4.4
rss 0.3.1
net-ftp 0.3.4
net-imap 0.4.21
net-pop 0.1.2
net-smtp 0.5.1
matrix 0.4.2
prime 0.1.2
rbs 3.4.0
typeprof 0.21.9
debug 1.9.2
racc 1.7.3
installing bundled gem cache: /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/gems/3.3.0/cache
make: Entering directory '/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/gems/3.3.0/gems/rbs-3.4.0/ext/rbs_extension'
make: Leaving directory '/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/gems/3.3.0/gems/rbs-3.4.0/ext/rbs_extension'
make: Entering directory '/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext/debug'
make: Leaving directory '/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext/debug'
installPhase completed in 37 seconds
→ fixupPhase
Patching '/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/pkgconfig/ruby-3.3.pc' includedir to output /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10
shrinking RPATHs of ELF executables and libraries in /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/gems/3.3.0/extensions/x86_64-linux/3.3.0/rbs-3.4.0/rbs_extension.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/gems/3.3.0/extensions/x86_64-linux/3.3.0/debug-1.9.2/debug/debug.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/gems/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.7.3/racc/cparse.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/transdb.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/big5.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/cesu_8.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/chinese.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/ebcdic.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/emoji.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/emoji_sjis_docomo.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/emoji_iso2022_kddi.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/emoji_sjis_kddi.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/emoji_sjis_softbank.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/escape.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/gb18030.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/gbk.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/iso2022.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/japanese_euc.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/japanese.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/japanese_sjis.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/korean.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/single_byte.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/utf8_mac.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/trans/utf_16_32.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/encdb.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/big5.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/cesu_8.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/cp949.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/emacs_mule.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/euc_jp.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/euc_kr.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/euc_tw.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/gb2312.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/gb18030.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/gbk.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_1.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_2.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_3.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_4.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_5.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_6.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_7.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_8.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_9.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_10.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_11.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_13.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_14.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_15.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/iso_8859_16.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/koi8_r.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/koi8_u.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/shift_jis.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/utf_16be.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/utf_16le.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/utf_32be.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/utf_32le.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/windows_31j.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/windows_1250.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/windows_1251.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/windows_1252.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/windows_1254.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/windows_1253.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/enc/windows_1257.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/cgi/escape.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/continuation.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/coverage.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/erb/escape.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/digest.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/fcntl.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/etc.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/io/wait.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/io/console.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/io/nonblock.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/monitor.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/fiddle.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/bigdecimal.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/objspace.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/pty.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/rbconfig/sizeof.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/psych.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/pathname.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/date_core.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/syslog.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/strscan.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/stringio.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/digest/bubblebabble.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/digest/md5.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/digest/rmd160.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/digest/sha1.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/digest/sha2.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/nkf.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/zlib.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/json/ext/parser.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/json/ext/generator.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/socket.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/openssl.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/ruby/3.3.0/x86_64-linux-filc0/ripper.so
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib/libruby-3.3.10.so.3.3.10
shrinking /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin/ruby
checking for references to /build/ in /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10...
gzipping man pages under /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/share/man/
patching script interpreter paths in /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10
stripping (with command strip and flags -S -p) in /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/lib /nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/ch7ibqvdkcbcpkcnvjq8wk96qjc56wbw-ruby-x86_64-unknown-linux-gnufilc0-3.3.10-devdoc
checking for references to /build/ in /nix/store/ch7ibqvdkcbcpkcnvjq8wk96qjc56wbw-ruby-x86_64-unknown-linux-gnufilc0-3.3.10-devdoc...
patching script interpreter paths in /nix/store/ch7ibqvdkcbcpkcnvjq8wk96qjc56wbw-ruby-x86_64-unknown-linux-gnufilc0-3.3.10-devdoc
stripping (with command strip and flags -S -p) in /nix/store/ch7ibqvdkcbcpkcnvjq8wk96qjc56wbw-ruby-x86_64-unknown-linux-gnufilc0-3.3.10-devdoc/lib
→ installCheckPhase
bundler-2.6.6
Build started
ruby3.3-mini_portile2-2.8.5
Build started
bundler-2.6.6
Using versionCheckHook
→ unpackPhase
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
ruby3.3-mini_portile2-2.8.5
→ unpackPhase
bundler-2.6.6
→ updateAutotoolsGnuConfigScriptsPhase
ruby3.3-mini_portile2-2.8.5
→ patchPhase
bundler-2.6.6
→ configurePhase
ruby3.3-mini_portile2-2.8.5
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
bundler-2.6.6
no configure script, doing nothing
→ installPhase
buildFlags:
ruby3.3-mini_portile2-2.8.5
no configure script, doing nothing
→ installPhase
buildFlags:
WARNING: You build with buildroot.
Build root: /
Bin dir: /nix/store/db8mip529ygdskvx5yz1cs36gp9r3nah-ruby-x86_64-unknown-linux-gnufilc03.3-mini_portile2-2.8.5-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
Gem home: /nix/store/db8mip529ygdskvx5yz1cs36gp9r3nah-ruby-x86_64-unknown-linux-gnufilc03.3-mini_portile2-2.8.5-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0
Plugins dir: /nix/store/db8mip529ygdskvx5yz1cs36gp9r3nah-ruby-x86_64-unknown-linux-gnufilc03.3-mini_portile2-2.8.5-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/plugins
bundler-2.6.6
WARNING: You build with buildroot.
Build root: /
Bin dir: /nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
Gem home: /nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0
Plugins dir: /nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/plugins
ruby3.3-mini_portile2-2.8.5
Successfully installed mini_portile2-2.8.5
1 gem installed
/nix/store/db8mip529ygdskvx5yz1cs36gp9r3nah-ruby-x86_64-unknown-linux-gnufilc03.3-mini_portile2-2.8.5-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0 /build
removed 'cache/mini_portile2-2.8.5.gem'
removed directory 'cache'
/build
bundler-2.6.6
Successfully installed bundler-2.6.6
1 gem installed
/nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0 /build
removed 'cache/bundler-2.6.6.gem'
removed directory 'cache'
/build
ruby3.3-mini_portile2-2.8.5
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/db8mip529ygdskvx5yz1cs36gp9r3nah-ruby-x86_64-unknown-linux-gnufilc03.3-mini_portile2-2.8.5-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/db8mip529ygdskvx5yz1cs36gp9r3nah-ruby-x86_64-unknown-linux-gnufilc03.3-mini_portile2-2.8.5-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/db8mip529ygdskvx5yz1cs36gp9r3nah-ruby-x86_64-unknown-linux-gnufilc03.3-mini_portile2-2.8.5-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in /nix/store/db8mip529ygdskvx5yz1cs36gp9r3nah-ruby-x86_64-unknown-linux-gnufilc03.3-mini_portile2-2.8.5-x86_64-unknown-linux-gnufilc0/lib /nix/store/db8mip529ygdskvx5yz1cs36gp9r3nah-ruby-x86_64-unknown-linux-gnufilc03.3-mini_portile2-2.8.5-x86_64-unknown-linux-gnufilc0/bin
rewriting symlink /nix/store/db8mip529ygdskvx5yz1cs36gp9r3nah-ruby-x86_64-unknown-linux-gnufilc03.3-mini_portile2-2.8.5-x86_64-unknown-linux-gnufilc0/nix-support/gem-meta/spec to be relative to /nix/store/db8mip529ygdskvx5yz1cs36gp9r3nah-ruby-x86_64-unknown-linux-gnufilc03.3-mini_portile2-2.8.5-x86_64-unknown-linux-gnufilc0
ruby3.3-mustache-1.1.1
Build started
→ unpackPhase
bundler-2.6.6
patching script interpreter paths in /nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
ruby3.3-mustache-1.1.1
→ patchPhase
bundler-2.6.6
/nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin/bundle: interpreter directive changed from "#!/nix/store/jriyf2i0vc5yhcycsnclh5kpzpg9y7pc-ruby-3.3.9/bin/ruby" to "/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin/ruby"
ruby3.3-mustache-1.1.1
→ updateAutotoolsGnuConfigScriptsPhase
bundler-2.6.6
/nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin/bundler: interpreter directive changed from "#!/nix/store/jriyf2i0vc5yhcycsnclh5kpzpg9y7pc-ruby-3.3.9/bin/ruby" to "/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin/ruby"
ruby3.3-mustache-1.1.1
→ updateAutotoolsGnuConfigScriptsPhase
bundler-2.6.6
→ fixupPhase
ruby3.3-mustache-1.1.1
→ configurePhase
bundler-2.6.6
shrinking RPATHs of ELF executables and libraries in /nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0
ruby3.3-mustache-1.1.1
no configure script, doing nothing
→ installPhase
buildFlags:
bundler-2.6.6
checking for references to /build/ in /nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0...
gzipping man pages under /nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0/share/man/
ruby3.3-mustache-1.1.1
WARNING: You build with buildroot.
Build root: /
Bin dir: /nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
Gem home: /nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0
Plugins dir: /nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/plugins
Successfully installed mustache-1.1.1
1 gem installed
/nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0 /build
removed 'cache/mustache-1.1.1.gem'
removed directory 'cache'
/build
bundler-2.6.6
stripping (with command strip and flags -S -p) in /nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0/lib /nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0/bin
ruby3.3-mustache-1.1.1
patching script interpreter paths in /nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
/nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin/mustache: interpreter directive changed from "#!/nix/store/jriyf2i0vc5yhcycsnclh5kpzpg9y7pc-ruby-3.3.9/bin/ruby" to "/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin/ruby"
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0...
gzipping man pages under /nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0/share/man/
bundler-2.6.6
rewriting symlink /nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0/nix-support/gem-meta/spec to be relative to /nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0
→ installCheckPhase
ruby3.3-mustache-1.1.1
patching script interpreter paths in /nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0
bundler-2.6.6
Executing versionCheckPhase
ruby3.3-mustache-1.1.1
/nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/gems/mustache-1.1.1/bin/mustache: interpreter directive changed from "#!/usr/bin/env ruby" to "/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin/ruby"
stripping (with command strip and flags -S -p) in /nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0/lib /nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0/bin
rewriting symlink /nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0/nix-support/gem-meta/spec to be relative to /nix/store/m77p1srmdd5qrdhccq723v6brzpy80q0-ruby-x86_64-unknown-linux-gnufilc03.3-mustache-1.1.1-x86_64-unknown-linux-gnufilc0
ruby3.3-racc-1.7.3
Build started
→ unpackPhase
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ installPhase
buildFlags:
WARNING: You build with buildroot.
Build root: /
Bin dir: /nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
Gem home: /nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0
Plugins dir: /nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/plugins
Building native extensions. This could take a while...
bundler-2.6.6
Successfully managed to find version 2.6.6 in the output of the command /nix/store/wx6lczx6bw2jsqvi9fk7r2hn3awzgn8f-bundler-2.6.6-x86_64-unknown-linux-gnufilc0/bin/bundler --version
Bundler version 2.6.6
Finished versionCheckPhase
no Makefile or custom installCheckPhase, doing nothing
ruby3.3-rexml-3.2.6
Build started
→ unpackPhase
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ installPhase
buildFlags:
WARNING: You build with buildroot.
Build root: /
Bin dir: /nix/store/fcb86qn9i619zckzprnkwk2925minnr4-ruby-x86_64-unknown-linux-gnufilc03.3-rexml-3.2.6-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
Gem home: /nix/store/fcb86qn9i619zckzprnkwk2925minnr4-ruby-x86_64-unknown-linux-gnufilc03.3-rexml-3.2.6-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0
Plugins dir: /nix/store/fcb86qn9i619zckzprnkwk2925minnr4-ruby-x86_64-unknown-linux-gnufilc03.3-rexml-3.2.6-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/plugins
Successfully installed rexml-3.2.6
1 gem installed
/nix/store/fcb86qn9i619zckzprnkwk2925minnr4-ruby-x86_64-unknown-linux-gnufilc03.3-rexml-3.2.6-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0 /build
removed 'cache/rexml-3.2.6.gem'
removed directory 'cache'
/build
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/fcb86qn9i619zckzprnkwk2925minnr4-ruby-x86_64-unknown-linux-gnufilc03.3-rexml-3.2.6-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/fcb86qn9i619zckzprnkwk2925minnr4-ruby-x86_64-unknown-linux-gnufilc03.3-rexml-3.2.6-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/fcb86qn9i619zckzprnkwk2925minnr4-ruby-x86_64-unknown-linux-gnufilc03.3-rexml-3.2.6-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in /nix/store/fcb86qn9i619zckzprnkwk2925minnr4-ruby-x86_64-unknown-linux-gnufilc03.3-rexml-3.2.6-x86_64-unknown-linux-gnufilc0/lib /nix/store/fcb86qn9i619zckzprnkwk2925minnr4-ruby-x86_64-unknown-linux-gnufilc03.3-rexml-3.2.6-x86_64-unknown-linux-gnufilc0/bin
rewriting symlink /nix/store/fcb86qn9i619zckzprnkwk2925minnr4-ruby-x86_64-unknown-linux-gnufilc03.3-rexml-3.2.6-x86_64-unknown-linux-gnufilc0/nix-support/gem-meta/spec to be relative to /nix/store/fcb86qn9i619zckzprnkwk2925minnr4-ruby-x86_64-unknown-linux-gnufilc03.3-rexml-3.2.6-x86_64-unknown-linux-gnufilc0
ruby3.3-kramdown-2.4.0
Build started
ruby3.3-racc-1.7.3
Successfully installed racc-1.7.3
1 gem installed
/nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0 /build
gems/racc-1.7.3/ext/racc/cparse/Makefile
extensions/x86_64-linux/3.3.0/racc-1.7.3/gem_make.out
removed 'cache/racc-1.7.3.gem'
removed directory 'cache'
/build
ruby3.3-kramdown-2.4.0
→ unpackPhase
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
ruby3.3-racc-1.7.3
patching script interpreter paths in /nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
/nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin/racc: interpreter directive changed from "#!/nix/store/jriyf2i0vc5yhcycsnclh5kpzpg9y7pc-ruby-3.3.9/bin/ruby" to "/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin/ruby"
ruby3.3-kramdown-2.4.0
no configure script, doing nothing
→ installPhase
ruby3.3-racc-1.7.3
→ fixupPhase
ruby3.3-kramdown-2.4.0
buildFlags:
ruby3.3-racc-1.7.3
shrinking RPATHs of ELF executables and libraries in /nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0
shrinking /nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.7.3/racc/cparse.so
shrinking /nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/gems/racc-1.7.3/lib/racc/cparse.so
checking for references to /build/ in /nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0
/nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/gems/racc-1.7.3/bin/racc: interpreter directive changed from "#!/usr/bin/env ruby" to "/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin/ruby"
stripping (with command strip and flags -S -p) in /nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0/lib /nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0/bin
rewriting symlink /nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0/nix-support/gem-meta/spec to be relative to /nix/store/wwgacvz1i2h8m7zgb84qv9arslwla8hb-ruby-x86_64-unknown-linux-gnufilc03.3-racc-1.7.3-x86_64-unknown-linux-gnufilc0
ruby3.3-nokogiri-1.16.0
Build started
→ unpackPhase
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
ruby3.3-kramdown-2.4.0
WARNING: You build with buildroot.
Build root: /
Bin dir: /nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
Gem home: /nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0
Plugins dir: /nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/plugins
ruby3.3-nokogiri-1.16.0
no configure script, doing nothing
→ installPhase
buildFlags: --use-system-libraries --with-zlib-lib=/nix/store/79zhs7330yj1fcaqc65klhhsvqdb8xp2-zlib-1.3-x86_64-unknown-linux-gnufilc0/lib --with-zlib-include=/nix/store/jj4xrn5lnh58zs5x8v0h83rh0id4ds92-zlib-1.3-x86_64-unknown-linux-gnufilc0-dev/include --with-xml2-lib=/nix/store/dfv466r1xa4a4hk3rac23s4c5fvnr2zn-libxml2-x86_64-unknown-linux-gnufilc0-2.13.8/lib --with-xml2-include=/nix/store/ssl832harg6nnczpn2iyddjvh5289xj9-libxml2-x86_64-unknown-linux-gnufilc0-2.13.8-dev/include/libxml2 --with-xslt-lib=/nix/store/zhnqwqnqpd56n9ppmg8rylnb06hgl0cl-libxslt-x86_64-unknown-linux-gnufilc0-1.1.43/lib --with-xslt-include=/nix/store/y9i4mag8an7sa92hxh7y35k6idmlm363-libxslt-x86_64-unknown-linux-gnufilc0-1.1.43-dev/include --with-exslt-lib=/nix/store/zhnqwqnqpd56n9ppmg8rylnb06hgl0cl-libxslt-x86_64-unknown-linux-gnufilc0-1.1.43/lib --with-exslt-include=/nix/store/y9i4mag8an7sa92hxh7y35k6idmlm363-libxslt-x86_64-unknown-linux-gnufilc0-1.1.43-dev/include
ruby3.3-kramdown-2.4.0
Successfully installed kramdown-2.4.0
1 gem installed
/nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0 /build
removed 'cache/kramdown-2.4.0.gem'
removed directory 'cache'
/build
patching script interpreter paths in /nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
/nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin/kramdown: interpreter directive changed from "#!/nix/store/jriyf2i0vc5yhcycsnclh5kpzpg9y7pc-ruby-3.3.9/bin/ruby" to "/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin/ruby"
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0
ruby3.3-nokogiri-1.16.0
WARNING: You build with buildroot.
Build root: /
Bin dir: /nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
Gem home: /nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0
Plugins dir: /nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/plugins
Building native extensions with: '--use-system-libraries --with-zlib-lib=/nix/store/79zhs7330yj1fcaqc65klhhsvqdb8xp2-zlib-1.3-x86_64-unknown-linux-gnufilc0/lib --with-zlib-include=/nix/store/jj4xrn5lnh58zs5x8v0h83rh0id4ds92-zlib-1.3-x86_64-unknown-linux-gnufilc0-dev/include --with-xml2-lib=/nix/store/dfv466r1xa4a4hk3rac23s4c5fvnr2zn-libxml2-x86_64-unknown-linux-gnufilc0-2.13.8/lib --with-xml2-include=/nix/store/ssl832harg6nnczpn2iyddjvh5289xj9-libxml2-x86_64-unknown-linux-gnufilc0-2.13.8-dev/include/libxml2 --with-xslt-lib=/nix/store/zhnqwqnqpd56n9ppmg8rylnb06hgl0cl-libxslt-x86_64-unknown-linux-gnufilc0-1.1.43/lib --with-xslt-include=/nix/store/y9i4mag8an7sa92hxh7y35k6idmlm363-libxslt-x86_64-unknown-linux-gnufilc0-1.1.43-dev/include --with-exslt-lib=/nix/store/zhnqwqnqpd56n9ppmg8rylnb06hgl0cl-libxslt-x86_64-unknown-linux-gnufilc0-1.1.43/lib --with-exslt-include=/nix/store/y9i4mag8an7sa92hxh7y35k6idmlm363-libxslt-x86_64-unknown-linux-gnufilc0-1.1.43-dev/include'
This could take a while...
ruby3.3-kramdown-2.4.0
checking for references to /build/ in /nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0...
gzipping man pages under /nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0/share/man/
patching script interpreter paths in /nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0
/nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/gems/kramdown-2.4.0/bin/kramdown: interpreter directive changed from "#!/usr/bin/env ruby" to "/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin/ruby"
stripping (with command strip and flags -S -p) in /nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0/lib /nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0/bin
rewriting symlink /nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0/nix-support/gem-meta/spec to be relative to /nix/store/1hhcg10dvpyxsfw7s5yf9n0vyfjy5i8s-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-2.4.0-x86_64-unknown-linux-gnufilc0
ruby3.3-kramdown-parser-gfm-1.1.0
Build started
→ unpackPhase
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ installPhase
buildFlags:
WARNING: You build with buildroot.
Build root: /
Bin dir: /nix/store/r2babzbgshidw03ayksc11cp84bxpwn2-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-parser-gfm-1.1.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
Gem home: /nix/store/r2babzbgshidw03ayksc11cp84bxpwn2-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-parser-gfm-1.1.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0
Plugins dir: /nix/store/r2babzbgshidw03ayksc11cp84bxpwn2-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-parser-gfm-1.1.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/plugins
Successfully installed kramdown-parser-gfm-1.1.0
1 gem installed
/nix/store/r2babzbgshidw03ayksc11cp84bxpwn2-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-parser-gfm-1.1.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0 /build
removed 'cache/kramdown-parser-gfm-1.1.0.gem'
removed directory 'cache'
/build
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/r2babzbgshidw03ayksc11cp84bxpwn2-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-parser-gfm-1.1.0-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/r2babzbgshidw03ayksc11cp84bxpwn2-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-parser-gfm-1.1.0-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/r2babzbgshidw03ayksc11cp84bxpwn2-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-parser-gfm-1.1.0-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in /nix/store/r2babzbgshidw03ayksc11cp84bxpwn2-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-parser-gfm-1.1.0-x86_64-unknown-linux-gnufilc0/lib /nix/store/r2babzbgshidw03ayksc11cp84bxpwn2-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-parser-gfm-1.1.0-x86_64-unknown-linux-gnufilc0/bin
rewriting symlink /nix/store/r2babzbgshidw03ayksc11cp84bxpwn2-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-parser-gfm-1.1.0-x86_64-unknown-linux-gnufilc0/nix-support/gem-meta/spec to be relative to /nix/store/r2babzbgshidw03ayksc11cp84bxpwn2-ruby-x86_64-unknown-linux-gnufilc03.3-kramdown-parser-gfm-1.1.0-x86_64-unknown-linux-gnufilc0
ruby3.3-nokogiri-1.16.0
Successfully installed nokogiri-1.16.0
1 gem installed
/nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0 /build
gems/nokogiri-1.16.0/ext/nokogiri/Makefile
extensions/x86_64-linux/3.3.0/nokogiri-1.16.0/mkmf.log
extensions/x86_64-linux/3.3.0/nokogiri-1.16.0/gem_make.out
removed 'cache/nokogiri-1.16.0.gem'
removed directory 'cache'
/build
patching script interpreter paths in /nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
/nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin/nokogiri: interpreter directive changed from "#!/nix/store/jriyf2i0vc5yhcycsnclh5kpzpg9y7pc-ruby-3.3.9/bin/ruby" to "/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin/ruby"
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0
shrinking /nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/extensions/x86_64-linux/3.3.0/nokogiri-1.16.0/nokogiri/nokogiri.so
shrinking /nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/gems/nokogiri-1.16.0/lib/nokogiri/nokogiri.so
checking for references to /build/ in /nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0
/nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/gems/nokogiri-1.16.0/bin/nokogiri: interpreter directive changed from "#!/usr/bin/env ruby" to "/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin/ruby"
stripping (with command strip and flags -S -p) in /nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0/lib /nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0/bin
rewriting symlink /nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0/nix-support/gem-meta/spec to be relative to /nix/store/zigaw7m2vmz2gr4hvrsswsq7x7pr1yhn-ruby-x86_64-unknown-linux-gnufilc03.3-nokogiri-1.16.0-x86_64-unknown-linux-gnufilc0
ruby3.3-ronn-ng-0.10.1
Build started
→ unpackPhase
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ installPhase
buildFlags:
WARNING: You build with buildroot.
Build root: /
Bin dir: /nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
Gem home: /nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0
Plugins dir: /nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/plugins
Successfully installed ronn-ng-0.10.1
1 gem installed
/nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0 /build
removed 'cache/ronn-ng-0.10.1.gem'
removed directory 'cache'
/build
patching script interpreter paths in /nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin
/nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/bin/ronn: interpreter directive changed from "#!/nix/store/jriyf2i0vc5yhcycsnclh5kpzpg9y7pc-ruby-3.3.9/bin/ruby" to "/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin/ruby"
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0...
gzipping man pages under /nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0/share/man/
patching script interpreter paths in /nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0
/nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0/lib/ruby/gems/3.3.0/gems/ronn-ng-0.10.1/bin/ronn: interpreter directive changed from "#!/usr/bin/env ruby" to "/nix/store/8lzjkw1fxjvbxcrg90r2rgi56gl4h59q-ruby-x86_64-unknown-linux-gnufilc0-3.3.10/bin/ruby"
stripping (with command strip and flags -S -p) in /nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0/lib /nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0/bin
rewriting symlink /nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0/nix-support/gem-meta/spec to be relative to /nix/store/x17aq5n3plqf4z48wg9w7wf6ih5riycm-ruby-x86_64-unknown-linux-gnufilc03.3-ronn-ng-0.10.1-x86_64-unknown-linux-gnufilc0
ronn-gems
Build started
created 28 symlinks in user environment
ronn-0.10.1
Build started
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
no Makefile or custom buildPhase, doing nothing
→ installPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/9r87lc0lkmhj9kn7mdax5ax43py5ldj2-ronn-x86_64-unknown-linux-gnufilc0-0.10.1
checking for references to /build/ in /nix/store/9r87lc0lkmhj9kn7mdax5ax43py5ldj2-ronn-x86_64-unknown-linux-gnufilc0-0.10.1...
patching script interpreter paths in /nix/store/9r87lc0lkmhj9kn7mdax5ax43py5ldj2-ronn-x86_64-unknown-linux-gnufilc0-0.10.1
stripping (with command strip and flags -S -p) in /nix/store/9r87lc0lkmhj9kn7mdax5ax43py5ldj2-ronn-x86_64-unknown-linux-gnufilc0-0.10.1/bin
automirror-49
Build started
→ unpackPhase
unpacking source archive /nix/store/jm15lsdn1cxc782a95lhk3nc3hdgmx3f-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: git: command not found
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: git: command not found
No build required
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash DESTDIR=\$\(out\) install
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: git: command not found
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: git: command not found
mkdir -p /nix/store/0b69v5d7hdf2h1s9fxskzsr172fibzda-automirror-x86_64-unknown-linux-gnufilc0-49/bin /nix/store/0b69v5d7hdf2h1s9fxskzsr172fibzda-automirror-x86_64-unknown-linux-gnufilc0-49/share/applications /nix/store/0b69v5d7hdf2h1s9fxskzsr172fibzda-automirror-x86_64-unknown-linux-gnufilc0-49/share/icons/hicolor/scalable/apps /nix/store/0b69v5d7hdf2h1s9fxskzsr172fibzda-automirror-x86_64-unknown-linux-gnufilc0-49/share/man/man1
install -m 0755 automirror.sh -D /nix/store/0b69v5d7hdf2h1s9fxskzsr172fibzda-automirror-x86_64-unknown-linux-gnufilc0-49/bin/automirror
install -m 0644 automirror*.desktop /nix/store/0b69v5d7hdf2h1s9fxskzsr172fibzda-automirror-x86_64-unknown-linux-gnufilc0-49/share/applications
install -m 0644 automirror*.svg /nix/store/0b69v5d7hdf2h1s9fxskzsr172fibzda-automirror-x86_64-unknown-linux-gnufilc0-49/share/icons/hicolor/scalable/apps
ronn --pipe <README.md | gzip -9 > /nix/store/0b69v5d7hdf2h1s9fxskzsr172fibzda-automirror-x86_64-unknown-linux-gnufilc0-49/share/man/man1/automirror.1.gz
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: ronn: command not found
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/0b69v5d7hdf2h1s9fxskzsr172fibzda-automirror-x86_64-unknown-linux-gnufilc0-49
checking for references to /build/ in /nix/store/0b69v5d7hdf2h1s9fxskzsr172fibzda-automirror-x86_64-unknown-linux-gnufilc0-49...
gzipping man pages under /nix/store/0b69v5d7hdf2h1s9fxskzsr172fibzda-automirror-x86_64-unknown-linux-gnufilc0-49/share/man/
patching script interpreter paths in /nix/store/0b69v5d7hdf2h1s9fxskzsr172fibzda-automirror-x86_64-unknown-linux-gnufilc0-49
stripping (with command strip and flags -S -p) in /nix/store/0b69v5d7hdf2h1s9fxskzsr172fibzda-automirror-x86_64-unknown-linux-gnufilc0-49/bin
augeas-1.14.1
error: Cannot build '/nix/store/41aib4clgkkvm8irlk7z2fgypzkdn4i3-augeas-x86_64-unknown-linux-gnufilc0-1.14.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/2amb2x81dwdxx0d96x4sk9ipi6ilx9qw-augeas-x86_64-unknown-linux-gnufilc0-1.14.1-dev
/nix/store/hwd83r4hsz0mvsakbny8pzlaj0h6k974-augeas-x86_64-unknown-linux-gnufilc0-1.14.1
Last 25 log lines:
> PASS: test-regex
> ============================================================================
> Testsuite summary for augeas 1.14.1
> ============================================================================
> # TOTAL: 163
> # PASS: 128
> # SKIP: 29
> # XFAIL: 0
> # FAIL: 6
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See gnulib/tests/test-suite.log
> ============================================================================
> make[5]: *** [Makefile:4344: test-suite.log] Error 1
> make[5]: Leaving directory '/build/source/gnulib/tests'
> make[4]: *** [Makefile:4452: check-TESTS] Error 2
> make[4]: Leaving directory '/build/source/gnulib/tests'
> make[3]: *** [Makefile:5684: check-am] Error 2
> make[3]: Leaving directory '/build/source/gnulib/tests'
> make[2]: *** [Makefile:4236: check-recursive] Error 1
> make[2]: Leaving directory '/build/source/gnulib/tests'
> make[1]: *** [Makefile:5686: check] Error 2
> make[1]: Leaving directory '/build/source/gnulib/tests'
> make: *** [Makefile:1847: check-recursive] Error 1
For full logs, run:
nix log /nix/store/41aib4clgkkvm8irlk7z2fgypzkdn4i3-augeas-x86_64-unknown-linux-gnufilc0-1.14.1.drvautobuild-5.3
error: Cannot build '/nix/store/q7w7hvmraan7fvwrqdi4gyswsxia7nda-autobuild-x86_64-unknown-linux-gnufilc0-5.3.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/9w1lsp13k3dklv6cj9xdmq8cnv3rxcdx-autobuild-x86_64-unknown-linux-gnufilc0-5.3
Last 25 log lines:
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
> Running phase: configurePhase
> patching script interpreter paths in ./configure
> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
> configure flags: --prefix=/nix/store/9w1lsp13k3dklv6cj9xdmq8cnv3rxcdx-autobuild-x86_64-unknown-linux-gnufilc0-5.3 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
> checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
> checking whether build environment is sane... yes
> checking for x86_64-unknown-linux-gnufilc0-strip... strip
> checking for a thread-safe mkdir -p... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for x86_64-unknown-linux-gnufilc0-ranlib... ranlib
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnufilc0
> configure: autobuild project... autobuild
> configure: autobuild revision... 5.3
> ./configure: line 2396: hostname: command not found
> configure: autobuild timestamp... 20260914T214657Z
> checking for perl... no
> configure: error: perl not found
For full logs, run:
nix log /nix/store/q7w7hvmraan7fvwrqdi4gyswsxia7nda-autobuild-x86_64-unknown-linux-gnufilc0-5.3.drvautopano-sift-C-2.5.1
error: Cannot build '/nix/store/dsyq54cdgz8f48y6x600rzd2v93p1ma6-autopano-sift-C-x86_64-unknown-linux-gnufilc0-2.5.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/lhy6pwm43269yszxkcv277vgh2sakgc5-autopano-sift-C-x86_64-unknown-linux-gnufilc0-2.5.1
Last 25 log lines:
> | ^~~~~~~~
> 5 errors generated.
> make[2]: *** [APSCpp/ANN/CMakeFiles/ANN.dir/build.make:121: APSCpp/ANN/CMakeFiles/ANN.dir/kd_util.o] Error 1
> [ 36%] Building C object CMakeFiles/libsift.dir/DisplayImage.o
> [ 39%] Building C object CMakeFiles/libsift.dir/ImageMap.o
> [ 41%] Building C object CMakeFiles/libsift.dir/HashTable.o
> [ 43%] Building C object CMakeFiles/libsift.dir/ArrayList.o
> [ 45%] Building C object CMakeFiles/libsift.dir/Random.o
> [ 47%] Building C object CMakeFiles/libsift.dir/SimpleMatrix.o
> [ 50%] Building C object CMakeFiles/libsift.dir/Utils.o
> make[1]: *** [CMakeFiles/Makefile2:266: APSCpp/ANN/CMakeFiles/ANN.dir/all] Error 2
> make[1]: *** Waiting for unfinished jobs....
> /build/autopano-sift-C-2.5.1/Utils.c:99:16: warning: variables 'i' and 'xDim' used in loop condition not modified in loop body [-Wfor-loop-analysis]
> 99 | for(j=0; i< xDim; j++) {
> | ^ ~~~~
> /build/autopano-sift-C-2.5.1/Utils.c:131:10: warning: unused variable 'xDim' [-Wunused-variable]
> 131 | int xDim = mem[0];
> | ^~~~
> /build/autopano-sift-C-2.5.1/Utils.c:188:10: warning: unused variable 'xDim' [-Wunused-variable]
> 188 | int xDim = mem[0];
> | ^~~~
> 3 warnings generated.
> [ 52%] Linking C static library liblibsift.a
> [ 52%] Built target libsift
> make: *** [Makefile:156: all] Error 2
For full logs, run:
nix log /nix/store/dsyq54cdgz8f48y6x600rzd2v93p1ma6-autopano-sift-C-x86_64-unknown-linux-gnufilc0-2.5.1.drvautorevision-1.22
error: Cannot build '/nix/store/aar25ifyn5zjxi6nxdv0vm4x40j1ixvw-autorevision-x86_64-unknown-linux-gnufilc0-1.22.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/j3fik6all67d7rmvbv5mb61256jch9r8-autorevision-x86_64-unknown-linux-gnufilc0-1.22
Last 16 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/r98rid37rrbs4bajbzbs8256h6zajdw0-autorevision-1.22.tgz
> source root is autorevision-1.22
> setting SOURCE_DATE_EPOCH to timestamp 1611606303 of file "autorevision-1.22/AUTHORS.txt"
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> sed -e 's:&&ARVERSION&&:1.22:g' autorevision.sh > autorevision
> chmod +x autorevision
> a2x --attribute="revdate=2021-01-25" --attribute="revnumber=1.22" -f manpage autorevision.asciidoc
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: a2x: command not found
> make: *** [Makefile:65: autorevision.1] Error 127
For full logs, run:
nix log /nix/store/aar25ifyn5zjxi6nxdv0vm4x40j1ixvw-autorevision-x86_64-unknown-linux-gnufilc0-1.22.drvautotalent-0.2
error: Cannot build '/nix/store/95aqyyavxcxfbq3sh3si788hzj5kj4lb-autotalent-x86_64-unknown-linux-gnufilc0-0.2.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/l666l3ql0fsg8z7vm7m7z6zh0aby2iz1-autotalent-x86_64-unknown-linux-gnufilc0-0.2
Last 13 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/4k06c9wrwdkbglc6g6809l7zyaz0q1vq-source
> source root is source
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash INSTALL_PLUGINS_DIR=\$\(out\)/lib/ladspa
> gcc -I. -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC -fvisibility=hidden autotalent.c mayer_fft.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> make: *** [Makefile:46: autotalent.so] Error 127
For full logs, run:
nix log /nix/store/95aqyyavxcxfbq3sh3si788hzj5kj4lb-autotalent-x86_64-unknown-linux-gnufilc0-0.2.drvaugeas-1.14.1
error: build of '/nix/store/41aib4clgkkvm8irlk7z2fgypzkdn4i3-augeas-x86_64-unknown-linux-gnufilc0-1.14.1.drv^*', '/nix/store/95aqyyavxcxfbq3sh3si788hzj5kj4lb-autotalent-x86_64-unknown-linux-gnufilc0-0.2.drv^*', '/nix/store/aar25ifyn5zjxi6nxdv0vm4x40j1ixvw-autorevision-x86_64-unknown-linux-gnufilc0-1.22.drv^*', '/nix/store/dsyq54cdgz8f48y6x600rzd2v93p1ma6-autopano-sift-C-x86_64-unknown-linux-gnufilc0-2.5.1.drv^*', '/nix/store/q7w7hvmraan7fvwrqdi4gyswsxia7nda-autobuild-x86_64-unknown-linux-gnufilc0-5.3.drv^*' failed
End of log