You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@logging.apache.org by Ralph Goers <ra...@dslextreme.com> on 2021/12/14 05:58:08 UTC

[VOTE] Release Log4j 2.12.2-rc1

This is a vote to release Log4j 2.12.2, a security release for Java 7 users.

Please download, test, and cast your votes on the log4j developers list.
[] +1, release the artifacts
[] -1, don't release because...

The vote will remain open for as short amount as time as required to vet the release. All votes are welcome and we encourage everyone to test the release, but only Logging PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.

Changes in this version include:

Fixed Bugs

	• LOG4J-3220: Disable JNDI by default, remove JNDI Lookup, remove message lookups. When enabled JNDI only supports the java protocol.

Tag: 
a)  for a new copy do "git clone https://github.com/apache/logging-log4j2.git" and then "git checkout tags/log4j-2.12.2-rc1”  or just "git clone -b log4j-2.12.2-rc1 https://github.com/apache/logging-log4j2.git"
b) for an existing working copy to “git pull” and then “git checkout tags/log4j-2.12.2-rc1”

Web Site:  No web site was generated for this release. The 2.16.0 web site will be updated appropriately.

Maven Artifacts: https://repository.apache.org/content/repositories/orgapachelogging-1070

Distribution archives: https://dist.apache.org/repos/dist/dev/logging/log4j/ 

You may download all the Maven artifacts by executing:
wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapachelogging-1070/org/apache/logging/log4j/

Re: [VOTE] Release Log4j 2.12.2-rc1

Posted by Matt Sicker <bo...@gmail.com>.
+1

Builds fine, sigs good, etc.

On Mon, Dec 13, 2021 at 11:58 PM Ralph Goers <ra...@dslextreme.com> wrote:
>
> This is a vote to release Log4j 2.12.2, a security release for Java 7 users.
>
> Please download, test, and cast your votes on the log4j developers list.
> [] +1, release the artifacts
> [] -1, don't release because...
>
> The vote will remain open for as short amount as time as required to vet the release. All votes are welcome and we encourage everyone to test the release, but only Logging PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.
>
> Changes in this version include:
>
> Fixed Bugs
>
>         • LOG4J-3220: Disable JNDI by default, remove JNDI Lookup, remove message lookups. When enabled JNDI only supports the java protocol.
>
> Tag:
> a)  for a new copy do "git clone https://github.com/apache/logging-log4j2.git" and then "git checkout tags/log4j-2.12.2-rc1”  or just "git clone -b log4j-2.12.2-rc1 https://github.com/apache/logging-log4j2.git"
> b) for an existing working copy to “git pull” and then “git checkout tags/log4j-2.12.2-rc1”
>
> Web Site:  No web site was generated for this release. The 2.16.0 web site will be updated appropriately.
>
> Maven Artifacts: https://repository.apache.org/content/repositories/orgapachelogging-1070
>
> Distribution archives: https://dist.apache.org/repos/dist/dev/logging/log4j/
>
> You may download all the Maven artifacts by executing:
> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapachelogging-1070/org/apache/logging/log4j/

Re: [VOTE] Release Log4j 2.12.2-rc1

Posted by Volkan Yazıcı <vo...@yazi.ci>.
Sorry, I can't get `log4j-2.12.2-rc1` tag compiling.

Downloading:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.5/maven-remote-resources-plugin-1.5.pom
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Log4j 2 ..................................... SUCCESS [
 0.681 s]
[INFO] Apache Log4j API Java 9 support .................... SUCCESS [
 2.384 s]
...
[INFO] Apache Log4j Samples: Configuration ................ SUCCESS [
 0.989 s]
[INFO] Apache Log4j Samples: LoggerProperties ............. SUCCESS [
 0.982 s]
[INFO] Apache Log4j BOM ................................... FAILURE [
 0.223 s]
[INFO] Apache Log4j JDBC DBCP 2 ........................... SKIPPED
[INFO] Apache Log4j JPA ................................... SKIPPED
[INFO] Apache Log4j CouchDB ............................... SKIPPED
...
[ERROR] Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.5
or one of its dependencies could not be resolved: Failed to read artifact
descriptor for
org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.5: Could not
transfer artifact
org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.5 from/to
central (https://repo.maven.apache.org/maven2): Received fatal alert:
protocol_version -> [Help 1]

I think I will be offline from now on to get some sleep.
Good luck!

On Tue, Dec 14, 2021 at 12:06 PM Gary Gregory <ga...@gmail.com>
wrote:

> After checking out the tag (git status says 'HEAD detached at
> log4j-2.12.2-rc1') and running 'mvn clean install' with Java 8 and Maven
> 3.8.4, I get:
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.351 s - in org.apache.logging.log4j.MarkerMixInJsonTest
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Failures:
> [ERROR]   YamlLayoutTest.testAdditionalFields:318 ---
> thread: "MyThreadName"
> level: "DEBUG"
> loggerName: "a.B"
> marker:
>   name: "Marker1"
>   parents:
>   - name: "ParentMarker1"
>     parents:
>     - name: "GrandMotherMarker"
>     - name: "GrandFatherMarker"
>   - name: "ParentMarker2"
> message: "Msg"
> thrown:
>   commonElementCount: 0
>   localizedMessage: "testIOEx"
>   message: "testIOEx"
>   name: "java.io.IOException"
>   cause:
>     commonElementCount: 38
>     localizedMessage: "testNPEx"
>     message: "testNPEx"
>     name: "java.lang.NullPointerException"
>   suppressed:
>   - commonElementCount: 0
>     localizedMessage: "I am suppressed exception 1"
>     message: "I am suppressed exception 1"
>     name: "java.lang.IndexOutOfBoundsException"
>   - commonElementCount: 0
>     localizedMessage: "I am suppressed exception 2"
>     message: "I am suppressed exception 2"
>     name: "java.lang.IndexOutOfBoundsException"
> contextStack:
> - "stack_msg1"
> - "stack_msg2"
> endOfBatch: false
> loggerFqcn: "f.q.c.n"
> instant:
>   epochSecond: 0
>   nanoOfSecond: 1000000
> threadId: 1
> threadPriority: 5
> KEY1: "VALUE1"
> KEY2: "OpenJDK Runtime Environment (build
> 1.8.0_312-bre_2021_10_20_23_15-b00) from\
>   \ Homebrew"
>
> [INFO]
> [ERROR] Tests run: 2063, Failures: 1, Errors: 0, Skipped: 21
>
> Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
> Maven home: /usr/local/Cellar/maven/3.8.4/libexec
> Java version: 1.8.0_312, vendor: Homebrew, runtime:
> /usr/local/Cellar/openjdk@8
> /1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "12.0.1", arch: "x86_64", family: "mac"
>
> I can reproduce this from Eclipse by running the one test class.
>
> The test uses a Java lookup here:
>
> https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L312
>
> And expects it to be present here:
>
> https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L318
>
> (1) Should this test pass or fail? I thought we disabled lookups _except_
> in configuration files.
> (2) If the test should pass, is _my_ failure due to some line length or
> line wrapping issue?
>
> TY and congrats to all of us for spending so much time on this,
> Gary
>
>
> On Tue, Dec 14, 2021 at 12:58 AM Ralph Goers <ra...@dslextreme.com>
> wrote:
>
> > This is a vote to release Log4j 2.12.2, a security release for Java 7
> > users.
> >
> > Please download, test, and cast your votes on the log4j developers list.
> > [] +1, release the artifacts
> > [] -1, don't release because...
> >
> > The vote will remain open for as short amount as time as required to vet
> > the release. All votes are welcome and we encourage everyone to test the
> > release, but only Logging PMC votes are “officially” counted. As always,
> at
> > least 3 +1 votes and more positive than negative votes are required.
> >
> > Changes in this version include:
> >
> > Fixed Bugs
> >
> >         • LOG4J-3220: Disable JNDI by default, remove JNDI Lookup, remove
> > message lookups. When enabled JNDI only supports the java protocol.
> >
> > Tag:
> > a)  for a new copy do "git clone
> > https://github.com/apache/logging-log4j2.git" and then "git checkout
> > tags/log4j-2.12.2-rc1”  or just "git clone -b log4j-2.12.2-rc1
> > https://github.com/apache/logging-log4j2.git"
> > b) for an existing working copy to “git pull” and then “git checkout
> > tags/log4j-2.12.2-rc1”
> >
> > Web Site:  No web site was generated for this release. The 2.16.0 web
> site
> > will be updated appropriately.
> >
> > Maven Artifacts:
> > https://repository.apache.org/content/repositories/orgapachelogging-1070
> >
> > Distribution archives:
> > https://dist.apache.org/repos/dist/dev/logging/log4j/
> >
> > You may download all the Maven artifacts by executing:
> > wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
> >
> https://repository.apache.org/content/repositories/orgapachelogging-1070/org/apache/logging/log4j/
>

Re: [VOTE] Release Log4j 2.12.2-rc1

Posted by Gary Gregory <ga...@gmail.com>.
FTR, here the crash, even after updating FailSafe to the current 3.0.0-M5:

#

# A fatal error has been detected by the Java Runtime Environment:

#

#  SIGSEGV (0xb) at pc=0x000000010805ec4c, pid=27510, tid=0x0000000000003d03

#

# JRE version: OpenJDK Runtime Environment (8.0_312) (build
1.8.0_312-bre_2021_10_20_23_15-b00)

# Java VM: OpenJDK 64-Bit Server VM (25.312-b00 mixed mode bsd-amd64
compressed oops)

# Problematic frame:

# V  [libjvm.dylib+0x545c4c]

#

# Failed to write core dump. Core dumps have been disabled. To enable core
dumping, try "ulimit -c unlimited" before starting Java again

#

# If you would like to submit a bug report, please visit:

#   https://github.com/Homebrew/homebrew-core/issues

#


---------------  T H R E A D  ---------------


Current thread (0x00007fd6de26e000):  JavaThread "Log4j2-TF-1-Cassandra-1"
[_thread_in_vm, id=15619, stack(0x0000700002f0f000,0x000070000300f000)]


siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr:
0x0000000000000000


Registers:

RAX=0x00000001081f4f90, RBX=0x00007fd6de26e000, RCX=0x00007fd6dfdf6015,
RDX=0x0000000000000000

RSP=0x000070000300d460, RBP=0x000070000300d490, RSI=0x0000000000000006,
RDI=0x000070000300d468

R8 =0x00000001081f3ed0, R9 =0x00000001081f3ed0, R10=0x000000010887b08c,
R11=0x000000010887b058

R12=0x0000000000000000, R13=0x000070000300d500, R14=0x00007fd6dfdf6015,
R15=0x0000000000000000

RIP=0x000000010805ec4c, EFLAGS=0x0000000000010246, ERR=0x0000000000000004

  TRAPNO=0x000000000000000e


Top of Stack: (sp=0x000070000300d460)

0x000070000300d460:   0000600003ef04e0 00007fd6de26e000

0x000070000300d470:   00007fd6de26e000 0000000119512dd0

0x000070000300d480:   000070000300d5b0 00007fd6de26e000

0x000070000300d490:   000070000300d4e0 000000010887b0fe

0x000070000300d4a0:   00000007802f76c0 0000000000000000

0x000070000300d4b0:   000070000300d4f0 000000011ea9a138

0x000070000300d4c0:   000070000300d4e0 0000000107c3fea4

0x000070000300d4d0:   00006000025fdb28 00007fd6de26e000

0x000070000300d4e0:   000070000300d570 000000010849c700

0x000070000300d4f0:   00007fd6de26e000 000000010849c700

0x000070000300d500:   00007fd6dfdf6015 000070000300d5b0

0x000070000300d510:   0000000000000000 00000007802f76c0

0x000070000300d520:   0000000000000000 00000007af5be898

0x000070000300d530:   000070000300d530 000000011c56073b

0x000070000300d540:   000070000300d5b0 000000011c560fd8

0x000070000300d550:   0000000000000000 000000011c5607b0

0x000070000300d560:   000070000300d500 000070000300d588

0x000070000300d570:   000070000300d5f8 000000010849cffd

0x000070000300d580:   0000000000000000 0000000000000003

0x000070000300d590:   0000000000000000 00000007af5be898

0x000070000300d5a0:   00007fd6dfdf6015 000000010849c7d0

0x000070000300d5b0:   0000000000000000 000070000300d5b8

0x000070000300d5c0:   000000011c56060e 000070000300d630

0x000070000300d5d0:   000000011c560fd8 0000000000000000

0x000070000300d5e0:   000000011c560678 000070000300d588

0x000070000300d5f0:   000070000300d608 000070000300d678

0x000070000300d600:   000000010849cffd 0000000000000003

0x000070000300d610:   0000000000000000 00000007af5be868

0x000070000300d620:   00007fd6dfdf6015 00000007af5a87a0

0x000070000300d630:   0000000000000000 000070000300d638

0x000070000300d640:   000000011c5604ce 000070000300d6c8

0x000070000300d650:   000000011c560fd8 0000000000000000


Instructions: (pc=0x000000010805ec4c)

0x000000010805ec2c:   7f fe ff 31 db 48 8d 7d d8 48 89 1f be 06 00 00

0x000000010805ec3c:   00 e8 5a 11 df ff 48 89 5d e0 41 f6 c7 01 75 05

0x000000010805ec4c:   49 8b 07 eb 08 4c 89 ff e8 6d fc dd ff 42 0f be

0x000000010805ec5c:   1c 30 48 8d 7d e0 e8 e9 e0 bd ff 48 8d 7d d8 be


Register to memory mapping:


RAX=0x00000001081f4f90: _ZN20SafepointSynchronize6_stateE+0 in /usr
/local/Cellar/openjdk@8/1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre/lib/server/libjvm.dylib
at 0x0000000107b19000

RBX=0x00007fd6de26e000 is a thread

RCX=0x00007fd6dfdf6015 is an unknown value

RDX=0x0000000000000000 is an unknown value

RSP=0x000070000300d460 is pointing into the stack for thread:
0x00007fd6de26e000

RBP=0x000070000300d490 is pointing into the stack for thread:
0x00007fd6de26e000

RSI=0x0000000000000006 is an unknown value

RDI=0x000070000300d468 is pointing into the stack for thread:
0x00007fd6de26e000

R8 =0x00000001081f3ed0: _ZN2os16_processor_countE+0 in /usr/local/Cellar/
openjdk@8/1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre/lib/server/libjvm.dylib
at 0x0000000107b19000

R9 =0x00000001081f3ed0: _ZN2os16_processor_countE+0 in /usr/local/Cellar/
openjdk@8/1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre/lib/server/libjvm.dylib
at 0x0000000107b19000

R10=0x000000010887b08c is at entry_point+76 in (nmethod*)0x000000010887aed0

R11=0x000000010887b058 is at entry_point+24 in (nmethod*)0x000000010887aed0

R12=0x0000000000000000 is an unknown value

R13=0x000070000300d500 is pointing into the stack for thread:
0x00007fd6de26e000

R14=0x00007fd6dfdf6015 is an unknown value

R15=0x0000000000000000 is an unknown value



Stack: [0x0000700002f0f000,0x000070000300f000],  sp=0x000070000300d460,  free
space=1017k

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
code)

V  [libjvm.dylib+0x545c4c]

J 1112  sun.misc.Unsafe.getByte(Ljava/lang/Object;J)B (0 bytes) @
0x000000010887b0fe [0x000000010887b040+0xbe]

