broker-game / git-broker-client

A Slow Event Messaging/Streaming client using Git for educational purposes
Apache License 2.0
1 stars 0 forks source link

Verify Library with a real environment #92

Closed jabrena closed 4 years ago

jabrena commented 4 years ago
2020-06-28 19:42:21 [main] DEBUG o.t.u.TestcontainersConfiguration - Testcontainers configuration overrides will be loaded from file:/Users/juan.brena/.testcontainers.properties

2020-06-28 19:42:21 [main] INFO  o.t.d.DockerClientProviderStrategy - Loaded org.testcontainers.dockerclient.UnixSocketClientProviderStrategy from ~/.testcontainers.properties, will try it first
2020-06-28 19:42:21 [ducttape-0] DEBUG o.t.d.DockerClientProviderStrategy - Pinging docker daemon...
2020-06-28 19:42:21 [ducttape-0] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: 
2020-06-28 19:42:22 [main] INFO  o.t.d.UnixSocketClientProviderStrategy - Accessing docker with local Unix socket
2020-06-28 19:42:22 [main] INFO  o.t.d.DockerClientProviderStrategy - Found Docker environment with local Unix socket (unix:///var/run/docker.sock)
2020-06-28 19:42:22 [main] DEBUG o.t.d.DockerClientProviderStrategy - Checking Docker OS type for local Unix socket (unix:///var/run/docker.sock)
2020-06-28 19:42:22 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: 
2020-06-28 19:42:22 [main] INFO  o.testcontainers.DockerClientFactory - Docker host IP address is localhost
2020-06-28 19:42:22 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: 
2020-06-28 19:42:22 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: 
2020-06-28 19:42:22 [main] INFO  o.testcontainers.DockerClientFactory - Connected to docker: 
  Server Version: 19.03.8
  API Version: 1.40
  Operating System: Docker Desktop
  Total Memory: 1990 MB
2020-06-28 19:42:22 [main] DEBUG o.testcontainers.DockerClientFactory - Ryuk is enabled
2020-06-28 19:42:22 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: ListImagesCmdImpl[imageNameFilter=testcontainersofficial/ryuk:0.3.0,showAll=false,filters=com.github.dockerjava.core.util.FiltersBuilder@0]
2020-06-28 19:42:22 [main] DEBUG o.t.utility.RegistryAuthLocator - Looking up auth config for image: testcontainersofficial/ryuk:0.3.0 at registry: index.docker.io
2020-06-28 19:42:22 [main] DEBUG o.t.utility.RegistryAuthLocator - RegistryAuthLocator has configFile: /Users/juan.brena/.docker/config.json (exists) and commandPathPrefix: 
2020-06-28 19:42:22 [main] DEBUG o.t.utility.RegistryAuthLocator - registryName [index.docker.io] for dockerImageName [testcontainersofficial/ryuk:0.3.0]
2020-06-28 19:42:22 [main] DEBUG o.t.utility.RegistryAuthLocator - Executing docker credential provider: docker-credential-desktop to locate auth config for: index.docker.io
2020-06-28 19:42:22 [main] DEBUG o.t.s.o.z.exec.ProcessExecutor - Executing [docker-credential-desktop, get].
2020-06-28 19:42:22 [main] DEBUG o.t.s.o.z.exec.ProcessExecutor - Started Process[pid=44436, exitValue="not exited"]
2020-06-28 19:42:22 [WaitForProcess-Process[pid=44436, exitValue="not exited"]] DEBUG o.t.s.o.z.exec.WaitForProcess - Process[pid=44436, exitValue=0] stopped with exit code 0
2020-06-28 19:42:22 [main] DEBUG o.t.utility.RegistryAuthLocator - Credential helper/store provided auth config for: index.docker.io
2020-06-28 19:42:22 [main] DEBUG o.t.utility.RegistryAuthLocator - found creds store auth config [AuthConfig{username=jabrena, password=hidden non-blank value, auth=blank, email=null, registryAddress=index.docker.io, registryToken=blank}]
2020-06-28 19:42:22 [main] DEBUG o.t.utility.RegistryAuthLocator - Cached auth found: [AuthConfig{username=jabrena, password=hidden non-blank value, auth=blank, email=null, registryAddress=index.docker.io, registryToken=blank}]
2020-06-28 19:42:22 [main] DEBUG o.t.d.a.AuthDelegatingDockerClientConfig - Effective auth config [AuthConfig{username=jabrena, password=hidden non-blank value, auth=blank, email=null, registryAddress=index.docker.io, registryToken=blank}]
2020-06-28 19:42:22 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CreateContainerCmdImpl@6bb7cce7[name=testcontainers-ryuk-16e055ea-9fe6-48b4-a0ad-361e2393e429,hostName=<null>,domainName=<null>,user=<null>,attachStdin=<null>,attachStdout=<null>,attachStderr=<null>,portSpecs=<null>,tty=<null>,stdinOpen=<null>,stdInOnce=<null>,env=<null>,cmd=<null>,healthcheck=<null>,argsEscaped=<null>,entrypoint=<null>,image=testcontainersofficial/ryuk:0.3.0,volumes=com.github.dockerjava.api.model.Volumes@64a1923a,workingDir=<null>,macAddress=<null>,onBuild=<null>,networkDisabled=<null>,exposedPorts=com.github.dockerjava.api.model.ExposedPorts@7d2a6eac,stopSignal=<null>,stopTimeout=<null>,hostConfig=HostConfig(binds=[//var/run/docker.sock:/var/run/docker.sock:rw], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=null, groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=com.github.dockerjava.api.model.LogConfig@4163f1cd, lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=true, oomScoreAdj=null, portBindings=null, privileged=false, publishAllPorts=true, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=null, mounts=null, pidMode=null, isolation=null, securityOpts=null, storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null),labels={org.testcontainers=true},shell=<null>,networkingConfig=<null>,ipv4Address=<null>,ipv6Address=<null>,aliases=<null>,authConfig=AuthConfig(username=jabrena, password=Esmeralda01, email=null, registryAddress=index.docker.io, auth=null, registrytoken=null, identitytoken=null, stackOrchestrator=null)]
2020-06-28 19:42:22 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: d6ca461f6d33b8e593db627e4849f02c6bf8229bbfbb316d800f72c4bddadd7a
2020-06-28 19:42:22 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: d6ca461f6d33b8e593db627e4849f02c6bf8229bbfbb316d800f72c4bddadd7a,false
2020-06-28 19:42:22 [main] DEBUG c.g.d.c.exec.InspectContainerCmdExec - GET: com.github.dockerjava.okhttp.OkHttpWebTarget@2424686b
2020-06-28 19:42:22 [testcontainers-ryuk] DEBUG o.t.utility.ResourceReaper - Sending 'label=org.testcontainers%3Dtrue&label=org.testcontainers.sessionId%3D16e055ea-9fe6-48b4-a0ad-361e2393e429' to Ryuk
2020-06-28 19:42:22 [testcontainers-ryuk] DEBUG o.t.utility.ResourceReaper - Received 'ACK' from Ryuk
2020-06-28 19:42:22 [main] INFO  o.testcontainers.DockerClientFactory - Ryuk started - will monitor and terminate Testcontainers containers on JVM exit
2020-06-28 19:42:22 [main] DEBUG o.testcontainers.DockerClientFactory - Checks are enabled
2020-06-28 19:42:22 [main] INFO  o.testcontainers.DockerClientFactory - Checking the system...
2020-06-28 19:42:22 [main] INFO  o.testcontainers.DockerClientFactory - ✔︎ Docker server version should be at least 1.6.0
2020-06-28 19:42:22 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: d6ca461f6d33b8e593db627e4849f02c6bf8229bbfbb316d800f72c4bddadd7a,<null>,true,<null>,<null>,<null>,<null>,{df,-P},<null>,<null>
2020-06-28 19:42:23 [tc-okhttp-stream-1692523793] DEBUG c.g.d.c.c.ExecStartResultCallback - STDOUT: Filesystem           1024-blocks    Used Available Capacity Mounted on
overlay               61255492   3608600  54505568   6% /
tmpfs                    65536         0     65536   0% /dev
tmpfs                  1019272         0   1019272   0% /sys/fs/cgroup
shm                      65536         0     65536   0% /dev/shm
/dev/vda1             61255492   3608600  54505568   6% /etc/resolv.conf
/dev/vda1             61255492   3608600  54505568   6% /etc/hostname
/dev/vda1             61255492   3608600  54505568   6% /etc/hosts
overlay                1019272       316   1018956   0% /run/docker.sock
tmpfs                  1019272         0   1019272   0% /proc/acpi
tmpfs                    65536         0     65536   0% /proc/kcore
tmpfs                    65536         0     65536   0% /proc/keys
tmpfs                    65536         0     65536   0% /proc/timer_list
tmpfs                    65536         0     65536   0% /proc/sched_debug
tmpfs                  1019272         0   1019272   0% /sys/firmware
2020-06-28 19:42:23 [main] INFO  o.testcontainers.DockerClientFactory - ✔︎ Docker environment should have more than 2GB free disk space
2020-06-28 19:42:23 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: ListImagesCmdImpl[imageNameFilter=<null>,showAll=false,filters=com.github.dockerjava.core.util.FiltersBuilder@0]
2020-06-28 19:42:23 [main] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1591973042, id=sha256:82093680612bc8396af0d4cb8721a8d7bf51a5d3128e3f9cb0ecf62a902342d7, parentId=, repoTags=null, size=232253617, virtualSize=232253617)
2020-06-28 19:42:23 [main] DEBUG o.t.images.AbstractImagePullPolicy - Using locally available and not pulling image: jabrena/git-server:latest
2020-06-28 19:42:23 [main] DEBUG 🐳 [jabrena/git-server:latest] - Starting container: jabrena/git-server:latest
2020-06-28 19:42:23 [main] DEBUG 🐳 [jabrena/git-server:latest] - Trying to start container: jabrena/git-server:latest (attempt 1/1)
2020-06-28 19:42:23 [main] DEBUG 🐳 [jabrena/git-server:latest] - Starting container: jabrena/git-server:latest
2020-06-28 19:42:23 [main] INFO  🐳 [jabrena/git-server:latest] - Creating container for image: jabrena/git-server:latest
2020-06-28 19:42:23 [main] DEBUG o.t.utility.RegistryAuthLocator - Looking up auth config for image: jabrena/git-server:latest at registry: index.docker.io
2020-06-28 19:42:23 [main] DEBUG o.t.utility.RegistryAuthLocator - Cached auth found: [AuthConfig{username=jabrena, password=hidden non-blank value, auth=blank, email=null, registryAddress=index.docker.io, registryToken=blank}]
2020-06-28 19:42:23 [main] DEBUG o.t.d.a.AuthDelegatingDockerClientConfig - Effective auth config [AuthConfig{username=jabrena, password=hidden non-blank value, auth=blank, email=null, registryAddress=index.docker.io, registryToken=blank}]
2020-06-28 19:42:23 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: com.github.dockerjava.core.command.CreateContainerCmdImpl@7c2a69b4[name=<null>,hostName=<null>,domainName=<null>,user=<null>,attachStdin=<null>,attachStdout=<null>,attachStderr=<null>,portSpecs=<null>,tty=<null>,stdinOpen=<null>,stdInOnce=<null>,env={},cmd={},healthcheck=<null>,argsEscaped=<null>,entrypoint=<null>,image=jabrena/git-server:latest,volumes=com.github.dockerjava.api.model.Volumes@a619c2,workingDir=<null>,macAddress=<null>,onBuild=<null>,networkDisabled=<null>,exposedPorts=com.github.dockerjava.api.model.ExposedPorts@648ee871,stopSignal=<null>,stopTimeout=<null>,hostConfig=HostConfig(binds=[], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=[], groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=com.github.dockerjava.api.model.LogConfig@378bd86d, lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=null, oomScoreAdj=null, portBindings={}, privileged=null, publishAllPorts=true, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=[], mounts=null, pidMode=null, isolation=null, securityOpts=null, storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null),labels={org.testcontainers=true, org.testcontainers.sessionId=16e055ea-9fe6-48b4-a0ad-361e2393e429},shell=<null>,networkingConfig=<null>,ipv4Address=<null>,ipv6Address=<null>,aliases=<null>,authConfig=AuthConfig(username=jabrena, password=Esmeralda01, email=null, registryAddress=index.docker.io, auth=null, registrytoken=null, identitytoken=null, stackOrchestrator=null)]
2020-06-28 19:42:23 [main] INFO  🐳 [jabrena/git-server:latest] - Starting container with ID: 6184d07dd1d9c370b2b890c35c5e085d883b683e9e207ddaddbe12ff3763fb32
2020-06-28 19:42:23 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: 6184d07dd1d9c370b2b890c35c5e085d883b683e9e207ddaddbe12ff3763fb32
2020-06-28 19:42:23 [main] INFO  🐳 [jabrena/git-server:latest] - Container jabrena/git-server:latest is starting: 6184d07dd1d9c370b2b890c35c5e085d883b683e9e207ddaddbe12ff3763fb32
2020-06-28 19:42:23 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: 6184d07dd1d9c370b2b890c35c5e085d883b683e9e207ddaddbe12ff3763fb32,false
2020-06-28 19:42:23 [main] DEBUG c.g.d.c.exec.InspectContainerCmdExec - GET: com.github.dockerjava.okhttp.OkHttpWebTarget@4463d9d3
2020-06-28 19:42:23 [ducttape-0] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: 6184d07dd1d9c370b2b890c35c5e085d883b683e9e207ddaddbe12ff3763fb32,false
2020-06-28 19:42:23 [ducttape-0] DEBUG c.g.d.c.exec.InspectContainerCmdExec - GET: com.github.dockerjava.okhttp.OkHttpWebTarget@71a0406e
2020-06-28 19:42:23 [main] DEBUG o.t.c.output.WaitingConsumer - STDERR: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.3. Set the 'ServerName' directive globally to suppress this message
2020-06-28 19:42:23 [tc-okhttp-stream-1173504361] ERROR i.g.j.broker.BaseTestContainersTest - AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.3. Set the 'ServerName' directive globally to suppress this message
2020-06-28 19:42:23 [main] INFO  🐳 [jabrena/git-server:latest] - Container jabrena/git-server:latest started in PT1.990299S
2020-06-28 19:42:23 [main] INFO  i.g.j.broker.BaseTestContainersTest - 
2020-06-28 19:42:23 [main] INFO  i.g.j.broker.BaseTestContainersTest - *************************************
2020-06-28 19:42:23 [main] INFO  i.g.j.broker.BaseTestContainersTest - Initialize Git repository for testing
2020-06-28 19:42:23 [main] DEBUG o.t.c.ExecInContainerPattern - /festive_sanderson: Running "exec" command: mkrepo test
2020-06-28 19:42:23 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: 6184d07dd1d9c370b2b890c35c5e085d883b683e9e207ddaddbe12ff3763fb32,<null>,true,true,<null>,<null>,<null>,{mkrepo,test},<null>,<null>
2020-06-28 19:42:23 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: f2a8e1cd7660ba6512e99044e516f1ebbb4f78787c3c709e58fd375601a6b458
2020-06-28 19:42:23 [main] DEBUG c.g.d.core.exec.InspectExecCmdExec - GET: com.github.dockerjava.okhttp.OkHttpWebTarget@16fe9c29
2020-06-28 19:42:23 [main] INFO  i.g.j.broker.BaseTestContainersTest - Git repository 'test' created in /var/www/git/test.git

2020-06-28 19:42:23 [main] INFO  i.g.j.broker.BaseTestContainersTest - http://localhost:33285/test.git
2020-06-28 19:42:23 [main] DEBUG i.g.j.broker.LocalDirectoryWrapper - Creating local directory in: /var/folders/l0/fwxpgkh55fq5qqgz7800s04r0000gp/T/BROKER_CLIENT_1761364499158638109
2020-06-28 19:42:24 [main] INFO  i.g.j.broker.BaseTestContainersTest - End Git Initialization
2020-06-28 19:42:24 [main] INFO  i.g.j.broker.BaseTestContainersTest - **********************
2020-06-28 19:42:24 [main] INFO  i.g.j.broker.BaseTestContainersTest - 
2020-06-28 19:42:24 [main] INFO  i.g.jabrena.broker.GitBrokerClient - Creating an instance of GitBrokerClient
2020-06-28 19:42:24 [main] DEBUG i.g.j.broker.LocalDirectoryWrapper - Creating local directory in: /var/folders/l0/fwxpgkh55fq5qqgz7800s04r0000gp/T/BROKER_CLIENT_7395200306152374297
2020-06-28 19:42:24 [main] DEBUG i.g.jabrena.broker.GitClientWrapper - Cloning repository: https://github.com/broker-game/broker-dev-environment12
2020-06-28 19:42:26 [main] INFO  i.g.jabrena.broker.GitClientWrapper - commit msg=Initial commit
2020-06-28 19:42:26 [main] INFO  i.g.jabrena.broker.GitClientWrapper -     rev=HEAD
2020-06-28 19:42:26 [main] INFO  i.g.jabrena.broker.GitClientWrapper -     rev=refs/remotes/origin/master
2020-06-28 19:42:26 [main] INFO  i.g.jabrena.broker.GitClientWrapper -     rev=refs/heads/master
2020-06-28 19:42:26 [main] INFO  i.g.jabrena.broker.GitClientWrapper - 1
2020-06-28 19:42:26 [main] DEBUG i.g.jabrena.broker.GitClientWrapper - Switching to branch: PING
2020-06-28 19:42:26 [main] DEBUG i.g.jabrena.broker.GitClientWrapper - Switching to branch: PONG
2020-06-28 19:42:26 [main] INFO  i.g.jabrena.broker.GitBrokerClient - Creating an instance of GitBrokerClient
2020-06-28 19:42:26 [main] DEBUG i.g.j.broker.LocalDirectoryWrapper - Creating local directory in: /var/folders/l0/fwxpgkh55fq5qqgz7800s04r0000gp/T/BROKER_CLIENT_20748938652720741
2020-06-28 19:42:26 [main] DEBUG i.g.jabrena.broker.GitClientWrapper - Cloning repository: https://github.com/broker-game/broker-dev-environment12
2020-06-28 19:42:27 [main] INFO  i.g.jabrena.broker.GitClientWrapper - commit msg=Initial commit
2020-06-28 19:42:27 [main] INFO  i.g.jabrena.broker.GitClientWrapper -     rev=refs/heads/master
2020-06-28 19:42:27 [main] INFO  i.g.jabrena.broker.GitClientWrapper -     rev=HEAD
2020-06-28 19:42:27 [main] INFO  i.g.jabrena.broker.GitClientWrapper -     rev=refs/remotes/origin/master
2020-06-28 19:42:27 [main] INFO  i.g.jabrena.broker.GitClientWrapper - 1
2020-06-28 19:42:27 [main] DEBUG i.g.jabrena.broker.GitClientWrapper - Switching to branch: PONG
2020-06-28 19:42:27 [main] DEBUG i.g.jabrena.broker.GitClientWrapper - Switching to branch: PING
2020-06-28 19:42:27 [main] INFO  i.g.jabrena.broker.PingPongDemoTest - Thread: main
2020-06-28 19:42:27 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.PingPongDemoTest - PING
2020-06-28 19:42:27 [main] INFO  i.g.jabrena.broker.PingPongDemoTest - Thread: main
2020-06-28 19:42:27 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.PingPongDemoTest - Iteration PING: 1
2020-06-28 19:42:27 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.PingPongDemoTest - PONG
2020-06-28 19:42:27 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.PingPongDemoTest - Iteration PONG: 1
2020-06-28 19:42:28 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.GitClientWrapper - Waiting for Event in : PONG
2020-06-28 19:42:28 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.impl.ProducerImpl - Producing event: 1593366148508_PING-NODE.json
2020-06-28 19:42:28 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.GitClientWrapper - Waiting for Event in : PING
2020-06-28 19:42:28 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.impl.ProducerImpl - Producing event: 1593366148661_PONG-NODE.json
2020-06-28 19:42:29 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.GitClientWrapper - Waiting for Event in : PING
2020-06-28 19:42:29 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.GitClientWrapper - Waiting for Event in : PONG
2020-06-28 19:42:33 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.GitClientWrapper - 
Create a pull request for 'PING' on GitHub by visiting:
     https://github.com/broker-game/broker-dev-environment12/pull/new/PING

2020-06-28 19:42:33 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.PingPongDemoTest - Iteration PONG: 2
2020-06-28 19:42:34 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.GitClientWrapper - 
Create a pull request for 'PONG' on GitHub by visiting:
     https://github.com/broker-game/broker-dev-environment12/pull/new/PONG

2020-06-28 19:42:34 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.PingPongDemoTest - Iteration PING: 2
2020-06-28 19:42:34 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.impl.ConsumerImpl - Processing messages
2020-06-28 19:42:34 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.impl.ConsumerImpl - 1593366154921_PONG-NODE_OK.json
2020-06-28 19:42:35 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.impl.ConsumerImpl - Processing messages
2020-06-28 19:42:35 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.impl.ConsumerImpl - 1593366155280_PING-NODE_OK.json
2020-06-28 19:42:39 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:42:39 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.impl.ProducerImpl - Producing event: 1593366159048_PING-NODE.json
2020-06-28 19:42:39 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:42:39 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.impl.ProducerImpl - Producing event: 1593366159846_PONG-NODE.json
2020-06-28 19:42:44 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:42:44 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.PingPongDemoTest - Iteration PING: 3
GitBrokerFileParser(raw=1593366159048_PING-NODE.json, epoch=1593366159048, node=PING-NODE)
2020-06-28 19:42:45 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.impl.ConsumerImpl - Processing messages from last checkpoint: 1593366155280_PING-NODE_OK.json
2020-06-28 19:42:45 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.impl.ConsumerImpl - 1593366165028_PING-NODE_OK.json
2020-06-28 19:42:45 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:42:45 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.PingPongDemoTest - Iteration PONG: 3
GitBrokerFileParser(raw=1593366159846_PONG-NODE.json, epoch=1593366159846, node=PONG-NODE)
2020-06-28 19:42:46 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.impl.ConsumerImpl - Processing messages from last checkpoint: 1593366155280_PING-NODE_OK.json
2020-06-28 19:42:46 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.impl.ConsumerImpl - 1593366166756_PONG-NODE_OK.json
2020-06-28 19:42:48 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:42:48 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.impl.ProducerImpl - Producing event: 1593366168813_PING-NODE.json
2020-06-28 19:42:50 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:42:50 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.impl.ProducerImpl - Producing event: 1593366170930_PONG-NODE.json
2020-06-28 19:42:53 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:42:53 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.PingPongDemoTest - Iteration PING: 4
GitBrokerFileParser(raw=1593366168813_PING-NODE.json, epoch=1593366168813, node=PING-NODE)
2020-06-28 19:42:55 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.impl.ConsumerImpl - Processing messages from last checkpoint: 1593366165028_PING-NODE_OK.json
2020-06-28 19:42:55 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.impl.ConsumerImpl - 1593366175152_PING-NODE_OK.json
2020-06-28 19:42:56 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:42:56 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.PingPongDemoTest - Iteration PONG: 4
GitBrokerFileParser(raw=1593366170930_PONG-NODE.json, epoch=1593366170930, node=PONG-NODE)
2020-06-28 19:42:57 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.impl.ConsumerImpl - Processing messages from last checkpoint: 1593366166756_PONG-NODE_OK.json
2020-06-28 19:42:57 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.impl.ConsumerImpl - 1593366177405_PONG-NODE_OK.json
2020-06-28 19:42:59 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:42:59 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.impl.ProducerImpl - Producing event: 1593366179178_PING-NODE.json
2020-06-28 19:43:01 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:43:01 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.impl.ProducerImpl - Producing event: 1593366181546_PONG-NODE.json
2020-06-28 19:43:04 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:43:04 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.PingPongDemoTest - Iteration PING: 5
2020-06-28 19:43:06 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:43:06 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.PingPongDemoTest - Iteration PONG: 5
GitBrokerFileParser(raw=1593366179178_PING-NODE.json, epoch=1593366179178, node=PING-NODE)
2020-06-28 19:43:07 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.impl.ConsumerImpl - Processing messages from last checkpoint: 1593366175152_PING-NODE_OK.json
2020-06-28 19:43:07 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.impl.ConsumerImpl - 1593366187336_PING-NODE_OK.json
GitBrokerFileParser(raw=1593366181546_PONG-NODE.json, epoch=1593366181546, node=PONG-NODE)
2020-06-28 19:43:07 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.impl.ConsumerImpl - Processing messages from last checkpoint: 1593366177405_PONG-NODE_OK.json
2020-06-28 19:43:07 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.impl.ConsumerImpl - 1593366187950_PONG-NODE_OK.json
2020-06-28 19:43:11 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:43:11 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.impl.ProducerImpl - Producing event: 1593366191197_PING-NODE.json
2020-06-28 19:43:11 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:43:11 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.impl.ProducerImpl - Producing event: 1593366191848_PONG-NODE.json
2020-06-28 19:43:16 [ForkJoinPool.commonPool-worker-19] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:43:16 [ForkJoinPool.commonPool-worker-5] INFO  i.g.jabrena.broker.GitClientWrapper - 
2020-06-28 19:43:16 [main] INFO  i.g.jabrena.broker.GitBrokerClient - Creating an instance of GitBrokerClient
2020-06-28 19:43:16 [main] DEBUG i.g.j.broker.LocalDirectoryWrapper - Creating local directory in: /var/folders/l0/fwxpgkh55fq5qqgz7800s04r0000gp/T/BROKER_CLIENT_10300259439057794133
2020-06-28 19:43:16 [main] DEBUG i.g.jabrena.broker.GitClientWrapper - Cloning repository: https://github.com/broker-game/broker-dev-environment12
2020-06-28 19:43:17 [main] INFO  i.g.jabrena.broker.GitClientWrapper - commit msg=Initial commit
2020-06-28 19:43:17 [main] INFO  i.g.jabrena.broker.GitClientWrapper -     rev=HEAD
2020-06-28 19:43:17 [main] INFO  i.g.jabrena.broker.GitClientWrapper -     rev=refs/remotes/origin/master
2020-06-28 19:43:17 [main] INFO  i.g.jabrena.broker.GitClientWrapper -     rev=refs/heads/master
2020-06-28 19:43:17 [main] INFO  i.g.jabrena.broker.GitClientWrapper - 1
2020-06-28 19:43:17 [main] DEBUG i.g.jabrena.broker.GitClientWrapper - Switching to branch: PING
2020-06-28 19:43:18 [main] INFO  i.g.jabrena.broker.PingPongDemoTest - PING
2020-06-28 19:43:18 [main] INFO  i.g.jabrena.broker.PingPongDemoTest - PONG
2020-06-28 19:43:18 [main] INFO  i.g.jabrena.broker.PingPongDemoTest - PING
2020-06-28 19:43:18 [main] INFO  i.g.jabrena.broker.PingPongDemoTest - PONG
2020-06-28 19:43:18 [main] INFO  i.g.jabrena.broker.PingPongDemoTest - PING
2020-06-28 19:43:18 [main] INFO  i.g.jabrena.broker.PingPongDemoTest - PONG
2020-06-28 19:43:18 [main] INFO  i.g.jabrena.broker.PingPongDemoTest - PING
2020-06-28 19:43:18 [main] INFO  i.g.jabrena.broker.PingPongDemoTest - PONG
2020-06-28 19:43:18 [main] INFO  i.g.jabrena.broker.PingPongDemoTest - PONG
2020-06-28 19:43:18 [main] INFO  i.g.jabrena.broker.PingPongDemoTest - 9
2020-06-28 19:43:18 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: 6184d07dd1d9c370b2b890c35c5e085d883b683e9e207ddaddbe12ff3763fb32,false
2020-06-28 19:43:18 [main] DEBUG c.g.d.c.exec.InspectContainerCmdExec - GET: com.github.dockerjava.okhttp.OkHttpWebTarget@2525a5b8
2020-06-28 19:43:18 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: 6184d07dd1d9c370b2b890c35c5e085d883b683e9e207ddaddbe12ff3763fb32,<null>
2020-06-28 19:43:18 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: 6184d07dd1d9c370b2b890c35c5e085d883b683e9e207ddaddbe12ff3763fb32,false
2020-06-28 19:43:18 [main] DEBUG c.g.d.c.exec.InspectContainerCmdExec - GET: com.github.dockerjava.okhttp.OkHttpWebTarget@72503b19
2020-06-28 19:43:18 [main] DEBUG c.g.d.core.command.AbstrDockerCmd - Cmd: 6184d07dd1d9c370b2b890c35c5e085d883b683e9e207ddaddbe12ff3763fb32,true,true
2020-06-28 19:43:18 [main] DEBUG o.t.utility.ResourceReaper - Removed container and associated volume(s): jabrena/git-server:latest