>>> ruby-concurrent-ruby: Building community/ruby-concurrent-ruby 1.2.2-r1 (using abuild 3.12.0-r0) started Wed, 27 Dec 2023 19:24:56 +0000 >>> ruby-concurrent-ruby: Checking sanity of /home/buildozer/aports/community/ruby-concurrent-ruby/APKBUILD... >>> ruby-concurrent-ruby: Analyzing dependencies... >>> ruby-concurrent-ruby: Installing for build: build-base ruby ruby-dev ruby-rake ruby-rake-compiler jruby java-jdk ruby-rspec ruby-timecop (1/51) Installing libffi (3.4.4-r3) (2/51) Installing yaml (0.2.5-r2) (3/51) Installing ruby-libs (3.3.0-r0) (4/51) Installing libucontext (1.2-r2) (5/51) Installing ruby (3.3.0-r0) (6/51) Installing ruby-rdoc (3.3.0-r0) (7/51) Installing libgmpxx (6.3.0-r0) (8/51) Installing gmp-dev (6.3.0-r0) (9/51) Installing libucontext-dev (1.2-r2) (10/51) Installing ruby-dev (3.3.0-r0) (11/51) Installing ruby-rake (13.1.0-r0) (12/51) Installing ruby-rake-compiler (1.2.5-r1) (13/51) Installing jruby-libs (9.3.12.0-r0) (14/51) Installing musl-obstack (1.2.3-r2) (15/51) Installing gcompat (1.1.0-r4) (16/51) Installing java-jffi-native (1.3.12-r0) (17/51) Installing java-common (0.5-r0) (18/51) Installing libtasn1 (4.19.0-r2) (19/51) Installing p11-kit (0.25.3-r0) (20/51) Installing p11-kit-trust (0.25.3-r0) (21/51) Installing java-cacerts (1.0-r1) (22/51) Installing openjdk21-jre-headless (21.0.1_p12-r2) (23/51) Installing jruby (9.3.12.0-r0) (24/51) Installing libxau (1.0.11-r3) (25/51) Installing libmd (1.1.0-r0) (26/51) Installing libbsd (0.11.7-r3) (27/51) Installing libxdmcp (1.1.4-r3) (28/51) Installing libxcb (1.16-r0) (29/51) Installing libx11 (1.8.7-r0) (30/51) Installing libxext (1.3.5-r3) (31/51) Installing libxi (1.8.1-r2) (32/51) Installing libxrender (0.9.11-r4) (33/51) Installing libxtst (1.2.4-r4) (34/51) Installing alsa-lib (1.2.10-r0) (35/51) Installing libbz2 (1.0.8-r6) (36/51) Installing libpng (1.6.40-r0) (37/51) Installing freetype (2.13.2-r0) (38/51) Installing giflib (5.2.1-r5) (39/51) Installing libjpeg-turbo (3.0.1-r0) (40/51) Installing lcms2 (2.16-r0) (41/51) Installing openjdk21-jre (21.0.1_p12-r2) (42/51) Installing openjdk21-jmods (21.0.1_p12-r2) (43/51) Installing openjdk21-jdk (21.0.1_p12-r2) (44/51) Installing ruby-rspec-support (3.12.1-r1) (45/51) Installing ruby-rspec-core (3.12.2-r1) (46/51) Installing ruby-diff-lcs (1.5.0-r3) (47/51) Installing ruby-rspec-expectations (3.12.3-r1) (48/51) Installing ruby-rspec-mocks (3.12.6-r1) (49/51) Installing ruby-rspec (3.12.0-r2) (50/51) Installing ruby-timecop (0.9.8-r1) (51/51) Installing .makedepends-ruby-concurrent-ruby (20231227.192457) Executing busybox-1.36.1-r18.trigger Executing ca-certificates-20230506-r0.trigger Executing java-common-0.5-r0.trigger OK: 754 MiB in 155 packages >>> ruby-concurrent-ruby: Cleaning up srcdir >>> ruby-concurrent-ruby: Cleaning up pkgdir >>> ruby-concurrent-ruby: Cleaning up tmpdir >>> ruby-concurrent-ruby: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruby-concurrent-ruby-1.2.2.tar.gz >>> ruby-concurrent-ruby: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ruby-concurrent-ruby-1.2.2.tar.gz >>> ruby-concurrent-ruby: Checking sha512sums... ruby-concurrent-ruby-1.2.2.tar.gz: OK gemspecs.patch: OK rakefile-remove-dock.patch: OK rakefile-java-version.patch: OK >>> ruby-concurrent-ruby: Unpacking /var/cache/distfiles/ruby-concurrent-ruby-1.2.2.tar.gz... >>> ruby-concurrent-ruby: gemspecs.patch patching file concurrent-ruby.gemspec Hunk #1 succeeded at 1 with fuzz 1 (offset -1 lines). Hunk #2 succeeded at 10 (offset -1 lines). patching file concurrent-ruby-edge.gemspec >>> ruby-concurrent-ruby: rakefile-remove-dock.patch patching file Rakefile Hunk #1 succeeded at 28 (offset -9 lines). >>> ruby-concurrent-ruby: rakefile-java-version.patch patching file Rakefile WARNING: You're cross-compiling a binary extension for JRuby, but are using another interpreter. If your Java classpath or extension dir settings are not correctly detected, then either check the appropriate environment variables or execute the Rake compilation task using the JRuby interpreter. (e.g. `jruby -S rake compile:java`) javac -target 8 -source 8 -Xlint -d tmp/java/concurrent_ruby -cp /usr/share/jruby/lib/jruby.jar ext/concurrent-ruby/ConcurrentRubyService.java ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java YARD is not installed, skipping documentation task definitions: cannot load such file -- yard rm -r pkg rm -r pkg rm -r pkg mkdir -p pkg mkdir -p tmp/java/concurrent_ruby warning: [options] bootstrap class path not set in conjunction with -source 8 warning: [options] source value 8 is obsolete and will be removed in a future release warning: [options] target value 8 is obsolete and will be removed in a future release warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java:17: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java:30: warning: Unsafe is internal proprietary API and may be removed in a future release sun.misc.Unsafe.class.getMethod("getAndSetObject", Object.class); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java:54: warning: Unsafe is internal proprietary API and may be removed in a future release static final sun.misc.Unsafe UNSAFE; ^ ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java:60: warning: [rawtypes] found raw type: Class Class k = JRubyReference.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java:61: warning: [deprecation] objectFieldOffset(Field) in Unsafe has been deprecated referenceOffset = UNSAFE.objectFieldOffset(k.getDeclaredField("reference")); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java:51: warning: [serial] serializable class JRubyReference has no definition of serialVersionUID public static class JRubyReference extends RubyObject { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java:52: warning: [serial] non-transient instance field of a serializable class declared with a non-serializable type volatile IRubyObject reference; ^ ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java:150: warning: Unsafe is internal proprietary API and may be removed in a future release public static final sun.misc.Unsafe U = loadUnsafe(); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java:152: warning: Unsafe is internal proprietary API and may be removed in a future release private static sun.misc.Unsafe loadUnsafe() { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java:154: warning: [rawtypes] found raw type: Class Class unsafeClass = Class.forName("sun.misc.Unsafe"); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java:157: warning: Unsafe is internal proprietary API and may be removed in a future release return (sun.misc.Unsafe) f.get(null); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java:164: warning: [serial] serializable class JRubyReference8 has no definition of serialVersionUID public static class JRubyReference8 extends JRubyReference { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java:65: warning: [rawtypes] found raw type: ConcurrentHashMapV8 new com.concurrent_ruby.ext.jsr166e.ConcurrentHashMapV8(); // force class load and initialization ^ missing type arguments for generic class ConcurrentHashMapV8 where K,V are type-variables: K extends Object declared in class ConcurrentHashMapV8 V extends Object declared in class ConcurrentHashMapV8 ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java:42: warning: [serial] serializable class JRubyMapBackend has no definition of serialVersionUID public static class JRubyMapBackend extends RubyObject { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java:49: warning: [serial] non-transient instance field of a serializable class declared with a non-serializable type private ConcurrentHashMap map; ^ ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java:34: warning: [serial] serializable class JavaAtomicBoolean has no definition of serialVersionUID public static class JavaAtomicBoolean extends RubyObject { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java:34: warning: [serial] serializable class JavaAtomicFixnum has no definition of serialVersionUID public static class JavaAtomicFixnum extends RubyObject { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java:173: warning: [serial] serializable class JavaSemaphore.JRubySemaphore has no definition of serialVersionUID class JRubySemaphore extends Semaphore { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java:34: warning: [serial] serializable class JavaSemaphore has no definition of serialVersionUID public static class JavaSemaphore extends RubyObject { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java:25: warning: Unsafe is internal proprietary API and may be removed in a future release private static final Unsafe UNSAFE = loadUnsafe(); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java:28: warning: Unsafe is internal proprietary API and may be removed in a future release private static Unsafe loadUnsafe() { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java:30: warning: [rawtypes] found raw type: Class Class ncdfe = Class.forName("sun.misc.Unsafe"); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java:33: warning: Unsafe is internal proprietary API and may be removed in a future release return (Unsafe) f.get((java.lang.Object) null); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java:46: warning: [rawtypes] found raw type: Class Method m = UNSAFE.getClass().getDeclaredMethod("fullFence", new Class[0]); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java:107: warning: [rawtypes] found raw type: Class Class javaImplementation, ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java:192: warning: [serial] serializable class Object has no definition of serialVersionUID public static class Object extends RubyObject { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java:200: warning: [serial] serializable class AbstractLockableObject has no definition of serialVersionUID public static class AbstractLockableObject extends Object { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java:208: warning: [serial] serializable class JRubyLockableObject has no definition of serialVersionUID public static class JRubyLockableObject extends AbstractLockableObject { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java:275: warning: [deprecation] BlockingTask in RubyThread has been deprecated context.getThread().executeBlockingTask(new RubyThread.BlockingTask() { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java:275: warning: [deprecation] executeBlockingTask(BlockingTask) in RubyThread has been deprecated context.getThread().executeBlockingTask(new RubyThread.BlockingTask() { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java:267: warning: [serial] serializable class JRuby has no definition of serialVersionUID public static class JRuby extends RubyObject { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:2934: warning: [overloads] compute(K,BiFun) in ConcurrentHashMapV8 is potentially ambiguous with compute(K,BiFunction) in ConcurrentMap @SuppressWarnings("unchecked") public V compute ^ where K,V are type-variables: K extends Object declared in class ConcurrentHashMapV8 V extends Object declared in class ConcurrentHashMapV8 ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:2846: warning: [overloads] computeIfAbsent(K,Fun) in ConcurrentHashMapV8 is potentially ambiguous with computeIfAbsent(K,Function) in ConcurrentMap @SuppressWarnings("unchecked") public V computeIfAbsent ^ where K,V are type-variables: K extends Object declared in class ConcurrentHashMapV8 V extends Object declared in class ConcurrentHashMapV8 ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:2887: warning: [overloads] computeIfPresent(K,BiFun) in ConcurrentHashMapV8 is potentially ambiguous with computeIfPresent(K,BiFunction) in ConcurrentMap @SuppressWarnings("unchecked") public V computeIfPresent ^ where K,V are type-variables: K extends Object declared in class ConcurrentHashMapV8 V extends Object declared in class ConcurrentHashMapV8 ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:2966: warning: [overloads] merge(K,V,BiFun) in ConcurrentHashMapV8 is potentially ambiguous with merge(K,V,BiFunction) in ConcurrentMap @SuppressWarnings("unchecked") public V merge ^ where K,V are type-variables: K extends Object declared in class ConcurrentHashMapV8 V extends Object declared in class ConcurrentHashMapV8 ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:693: warning: Unsafe is internal proprietary API and may be removed in a future release private static final sun.misc.Unsafe UNSAFE; ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:700: warning: [deprecation] objectFieldOffset(Field) in Unsafe has been deprecated hashOffset = UNSAFE.objectFieldOffset ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:853: warning: [cast] redundant cast to RubyClass if (c != (pc = (RubyClass)pk.getMetaClass()) || ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:2492: warning: [unchecked] unchecked cast nextKey = (K) e.key; ^ required: K found: Object where K is a type-variable: K extends Object declared in class Traverser ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:2493: warning: [unchecked] unchecked cast } while ((ev = (V) e.val) == null); // skip deleted or special nodes ^ required: V found: Object where V is a type-variable: V extends Object declared in class Traverser ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:3639: warning: [serial] non-transient instance field of a serializable class declared with a non-serializable type private final V value; ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:3810: warning: Unsafe is internal proprietary API and may be removed in a future release private static final sun.misc.Unsafe UNSAFE; ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:3821: warning: [deprecation] objectFieldOffset(Field) in Unsafe has been deprecated counterOffset = UNSAFE.objectFieldOffset ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:3823: warning: [deprecation] objectFieldOffset(Field) in Unsafe has been deprecated sizeCtlOffset = UNSAFE.objectFieldOffset ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:3843: warning: Unsafe is internal proprietary API and may be removed in a future release private static sun.misc.Unsafe getUnsafe() { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:3845: warning: Unsafe is internal proprietary API and may be removed in a future release return sun.misc.Unsafe.getUnsafe(); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:3850: warning: Unsafe is internal proprietary API and may be removed in a future release .PrivilegedExceptionAction() { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:3851: warning: Unsafe is internal proprietary API and may be removed in a future release public sun.misc.Unsafe run() throws Exception { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:3853: warning: Unsafe is internal proprietary API and may be removed in a future release .Unsafe.class.getDeclaredField("theUnsafe"); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:3855: warning: Unsafe is internal proprietary API and may be removed in a future release return (sun.misc.Unsafe) f.get(null); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:3848: warning: [removal] AccessController in java.security has been deprecated and marked for removal return java.security.AccessController.doPrivileged ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:2552: warning: [this-escape] possible 'this' escape before subclass is fully initialized internalPutAll(m); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:1940: warning: [this-escape] previous possible 'this' escape happens here via invocation tryPresize(m.size()); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java:2117: warning: [this-escape] previous possible 'this' escape happens here via invocation if (UNSAFE.compareAndSwapInt(this, sizeCtlOffset, sc, -1)) { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java:100: warning: Unsafe is internal proprietary API and may be removed in a future release private static final sun.misc.Unsafe UNSAFE; ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java:106: warning: [deprecation] objectFieldOffset(Field) in Unsafe has been deprecated valueOffset = UNSAFE.objectFieldOffset ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java:298: warning: Unsafe is internal proprietary API and may be removed in a future release private static final sun.misc.Unsafe UNSAFE; ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java:305: warning: [deprecation] objectFieldOffset(Field) in Unsafe has been deprecated baseOffset = UNSAFE.objectFieldOffset ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java:307: warning: [deprecation] objectFieldOffset(Field) in Unsafe has been deprecated busyOffset = UNSAFE.objectFieldOffset ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java:321: warning: Unsafe is internal proprietary API and may be removed in a future release private static sun.misc.Unsafe getUnsafe() { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java:323: warning: Unsafe is internal proprietary API and may be removed in a future release return sun.misc.Unsafe.getUnsafe(); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java:328: warning: Unsafe is internal proprietary API and may be removed in a future release .PrivilegedExceptionAction() { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java:329: warning: Unsafe is internal proprietary API and may be removed in a future release public sun.misc.Unsafe run() throws Exception { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java:331: warning: Unsafe is internal proprietary API and may be removed in a future release .Unsafe.class.getDeclaredField("theUnsafe"); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java:333: warning: Unsafe is internal proprietary API and may be removed in a future release return (sun.misc.Unsafe) f.get(null); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java:326: warning: [removal] AccessController in java.security has been deprecated and marked for removal return java.security.AccessController.doPrivileged ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java:17: warning: [serial] serializable class Striped64 has no definition of serialVersionUID abstract class Striped64 extends Number { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:2926: warning: [overloads] compute(K,BiFun) in ConcurrentHashMapV8 is potentially ambiguous with compute(K,BiFunction) in ConcurrentMap @SuppressWarnings("unchecked") public V compute ^ where K,V are type-variables: K extends Object declared in class ConcurrentHashMapV8 V extends Object declared in class ConcurrentHashMapV8 ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:2838: warning: [overloads] computeIfAbsent(K,Fun) in ConcurrentHashMapV8 is potentially ambiguous with computeIfAbsent(K,Function) in ConcurrentMap @SuppressWarnings("unchecked") public V computeIfAbsent ^ where K,V are type-variables: K extends Object declared in class ConcurrentHashMapV8 V extends Object declared in class ConcurrentHashMapV8 ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:2879: warning: [overloads] computeIfPresent(K,BiFun) in ConcurrentHashMapV8 is potentially ambiguous with computeIfPresent(K,BiFunction) in ConcurrentMap @SuppressWarnings("unchecked") public V computeIfPresent ^ where K,V are type-variables: K extends Object declared in class ConcurrentHashMapV8 V extends Object declared in class ConcurrentHashMapV8 ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:2958: warning: [overloads] merge(K,V,BiFun) in ConcurrentHashMapV8 is potentially ambiguous with merge(K,V,BiFunction) in ConcurrentMap @SuppressWarnings("unchecked") public V merge ^ where K,V are type-variables: K extends Object declared in class ConcurrentHashMapV8 V extends Object declared in class ConcurrentHashMapV8 ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:589: warning: [rawtypes] found raw type: AtomicIntegerFieldUpdater static AtomicIntegerFieldUpdater SIZE_CTRL_UPDATER = AtomicIntegerFieldUpdater.newUpdater(ConcurrentHashMapV8.class, "sizeCtl"); ^ missing type arguments for generic class AtomicIntegerFieldUpdater where T is a type-variable: T extends Object declared in class AtomicIntegerFieldUpdater ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:635: warning: [rawtypes] found raw type: AtomicIntegerFieldUpdater static AtomicIntegerFieldUpdater HASH_UPDATER = AtomicIntegerFieldUpdater.newUpdater(Node.class, "hash"); ^ missing type arguments for generic class AtomicIntegerFieldUpdater where T is a type-variable: T extends Object declared in class AtomicIntegerFieldUpdater ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:646: warning: [unchecked] unchecked call to compareAndSet(T,int,int) as a member of the raw type AtomicIntegerFieldUpdater return HASH_UPDATER.compareAndSet(this, cmp, val); ^ where T is a type-variable: T extends Object declared in class AtomicIntegerFieldUpdater ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:845: warning: [cast] redundant cast to RubyClass if (c != (pc = (RubyClass)pk.getMetaClass()) || ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:1238: warning: [unchecked] unchecked cast tab = (AtomicReferenceArray)ek; ^ required: AtomicReferenceArray found: Object ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:1295: warning: [unchecked] unchecked cast tab = (AtomicReferenceArray)fk; ^ required: AtomicReferenceArray found: Object ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:1412: warning: [unchecked] unchecked cast tab = (AtomicReferenceArray)fk; ^ required: AtomicReferenceArray found: Object ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:1496: warning: [unchecked] unchecked cast tab = (AtomicReferenceArray)fk; ^ required: AtomicReferenceArray found: Object ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:1619: warning: [unchecked] unchecked cast tab = (AtomicReferenceArray)fk; ^ required: AtomicReferenceArray found: Object ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:1977: warning: [unchecked] unchecked cast tab = (AtomicReferenceArray)fk; ^ required: AtomicReferenceArray found: Object ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:2057: warning: [unchecked] unchecked call to compareAndSet(T,int,int) as a member of the raw type AtomicIntegerFieldUpdater else if (SIZE_CTRL_UPDATER.compareAndSet(this, sc, -1)) { ^ where T is a type-variable: T extends Object declared in class AtomicIntegerFieldUpdater ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:2084: warning: [unchecked] unchecked call to compareAndSet(T,int,int) as a member of the raw type AtomicIntegerFieldUpdater SIZE_CTRL_UPDATER.compareAndSet(this, sc, -1)) { ^ where T is a type-variable: T extends Object declared in class AtomicIntegerFieldUpdater ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:2109: warning: [unchecked] unchecked call to compareAndSet(T,int,int) as a member of the raw type AtomicIntegerFieldUpdater if (SIZE_CTRL_UPDATER.compareAndSet(this, sc, -1)) { ^ where T is a type-variable: T extends Object declared in class AtomicIntegerFieldUpdater ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:2122: warning: [unchecked] unchecked call to compareAndSet(T,int,int) as a member of the raw type AtomicIntegerFieldUpdater else if (SIZE_CTRL_UPDATER.compareAndSet(this, sc, -1)) { ^ where T is a type-variable: T extends Object declared in class AtomicIntegerFieldUpdater ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:2344: warning: [unchecked] unchecked cast tab = (AtomicReferenceArray)fk; ^ required: AtomicReferenceArray found: Object ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:2478: warning: [unchecked] unchecked cast tab = (AtomicReferenceArray)ek; ^ required: AtomicReferenceArray found: Object ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:2484: warning: [unchecked] unchecked cast nextKey = (K) e.key; ^ required: K found: Object where K is a type-variable: K extends Object declared in class Traverser ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:2485: warning: [unchecked] unchecked cast } while ((ev = (V) e.val) == null); // skip deleted or special nodes ^ required: V found: Object where V is a type-variable: V extends Object declared in class Traverser ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:3631: warning: [serial] non-transient instance field of a serializable class declared with a non-serializable type private final V value; ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:2544: warning: [this-escape] possible 'this' escape before subclass is fully initialized internalPutAll(m); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:1932: warning: [this-escape] previous possible 'this' escape happens here via invocation tryPresize(m.size()); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java:2109: warning: [this-escape] previous possible 'this' escape happens here via invocation if (SIZE_CTRL_UPDATER.compareAndSet(this, sc, -1)) { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java:20: warning: [serial] serializable class Striped64 has no definition of serialVersionUID abstract class Striped64 extends Number { ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java:154: warning: [serial] non-transient instance field of a serializable class declared with a non-serializable type AtomicLongFieldUpdater BASE_UPDATER = AtomicLongFieldUpdater.newUpdater(Striped64.class, "base"); ^ ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java:155: warning: [serial] non-transient instance field of a serializable class declared with a non-serializable type AtomicIntegerFieldUpdater BUSY_UPDATER = AtomicIntegerFieldUpdater.newUpdater(Striped64.class, "busy"); ^ 100 warnings jar cf tmp/java/concurrent_ruby/concurrent_ruby.jar -C tmp/java/concurrent_ruby ConcurrentRubyService.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/AtomicReferenceLibrary\$1.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/AtomicReferenceLibrary\$2.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/AtomicReferenceLibrary\$JRubyReference.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/AtomicReferenceLibrary\$JRubyReference8.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/AtomicReferenceLibrary\$UnsafeHolder.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/AtomicReferenceLibrary.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JRubyMapBackendLibrary\$1.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JRubyMapBackendLibrary\$JRubyMapBackend\$1.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JRubyMapBackendLibrary\$JRubyMapBackend\$2.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JRubyMapBackendLibrary\$JRubyMapBackend\$3.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JRubyMapBackendLibrary\$JRubyMapBackend\$4.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JRubyMapBackendLibrary\$JRubyMapBackend.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JRubyMapBackendLibrary.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JavaAtomicBooleanLibrary\$1.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JavaAtomicBooleanLibrary\$JavaAtomicBoolean.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JavaAtomicFixnumLibrary\$1.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JavaAtomicFixnumLibrary\$JavaAtomicFixnum.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JavaSemaphoreLibrary\$1.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JavaSemaphoreLibrary\$JavaSemaphore\$JRubySemaphore.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JavaSemaphoreLibrary\$JavaSemaphore.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/JavaSemaphoreLibrary.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/SynchronizationLibrary\$1.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/SynchronizationLibrary\$2.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/SynchronizationLibrary\$3.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/SynchronizationLibrary\$4.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/SynchronizationLibrary\$AbstractLockableObject.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/SynchronizationLibrary\$JRuby\$1.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/SynchronizationLibrary\$JRuby.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/SynchronizationLibrary\$JRubyAttrVolatile.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/SynchronizationLibrary\$JRubyLockableObject.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/SynchronizationLibrary\$Object.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/SynchronizationLibrary.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap\$BiFun.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap\$Fun.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$1.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$Action.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$BiAction.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$CHMView.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$DoubleByDoubleToDouble.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$DoubleToDouble.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$EntryIterator.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$EntrySetView.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$Generator.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$IntByIntToInt.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$IntToInt.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$KeyIterator.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$KeySetView.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$LongByLongToLong.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$LongToLong.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$MapEntry.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$Node.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$ObjectByObjectToDouble.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$ObjectByObjectToInt.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$ObjectByObjectToLong.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$ObjectToDouble.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$ObjectToInt.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$ObjectToLong.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$Segment.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$Spliterator.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$Traverser.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$TreeBin.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$TreeNode.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$ValueIterator.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8\$ValuesView.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/LongAdder.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/Striped64\$1.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/Striped64\$Cell.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/Striped64\$HashCode.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/Striped64\$ThreadHashCode.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/Striped64.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$Action.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$BiAction.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$CHMView.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$DoubleByDoubleToDouble.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$DoubleToDouble.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$EntryIterator.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$EntrySetView.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$Generator.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$IntByIntToInt.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$IntToInt.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$KeyIterator.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$KeySetView.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$LongByLongToLong.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$LongToLong.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$MapEntry.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$Node.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$ObjectByObjectToDouble.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$ObjectByObjectToInt.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$ObjectByObjectToLong.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$ObjectToDouble.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$ObjectToInt.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$ObjectToLong.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$Segment.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$Spliterator.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$Traverser.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$TreeBin.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$TreeNode.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$ValueIterator.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8\$ValuesView.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64\$Cell.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64\$HashCode.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64\$ThreadHashCode.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom\$1.class -C tmp/java/concurrent_ruby com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.class touch tmp/java/concurrent_ruby/.build install -c tmp/java/concurrent_ruby/concurrent_ruby.jar lib/concurrent-ruby/concurrent/concurrent_ruby.jar mkdir -p /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent mkdir -p pkg/concurrent-ruby-1.2.2 rm -f pkg/concurrent-ruby-1.2.2/CHANGELOG.md ln CHANGELOG.md pkg/concurrent-ruby-1.2.2/CHANGELOG.md rm -f pkg/concurrent-ruby-1.2.2/Gemfile ln Gemfile pkg/concurrent-ruby-1.2.2/Gemfile rm -f pkg/concurrent-ruby-1.2.2/LICENSE.txt ln LICENSE.txt pkg/concurrent-ruby-1.2.2/LICENSE.txt rm -f pkg/concurrent-ruby-1.2.2/README.md ln README.md pkg/concurrent-ruby-1.2.2/README.md rm -f pkg/concurrent-ruby-1.2.2/Rakefile ln Rakefile pkg/concurrent-ruby-1.2.2/Rakefile mkdir -p pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/ConcurrentRubyService.java ln ext/concurrent-ruby/ConcurrentRubyService.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/ConcurrentRubyService.java mkdir -p pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com mkdir -p pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby mkdir -p pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java ln ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java ln ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java ln ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java ln ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java ln ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java ln ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java mkdir -p pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java ln ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java ln ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java ln ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java ln ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java mkdir -p pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java ln ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java ln ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java ln ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java mkdir -p pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y rm -f pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java ln ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java pkg/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java mkdir -p pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent-ruby.rb ln lib/concurrent-ruby/concurrent-ruby.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent-ruby.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent.rb ln lib/concurrent-ruby/concurrent.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent.rb mkdir -p pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/agent.rb ln lib/concurrent-ruby/concurrent/agent.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/agent.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/array.rb ln lib/concurrent-ruby/concurrent/array.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/array.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/async.rb ln lib/concurrent-ruby/concurrent/async.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/async.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atom.rb ln lib/concurrent-ruby/concurrent/atom.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atom.rb mkdir -p pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb ln lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_fixnum.rb ln lib/concurrent-ruby/concurrent/atomic/atomic_fixnum.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_fixnum.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb ln lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb ln lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb ln lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/cyclic_barrier.rb ln lib/concurrent-ruby/concurrent/atomic/cyclic_barrier.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/cyclic_barrier.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/event.rb ln lib/concurrent-ruby/concurrent/atomic/event.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/event.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/fiber_local_var.rb ln lib/concurrent-ruby/concurrent/atomic/fiber_local_var.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/fiber_local_var.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/java_count_down_latch.rb ln lib/concurrent-ruby/concurrent/atomic/java_count_down_latch.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/java_count_down_latch.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/locals.rb ln lib/concurrent-ruby/concurrent/atomic/locals.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/locals.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/lock_local_var.rb ln lib/concurrent-ruby/concurrent/atomic/lock_local_var.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/lock_local_var.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_boolean.rb ln lib/concurrent-ruby/concurrent/atomic/mutex_atomic_boolean.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_boolean.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_fixnum.rb ln lib/concurrent-ruby/concurrent/atomic/mutex_atomic_fixnum.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_fixnum.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_count_down_latch.rb ln lib/concurrent-ruby/concurrent/atomic/mutex_count_down_latch.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_count_down_latch.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb ln lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/read_write_lock.rb ln lib/concurrent-ruby/concurrent/atomic/read_write_lock.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/read_write_lock.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb ln lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/semaphore.rb ln lib/concurrent-ruby/concurrent/atomic/semaphore.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/semaphore.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb ln lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb mkdir -p pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/atomic_direct_update.rb ln lib/concurrent-ruby/concurrent/atomic_reference/atomic_direct_update.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/atomic_direct_update.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/mutex_atomic.rb ln lib/concurrent-ruby/concurrent/atomic_reference/mutex_atomic.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/mutex_atomic.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb ln lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomics.rb ln lib/concurrent-ruby/concurrent/atomics.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomics.rb mkdir -p pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb ln lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb ln lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb ln lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb ln lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb mkdir -p pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/atomic_reference_map_backend.rb ln lib/concurrent-ruby/concurrent/collection/map/atomic_reference_map_backend.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/atomic_reference_map_backend.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb ln lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb ln lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/synchronized_map_backend.rb ln lib/concurrent-ruby/concurrent/collection/map/synchronized_map_backend.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/synchronized_map_backend.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/truffleruby_map_backend.rb ln lib/concurrent-ruby/concurrent/collection/map/truffleruby_map_backend.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/truffleruby_map_backend.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb ln lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb ln lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb mkdir -p pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/deprecation.rb ln lib/concurrent-ruby/concurrent/concern/deprecation.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/deprecation.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb ln lib/concurrent-ruby/concurrent/concern/dereferenceable.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/logging.rb ln lib/concurrent-ruby/concurrent/concern/logging.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/logging.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/obligation.rb ln lib/concurrent-ruby/concurrent/concern/obligation.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/obligation.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/observable.rb ln lib/concurrent-ruby/concurrent/concern/observable.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/observable.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concurrent_ruby.jar ln lib/concurrent-ruby/concurrent/concurrent_ruby.jar pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concurrent_ruby.jar rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/configuration.rb ln lib/concurrent-ruby/concurrent/configuration.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/configuration.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/constants.rb ln lib/concurrent-ruby/concurrent/constants.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/constants.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/dataflow.rb ln lib/concurrent-ruby/concurrent/dataflow.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/dataflow.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/delay.rb ln lib/concurrent-ruby/concurrent/delay.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/delay.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/errors.rb ln lib/concurrent-ruby/concurrent/errors.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/errors.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/exchanger.rb ln lib/concurrent-ruby/concurrent/exchanger.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/exchanger.rb mkdir -p pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb ln lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb ln lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/executor_service.rb ln lib/concurrent-ruby/concurrent/executor/executor_service.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/executor_service.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb ln lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/immediate_executor.rb ln lib/concurrent-ruby/concurrent/executor/immediate_executor.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/immediate_executor.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb ln lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_executor_service.rb ln lib/concurrent-ruby/concurrent/executor/java_executor_service.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_executor_service.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb ln lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb ln lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb ln lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb ln lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb ln lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb ln lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb ln lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serialized_execution.rb ln lib/concurrent-ruby/concurrent/executor/serialized_execution.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serialized_execution.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb ln lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb ln lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb ln lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb ln lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/timer_set.rb ln lib/concurrent-ruby/concurrent/executor/timer_set.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/timer_set.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executors.rb ln lib/concurrent-ruby/concurrent/executors.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executors.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/future.rb ln lib/concurrent-ruby/concurrent/future.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/future.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/hash.rb ln lib/concurrent-ruby/concurrent/hash.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/hash.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/immutable_struct.rb ln lib/concurrent-ruby/concurrent/immutable_struct.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/immutable_struct.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/ivar.rb ln lib/concurrent-ruby/concurrent/ivar.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/ivar.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/map.rb ln lib/concurrent-ruby/concurrent/map.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/map.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/maybe.rb ln lib/concurrent-ruby/concurrent/maybe.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/maybe.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/mutable_struct.rb ln lib/concurrent-ruby/concurrent/mutable_struct.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/mutable_struct.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/mvar.rb ln lib/concurrent-ruby/concurrent/mvar.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/mvar.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/options.rb ln lib/concurrent-ruby/concurrent/options.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/options.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/promise.rb ln lib/concurrent-ruby/concurrent/promise.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/promise.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/promises.rb ln lib/concurrent-ruby/concurrent/promises.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/promises.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/re_include.rb ln lib/concurrent-ruby/concurrent/re_include.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/re_include.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/scheduled_task.rb ln lib/concurrent-ruby/concurrent/scheduled_task.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/scheduled_task.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/set.rb ln lib/concurrent-ruby/concurrent/set.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/set.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb ln lib/concurrent-ruby/concurrent/settable_struct.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization.rb ln lib/concurrent-ruby/concurrent/synchronization.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization.rb mkdir -p pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb ln lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb ln lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb ln lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/condition.rb ln lib/concurrent-ruby/concurrent/synchronization/condition.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/condition.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/full_memory_barrier.rb ln lib/concurrent-ruby/concurrent/synchronization/full_memory_barrier.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/full_memory_barrier.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb ln lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/lock.rb ln lib/concurrent-ruby/concurrent/synchronization/lock.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/lock.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb ln lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb ln lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/object.rb ln lib/concurrent-ruby/concurrent/synchronization/object.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/object.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/safe_initialization.rb ln lib/concurrent-ruby/concurrent/synchronization/safe_initialization.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/safe_initialization.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/volatile.rb ln lib/concurrent-ruby/concurrent/synchronization/volatile.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/volatile.rb mkdir -p pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb ln lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util.rb ln lib/concurrent-ruby/concurrent/thread_safe/util.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util.rb mkdir -p pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/adder.rb ln lib/concurrent-ruby/concurrent/thread_safe/util/adder.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/adder.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/cheap_lockable.rb ln lib/concurrent-ruby/concurrent/thread_safe/util/cheap_lockable.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/cheap_lockable.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb ln lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/power_of_two_tuple.rb ln lib/concurrent-ruby/concurrent/thread_safe/util/power_of_two_tuple.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/power_of_two_tuple.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/striped64.rb ln lib/concurrent-ruby/concurrent/thread_safe/util/striped64.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/striped64.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/volatile.rb ln lib/concurrent-ruby/concurrent/thread_safe/util/volatile.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/volatile.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/xor_shift_random.rb ln lib/concurrent-ruby/concurrent/thread_safe/util/xor_shift_random.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/xor_shift_random.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/timer_task.rb ln lib/concurrent-ruby/concurrent/timer_task.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/timer_task.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/tuple.rb ln lib/concurrent-ruby/concurrent/tuple.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/tuple.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/tvar.rb ln lib/concurrent-ruby/concurrent/tvar.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/tvar.rb mkdir -p pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/engine.rb ln lib/concurrent-ruby/concurrent/utility/engine.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/engine.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/monotonic_time.rb ln lib/concurrent-ruby/concurrent/utility/monotonic_time.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/monotonic_time.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb ln lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/native_integer.rb ln lib/concurrent-ruby/concurrent/utility/native_integer.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/native_integer.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/processor_counter.rb ln lib/concurrent-ruby/concurrent/utility/processor_counter.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/processor_counter.rb rm -f pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/version.rb ln lib/concurrent-ruby/concurrent/version.rb pkg/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/version.rb cd pkg/concurrent-ruby-1.2.2 Successfully built RubyGem Name: concurrent-ruby Version: 1.2.2 File: concurrent-ruby-1.2.2.gem cd - mkdir -p pkg/concurrent-ruby-ext-1.2.2 rm -f pkg/concurrent-ruby-ext-1.2.2/CHANGELOG.md ln CHANGELOG.md pkg/concurrent-ruby-ext-1.2.2/CHANGELOG.md rm -f pkg/concurrent-ruby-ext-1.2.2/LICENSE.txt ln LICENSE.txt pkg/concurrent-ruby-ext-1.2.2/LICENSE.txt rm -f pkg/concurrent-ruby-ext-1.2.2/README.md ln README.md pkg/concurrent-ruby-ext-1.2.2/README.md mkdir -p pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext rm -f pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_boolean.c ln ext/concurrent-ruby-ext/atomic_boolean.c pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_boolean.c rm -f pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_boolean.h ln ext/concurrent-ruby-ext/atomic_boolean.h pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_boolean.h rm -f pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_fixnum.c ln ext/concurrent-ruby-ext/atomic_fixnum.c pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_fixnum.c rm -f pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_fixnum.h ln ext/concurrent-ruby-ext/atomic_fixnum.h pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_fixnum.h rm -f pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_reference.c ln ext/concurrent-ruby-ext/atomic_reference.c pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_reference.c rm -f pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_reference.h ln ext/concurrent-ruby-ext/atomic_reference.h pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_reference.h rm -f pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/extconf.rb ln ext/concurrent-ruby-ext/extconf.rb pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/extconf.rb rm -f pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/rb_concurrent.c ln ext/concurrent-ruby-ext/rb_concurrent.c pkg/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/rb_concurrent.c cd pkg/concurrent-ruby-ext-1.2.2 Successfully built RubyGem Name: concurrent-ruby-ext Version: 1.2.2 File: concurrent-ruby-ext-1.2.2.gem cd - mkdir -p pkg/concurrent-ruby-edge-0.7.0 rm -f pkg/concurrent-ruby-edge-0.7.0/CHANGELOG.md ln CHANGELOG.md pkg/concurrent-ruby-edge-0.7.0/CHANGELOG.md rm -f pkg/concurrent-ruby-edge-0.7.0/LICENSE.txt ln LICENSE.txt pkg/concurrent-ruby-edge-0.7.0/LICENSE.txt rm -f pkg/concurrent-ruby-edge-0.7.0/README.md ln README.md pkg/concurrent-ruby-edge-0.7.0/README.md mkdir -p pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent-edge.rb ln lib/concurrent-ruby-edge/concurrent-edge.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent-edge.rb mkdir -p pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor.rb ln lib/concurrent-ruby-edge/concurrent/actor.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor.rb mkdir -p pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour.rb ln lib/concurrent-ruby-edge/concurrent/actor/behaviour.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour.rb mkdir -p pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/abstract.rb ln lib/concurrent-ruby-edge/concurrent/actor/behaviour/abstract.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/abstract.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/awaits.rb ln lib/concurrent-ruby-edge/concurrent/actor/behaviour/awaits.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/awaits.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/buffer.rb ln lib/concurrent-ruby-edge/concurrent/actor/behaviour/buffer.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/buffer.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/errors_on_unknown_message.rb ln lib/concurrent-ruby-edge/concurrent/actor/behaviour/errors_on_unknown_message.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/errors_on_unknown_message.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/executes_context.rb ln lib/concurrent-ruby-edge/concurrent/actor/behaviour/executes_context.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/executes_context.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/linking.rb ln lib/concurrent-ruby-edge/concurrent/actor/behaviour/linking.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/linking.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/pausing.rb ln lib/concurrent-ruby-edge/concurrent/actor/behaviour/pausing.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/pausing.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/removes_child.rb ln lib/concurrent-ruby-edge/concurrent/actor/behaviour/removes_child.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/removes_child.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/sets_results.rb ln lib/concurrent-ruby-edge/concurrent/actor/behaviour/sets_results.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/sets_results.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/supervising.rb ln lib/concurrent-ruby-edge/concurrent/actor/behaviour/supervising.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/supervising.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/termination.rb ln lib/concurrent-ruby-edge/concurrent/actor/behaviour/termination.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/termination.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/context.rb ln lib/concurrent-ruby-edge/concurrent/actor/context.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/context.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/core.rb ln lib/concurrent-ruby-edge/concurrent/actor/core.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/core.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/default_dead_letter_handler.rb ln lib/concurrent-ruby-edge/concurrent/actor/default_dead_letter_handler.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/default_dead_letter_handler.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/envelope.rb ln lib/concurrent-ruby-edge/concurrent/actor/envelope.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/envelope.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/errors.rb ln lib/concurrent-ruby-edge/concurrent/actor/errors.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/errors.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/internal_delegations.rb ln lib/concurrent-ruby-edge/concurrent/actor/internal_delegations.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/internal_delegations.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/public_delegations.rb ln lib/concurrent-ruby-edge/concurrent/actor/public_delegations.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/public_delegations.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/reference.rb ln lib/concurrent-ruby-edge/concurrent/actor/reference.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/reference.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/root.rb ln lib/concurrent-ruby-edge/concurrent/actor/root.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/root.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/type_check.rb ln lib/concurrent-ruby-edge/concurrent/actor/type_check.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/type_check.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils.rb ln lib/concurrent-ruby-edge/concurrent/actor/utils.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils.rb mkdir -p pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils/ad_hoc.rb ln lib/concurrent-ruby-edge/concurrent/actor/utils/ad_hoc.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils/ad_hoc.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils/balancer.rb ln lib/concurrent-ruby-edge/concurrent/actor/utils/balancer.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils/balancer.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils/broadcast.rb ln lib/concurrent-ruby-edge/concurrent/actor/utils/broadcast.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils/broadcast.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils/pool.rb ln lib/concurrent-ruby-edge/concurrent/actor/utils/pool.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils/pool.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel.rb ln lib/concurrent-ruby-edge/concurrent/channel.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel.rb mkdir -p pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer.rb ln lib/concurrent-ruby-edge/concurrent/channel/buffer.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer.rb mkdir -p pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/base.rb ln lib/concurrent-ruby-edge/concurrent/channel/buffer/base.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/base.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/buffered.rb ln lib/concurrent-ruby-edge/concurrent/channel/buffer/buffered.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/buffered.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/dropping.rb ln lib/concurrent-ruby-edge/concurrent/channel/buffer/dropping.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/dropping.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/sliding.rb ln lib/concurrent-ruby-edge/concurrent/channel/buffer/sliding.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/sliding.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/ticker.rb ln lib/concurrent-ruby-edge/concurrent/channel/buffer/ticker.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/ticker.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/timer.rb ln lib/concurrent-ruby-edge/concurrent/channel/buffer/timer.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/timer.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/unbuffered.rb ln lib/concurrent-ruby-edge/concurrent/channel/buffer/unbuffered.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/unbuffered.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector.rb ln lib/concurrent-ruby-edge/concurrent/channel/selector.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector.rb mkdir -p pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/after_clause.rb ln lib/concurrent-ruby-edge/concurrent/channel/selector/after_clause.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/after_clause.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/default_clause.rb ln lib/concurrent-ruby-edge/concurrent/channel/selector/default_clause.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/default_clause.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/error_clause.rb ln lib/concurrent-ruby-edge/concurrent/channel/selector/error_clause.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/error_clause.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/put_clause.rb ln lib/concurrent-ruby-edge/concurrent/channel/selector/put_clause.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/put_clause.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/take_clause.rb ln lib/concurrent-ruby-edge/concurrent/channel/selector/take_clause.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/take_clause.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/tick.rb ln lib/concurrent-ruby-edge/concurrent/channel/tick.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/tick.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge.rb ln lib/concurrent-ruby-edge/concurrent/edge.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge.rb mkdir -p pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/cancellation.rb ln lib/concurrent-ruby-edge/concurrent/edge/cancellation.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/cancellation.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/channel.rb ln lib/concurrent-ruby-edge/concurrent/edge/channel.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/channel.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb ln lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/lock_free_linked_set.rb ln lib/concurrent-ruby-edge/concurrent/edge/lock_free_linked_set.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/lock_free_linked_set.rb mkdir -p pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/lock_free_linked_set rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/lock_free_linked_set/node.rb ln lib/concurrent-ruby-edge/concurrent/edge/lock_free_linked_set/node.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/lock_free_linked_set/node.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/lock_free_linked_set/window.rb ln lib/concurrent-ruby-edge/concurrent/edge/lock_free_linked_set/window.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/lock_free_linked_set/window.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/lock_free_queue.rb ln lib/concurrent-ruby-edge/concurrent/edge/lock_free_queue.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/lock_free_queue.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/old_channel_integration.rb ln lib/concurrent-ruby-edge/concurrent/edge/old_channel_integration.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/old_channel_integration.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/processing_actor.rb ln lib/concurrent-ruby-edge/concurrent/edge/processing_actor.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/processing_actor.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/promises.rb ln lib/concurrent-ruby-edge/concurrent/edge/promises.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/promises.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/throttle.rb ln lib/concurrent-ruby-edge/concurrent/edge/throttle.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/throttle.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/version.rb ln lib/concurrent-ruby-edge/concurrent/edge/version.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/version.rb mkdir -p pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/executor rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/executor/wrapping_executor.rb ln lib/concurrent-ruby-edge/concurrent/executor/wrapping_executor.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/executor/wrapping_executor.rb rm -f pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/lazy_register.rb ln lib/concurrent-ruby-edge/concurrent/lazy_register.rb pkg/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/lazy_register.rb cd pkg/concurrent-ruby-edge-0.7.0 Successfully built RubyGem Name: concurrent-ruby-edge Version: 0.7.0 File: concurrent-ruby-edge-0.7.0.gem cd - /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/CHANGELOG.md /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/LICENSE.txt /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/README.md /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_boolean.c /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_boolean.h /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_fixnum.c /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_fixnum.h /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_reference.c /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_reference.h /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/extconf.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/rb_concurrent.c Building native extensions. This could take a while... current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext ["/usr/bin/ruby", "extconf.rb"] checking for libkern/OSAtomic.h... no creating Makefile current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext ["make", "DESTDIR=", "sitearchdir=./.gem.20231227-31975-yh7qct", "sitelibdir=./.gem.20231227-31975-yh7qct", "clean"] current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext ["make", "DESTDIR=", "sitearchdir=./.gem.20231227-31975-yh7qct", "sitelibdir=./.gem.20231227-31975-yh7qct"] compiling atomic_boolean.c compiling atomic_fixnum.c compiling atomic_reference.c compiling rb_concurrent.c linking shared-object concurrent/concurrent_ruby_ext.so current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext ["make", "DESTDIR=", "sitearchdir=./.gem.20231227-31975-yh7qct", "sitelibdir=./.gem.20231227-31975-yh7qct", "install"] install -m 0755 concurrent_ruby_ext.so ./.gem.20231227-31975-yh7qct/concurrent current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext ["make", "DESTDIR=", "sitearchdir=./.gem.20231227-31975-yh7qct", "sitelibdir=./.gem.20231227-31975-yh7qct", "clean"] current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext /usr/bin/ruby extconf.rb current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext make DESTDIR\= sitearchdir\=./.gem.20231227-31975-yh7qct sitelibdir\=./.gem.20231227-31975-yh7qct clean current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext make DESTDIR\= sitearchdir\=./.gem.20231227-31975-yh7qct sitelibdir\=./.gem.20231227-31975-yh7qct current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext make DESTDIR\= sitearchdir\=./.gem.20231227-31975-yh7qct sitelibdir\=./.gem.20231227-31975-yh7qct install current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/dist-ext/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext make DESTDIR\= sitearchdir\=./.gem.20231227-31975-yh7qct sitelibdir\=./.gem.20231227-31975-yh7qct clean Successfully installed concurrent-ruby-ext-1.2.2 1 gem installed /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/CHANGELOG.md /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/Gemfile /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/LICENSE.txt /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/README.md /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/Rakefile /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/ConcurrentRubyService.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent-ruby.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/agent.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/array.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/async.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atom.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_fixnum.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/cyclic_barrier.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/event.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/fiber_local_var.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/java_count_down_latch.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/locals.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/lock_local_var.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_boolean.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_fixnum.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_count_down_latch.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/read_write_lock.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/semaphore.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/atomic_direct_update.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/mutex_atomic.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomics.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/atomic_reference_map_backend.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/synchronized_map_backend.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/truffleruby_map_backend.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/deprecation.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/logging.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/obligation.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/observable.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concurrent_ruby.jar /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/configuration.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/constants.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/dataflow.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/delay.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/errors.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/exchanger.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/executor_service.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/immediate_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_executor_service.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serialized_execution.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/timer_set.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executors.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/future.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/hash.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/immutable_struct.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/ivar.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/map.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/maybe.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/mutable_struct.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/mvar.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/options.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/promise.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/promises.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/re_include.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/scheduled_task.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/set.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/condition.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/full_memory_barrier.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/lock.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/object.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/safe_initialization.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/volatile.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/adder.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/cheap_lockable.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/power_of_two_tuple.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/striped64.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/volatile.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/xor_shift_random.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/timer_task.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/tuple.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/tvar.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/engine.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/monotonic_time.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/native_integer.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/processor_counter.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/version.rb Successfully installed concurrent-ruby-1.2.2 /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/CHANGELOG.md /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/LICENSE.txt /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/README.md /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent-edge.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/abstract.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/awaits.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/buffer.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/errors_on_unknown_message.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/executes_context.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/linking.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/pausing.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/removes_child.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/sets_results.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/supervising.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/behaviour/termination.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/context.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/core.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/default_dead_letter_handler.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/envelope.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/errors.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/internal_delegations.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/public_delegations.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/reference.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/root.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/type_check.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils/ad_hoc.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils/balancer.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils/broadcast.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/actor/utils/pool.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/base.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/buffered.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/dropping.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/sliding.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/ticker.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/timer.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/buffer/unbuffered.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/after_clause.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/default_clause.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/error_clause.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/put_clause.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/selector/take_clause.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/channel/tick.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/cancellation.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/channel.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/lock_free_linked_set.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/lock_free_linked_set/node.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/lock_free_linked_set/window.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/lock_free_queue.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/old_channel_integration.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/processing_actor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/promises.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/throttle.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/edge/version.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/executor/wrapping_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-edge-0.7.0/lib/concurrent-ruby-edge/concurrent/lazy_register.rb Successfully installed concurrent-ruby-edge-0.7.0 /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/CHANGELOG.md /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/LICENSE.txt /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/README.md /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_boolean.c /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_boolean.h /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_fixnum.c /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_fixnum.h /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_reference.c /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/atomic_reference.h /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/extconf.rb /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext/rb_concurrent.c Building native extensions. This could take a while... current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext ["/usr/bin/ruby", "extconf.rb"] checking for libkern/OSAtomic.h... no creating Makefile current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext ["make", "DESTDIR=", "sitearchdir=./.gem.20231227-32023-pjtnuc", "sitelibdir=./.gem.20231227-32023-pjtnuc", "clean"] current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext ["make", "DESTDIR=", "sitearchdir=./.gem.20231227-32023-pjtnuc", "sitelibdir=./.gem.20231227-32023-pjtnuc"] compiling atomic_boolean.c compiling atomic_fixnum.c compiling atomic_reference.c compiling rb_concurrent.c linking shared-object concurrent/concurrent_ruby_ext.so current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext ["make", "DESTDIR=", "sitearchdir=./.gem.20231227-32023-pjtnuc", "sitelibdir=./.gem.20231227-32023-pjtnuc", "install"] install -m 0755 concurrent_ruby_ext.so ./.gem.20231227-32023-pjtnuc/concurrent current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext ["make", "DESTDIR=", "sitearchdir=./.gem.20231227-32023-pjtnuc", "sitelibdir=./.gem.20231227-32023-pjtnuc", "clean"] current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext /usr/bin/ruby extconf.rb current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext make DESTDIR\= sitearchdir\=./.gem.20231227-32023-pjtnuc sitelibdir\=./.gem.20231227-32023-pjtnuc clean current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext make DESTDIR\= sitearchdir\=./.gem.20231227-32023-pjtnuc sitelibdir\=./.gem.20231227-32023-pjtnuc current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext make DESTDIR\= sitearchdir\=./.gem.20231227-32023-pjtnuc sitelibdir\=./.gem.20231227-32023-pjtnuc install current directory: /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-ext-1.2.2/ext/concurrent-ruby-ext make DESTDIR\= sitearchdir\=./.gem.20231227-32023-pjtnuc sitelibdir\=./.gem.20231227-32023-pjtnuc clean Successfully installed concurrent-ruby-ext-1.2.2 3 gems installed Run options: exclude {:stress=>true, :unfinished=>true, :buggy=>true, :edge=>true} Randomized with seed 37322 Concurrent::SafeTaskExecutor #execute happy execution should return success passes all arguments to #execute to the task protectes #execute with a mutex should return task value should return a nil reason failing execution rescues StandardError by default rescues StandardError when :rescue_exception is false should return the reason should return a nil value rescues Exception when :rescue_exception is true should return false success Concurrent::CachedThreadPool #idletime returns the thread idletime #initialize sets :max_length to DEFAULT_MAX_POOL_SIZE sets :max_queue to DEFAULT_MAX_QUEUE_SIZE sets :idletime to DEFAULT_THREAD_IDLETIMEOUT sets :min_length to DEFAULT_MIN_POOL_SIZE #largest_length returns zero on creation returns a non-zero number once tasks have been received returns a non-zero number after shutdown if tasks have been received runtime-specific implementation stress is expected to be <= 4 is expected to be <= 200 worker creation and caching uses existing idle threads creates new workers when there are none available garbage collection removes from pool any thread that has been idle too long deals with dead threads it should behave like thread_pool it should behave like executor_service #running? returns false when the thread pool is shutdown returns true when the thread pool is running returns false when the thread pool is killed returns false when the thread pool is shutting down #shutdown followed by #wait_for_termination allows pending tasks to complete stops accepting/running new tasks allows in-progress tasks to complete auto terminate does not stop shutdown #shutdown stops accepting new tasks allows pending tasks to complete allows in-progress tasks to complete #kill stops accepting new tasks rejects all pending tasks it should behave like global_thread_pool #post raises an exception if no block is given aliases #<< calls the block with the given arguments returns true when the block is added to the queue #post rejects the block once shutdown rejects the block while shutting down #wait_for_termination returns true when shutdown successfully completes before timeout returns false when shutdown fails to complete before timeout returns true after shutdown has complete waits forever when no timeout value is given immediately returns true when no operations are pending #length returns zero on creation returns zero once shut down #scheduled_task_count returns zero on creation returns the approximate number of tasks that have been post thus far returns the approximate number of tasks that were post #auto_terminate? returns true when :enable_at_exit_handler is true returns true by default returns false when :enable_at_exit_handler is false #shutdown allows threads to exit normally #completed_task_count returns the approximate number of tasks that have been completed thus far returns zero on creation #min_length returns zero on creation returns zero while running returns zero once shutdown #max_length returns :max_length while running returns :max_length on creation returns :max_length once shutdown Concurrent::FiberLocalVar uses FiberLocalVar if Mutex is per Fiber Concurrent::MutexAtomicBoolean instance methods false? is synchronized true? is synchronized make_true is synchronized value= is synchronized value is synchronized make_false is synchronized it should behave like atomic_boolean #value= evaluates the truthiness of a true value evaluates the truthiness of a false value returns the new value sets the #value to the given `Boolean` construction sets the initial value evaluates the truthiness of a true value defaults the initial value to false evaluates the truthiness of a false value #make_false makes a true value false and returns true keeps a false value false and returns false #true? is expected to equal true is expected to equal false #false? is expected to equal true is expected to equal false #value returns the current value #make_true makes a false value true and returns true keeps a true value true and returns false Concurrent::IndirectImmediateExecutor runs the task on a separate thread runs its tasks synchronously it should behave like executor_service it should behave like global_thread_pool #post aliases #<< raises an exception if no block is given calls the block with the given arguments returns true when the block is added to the queue #shutdown followed by #wait_for_termination allows pending tasks to complete allows in-progress tasks to complete stops accepting/running new tasks auto terminate does not stop shutdown #kill stops accepting new tasks rejects all pending tasks #shutdown allows pending tasks to complete stops accepting new tasks allows in-progress tasks to complete #post rejects the block while shutting down rejects the block once shutdown #wait_for_termination returns true when shutdown successfully completes before timeout returns true after shutdown has complete returns false when shutdown fails to complete before timeout waits forever when no timeout value is given immediately returns true when no operations are pending #running? returns false when the thread pool is shutting down returns false when the thread pool is shutdown returns true when the thread pool is running returns false when the thread pool is killed Concurrent::Async #await sets the reason when giving too many optional arguments supports attribute accessors runs the future on the global executor sets the reason on failure returns a :fulfilled IVar raises an error when pasing too many arguments (arity >= 0) raises an error when passing too few arguments returns the existence of the method raises an error when calling a method that does not exist supports methods with blocks sets the value on success object creation passes a given block to the original constructor initializes synchronization passes all args to the original constructor delegates to the original constructor #validate_argc raises an exception for too few args on a method with negative arity raises an exception for too many args on a method with positive arity raises an exception for too few args on a method with positive arity does not raise an exception for correct positive arity raises an exception for too many args on a zero arity method raises an exception when the method is not defined does not raise an exception for correct zero arity does not raise an exception for correct negative arity #async sets the reason on failure sets the value on success supports attribute accessors raises an error when passing too few arguments supports methods with blocks runs the future on the global executor sets the reason when giving too many optional arguments raises an error when calling a method that does not exist returns the existence of the method raises an error when pasing too many arguments (arity >= 0) returns a :pending IVar locking uses the same lock for both #async and #await fork safety does not hang when forked Concurrent::Hash .new when initialized with a default object uses the default object for non-existing keys when initialized with a block calls the block for non-existing keys returns the results of calling the block for non-existing key when initializing with no arguments is expected to be empty .[] when initializing with no arguments is expected to be empty when initializing with an even number of arguments creates a hash using the odd position arguments as keys and even position arguments as values when initializing with an array of pairs creates a hash using each pair as a (key, value) pair when initializing with another hash as an argument creates a hash with the same contents as the other hash creates a hash with the results of calling #to_hash on the other array creates a new hash concurrency is expected to be empty #leave_transaction raises an exception outside an #atomically block neither commits nor aborts a transaction monotonic_time behavior returns a Float when unit = :float_microsecond returns a Float when unit = :float_millisecond raises ArgumentError on unknown units returns seconds as float returns a Float when unit = :float_second returns an Integer when unit = :second returns an Integer when unit = :microsecond returns an Integer when unit = :nanosecond returns an Integer when unit = :millisecond Concurrent::Collection::CopyOnWriteObserverSet behaves like an observer set #notify_observers should return the observer set with a block accepts block return values that include arrays raises an exception if given both arguments and a block passes the block return value to the update method calls the block once for every observer accepts blocks returning a single value with a single observer should update a registered observer with arguments should notify an observer once using the last added method can be called many times should update a registered observer without arguments should notify an observer from a block should notify an observer using the chosen method with many observers should notify all observer using the chosen method #add_observer with a block should return the observer based on a block with arguments should return the observer #count_observers should be zero after initialization should be 1 if the same observer is added many times should be 1 after the first observer is added should be equal to the number of unique observers #notify_and_delete_observers should return the observer set should notify all observers should clear observers can be called many times without any other notification #delete_observer should not notify a deleted observer can delete a non added observer should return the observer #delete_observers should remove all observers should return the observer set Concurrent::Synchronization attr_atomic is expected to be == b Concurrent::Synchronization::Volatile module it should behave like attr_volatile older writes are always visible Concurrent::Synchronization::LockableObject final field always visible #wait releases the lock on the current object can be called from within a #synchronize block allows the sleeping thread to be killed puts the current thread to sleep signaling for now pending, tested pretty well by Event (PENDING: Not yet implemented) it should behave like attr_volatile older writes are always visible #synchronize allows only one thread to execute count Concurrent::Synchronization::Object does not ensure visibility when not needed does ensure visibility when specified in a parent does ensure visibility when specified does ensure visibility once when specified in child again it should behave like attr_volatile older writes are always visible Concurrent::Collection::NonConcurrentPriorityQueue inherits from RubyNonConcurrentPriorityQueue Concurrent::WrappingExecutor is expected to be a kind of Concurrent::WrappingExecutor is expected to respond to #can_overflow? is expected to respond to #post is expected to respond to #serialized? #post with wrapper modifying task is expected to equal # with wrapper modifying args is expected to equal # with passthrough wrapper is expected to equal # Concurrent::Maybe when nothing #nothing returns the raised error #reason returns the raised error #value returns NONE #nothing? returns true #rejected? returns true #just returns NONE #fulfilled? returns false #just? returns false construction hides Maybe.new Maybe.just creates a new Just Maybe Maybe.nothing creates a new error object when given nothing uses the given Error object creates a new Nothing Maybe creates a new error object with the given string Maybe.from sets the reason to the error object on exception sets the value to the block result on success creates a Nothing Maybe on exception creates a Just Maybe on success raises an exception when no block is given passes all arguments to the block #or returns the value when something returns the other when nothing when just #fulfilled? returns true #value returns the value #nothing? returns false #nothing returns NONE #just returns the value #just? returns true #rejected? returns false #reason returns NONE comparison nothing is not less than nothing nothing is not greater than nothing something is equal to the same value something is not equal to a different value something is greater than a smaller value something is less than a bigger value nothing is equal to nothing something is not equal to nothing Concurrent::FiberLocalVar #initialize can set a block to be called to get the initial value sets the same initial value for all fibers sets nil as a default initial value can set an initial value when attempting to set both an initial value and a block is expected to raise ArgumentError #value returns the value after modification returns the current value when using a block to initialize the value calls the block to initialize the value calls the block to initialize the value for each fiber sets the block return value as the current value #value= does not modify the value for other fibers sets a new value returns the new value does not modify the initial value for other fibers Concurrent::ScheduledTask #initialize sets the initial state to :unscheduled accepts a number of seconds (from now) as the schedule time raises an exception when seconds is less than zero raises an exception when no block given instance #execute does nothing unless the state is :unscheduled sets the sate to :pending returns self observation notifies all observers on rejection returns true for an observer added while :processing notifies all observers on fulfillment returns true for an observer added while :pending returns true for an observer added while :unscheduled #cancel returns true on success cancels the task if it has not yet started returns false if the task is already in progress cancels the task if it has not yet scheduled sets the reason to CancelledOperationError when cancelled returns false if the task has already been performed behavior it should behave like observable #count_observers returns zero after #delete_observers has been called returns zero for a new observable object returns a count of registered observers if called before first notification first notification calls the proc for all observers added as a block does not notify any observers after #delete_observers called calls the #update method on all observers without a specified :func does not notify any observers removed with #delete_observer calls the appropriate function on all observers which specified a :func #add_observer adds an observer if called before first notification raises an exception when given both an observer and a block raises an exception if not given an observer or a block creates an observer from a block if called before first notification adds an observer with :func if called before first notification #delete_observer returns the given observer even when not found in the observer set returns the removed observer if found in the observer set deletes the given observer if called before first notification #delete_observers returns self deletes all observers when called before first notification it should behave like obligation #state is :rejected when the handler raises an exception is :pending when first created is :fulfilled when the handler completes #reason is nil when :fulfilled is set to error object of the exception when :rejected is nil when :pending #value is nil when :pending returns nil when reaching the optional timeout value returns the value when fulfilled before timeout is set to the return value of the block when :fulfilled blocks the caller when :pending and timeout is nil returns nil when timeout reached returns immediately when timeout is zero is nil when :rejected it should behave like dereferenceable defaults :dup_on_deref to false calls #dup when the :dup_on_deref option is true supports dereference flags with observers does not call #freeze when #freeze_on_deref is set and the value is nil defaults :copy_on_deref to nil does not call #dup when #dup_on_deref is set and the value is nil calls the :copy block first followed by #dup followed by #freeze calls the block when the :copy_on_deref option is passed a proc calls #freeze when the :freeze_on_deref option is true does not call the #copy_on_deref block when the value is nil defaults :freeze_on_deref to false class #execute creates a new ScheduledTask passes the block to the new ScheduledTask calls #execute on the new ScheduledTask execution uses the :executor from the options passes :args from the options to the block uses the :timer_set from the options sets the state to :processing when the task is running Concurrent::Promise #then can be called more than once returns a new promise when a block is passed returns a new promise when a rescuer is passed returns a new promise when a block, rescuer and executor are passed returns a new promise when a block and rescuer are passed should have block or rescuers supports setting the executor using a named parameter pending returns a new promise returns a pending promise fulfilled notifies fulfillment to new child returns a new Promise rejected notifies rejection to new child returns a new Promise when :rejected unscheduled returns a new promise returns an unscheduled promise .zip executes the returned Promise when execute is true does not execute the returned Promise when execute is false preserves ordering of the executed promises yields the results as an array executes the returned Promise by default allows setting executor for Promise chain fails if one component fails it should behave like ivar initialization sets the state to incomplete #try_set when unset assigns the value assigns the block result returns true when rejected returns false has a nil value does not assign the block result does not assign the value when fulfilled does not assign the block result does not assign the value returns false it should behave like dereferenceable does not call #freeze when #freeze_on_deref is set and the value is nil defaults :freeze_on_deref to false calls #dup when the :dup_on_deref option is true defaults :dup_on_deref to false calls the block when the :copy_on_deref option is passed a proc calls the :copy block first followed by #dup followed by #freeze defaults :copy_on_deref to nil calls #freeze when the :freeze_on_deref option is true supports dereference flags with observers does not call the #copy_on_deref block when the value is nil does not call #dup when #dup_on_deref is set and the value is nil #fail raises an exception if set more than once sets the state to be rejected sets the value to be nil sets the reason to the given exception returns self defaults the reason to a StandardError #set raises an exception if set more than once sets the state to be fulfilled rejects when given a block which raises an exception fulfils when given a block which executes successfully raises an exception when given a value and a block raises an exception when given neither a value nor a block returns self sets the value it should behave like observable first notification does not notify any observers after #delete_observers called calls the proc for all observers added as a block calls the appropriate function on all observers which specified a :func calls the #update method on all observers without a specified :func does not notify any observers removed with #delete_observer #delete_observers deletes all observers when called before first notification returns self #count_observers returns zero after #delete_observers has been called returns zero for a new observable object returns a count of registered observers if called before first notification #delete_observer deletes the given observer if called before first notification returns the given observer even when not found in the observer set returns the removed observer if found in the observer set #add_observer raises an exception if not given an observer or a block adds an observer if called before first notification raises an exception when given both an observer and a block creates an observer from a block if called before first notification adds an observer with :func if called before first notification it should behave like obligation #value returns the value when fulfilled before timeout is nil when :pending returns nil when timeout reached returns nil when reaching the optional timeout value is set to the return value of the block when :fulfilled is nil when :rejected returns immediately when timeout is zero blocks the caller when :pending and timeout is nil #state is :rejected when the handler raises an exception is :fulfilled when the handler completes is :pending when first created #reason is nil when :fulfilled is nil when :pending is set to error object of the exception when :rejected initializers .fulfill should return a Promise should return a Promise with set value should return a fulfilled Promise .reject should return a Promise with set reason should return a Promise should return a rejected Promise .execute creates a new Promise passes the block to the new Promise calls #execute on the new Promise .new should return an unscheduled Promise rejection uses reason as rejection reason when a promise has no rescue callable passes the reason to all its children rejects on Exception sets the promise value to the result if its block sets the promise state to :rejected if the block completes #zip does not execute the returned Promise when execute is false executes the returned Promise when execute is true preserves ordering of the executed promises yields the results as an array executes the returned Promise by default fails if one component fails allows setting executor for Promise chain aliases aliases #realized? for #fulfilled? aliases #deref for #value aliases #on_error for #rescue aliases #catch for #rescue #flat_map succeeds if both promises succeed fails if the left promise fails fails if the generating block fails fails if the right promise fails returns a promise #rescue returns a new promise it should behave like thread_arguments passes an empty array when the :args key has a nil value allows the given arguments array to be dereferenced passes an array when when the :args key has an array value passes an empty array when opts is not given passes an empty array when opts is an empty hash passes an empty array when there is no :args key passes a one-element array when the :args key has a non-array value passes the given array when the :args key has a complex array value #execute pending sets the promise to :pending does not post again unscheduled sets the promise to :pending posts the block given in construction with children when called on the root should set all promises to :pending when called on a child should set all promises to :pending when called on child after parent completes sets state to :pending immediately aggregators .any? executes the #then condition when no promises are given returns a new Promise does not execute the returned Promise executes the #then condition when any components succeed executes the #rescue handler if all componenst fail .all? executes the #then condition when no promises are given executes the #rescue handler if even one component fails does not execute the returned Promise returns a new Promise executes the #then condition when all components succeed on_success should have a block returns a new promise fulfillment passes the result of each block to all its children uses result as fulfillment value when a promise has no block sets the promise value to the result if its block passes the last result through when a promise has no block can manage long chain sets the promise state to :fulfilled if the block completes #set can be called with a block #can only be called on the root promise triggers children #fail can only be called on the root promise rejects children #processor_count retuns a positive integer Concurrent::MutableStruct it should behave like struct accessors #[member] retrieves the value when given a valid symbol member raises an exception when given a non-existent string member raises an exception when given a non-existent symbol member retrieves the value when given a valid string member #[index] retrieves the value when given a valid index raises an exception when given an out-of-bound index properties #values returns the values of the struct as an array in order #values_at returns values at offsets in a given range returns values for ranges and offsets returns the values at multiple given offsets returns values for multiple ranges returns the value at the given offset #members returns the struct members as an array of symbols returns a different object than the array passed at definition #length returns the number of struct members #size returns the number of struct members comparison #!= returns false if other has same struct subclass and equal values returns true if other has different struct subclass returns true if other has different values #== returns true if other has same struct subclass and equal values returns false if other has different values returns false if other has different struct subclass construction raises an exception when extra members are given sets all absent members to nil sets all given members in order enumeration #select yields each value returns an enumerator when no block is given returns an Array with the values from for which the block returns true #each_pair returns an enumerator when no block is given yields the name and value of each struct member in order #each yields the value of each struct member in order returns an enumerator when no block is given definition evalues a given block against the new class raise an exception when given an invalid member raises an exception when given an invalid class name defines a getter for each member registers the class when given a class name creates an anonymous class when given at least one member raises an exception when given no members registers the class when given a class name which is defined in the ancestors copy #dup discards frozen state of the struct copies the singleton class of members discards singleton class retains frozen state of members shallowly duplicates all members along with the struct #clone shallowly clones all members along with the struct retains frozen state copies the singleton class of members copies the singleton class conversion #to_h returns a Hash containing the names and values in order #to_a returns the to_a for this struct as an array #to_s returns the same string as #inspect includes all values includes the names of all members includes the name of the class when registered definition defines a setter for each member copy #clone mutates only the copy #dup mutates only the copy synchronization protects #[index] protects #each_pair protects #each protects #values_at protects #select protects #merge protects #to_s protects #to_h protects #[member] protects getter methods protects #inspect protects #values protects getter methods protects #[member]= protects #initialize_copy protects #== protects #[index]= it should behave like mergeable_struct #merge raises an exception when given a hash with members not in the struct returns a new object calls the given block for each key in `other` retains the value for all members not without values in the given hash updates all members with the new values from a given hash #[index]= sets the value when given a valid index raises an exception when given an out-of-bound index #[member]= raises an exception when given a non-existent symbol member sets the value when given a valid string member sets the value when given a valid symbol member raises an exception when given a non-existent string member Concurrent::Promises zip_futures_over Future reason supports setting timeout wait supports setting timeout allows graphs can be risen when rejected chains with correct arguments resolves future when Exception raised runs value! supports setting timeout has sync and async callbacks wait! supports setting timeout value supports setting timeout chains result supports setting timeout constructs promise like tree #flat propagates requests for values to delayed futures rejects if inner value is not a future it propagates rejection of the future which was suppose to provide inner future propagates rejection of inner future has shortcuts returns value of inner future accepts inner event .event is expected to equal true ResolvableFuture result atomic_resolution #wait! reservation #value #reason #value! #wait .any_fulfilled treats a pending Event as a pending Future continues on first result treats a resolved Event as a fulfilled Future .future without block is expected to eq 0 .zip_events waits for all and returns event .delay is expected to eq 2 .schedule scheduled execution scheduled execution in graph chain_resolvable event future .any_resolved continues on first result interoperability with channel with processing actor with erlang actor ResolvableEvent #resolve(raise_on_reassign = true) #wait reservation #resolve(raise_on_reassign = false) .future executes executes with args .rejected_future raises the correct error when passed an unraised error .zip waits for all results when a future raises an error raises a concurrent error when deeply nested raises the original error Concurrent::CountDownLatch inherits from MutexCountDownLatch Concurrent::CyclicBarrier #parties should be the value passed to the constructor reset should release all waiting threads #number_waiting without any waiting thread should be equal to zero with waiting threads should be equal to the waiting threads count spurious wake ups should resist to spurious wake ups with timeout should resist to spurious wake ups without timeout #broken? should not be broken when created should not be broken when reset is called without waiting thread #wait without timeout executes the block once should release all threads when their number matches the desired one can be reused returns true when released return false if barrier has been reset should block the thread with timeout timeout not expiring returns true when released should block the thread should release all threads when their number matches the desired one timeout expiring does not execute the block on timeout breaks the barrier and release all other threads 2 returns false breaks the barrier and release all other threads #broken barrier can be reset should not accept new threads #initialize raises an exception if the initial count is less than 1 raises an exception if the initial count is not an integer Concurrent::CAtomicFixnum it should behave like atomic_fixnum #value= raises and exception if the value is not a `Fixnum` returns the new value sets the #value to the given `Fixnum` #compare_and_set does not set if the value is not found returns false if the value is not found returns true if the value is found sets if the value is found #update passes the current value to the block atomically sets the value to the return value from the block returns the new value #decrement decreases the value by one when no argument is given returns the new value the given argument decreases the value by the given argument returns the new value when no argument is given is aliased as #down #value returns the current value #increment increases the value by the given argument increases the value by one when no argument is given returns the new value the given argument returns the new value when no argument is given is aliased as #up construction raises an exception if the initial value is not a Fixnum defaults the initial value to zero sets the initial value Concurrent::MutexCountDownLatch it should behave like count_down_latch #count should not go below zero should be the value passed to the constructor should be decreased after every count down #initialize raises an exception if the initial count is not an integer raises an exception if the initial count is less than zero defaults the count to 1 #wait blocks indefinitely with timeout, and is kill-able blocks indefinitely, and is kill-able non zero count should block thread until counter is set to zero should block until timeout and return false when counter is not set to zero should block until counter is set to zero with timeout count set to zero should return true immediately should return true immediately with timeout spurious wake ups should resist to spurious wake ups without timeout should resist to spurious wake ups with timeout Concurrent::SimpleExecutorService #post creates a new thread for a call without arguments aliases #<< creates a new thread for a call with arguments executes a call without arguments executes a call with multiple arguments executes a call with one argument SimpleExecutorService.post aliases #<< creates a new thread for a call with arguments executes a call with one argument creates a new thread for a call without arguments executes a call without arguments executes a call with multiple arguments it should behave like executor_service #shutdown followed by #wait_for_termination allows in-progress tasks to complete stops accepting/running new tasks allows pending tasks to complete #post rejects the block once shutdown rejects the block while shutting down auto terminate does not stop shutdown #kill stops accepting new tasks rejects all pending tasks #running? returns true when the thread pool is running returns false when the thread pool is shutting down returns false when the thread pool is shutdown returns false when the thread pool is killed #shutdown allows in-progress tasks to complete stops accepting new tasks allows pending tasks to complete #wait_for_termination waits forever when no timeout value is given returns true after shutdown has complete returns false when shutdown fails to complete before timeout returns true when shutdown successfully completes before timeout immediately returns true when no operations are pending it should behave like global_thread_pool #post aliases #<< raises an exception if no block is given calls the block with the given arguments returns true when the block is added to the queue Concurrent::ProcessingActor is expected to eq "ab" Concurrent::AtomicReference inherits from CAtomicReference Concurrent::FixedThreadPool #min_length returns :num_threads while running returns :num_threads once shutdown returns :num_threads on creation runtime-specific implementation worker creation and caching creates new workers when there are none available exception handling restarts threads that experience exception #initialize default values defaults :fallback_policy to :abort defaults default :max_queue to zero defaults :idletime correctly defaults :min_length correctly defaults :max_length correctly #largest_length returns :num_threads while running returns zero on creation returns :num_threads once shutdown fallback policy discards when fallback_policy is :discard uses the calling thread for overflow under caller_runs raises an error when overflow on abort worker creation and caching never creates more than :num_threads threads #kill attempts to kill all in-progress tasks #length returns :num_threads while running #initialize explicit values raises an exception when the pool length is less than one correctly sets valid :fallback_policy correctly sets valid :idletime sets explicit :max_queue correctly raises an exception if given an invalid :fallback_policy it should behave like thread_pool #completed_task_count returns the approximate number of tasks that have been completed thus far returns zero on creation it should behave like executor_service #post rejects the block while shutting down rejects the block once shutdown #running? returns false when the thread pool is shutdown returns false when the thread pool is shutting down returns true when the thread pool is running returns false when the thread pool is killed auto terminate does not stop shutdown #shutdown allows pending tasks to complete stops accepting new tasks allows in-progress tasks to complete #wait_for_termination waits forever when no timeout value is given returns false when shutdown fails to complete before timeout immediately returns true when no operations are pending returns true when shutdown successfully completes before timeout returns true after shutdown has complete #kill stops accepting new tasks rejects all pending tasks #shutdown followed by #wait_for_termination allows in-progress tasks to complete stops accepting/running new tasks allows pending tasks to complete it should behave like global_thread_pool #post aliases #<< raises an exception if no block is given returns true when the block is added to the queue calls the block with the given arguments #auto_terminate? returns false when :enable_at_exit_handler is false returns true by default returns true when :enable_at_exit_handler is true #length returns zero once shut down returns zero on creation #shutdown allows threads to exit normally #scheduled_task_count returns the approximate number of tasks that have been post thus far returns zero on creation returns the approximate number of tasks that were post #max_length returns :num_threads while running returns :num_threads once shutdown returns :num_threads on creation Concurrent::MutexAtomicFixnum construction raises an exception if the initial value is too small raises an exception if the initial value is too big instance methods value is synchronized value= is synchronized compare_and_set is synchronized increment is synchronized decrement is synchronized it should behave like atomic_fixnum #increment returns the new value the given argument increases the value by one when no argument is given increases the value by the given argument returns the new value when no argument is given is aliased as #up #decrement returns the new value the given argument is aliased as #down decreases the value by one when no argument is given returns the new value when no argument is given decreases the value by the given argument #compare_and_set sets if the value is found returns true if the value is found does not set if the value is not found returns false if the value is not found #value= raises and exception if the value is not a `Fixnum` sets the #value to the given `Fixnum` returns the new value #update returns the new value passes the current value to the block atomically sets the value to the return value from the block construction sets the initial value defaults the initial value to zero raises an exception if the initial value is not a Fixnum #value returns the current value Concurrent::TimerSet task resetting calls #reschedule with the original delay state is running? after tasks have been post is shutdown? after shutdown completes is shutdown? after being killed is running? when first created execution executes tasks with different times in schedule time does not execute tasks early returns an IVar when posting a task executes a given task when given an interval in seconds, even if longer tasks have been scheduled executes a given task when given an interval in seconds passes all arguments to the task on execution continues to execute new tasks even after the queue is emptied executes all tasks scheduled for the same time executes tasks with different times in schedule order termination cancels all pending tasks on #shutdown #wait_for_termination returns true if shutdown completes before timeout rejects tasks once killed cancels all pending tasks on #kill stops the monitor thread on #shutdown #wait_for_termination returns false on timeout kills the monitor thread on #kill rejects tasks once shutdown resolution sets the IVar value on success when delay is zero sets the IVar value on success when given a delay sets the IVar reason on failure when delay is zero sets the IVar reason on failure when given a delay task cancellation fails to cancel the task once processing has begun returns false when not running cancels a pending task fails to cancel the task once processing is complete task rescheduling returns false once the task has is complete returns false once the task is processing raises an exception when given an invalid time reschdules a pending and unpost task when given a valid time returns false once the task has been post to the executor returns false when not running does not change the current schedule when given an invalid time #post raises an exception when no block given immediately posts a task when the delay is zero raises an exception when given a task with a delay less than zero construction uses the executor given at construction uses the global io executor be default Concurrent::MutexSemaphore it should behave like semaphore #acquire without block when acquiring negative permits raises ArgumentError permits available should return nil immediately not enough permits available should block thread until permits are available with block permits available if the block raises, the permit is still released should acquire permits, run the block, release permits, and return block return value not enough permits available should block thread until permits are available when acquiring negative permits raises ArgumentError #try_acquire with block without timeout releases permit if block raises acquires immediately if permits are available and returns block return value returns false immediately in no permits are available when trying to acquire negative permits is expected not to change `semaphore.available_permits` with timeout acquires immediately if permits are available, and returns block return value returns false on timeout acquires when permits are available within timeout, and returns block return value releases permits if block raises without block with timeout acquires immediately if permits are available acquires when permits are available within timeout returns false on timeout without timeout acquires immediately if permits are available returns false immediately in no permits are available when trying to acquire negative permits is expected to raise ArgumentError #drain_permits drains nothing in no permits are available drains all available permits #reduce_permits raises ArgumentError if reducing by negative number reduces zero permits reduces permits below zero reduces permits #release increases the number of available permits by one when a number of permits is specified increases the number of available permits by the specified value when permits is set to negative number is expected to raise ArgumentError #initialize raises an exception if the initial count is not an integer when initializing with -1 is expected to eq 0 when initializing with 0 is expected not to equal nil Concurrent::ImmediateExecutor it should behave like executor_service #shutdown followed by #wait_for_termination allows in-progress tasks to complete stops accepting/running new tasks allows pending tasks to complete #kill stops accepting new tasks rejects all pending tasks #running? returns false when the thread pool is shutting down returns false when the thread pool is killed returns true when the thread pool is running returns false when the thread pool is shutdown auto terminate does not stop shutdown it should behave like global_thread_pool #post raises an exception if no block is given calls the block with the given arguments returns true when the block is added to the queue aliases #<< #post rejects the block while shutting down rejects the block once shutdown #wait_for_termination returns true when shutdown successfully completes before timeout waits forever when no timeout value is given immediately returns true when no operations are pending returns false when shutdown fails to complete before timeout returns true after shutdown has complete #shutdown stops accepting new tasks allows pending tasks to complete allows in-progress tasks to complete Concurrent::Exchanger class hierarchy inherits from RubyExchanger Concurrent::Concern::Observable delegates #count_observers delegates #delete_observer delegates #add_observer does not initialize set by by default delegates #delete_observers delegates #with_observer uses the given observer set Concurrent::ReadWriteLock #with_read_lock returns the value of the block operation raises an exception if maximum lock limit is exceeded releases the lock releases the lock when an exception is raised acquires the lock raises an exception if no block is given #acquire_read_lock does not wait for any running readers waits for a running writer to finish returns true if the lock is acquired raises an exception if maximum lock limit is exceeded increments the lock count #acquire_write_lock waits for a running reader to finish increments the lock count raises an exception if maximum lock limit is exceeded waits for a running writer to finish returns true if the lock is acquired #has_waiters? returns true when the write lock is held and there are waiting writers returns false when there are readers but no writers returns true when the write lock is held and there are waiting readers returns false when no locks are held #write_locked? returns true when the write lock is held returns false when the write lock is not held but there are readers returns false when the write lock is not held #release_read_lock unblocks waiting writers returns true if the lock was never set returns true if the lock is released decrements the counter #with_write_lock releases the lock raises an exception if maximum lock limit is exceeded returns the value of the block operation acquires the lock raises an exception if no block is given releases the lock when an exception is raised #release_write_lock returns true if the lock is released decrements the counter returns true if the lock was never set unblocks waiting readers unblocks waiting writers Concurrent::Semaphore inherits from MutexSemaphore #physical_processor_count retuns a positive integer Concurrent::AtomicBoolean inherits from CAtomicBoolean #to_s and #inspect includes the value Concurrent::IVar it should behave like ivar #fail returns self sets the state to be rejected sets the value to be nil sets the reason to the given exception defaults the reason to a StandardError raises an exception if set more than once #try_set when unset assigns the block result assigns the value returns true when rejected has a nil value does not assign the block result does not assign the value returns false when fulfilled returns false does not assign the block result does not assign the value #set raises an exception when given neither a value nor a block raises an exception if set more than once raises an exception when given a value and a block sets the value returns self sets the state to be fulfilled rejects when given a block which raises an exception fulfils when given a block which executes successfully it should behave like obligation #value is nil when :rejected is set to the return value of the block when :fulfilled returns nil when timeout reached returns the value when fulfilled before timeout blocks the caller when :pending and timeout is nil returns nil when reaching the optional timeout value returns immediately when timeout is zero is nil when :pending #reason is nil when :pending is set to error object of the exception when :rejected is nil when :fulfilled #state is :pending when first created is :fulfilled when the handler completes is :rejected when the handler raises an exception it should behave like observable first notification does not notify any observers removed with #delete_observer calls the proc for all observers added as a block calls the #update method on all observers without a specified :func calls the appropriate function on all observers which specified a :func does not notify any observers after #delete_observers called #delete_observer returns the removed observer if found in the observer set returns the given observer even when not found in the observer set deletes the given observer if called before first notification #count_observers returns zero for a new observable object returns zero after #delete_observers has been called returns a count of registered observers if called before first notification #delete_observers deletes all observers when called before first notification returns self #add_observer adds an observer with :func if called before first notification raises an exception if not given an observer or a block creates an observer from a block if called before first notification adds an observer if called before first notification raises an exception when given both an observer and a block initialization sets the state to incomplete it should behave like dereferenceable defaults :copy_on_deref to nil defaults :dup_on_deref to false does not call the #copy_on_deref block when the value is nil does not call #dup when #dup_on_deref is set and the value is nil supports dereference flags with observers does not call #freeze when #freeze_on_deref is set and the value is nil calls #freeze when the :freeze_on_deref option is true calls the :copy block first followed by #dup followed by #freeze calls the block when the :copy_on_deref option is passed a proc defaults :freeze_on_deref to false calls #dup when the :dup_on_deref option is true observation notifies all observers on #set deadlock avoidance should notify observers outside mutex lock should notify a new observer added after fulfillment outside lock #initialize can set an initial value with a block can set an initial value does not set an initial value if you pass NULL raises an exception if given both a value and a block does not have to set an initial value Concurrent::CAtomicBoolean it should behave like atomic_boolean #make_false keeps a false value false and returns false makes a true value false and returns true construction evaluates the truthiness of a false value evaluates the truthiness of a true value sets the initial value defaults the initial value to false #value returns the current value #true? is expected to equal true is expected to equal false #false? is expected to equal false is expected to equal true #value= evaluates the truthiness of a false value sets the #value to the given `Boolean` evaluates the truthiness of a true value returns the new value #make_true keeps a true value true and returns false makes a false value true and returns true Concurrent::AtomicReference #to_s and #inspect includes the value it should behave like atomic_reference test_construct test_try_update_fails test_value test_update_retries test_try_update_bang test_numeric_cas test_swap test_try_update_bang_fails test_try_update test_update Concurrent::SerializedExecutionDelegator it should behave like executor_service #wait_for_termination waits forever when no timeout value is given immediately returns true when no operations are pending returns true when shutdown successfully completes before timeout returns false when shutdown fails to complete before timeout returns true after shutdown has complete #kill rejects all pending tasks stops accepting new tasks #post rejects the block once shutdown rejects the block while shutting down #shutdown followed by #wait_for_termination allows pending tasks to complete allows in-progress tasks to complete stops accepting/running new tasks auto terminate does not stop shutdown #shutdown allows pending tasks to complete stops accepting new tasks allows in-progress tasks to complete it should behave like global_thread_pool #post returns true when the block is added to the queue raises an exception if no block is given aliases #<< calls the block with the given arguments #running? returns false when the thread pool is killed returns false when the thread pool is shutdown returns true when the thread pool is running returns false when the thread pool is shutting down Concurrent::Agent nested actions occur in the order they ar post work with immediate execution error mode :continue does not set an error when the validator raises an error sets #failed? to false does not block further action processing does not set an error when the action raises an error does not set an error when the validator returns false :fail sets the error when the validator raises an error sets #failed? to true sets the error when the action raises an error sets the error when the validator returns false blocks all further action processing until a restart #restart when #failed? clears the error sets the new value does not trigger observation resumes action processing if actions are enqueued sets #failed? to true raises an error if the new value is not valid does not clear the action queue when :clear_actions is not given removes all actions from the queue when :clear_actions is true does not clear the action queue when :clear_actions is false when not #failed? raises an error observable behaves like observable #delete_observer returns the given observer even when not found in the observer set deletes the given observer if called before first notification returns the removed observer if found in the observer set #add_observer adds an observer with :func if called before first notification raises an exception when given both an observer and a block raises an exception if not given an observer or a block creates an observer from a block if called before first notification adds an observer if called before first notification first notification does not notify any observers after #delete_observers called calls the proc for all observers added as a block does not notify any observers removed with #delete_observer calls the appropriate function on all observers which specified a :func calls the #update method on all observers without a specified :func #count_observers returns zero for a new observable object returns zero after #delete_observers has been called returns a count of registered observers if called before first notification #delete_observers returns self deletes all observers when called before first notification waiting with #await_for returns false on timeout returns false if restarted with :clear_actions true (PENDING: the timing is nearly impossible) returns true when there are no pending actions returns true when all prior actions have processed does not block on actions from other threads with #await blocks forever if restarted with :clear_actions true (PENDING: the timing is nearly impossible) does not block on actions from other threads returns true when all prior actions have processed blocks indefinitely returns self when there are no pending actions the await job does not trigger observers waits for nested actions does not change the value does not trigger the error mode with await_for! returns true when there are no pending actions raises an exception on timeout returns true when all prior actions for all agents have processed with #wait returns true when all prior actions have processed blocks forever when timeout is nil and restarted with :clear_actions true (PENDING: the timing is nearly impossible) returns true when there are no pending actions and timeout is nil returns true when there are no pending actions and a timeout is given does not block on actions from other threads blocks indefinitely when timeout is nil returns false when timeout is given and restarted with :clear_actions true (PENDING: the timing is nearly impossible) returns false on timeout with .await_for returns false on timeout returns true when all prior actions for all agents have processed returns true when there are no pending actions with #await_for! returns true when all prior actions have processed returns true when there are no pending actions does not block on actions from other threads raises an error if restarted with :clear_actions true (PENDING: the timing is nearly impossible) raises an error on timeout with .await returns true when all prior actions on all agents have processed error handling the agent will be passed to the handler does not trigger observation the exception will be passed to the handler posting with #send returns true when the job is post posts to the global fast executor does not wait for the action to process returns false when #failed? with #send_via posts to the given executor returns true when the job is post returns false when #failed? with #post posts to the global io executor returns false when #failed? returns true when the job is post does not wait for the action to process with #send_off! does not wait for the action to process returns true when the job is post posts to the global io executor raises an error when #failed? with #<< returns self when the job is post returns self when #failed? posts to the global io executor does not wait for the action to process with #send_off posts to the global io executor returns true when the job is post returns false when #failed? does not wait for the action to process with #send! does not wait for the action to process posts to the global fast executor raises an error when #failed? returns true when the job is post with #send_via! posts to the given executor returns true when the job is post raises an error when #failed? initialization defaults the error mode to :fail when no error handler is given sets the initial value sets #failed? to false defaults the error mode to :continue when an error handler is given raises an error when given an invalid error mode sets the initial error to nil sets the error mode when given a valid value action processing the given block will be passed any provided arguments when validation returns false the value will not change any recursive action dispatches will run after the value has been updated when validation fails the handler will be called when validation raises an error the handler will be called on success all observers will be notified upon validation the new value will be set to the block return value when the action raises an error the value will not change when the action raises an error the handler will be called the given block will be passed the current value when validation raises an error the value will not change when the action raises an error the validator will not be called the return value will be passed to the validator function validation sets the error when the error mode is :fail and the validator returns false rejects the new value when the validator raises an error rejects the new value when the validator returns false does not set an error when the error mode is :continue and the validator returns false does not set an error when the error mode is :continue and the validator raises an error sets the new value when the validator returns true does not trigger observation when validation fails sets the error when the error mode is :fail and the validator raises an error configuration global executors creates a global timer set creates a global fast executor creates a global io executor Concurrent::ReentrantReadWriteLock can acquire locks in separate fibers Concurrent::ImmutableStruct it should behave like mergeable_struct #merge updates all members with the new values from a given hash returns a new object retains the value for all members not without values in the given hash raises an exception when given a hash with members not in the struct calls the given block for each key in `other` it should behave like struct accessors #[index] raises an exception when given an out-of-bound index retrieves the value when given a valid index #[member] raises an exception when given a non-existent symbol member retrieves the value when given a valid string member raises an exception when given a non-existent string member retrieves the value when given a valid symbol member definition raise an exception when given an invalid member raises an exception when given no members creates an anonymous class when given at least one member registers the class when given a class name /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/spec/concurrent/struct_shared.rb:15: warning: already initialized constant ValidClassName2 /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/spec/concurrent/struct_shared.rb:15: warning: previous definition of ValidClassName2 was here registers the class when given a class name which is defined in the ancestors evalues a given block against the new class raises an exception when given an invalid class name defines a getter for each member comparison #== returns true if other has same struct subclass and equal values returns false if other has different struct subclass returns false if other has different values #!= returns true if other has different struct subclass returns true if other has different values returns false if other has same struct subclass and equal values copy #clone shallowly clones all members along with the struct retains frozen state copies the singleton class copies the singleton class of members #dup discards frozen state of the struct retains frozen state of members shallowly duplicates all members along with the struct discards singleton class copies the singleton class of members construction raises an exception when extra members are given sets all given members in order sets all absent members to nil enumeration #each returns an enumerator when no block is given yields the value of each struct member in order #each_pair returns an enumerator when no block is given yields the name and value of each struct member in order #select yields each value returns an enumerator when no block is given returns an Array with the values from for which the block returns true properties #size returns the number of struct members #length returns the number of struct members #values_at returns values for multiple ranges returns values for ranges and offsets returns values at offsets in a given range returns the values at multiple given offsets returns the value at the given offset #members returns the struct members as an array of symbols returns a different object than the array passed at definition #values returns the values of the struct as an array in order conversion #to_a returns the to_a for this struct as an array #to_h returns a Hash containing the names and values in order #to_s includes the name of the class when registered returns the same string as #inspect includes the names of all members includes all values Concurrent::Atom #swap calls the block more than once if the value changes underneath reraises the exception from block rejects the new value if the validator returns false sets the new value to the result of the block rejects the new value if the validator raises an exception passes the current value to the block raises an exception when no block is given returns the old value if the validator raises an exception returns the old value if the validator returns false passes all arguments to the block returns the new value on success #reset sets the new value returns the old value if the validator raises an exception returns the old value if the validator returns false returns the new value on success returns the new value on success #compare_and_set rejects the new value if the validator returns false returns false if the validator raises an exception returns false if the validator returns false rejects the new value if the current value does not match rejects the new value if the validator raises an exception returns true if the current value matches returns false if the current value does not match sets the new value if the current value matches construction sets the initial value to the given value observable behaves like observable #add_observer raises an exception when given both an observer and a block raises an exception if not given an observer or a block creates an observer from a block if called before first notification adds an observer with :func if called before first notification adds an observer if called before first notification #delete_observers returns self deletes all observers when called before first notification #delete_observer returns the given observer even when not found in the observer set deletes the given observer if called before first notification returns the removed observer if found in the observer set first notification calls the #update method on all observers without a specified :func does not notify any observers removed with #delete_observer calls the appropriate function on all observers which specified a :func does not notify any observers after #delete_observers called calls the proc for all observers added as a block #count_observers returns zero after #delete_observers has been called returns a count of registered observers if called before first notification returns zero for a new observable object Concurrent::CAtomicReference it should behave like atomic_reference test_update test_numeric_cas test_swap test_try_update test_update_retries test_value test_try_update_bang_fails test_try_update_bang test_try_update_fails test_construct Concurrent::Concern::Obligation pending it should behave like incomplete should be incomplete should be not completed #no_error! should return immediately if timeout is zero should block on the event if timeout is not set should block on the event if timeout is not zero #value! should return immediately if timeout is zero should block on the event if timeout is not zero should block on the event if timeout is not set #value should block on the event if timeout is not set should block on the event if timeout is not zero should return immediately if timeout is zero #if_state should the block value if state is expected should execute the block within the mutex should return false if state is not expected should raise without block unscheduled it should behave like incomplete should be not completed should be incomplete #value should block on the event if timeout is not set should return immediately if timeout is zero should block on the event if timeout is not zero #no_error! should return immediately if timeout is zero should block on the event if timeout is not zero should block on the event if timeout is not set #value! should block on the event if timeout is not zero should block on the event if timeout is not set should return immediately if timeout is zero rejected should be completed should be not incomplete #value should return immediately if timeout is zero should return immediately if timeout is not set should return immediately if timeout is not zero #no_error! should return immediately if timeout is not zero should return immediately if timeout is zero should return immediately if timeout is not set #value! should return immediately if timeout is zero should return immediately if timeout is not set should return immediately if timeout is not zero fulfilled should be completed should be not incomplete #value! should return immediately if timeout is not set should return immediately if timeout is zero should return immediately if timeout is not zero #value should return immediately if timeout is zero should return immediately if timeout is not set should return immediately if timeout is not zero #no_error! should return immediately if timeout is not set should return immediately if timeout is not zero should return immediately if timeout is zero #get_arguments_from returns an empty array when the :args key has a nil value returns an empty array when opts is an empty hash returns an empty array when there is no :args key returns a one-element array when the :args key has a non-array value returns an array when when the :args key has an array value returns an empty array when opts is not given returns the given array when the :args key has a complex array value #compare_and_set_state unexpected state should not change the state if current is not the expected one should return false if state is not the expected one expected state should not change the state if current is not the expected one should return true if state is the expected one Concurrent::SettableStruct #[member]= raises an exception when given a symbol member that has already been set raises an exception when given a non-existent symbol member sets the value when given a valid string member raises an exception when given a non-existent string member raises an exception when given a string member that has already been set sets the value when given a valid symbol member copy #dup retains settability of members #clone retains settability of members #[index]= raises an exception when given an out-of-bound index sets the value when given a valid index raises an exception when given an index that has already been set it should behave like mergeable_struct #merge calls the given block for each key in `other` retains the value for all members not without values in the given hash raises an exception when given a hash with members not in the struct updates all members with the new values from a given hash returns a new object it should behave like struct definition raise an exception when given an invalid member evalues a given block against the new class /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb:121: warning: method redefined; discarding old baz /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb:161: warning: previous definition of baz was here /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb:121: warning: method redefined; discarding old baz /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb:161: warning: previous definition of baz was here defines a getter for each member raises an exception when given no members raises an exception when given an invalid class name creates an anonymous class when given at least one member registers the class when given a class name /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/spec/concurrent/struct_shared.rb:15: warning: already initialized constant ValidClassName2 /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/spec/concurrent/struct_shared.rb:15: warning: previous definition of ValidClassName2 was here registers the class when given a class name which is defined in the ancestors copy #dup copies the singleton class of members discards singleton class shallowly duplicates all members along with the struct discards frozen state of the struct retains frozen state of members #clone copies the singleton class copies the singleton class of members retains frozen state shallowly clones all members along with the struct construction /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb:121: warning: method redefined; discarding old baz /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb:161: warning: previous definition of baz was here /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb:121: warning: method redefined; discarding old baz /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb:161: warning: previous definition of baz was here sets all absent members to nil /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb:121: warning: method redefined; discarding old baz /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb:161: warning: previous definition of baz was here /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb:121: warning: method redefined; discarding old baz /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb:161: warning: previous definition of baz was here raises an exception when extra members are given /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb:121: warning: method redefined; discarding old baz /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb:161: warning: previous definition of baz was here /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb:121: warning: method redefined; discarding old baz /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb:161: warning: previous definition of baz was here sets all given members in order enumeration #each_pair returns an enumerator when no block is given yields the name and value of each struct member in order #each returns an enumerator when no block is given yields the value of each struct member in order #select returns an Array with the values from for which the block returns true returns an enumerator when no block is given yields each value comparison #== returns false if other has different values returns false if other has different struct subclass returns true if other has same struct subclass and equal values #!= returns true if other has different values returns false if other has same struct subclass and equal values returns true if other has different struct subclass properties #values_at returns values for ranges and offsets returns values at offsets in a given range returns the values at multiple given offsets returns the value at the given offset returns values for multiple ranges #members returns the struct members as an array of symbols returns a different object than the array passed at definition #values returns the values of the struct as an array in order #size returns the number of struct members #length returns the number of struct members accessors #[index] raises an exception when given an out-of-bound index retrieves the value when given a valid index #[member] raises an exception when given a non-existent string member retrieves the value when given a valid symbol member retrieves the value when given a valid string member raises an exception when given a non-existent symbol member conversion #to_s includes all values includes the name of the class when registered returns the same string as #inspect includes the names of all members #to_a returns the to_a for this struct as an array #to_h returns a Hash containing the names and values in order synchronization protects getter methods protects #to_s protects #merge protects #each_pair protects #select protects #== protects #[index] protects #initialize_copy protects #to_h protects #each protects #values_at protects getter methods protects #[member]= protects #[index]= protects #[member] protects #values protects #inspect definition /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb:121: warning: method redefined; discarding old baz /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb:161: warning: previous definition of baz was here /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb:121: warning: method redefined; discarding old baz /home/buildozer/aports/community/ruby-concurrent-ruby/src/concurrent-ruby-1.2.2/.gems/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb:161: warning: previous definition of baz was here defines a setter for each member Concurrent::RubyThreadPoolExecutor it should behave like thread_pool_executor #remaining_capacity returns :max_length when stopped returns :max_length on creation returns -1 when :max_queue is set to zero #fallback_policy :caller_runs #post executes the task on the current thread when the queue is at capacity #<< executes the task on the current thread when the queue is at capacity #post does not create any new threads when the queue is at capacity #post executes the task on the current thread when the executor is shutting down #<< executes the task on the current thread when the executor is shutting down #post does not block other jobs running on the worker threads :discard a #post task is never executed when the queue is at capacity a #<< task is never executed when the executor is shutting down #post returns false when the executor is shutting down a #post task is never executed when the executor is shutting down a #<< task is never executed when the queue is at capacity :abort a #post task is never executed when the queue is at capacity a #<< task is never executed when the queue is at capacity #<< raises an error when the queue is at capacity #post raises an error when the queue is at capacity #<< raises an error when the executor is shutting down #post raises an error when the executor is shutting down #max_queue returns the set value on creation returns the set value after stopping returns the set value when running #queue_length can never be greater than :max_queue returns zero when stopped returns zero when there are no enqueued tasks returns the size of the queue when tasks are enqueued returns zero on creation #initialize defaults defaults :max_length to DEFAULT_MAX_POOL_SIZE defaults :idletime to DEFAULT_THREAD_IDLETIMEOUT defaults :name to nil defaults :max_queue to DEFAULT_MAX_QUEUE_SIZE defaults :min_length to DEFAULT_MIN_POOL_SIZE defaults :fallback_policy to :abort #initialize explicit values raises an exception if :max_threads is less than zero doesn't allow max_threads < min_threads accepts all valid fallback policies raises an exception if :max_threads greater than the max allowable raises an exception if :min_threads is less than zero sets :max_threads sets :name sets :idletime sets :min_threads raises an exception if given an invalid :fallback_policy raises an exception if :max_threads is less than :min_threads #synchronous cannot be set unless `max_queue` is zero executes fallback policy once max_threads has been reached threads naming with pool name sets counted name without pool name sets counted name #remaining_capacity returns :max_length when no tasks are enqueued returns the remaining capacity when tasks are enqueued prune does not trigger pruning when posting work if the last prune happened less than gc_interval ago keeps at least min_length workers triggers pruning when posting work if the last prune happened more than gc_interval ago reclaims threads that have been idle for more than idletime seconds it should behave like thread_pool it should behave like executor_service #wait_for_termination returns false when shutdown fails to complete before timeout returns true after shutdown has complete waits forever when no timeout value is given returns true when shutdown successfully completes before timeout immediately returns true when no operations are pending #kill stops accepting new tasks rejects all pending tasks #shutdown allows in-progress tasks to complete stops accepting new tasks allows pending tasks to complete #post rejects the block once shutdown rejects the block while shutting down auto terminate does not stop shutdown it should behave like global_thread_pool #post aliases #<< raises an exception if no block is given returns true when the block is added to the queue calls the block with the given arguments #shutdown followed by #wait_for_termination stops accepting/running new tasks allows in-progress tasks to complete allows pending tasks to complete #running? returns false when the thread pool is shutdown returns false when the thread pool is killed returns true when the thread pool is running returns false when the thread pool is shutting down #completed_task_count returns zero on creation returns the approximate number of tasks that have been completed thus far #shutdown allows threads to exit normally #length returns zero once shut down returns zero on creation #auto_terminate? returns true by default returns true when :enable_at_exit_handler is true returns false when :enable_at_exit_handler is false #scheduled_task_count returns the approximate number of tasks that were post returns the approximate number of tasks that have been post thus far returns zero on creation Concurrent::MVar #empty? returns false on a full MVar returns true on an empty MVar #take waits for another thread to #put returns TIMEOUT on timeout on an empty MVar sets the MVar to empty returns the value on a full MVar #put sets the MVar to be empty returns TIMEOUT on timeout on a full MVar waits for another thread to #take returns the value sets a new value on an empty MVar spurious wake ups #take returns TIMEOUT on timeout on an empty MVar waits for another thread to #put #put returns TIMEOUT on timeout on a full MVar waits for another thread to #take #modify returns TIMEOUT on timeout on an empty MVar waits for another thread to #put #try_take! returns the value on a full MVar sets a full MVar to be empty returns EMPTY an empty MVar #set! sets an empty MVar to be full sets a full MVar to be full returns EMPTY on an empty MVar returns the original value on a full MVar behavior it should behave like dereferenceable does not call #dup when #dup_on_deref is set and the value is nil does not call the #copy_on_deref block when the value is nil defaults :dup_on_deref to false defaults :freeze_on_deref to false does not call #freeze when #freeze_on_deref is set and the value is nil calls the block when the :copy_on_deref option is passed a proc supports dereference flags with observers calls #dup when the :dup_on_deref option is true calls the :copy block first followed by #dup followed by #freeze defaults :copy_on_deref to nil calls #freeze when the :freeze_on_deref option is true #modify returns the unmodified value returns TIMEOUT on timeout on an empty MVar raises an exception when no block given modifies a full MVar is atomic waits for another thread to #put #initialize accepts a nil initial value accepts an initial value accepts an empty initial value accepts no initial value #full? returns false on an empty MVar returns true on a full MVar #borrow returns the returned value of the block yields current value to the block and puts back value puts back value even if an exception is raised returns TIMEOUT on timeout on an empty MVar #try_put! returns true an empty MVar sets an empty MVar to be full returns false on a full MVar #modify! can be used to set a full MVar to empty returns the unmodified value raises an exception when no block given can be used to set an empty MVar to empty modifies a full MVar modifies an empty MVar dataflow returns a Future #dataflow uses the global fast executor accepts uncompleted dependencies raises an exception when no block given doesn't raise exceptions from dependencies, unless called with ! accepts completed dependencies raises an exception if any dependencies are not IVars #dataflow_with uses the given executor accepts zero or more dependencies #dataflow_with raises an exception when no executor given schedules the Future when all dependencies are available if there is more than one if there is just one does not schedule the Future if no dependencies are completed if one dependency of two is completed passes the values of dependencies into the block if there is more than one if there is just one module function can be called as Concurrent.dataflow and Concurrent.dataflow_with counts already executed dependencies if there is more than one if there is just one Concurrent::SynchronizedDelegator synchronizes access with block synchronizes access wraps array Concurrent::AtomicMarkableReference #try_update returns nil when attempting to set inside of block updates the value and mark #set sets the value and mark #update updates the value and mark retries until update succeeds .initialize constructs the object has sane defaults #try_update! updates the value and mark raises ConcurrentUpdateError when attempting to set inside of block #compare_and_set when objects have the different identity it does not set the value or mark Rational is successful when comparing Numeric objects BigNum sets the value and mark Rational sets the value and mark Non-idepotent Float sets the value and mark when objects have the same identity sets the value and mark Concurrent::Event #try? returns false if previously set returns true if not previously set triggers the event if not already set #initialize sets the state to unset #reset sets the state of a set event to unset does not trigger an unset event returns true when called on a set event does not change the state of an unset event returns true when called on an unset event #set triggers the event sets the state to set #set? returns false if the event is unset returns true when the event has been set spurious wake ups should resist spurious wake ups with timeout should resist to spurious wake ups without timeout #wait returns false when the timer expires returns immediately when the event has been set returns true once the event is set triggers multiple waiting threads stops waiting when the timer expires blocks indefinitely when the timer is nil blocks indefinitely behaves appropriately if wait begins while #set is processing Concurrent::ReentrantReadWriteLock can survive a torture test write lock wakes up waiting writers when the write lock is released can be acquired more than once cannot be acquired when another thread holds a read lock wakes up waiting readers when the write lock is released cannot be acquired when another thread holds a write lock cannot be released more times than it was taken can be acquired while holding a read lock cannot be released when not held can be downgraded to a read lock read lock can be upgraded to a write lock when read lock acquired more than once cannot be released more times than it was taken can be upgraded to a write lock cannot be released when not held wakes up waiting writers when the last read lock is released allows other read locks to be acquired at the same time can be acquired more than once can be acquired while holding a write lock #try_read_lock returns false immediately if read lock cannot be obtained acquires read lock and returns true if it can do so without blocking can acquire a read lock if a write lock is already held can acquire a read lock if a read lock is already held #with_write_lock releases write lock if an exception is raised in block acquires write block before yielding, then releases it #try_write_lock can acquire a write lock if a read lock is already held acquires write lock and returns true if it can do so without blocking returns false immediately if write lock cannot be obtained can acquire a write lock if a write lock is already held #with_read_lock releases read lock if an exception is raised in block acquires read block before yielding, then releases it Concurrent::Set concurrency #each #add and #delete force context switch .new when initializing with an enumerable object creates a set with the contents of the enumerable object when initializing with a block argument creates a set with the contents of the enumerable object when initializing with no arguments is expected to be empty .[] when initializing with arguments creates a set with the given objects when initializing with no arguments is expected to be empty Concurrent::Array .[] when initializing with arguments creates an array with the given objects when initializing with no arguments is expected to be empty concurrency is expected to be empty #slice correctly initializes the monitor .new when initializing with a size argument creates an array with size elements set to nil when initializing with a block argument creates an array with size elements set to the default value when initializing with a default value argument creates an array with size elements set to the default value when initializing with no arguments is expected to be empty when initializing with another array as an argument creates an array with the results of calling #to_ary on the other array creates an array with the same contents as the other array creates a new array Concurrent::ThreadLocalVar #value returns the current value returns the value after modification when using a block to initialize the value calls the block to initialize the value sets the block return value as the current value calls the block to initialize the value for each thread #initialize can set an initial value sets the same initial value for all threads can set a block to be called to get the initial value sets nil as a default initial value when attempting to set both an initial value and a block is expected to raise ArgumentError #value= does not modify the value for other threads sets a new value does not modify the initial value for other threads returns the new value #atomically raises the same exception that was raised in Concurrent::atomically nests provides atomicity raises an exception when no block given retries on abort reflects transactional writes from within the same transaction undoes writes if the transaction is aborted commits writes if the transaction succeeds Concurrent::ThreadPoolExecutor inherits from RubyThreadPoolExecutor #abort_transaction raises an exception outside an #atomically block Concurrent::TVar #initialize accepts an initial value #value gets the value #value= sets the value Concurrent::LazyRegister example at ./spec/concurrent/lazy_register_spec.rb:6 (PENDING: Not yet implemented) Concurrent::Map #get_or_default #delete #each_value initial capacity options validation #keys #clear #value? load factor options validation collision resistance is unfreezable #values #put_if_absent marshal dump load #get_and_set default_proc is called with the Concurrent::Map and the key concurrency #key? #dup,#clone default proc #size collision resistance with arrays #empty falsy default proc #inspect options validation #replace_pair #replace_if_exists updates dont block reads retrieval #each_key #key default_proc is called with the Concurrent::Map and the key after #dup #delete_pair marshal dump does not work with default proc #each it should behave like collection_each pair iterator common allows modification when no block is given returns an enumerator returns an object which is enumerable #compute_if_present with return common exception #compute_if_absent works in default_proc with return atomicity exception common #fetch common falsy with return #merge_pair exception with return common #compute with return common exception #fetch_or_store with return falsy common #each_pair it should behave like collection_each pair iterator common allows modification when no block is given returns an object which is enumerable returns an enumerator Concurrent::Delay #value raises when called recursively does not call the block before #value is called can be called twice only calls the block once no matter how often #value is called calls the block when #value is called #initialize sets the state to :pending raises an exception when no block given #reconfigure returns value of block used in reconfiguration returns false when process completed? behavior it should behave like obligation #reason is set to error object of the exception when :rejected is nil when :pending is nil when :fulfilled #value is set to the return value of the block when :fulfilled is nil when :rejected returns immediately when timeout is zero is nil when :pending returns the value when fulfilled before timeout returns nil when reaching the optional timeout value blocks the caller when :pending and timeout is nil returns nil when timeout reached #state is :fulfilled when the handler completes is :pending when first created is :rejected when the handler raises an exception it should behave like dereferenceable calls the block when the :copy_on_deref option is passed a proc calls the :copy block first followed by #dup followed by #freeze does not call the #copy_on_deref block when the value is nil defaults :dup_on_deref to false defaults :freeze_on_deref to false calls #dup when the :dup_on_deref option is true defaults :copy_on_deref to nil does not call #dup when #dup_on_deref is set and the value is nil calls #freeze when the :freeze_on_deref option is true does not call #freeze when #freeze_on_deref is set and the value is nil supports dereference flags with observers Concurrent::SingleThreadExecutor inherits from RubySingleThreadExecutor Concurrent::Future #initialize sets the state to :unscheduled raises an exception when no block given uses the global io executor by default uses the executor given with the :executor option fulfillment sets the state to :rejected when the handler raises an exception sets the value to nil when the handler raises Exception sets the state to :fulfilled when the block completes sets the state to :processing while the task is executing sets the value to the result of the handler passes all arguments to handler sets the reason to the Exception instance when the handler raises Exception sets the value to nil when the handler raises an exception aliases aliases #deref for #value aliases #realized? for #fulfilled? cancellation #wait_or_cancel returns true if the operation completes before timeout cancels the task on timeout #cancel fails to cancel the task once processing has begun fails to cancel the task once processing is complete cancels a pending task observation does not notify existing observers when a new observer added after fulfillment does not notify existing observers when a new observer added after rejection notifies an observer added after rejection notifies an observer added after fulfillment notifies all observers on rejection notifies all observers on fulfillment deadlock avoidance should notify observers outside mutex lock should notify a new observer added after fulfillment outside lock it should behave like ivar it should behave like observable #add_observer raises an exception if not given an observer or a block adds an observer with :func if called before first notification adds an observer if called before first notification raises an exception when given both an observer and a block creates an observer from a block if called before first notification #delete_observer deletes the given observer if called before first notification returns the removed observer if found in the observer set returns the given observer even when not found in the observer set first notification calls the appropriate function on all observers which specified a :func does not notify any observers after #delete_observers called calls the #update method on all observers without a specified :func does not notify any observers removed with #delete_observer calls the proc for all observers added as a block #delete_observers returns self deletes all observers when called before first notification #count_observers returns a count of registered observers if called before first notification returns zero after #delete_observers has been called returns zero for a new observable object it should behave like obligation #value returns the value when fulfilled before timeout is set to the return value of the block when :fulfilled is nil when :rejected is nil when :pending returns immediately when timeout is zero returns nil when timeout reached returns nil when reaching the optional timeout value blocks the caller when :pending and timeout is nil #state is :pending when first created is :rejected when the handler raises an exception is :fulfilled when the handler completes #reason is nil when :pending is nil when :fulfilled is set to error object of the exception when :rejected initialization sets the state to incomplete #set rejects when given a block which raises an exception fulfils when given a block which executes successfully raises an exception when given neither a value nor a block raises an exception if set more than once raises an exception when given a value and a block returns self sets the state to be fulfilled sets the value #try_set when fulfilled does not assign the block result returns false does not assign the value when unset assigns the value returns true assigns the block result when rejected does not assign the block result returns false has a nil value does not assign the value it should behave like dereferenceable does not call #dup when #dup_on_deref is set and the value is nil calls #freeze when the :freeze_on_deref option is true does not call #freeze when #freeze_on_deref is set and the value is nil defaults :dup_on_deref to false calls the :copy block first followed by #dup followed by #freeze supports dereference flags with observers defaults :copy_on_deref to nil defaults :freeze_on_deref to false calls the block when the :copy_on_deref option is passed a proc does not call the #copy_on_deref block when the value is nil calls #dup when the :dup_on_deref option is true #fail sets the value to be nil sets the reason to the given exception raises an exception if set more than once returns self sets the state to be rejected defaults the reason to a StandardError class #execute creates a new Future passes the block to the new Future calls #execute on the new Future instance #execute sets the state to :pending does nothing unless the state is :unscheduled returns self posts the block given on construction it should behave like thread_arguments passes an array when when the :args key has an array value passes an empty array when there is no :args key allows the given arguments array to be dereferenced passes an empty array when opts is not given passes a one-element array when the :args key has a non-array value passes an empty array when opts is an empty hash passes an empty array when the :args key has a nil value passes the given array when the :args key has a complex array value Concurrent Throttle #to_s acquiring capacity limited #on Concurrent::Options .executor_from_options returns the global fast executor when :executor is :fast raises an exception when :executor is an unrecognized symbol returns the given :executor returns an immediate executor when :executor is :immediate returns the global io executor when :executor is :io Concurrent::AtomicFixnum inherits from CAtomicFixnum #to_s and #inspect includes the value Concurrent::Collection::CopyOnNotifyObserverSet behaves like an observer set #delete_observers should remove all observers should return the observer set #delete_observer should return the observer can delete a non added observer should not notify a deleted observer #notify_observers should return the observer set with a single observer should notify an observer once using the last added method should update a registered observer without arguments should notify an observer from a block can be called many times should update a registered observer with arguments should notify an observer using the chosen method with many observers should notify all observer using the chosen method with a block passes the block return value to the update method raises an exception if given both arguments and a block accepts block return values that include arrays calls the block once for every observer accepts blocks returning a single value #add_observer with arguments should return the observer with a block should return the observer based on a block #notify_and_delete_observers can be called many times without any other notification should return the observer set should clear observers should notify all observers #count_observers should be 1 after the first observer is added should be equal to the number of unique observers should be 1 if the same observer is added many times should be zero after initialization Concurrent::Collection::RubyNonConcurrentPriorityQueue it should behave like priority_queue #peek returns nil when the queue is empty returns the item at the head of the queue does not remove the item from the queue #clear is expected to be truthy has no effect on an empty queue removes all items from a populated queue #push is expected to be truthy is aliased as << is aliased as enq adds the item to the queue arbitrarily orders equal items with respect to each other raises an exception when attempting to enqueue nil sorts the new item in priority order #pop is aliased as #deq returns nil when the queue is empty returns the item at the head of the queue removes the item from the queue returns nil when called multiple times while empty is aliased as #shift #include? is aliased as #has_priority? returns false when the queue is empty returns false if the item is not found returns true if the item is found #initialize sorts from low to high when :order is :low sorts from low to high when :order is :min sorts from high to low by default sorts from high to low when :order is :high sorts from high to low when :order is :max #empty? returns false for a populated queue returns true for an empty queue #length returns the length of a populated queue is aliased as #size returns zero when the queue is empty #delete deletes the requested item when it is the last element deletes the requested item when it is the first element deletes the requested item when it is "smaller" than the last element returns true when found deletes multiple matching items when present returns false when called on an empty queue deletes the requested item when found returns false when not found .from_list creates a sorted, populated queue from a Hash creates an empty queue from an empty list creates a sorted, populated queue from an Array Concurrent::RubySingleThreadExecutor it should behave like executor_service #running? returns false when the thread pool is shutdown returns false when the thread pool is shutting down returns true when the thread pool is running returns false when the thread pool is killed it should behave like global_thread_pool #post calls the block with the given arguments returns true when the block is added to the queue raises an exception if no block is given aliases #<< auto terminate does not stop shutdown #kill stops accepting new tasks rejects all pending tasks #shutdown stops accepting new tasks allows pending tasks to complete allows in-progress tasks to complete #wait_for_termination immediately returns true when no operations are pending waits forever when no timeout value is given returns false when shutdown fails to complete before timeout returns true when shutdown successfully completes before timeout returns true after shutdown has complete #shutdown followed by #wait_for_termination stops accepting/running new tasks allows pending tasks to complete allows in-progress tasks to complete #post rejects the block once shutdown rejects the block while shutting down Concurrent::RubyExchanger Good: 10000, Bad (timeout): 0, Ugly: 0 stress test behaves like exchanger #exchange behaves like exchanger method with finite timeout can be reused receives the other value blocks until timeout behaves like exchanger method cross-thread interactions when first, waits for a second allows multiple firsts to cancel if necessary behaves like exchanger method with indefinite timeout blocks indefinitely receives the other value can be reused #try_exchange behaves like exchanger method cross-thread interactions allows multiple firsts to cancel if necessary when first, waits for a second behaves like exchanger method with indefinite timeout receives the other value can be reused blocks indefinitely behaves like exchanger method with finite timeout receives the other value can be reused blocks until timeout #exchange! behaves like exchanger method cross-thread interactions allows multiple firsts to cancel if necessary when first, waits for a second behaves like exchanger method with indefinite timeout blocks indefinitely can be reused receives the other value behaves like exchanger method with finite timeout can be reused receives the other value blocks until timeout Concurrent::MutexAtomicReference it should behave like atomic_reference test_construct test_try_update test_numeric_cas test_try_update_bang test_update_retries test_value test_update test_try_update_bang_fails test_swap test_try_update_fails Concurrent::TimerTask created with #new #initialize raises an exception if :execution_interval is not an integer raises an exception if no block given uses the default execution interval when no interval is given uses the given execution interval raises an exception if :execution_interval is not greater than zero #kill returns true on success #shutdown returns true on success observation notifies all observers on error notifies all observers on success execution waits for :execution_interval seconds when the :run_now option is not given passes a "self" reference to the block as the sole argument runs the block immediately when the :run_now option is true waits for :execution_interval seconds when the :run_now option is false dereferenceable it should behave like dereferenceable does not call the #copy_on_deref block when the value is nil does not call #dup when #dup_on_deref is set and the value is nil calls #dup when the :dup_on_deref option is true calls #freeze when the :freeze_on_deref option is true defaults :dup_on_deref to false calls the :copy block first followed by #dup followed by #freeze calls the block when the :copy_on_deref option is passed a proc defaults :copy_on_deref to nil does not call #freeze when #freeze_on_deref is set and the value is nil defaults :freeze_on_deref to false supports dereference flags with observers observable it should behave like observable #delete_observers deletes all observers when called before first notification returns self #count_observers returns zero for a new observable object returns zero after #delete_observers has been called returns a count of registered observers if called before first notification #delete_observer deletes the given observer if called before first notification returns the given observer even when not found in the observer set returns the removed observer if found in the observer set first notification calls the appropriate function on all observers which specified a :func calls the #update method on all observers without a specified :func does not notify any observers after #delete_observers called does not notify any observers removed with #delete_observer calls the proc for all observers added as a block #add_observer creates an observer from a block if called before first notification raises an exception when given both an observer and a block adds an observer if called before first notification raises an exception if not given an observer or a block adds an observer with :func if called before first notification arguments TimeTask timeouts are now ignored as these were not able to be implemented correctly #execution_interval is writeable TimeTask timeouts are now ignored as these were not able to be implemented correctly #timeout_interval being written produces a warning raises an exception if no block given Finished in 2 minutes 38.9 seconds (files took 2.04 seconds to load) 2203 examples, 0 failures, 7 pending Randomized with seed 37322 >>> ruby-concurrent-ruby: Entering fakeroot... /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/CHANGELOG.md /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/Gemfile /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/LICENSE.txt /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/README.md /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/Rakefile /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/ConcurrentRubyService.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent-ruby.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/agent.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/array.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/async.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atom.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_fixnum.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/cyclic_barrier.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/event.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/fiber_local_var.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/java_count_down_latch.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/locals.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/lock_local_var.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_boolean.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_fixnum.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_count_down_latch.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/read_write_lock.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/semaphore.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/atomic_direct_update.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/mutex_atomic.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomics.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/atomic_reference_map_backend.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/synchronized_map_backend.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/truffleruby_map_backend.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/deprecation.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/logging.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/obligation.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/observable.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concurrent_ruby.jar /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/configuration.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/constants.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/dataflow.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/delay.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/errors.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/exchanger.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/executor_service.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/immediate_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_executor_service.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serialized_execution.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/timer_set.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executors.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/future.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/hash.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/immutable_struct.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/ivar.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/map.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/maybe.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/mutable_struct.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/mvar.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/options.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/promise.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/promises.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/re_include.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/scheduled_task.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/set.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/condition.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/full_memory_barrier.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/lock.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/object.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/safe_initialization.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/volatile.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/adder.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/cheap_lockable.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/power_of_two_tuple.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/striped64.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/volatile.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/xor_shift_random.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/timer_task.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/tuple.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/tvar.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/engine.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/monotonic_time.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/native_integer.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/processor_counter.rb /home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/version.rb Successfully installed concurrent-ruby-1.2.2 1 gem installed >>> ruby-concurrent-ruby-ext*: Running split function ext... >>> ruby-concurrent-ruby-ext*: Preparing subpackage ruby-concurrent-ruby-ext... >>> ruby-concurrent-ruby-ext*: Stripping binaries >>> ruby-concurrent-ruby-ext*: Running postcheck for ruby-concurrent-ruby-ext >>> ruby-concurrent-ruby-java*: Running split function java... '/home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concurrent_ruby.jar' -> '/home/buildozer/aports/community/ruby-concurrent-ruby/pkg/ruby-concurrent-ruby-java/usr/lib/ruby/gems/3.3.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concurrent_ruby.jar' >>> ruby-concurrent-ruby-java*: Preparing subpackage ruby-concurrent-ruby-java... >>> ruby-concurrent-ruby-java*: Running postcheck for ruby-concurrent-ruby-java >>> ruby-concurrent-ruby*: Running postcheck for ruby-concurrent-ruby >>> ruby-concurrent-ruby*: Preparing package ruby-concurrent-ruby... >>> ruby-concurrent-ruby*: Stripping binaries >>> WARNING: ruby-concurrent-ruby*: No arch specific binaries found so arch should probably be set to "noarch" >>> ruby-concurrent-ruby-ext*: Scanning shared objects >>> ruby-concurrent-ruby-java*: Scanning shared objects >>> ruby-concurrent-ruby*: Scanning shared objects >>> ruby-concurrent-ruby-ext*: Tracing dependencies... ruby-concurrent-ruby=1.2.2-r1 so:libc.musl-aarch64.so.1 so:libruby.so.3.3 >>> ruby-concurrent-ruby-ext*: Package size: 136.0 KB >>> ruby-concurrent-ruby-ext*: Compressing data... >>> ruby-concurrent-ruby-ext*: Create checksum... >>> ruby-concurrent-ruby-ext*: Create ruby-concurrent-ruby-ext-1.2.2-r1.apk >>> ruby-concurrent-ruby-java*: Tracing dependencies... >>> ruby-concurrent-ruby-java*: Package size: 180.0 KB >>> ruby-concurrent-ruby-java*: Compressing data... >>> ruby-concurrent-ruby-java*: Create checksum... >>> ruby-concurrent-ruby-java*: Create ruby-concurrent-ruby-java-1.2.2-r1.apk >>> ruby-concurrent-ruby*: Tracing dependencies... >>> ruby-concurrent-ruby*: Package size: 920.0 KB >>> ruby-concurrent-ruby*: Compressing data... >>> ruby-concurrent-ruby*: Create checksum... >>> ruby-concurrent-ruby*: Create ruby-concurrent-ruby-1.2.2-r1.apk >>> ruby-concurrent-ruby: Build complete at Wed, 27 Dec 2023 19:27:49 +0000 elapsed time 0h 2m 53s >>> ruby-concurrent-ruby: Cleaning up srcdir >>> ruby-concurrent-ruby: Cleaning up pkgdir >>> ruby-concurrent-ruby: Uninstalling dependencies... (1/51) Purging .makedepends-ruby-concurrent-ruby (20231227.192457) (2/51) Purging ruby-dev (3.3.0-r0) (3/51) Purging ruby-rdoc (3.3.0-r0) (4/51) Purging gmp-dev (6.3.0-r0) (5/51) Purging libgmpxx (6.3.0-r0) (6/51) Purging libucontext-dev (1.2-r2) (7/51) Purging ruby-rake-compiler (1.2.5-r1) (8/51) Purging ruby-rake (13.1.0-r0) (9/51) Purging jruby (9.3.12.0-r0) (10/51) Purging jruby-libs (9.3.12.0-r0) (11/51) Purging java-jffi-native (1.3.12-r0) (12/51) Purging ruby-rspec (3.12.0-r2) (13/51) Purging ruby-rspec-core (3.12.2-r1) (14/51) Purging ruby-rspec-expectations (3.12.3-r1) (15/51) Purging ruby-rspec-mocks (3.12.6-r1) (16/51) Purging ruby-diff-lcs (1.5.0-r3) (17/51) Purging ruby-rspec-support (3.12.1-r1) (18/51) Purging ruby-timecop (0.9.8-r1) (19/51) Purging ruby (3.3.0-r0) (20/51) Purging gcompat (1.1.0-r4) (21/51) Purging libucontext (1.2-r2) (22/51) Purging musl-obstack (1.2.3-r2) (23/51) Purging openjdk21-jdk (21.0.1_p12-r2) (24/51) Purging openjdk21-jre (21.0.1_p12-r2) (25/51) Purging openjdk21-jmods (21.0.1_p12-r2) (26/51) Purging openjdk21-jre-headless (21.0.1_p12-r2) (27/51) Purging java-common (0.5-r0) (28/51) Purging java-cacerts (1.0-r1) Executing java-cacerts-1.0-r1.post-deinstall (29/51) Purging p11-kit-trust (0.25.3-r0) (30/51) Purging p11-kit (0.25.3-r0) (31/51) Purging ruby-libs (3.3.0-r0) (32/51) Purging yaml (0.2.5-r2) (33/51) Purging alsa-lib (1.2.10-r0) (34/51) Purging freetype (2.13.2-r0) (35/51) Purging giflib (5.2.1-r5) (36/51) Purging lcms2 (2.16-r0) (37/51) Purging libxi (1.8.1-r2) (38/51) Purging libxtst (1.2.4-r4) (39/51) Purging libxext (1.3.5-r3) (40/51) Purging libxrender (0.9.11-r4) (41/51) Purging libx11 (1.8.7-r0) (42/51) Purging libxcb (1.16-r0) (43/51) Purging libxdmcp (1.1.4-r3) (44/51) Purging libbsd (0.11.7-r3) (45/51) Purging libbz2 (1.0.8-r6) (46/51) Purging libffi (3.4.4-r3) (47/51) Purging libjpeg-turbo (3.0.1-r0) (48/51) Purging libmd (1.1.0-r0) (49/51) Purging libpng (1.6.40-r0) (50/51) Purging libtasn1 (4.19.0-r2) (51/51) Purging libxau (1.0.11-r3) Executing busybox-1.36.1-r18.trigger Executing ca-certificates-20230506-r0.trigger OK: 380 MiB in 104 packages >>> ruby-concurrent-ruby: Updating the community/aarch64 repository index... >>> ruby-concurrent-ruby: Signing the index...