j  org.apache.cassandra.utils.FastByteOperations$UnsafeOperations.copy(Ljava
/lang/Object;J[BII)V+35

j  org.apache.cassandra.utils.FastByteOperations$UnsafeOperations.copy(Ljava
/lang/Object;JLjava/nio/ByteBuffer;II)V+22

j  org.apache.cassandra.utils.FastByteOperations$UnsafeOperations.copy(Ljava
/nio/ByteBuffer;ILjava/nio/ByteBuffer;II)V+54

j  org.apache.cassandra.utils.FastByteOperations.copy(Ljava/nio
/ByteBuffer;ILjava/nio/ByteBuffer;II)V+9

j  org.apache.cassandra.utils.ByteBufferUtil.arrayCopy(Ljava/nio
/ByteBuffer;ILjava/nio/ByteBuffer;II)V+6

j  org.apache.cassandra.utils.ByteBufferUtil.put(Ljava/nio/ByteBuffer;Ljava/
nio/ByteBuffer;)I+23

j  org.apache.cassandra.io.util.RandomAccessReader.readBytes(I)Ljava/nio
/ByteBuffer;+83

j  org.apache.cassandra.utils.ByteBufferUtil.read(Ljava/io/DataInput;I)Ljava
/nio/ByteBuffer;+20

j  org.apache.cassandra.utils.ByteBufferUtil.readWithShortLength(Ljava/io
/DataInput;)Ljava/nio/ByteBuffer;+5

j  org.apache.cassandra.db.composites.AbstractCType$Serializer.deserialize(
Ljava/io/DataInput;)Lorg/apache/cassandra/db/composites/Composite;+5

j  org.apache.cassandra.db.composites.AbstractCType$Serializer.deserialize(
Ljava/io/DataInput;)Ljava/lang/Object;+2

j  org.apache.cassandra.db.OnDiskAtom$Serializer.deserializeFromSSTable(
Ljava/io/DataInput;Lorg/apache/cassandra/db/ColumnSerializer$Flag;ILorg/
apache/cassandra/io/sstable/format/Version;)Lorg/apache/cassandra/db
/OnDiskAtom;+10

j  org.apache.cassandra.db.AbstractCell$1.computeNext()Lorg/apache/cassandra
/db/OnDiskAtom;+25

j  org.apache.cassandra.db.AbstractCell$1.computeNext()Ljava/lang/Object;+1

j  com.google.common.collect.AbstractIterator.tryToComputeNext()Z+9

J 1537 C1 com.google.common.collect.AbstractIterator.hasNext()Z (65 bytes)
@ 0x00000001089d52e4 [0x00000001089d50c0+0x224]

j
org.apache.cassandra.io.sstable.format.big.SimpleSliceReader.computeNext()
Lorg/apache/cassandra/db/OnDiskAtom;+4

j
org.apache.cassandra.io.sstable.format.big.SimpleSliceReader.computeNext()
Ljava/lang/Object;+1

j  com.google.common.collect.AbstractIterator.tryToComputeNext()Z+9

J 1537 C1 com.google.common.collect.AbstractIterator.hasNext()Z (65 bytes)
@ 0x00000001089d52e4 [0x00000001089d50c0+0x224]

j
org.apache.cassandra.io.sstable.format.big.SSTableSliceIterator.hasNext()Z+11

j  org.apache.cassandra.db.filter.QueryFilter$2.getNext()V+4

j  org.apache.cassandra.db.filter.QueryFilter$2.hasNext()Z+10

j  org.apache.cassandra.db.filter.SliceQueryFilter.collectReducedColumns(
Lorg/apache/cassandra/db/ColumnFamily;Ljava/util/Iterator;Lorg/apache/
cassandra/db/DecoratedKey;IJ)V+28

j  org.apache.cassandra.db.filter.QueryFilter.collateColumns(Lorg/apache/
cassandra/db/ColumnFamily;Ljava/util/List;Lorg/apache/cassandra/db
/filter/IDiskAtomFilter;Lorg/apache/cassandra/db/DecoratedKey;IJ)V+57

j  org.apache.cassandra.db.filter.QueryFilter.collateOnDiskAtom(Lorg/apache/
cassandra/db/ColumnFamily;Ljava/util/List;Lorg/apache/cassandra/db
/filter/IDiskAtomFilter;Lorg/apache/cassandra/db/DecoratedKey;IJ)V+71

j  org.apache.cassandra.db.filter.QueryFilter.collateOnDiskAtom(Lorg/apache/
cassandra/db/ColumnFamily;Ljava/util/List;I)V+15

j  org.apache.cassandra.db.CollationController.collectAllData(Z)Lorg/apache/
cassandra/db/ColumnFamily;+679

j  org.apache.cassandra.db.CollationController.getTopLevelColumns(Z)Lorg/
apache/cassandra/db/ColumnFamily;+39

j  org.apache.cassandra.db.ColumnFamilyStore.getTopLevelColumns(Lorg/apache/
cassandra/db/filter/QueryFilter;I)Lorg/apache/cassandra/db/ColumnFamily;+40

j  org.apache.cassandra.db.ColumnFamilyStore.getColumnFamily(Lorg/apache/
cassandra/db/filter/QueryFilter;)Lorg/apache/cassandra/db/ColumnFamily;+141

j  org.apache.cassandra.db.Keyspace.getRow(Lorg/apache/cassandra/db
/filter/QueryFilter;)Lorg/apache/cassandra/db/Row;+11

j  org.apache.cassandra.db.SliceFromReadCommand.getRow(Lorg/apache/cassandra
/db/Keyspace;)Lorg/apache/cassandra/db/Row;+222

j  org.apache.cassandra.cql3.statements.SelectStatement.readLocally(Ljava/
lang/String;Ljava/util/List;)Ljava/util/List;+53

j  org.apache.cassandra.cql3.statements.SelectStatement.executeInternal(Lorg
/apache/cassandra/service/QueryState;Lorg/apache/cassandra
/cql3/QueryOptions;J)Lorg/apache/cassandra
/transport/messages/ResultMessage$Rows;+75

j  org.apache.cassandra.cql3.statements.SelectStatement.executeInternal(Lorg
/apache/cassandra/service/QueryState;Lorg/apache/cassandra
/cql3/QueryOptions;)Lorg/apache/cassandra
/transport/messages/ResultMessage$Rows;+6

j  org.apache.cassandra.cql3.statements.SelectStatement.executeInternal(Lorg
/apache/cassandra/service/QueryState;Lorg/apache/cassandra
/cql3/QueryOptions;)Lorg/apache/cassandra
/transport/messages/ResultMessage;+3

j  org.apache.cassandra.cql3.QueryProcessor.executeInternal(Ljava/lang
/String;[Ljava/lang/Object;)Lorg/apache/cassandra/cql3/UntypedResultSet;+17

j  org.apache.cassandra.db.SystemKeyspace.getBootstrapState()Lorg/apache/
cassandra/db/SystemKeyspace$BootstrapState;+25

j  org.apache.cassandra.db.SystemKeyspace.bootstrapComplete()Z+0

j  org.apache.cassandra.service.StorageService.shouldBootstrap()Z+6

j  org.apache.cassandra.service.StorageService.prepareToJoin()V+182

j  org.apache.cassandra.service.StorageService.initServer(I)V+295

j  org.apache.cassandra.service.StorageService.initServer()V+4

j  org.apache.cassandra.service.CassandraDaemon.setup()V+619

j  org.apache.cassandra.service.CassandraDaemon.init([Ljava/lang/String;)V+1

j
org.apache.logging.log4j.cassandra.CassandraRule$EmbeddedCassandra.run()V+5

j  java.lang.Thread.run()V+11

v  ~StubRoutines::call_stub

V  [libjvm.dylib+0x2c3812]

V  [libjvm.dylib+0x2c26bf]

V  [libjvm.dylib+0x2c28ab]

V  [libjvm.dylib+0x331ee2]

V  [libjvm.dylib+0x52e143]

V  [libjvm.dylib+0x52e001]

V  [libjvm.dylib+0x465d86]

C  [libsystem_pthread.dylib+0x6514]  _pthread_start+0x7d

C  [libsystem_pthread.dylib+0x202f]  thread_start+0xf

C  0x0000000000000000


Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

J 1112  sun.misc.Unsafe.getByte(Ljava/lang/Object;J)B (0 bytes) @
0x000000010887b08c [0x000000010887b040+0x4c]

j  org.apache.cassandra.utils.FastByteOperations$UnsafeOperations.copy(Ljava
/lang/Object;J[BII)V+35

j  org.apache.cassandra.utils.FastByteOperations$UnsafeOperations.copy(Ljava
/lang/Object;JLjava/nio/ByteBuffer;II)V+22

j  org.apache.cassandra.utils.FastByteOperations$UnsafeOperations.copy(Ljava
/nio/ByteBuffer;ILjava/nio/ByteBuffer;II)V+54

j  org.apache.cassandra.utils.FastByteOperations.copy(Ljava/nio
/ByteBuffer;ILjava/nio/ByteBuffer;II)V+9

j  org.apache.cassandra.utils.ByteBufferUtil.arrayCopy(Ljava/nio
/ByteBuffer;ILjava/nio/ByteBuffer;II)V+6

j  org.apache.cassandra.utils.ByteBufferUtil.put(Ljava/nio/ByteBuffer;Ljava/
nio/ByteBuffer;)I+23

j  org.apache.cassandra.io.util.RandomAccessReader.readBytes(I)Ljava/nio
/ByteBuffer;+83

j  org.apache.cassandra.utils.ByteBufferUtil.read(Ljava/io/DataInput;I)Ljava
/nio/ByteBuffer;+20

j  org.apache.cassandra.utils.ByteBufferUtil.readWithShortLength(Ljava/io
/DataInput;)Ljava/nio/ByteBuffer;+5

j  org.apache.cassandra.db.composites.AbstractCType$Serializer.deserialize(
Ljava/io/DataInput;)Lorg/apache/cassandra/db/composites/Composite;+5

j  org.apache.cassandra.db.composites.AbstractCType$Serializer.deserialize(
Ljava/io/DataInput;)Ljava/lang/Object;+2

j  org.apache.cassandra.db.OnDiskAtom$Serializer.deserializeFromSSTable(
Ljava/io/DataInput;Lorg/apache/cassandra/db/ColumnSerializer$Flag;ILorg/
apache/cassandra/io/sstable/format/Version;)Lorg/apache/cassandra/db
/OnDiskAtom;+10

j  org.apache.cassandra.db.AbstractCell$1.computeNext()Lorg/apache/cassandra
/db/OnDiskAtom;+25

j  org.apache.cassandra.db.AbstractCell$1.computeNext()Ljava/lang/Object;+1

j  com.google.common.collect.AbstractIterator.tryToComputeNext()Z+9

J 1537 C1 com.google.common.collect.AbstractIterator.hasNext()Z (65 bytes)
@ 0x00000001089d52e4 [0x00000001089d50c0+0x224]

j
org.apache.cassandra.io.sstable.format.big.SimpleSliceReader.computeNext()
Lorg/apache/cassandra/db/OnDiskAtom;+4

j
org.apache.cassandra.io.sstable.format.big.SimpleSliceReader.computeNext()
Ljava/lang/Object;+1

j  com.google.common.collect.AbstractIterator.tryToComputeNext()Z+9

J 1537 C1 com.google.common.collect.AbstractIterator.hasNext()Z (65 bytes)
@ 0x00000001089d52e4 [0x00000001089d50c0+0x224]

j
org.apache.cassandra.io.sstable.format.big.SSTableSliceIterator.hasNext()Z+11

j  org.apache.cassandra.db.filter.QueryFilter$2.getNext()V+4

j  org.apache.cassandra.db.filter.QueryFilter$2.hasNext()Z+10

j  org.apache.cassandra.db.filter.SliceQueryFilter.collectReducedColumns(
Lorg/apache/cassandra/db/ColumnFamily;Ljava/util/Iterator;Lorg/apache/
cassandra/db/DecoratedKey;IJ)V+28

j  org.apache.cassandra.db.filter.QueryFilter.collateColumns(Lorg/apache/
cassandra/db/ColumnFamily;Ljava/util/List;Lorg/apache/cassandra/db
/filter/IDiskAtomFilter;Lorg/apache/cassandra/db/DecoratedKey;IJ)V+57

j  org.apache.cassandra.db.filter.QueryFilter.collateOnDiskAtom(Lorg/apache/
cassandra/db/ColumnFamily;Ljava/util/List;Lorg/apache/cassandra/db
/filter/IDiskAtomFilter;Lorg/apache/cassandra/db/DecoratedKey;IJ)V+71

j  org.apache.cassandra.db.filter.QueryFilter.collateOnDiskAtom(Lorg/apache/
cassandra/db/ColumnFamily;Ljava/util/List;I)V+15

j  org.apache.cassandra.db.CollationController.collectAllData(Z)Lorg/apache/
cassandra/db/ColumnFamily;+679

j  org.apache.cassandra.db.CollationController.getTopLevelColumns(Z)Lorg/
apache/cassandra/db/ColumnFamily;+39

j  org.apache.cassandra.db.ColumnFamilyStore.getTopLevelColumns(Lorg/apache/
cassandra/db/filter/QueryFilter;I)Lorg/apache/cassandra/db/ColumnFamily;+40

j  org.apache.cassandra.db.ColumnFamilyStore.getColumnFamily(Lorg/apache/
cassandra/db/filter/QueryFilter;)Lorg/apache/cassandra/db/ColumnFamily;+141

j  org.apache.cassandra.db.Keyspace.getRow(Lorg/apache/cassandra/db
/filter/QueryFilter;)Lorg/apache/cassandra/db/Row;+11

j  org.apache.cassandra.db.SliceFromReadCommand.getRow(Lorg/apache/cassandra
/db/Keyspace;)Lorg/apache/cassandra/db/Row;+222

j  org.apache.cassandra.cql3.statements.SelectStatement.readLocally(Ljava/
lang/String;Ljava/util/List;)Ljava/util/List;+53

j  org.apache.cassandra.cql3.statements.SelectStatement.executeInternal(Lorg
/apache/cassandra/service/QueryState;Lorg/apache/cassandra
/cql3/QueryOptions;J)Lorg/apache/cassandra
/transport/messages/ResultMessage$Rows;+75

j  org.apache.cassandra.cql3.statements.SelectStatement.executeInternal(Lorg
/apache/cassandra/service/QueryState;Lorg/apache/cassandra
/cql3/QueryOptions;)Lorg/apache/cassandra
/transport/messages/ResultMessage$Rows;+6

j  org.apache.cassandra.cql3.statements.SelectStatement.executeInternal(Lorg
/apache/cassandra/service/QueryState;Lorg/apache/cassandra
/cql3/QueryOptions;)Lorg/apache/cassandra
/transport/messages/ResultMessage;+3

j  org.apache.cassandra.cql3.QueryProcessor.executeInternal(Ljava/lang
/String;[Ljava/lang/Object;)Lorg/apache/cassandra/cql3/UntypedResultSet;+17

j  org.apache.cassandra.db.SystemKeyspace.getBootstrapState()Lorg/apache/
cassandra/db/SystemKeyspace$BootstrapState;+25

j  org.apache.cassandra.db.SystemKeyspace.bootstrapComplete()Z+0

j  org.apache.cassandra.service.StorageService.shouldBootstrap()Z+6

j  org.apache.cassandra.service.StorageService.prepareToJoin()V+182

j  org.apache.cassandra.service.StorageService.initServer(I)V+295

j  org.apache.cassandra.service.StorageService.initServer()V+4

j  org.apache.cassandra.service.CassandraDaemon.setup()V+619

j  org.apache.cassandra.service.CassandraDaemon.init([Ljava/lang/String;)V+1

j
org.apache.logging.log4j.cassandra.CassandraRule$EmbeddedCassandra.run()V+5

j  java.lang.Thread.run()V+11

v  ~StubRoutines::call_stub


---------------  P R O C E S S  ---------------


Java Threads: ( => current thread )

  0x00007fd6e0acc000 JavaThread "IndexSummaryManager:1" daemon
[_thread_blocked, id=24327, stack(0x0000700004145000,0x0000700004245000)]

  0x00007fd6e048b000 JavaThread "Reference-Reaper:1" daemon
[_thread_blocked, id=38915, stack(0x0000700004042000,0x0000700004142000)]

  0x00007fd6e0bdb800 JavaThread "CacheCleanupExecutor:1" daemon
[_thread_blocked, id=39427, stack(0x0000700003f3f000,0x000070000403f000)]

  0x00007fd6e12e3000 JavaThread "ValidationExecutor:1" daemon
[_thread_blocked, id=24067, stack(0x0000700003e3c000,0x0000700003f3c000)]

  0x00007fd6e12e2800 JavaThread "CompactionExecutor:2" daemon
[_thread_blocked, id=39939, stack(0x0000700003d39000,0x0000700003e39000)]

  0x00007fd6e233b800 JavaThread "CompactionExecutor:1" daemon
[_thread_blocked, id=40195, stack(0x0000700003c36000,0x0000700003d36000)]

  0x00007fd6e2329800 JavaThread "OptionalTasks:1" daemon [_thread_blocked,
id=23043, stack(0x0000700003b33000,0x0000700003c33000)]

  0x00007fd6e0b6a000 JavaThread "COMMIT-LOG-ALLOCATOR" [_thread_blocked,
id=22787, stack(0x0000700003a30000,0x0000700003b30000)]

  0x00007fd6e0965000 JavaThread "PERIODIC-COMMIT-LOG-SYNCER"
[_thread_blocked, id=40963, stack(0x000070000392d000,0x0000700003a2d000)]

  0x00007fd6e0f09000 JavaThread "SlabPoolCleaner" daemon [_thread_blocked,
id=41219, stack(0x000070000382a000,0x000070000392a000)]

  0x00007fd6e0f9a800 JavaThread "Sampler:1" daemon [_thread_blocked,
id=41731, stack(0x0000700003727000,0x0000700003827000)]

  0x00007fd6e0fae000 JavaThread "MemtableReclaimMemory:1" daemon
[_thread_blocked, id=22275, stack(0x0000700003624000,0x0000700003724000)]

  0x00007fd6e0f19800 JavaThread "MemtablePostFlush:1" daemon
[_thread_blocked, id=42499, stack(0x0000700003521000,0x0000700003621000)]

  0x00007fd6e0f16000 JavaThread "MemtableFlushWriter:2" daemon
[_thread_blocked, id=43011, stack(0x000070000341e000,0x000070000351e000)]

  0x00007fd6e0ea0000 JavaThread "MemtableFlushWriter:1" daemon
[_thread_blocked, id=43267, stack(0x000070000331b000,0x000070000341b000)]

  0x00007fd6e119f000 JavaThread "Background_Reporter:1" daemon
[_thread_blocked, id=16643, stack(0x0000700003218000,0x0000700003318000)]

  0x00007fd6e0f3d000 JavaThread "EXPIRING-MAP-REAPER:1" daemon
[_thread_blocked, id=16131, stack(0x0000700003115000,0x0000700003215000)]

  0x00007fd6e0166000 JavaThread "ScheduledTasks:1" daemon [_thread_blocked,
id=17155, stack(0x0000700003012000,0x0000700003112000)]

=>0x00007fd6de26e000 JavaThread "Log4j2-TF-1-Cassandra-1" [_thread_in_vm,
id=15619, stack(0x0000700002f0f000,0x000070000300f000)]

  0x00007fd6e0c38800 JavaThread "surefire-forkedjvm-command-thread" daemon
[_thread_in_native, id=15363, stack(0x0000700002e0c000,0x0000700002f0c000)]

  0x00007fd6e102a800 JavaThread "Service Thread" daemon [_thread_blocked,
id=14595, stack(0x0000700002c06000,0x0000700002d06000)]

  0x00007fd6e080a000 JavaThread "C1 CompilerThread2" daemon
[_thread_blocked, id=18179, stack(0x0000700002b03000,0x0000700002c03000)]

  0x00007fd6e000f000 JavaThread "C2 CompilerThread1" daemon
[_thread_in_native, id=18691, stack(0x0000700002a00000,0x0000700002b00000)]

  0x00007fd6de0a6000 JavaThread "C2 CompilerThread0" daemon
[_thread_in_native, id=14083, stack(0x00007000028fd000,0x00007000029fd000)]

  0x00007fd6de0a4000 JavaThread "Signal Dispatcher" daemon
[_thread_blocked, id=19203, stack(0x00007000027fa000,0x00007000028fa000)]

  0x00007fd6de068800 JavaThread "Finalizer" daemon [_thread_blocked,
id=12035, stack(0x00007000025f1000,0x00007000026f1000)]

  0x00007fd6de065800 JavaThread "Reference Handler" daemon
[_thread_blocked, id=20995, stack(0x00007000024ee000,0x00007000025ee000)]

  0x00007fd6de011800 JavaThread "main" [_thread_blocked, id=5891,
stack(0x0000700001edc000,0x0000700001fdc000)]


Other Threads:

  0x00007fd6de05f000 VMThread [stack:
0x00007000023eb000,0x00007000024eb000] [id=21251]

  0x00007fd6e102b000 WatcherThread [stack:
0x0000700002d09000,0x0000700002e09000] [id=15107]


VM state:not at safepoint (normal execution)


VM Mutex/Monitor currently owned by a thread: None


heap address: 0x0000000780000000, size: 1024 MB, Compressed Oops mode: Zero
based, Oop shift amount: 3

Narrow klass base: 0x0000000000000000, Narrow klass shift: 3

Compressed class space size: 1073741824 Address: 0x00000007c0000000


Heap:

 PSYoungGen      total 272896K, used 79475K [0x00000007aab00000,
0x00000007c0000000, 0x00000007c0000000)

  eden space 262144K, 30% used
[0x00000007aab00000,0x00000007af89cc30,0x00000007bab00000)

  from space 10752K, 0% used
[0x00000007bab00000,0x00000007bab00000,0x00000007bb580000)

  to   space 18432K, 0% used
[0x00000007bee00000,0x00000007bee00000,0x00000007c0000000)

 ParOldGen       total 175104K, used 5198K [0x0000000780000000,
0x000000078ab00000, 0x00000007aab00000)

  object space 175104K, 2% used
[0x0000000780000000,0x0000000780513848,0x000000078ab00000)

 Metaspace       used 25117K, capacity 25214K, committed 25648K, reserved
1071104K

  class space    used 3100K, capacity 3136K, committed 3200K, reserved
1048576K


Card table byte_map: [0x0000000106eb6000,0x00000001070b7000] byte_map_base:
0x00000001032b6000


Marking Bits: (ParMarkBitMap*) 0x00000001081f4a38

 Begin Bits: [0x0000000117495000, 0x0000000118495000)

 End Bits:   [0x0000000118495000, 0x0000000119495000)


Polling page: 0x0000000106df2000


CodeCache: size=245760Kb used=5729Kb max_used=5729Kb free=240031Kb

 bounds [0x0000000108495000, 0x0000000108a35000, 0x0000000117495000]

 total_blobs=2209 nmethods=1746 adapters=376

 compilation: enabled


Compilation events (10 events):

Event: 2.116 Thread 0x00007fd6e080a000 1762       2
java.util.concurrent.locks.AbstractQueuedSynchronizer::releaseShared
(16 bytes)

Event: 2.116 Thread 0x00007fd6e080a000 nmethod 1762 0x0000000108a2fc90 code
[0x0000000108a2fe00, 0x0000000108a2ffb8]

Event: 2.117 Thread 0x00007fd6e080a000 1763       2
com.codahale.metrics.EWMA::update
(9 bytes)

Event: 2.117 Thread 0x00007fd6e080a000 nmethod 1763 0x0000000108a30050 code
[0x0000000108a301c0, 0x0000000108a30348]

Event: 2.118 Thread 0x00007fd6e080a000 1764       1
org.apache.cassandra.cql3.CQL3Type$Native::isCollection
(2 bytes)

Event: 2.118 Thread 0x00007fd6e080a000 nmethod 1764 0x0000000108a30410 code
[0x0000000108a30560, 0x0000000108a30670]

Event: 2.118 Thread 0x00007fd6e080a000 1765       1
java.util.Collections$SingletonList::size
(2 bytes)

Event: 2.118 Thread 0x00007fd6e080a000 nmethod 1765 0x0000000108a306d0 code
[0x0000000108a30820, 0x0000000108a30930]

Event: 2.123 Thread 0x00007fd6e080a000 1766   !   2
java.lang.Class::newInstance
(155 bytes)

Event: 2.124 Thread 0x00007fd6e080a000 nmethod 1766 0x0000000108a30990 code
[0x0000000108a30c00, 0x0000000108a314d8]


GC Heap History (10 events):

Event: 1.352 GC heap before

{Heap before GC invocations=2 (full 0):

 PSYoungGen      total 76288K, used 75522K [0x00000007aab00000,
0x00000007b4000000, 0x00000007c0000000)

  eden space 65536K, 100% used
[0x00000007aab00000,0x00000007aeb00000,0x00000007aeb00000)

  from space 10752K, 92% used
[0x00000007aeb00000,0x00000007af4c0a80,0x00000007af580000)

  to   space 10752K, 0% used
[0x00000007b3580000,0x00000007b3580000,0x00000007b4000000)

 ParOldGen       total 175104K, used 8K [0x0000000780000000,
0x000000078ab00000, 0x00000007aab00000)

  object space 175104K, 0% used
[0x0000000780000000,0x0000000780002000,0x000000078ab00000)

 Metaspace       used 20677K, capacity 20788K, committed 21120K, reserved
1067008K

  class space    used 2546K, capacity 2589K, committed 2688K, reserved
1048576K

Event: 1.365 GC heap after

Heap after GC invocations=2 (full 0):

 PSYoungGen      total 141824K, used 10730K [0x00000007aab00000,
0x00000007b4000000, 0x00000007c0000000)

  eden space 131072K, 0% used
[0x00000007aab00000,0x00000007aab00000,0x00000007b2b00000)

  from space 10752K, 99% used
[0x00000007b3580000,0x00000007b3ffa950,0x00000007b4000000)

  to   space 10752K, 0% used
[0x00000007b2b00000,0x00000007b2b00000,0x00000007b3580000)

 ParOldGen       total 175104K, used 7109K [0x0000000780000000,
0x000000078ab00000, 0x00000007aab00000)

  object space 175104K, 4% used
[0x0000000780000000,0x00000007806f1508,0x000000078ab00000)

 Metaspace       used 20677K, capacity 20788K, committed 21120K, reserved
1067008K

  class space    used 2546K, capacity 2589K, committed 2688K, reserved
1048576K

}

Event: 1.558 GC heap before

{Heap before GC invocations=3 (full 0):

 PSYoungGen      total 141824K, used 141802K [0x00000007aab00000,
0x00000007b4000000, 0x00000007c0000000)

  eden space 131072K, 100% used
[0x00000007aab00000,0x00000007b2b00000,0x00000007b2b00000)

  from space 10752K, 99% used
[0x00000007b3580000,0x00000007b3ffa950,0x00000007b4000000)

  to   space 10752K, 0% used
[0x00000007b2b00000,0x00000007b2b00000,0x00000007b3580000)

 ParOldGen       total 175104K, used 7109K [0x0000000780000000,
0x000000078ab00000, 0x00000007aab00000)

  object space 175104K, 4% used
[0x0000000780000000,0x00000007806f1508,0x000000078ab00000)

 Metaspace       used 20677K, capacity 20788K, committed 21120K, reserved
1067008K

  class space    used 2546K, capacity 2589K, committed 2688K, reserved
1048576K

Event: 1.573 GC heap after

Heap after GC invocations=3 (full 0):

 PSYoungGen      total 141824K, used 10723K [0x00000007aab00000,
0x00000007bc000000, 0x00000007c0000000)

  eden space 131072K, 0% used
[0x00000007aab00000,0x00000007aab00000,0x00000007b2b00000)

  from space 10752K, 99% used
[0x00000007b2b00000,0x00000007b3578ef0,0x00000007b3580000)

  to   space 10752K, 0% used
[0x00000007bb580000,0x00000007bb580000,0x00000007bc000000)

 ParOldGen       total 175104K, used 8981K [0x0000000780000000,
0x000000078ab00000, 0x00000007aab00000)

  object space 175104K, 5% used
[0x0000000780000000,0x00000007808c5518,0x000000078ab00000)

 Metaspace       used 20677K, capacity 20788K, committed 21120K, reserved
1067008K

  class space    used 2546K, capacity 2589K, committed 2688K, reserved
1048576K

}

Event: 1.658 GC heap before

{Heap before GC invocations=4 (full 0):

 PSYoungGen      total 141824K, used 141795K [0x00000007aab00000,
0x00000007bc000000, 0x00000007c0000000)

  eden space 131072K, 100% used
[0x00000007aab00000,0x00000007b2b00000,0x00000007b2b00000)

  from space 10752K, 99% used
[0x00000007b2b00000,0x00000007b3578ef0,0x00000007b3580000)

  to   space 10752K, 0% used
[0x00000007bb580000,0x00000007bb580000,0x00000007bc000000)

 ParOldGen       total 175104K, used 8981K [0x0000000780000000,
0x000000078ab00000, 0x00000007aab00000)

  object space 175104K, 5% used
[0x0000000780000000,0x00000007808c5518,0x000000078ab00000)

 Metaspace       used 20679K, capacity 20788K, committed 21120K, reserved
1067008K

  class space    used 2546K, capacity 2589K, committed 2688K, reserved
1048576K

Event: 1.673 GC heap after

Heap after GC invocations=4 (full 0):

 PSYoungGen      total 272896K, used 8678K [0x00000007aab00000,
0x00000007bc000000, 0x00000007c0000000)

  eden space 262144K, 0% used
[0x00000007aab00000,0x00000007aab00000,0x00000007bab00000)

  from space 10752K, 80% used
[0x00000007bb580000,0x00000007bbdf9a68,0x00000007bc000000)

  to   space 10752K, 0% used
[0x00000007bab00000,0x00000007bab00000,0x00000007bb580000)

 ParOldGen       total 175104K, used 13085K [0x0000000780000000,
0x000000078ab00000, 0x00000007aab00000)

  object space 175104K, 7% used
[0x0000000780000000,0x0000000780cc7528,0x000000078ab00000)

 Metaspace       used 20679K, capacity 20788K, committed 21120K, reserved
1067008K

  class space    used 2546K, capacity 2589K, committed 2688K, reserved
1048576K

}

Event: 1.735 GC heap before

{Heap before GC invocations=5 (full 0):

 PSYoungGen      total 272896K, used 73445K [0x00000007aab00000,
0x00000007bc000000, 0x00000007c0000000)

  eden space 262144K, 24% used
[0x00000007aab00000,0x00000007aea3fb20,0x00000007bab00000)

  from space 10752K, 80% used
[0x00000007bb580000,0x00000007bbdf9a68,0x00000007bc000000)

  to   space 10752K, 0% used
[0x00000007bab00000,0x00000007bab00000,0x00000007bb580000)

 ParOldGen       total 175104K, used 13085K [0x0000000780000000,
0x000000078ab00000, 0x00000007aab00000)

  object space 175104K, 7% used
[0x0000000780000000,0x0000000780cc7528,0x000000078ab00000)

 Metaspace       used 20992K, capacity 21076K, committed 21296K, reserved
1069056K

  class space    used 2576K, capacity 2621K, committed 2688K, reserved
1048576K

Event: 1.745 GC heap after

Heap after GC invocations=5 (full 0):

 PSYoungGen      total 272896K, used 9048K [0x00000007aab00000,
0x00000007c0000000, 0x00000007c0000000)

  eden space 262144K, 0% used
[0x00000007aab00000,0x00000007aab00000,0x00000007bab00000)

  from space 10752K, 84% used
[0x00000007bab00000,0x00000007bb3d60e0,0x00000007bb580000)

  to   space 18432K, 0% used
[0x00000007bee00000,0x00000007bee00000,0x00000007c0000000)

 ParOldGen       total 175104K, used 13093K [0x0000000780000000,
0x000000078ab00000, 0x00000007aab00000)

  object space 175104K, 7% used
[0x0000000780000000,0x0000000780cc9528,0x000000078ab00000)

 Metaspace       used 20992K, capacity 21076K, committed 21296K, reserved
1069056K

  class space    used 2576K, capacity 2621K, committed 2688K, reserved
1048576K

}

Event: 1.745 GC heap before

{Heap before GC invocations=6 (full 1):

 PSYoungGen      total 272896K, used 9048K [0x00000007aab00000,
0x00000007c0000000, 0x00000007c0000000)

  eden space 262144K, 0% used
[0x00000007aab00000,0x00000007aab00000,0x00000007bab00000)

  from space 10752K, 84% used
[0x00000007bab00000,0x00000007bb3d60e0,0x00000007bb580000)

  to   space 18432K, 0% used
[0x00000007bee00000,0x00000007bee00000,0x00000007c0000000)

 ParOldGen       total 175104K, used 13093K [0x0000000780000000,
0x000000078ab00000, 0x00000007aab00000)

  object space 175104K, 7% used
[0x0000000780000000,0x0000000780cc9528,0x000000078ab00000)

 Metaspace       used 20992K, capacity 21076K, committed 21296K, reserved
1069056K

  class space    used 2576K, capacity 2621K, committed 2688K, reserved
1048576K

Event: 1.763 GC heap after

Heap after GC invocations=6 (full 1):

 PSYoungGen      total 272896K, used 0K [0x00000007aab00000,
0x00000007c0000000, 0x00000007c0000000)

  eden space 262144K, 0% used
[0x00000007aab00000,0x00000007aab00000,0x00000007bab00000)

  from space 10752K, 0% used
[0x00000007bab00000,0x00000007bab00000,0x00000007bb580000)

  to   space 18432K, 0% used
[0x00000007bee00000,0x00000007bee00000,0x00000007c0000000)

 ParOldGen       total 175104K, used 5198K [0x0000000780000000,
0x000000078ab00000, 0x00000007aab00000)

  object space 175104K, 2% used
[0x0000000780000000,0x0000000780513848,0x000000078ab00000)

 Metaspace       used 20992K, capacity 21076K, committed 21296K, reserved
1069056K

  class space    used 2576K, capacity 2621K, committed 2688K, reserved
1048576K

}


Deoptimization events (10 events):

Event: 1.969 Thread 0x00007fd6e0ea0000 Uncommon trap: reason=class_check
action=maybe_recompile pc=0x00000001089072d0
method=java.util.Collections$SetFromMap.add(Ljava/lang/Object;)Z @ 8

Event: 1.972 Thread 0x00007fd6e0ea0000 Uncommon trap: reason=class_check
action=maybe_recompile pc=0x00000001089072d0
method=java.util.Collections$SetFromMap.add(Ljava/lang/Object;)Z @ 8

Event: 1.989 Thread 0x00007fd6e0ea0000 Uncommon trap: reason=bimorphic
action=maybe_recompile pc=0x0000000108884160
method=java.io.DataOutputStream.write([BII)V @ 7

Event: 2.041 Thread 0x00007fd6de26e000 Uncommon trap: reason=class_check
action=maybe_recompile pc=0x00000001088fc1ac
method=java.util.Collections$SetFromMap.contains(Ljava/lang/Object;)Z @ 5

Event: 2.069 Thread 0x00007fd6de26e000 Uncommon trap: reason=bimorphic
action=maybe_recompile pc=0x000000010895b7c0
method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)
Ljava/lang/Object; @ 203

Event: 2.069 Thread 0x00007fd6de26e000 Uncommon trap: reason=bimorphic
action=maybe_recompile pc=0x000000010895b7c0
method=java.util.HashMap.putVal(ILjava/lang/Object;Ljava/lang/Object;ZZ)
Ljava/lang/Object; @ 203

Event: 2.069 Thread 0x00007fd6de26e000 Uncommon trap: reason=unstable_if
action=reinterpret pc=0x000000010890aa4c
method=java.lang.reflect.Field.declaredAnnotations()Ljava/util/Map; @ 28

Event: 2.096 Thread 0x00007fd6de26e000 Uncommon trap: reason=class_check
action=maybe_recompile pc=0x00000001088cdf18
method=java.util.concurrent.ConcurrentSkipListMap.cpr(Ljava/util/Comparator;
Ljava/lang/Object;Ljava/lang/Object;)I @ 16

Event: 2.096 Thread 0x00007fd6de26e000 Uncommon trap: reason=class_check
action=maybe_recompile pc=0x00000001088c36a8
method=java.util.concurrent.ConcurrentSkipListMap.cpr(Ljava/util/Comparator;
Ljava/lang/Object;Ljava/lang/Object;)I @ 16

Event: 2.105 Thread 0x00007fd6de26e000 Uncommon trap: reason=bimorphic
action=maybe_recompile pc=0x000000010874b434
method=java.util.Properties$LineReader.readLine()I @ 410


Classes redefined (0 events):

No events


Internal exceptions (10 events):

Event: 0.869 Thread 0x00007fd6de26e000 Exception <a
'java/lang/ClassNotFoundException':
org/apache/cassandra/config/EncryptionOptions$ClientEncryptionOptionsCustomizer>
(0x00000007ab10f258) thrown at [/private/tmp
/openjdkA8-20211020-17319-jpv4xm/jdk8u312-ga/hotspot/src/share/vm/classfile/
syste

Event: 0.902 Thread 0x00007fd6de26e000 Exception <a 'sun/nio/fs/UnixException'>
(0x00000007ab39c800) thrown at [/private/tmp
/openjdkA8-20211020-17319-jpv4xm/jdk8u312-ga/hotspot/src/share/vm/prims/jni.cpp,
line 711]

Event: 0.930 Thread 0x00007fd6de26e000 Exception <a
'java/lang/UnsatisfiedLinkError':
org.hyperic.sigar.Sigar.open()V> (0x00000007ab5e1618) thrown at [/private/
tmp/openjdkA8-20211020-17319-jpv4xm/jdk8u312-ga/hotspot/src/share/vm/prims/nativeLookup.cpp,
line 506]

Event: 0.931 Thread 0x00007fd6de26e000 Exception <a
'java/lang/UnsatisfiedLinkError':
org.hyperic.sigar.Sigar.getFileSystemListNative()[Lorg/hyperic/sigar/FileSystem;>
(0x00000007ab5eac68) thrown at [/private/tmp
/openjdkA8-20211020-17319-jpv4xm/jdk8u312-ga/hotspot/src/share/vm/prims
/nativeLook

Event: 1.075 Thread 0x00007fd6e0166000 Exception <a
'java/io/FileNotFoundException'>
(0x00000007ac911bb0) thrown at [/private/tmp
/openjdkA8-20211020-17319-jpv4xm/jdk8u312-ga/hotspot/src/share/vm/prims/jni.cpp,
line 711]

Event: 1.718 Thread 0x00007fd6de26e000 Implicit null exception at
0x0000000108903f6e to 0x0000000108904c7d

Event: 1.954 Thread 0x00007fd6e0ea0000 Exception <a
'java/lang/UnsatisfiedLinkError':
org.apache.cassandra.utils.CLibrary.open(Ljava/lang/String;I)I>
(0x00000007ad3047b8) thrown at [/private/tmp
/openjdkA8-20211020-17319-jpv4xm/jdk8u312-ga/hotspot/src/share/vm/prims/nativeLookup.cpp,
line 506]

Event: 1.966 Thread 0x00007fd6e0ea0000 Exception <a
'java/lang/UnsatisfiedLinkError':
org.apache.cassandra.utils.CLibrary.open(Ljava/lang/String;I)I>
(0x00000007ad42ca38) thrown at [/private/tmp
/openjdkA8-20211020-17319-jpv4xm/jdk8u312-ga/hotspot/src/share/vm/prims/nativeLookup.cpp,
line 506]

Event: 1.992 Thread 0x00007fd6e0ea0000 Exception <a
'java/lang/UnsatisfiedLinkError':
org.apache.cassandra.utils.CLibrary.open(Ljava/lang/String;I)I>
(0x00000007ad627050) thrown at [/private/tmp
/openjdkA8-20211020-17319-jpv4xm/jdk8u312-ga/hotspot/src/share/vm/prims/nativeLookup.cpp,
line 506]

Event: 2.118 Thread 0x00007fd6de26e000 Exception <a
'java/lang/NullPointerException'>
(0x00000007af4e1a30) thrown at [/private/tmp
/openjdkA8-20211020-17319-jpv4xm/jdk8u312-ga/hotspot/src/share/vm/interpreter/linkResolver.cpp,
line 1185]


Events (10 events):

Event: 2.124 loading class com/google/common/cache/LocalCache$NullEntry

Event: 2.124 loading class com/google/common/cache/LocalCache$NullEntry done

Event: 2.125 loading class org/apache/cassandra
/service/FileCacheService$CacheBucket

Event: 2.125 loading class
org/apache/cassandra/service/FileCacheService$CacheBucket
done

Event: 2.126 loading class org/apache/cassandra/db/ColumnSerializer$Flag

Event: 2.126 loading class org/apache/cassandra/db/ColumnSerializer$Flag
done

Event: 2.126 loading class org/apache/cassandra/db/AbstractCell$1

Event: 2.126 loading class org/apache/cassandra/db/AbstractCell$1 done

Event: 2.126 loading class org/apache/cassandra/db/filter/QueryFilter$2

Event: 2.126 loading class org/apache/cassandra/db/filter/QueryFilter$2 done



Dynamic libraries:

0x00007ff81c53b000
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

0x00007ff808379000
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

0x00007ff80b866000
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

0x00007ff806794000
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

0x00007ff8106db000 /usr/lib/libSystem.B.dylib

0x00007ff809206000
/System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation

0x00007ff816513000
/System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices

0x00007ff80e887000
/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap

0x00007ff8124ea000
/System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport

0x00007ff812574000
/System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity

0x00007ff8118ca000 /usr/lib/libspindump.dylib

0x00007ff809494000
/System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers

0x00007ff80cfc6000 /usr/lib/libapp_launch_measurement.dylib

0x00007ff80c230000
/System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics

0x00007ff80cfc9000
/System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout

0x00007ff80e1e8000
/System/Library/Frameworks/Metal.framework/Versions/A/Metal

0x00007ff80eefd000 /usr/lib/liblangid.dylib

0x00007ff80e88b000
/System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG

0x00007ff80a856000
/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight

0x00007ff80abe7000
/System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

0x00007ff816b7e000
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

0x00007ff811345000
/System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices

0x00007ff80e1cd000
/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

0x00007ff80c25e000 /usr/lib/libDiagnosticMessagesClient.dylib

0x00007ff8105fb000 /usr/lib/libz.1.dylib

0x00007ff81a1dd000
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

0x00007ff80e873000
/System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation

0x00007ff807c6a000 /usr/lib/libicucore.A.dylib

0x00007ff81320c000
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

0x00007ff8124f6000
/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore

0x00007ff90dd3c000
/System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput

0x00007ff80a7d9000 /usr/lib/libMobileGestalt.dylib

0x00007ff80e57b000
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox

0x00007ff80c9f4000
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

0x00007ff80790b000
/System/Library/Frameworks/Security.framework/Versions/A/Security

0x00007ff81654b000
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition

0x00007ff80cd26000
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

0x00007ff8071e5000
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

0x00007ff80c34c000
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

0x00007ff811cb1000
/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport

0x00007ff80a7d8000 /usr/lib/libenergytrace.dylib

0x00007ff808265000
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

0x00007ff816935000
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

0x00007ff80cf60000
/System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis

0x00007ffa1d2fd000
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

0x00007ff80fc33000
/System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag

0x00007ff805755000 /usr/lib/libobjc.A.dylib

0x00007ff80b2b3000
/System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync

0x00007ff80590e000
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

0x00007ff80eb04000
/System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage

0x00007ff806ffb000
/System/Library/Frameworks/CoreText.framework/Versions/A/CoreText

0x00007ff80e8ba000
/System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

0x00007ff8106e1000
/System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking

0x00007ff80d011000 /usr/lib/libxml2.2.dylib

0x00007ff80581b000 /usr/lib/libc++.1.dylib

0x00007ff810964000 /usr/lib/libcompression.dylib

0x00007ff812420000
/System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO

0x00007ff811057000 /usr/lib/libate.dylib

0x00007ff8106d6000 /usr/lib/system/libcache.dylib

0x00007ff810692000 /usr/lib/system/libcommonCrypto.dylib

0x00007ff8106bb000 /usr/lib/system/libcompiler_rt.dylib

0x00007ff8106b1000 /usr/lib/system/libcopyfile.dylib

0x00007ff80564f000 /usr/lib/system/libcorecrypto.dylib

0x00007ff80570e000 /usr/lib/system/libdispatch.dylib

0x00007ff8058cd000 /usr/lib/system/libdyld.dylib

0x00007ff8106cd000 /usr/lib/system/libkeymgr.dylib

0x00007ff810670000 /usr/lib/system/libmacho.dylib

0x00007ff80fd07000 /usr/lib/system/libquarantine.dylib

0x00007ff8106cb000 /usr/lib/system/libremovefile.dylib

0x00007ff80a825000 /usr/lib/system/libsystem_asl.dylib

0x00007ff8055fd000 /usr/lib/system/libsystem_blocks.dylib

0x00007ff805792000 /usr/lib/system/libsystem_c.dylib

0x00007ff8106c3000 /usr/lib/system/libsystem_collections.dylib

0x00007ff80eeee000 /usr/lib/system/libsystem_configuration.dylib

0x00007ff80e1b0000 /usr/lib/system/libsystem_containermanager.dylib

0x00007ff8103af000 /usr/lib/system/libsystem_coreservices.dylib

0x00007ff807ef3000 /usr/lib/system/libsystem_darwin.dylib

0x00007ff8106ce000 /usr/lib/system/libsystem_dnssd.dylib

0x00007ff80578f000 /usr/lib/system/libsystem_featureflags.dylib

0x00007ff8058e3000 /usr/lib/system/libsystem_info.dylib

0x00007ff81060e000 /usr/lib/system/libsystem_m.dylib

0x00007ff8056e2000 /usr/lib/system/libsystem_malloc.dylib

0x00007ff80a7c2000 /usr/lib/system/libsystem_networkextension.dylib

0x00007ff80831b000 /usr/lib/system/libsystem_notify.dylib

0x00007ff81680c000 /usr/lib/system/libsystem_product_info_filter.dylib

0x00007ff80eef2000 /usr/lib/system/libsystem_sandbox.dylib

0x00007ff8106c8000 /usr/lib/system/libsystem_secinit.dylib

0x00007ff80588a000 /usr/lib/system/libsystem_kernel.dylib

0x00007ff8058d9000 /usr/lib/system/libsystem_platform.dylib

0x00007ff8058c1000 /usr/lib/system/libsystem_pthread.dylib

0x00007ff80c076000 /usr/lib/system/libsystem_symptoms.dylib

0x00007ff805636000 /usr/lib/system/libsystem_trace.dylib

0x00007ff81069e000 /usr/lib/system/libunwind.dylib

0x00007ff8055ff000 /usr/lib/system/libxpc.dylib

0x00007ff805874000 /usr/lib/libc++abi.dylib

0x00007ff8106a9000 /usr/lib/liboah.dylib

0x00007ff810e35000 /usr/lib/liblzma.5.dylib

0x00007ff8064a5000
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

0x00007ff8106dd000 /usr/lib/libfakelink.dylib

0x00007ff80a32c000
/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork

0x00007ff81081c000 /usr/lib/libarchive.2.dylib

0x00007ff80eef9000
/System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo

0x00007ff80fd2d000 /usr/lib/libbsm.0.dylib

0x00007ff809963000 /usr/lib/libnetwork.dylib

0x00007ff810676000 /usr/lib/system/libkxld.dylib

0x00007ff80f95c000
/System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer

0x00007ffb1ade6000 /usr/lib/libCoreEntitlements.dylib

0x00007ff810391000
/System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression

0x00007ff80fd16000 /usr/lib/libcoretls.dylib

0x00007ff810e4f000 /usr/lib/libcoretls_cfhelpers.dylib

0x00007ff81095f000 /usr/lib/libpam.2.dylib

0x00007ff80bc98000 /usr/lib/libsqlite3.dylib

0x00007ff810ebe000 /usr/lib/libxar.1.dylib

0x00007ff8103a1000 /usr/lib/libbz2.1.0.dylib

0x00007ff8106e2000 /usr/lib/libpcap.A.dylib

0x00007ff80c06d000 /usr/lib/libdns_services.dylib

0x00007ff81092e000 /usr/lib/libapple_nghttp2.dylib

0x00007ff810719000 /usr/lib/libiconv.2.dylib

0x00007ff81066f000 /usr/lib/libcharset.1.dylib

0x00007ff80cf94000
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents

0x00007ff807efd000
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore

0x00007ff80c2b1000
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata

0x00007ff8103b4000
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices

0x00007ff8108a2000
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit

0x00007ff80bfff000
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE

0x00007ff805e11000
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices

0x00007ff810de6000
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices

0x00007ff80cfa1000
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList

0x00007ff80fd0a000 /usr/lib/libCheckFix.dylib

0x00007ff80a83c000
/System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC

0x00007ff80eeff000
/System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP

0x00007ff80c261000
/System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities

0x00007ff806555000 /usr/lib/libmecabra.dylib

0x00007ff80fd3d000 /usr/lib/libmecab.dylib

0x00007ff806520000 /usr/lib/libCRFSuite.dylib

0x00007ff80fd9a000 /usr/lib/libgermantok.dylib

0x00007ff810909000 /usr/lib/libThaiTokenizer.dylib

0x00007ff80c353000
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage

0x00007ff81690c000
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib

0x00007ff810eff000
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib

0x00007ff80f77a000
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib

0x00007ff806189000
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib

0x00007ff810a40000
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib

0x00007ff80fd9d000
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib

0x00007ff810947000
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib

0x00007ff810a3a000
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib

0x00007ff80efe9000
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib

0x00007ff806436000
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib

0x00007ff80efe2000
/System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData

0x00007ff8063eb000
/System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon

0x00007ff810ef8000 /usr/lib/libChineseTokenizer.dylib

0x00007ff806b4f000
/System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling

0x00007ff81090b000
/System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce

0x00007ff80f94a000
/System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji

0x00007ff81080b000 /usr/lib/libcmph.dylib

0x00007ff80cf78000
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory

0x00007ff80cf6c000
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

0x00007ff810e51000
/System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS

0x00007ff80fc6b000
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation

0x00007ff810ecc000 /usr/lib/libutil.dylib

0x00007ff808228000
/System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore

0x00007ff810ed0000 /usr/lib/libxslt.1.dylib

0x00007ff80fcf8000
/System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement

0x00007ff812340000
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

0x00007ff812349000
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

0x00007ff812299000
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

0x00007ff8122ba000
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

0x00007ff8123a9000
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

0x00007ff811bca000
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.
dylib

0x00007ff81130c000 /usr/lib/libexpat.1.dylib

0x00007ff811b7f000
/System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG

0x00007ff80e442000
/System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib

0x00007ff80bfa9000
/System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices

0x00007ff81caac000
/System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator

0x00007ff811cad000
/System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient

0x00007ff806c3e000
/System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay

0x00007ff80e342000
/System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia

0x00007ff80e1df000
/System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator

0x00007ff80d0f4000
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

0x00007ff81095d000
/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders

0x00007ff811ce8000
/System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox

0x00007ff80bef1000
/System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard

0x00007ff80bc7e000
/System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer

0x00007ff812339000
/System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler

0x00007ff81231c000
/System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment

0x00007ff812343000
/System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay

0x00007ffa1d2f1000
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib

0x00007ffb093e5000
/System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/31001/Libraries/libGPUCompilerUtils.dylib

0x00007ff8123ae000
/System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore

0x00007ff8118b8000
/System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport

0x00007ff813a89000
/System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata

0x00007ff806d6a000
/System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore

0x00007ff80e31f000
/System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk

0x00007ff8133b6000 /usr/lib/libAudioStatistics.dylib

0x00007ff90a5fb000
/System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy

0x00007ff813602000 /usr/lib/libSMC.dylib

0x00007ff81c3ee000
/System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI

0x00007ff812269000 /usr/lib/libAudioToolboxUtility.dylib

0x00007ff906a83000
/System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient

0x00007ff813a96000 /usr/lib/libperfcheck.dylib

0x00007ff90b087000 /usr/lib/libmis.dylib

0x00007ffa1d34d000
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

0x00007ffa1d310000
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib

0x00007ffa1d51e000
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

0x00007ffa1d319000
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

0x00007ffa1d30d000
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib

0x00007ffa1d2f8000
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib

0x00007ff80ee7d000
/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore

0x00007ff8102fc000
/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage

0x00007ff80fdb3000
/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork

0x00007ff810228000
/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix

0x00007ff80ffe4000
/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector

0x00007ff810261000
/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray

0x00007ffa21ef6000
/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSFunctions.framework/Versions/A/MPSFunctions

0x00007ff80606c000
/System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools

0x00007ff80eef7000
/System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary

0x00007ff8110ee000 /usr/lib/libIOReport.dylib

0x00007ffa1e92d000
/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

0x00007ff811452000
/System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

0x00007ff811443000
/System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer

0x00007ffb092f0000
/System/Library/PrivateFrameworks/FontServices.framework/Versions/A/FontServices

0x00007ff81186f000
/System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG

0x00007ff80ccdc000
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib

0x00007ff8118c0000
/System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib

0x00007ffb092f1000
/System/Library/PrivateFrameworks/FontServices.framework/libXTFontStaticRegistryData.dylib

0x00007ff8112bc000
/System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

0x00007ff8133d6000
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS

0x00007ff80b3af000
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices

0x00007ff8123b8000
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore

0x00007ff813755000
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD

0x00007ff81374d000
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy

0x00007ff8133c6000
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis

0x00007ff812379000
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI

0x00007ff8136e2000 /usr/lib/libcups.2.dylib

0x00007ff813aa5000 /System/Library/Frameworks/Kerberos.framework/Versions/A/
Kerberos

0x00007ff813ab4000 /System/Library/Frameworks/GSS.framework/Versions/A/GSS

0x00007ff813442000 /usr/lib/libresolv.9.dylib

0x00007ff8118cf000
/System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal

0x00007ff81a558000
/System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib

0x00007ff80c07e000
/System/Library/Frameworks/Network.framework/Versions/A/Network

0x00007ff811326000 /usr/lib/libheimdal-asn1.dylib

0x00007ff813aff000
/System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth

0x00007ff813347000
/System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession

0x00007ff8113b6000
/System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience

0x00007ff8131db000
/System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib

0x00007ff813761000
/System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration

0x00007ff81132f000
/System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation

0x00007ff81653b000
/System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore

0x0000000107b19000 /usr/local/Cellar/openjdk@8/1.8.0+312/libexec
/openjdk.jdk/Contents/Home/jre/lib/server/libjvm.dylib

0x0000000106e04000 /usr/local/Cellar/openjdk@8/1.8.0+312/libexec
/openjdk.jdk/Contents/Home/jre/lib/libverify.dylib

0x0000000106e46000 /usr/local/Cellar/openjdk@8/1.8.0+312/libexec
/openjdk.jdk/Contents/Home/jre/lib/libjava.dylib

0x0000000106e26000 /usr/local/Cellar/openjdk@8/1.8.0+312/libexec
/openjdk.jdk/Contents/Home/jre/lib/libzip.dylib

0x00000001070e1000 /usr/local/Cellar/openjdk@8/1.8.0+312/libexec
/openjdk.jdk/Contents/Home/jre/lib/libnio.dylib

0x0000000107aca000 /usr/local/Cellar/openjdk@8/1.8.0+312/libexec
/openjdk.jdk/Contents/Home/jre/lib/libnet.dylib

0x0000000107ae6000 /usr/local/Cellar/openjdk@8/1.8.0+312/libexec
/openjdk.jdk/Contents/Home/jre/lib/libmanagement.dylib

0x000000011c0c3000 /private/var/folders/_l/90g8s10s171ccgfr7k974n9r0000gn/T/
jna-84785094/jna5395967866487260845.tmp

0x00007ffa21e6c000
/System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM

0x000000011c08e000 /private/var
/folders/_l/90g8s10s171ccgfr7k974n9r0000gn/T/liblz4-java8082305955391355223.
dylib


VM Arguments:

jvm_args: -Xms256m -Xmx1024m

java_command: /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra
/target/surefire/surefirebooter8316427594397591368.jar /Users/garydgregory/
git/logging-log4j-2.12/log4j-cassandra/target/surefire
2021-12-14T11-09-14_810-jvmRun1 surefire7234666697221491145tmp
surefire_02822367067385325563tmp

java_class_path (initial): /Users/garydgregory/git/logging-log4j-2.12/log4j-
cassandra/target/surefire/surefirebooter8316427594397591368.jar

Launcher Type: SUN_STANDARD


Environment Variables:

JAVA_HOME=/usr/local/Cellar/openjdk@8/1.8.0+312

PATH=/usr/local/Cellar/openjdk@8/1.8.0+312:/usr/local/bin:/usr/bin:/bin:/usr
/sbin:/sbin:/usr/local/MacGPG2/bin

SHELL=/bin/zsh


Signal Handlers:

SIGSEGV: [libjvm.dylib+0x5689dd],
sa_mask[0]=11111111011111110111111111111111,
sa_flags=SA_ONSTACK|SA_RESTART|SA_SIGINFO

SIGBUS: [libjvm.dylib+0x5689dd],
sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

SIGFPE: [libjvm.dylib+0x4681ed],
sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

SIGPIPE: [libjvm.dylib+0x4681ed],
sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

SIGXFSZ: [libjvm.dylib+0x4681ed],
sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

SIGILL: [libjvm.dylib+0x4681ed],
sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000,
sa_flags=SA_RESTART

SIGUSR2: [libjvm.dylib+0x468acc],
sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO

SIGHUP: [libjvm.dylib+0x466cd5],
sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

SIGINT: [libjvm.dylib+0x466cd5],
sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

SIGTERM: [libjvm.dylib+0x466cd5],
sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO

SIGQUIT: [libjvm.dylib+0x466cd5],
sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO



---------------  S Y S T E M  ---------------


OS:Bsduname:Darwin 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:23
PDT 2021; root:xnu-8019.41.5~1/RELEASE_X86_64 x86_64

rlimit: STACK 8192k, CORE 0k, NPROC 1392, NOFILE 10240, AS infinity

load average:4.44 4.62 4.87


CPU:total 4 (initial active 4) (4 cores per cpu, 1 threads per core) family
6 model 158 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3,
sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, tsc,
tscinvbit, bmi1, bmi2, adx


Memory: 4k page, physical 8388608k(22644k free)


/proc/meminfo:



vm_info: OpenJDK 64-Bit Server VM (25.312-b00) for bsd-amd64 JRE
(1.8.0_312-bre_2021_10_20_23_15-b00), built on Oct 20 2021 23:21:35 by
"brew" with gcc Apple LLVM 13.0.0 (clang-1300.0.29.3)


time: Tue Dec 14 11:09:17 2021

timezone: EST

elapsed time: 2.136224 seconds (0d 0h 0m 2s)



Gary

On Tue, Dec 14, 2021 at 11:00 AM Gary Gregory <ga...@gmail.com>
wrote:

> My local build got further but failed dramatically:
>
> [INFO] Apache Log4j Cassandra ............................. FAILURE [
>  4.748 s]
> ...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time:  16:32 min
> [INFO] Finished at: 2021-12-14T10:51:28-05:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default) on
> project log4j-cassandra: There are test failures.
> [ERROR]
> [ERROR] Please refer to
> /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/failsafe-reports
> for the individual test results.
> [ERROR] Please refer to dump files (if any exist) [date].dump,
> [date]-jvmRun[N].dump and [date].dumpstream.
> [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException:
> ExecutionException The forked VM terminated without properly saying
> goodbye. VM crash or System.exit called?
> [ERROR] Command was /bin/sh -c cd
> /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra &&
> /usr/local/Cellar/openjdk@8/1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre/bin/java
> -Xms256m -Xmx1024m -jar
> /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/surefire/surefirebooter96790289588861473.jar
> /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/surefire
> 2021-12-14T10-35-49_975-jvmRun1 surefire8996434553780933957tmp
> surefire_91212199057030638099tmp
> [ERROR] Error occurred in starting fork, check output in log
> [ERROR] Process Exit Code: 134
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:510)
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:457)
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:298)
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246)
> [ERROR] at
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1183)
> [ERROR] at
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1011)
> [ERROR] at
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:857)
> [ERROR] at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
> [ERROR] at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
> [ERROR] at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
> [ERROR] at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
> [ERROR] at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
> [ERROR] at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
> [ERROR] at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
> [ERROR] at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
> [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
> [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
> [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
> [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:972)
> [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293)
> [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:196)
> [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [ERROR] at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> [ERROR] at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> [ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
> [ERROR] at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
> [ERROR] at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
> [ERROR] at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
> [ERROR] at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
> [ERROR] Caused by:
> org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM
> terminated without properly saying goodbye. VM crash or System.exit called?
> [ERROR] Command was /bin/sh -c cd
> /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra &&
> /usr/local/Cellar/openjdk@8/1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre/bin/java
> -Xms256m -Xmx1024m -jar
> /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/surefire/surefirebooter96790289588861473.jar
> /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/surefire
> 2021-12-14T10-35-49_975-jvmRun1 surefire8996434553780933957tmp
> surefire_91212199057030638099tmp
> [ERROR] Error occurred in starting fork, check output in log
> [ERROR] Process Exit Code: 134
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:669)
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$600(ForkStarter.java:115)
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:444)
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:420)
> [ERROR] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> [ERROR] at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> [ERROR] at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> [ERROR] at java.lang.Thread.run(Thread.java:748)
>
> Gary
>
> On Tue, Dec 14, 2021 at 10:46 AM Gary Gregory <ga...@gmail.com>
> wrote:
>
>> On Tue, Dec 14, 2021 at 10:42 AM Ralph Goers <ra...@dslextreme.com>
>> wrote:
>>
>>> Great. But I still need to back port the security fix.
>>>
>>
>> Sure, I just want it to build here as a sanity check (my sanity that is),
>> I know yours is good :-)
>>
>> Gary
>>
>>
>>>
>>> Ralph
>>>
>>> > On Dec 14, 2021, at 8:36 AM, Gary Gregory <ga...@gmail.com>
>>> wrote:
>>> >
>>> > This problem was a red herring for me, my ${java:runtime} string was
>>> > wrapping due to length and the test did not account for that. I
>>> updated the
>>> > branch and I am building locally to see if I can go through a whole
>>> build...
>>> >
>>> > Gary
>>> >
>>> > On Tue, Dec 14, 2021 at 6:06 AM Gary Gregory <ga...@gmail.com>
>>> wrote:
>>> >
>>> >> After checking out the tag (git status says 'HEAD detached at
>>> >> log4j-2.12.2-rc1') and running 'mvn clean install' with Java 8 and
>>> Maven
>>> >> 3.8.4, I get:
>>> >> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>>> >> 0.351 s - in org.apache.logging.log4j.MarkerMixInJsonTest
>>> >> [INFO]
>>> >> [INFO] Results:
>>> >> [INFO]
>>> >> [ERROR] Failures:
>>> >> [ERROR]   YamlLayoutTest.testAdditionalFields:318 ---
>>> >> thread: "MyThreadName"
>>> >> level: "DEBUG"
>>> >> loggerName: "a.B"
>>> >> marker:
>>> >>  name: "Marker1"
>>> >>  parents:
>>> >>  - name: "ParentMarker1"
>>> >>    parents:
>>> >>    - name: "GrandMotherMarker"
>>> >>    - name: "GrandFatherMarker"
>>> >>  - name: "ParentMarker2"
>>> >> message: "Msg"
>>> >> thrown:
>>> >>  commonElementCount: 0
>>> >>  localizedMessage: "testIOEx"
>>> >>  message: "testIOEx"
>>> >>  name: "java.io.IOException"
>>> >>  cause:
>>> >>    commonElementCount: 38
>>> >>    localizedMessage: "testNPEx"
>>> >>    message: "testNPEx"
>>> >>    name: "java.lang.NullPointerException"
>>> >>  suppressed:
>>> >>  - commonElementCount: 0
>>> >>    localizedMessage: "I am suppressed exception 1"
>>> >>    message: "I am suppressed exception 1"
>>> >>    name: "java.lang.IndexOutOfBoundsException"
>>> >>  - commonElementCount: 0
>>> >>    localizedMessage: "I am suppressed exception 2"
>>> >>    message: "I am suppressed exception 2"
>>> >>    name: "java.lang.IndexOutOfBoundsException"
>>> >> contextStack:
>>> >> - "stack_msg1"
>>> >> - "stack_msg2"
>>> >> endOfBatch: false
>>> >> loggerFqcn: "f.q.c.n"
>>> >> instant:
>>> >>  epochSecond: 0
>>> >>  nanoOfSecond: 1000000
>>> >> threadId: 1
>>> >> threadPriority: 5
>>> >> KEY1: "VALUE1"
>>> >> KEY2: "OpenJDK Runtime Environment (build
>>> >> 1.8.0_312-bre_2021_10_20_23_15-b00) from\
>>> >>  \ Homebrew"
>>> >>
>>> >> [INFO]
>>> >> [ERROR] Tests run: 2063, Failures: 1, Errors: 0, Skipped: 21
>>> >>
>>> >> Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
>>> >> Maven home: /usr/local/Cellar/maven/3.8.4/libexec
>>> >> Java version: 1.8.0_312, vendor: Homebrew, runtime:
>>> >> /usr/local/Cellar/openjdk@8
>>> >> /1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre
>>> >> Default locale: en_US, platform encoding: UTF-8
>>> >> OS name: "mac os x", version: "12.0.1", arch: "x86_64", family: "mac"
>>> >>
>>> >> I can reproduce this from Eclipse by running the one test class.
>>> >>
>>> >> The test uses a Java lookup here:
>>> >>
>>> https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L312
>>> >>
>>> >> And expects it to be present here:
>>> >>
>>> https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L318
>>> >>
>>> >> (1) Should this test pass or fail? I thought we disabled lookups
>>> _except_
>>> >> in configuration files.
>>> >> (2) If the test should pass, is _my_ failure due to some line length
>>> or
>>> >> line wrapping issue?
>>> >>
>>> >> TY and congrats to all of us for spending so much time on this,
>>> >> Gary
>>> >>
>>> >>
>>> >> On Tue, Dec 14, 2021 at 12:58 AM Ralph Goers <
>>> ralph.goers@dslextreme.com>
>>> >> wrote:
>>> >>
>>> >>> This is a vote to release Log4j 2.12.2, a security release for Java 7
>>> >>> users.
>>> >>>
>>> >>> Please download, test, and cast your votes on the log4j developers
>>> list.
>>> >>> [] +1, release the artifacts
>>> >>> [] -1, don't release because...
>>> >>>
>>> >>> The vote will remain open for as short amount as time as required to
>>> vet
>>> >>> the release. All votes are welcome and we encourage everyone to test
>>> the
>>> >>> release, but only Logging PMC votes are “officially” counted. As
>>> always, at
>>> >>> least 3 +1 votes and more positive than negative votes are required.
>>> >>>
>>> >>> Changes in this version include:
>>> >>>
>>> >>> Fixed Bugs
>>> >>>
>>> >>>        • LOG4J-3220: Disable JNDI by default, remove JNDI Lookup,
>>> remove
>>> >>> message lookups. When enabled JNDI only supports the java protocol.
>>> >>>
>>> >>> Tag:
>>> >>> a)  for a new copy do "git clone
>>> >>> https://github.com/apache/logging-log4j2.git" and then "git checkout
>>> >>> tags/log4j-2.12.2-rc1”  or just "git clone -b log4j-2.12.2-rc1
>>> >>> https://github.com/apache/logging-log4j2.git"
>>> >>> b) for an existing working copy to “git pull” and then “git checkout
>>> >>> tags/log4j-2.12.2-rc1”
>>> >>>
>>> >>> Web Site:  No web site was generated for this release. The 2.16.0 web
>>> >>> site will be updated appropriately.
>>> >>>
>>> >>> Maven Artifacts:
>>> >>>
>>> https://repository.apache.org/content/repositories/orgapachelogging-1070
>>> >>>
>>> >>> Distribution archives:
>>> >>> https://dist.apache.org/repos/dist/dev/logging/log4j/
>>> >>>
>>> >>> You may download all the Maven artifacts by executing:
>>> >>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
>>> >>>
>>> https://repository.apache.org/content/repositories/orgapachelogging-1070/org/apache/logging/log4j/
>>> >>
>>> >>
>>>
>>>

Re: [VOTE] Release Log4j 2.12.2-rc1

Posted by Gary Gregory <ga...@gmail.com>.
Fails all the time :-( from that point on using 'mvn clean install -V -rf
log4j-cassandra', digging...

On Tue, Dec 14, 2021 at 11:00 AM Gary Gregory <ga...@gmail.com>
wrote:

> My local build got further but failed dramatically:
>
> [INFO] Apache Log4j Cassandra ............................. FAILURE [
>  4.748 s]
> ...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time:  16:32 min
> [INFO] Finished at: 2021-12-14T10:51:28-05:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default) on
> project log4j-cassandra: There are test failures.
> [ERROR]
> [ERROR] Please refer to
> /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/failsafe-reports
> for the individual test results.
> [ERROR] Please refer to dump files (if any exist) [date].dump,
> [date]-jvmRun[N].dump and [date].dumpstream.
> [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException:
> ExecutionException The forked VM terminated without properly saying
> goodbye. VM crash or System.exit called?
> [ERROR] Command was /bin/sh -c cd
> /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra &&
> /usr/local/Cellar/openjdk@8/1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre/bin/java
> -Xms256m -Xmx1024m -jar
> /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/surefire/surefirebooter96790289588861473.jar
> /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/surefire
> 2021-12-14T10-35-49_975-jvmRun1 surefire8996434553780933957tmp
> surefire_91212199057030638099tmp
> [ERROR] Error occurred in starting fork, check output in log
> [ERROR] Process Exit Code: 134
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:510)
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:457)
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:298)
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246)
> [ERROR] at
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1183)
> [ERROR] at
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1011)
> [ERROR] at
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:857)
> [ERROR] at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
> [ERROR] at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
> [ERROR] at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
> [ERROR] at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
> [ERROR] at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
> [ERROR] at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
> [ERROR] at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
> [ERROR] at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
> [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
> [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
> [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
> [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:972)
> [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293)
> [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:196)
> [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [ERROR] at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> [ERROR] at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> [ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
> [ERROR] at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
> [ERROR] at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
> [ERROR] at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
> [ERROR] at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
> [ERROR] Caused by:
> org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM
> terminated without properly saying goodbye. VM crash or System.exit called?
> [ERROR] Command was /bin/sh -c cd
> /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra &&
> /usr/local/Cellar/openjdk@8/1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre/bin/java
> -Xms256m -Xmx1024m -jar
> /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/surefire/surefirebooter96790289588861473.jar
> /Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/surefire
> 2021-12-14T10-35-49_975-jvmRun1 surefire8996434553780933957tmp
> surefire_91212199057030638099tmp
> [ERROR] Error occurred in starting fork, check output in log
> [ERROR] Process Exit Code: 134
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:669)
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$600(ForkStarter.java:115)
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:444)
> [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:420)
> [ERROR] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> [ERROR] at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> [ERROR] at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> [ERROR] at java.lang.Thread.run(Thread.java:748)
>
> Gary
>
> On Tue, Dec 14, 2021 at 10:46 AM Gary Gregory <ga...@gmail.com>
> wrote:
>
>> On Tue, Dec 14, 2021 at 10:42 AM Ralph Goers <ra...@dslextreme.com>
>> wrote:
>>
>>> Great. But I still need to back port the security fix.
>>>
>>
>> Sure, I just want it to build here as a sanity check (my sanity that is),
>> I know yours is good :-)
>>
>> Gary
>>
>>
>>>
>>> Ralph
>>>
>>> > On Dec 14, 2021, at 8:36 AM, Gary Gregory <ga...@gmail.com>
>>> wrote:
>>> >
>>> > This problem was a red herring for me, my ${java:runtime} string was
>>> > wrapping due to length and the test did not account for that. I
>>> updated the
>>> > branch and I am building locally to see if I can go through a whole
>>> build...
>>> >
>>> > Gary
>>> >
>>> > On Tue, Dec 14, 2021 at 6:06 AM Gary Gregory <ga...@gmail.com>
>>> wrote:
>>> >
>>> >> After checking out the tag (git status says 'HEAD detached at
>>> >> log4j-2.12.2-rc1') and running 'mvn clean install' with Java 8 and
>>> Maven
>>> >> 3.8.4, I get:
>>> >> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>>> >> 0.351 s - in org.apache.logging.log4j.MarkerMixInJsonTest
>>> >> [INFO]
>>> >> [INFO] Results:
>>> >> [INFO]
>>> >> [ERROR] Failures:
>>> >> [ERROR]   YamlLayoutTest.testAdditionalFields:318 ---
>>> >> thread: "MyThreadName"
>>> >> level: "DEBUG"
>>> >> loggerName: "a.B"
>>> >> marker:
>>> >>  name: "Marker1"
>>> >>  parents:
>>> >>  - name: "ParentMarker1"
>>> >>    parents:
>>> >>    - name: "GrandMotherMarker"
>>> >>    - name: "GrandFatherMarker"
>>> >>  - name: "ParentMarker2"
>>> >> message: "Msg"
>>> >> thrown:
>>> >>  commonElementCount: 0
>>> >>  localizedMessage: "testIOEx"
>>> >>  message: "testIOEx"
>>> >>  name: "java.io.IOException"
>>> >>  cause:
>>> >>    commonElementCount: 38
>>> >>    localizedMessage: "testNPEx"
>>> >>    message: "testNPEx"
>>> >>    name: "java.lang.NullPointerException"
>>> >>  suppressed:
>>> >>  - commonElementCount: 0
>>> >>    localizedMessage: "I am suppressed exception 1"
>>> >>    message: "I am suppressed exception 1"
>>> >>    name: "java.lang.IndexOutOfBoundsException"
>>> >>  - commonElementCount: 0
>>> >>    localizedMessage: "I am suppressed exception 2"
>>> >>    message: "I am suppressed exception 2"
>>> >>    name: "java.lang.IndexOutOfBoundsException"
>>> >> contextStack:
>>> >> - "stack_msg1"
>>> >> - "stack_msg2"
>>> >> endOfBatch: false
>>> >> loggerFqcn: "f.q.c.n"
>>> >> instant:
>>> >>  epochSecond: 0
>>> >>  nanoOfSecond: 1000000
>>> >> threadId: 1
>>> >> threadPriority: 5
>>> >> KEY1: "VALUE1"
>>> >> KEY2: "OpenJDK Runtime Environment (build
>>> >> 1.8.0_312-bre_2021_10_20_23_15-b00) from\
>>> >>  \ Homebrew"
>>> >>
>>> >> [INFO]
>>> >> [ERROR] Tests run: 2063, Failures: 1, Errors: 0, Skipped: 21
>>> >>
>>> >> Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
>>> >> Maven home: /usr/local/Cellar/maven/3.8.4/libexec
>>> >> Java version: 1.8.0_312, vendor: Homebrew, runtime:
>>> >> /usr/local/Cellar/openjdk@8
>>> >> /1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre
>>> >> Default locale: en_US, platform encoding: UTF-8
>>> >> OS name: "mac os x", version: "12.0.1", arch: "x86_64", family: "mac"
>>> >>
>>> >> I can reproduce this from Eclipse by running the one test class.
>>> >>
>>> >> The test uses a Java lookup here:
>>> >>
>>> https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L312
>>> >>
>>> >> And expects it to be present here:
>>> >>
>>> https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L318
>>> >>
>>> >> (1) Should this test pass or fail? I thought we disabled lookups
>>> _except_
>>> >> in configuration files.
>>> >> (2) If the test should pass, is _my_ failure due to some line length
>>> or
>>> >> line wrapping issue?
>>> >>
>>> >> TY and congrats to all of us for spending so much time on this,
>>> >> Gary
>>> >>
>>> >>
>>> >> On Tue, Dec 14, 2021 at 12:58 AM Ralph Goers <
>>> ralph.goers@dslextreme.com>
>>> >> wrote:
>>> >>
>>> >>> This is a vote to release Log4j 2.12.2, a security release for Java 7
>>> >>> users.
>>> >>>
>>> >>> Please download, test, and cast your votes on the log4j developers
>>> list.
>>> >>> [] +1, release the artifacts
>>> >>> [] -1, don't release because...
>>> >>>
>>> >>> The vote will remain open for as short amount as time as required to
>>> vet
>>> >>> the release. All votes are welcome and we encourage everyone to test
>>> the
>>> >>> release, but only Logging PMC votes are “officially” counted. As
>>> always, at
>>> >>> least 3 +1 votes and more positive than negative votes are required.
>>> >>>
>>> >>> Changes in this version include:
>>> >>>
>>> >>> Fixed Bugs
>>> >>>
>>> >>>        • LOG4J-3220: Disable JNDI by default, remove JNDI Lookup,
>>> remove
>>> >>> message lookups. When enabled JNDI only supports the java protocol.
>>> >>>
>>> >>> Tag:
>>> >>> a)  for a new copy do "git clone
>>> >>> https://github.com/apache/logging-log4j2.git" and then "git checkout
>>> >>> tags/log4j-2.12.2-rc1”  or just "git clone -b log4j-2.12.2-rc1
>>> >>> https://github.com/apache/logging-log4j2.git"
>>> >>> b) for an existing working copy to “git pull” and then “git checkout
>>> >>> tags/log4j-2.12.2-rc1”
>>> >>>
>>> >>> Web Site:  No web site was generated for this release. The 2.16.0 web
>>> >>> site will be updated appropriately.
>>> >>>
>>> >>> Maven Artifacts:
>>> >>>
>>> https://repository.apache.org/content/repositories/orgapachelogging-1070
>>> >>>
>>> >>> Distribution archives:
>>> >>> https://dist.apache.org/repos/dist/dev/logging/log4j/
>>> >>>
>>> >>> You may download all the Maven artifacts by executing:
>>> >>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
>>> >>>
>>> https://repository.apache.org/content/repositories/orgapachelogging-1070/org/apache/logging/log4j/
>>> >>
>>> >>
>>>
>>>

