* Package:    dev-ruby/json-2.19.4:2
 * Repository: gentoo
 * Maintainer: ruby@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux ruby_targets_ruby32 ruby_targets_ruby33
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
 * Running unpack phase for all
>>> Unpacking 'json-2.19.4.tar.gz' to /var/tmp/portage/dev-ruby/json-2.19.4/work/all
>>> Source unpacked in /var/tmp/portage/dev-ruby/json-2.19.4/work
>>> Preparing source in /var/tmp/portage/dev-ruby/json-2.19.4/work ...
 * Running prepare phase for all
 * Running prepare phase for all
 * Running source copy phase for ruby32
 * Running source copy phase for ruby33
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-ruby/json-2.19.4/work ...
 * Running configure phase for ruby32
checking for rb_enc_interned_str() in ruby/encoding.h... yes
checking for rb_str_to_interned_str() in ruby.h... yes
checking for rb_hash_new_capa() in ruby.h... yes
checking for rb_hash_bulk_insert() in ruby.h... yes
checking for RUBY_TYPED_EMBEDDABLE in ruby.h... no
checking for whether -std=c99 is accepted as CFLAGS... yes
checking for x86intrin.h... yes
checking for cpuid.h... yes
creating Makefile
checking for whether -std=c99 is accepted as CFLAGS... yes
checking for RUBY_TYPED_EMBEDDABLE in ruby.h... no
checking for x86intrin.h... yes
checking for cpuid.h... yes
creating Makefile
 * Running configure phase for ruby33
checking for rb_enc_interned_str() in ruby/encoding.h... yes
checking for rb_str_to_interned_str() in ruby.h... yes
checking for rb_hash_new_capa() in ruby.h... yes
checking for rb_hash_bulk_insert() in ruby.h... yes
checking for RUBY_TYPED_EMBEDDABLE in ruby.h... yes
checking for whether -std=c99 is accepted as CFLAGS... yes
checking for x86intrin.h... yes
checking for cpuid.h... yes
creating Makefile
checking for whether -std=c99 is accepted as CFLAGS... yes
checking for RUBY_TYPED_EMBEDDABLE in ruby.h... yes
checking for x86intrin.h... yes
checking for cpuid.h... yes
creating Makefile
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-ruby/json-2.19.4/work ...
 * Running compile phase for ruby32
make -j2 V=1 -C ext/json/ext/parser 
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/parser'
x86_64-pc-linux-gnu-gcc -I. -I/usr/include/ruby-3.2.0/x86_64-linux -I/usr/include/ruby-3.2.0/ruby/backward -I/usr/include/ruby-3.2.0 -I. -DHAVE_RB_ENC_INTERNED_STR -DHAVE_RB_STR_TO_INTERNED_STR -DHAVE_RB_HASH_NEW_CAPA -DHAVE_RB_HASH_BULK_INSERT -DHAVE_X86INTRIN_H -DJSON_ENABLE_SIMD -DHAVE_CPUID_H    -fPIC -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -flto=auto -std=c99  -o parser.o -c parser.c
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/parser'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/parser'
rm -f parser.so
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/parser'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/parser'
x86_64-pc-linux-gnu-gcc -shared -o parser.so parser.o -L. -L/usr/lib64 -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -flto=auto -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -flto=auto    -lruby32  -lm -lpthread  -lc
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/parser'
make -j2 V=1 -C ext/json/ext/generator 
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/generator'
x86_64-pc-linux-gnu-gcc -I. -I/usr/include/ruby-3.2.0/x86_64-linux -I/usr/include/ruby-3.2.0/ruby/backward -I/usr/include/ruby-3.2.0 -I. -DJSON_GENERATOR -DHAVE_X86INTRIN_H -DJSON_ENABLE_SIMD -DHAVE_CPUID_H    -fPIC -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -flto=auto -std=c99  -o generator.o -c generator.c
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/generator'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/generator'
rm -f generator.so
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/generator'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/generator'
x86_64-pc-linux-gnu-gcc -shared -o generator.so generator.o -L. -L/usr/lib64 -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -flto=auto -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -flto=auto    -lruby32  -lm -lpthread  -lc
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/generator'
 * Running compile phase for ruby33
make -j2 V=1 -C ext/json/ext/parser 
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/parser'
x86_64-pc-linux-gnu-gcc -I. -I/usr/include/ruby-3.3.0/x86_64-linux -I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. -DHAVE_RB_ENC_INTERNED_STR -DHAVE_RB_STR_TO_INTERNED_STR -DHAVE_RB_HASH_NEW_CAPA -DHAVE_RB_HASH_BULK_INSERT -DHAVE_CONST_RUBY_TYPED_EMBEDDABLE -DHAVE_X86INTRIN_H -DJSON_ENABLE_SIMD -DHAVE_CPUID_H    -fPIC -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -flto=auto -std=c99  -o parser.o -c parser.c
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/parser'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/parser'
rm -f parser.so
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/parser'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/parser'
x86_64-pc-linux-gnu-gcc -shared -o parser.so parser.o -L. -L/usr/lib64 -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -flto=auto -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -flto=auto    -lruby33  -lm -lpthread  -lc
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/parser'
make -j2 V=1 -C ext/json/ext/generator 
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/generator'
x86_64-pc-linux-gnu-gcc -I. -I/usr/include/ruby-3.3.0/x86_64-linux -I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I. -DHAVE_CONST_RUBY_TYPED_EMBEDDABLE -DJSON_GENERATOR -DHAVE_X86INTRIN_H -DJSON_ENABLE_SIMD -DHAVE_CPUID_H    -fPIC -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -flto=auto -std=c99  -o generator.o -c generator.c
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/generator'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/generator'
rm -f generator.so
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/generator'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/generator'
x86_64-pc-linux-gnu-gcc -shared -o generator.so generator.o -L. -L/usr/lib64 -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -flto=auto -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -flto=auto    -lruby33  -lm -lpthread  -lc
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/generator'
 * Running compile phase for all