Re: [VOTE] Release Log4j 2.12.2-rc1

Posted by Gary Gregory <ga...@gmail.com>.
My local build got further but failed dramatically:

[INFO] Apache Log4j Cassandra ............................. FAILURE [
 4.748 s]
...
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time:  16:32 min
[INFO] Finished at: 2021-12-14T10:51:28-05:00
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default) on
project log4j-cassandra: There are test failures.
[ERROR]
[ERROR] Please refer to
/Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/failsafe-reports
for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump,
[date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException:
ExecutionException The forked VM terminated without properly saying
goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd
/Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra &&
/usr/local/Cellar/openjdk@8/1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre/bin/java
-Xms256m -Xmx1024m -jar
/Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/surefire/surefirebooter96790289588861473.jar
/Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/surefire
2021-12-14T10-35-49_975-jvmRun1 surefire8996434553780933957tmp
surefire_91212199057030638099tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:510)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:457)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:298)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1183)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1011)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:857)
[ERROR] at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:972)
[ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293)
[ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:196)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[ERROR] Caused by:
org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM
terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd
/Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra &&
/usr/local/Cellar/openjdk@8/1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre/bin/java
-Xms256m -Xmx1024m -jar
/Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/surefire/surefirebooter96790289588861473.jar
/Users/garydgregory/git/logging-log4j-2.12/log4j-cassandra/target/surefire
2021-12-14T10-35-49_975-jvmRun1 surefire8996434553780933957tmp
surefire_91212199057030638099tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:669)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$600(ForkStarter.java:115)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:444)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:420)
[ERROR] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[ERROR] at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[ERROR] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[ERROR] at java.lang.Thread.run(Thread.java:748)

Gary

On Tue, Dec 14, 2021 at 10:46 AM Gary Gregory <ga...@gmail.com>
wrote:

> On Tue, Dec 14, 2021 at 10:42 AM Ralph Goers <ra...@dslextreme.com>
> wrote:
>
>> Great. But I still need to back port the security fix.
>>
>
> Sure, I just want it to build here as a sanity check (my sanity that is),
> I know yours is good :-)
>
> Gary
>
>
>>
>> Ralph
>>
>> > On Dec 14, 2021, at 8:36 AM, Gary Gregory <ga...@gmail.com>
>> wrote:
>> >
>> > This problem was a red herring for me, my ${java:runtime} string was
>> > wrapping due to length and the test did not account for that. I updated
>> the
>> > branch and I am building locally to see if I can go through a whole
>> build...
>> >
>> > Gary
>> >
>> > On Tue, Dec 14, 2021 at 6:06 AM Gary Gregory <ga...@gmail.com>
>> wrote:
>> >
>> >> After checking out the tag (git status says 'HEAD detached at
>> >> log4j-2.12.2-rc1') and running 'mvn clean install' with Java 8 and
>> Maven
>> >> 3.8.4, I get:
>> >> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>> >> 0.351 s - in org.apache.logging.log4j.MarkerMixInJsonTest
>> >> [INFO]
>> >> [INFO] Results:
>> >> [INFO]
>> >> [ERROR] Failures:
>> >> [ERROR]   YamlLayoutTest.testAdditionalFields:318 ---
>> >> thread: "MyThreadName"
>> >> level: "DEBUG"
>> >> loggerName: "a.B"
>> >> marker:
>> >>  name: "Marker1"
>> >>  parents:
>> >>  - name: "ParentMarker1"
>> >>    parents:
>> >>    - name: "GrandMotherMarker"
>> >>    - name: "GrandFatherMarker"
>> >>  - name: "ParentMarker2"
>> >> message: "Msg"
>> >> thrown:
>> >>  commonElementCount: 0
>> >>  localizedMessage: "testIOEx"
>> >>  message: "testIOEx"
>> >>  name: "java.io.IOException"
>> >>  cause:
>> >>    commonElementCount: 38
>> >>    localizedMessage: "testNPEx"
>> >>    message: "testNPEx"
>> >>    name: "java.lang.NullPointerException"
>> >>  suppressed:
>> >>  - commonElementCount: 0
>> >>    localizedMessage: "I am suppressed exception 1"
>> >>    message: "I am suppressed exception 1"
>> >>    name: "java.lang.IndexOutOfBoundsException"
>> >>  - commonElementCount: 0
>> >>    localizedMessage: "I am suppressed exception 2"
>> >>    message: "I am suppressed exception 2"
>> >>    name: "java.lang.IndexOutOfBoundsException"
>> >> contextStack:
>> >> - "stack_msg1"
>> >> - "stack_msg2"
>> >> endOfBatch: false
>> >> loggerFqcn: "f.q.c.n"
>> >> instant:
>> >>  epochSecond: 0
>> >>  nanoOfSecond: 1000000
>> >> threadId: 1
>> >> threadPriority: 5
>> >> KEY1: "VALUE1"
>> >> KEY2: "OpenJDK Runtime Environment (build
>> >> 1.8.0_312-bre_2021_10_20_23_15-b00) from\
>> >>  \ Homebrew"
>> >>
>> >> [INFO]
>> >> [ERROR] Tests run: 2063, Failures: 1, Errors: 0, Skipped: 21
>> >>
>> >> Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
>> >> Maven home: /usr/local/Cellar/maven/3.8.4/libexec
>> >> Java version: 1.8.0_312, vendor: Homebrew, runtime:
>> >> /usr/local/Cellar/openjdk@8
>> >> /1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre
>> >> Default locale: en_US, platform encoding: UTF-8
>> >> OS name: "mac os x", version: "12.0.1", arch: "x86_64", family: "mac"
>> >>
>> >> I can reproduce this from Eclipse by running the one test class.
>> >>
>> >> The test uses a Java lookup here:
>> >>
>> https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L312
>> >>
>> >> And expects it to be present here:
>> >>
>> https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L318
>> >>
>> >> (1) Should this test pass or fail? I thought we disabled lookups
>> _except_
>> >> in configuration files.
>> >> (2) If the test should pass, is _my_ failure due to some line length or
>> >> line wrapping issue?
>> >>
>> >> TY and congrats to all of us for spending so much time on this,
>> >> Gary
>> >>
>> >>
>> >> On Tue, Dec 14, 2021 at 12:58 AM Ralph Goers <
>> ralph.goers@dslextreme.com>
>> >> wrote:
>> >>
>> >>> This is a vote to release Log4j 2.12.2, a security release for Java 7
>> >>> users.
>> >>>
>> >>> Please download, test, and cast your votes on the log4j developers
>> list.
>> >>> [] +1, release the artifacts
>> >>> [] -1, don't release because...
>> >>>
>> >>> The vote will remain open for as short amount as time as required to
>> vet
>> >>> the release. All votes are welcome and we encourage everyone to test
>> the
>> >>> release, but only Logging PMC votes are “officially” counted. As
>> always, at
>> >>> least 3 +1 votes and more positive than negative votes are required.
>> >>>
>> >>> Changes in this version include:
>> >>>
>> >>> Fixed Bugs
>> >>>
>> >>>        • LOG4J-3220: Disable JNDI by default, remove JNDI Lookup,
>> remove
>> >>> message lookups. When enabled JNDI only supports the java protocol.
>> >>>
>> >>> Tag:
>> >>> a)  for a new copy do "git clone
>> >>> https://github.com/apache/logging-log4j2.git" and then "git checkout
>> >>> tags/log4j-2.12.2-rc1”  or just "git clone -b log4j-2.12.2-rc1
>> >>> https://github.com/apache/logging-log4j2.git"
>> >>> b) for an existing working copy to “git pull” and then “git checkout
>> >>> tags/log4j-2.12.2-rc1”
>> >>>
>> >>> Web Site:  No web site was generated for this release. The 2.16.0 web
>> >>> site will be updated appropriately.
>> >>>
>> >>> Maven Artifacts:
>> >>>
>> https://repository.apache.org/content/repositories/orgapachelogging-1070
>> >>>
>> >>> Distribution archives:
>> >>> https://dist.apache.org/repos/dist/dev/logging/log4j/
>> >>>
>> >>> You may download all the Maven artifacts by executing:
>> >>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
>> >>>
>> https://repository.apache.org/content/repositories/orgapachelogging-1070/org/apache/logging/log4j/
>> >>
>> >>
>>
>>