>>> Source compiled.
 * Skipping make test/check due to ebuild restriction.
>>> Test phase [disabled because of RESTRICT=test]: dev-ruby/json-2.19.4

>>> Install dev-ruby/json-2.19.4 into /var/tmp/portage/dev-ruby/json-2.19.4/image
 * Running install phase for ruby32
 * installing extensions
make -j2 V=1 sitearchdir=/var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/gems/3.2.0/extensions/x86_64-linux/3.2.0/json-2.19.4 sitelibdir=/var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/site_ruby/3.2.0 -C ext/json/ext/parser install 
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/parser'
mkdir -p . /var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/gems/3.2.0/extensions/x86_64-linux/3.2.0/json-2.19.4/json/ext
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/parser'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/parser'
exit > .sitearchdir.-.json.-.ext.time
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/parser'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/parser'
/usr/bin/install -c -m 0755 parser.so /var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/gems/3.2.0/extensions/x86_64-linux/3.2.0/json-2.19.4/json/ext
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/parser'
make -j2 V=1 sitearchdir=/var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/gems/3.2.0/extensions/x86_64-linux/3.2.0/json-2.19.4 sitelibdir=/var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/site_ruby/3.2.0 -C ext/json/ext/generator install 
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/generator'
mkdir -p . /var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/gems/3.2.0/extensions/x86_64-linux/3.2.0/json-2.19.4/json/ext
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/generator'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/generator'
exit > .sitearchdir.-.json.-.ext.time
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/generator'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/generator'
/usr/bin/install -c -m 0755 generator.so /var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/gems/3.2.0/extensions/x86_64-linux/3.2.0/json-2.19.4/json/ext
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby32/json-2.19.4/ext/json/ext/generator'
 * Running install phase for ruby33
 * installing extensions
make -j2 V=1 sitearchdir=/var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/gems/3.3.0/extensions/x86_64-linux/3.3.0/json-2.19.4 sitelibdir=/var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/site_ruby/3.3.0 -C ext/json/ext/parser install 
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/parser'
mkdir -p . /var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/gems/3.3.0/extensions/x86_64-linux/3.3.0/json-2.19.4/json/ext
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/parser'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/parser'
exit > .sitearchdir.-.json.-.ext.time
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/parser'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/parser'
/usr/bin/install -c -m 0755 parser.so /var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/gems/3.3.0/extensions/x86_64-linux/3.3.0/json-2.19.4/json/ext
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/parser'
make -j2 V=1 sitearchdir=/var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/gems/3.3.0/extensions/x86_64-linux/3.3.0/json-2.19.4 sitelibdir=/var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/site_ruby/3.3.0 -C ext/json/ext/generator install 
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/generator'
mkdir -p . /var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/gems/3.3.0/extensions/x86_64-linux/3.3.0/json-2.19.4/json/ext
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/generator'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/generator'
exit > .sitearchdir.-.json.-.ext.time
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/generator'
make: Entering directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/generator'
/usr/bin/install -c -m 0755 generator.so /var/tmp/portage/dev-ruby/json-2.19.4/image/usr/lib64/ruby/gems/3.3.0/extensions/x86_64-linux/3.3.0/json-2.19.4/json/ext
make: Leaving directory '/var/tmp/portage/dev-ruby/json-2.19.4/work/ruby33/json-2.19.4/ext/json/ext/generator'
 * Running install phase for all
 * Running check install phase for ruby32
 * Running check install phase for ruby33
>>> Completed installing dev-ruby/json-2.19.4 into /var/tmp/portage/dev-ruby/json-2.19.4/image

 * Final size of build directory: 7404 KiB (7.2 MiB)
 * Final size of installed tree:  1148 KiB (1.1 MiB)

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   /usr/lib64/ruby/gems/3.2.0/gems/json-2.19.4/lib/json/ext/parser.so
   /usr/lib64/ruby/gems/3.2.0/gems/json-2.19.4/lib/json/ext/generator.so
   /usr/lib64/ruby/gems/3.2.0/extensions/x86_64-linux/3.2.0/json-2.19.4/json/ext/parser.so
   /usr/lib64/ruby/gems/3.2.0/extensions/x86_64-linux/3.2.0/json-2.19.4/json/ext/generator.so
   /usr/lib64/ruby/gems/3.3.0/gems/json-2.19.4/lib/json/ext/parser.so
   /usr/lib64/ruby/gems/3.3.0/gems/json-2.19.4/lib/json/ext/generator.so
   /usr/lib64/ruby/gems/3.3.0/extensions/x86_64-linux/3.3.0/json-2.19.4/json/ext/parser.so
   /usr/lib64/ruby/gems/3.3.0/extensions/x86_64-linux/3.3.0/json-2.19.4/json/ext/generator.so