Re: [VOTE] Release Log4j 2.12.2-rc1

Posted by Gary Gregory <ga...@gmail.com>.
On Tue, Dec 14, 2021 at 10:42 AM Ralph Goers <ra...@dslextreme.com>
wrote:

> Great. But I still need to back port the security fix.
>

Sure, I just want it to build here as a sanity check (my sanity that is), I
know yours is good :-)

Gary


>
> Ralph
>
> > On Dec 14, 2021, at 8:36 AM, Gary Gregory <ga...@gmail.com>
> wrote:
> >
> > This problem was a red herring for me, my ${java:runtime} string was
> > wrapping due to length and the test did not account for that. I updated
> the
> > branch and I am building locally to see if I can go through a whole
> build...
> >
> > Gary
> >
> > On Tue, Dec 14, 2021 at 6:06 AM Gary Gregory <ga...@gmail.com>
> wrote:
> >
> >> After checking out the tag (git status says 'HEAD detached at
> >> log4j-2.12.2-rc1') and running 'mvn clean install' with Java 8 and Maven
> >> 3.8.4, I get:
> >> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> >> 0.351 s - in org.apache.logging.log4j.MarkerMixInJsonTest
> >> [INFO]
> >> [INFO] Results:
> >> [INFO]
> >> [ERROR] Failures:
> >> [ERROR]   YamlLayoutTest.testAdditionalFields:318 ---
> >> thread: "MyThreadName"
> >> level: "DEBUG"
> >> loggerName: "a.B"
> >> marker:
> >>  name: "Marker1"
> >>  parents:
> >>  - name: "ParentMarker1"
> >>    parents:
> >>    - name: "GrandMotherMarker"
> >>    - name: "GrandFatherMarker"
> >>  - name: "ParentMarker2"
> >> message: "Msg"
> >> thrown:
> >>  commonElementCount: 0
> >>  localizedMessage: "testIOEx"
> >>  message: "testIOEx"
> >>  name: "java.io.IOException"
> >>  cause:
> >>    commonElementCount: 38
> >>    localizedMessage: "testNPEx"
> >>    message: "testNPEx"
> >>    name: "java.lang.NullPointerException"
> >>  suppressed:
> >>  - commonElementCount: 0
> >>    localizedMessage: "I am suppressed exception 1"
> >>    message: "I am suppressed exception 1"
> >>    name: "java.lang.IndexOutOfBoundsException"
> >>  - commonElementCount: 0
> >>    localizedMessage: "I am suppressed exception 2"
> >>    message: "I am suppressed exception 2"
> >>    name: "java.lang.IndexOutOfBoundsException"
> >> contextStack:
> >> - "stack_msg1"
> >> - "stack_msg2"
> >> endOfBatch: false
> >> loggerFqcn: "f.q.c.n"
> >> instant:
> >>  epochSecond: 0
> >>  nanoOfSecond: 1000000
> >> threadId: 1
> >> threadPriority: 5
> >> KEY1: "VALUE1"
> >> KEY2: "OpenJDK Runtime Environment (build
> >> 1.8.0_312-bre_2021_10_20_23_15-b00) from\
> >>  \ Homebrew"
> >>
> >> [INFO]
> >> [ERROR] Tests run: 2063, Failures: 1, Errors: 0, Skipped: 21
> >>
> >> Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
> >> Maven home: /usr/local/Cellar/maven/3.8.4/libexec
> >> Java version: 1.8.0_312, vendor: Homebrew, runtime:
> >> /usr/local/Cellar/openjdk@8
> >> /1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre
> >> Default locale: en_US, platform encoding: UTF-8
> >> OS name: "mac os x", version: "12.0.1", arch: "x86_64", family: "mac"
> >>
> >> I can reproduce this from Eclipse by running the one test class.
> >>
> >> The test uses a Java lookup here:
> >>
> https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L312
> >>
> >> And expects it to be present here:
> >>
> https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L318
> >>
> >> (1) Should this test pass or fail? I thought we disabled lookups
> _except_
> >> in configuration files.
> >> (2) If the test should pass, is _my_ failure due to some line length or
> >> line wrapping issue?
> >>
> >> TY and congrats to all of us for spending so much time on this,
> >> Gary
> >>
> >>
> >> On Tue, Dec 14, 2021 at 12:58 AM Ralph Goers <
> ralph.goers@dslextreme.com>
> >> wrote:
> >>
> >>> This is a vote to release Log4j 2.12.2, a security release for Java 7
> >>> users.
> >>>
> >>> Please download, test, and cast your votes on the log4j developers
> list.
> >>> [] +1, release the artifacts
> >>> [] -1, don't release because...
> >>>
> >>> The vote will remain open for as short amount as time as required to
> vet
> >>> the release. All votes are welcome and we encourage everyone to test
> the
> >>> release, but only Logging PMC votes are “officially” counted. As
> always, at
> >>> least 3 +1 votes and more positive than negative votes are required.
> >>>
> >>> Changes in this version include:
> >>>
> >>> Fixed Bugs
> >>>
> >>>        • LOG4J-3220: Disable JNDI by default, remove JNDI Lookup,
> remove
> >>> message lookups. When enabled JNDI only supports the java protocol.
> >>>
> >>> Tag:
> >>> a)  for a new copy do "git clone
> >>> https://github.com/apache/logging-log4j2.git" and then "git checkout
> >>> tags/log4j-2.12.2-rc1”  or just "git clone -b log4j-2.12.2-rc1
> >>> https://github.com/apache/logging-log4j2.git"
> >>> b) for an existing working copy to “git pull” and then “git checkout
> >>> tags/log4j-2.12.2-rc1”
> >>>
> >>> Web Site:  No web site was generated for this release. The 2.16.0 web
> >>> site will be updated appropriately.
> >>>
> >>> Maven Artifacts:
> >>>
> https://repository.apache.org/content/repositories/orgapachelogging-1070
> >>>
> >>> Distribution archives:
> >>> https://dist.apache.org/repos/dist/dev/logging/log4j/
> >>>
> >>> You may download all the Maven artifacts by executing:
> >>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
> >>>
> https://repository.apache.org/content/repositories/orgapachelogging-1070/org/apache/logging/log4j/
> >>
> >>
>
>

Re: [VOTE] Release Log4j 2.12.2-rc1

Posted by Ralph Goers <ra...@dslextreme.com>.
Great. But I still need to back port the security fix.

Ralph

> On Dec 14, 2021, at 8:36 AM, Gary Gregory <ga...@gmail.com> wrote:
> 
> This problem was a red herring for me, my ${java:runtime} string was
> wrapping due to length and the test did not account for that. I updated the
> branch and I am building locally to see if I can go through a whole build...
> 
> Gary
> 
> On Tue, Dec 14, 2021 at 6:06 AM Gary Gregory <ga...@gmail.com> wrote:
> 
>> After checking out the tag (git status says 'HEAD detached at
>> log4j-2.12.2-rc1') and running 'mvn clean install' with Java 8 and Maven
>> 3.8.4, I get:
>> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
>> 0.351 s - in org.apache.logging.log4j.MarkerMixInJsonTest
>> [INFO]
>> [INFO] Results:
>> [INFO]
>> [ERROR] Failures:
>> [ERROR]   YamlLayoutTest.testAdditionalFields:318 ---
>> thread: "MyThreadName"
>> level: "DEBUG"
>> loggerName: "a.B"
>> marker:
>>  name: "Marker1"
>>  parents:
>>  - name: "ParentMarker1"
>>    parents:
>>    - name: "GrandMotherMarker"
>>    - name: "GrandFatherMarker"
>>  - name: "ParentMarker2"
>> message: "Msg"
>> thrown:
>>  commonElementCount: 0
>>  localizedMessage: "testIOEx"
>>  message: "testIOEx"
>>  name: "java.io.IOException"
>>  cause:
>>    commonElementCount: 38
>>    localizedMessage: "testNPEx"
>>    message: "testNPEx"
>>    name: "java.lang.NullPointerException"
>>  suppressed:
>>  - commonElementCount: 0
>>    localizedMessage: "I am suppressed exception 1"
>>    message: "I am suppressed exception 1"
>>    name: "java.lang.IndexOutOfBoundsException"
>>  - commonElementCount: 0
>>    localizedMessage: "I am suppressed exception 2"
>>    message: "I am suppressed exception 2"
>>    name: "java.lang.IndexOutOfBoundsException"
>> contextStack:
>> - "stack_msg1"
>> - "stack_msg2"
>> endOfBatch: false
>> loggerFqcn: "f.q.c.n"
>> instant:
>>  epochSecond: 0
>>  nanoOfSecond: 1000000
>> threadId: 1
>> threadPriority: 5
>> KEY1: "VALUE1"
>> KEY2: "OpenJDK Runtime Environment (build
>> 1.8.0_312-bre_2021_10_20_23_15-b00) from\
>>  \ Homebrew"
>> 
>> [INFO]
>> [ERROR] Tests run: 2063, Failures: 1, Errors: 0, Skipped: 21
>> 
>> Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
>> Maven home: /usr/local/Cellar/maven/3.8.4/libexec
>> Java version: 1.8.0_312, vendor: Homebrew, runtime:
>> /usr/local/Cellar/openjdk@8
>> /1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "mac os x", version: "12.0.1", arch: "x86_64", family: "mac"
>> 
>> I can reproduce this from Eclipse by running the one test class.
>> 
>> The test uses a Java lookup here:
>> https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L312
>> 
>> And expects it to be present here:
>> https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L318
>> 
>> (1) Should this test pass or fail? I thought we disabled lookups _except_
>> in configuration files.
>> (2) If the test should pass, is _my_ failure due to some line length or
>> line wrapping issue?
>> 
>> TY and congrats to all of us for spending so much time on this,
>> Gary
>> 
>> 
>> On Tue, Dec 14, 2021 at 12:58 AM Ralph Goers <ra...@dslextreme.com>
>> wrote:
>> 
>>> This is a vote to release Log4j 2.12.2, a security release for Java 7
>>> users.
>>> 
>>> Please download, test, and cast your votes on the log4j developers list.
>>> [] +1, release the artifacts
>>> [] -1, don't release because...
>>> 
>>> The vote will remain open for as short amount as time as required to vet
>>> the release. All votes are welcome and we encourage everyone to test the
>>> release, but only Logging PMC votes are “officially” counted. As always, at
>>> least 3 +1 votes and more positive than negative votes are required.
>>> 
>>> Changes in this version include:
>>> 
>>> Fixed Bugs
>>> 
>>>        • LOG4J-3220: Disable JNDI by default, remove JNDI Lookup, remove
>>> message lookups. When enabled JNDI only supports the java protocol.
>>> 
>>> Tag:
>>> a)  for a new copy do "git clone
>>> https://github.com/apache/logging-log4j2.git" and then "git checkout
>>> tags/log4j-2.12.2-rc1”  or just "git clone -b log4j-2.12.2-rc1
>>> https://github.com/apache/logging-log4j2.git"
>>> b) for an existing working copy to “git pull” and then “git checkout
>>> tags/log4j-2.12.2-rc1”
>>> 
>>> Web Site:  No web site was generated for this release. The 2.16.0 web
>>> site will be updated appropriately.
>>> 
>>> Maven Artifacts:
>>> https://repository.apache.org/content/repositories/orgapachelogging-1070
>>> 
>>> Distribution archives:
>>> https://dist.apache.org/repos/dist/dev/logging/log4j/
>>> 
>>> You may download all the Maven artifacts by executing:
>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
>>> https://repository.apache.org/content/repositories/orgapachelogging-1070/org/apache/logging/log4j/
>> 
>> 


Re: [VOTE] Release Log4j 2.12.2-rc1

Posted by Gary Gregory <ga...@gmail.com>.
This problem was a red herring for me, my ${java:runtime} string was
wrapping due to length and the test did not account for that. I updated the
branch and I am building locally to see if I can go through a whole build...

Gary

On Tue, Dec 14, 2021 at 6:06 AM Gary Gregory <ga...@gmail.com> wrote:

> After checking out the tag (git status says 'HEAD detached at
> log4j-2.12.2-rc1') and running 'mvn clean install' with Java 8 and Maven
> 3.8.4, I get:
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 0.351 s - in org.apache.logging.log4j.MarkerMixInJsonTest
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Failures:
> [ERROR]   YamlLayoutTest.testAdditionalFields:318 ---
> thread: "MyThreadName"
> level: "DEBUG"
> loggerName: "a.B"
> marker:
>   name: "Marker1"
>   parents:
>   - name: "ParentMarker1"
>     parents:
>     - name: "GrandMotherMarker"
>     - name: "GrandFatherMarker"
>   - name: "ParentMarker2"
> message: "Msg"
> thrown:
>   commonElementCount: 0
>   localizedMessage: "testIOEx"
>   message: "testIOEx"
>   name: "java.io.IOException"
>   cause:
>     commonElementCount: 38
>     localizedMessage: "testNPEx"
>     message: "testNPEx"
>     name: "java.lang.NullPointerException"
>   suppressed:
>   - commonElementCount: 0
>     localizedMessage: "I am suppressed exception 1"
>     message: "I am suppressed exception 1"
>     name: "java.lang.IndexOutOfBoundsException"
>   - commonElementCount: 0
>     localizedMessage: "I am suppressed exception 2"
>     message: "I am suppressed exception 2"
>     name: "java.lang.IndexOutOfBoundsException"
> contextStack:
> - "stack_msg1"
> - "stack_msg2"
> endOfBatch: false
> loggerFqcn: "f.q.c.n"
> instant:
>   epochSecond: 0
>   nanoOfSecond: 1000000
> threadId: 1
> threadPriority: 5
> KEY1: "VALUE1"
> KEY2: "OpenJDK Runtime Environment (build
> 1.8.0_312-bre_2021_10_20_23_15-b00) from\
>   \ Homebrew"
>
> [INFO]
> [ERROR] Tests run: 2063, Failures: 1, Errors: 0, Skipped: 21
>
> Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
> Maven home: /usr/local/Cellar/maven/3.8.4/libexec
> Java version: 1.8.0_312, vendor: Homebrew, runtime:
> /usr/local/Cellar/openjdk@8
> /1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "12.0.1", arch: "x86_64", family: "mac"
>
> I can reproduce this from Eclipse by running the one test class.
>
> The test uses a Java lookup here:
> https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L312
>
> And expects it to be present here:
> https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L318
>
> (1) Should this test pass or fail? I thought we disabled lookups _except_
> in configuration files.
> (2) If the test should pass, is _my_ failure due to some line length or
> line wrapping issue?
>
> TY and congrats to all of us for spending so much time on this,
> Gary
>
>
> On Tue, Dec 14, 2021 at 12:58 AM Ralph Goers <ra...@dslextreme.com>
> wrote:
>
>> This is a vote to release Log4j 2.12.2, a security release for Java 7
>> users.
>>
>> Please download, test, and cast your votes on the log4j developers list.
>> [] +1, release the artifacts
>> [] -1, don't release because...
>>
>> The vote will remain open for as short amount as time as required to vet
>> the release. All votes are welcome and we encourage everyone to test the
>> release, but only Logging PMC votes are “officially” counted. As always, at
>> least 3 +1 votes and more positive than negative votes are required.
>>
>> Changes in this version include:
>>
>> Fixed Bugs
>>
>>         • LOG4J-3220: Disable JNDI by default, remove JNDI Lookup, remove
>> message lookups. When enabled JNDI only supports the java protocol.
>>
>> Tag:
>> a)  for a new copy do "git clone
>> https://github.com/apache/logging-log4j2.git" and then "git checkout
>> tags/log4j-2.12.2-rc1”  or just "git clone -b log4j-2.12.2-rc1
>> https://github.com/apache/logging-log4j2.git"
>> b) for an existing working copy to “git pull” and then “git checkout
>> tags/log4j-2.12.2-rc1”
>>
>> Web Site:  No web site was generated for this release. The 2.16.0 web
>> site will be updated appropriately.
>>
>> Maven Artifacts:
>> https://repository.apache.org/content/repositories/orgapachelogging-1070
>>
>> Distribution archives:
>> https://dist.apache.org/repos/dist/dev/logging/log4j/
>>
>> You may download all the Maven artifacts by executing:
>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
>> https://repository.apache.org/content/repositories/orgapachelogging-1070/org/apache/logging/log4j/
>
>

Re: [VOTE] Release Log4j 2.12.2-rc1

Posted by Gary Gregory <ga...@gmail.com>.
After checking out the tag (git status says 'HEAD detached at
log4j-2.12.2-rc1') and running 'mvn clean install' with Java 8 and Maven
3.8.4, I get:
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
0.351 s - in org.apache.logging.log4j.MarkerMixInJsonTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR]   YamlLayoutTest.testAdditionalFields:318 ---
thread: "MyThreadName"
level: "DEBUG"
loggerName: "a.B"
marker:
  name: "Marker1"
  parents:
  - name: "ParentMarker1"
    parents:
    - name: "GrandMotherMarker"
    - name: "GrandFatherMarker"
  - name: "ParentMarker2"
message: "Msg"
thrown:
  commonElementCount: 0
  localizedMessage: "testIOEx"
  message: "testIOEx"
  name: "java.io.IOException"
  cause:
    commonElementCount: 38
    localizedMessage: "testNPEx"
    message: "testNPEx"
    name: "java.lang.NullPointerException"
  suppressed:
  - commonElementCount: 0
    localizedMessage: "I am suppressed exception 1"
    message: "I am suppressed exception 1"
    name: "java.lang.IndexOutOfBoundsException"
  - commonElementCount: 0
    localizedMessage: "I am suppressed exception 2"
    message: "I am suppressed exception 2"
    name: "java.lang.IndexOutOfBoundsException"
contextStack:
- "stack_msg1"
- "stack_msg2"
endOfBatch: false
loggerFqcn: "f.q.c.n"
instant:
  epochSecond: 0
  nanoOfSecond: 1000000
threadId: 1
threadPriority: 5
KEY1: "VALUE1"
KEY2: "OpenJDK Runtime Environment (build
1.8.0_312-bre_2021_10_20_23_15-b00) from\
  \ Homebrew"

[INFO]
[ERROR] Tests run: 2063, Failures: 1, Errors: 0, Skipped: 21

Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /usr/local/Cellar/maven/3.8.4/libexec
Java version: 1.8.0_312, vendor: Homebrew, runtime:
/usr/local/Cellar/openjdk@8/1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "12.0.1", arch: "x86_64", family: "mac"

I can reproduce this from Eclipse by running the one test class.

The test uses a Java lookup here:
https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L312

And expects it to be present here:
https://github.com/apache/logging-log4j2/blob/ad361d2e517e765f69db464d9407ac2dd80bc93e/log4j-core/src/test/java/org/apache/logging/log4j/core/layout/YamlLayoutTest.java#L318

(1) Should this test pass or fail? I thought we disabled lookups _except_
in configuration files.
(2) If the test should pass, is _my_ failure due to some line length or
line wrapping issue?

TY and congrats to all of us for spending so much time on this,
Gary


On Tue, Dec 14, 2021 at 12:58 AM Ralph Goers <ra...@dslextreme.com>
wrote:

> This is a vote to release Log4j 2.12.2, a security release for Java 7
> users.
>
> Please download, test, and cast your votes on the log4j developers list.
> [] +1, release the artifacts
> [] -1, don't release because...
>
> The vote will remain open for as short amount as time as required to vet
> the release. All votes are welcome and we encourage everyone to test the
> release, but only Logging PMC votes are “officially” counted. As always, at
> least 3 +1 votes and more positive than negative votes are required.
>
> Changes in this version include:
>
> Fixed Bugs
>
>         • LOG4J-3220: Disable JNDI by default, remove JNDI Lookup, remove
> message lookups. When enabled JNDI only supports the java protocol.
>
> Tag:
> a)  for a new copy do "git clone
> https://github.com/apache/logging-log4j2.git" and then "git checkout
> tags/log4j-2.12.2-rc1”  or just "git clone -b log4j-2.12.2-rc1
> https://github.com/apache/logging-log4j2.git"
> b) for an existing working copy to “git pull” and then “git checkout
> tags/log4j-2.12.2-rc1”
>
> Web Site:  No web site was generated for this release. The 2.16.0 web site
> will be updated appropriately.
>
> Maven Artifacts:
> https://repository.apache.org/content/repositories/orgapachelogging-1070
>
> Distribution archives:
> https://dist.apache.org/repos/dist/dev/logging/log4j/
>
> You may download all the Maven artifacts by executing:
> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
> https://repository.apache.org/content/repositories/orgapachelogging-1070/org/apache/logging/log4j/

Re: [VOTE] Release Log4j 2.12.2-rc1

Posted by Gary Gregory <ga...@gmail.com>.
+1

Minor hassle with log4j-Cassandra discussed elsewhere.

Gary

On Tue, Dec 14, 2021, 13:28 Ralph Goers <ra...@dslextreme.com> wrote:

> My +1
>
> Ralph
>
> > On Dec 14, 2021, at 11:26 AM, Remko Popma <re...@gmail.com> wrote:
> >
> > +1 very light validation but ran a simple test program against the
> binaries
> >
> > On Wed, Dec 15, 2021 at 3:19 AM Carter Kozak <ck...@ckozak.net> wrote:
> >
> >> +1
> >>
> >> validated the build and signatures, tests in core modules.
> >>
> >> On Tue, Dec 14, 2021, at 00:58, Ralph Goers wrote:
> >>> This is a vote to release Log4j 2.12.2, a security release for Java 7
> >> users.
> >>>
> >>> Please download, test, and cast your votes on the log4j developers
> list.
> >>> [] +1, release the artifacts
> >>> [] -1, don't release because...
> >>>
> >>> The vote will remain open for as short amount as time as required to
> vet
> >> the release. All votes are welcome and we encourage everyone to test the
> >> release, but only Logging PMC votes are “officially” counted. As
> always, at
> >> least 3 +1 votes and more positive than negative votes are required.
> >>>
> >>> Changes in this version include:
> >>>
> >>> Fixed Bugs
> >>>
> >>> • LOG4J-3220: Disable JNDI by default, remove JNDI Lookup, remove
> >> message lookups. When enabled JNDI only supports the java protocol.
> >>>
> >>> Tag:
> >>> a)  for a new copy do "git clone
> >> https://github.com/apache/logging-log4j2.git" and then "git checkout
> >> tags/log4j-2.12.2-rc1”  or just "git clone -b log4j-2.12.2-rc1
> >> https://github.com/apache/logging-log4j2.git"
> >>> b) for an existing working copy to “git pull” and then “git checkout
> >> tags/log4j-2.12.2-rc1”
> >>>
> >>> Web Site:  No web site was generated for this release. The 2.16.0 web
> >> site will be updated appropriately.
> >>>
> >>> Maven Artifacts:
> >>
> https://repository.apache.org/content/repositories/orgapachelogging-1070
> >>>
> >>> Distribution archives:
> >> https://dist.apache.org/repos/dist/dev/logging/log4j/
> >>>
> >>> You may download all the Maven artifacts by executing:
> >>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
> >>
> https://repository.apache.org/content/repositories/orgapachelogging-1070/org/apache/logging/log4j/
> >>
> >> -ck
>
>

Re: [VOTE] Release Log4j 2.12.2-rc1

Posted by Ralph Goers <ra...@dslextreme.com>.
My +1

Ralph

> On Dec 14, 2021, at 11:26 AM, Remko Popma <re...@gmail.com> wrote:
> 
> +1 very light validation but ran a simple test program against the binaries
> 
> On Wed, Dec 15, 2021 at 3:19 AM Carter Kozak <ck...@ckozak.net> wrote:
> 
>> +1
>> 
>> validated the build and signatures, tests in core modules.
>> 
>> On Tue, Dec 14, 2021, at 00:58, Ralph Goers wrote:
>>> This is a vote to release Log4j 2.12.2, a security release for Java 7
>> users.
>>> 
>>> Please download, test, and cast your votes on the log4j developers list.
>>> [] +1, release the artifacts
>>> [] -1, don't release because...
>>> 
>>> The vote will remain open for as short amount as time as required to vet
>> the release. All votes are welcome and we encourage everyone to test the
>> release, but only Logging PMC votes are “officially” counted. As always, at
>> least 3 +1 votes and more positive than negative votes are required.
>>> 
>>> Changes in this version include:
>>> 
>>> Fixed Bugs
>>> 
>>> • LOG4J-3220: Disable JNDI by default, remove JNDI Lookup, remove
>> message lookups. When enabled JNDI only supports the java protocol.
>>> 
>>> Tag:
>>> a)  for a new copy do "git clone
>> https://github.com/apache/logging-log4j2.git" and then "git checkout
>> tags/log4j-2.12.2-rc1”  or just "git clone -b log4j-2.12.2-rc1
>> https://github.com/apache/logging-log4j2.git"
>>> b) for an existing working copy to “git pull” and then “git checkout
>> tags/log4j-2.12.2-rc1”
>>> 
>>> Web Site:  No web site was generated for this release. The 2.16.0 web
>> site will be updated appropriately.
>>> 
>>> Maven Artifacts:
>> https://repository.apache.org/content/repositories/orgapachelogging-1070
>>> 
>>> Distribution archives:
>> https://dist.apache.org/repos/dist/dev/logging/log4j/
>>> 
>>> You may download all the Maven artifacts by executing:
>>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
>> https://repository.apache.org/content/repositories/orgapachelogging-1070/org/apache/logging/log4j/
>> 
>> -ck


Re: [VOTE] Release Log4j 2.12.2-rc1

Posted by Remko Popma <re...@gmail.com>.
+1 very light validation but ran a simple test program against the binaries

On Wed, Dec 15, 2021 at 3:19 AM Carter Kozak <ck...@ckozak.net> wrote:

> +1
>
> validated the build and signatures, tests in core modules.
>
> On Tue, Dec 14, 2021, at 00:58, Ralph Goers wrote:
> > This is a vote to release Log4j 2.12.2, a security release for Java 7
> users.
> >
> > Please download, test, and cast your votes on the log4j developers list.
> > [] +1, release the artifacts
> > [] -1, don't release because...
> >
> > The vote will remain open for as short amount as time as required to vet
> the release. All votes are welcome and we encourage everyone to test the
> release, but only Logging PMC votes are “officially” counted. As always, at
> least 3 +1 votes and more positive than negative votes are required.
> >
> > Changes in this version include:
> >
> > Fixed Bugs
> >
> > • LOG4J-3220: Disable JNDI by default, remove JNDI Lookup, remove
> message lookups. When enabled JNDI only supports the java protocol.
> >
> > Tag:
> > a)  for a new copy do "git clone
> https://github.com/apache/logging-log4j2.git" and then "git checkout
> tags/log4j-2.12.2-rc1”  or just "git clone -b log4j-2.12.2-rc1
> https://github.com/apache/logging-log4j2.git"
> > b) for an existing working copy to “git pull” and then “git checkout
> tags/log4j-2.12.2-rc1”
> >
> > Web Site:  No web site was generated for this release. The 2.16.0 web
> site will be updated appropriately.
> >
> > Maven Artifacts:
> https://repository.apache.org/content/repositories/orgapachelogging-1070
> >
> > Distribution archives:
> https://dist.apache.org/repos/dist/dev/logging/log4j/
> >
> > You may download all the Maven artifacts by executing:
> > wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
> https://repository.apache.org/content/repositories/orgapachelogging-1070/org/apache/logging/log4j/
>
> -ck

Re: [VOTE] Release Log4j 2.12.2-rc1

Posted by Carter Kozak <ck...@ckozak.net>.
+1

validated the build and signatures, tests in core modules.

On Tue, Dec 14, 2021, at 00:58, Ralph Goers wrote:
> This is a vote to release Log4j 2.12.2, a security release for Java 7 users.
> 
> Please download, test, and cast your votes on the log4j developers list.
> [] +1, release the artifacts
> [] -1, don't release because...
> 
> The vote will remain open for as short amount as time as required to vet the release. All votes are welcome and we encourage everyone to test the release, but only Logging PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required.
> 
> Changes in this version include:
> 
> Fixed Bugs
> 
> • LOG4J-3220: Disable JNDI by default, remove JNDI Lookup, remove message lookups. When enabled JNDI only supports the java protocol.
> 
> Tag: 
> a)  for a new copy do "git clone https://github.com/apache/logging-log4j2.git" and then "git checkout tags/log4j-2.12.2-rc1”  or just "git clone -b log4j-2.12.2-rc1 https://github.com/apache/logging-log4j2.git"
> b) for an existing working copy to “git pull” and then “git checkout tags/log4j-2.12.2-rc1”
> 
> Web Site:  No web site was generated for this release. The 2.16.0 web site will be updated appropriately.
> 
> Maven Artifacts: https://repository.apache.org/content/repositories/orgapachelogging-1070
> 
> Distribution archives: https://dist.apache.org/repos/dist/dev/logging/log4j/ 
> 
> You may download all the Maven artifacts by executing:
> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapachelogging-1070/org/apache/logging/log4j/

-ck