I'm trying to start an android project however each time i'm faces with the same
problem of having the daemon process being unable to run.
This the second time i'm faces with the problem, in the last time it required uninstalling the android SDK & JDK and reinstalling them to solve the problem.
I've tried the following solutions as well, but they didn't work.
Changing the value of org.gradle.jvmargs in the gradle.properties file and restarting the project.
Invalidate caches and restart project.
Deleting the .gradle file from the c:\\Users\<username> directory and restarting the project.
Note: I've tried to figure out the error which seems from the log file to be a java.net.BindException, however I've tried searching the system for the cause of the conflict and I was unable to find it.
Below is daemon log for the run.
21:37:24.335 [DEBUG] [org.gradle.launcher.daemon.bootstrap.DaemonMain] Assuming the daemon was started with following jvm opts: [-Xmx1536m, -Dfile.encoding=windows-1256, -Duser.country=GB, -Duser.language=en, -Duser.variant]
21:37:24.436 [DEBUG] [org.gradle.internal.nativeintegration.services.NativeServices] Native-platform posix files integration is not available. Continuing with fallback.
21:37:24.504 [INFO] [org.gradle.launcher.daemon.server.health.gc.GarbageCollectionMonitor] Unable to determine a garbage collection monitoring strategy for JVMStrategy{JetBrains s.r.o version 1.8.0_152-release}
21:37:24.577 [INFO] [org.gradle.launcher.daemon.server.Daemon] start() called on daemon - DefaultDaemonContext[uid=ec7ab907-0ea6-4f85-a366-7546f869c296,javaHome=C:\Program Files\Android\Android Studio\jre,daemonRegistryDir=C:\Users\BaraHashesh\.gradle\daemon,pid=7156,idleTimeout=10800000,daemonOpts=-Xmx1536m,-Dfile.encoding=windows-1256,-Duser.country=GB,-Duser.language=en,-Duser.variant]
21:37:24.728 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Software Loopback Interface 1
21:37:24.730 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? true
21:37:24.732 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.733 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback address /127.0.0.1
21:37:24.734 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback address /0:0:0:0:0:0:0:1
21:37:24.734 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Software Loopback Interface 1
21:37:24.734 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft Kernel Debug Network Adapter
21:37:24.737 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.740 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.740 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Microsoft Kernel Debug Network Adapter
21:37:24.741 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Intel(R) Ethernet Connection (3) I218-LM
21:37:24.744 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.746 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.746 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /fe80:0:0:0:a002:fcc:38da:3a4b%eth1
21:37:24.747 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote multicast interface Intel(R) Ethernet Connection (3) I218-LM
21:37:24.747 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Intel(R) Dual Band Wireless-AC 7265
21:37:24.750 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.752 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.752 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /192.168.1.110
21:37:24.752 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /fe80:0:0:0:7117:589d:d745:70de%wlan0
21:37:24.752 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote multicast interface Intel(R) Dual Band Wireless-AC 7265
21:37:24.753 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft Wi-Fi Direct Virtual Adapter
21:37:24.755 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.757 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.757 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /fe80:0:0:0:a9e5:17c7:fa61:1ed9%wlan1
21:37:24.757 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote multicast interface Microsoft Wi-Fi Direct Virtual Adapter
21:37:24.757 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Teredo Tunneling Pseudo-Interface
21:37:24.760 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.762 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.763 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Teredo Tunneling Pseudo-Interface
21:37:24.763 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft ISATAP Adapter #2
21:37:24.765 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.767 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? false
21:37:24.767 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft ISATAP Adapter #3
21:37:24.769 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.772 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? false
21:37:24.773 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft ISATAP Adapter #4
21:37:24.775 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.777 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.777 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Microsoft ISATAP Adapter #4
21:37:24.777 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface TAP-Windows Adapter V9
21:37:24.779 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.781 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.782 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface TAP-Windows Adapter V9
21:37:24.782 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface TAP-Win32 Adapter OAS
21:37:24.784 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.786 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.786 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface TAP-Win32 Adapter OAS
21:37:24.786 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface TAP-Windows Adapter V9 #2
21:37:24.788 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.790 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.790 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface TAP-Windows Adapter V9 #2
21:37:24.790 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface TAP-Win32 Adapter OAS #2
21:37:24.793 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.795 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.795 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface TAP-Win32 Adapter OAS #2
21:37:24.795 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface TAP-Windows Adapter V9 #3
21:37:24.797 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.799 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.799 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface TAP-Windows Adapter V9 #3
21:37:24.799 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface TAP-Win32 Adapter OAS #3
21:37:24.802 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.804 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.805 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface TAP-Win32 Adapter OAS #3
21:37:24.805 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface VMware Virtual Ethernet Adapter for VMnet1
21:37:24.807 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.808 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.809 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /192.168.124.1
21:37:24.809 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /fe80:0:0:0:b5ff:3c7d:c72a:75f%eth8
21:37:24.809 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote multicast interface VMware Virtual Ethernet Adapter for VMnet1
21:37:24.809 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface VMware Virtual Ethernet Adapter for VMnet8
21:37:24.811 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.813 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.813 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /192.168.229.1
21:37:24.813 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /fe80:0:0:0:8ddc:1330:e8e6:4394%eth9
21:37:24.813 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote multicast interface VMware Virtual Ethernet Adapter for VMnet8
21:37:24.813 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft ISATAP Adapter
21:37:24.816 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.818 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? false
21:37:24.818 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /fe80:0:0:0:0:5efe:c0a8:16e%net4
21:37:24.819 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft ISATAP Adapter #5
21:37:24.821 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.823 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.823 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Microsoft ISATAP Adapter #5
21:37:24.823 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft Hosted Network Virtual Adapter
21:37:24.825 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.827 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.827 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /fe80:0:0:0:a4b9:b26:e0d1:5677%wlan2
21:37:24.827 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote multicast interface Microsoft Hosted Network Virtual Adapter
21:37:24.827 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Intel(R) Ethernet Connection (3) I218-LM-WFP Native MAC Layer LightWeight Filter-0000
21:37:24.831 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.834 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.834 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Intel(R) Ethernet Connection (3) I218-LM-WFP Native MAC Layer LightWeight Filter-0000
21:37:24.834 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Intel(R) Ethernet Connection (3) I218-LM-QoS Packet Scheduler-0000
21:37:24.837 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.839 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.839 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Intel(R) Ethernet Connection (3) I218-LM-QoS Packet Scheduler-0000
21:37:24.839 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Intel(R) Ethernet Connection (3) I218-LM-WFP 802.3 MAC Layer LightWeight Filter-0000
21:37:24.841 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.844 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.844 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Intel(R) Ethernet Connection (3) I218-LM-WFP 802.3 MAC Layer LightWeight Filter-0000
21:37:24.844 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Intel(R) Dual Band Wireless-AC 7265-WFP Native MAC Layer LightWeight Filter-0000
21:37:24.846 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.849 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.849 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Intel(R) Dual Band Wireless-AC 7265-WFP Native MAC Layer LightWeight Filter-0000
21:37:24.849 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Intel(R) Dual Band Wireless-AC 7265-Virtual WiFi Filter Driver-0000
21:37:24.852 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.853 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.853 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Intel(R) Dual Band Wireless-AC 7265-Virtual WiFi Filter Driver-0000
21:37:24.853 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Intel(R) Dual Band Wireless-AC 7265-Native WiFi Filter Driver-0000
21:37:24.855 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.857 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.857 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Intel(R) Dual Band Wireless-AC 7265-Native WiFi Filter Driver-0000
21:37:24.857 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Intel(R) Dual Band Wireless-AC 7265-QoS Packet Scheduler-0000
21:37:24.859 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.861 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.861 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Intel(R) Dual Band Wireless-AC 7265-QoS Packet Scheduler-0000
21:37:24.861 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Intel(R) Dual Band Wireless-AC 7265-WFP 802.3 MAC Layer LightWeight Filter-0000
21:37:24.863 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.865 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.865 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Intel(R) Dual Band Wireless-AC 7265-WFP 802.3 MAC Layer LightWeight Filter-0000
21:37:24.865 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft Hosted Network Virtual Adapter-WFP Native MAC Layer LightWeight Filter-0000
21:37:24.867 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.868 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.869 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Microsoft Hosted Network Virtual Adapter-WFP Native MAC Layer LightWeight Filter-0000
21:37:24.869 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft Hosted Network Virtual Adapter-Native WiFi Filter Driver-0000
21:37:24.871 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.873 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.874 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Microsoft Hosted Network Virtual Adapter-Native WiFi Filter Driver-0000
21:37:24.874 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft Hosted Network Virtual Adapter-QoS Packet Scheduler-0000
21:37:24.876 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.878 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.878 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Microsoft Hosted Network Virtual Adapter-QoS Packet Scheduler-0000
21:37:24.878 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft Hosted Network Virtual Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000
21:37:24.881 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.884 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.884 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Microsoft Hosted Network Virtual Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000
21:37:24.884 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft Wi-Fi Direct Virtual Adapter-WFP Native MAC Layer LightWeight Filter-0000
21:37:24.887 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.889 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.889 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Microsoft Wi-Fi Direct Virtual Adapter-WFP Native MAC Layer LightWeight Filter-0000
21:37:24.889 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft Wi-Fi Direct Virtual Adapter-Native WiFi Filter Driver-0000
21:37:24.891 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.893 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.893 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Microsoft Wi-Fi Direct Virtual Adapter-Native WiFi Filter Driver-0000
21:37:24.893 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft Wi-Fi Direct Virtual Adapter-QoS Packet Scheduler-0000
21:37:24.894 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.896 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.896 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Microsoft Wi-Fi Direct Virtual Adapter-QoS Packet Scheduler-0000
21:37:24.896 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface Microsoft Wi-Fi Direct Virtual Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000
21:37:24.898 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
21:37:24.900 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a multicast interface? true
21:37:24.900 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback multicast interface Microsoft Wi-Fi Direct Virtual Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000
21:37:25.000 [ERROR] [system.err]
21:37:25.001 [ERROR] [system.err] FAILURE: Build failed with an exception.
21:37:25.002 [ERROR] [system.err]
21:37:25.002 [ERROR] [system.err] * What went wrong:
21:37:25.002 [ERROR] [system.err] java.net.BindException: Address already in use: bind
21:37:25.002 [ERROR] [system.err]
21:37:25.003 [ERROR] [system.err] * Try:
21:37:25.003 [ERROR] [system.err] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
21:37:25.005 [ERROR] [system.err]
21:37:25.005 [ERROR] [system.err] * Get more help at https://help.gradle.org
Daemon vm is shutting down... The daemon has exited normally or was terminated in response to a user interrupt.
21:37:25.008 [DEBUG] [org.gradle.launcher.daemon.registry.PersistentDaemonRegistry] Removing daemon address: null
21:37:25.047 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Waiting to acquire exclusive lock on daemon addresses registry.
21:37:25.050 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock acquired on daemon addresses registry.
21:37:25.054 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on daemon addresses registry.
For Windows 10 users
Open up task manager and find adb.exe and end its process
this means, that Gradle cannot connect to the daemon process over the local loopback interface (alias the Software Loopback Interface, as it is called in the above log). therefore, check the firewall rules for 127.0.0.1... or maybe disable the firewall once, for a test.
it merely complains, that ...
Address already in use: **bind**
and then ...
Removing daemon address: **null**
because it could not connect to 127.0.0.1 nor any other adapter it tried to connect the daemon on.
Related
We did a fresh installation of Freeswtich v1.10 built from source. Have not changed any configuration except for setting the IP address of server in "external_rtp_ip" and "external_sip_ip" in vars.xml
When freeswitch is started, this is how the listeners look -
tcp 0 0 <SVR_IP>:5060 0.0.0.0:* LISTEN 10503/freeswitch
tcp 0 0 <SVR_IP>:8081 0.0.0.0:* LISTEN 10503/freeswitch
tcp 0 0 <SVR_IP>:8082 0.0.0.0:* LISTEN 10503/freeswitch
tcp 0 0 0.0.0.0:8021 0.0.0.0:* LISTEN 10503/freeswitch
tcp 0 0 <SVR_IP>:5080 0.0.0.0:* LISTEN 10503/freeswitch
When we test between two sample IDs that are already available, there is an incoming ring, the call gets answered but no audio. The log is provided below.
2020-10-21 08:32:12.323087 [NOTICE] switch_ivr_originate.c:3794 Channel [sofia/internal/1001#<SVR_IP>] has been answered
2020-10-21 08:32:12.323087 [DEBUG] switch_channel.c:3865 (sofia/internal/1001#<SVR_IP>) Callstate Change EARLY -> ACTIVE
2020-10-21 08:32:12.323087 [DEBUG] sofia.c:7326 Channel sofia/internal/1001#<SVR_IP> entering state [completed][200]
2020-10-21 08:32:12.323087 [DEBUG] switch_ivr_originate.c:3852 Originate Resulted in Success: [sofia/internal/1000#192.168.43.32:18486]
2020-10-21 08:32:12.323087 [DEBUG] switch_ivr_originate.c:3852 Originate Resulted in Success: [sofia/internal/1000#192.168.43.32:18486]
2020-10-21 08:32:12.323087 [DEBUG] switch_ivr_bridge.c:1793 (sofia/internal/1000#192.168.43.32:18486) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA
2020-10-21 08:32:12.323087 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1000#192.168.43.32:18486) Running State Change CS_EXCHANGE_MEDIA (Cur 2 Tot 6)
2020-10-21 08:32:12.323087 [DEBUG] switch_core_state_machine.c:654 (sofia/internal/1000#192.168.43.32:18486) State EXCHANGE_MEDIA
2020-10-21 08:32:12.323087 [DEBUG] mod_sofia.c:656 SOFIA EXCHANGE_MEDIA
2020-10-21 08:32:12.723235 [DEBUG] sofia.c:7326 Channel sofia/internal/1001#<SVR_IP> entering state [ready][200]
2020-10-21 08:32:16.123236 [DEBUG] switch_rtp.c:2448 RTCP packet not written
2020-10-21 08:32:20.143147 [DEBUG] switch_rtp.c:2448 RTCP packet not written
2020-10-21 08:32:24.163187 [DEBUG] switch_rtp.c:2448 RTCP packet not written
The last line "RTCP packet not written" keeps repeating. Please let us know what might be wrong. Appreciate your help.
Turned out to be an embarrassingly simple reason - the RTCP ports were not opened in the firewall. Once that was done, it worked fine.
I have an issue with running instance from custom image in Google Cloud Platform with Packer. After half of hour I got an issue WinRM timeout)
==> image-ami-win: Waiting for the instance to become running...
image-ami-win: Internal IP: 10.154.21.203
image-ami-win: IP: 10.154.21.203
==> image-ami-win: Using winrm communicator to connect: 10.154.21.203
==> image-ami-win: Waiting for WinRM to become available...
==> image-ami-win: Timeout waiting for WinRM.
==> image-ami-win: Deleting instance...
image-ami-win: Instance has been deleted!
==> image-ami-win: Deleting disk...
image-ami-win: Disk has been deleted!
Build 'image-ami-win' errored: Timeout waiting for WinRM.
If I use base Windows-2016 image - everything work in proper way.
{
"builders": [
{
"type": "googlecompute",
"account_file": "account.json",
"project_id": "my project",
"source_image_family": "windows-2016",
"image_family": "my-image"
"disk_size": "50",
"machine_type": "n1-standard-1",
"communicator": "winrm",
"winrm_username": "packer_user",
"winrm_insecure": true,
"winrm_use_ssl": true,
"metadata": {
"windows-startup-script-cmd": "winrm quickconfig -quiet & net user /add packer_user & net localgroup administrators packer_user /add & winrm set winrm/config/service/auth #{Basic=\"true\"}"
},
"zone": "us-central1-a"
}
]
}
At first instead of packer_user I used "Administrator" username - it didn't work (Issue with using winrm user different from "packer_user" with Google Cloud Platform)
Currently, if I'm running instance from custom image (which was successfully created from windows-2016 gcp image) it showed me an error: "Build 'image-ami-win' errored: Timeout waiting for WinRM."
I don't run any custom provisioner which can influence on firewall or access. Just create instance from base windows-2016 image - shut down in, create image and build it with packer:
{
"variables": {
"zone": "us-east1-b",
"winrm_user" : "packer_user",
"builder_name": ""
},
"builders": [
{
"name": "image-ami-win",
"type": "googlecompute",
"project_id": "{{user `project_id`}}",
"zone": "{{user `zone`}}",
"source_image_family": "my-family"
"communicator": "winrm",
"winrm_username": "{{user `winrm_user`}}",
"image_name": "{{user `project`}}{{user `env`}}-{{build_name}}-{{user `team`}}-{{timestamp}}",
"machine_type": "n1-standard-4",
"disk_size": 50,
"network_project_id": "{{user `network_project_id`}}",
"subnetwork": "{{user `subnetwork`}}",
"omit_external_ip": false,
"use_internal_ip": false,
"tags": [
"project-{{user `project`}}",
"branch-{{user `branch`}}",
"commit-{{user `commit_id`}}",
],
"winrm_insecure": true,
"winrm_use_ssl": true,
"metadata": {
"windows-startup-script-cmd": "winrm quickconfig -quiet & net user /add {{user `winrm_user`}} & net localgroup administrators {{user `winrm_user`}} /add & winrm set winrm/config/service/auth #{Basic=\"true\"} & powershell -Command \"& {Set-ExecutionPolicy AllSigned -Force}\""
}
}
],
"provisioners": []
}
I've already tried to run start-up script:
<powershell>
Enter-PSSession -ComputerName server.domain.local -Credential domain\administrator
Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server'-name "fDenyTSConnections" -Value 0
Enable-NetFirewallRule -DisplayGroup "Remote Desktop"
Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 1
Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False
</powershell>
It hasn't helped for solving this issue.
Also I can't connect through the RDP to this instance from Google Cloud Console (UI), but at the same time I can connect easily during creation an instance from Windows-2016 Google Cloud image.
Also I noticed difference between building instance from Google Cloud Windows-2016 image and custom image:
If I run instance from Windows-2016 Google Cloud Image I have next messages:
2019/10/21 12:22:38 packer: 2019/10/21 12:22:38 [INFO] Attempting WinRM connection...
2019/10/21 12:22:38 packer: 2019/10/21 12:22:38 [DEBUG] connecting to remote shell using WinRM
2019/10/21 12:23:08 packer: 2019/10/21 12:23:08 [ERROR] connection error: unknown error Post https://10.154.21.219:5986/wsman: dial tcp 10.154.21.219:5986: i/o timeout
2019/10/21 12:23:08 packer: 2019/10/21 12:23:08 [ERROR] WinRM connection err: unknown error Post https://10.154.21.219:5986/wsman: dial tcp 10.154.21.219:5986: i/o timeout
2019/10/21 12:23:08 packer: 2019/10/21 12:23:08 [INFO] Attempting WinRM connection...
2019/10/21 12:23:08 packer: 2019/10/21 12:23:08 [DEBUG] connecting to remote shell using WinRM
2019/10/21 12:23:38 packer: 2019/10/21 12:23:38 [ERROR] connection error: unknown error Post https://10.154.21.219:5986/wsman: dial tcp 10.154.21.219:5986: i/o timeout
2019/10/21 12:23:38 packer: 2019/10/21 12:23:38 [ERROR] WinRM connection err: unknown error Post https://10.154.21.219:5986/wsman: dial tcp 10.154.21.219:5986: i/o timeout
2019/10/21 12:23:38 packer: 2019/10/21 12:23:38 [INFO] Attempting WinRM connection...
But if I run instance from custom image I have next messages:
2019/10/21 10:46:08 packer: 2019/10/21 10:46:08 [INFO] Attempting WinRM connection...
2019/10/21 10:46:08 packer: 2019/10/21 10:46:08 [DEBUG] connecting to remote shell using WinRM
2019/10/21 10:46:08 packer: 2019/10/21 10:46:08 [ERROR] connection error: unknown error Post https://10.154.21.203:5986/wsman: read tcp 10.147.84.31:48984->10.154.21.203:5986: read: connection reset by peer
2019/10/21 10:46:08 packer: 2019/10/21 10:46:08 [ERROR] WinRM connection err: unknown error Post https://10.154.21.203:5986/wsman: read tcp 10.147.84.31:48984->10.154.21.203:5986: read: connection reset by peer
2019/10/21 10:46:08 packer: 2019/10/21 10:46:08 [INFO] Attempting WinRM connection...
2019/10/21 10:46:08 packer: 2019/10/21 10:46:08 [DEBUG] connecting to remote shell using WinRM
2019/10/21 10:46:08 packer: 2019/10/21 10:46:08 [ERROR] connection error: unknown error Post https://10.154.21.203:5986/wsman: read tcp 10.147.84.31:48988->10.154.21.203:5986: read: connection reset by peer
2019/10/21 10:46:08 packer: 2019/10/21 10:46:08 [ERROR] WinRM connection err: unknown error Post https://10.154.21.203:5986/wsman: read tcp 10.147.84.31:48988->10.154.21.203:5986: read: connection reset by peer
Differences in
/wsman: dial tcp 10.154.21.219:5986: i/o timeout
and
10.147.84.31:48988->10.154.21.203:5986: read:
. Looks like that some forwarding is working, but I don't understand why, because packer builder identical except image name.
Instance should be running successfully from custom image at the same way as I build instance from Google Cloud Windows-2016 base image.
I'm using Packer v. 1.4.4
Could someone, please help me with it?
I am new in Pact (consumer-driven testing) and gradle, I used this famous workshop to try Pact with Java and Pact Brocker https://github.com/Mikuu/Pact-JVM-Example, but never works the final part when provider sends the verification to the Pact Broker. It works manually via REST API, but using the project never sends the verifications. Please help to understand what happens (probably something is missing, some library or annotation?)
I attach the debug log when producer tries to send the verification to the Pact Broker (local Broker in docker using gradle with ./gradlew :example-provider:pactVerify). I guess that the body of POST request is missing.
14:22:59.469 [DEBUG] [org.apache.http.impl.execchain.MainClientExec] Opening connection {}->http://localhost:80
14:22:59.469 [DEBUG] [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] Connecting to localhost/127.0.0.1:80
14:22:59.470 [DEBUG] [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator] Connection established 127.0.0.1:55770<->127.0.0.1:80
14:22:59.470 [DEBUG] [org.apache.http.impl.execchain.MainClientExec] Executing request POST /pacts/provider/ExampleProvider/consumer/JunitRuleMultipleInteractionsConsumer/pact-version/e66d465478e1934bca0ad9b905a2f83835af481d/verification-results HTTP/1.1
14:22:59.470 [DEBUG] [org.apache.http.impl.execchain.MainClientExec] Target auth state: UNCHALLENGED
14:22:59.470 [DEBUG] [org.apache.http.impl.execchain.MainClientExec] Proxy auth state: UNCHALLENGED
14:22:59.492 [DEBUG] [org.apache.http.impl.execchain.MainClientExec] Connection can be kept alive indefinitely
14:22:59.493 [DEBUG] [org.apache.http.impl.conn.DefaultManagedHttpClientConnection] http-outgoing-255: Close connection
14:22:59.493 [DEBUG] [org.apache.http.impl.execchain.MainClientExec] Connection discarded
14:22:59.493 [DEBUG] [org.apache.http.impl.conn.PoolingHttpClientConnectionManager] Connection released: [id: 255][route: {}->http://localhost:80][total kept alive: 0; route allocated: 0 of 5; total allocated: 0 of 10]
14:22:59.493 [DEBUG] [org.gradle.internal.progress.DefaultBuildOperationExecutor] Completing Build operation 'Execute verifyPact for :example-provider:pactVerify_ExampleProvider'
14:22:59.493 [DEBUG] [org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter] Removed task artifact state for {} from context.
14:22:59.493 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Finished executing task ':example-provider:pactVerify_ExampleProvider'
14:22:59.493 [DEBUG] [org.gradle.internal.progress.DefaultBuildOperationExecutor] Completing Build operation 'Task :example-provider:pactVerify_ExampleProvider'
14:22:59.493 [null] [org.gradle.internal.progress.DefaultBuildOperationExecutor]
14:22:59.493 [DEBUG] [org.gradle.internal.progress.DefaultBuildOperationExecutor] Build operation 'Task :example-provider:pactVerify_ExampleProvider' completed
14:22:59.493 [INFO] [org.gradle.execution.taskgraph.DefaultTaskPlanExecutor] :example-provider:pactVerify_ExampleProvider (Thread[Task worker for ':',5,main]) completed. Took 0.96 secs.
The pact example seems to be missing one important step: Adding the #PactBroker annotation
Below the #Pact annotation, there should be an annotation
#PactBroker(port = PORT_NUM , host = HOST_NAME)
You can find an example here at the official repo
I try to run Consul image on Mac forwarding 8500 port for simple tests.
My command to run the image is:
docker run -it -p 8500:8500 consul agent -server -bootstrap 0.0.0.0
I do not use --net=host since it does not work on Mac so I try to forward 8500.
When I try to telnet from my Mac the connection gets immediately closed:
user$ telnet localhost 8500
Trying ::1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
Or when I try to add a new value I get:
consul kv put foo bar
Error! Failed writing data: Put http://127.0.0.1:8500/v1/kv/foo: dial tcp 127.0.0.1:8500: getsockopt: connection refused
What did I miss?
I have just tried what you have posted and seems that the port 8500 is opened
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
f4ac8a5233e2 consul "docker-entrypoint..." 2 minutes ago Up 2 minutes 8300-8302/tcp, 8301-8302/udp, 8600/tcp, 8600/udp, 0.0.0.0:8500->8500/tcp sharp_knuth
And I get this:
Trying 0.0.0.0...
Connected to dev-consul
Escape character is '^]'.
Connection closed by foreign host.
However, it is running as you can see from the logs:
==> Starting Consul agent...
==> Consul agent running!
Version: 'v0.9.3'
Node ID: '27998add-58f9-e424-84a0-038db228629f'
Node name: '68bfdf141e7f'
Datacenter: 'dc1' (Segment: '<all>')
Server: true (Bootstrap: false)
Client Addr: 0.0.0.0 (HTTP: 8500, HTTPS: -1, DNS: 8600)
Cluster Addr: 127.0.0.1 (LAN: 8301, WAN: 8302)
Encrypt: Gossip: false, TLS-Outgoing: false, TLS-Incoming: false
==> Log data will now stream in as it occurs:
2017/10/02 20:26:27 [DEBUG] Using random ID "27998add-58f9-e424-84a0-038db228629f" as node ID
2017/10/02 20:26:27 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:127.0.0.1:8300 Address:127.0.0.1:8300}]
2017/10/02 20:26:27 [INFO] raft: Node at 127.0.0.1:8300 [Follower] entering Follower state (Leader: "")
2017/10/02 20:26:27 [INFO] serf: EventMemberJoin: 68bfdf141e7f.dc1 127.0.0.1
2017/10/02 20:26:27 [INFO] serf: EventMemberJoin: 68bfdf141e7f 127.0.0.1
2017/10/02 20:26:27 [INFO] consul: Adding LAN server 68bfdf141e7f (Addr: tcp/127.0.0.1:8300) (DC: dc1)
2017/10/02 20:26:27 [INFO] consul: Handled member-join event for server "68bfdf141e7f.dc1" in area "wan"
2017/10/02 20:26:27 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp)
2017/10/02 20:26:27 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp)
2017/10/02 20:26:27 [INFO] agent: Started HTTP server on [::]:8500
2017/10/02 20:26:27 [WARN] raft: Heartbeat timeout from "" reached, starting election
2017/10/02 20:26:27 [INFO] raft: Node at 127.0.0.1:8300 [Candidate] entering Candidate state in term 2
2017/10/02 20:26:27 [DEBUG] raft: Votes needed: 1
2017/10/02 20:26:27 [DEBUG] raft: Vote granted from 127.0.0.1:8300 in term 2. Tally: 1
2017/10/02 20:26:27 [INFO] raft: Election won. Tally: 1
2017/10/02 20:26:27 [INFO] raft: Node at 127.0.0.1:8300 [Leader] entering Leader state
2017/10/02 20:26:27 [INFO] consul: cluster leadership acquired
2017/10/02 20:26:27 [DEBUG] consul: Skipping self join check for "68bfdf141e7f" since the cluster is too small
2017/10/02 20:26:27 [INFO] consul: member '68bfdf141e7f' joined, marking health alive
2017/10/02 20:26:27 [INFO] consul: New leader elected: 68bfdf141e7f
2017/10/02 20:26:28 [INFO] agent: Synced node info
2017/10/02 20:27:27 [DEBUG] consul: Skipping self join check for "68bfdf141e7f" since the cluster is too small
2017/10/02 20:27:34 [DEBUG] agent: Node info in sync
I'm currently using the following lines in my build.gradle:
test {
testLogging.showStandardStreams = true
}
together with the -d option (https://docs.gradle.org/current/userguide/logging.html)
Which results in:
[workspace] $ cmd.exe /C '""C:\Program Files\Android\Android Studio\gradle\gradle-2.4\bin\gradle.bat" -d test && exit %%ERRORLEVEL%%"'
10:22:31.158 [DEBUG] [org.gradle.internal.nativeintegration.services.NativeServices] Native-platform posix files is not available. Continuing with fallback.
10:22:32.485 [INFO] [org.gradle.BuildLogger] Starting Build
10:22:32.489 [DEBUG] [org.gradle.BuildLogger] Gradle user home: C:\Users\Beheerder\.gradle
10:22:32.489 [DEBUG] [org.gradle.BuildLogger] Current dir: C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace
10:22:32.490 [DEBUG] [org.gradle.BuildLogger] Settings file: null
10:22:32.491 [DEBUG] [org.gradle.BuildLogger] Build file: null
10:22:32.563 [DEBUG] [org.gradle.initialization.buildsrc.BuildSourceBuilder] Starting to build the build sources.
10:22:32.565 [DEBUG] [org.gradle.initialization.buildsrc.BuildSourceBuilder] Gradle source dir does not exist. We leave.
10:22:32.568 [DEBUG] [org.gradle.initialization.DefaultGradlePropertiesLoader] Found env project properties: []
10:22:32.569 [DEBUG] [org.gradle.initialization.DefaultGradlePropertiesLoader] Found system project properties: []
10:22:32.794 [DEBUG] [org.gradle.api.internal.artifacts.mvnsettings.DefaultLocalMavenRepositoryLocator] No local repository in Settings file defined. Using default path: C:\Users\Beheerder\.m2\repository
10:22:33.206 [DEBUG] [org.gradle.initialization.ScriptEvaluatingSettingsProcessor] Timing: Processing settings took: 0.636 secs
10:22:33.210 [INFO] [org.gradle.BuildLogger] Settings evaluated using settings file 'C:\master\settings.gradle'.
10:22:33.419 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Transitioning model element 'tasks' from state Known to Created
10:22:33.420 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Creating tasks using Project.<init>.tasks()
10:22:33.442 [DEBUG] [org.gradle.initialization.ProjectPropertySettingBuildLoader] Looking for project properties from: C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace\gradle.properties
10:22:33.445 [DEBUG] [org.gradle.initialization.ProjectPropertySettingBuildLoader] project property file does not exists. We continue!
10:22:33.448 [INFO] [org.gradle.BuildLogger] Projects loaded. Root project using build file 'C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace\build.gradle'.
10:22:33.449 [INFO] [org.gradle.BuildLogger] Included projects: [root project 'workspace']
10:22:33.611 [INFO] [org.gradle.configuration.project.BuildScriptProcessor] Evaluating root project 'workspace' using build file 'C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace\build.gradle'.
10:22:33.644 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface Software Loopback Interface 1
10:22:33.645 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? true
10:22:33.646 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.647 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback address /127.0.0.1
10:22:33.648 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback address /0:0:0:0:0:0:0:1
10:22:33.648 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface Software Loopback Interface 1
10:22:33.648 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface Intel(R) 82567LM-3 Gigabit Network Connection
10:22:33.649 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.650 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.651 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding remote address /192.168.0.97
10:22:33.651 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding remote address /fe80:0:0:0:f8fc:58a6:6a00:ad3c%eth0
10:22:33.652 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding remote multicast interface Intel(R) 82567LM-3 Gigabit Network Connection
10:22:33.652 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface WAN Miniport (IKEv2)
10:22:33.653 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.654 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.654 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface WAN Miniport (IKEv2)
10:22:33.654 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface WAN Miniport (PPPOE)
10:22:33.656 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.657 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.657 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface WAN Miniport (PPPOE)
10:22:33.657 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface WAN Miniport (IP)
10:22:33.658 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.659 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.659 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface WAN Miniport (IP)
10:22:33.660 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface WAN Miniport (L2TP)
10:22:33.661 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.661 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.662 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface WAN Miniport (L2TP)
10:22:33.662 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface Microsoft ISATAP Adapter
10:22:33.664 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.665 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? false
10:22:33.665 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding remote address /fe80:0:0:0:0:5efe:c0a8:61%net2
10:22:33.665 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface Netwerkadapter voor Microsoft Kernel-foutopsporing
10:22:33.666 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.667 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.667 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface Netwerkadapter voor Microsoft Kernel-foutopsporing
10:22:33.667 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface WAN Miniport (IPv6)
10:22:33.668 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.669 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.669 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface WAN Miniport (IPv6)
10:22:33.670 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface WAN Miniport (Network Monitor)
10:22:33.676 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.677 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.678 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface WAN Miniport (Network Monitor)
10:22:33.678 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface RAS Async Adapter
10:22:33.680 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.681 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.682 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface RAS Async Adapter
10:22:33.682 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface Microsoft ISATAP Adapter #2
10:22:33.682 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.683 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.683 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface Microsoft ISATAP Adapter #2
10:22:33.683 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface WAN Miniport (PPTP)
10:22:33.684 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.685 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.686 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface WAN Miniport (PPTP)
10:22:33.687 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface WAN Miniport (SSTP)
10:22:33.690 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.690 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.691 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface WAN Miniport (SSTP)
10:22:33.691 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface Intel(R) 82567LM-3 Gigabit Network Connection-WFP Native MAC Layer LightWeight Filter-0000
10:22:33.692 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.693 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.693 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface Intel(R) 82567LM-3 Gigabit Network Connection-WFP Native MAC Layer LightWeight Filter-0000
10:22:33.693 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface Intel(R) 82567LM-3 Gigabit Network Connection-QoS Packet Scheduler-0000
10:22:33.695 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.696 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.697 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface Intel(R) 82567LM-3 Gigabit Network Connection-QoS Packet Scheduler-0000
10:22:33.697 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding IP addresses for network interface Intel(R) 82567LM-3 Gigabit Network Connection-WFP 802.3 MAC Layer LightWeight Filter-0000
10:22:33.698 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a loopback interface? false
10:22:33.698 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Is this a multicast interface? true
10:22:33.698 [DEBUG] [org.gradle.messaging.remote.internal.inet.InetAddressFactory] Adding loopback multicast interface Intel(R) 82567LM-3 Gigabit Network Connection-WFP 802.3 MAC Layer LightWeight Filter-0000
10:22:33.713 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Waiting to acquire shared lock on buildscript class cache for build file 'C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace\build.gradle' (C:\Users\Beheerder\.gradle\caches\2.4\scripts\build_1pxgds8pq1zzj1t7lr0294yep\ProjectScript\buildscript).
10:22:33.721 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock acquired.
10:22:33.853 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Waiting to acquire shared lock on no_buildscript class cache for build file 'C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace\build.gradle' (C:\Users\Beheerder\.gradle\caches\2.4\scripts\build_1pxgds8pq1zzj1t7lr0294yep\ProjectScript\no_buildscript).
10:22:33.857 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock acquired.
10:22:34.854 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Transitioning model element 'tasks.check' from state Known to GraphClosed
10:22:34.857 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Transitioning model element 'tasks.__instantiator' from state Known to GraphClosed
10:22:34.857 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Creating tasks.__instantiator using Project.<init>.tasks.__instantiator()
10:22:34.859 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Finished transitioning model element tasks.__instantiator from state Known to GraphClosed
10:22:34.860 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Transitioning model element 'tasks.__instantiator' from state GraphClosed to GraphClosed
10:22:34.861 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Creating tasks.check using tasks.addPlaceholderAction(check)
10:22:34.862 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Finished transitioning model element tasks.check from state Known to GraphClosed
10:22:34.863 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Transitioning model element 'tasks.check' from state GraphClosed to GraphClosed
10:22:37.064 [DEBUG] [org.gradle.configuration.project.BuildScriptProcessor] Timing: Running the build script took 3.453 secs
10:22:37.069 [INFO] [org.gradle.BuildLogger] All projects evaluated.
10:22:37.294 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Transitioning model element 'tasks' from state Created to SelfClosed
10:22:37.296 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Transitioning model element 'binaries' from state Known to GraphClosed
10:22:37.296 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Creating binaries using org.gradle.language.base.plugins.LanguageBasePlugin.apply()
10:22:37.296 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Mutating binaries using org.gradle.language.base.plugins.LanguageBasePlugin.apply()
10:22:37.309 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Transitioning model element 'binaries.__instantiator' from state Known to GraphClosed
10:22:37.309 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Creating binaries.__instantiator using
10:22:41.252 [INFO] [org.gradle.process.internal.DefaultExecHandle] Successfully started process 'Gradle Test Executor 1'
10:22:42.093 [QUIET] [system.out] 10:22:42.062 [DEBUG] [org.gradle.messaging.remote.internal.inet.TcpOutgoingConnector] Attempting to connect to [d1b88604-9e30-4756-8daa-f5c4abd4d39f port:16608, addresses:[/127.0.0.1, /0:0:0:0:0:0:0:1]].
10:22:42.097 [QUIET] [system.out] 10:22:42.095 [DEBUG] [org.gradle.messaging.remote.internal.inet.TcpOutgoingConnector] Trying to connect to address /127.0.0.1.
10:22:42.108 [DEBUG] [org.gradle.messaging.remote.internal.inet.TcpIncomingConnector] Accepted connection from /127.0.0.1:16609 to /127.0.0.1:16608.
10:22:42.116 [DEBUG] [org.gradle.process.internal.DefaultWorkerProcess] Received connection org.gradle.messaging.remote.internal.hub.MessageHubBackedObjectConnection#5b0b70ee from Gradle Test Executor 1
10:22:42.120 [QUIET] [system.out] 10:22:42.119 [DEBUG] [org.gradle.messaging.remote.internal.inet.TcpOutgoingConnector] Connected to address /127.0.0.1:16608.
10:22:42.837 [QUIET] [system.out] 10:22:42.194 [DEBUG] [org.gradle.process.internal.child.ActionExecutionWorker] Starting Gradle Test Executor 1.
10:22:42.849 [QUIET] [system.out] 10:22:42.264 [INFO] [org.gradle.api.internal.tasks.testing.worker.TestWorker] Gradle Test Executor 1 started executing tests.
10:22:42.931 [DEBUG] [TestEventLogger]
10:22:42.933 [DEBUG] [TestEventLogger] Gradle Test Executor 1 STARTED
10:22:42.934 [QUIET] [system.out] 10:22:42.934 [DEBUG] [org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor] Executing test class nl.buroboot.danielvandenberg.junittest.AppointmentLocationTest
10:22:42.935 [DEBUG] [TestEventLogger]
10:22:42.935 [DEBUG] [TestEventLogger] nl.buroboot.danielvandenberg.junittest.AppointmentLocationTest STARTED
10:22:43.074 [DEBUG] [TestEventLogger]
10:22:43.074 [DEBUG] [TestEventLogger] nl.buroboot.danielvandenberg.junittest.AppointmentLocationTest > test STARTED
10:22:43.077 [DEBUG] [TestEventLogger]
10:22:43.077 [DEBUG] [TestEventLogger] nl.buroboot.danielvandenberg.junittest.AppointmentLocationTest > test PASSED
10:22:43.078 [DEBUG] [TestEventLogger]
10:22:43.079 [DEBUG] [TestEventLogger] nl.buroboot.danielvandenberg.junittest.AppointmentLocationTest PASSED
10:22:43.079 [QUIET] [system.out] 10:22:43.079 [DEBUG] [org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor] Executing test class nl.buroboot.danielvandenberg.junittest.AppointmentStatusTest
10:22:43.080 [DEBUG] [TestEventLogger]
10:22:43.080 [DEBUG] [TestEventLogger] nl.buroboot.danielvandenberg.junittest.AppointmentStatusTest STARTED
10:22:43.083 [DEBUG] [TestEventLogger]
10:22:43.083 [DEBUG] [TestEventLogger] nl.buroboot.danielvandenberg.junittest.AppointmentStatusTest > test STARTED
10:22:43.085 [DEBUG] [TestEventLogger]
10:22:43.085 [DEBUG] [TestEventLogger] nl.buroboot.danielvandenberg.junittest.AppointmentStatusTest > test PASSED
10:22:43.086 [DEBUG] [TestEventLogger]
10:22:43.086 [DEBUG] [TestEventLogger] nl.buroboot.danielvandenberg.junittest.AppointmentStatusTest PASSED
10:22:43.087 [QUIET] [system.out] 10:22:43.087 [DEBUG] [org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor] Executing test class nl.buroboot.danielvandenberg.junittest.AppointmentTest
10:22:43.088 [DEBUG] [TestEventLogger]
10:22:43.088 [DEBUG] [TestEventLogger] nl.buroboot.danielvandenberg.junittest.AppointmentTest STARTED
10:22:43.112 [DEBUG] [TestEventLogger]
10:22:43.112 [DEBUG] [TestEventLogger] nl.buroboot.danielvandenberg.junittest.AppointmentTest > test STARTED
10:22:43.117 [DEBUG] [TestEventLogger]
10:22:43.117 [DEBUG] [TestEventLogger] nl.buroboot.danielvandenberg.junittest.AppointmentTest > test STANDARD_ERROR
10:22:43.119 [DEBUG] [TestEventLogger] 5 [Test worker] WARN nl.buroboot.danielvandenberg.junittest.AppointmentTest - Unimplemented method move
10:22:43.120 [DEBUG] [TestEventLogger] 10 [Test worker] WARN nl.buroboot.danielvandenberg.junittest.AppointmentTest - Unimplemented method requestMove
10:22:43.121 [DEBUG] [TestEventLogger] 10 [Test worker] WARN nl.buroboot.danielvandenberg.junittest.AppointmentTest - Unimplemented method setFulfilled
10:22:43.122 [DEBUG] [TestEventLogger] 12 [Test worker] WARN nl.buroboot.danielvandenberg.junittest.AppointmentTest - Unimplemented method setFailed
10:22:43.123 [DEBUG] [TestEventLogger] 12 [Test worker] WARN nl.buroboot.danielvandenberg.junittest.AppointmentTest - Unimplemented method equals
10:22:43.124 [DEBUG] [TestEventLogger]
10:22:43.124 [DEBUG] [TestEventLogger] nl.buroboot.danielvandenberg.junittest.AppointmentTest > test PASSED
10:22:43.124 [DEBUG] [TestEventLogger]
10:22:43.124 [DEBUG] [TestEventLogger] nl.buroboot.danielvandenberg.junittest.AppointmentTest PASSED
10:22:43.126 [QUIET] [system.out] 10:22:43.125 [INFO] [org.gradle.api.internal.tasks.testing.worker.TestWorker] Gradle Test Executor 1 finished executing tests.
10:22:43.129 [QUIET] [system.out] 10:22:43.129 [DEBUG] [org.gradle.process.internal.child.ActionExecutionWorker] Completed Gradle Test Executor 1.
10:22:43.131 [DEBUG] [TestEventLogger]
10:22:43.131 [DEBUG] [TestEventLogger] Gradle Test Executor 1 PASSED
10:22:43.136 [QUIET] [system.out] 10:22:43.135 [DEBUG] [org.gradle.process.internal.child.ActionExecutionWorker] Stopping client connection.
10:22:43.204 [DEBUG] [org.gradle.process.internal.DefaultExecHandle] Changing state to: SUCCEEDED
10:22:43.205 [DEBUG] [org.gradle.process.internal.DefaultExecHandle] Process 'Gradle Test Executor 1' finished with exit value 0 (state: SUCCEEDED)
10:22:43.212 [DEBUG] [TestEventLogger]
10:22:43.212 [DEBUG] [TestEventLogger] Gradle Test Run :test PASSED
10:22:43.271 [INFO] [org.gradle.api.internal.tasks.testing.junit.result.Binary2JUnitXmlReportGenerator] Finished generating test XML results (0.022 secs) into: C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace\build\test-results
10:22:43.272 [INFO] [org.gradle.api.internal.tasks.testing.junit.report.DefaultTestReport] Generating HTML test report...
10:22:43.336 [INFO] [org.gradle.api.internal.tasks.testing.junit.report.DefaultTestReport] Finished generating test html results (0.063 secs) into: C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace\build\reports\tests
10:22:43.381 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Finished executing task ':test'
10:22:43.381 [INFO] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] :test (Thread[main,5,main]) completed. Took 2.955 secs.
10:22:43.382 [DEBUG] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] Task worker [Thread[main,5,main]] finished, busy: 5.906 secs, idle: 0.005 secs
10:22:43.382 [DEBUG] [org.gradle.execution.taskgraph.DefaultTaskGraphExecuter] Timing: Executing the DAG took 5.939 secs
10:22:43.382 [LIFECYCLE] [org.gradle.BuildResultLogger]
10:22:43.382 [LIFECYCLE] [org.gradle.BuildResultLogger] BUILD SUCCESSFUL
10:22:43.383 [LIFECYCLE] [org.gradle.BuildResultLogger]
10:22:43.383 [LIFECYCLE] [org.gradle.BuildResultLogger] Total time: 13.037 secs
10:22:43.384 [DEBUG] [org.gradle.api.internal.tasks.compile.daemon.CompilerDaemonManager] Stopping 0 compiler daemon(s).
10:22:43.384 [INFO] [org.gradle.api.internal.tasks.compile.daemon.CompilerDaemonManager] Stopped 0 compiler daemon(s).
10:22:43.390 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on cache directory workerMain (C:\Users\Beheerder\.gradle\caches\2.4\workerMain).
10:22:43.391 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on buildscript class cache for build file 'C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace\build.gradle' (C:\Users\Beheerder\.gradle\caches\2.4\scripts\build_1pxgds8pq1zzj1t7lr0294yep\ProjectScript\buildscript).
10:22:43.394 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on no_buildscript class cache for build file 'C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace\build.gradle' (C:\Users\Beheerder\.gradle\caches\2.4\scripts\build_1pxgds8pq1zzj1t7lr0294yep\ProjectScript\no_buildscript).
10:22:43.395 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache module-metadata.bin (C:\Users\Beheerder\.gradle\caches\modules-2\metadata-2.15\module-metadata.bin)
10:22:43.395 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache artifact-at-repository.bin (C:\Users\Beheerder\.gradle\caches\modules-2\metadata-2.15\artifact-at-repository.bin)
10:22:43.395 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on artifact cache (C:\Users\Beheerder\.gradle\caches\modules-2).
10:22:43.412 [DEBUG] [org.gradle.cache.internal.DefaultCacheAccess] Cache Plugin Resolution Cache (C:\Users\Beheerder\.gradle\caches\2.4\plugin-resolution) was closed 0 times.
10:22:43.413 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache fileSnapshots.bin (C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace\.gradle\2.4\taskArtifacts\fileSnapshots.bin)
10:22:43.416 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache fileHashes.bin (C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace\.gradle\2.4\taskArtifacts\fileHashes.bin)
10:22:43.425 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache outputFileStates.bin (C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace\.gradle\2.4\taskArtifacts\outputFileStates.bin)
10:22:43.425 [DEBUG] [org.gradle.cache.internal.btree.BTreePersistentIndexedCache] Closing cache taskArtifacts.bin (C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace\.gradle\2.4\taskArtifacts\taskArtifacts.bin)
10:22:43.428 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on task history cache (C:\Users\Beheerder\.jenkins\jobs\Planning library\branches\appointmentClassAndTests\workspace\.gradle\2.4\taskArtifacts).
10:22:43.433 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.store.CachedStoreFactory] Resolution result cache closed. Cache reads: 0, disk reads: 0 (avg: 0.0 secs, total: 0.0 secs)
10:22:43.434 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.store.CachedStoreFactory] Resolved configuration cache closed. Cache reads: 0, disk reads: 0 (avg: 0.0 secs, total: 0.0 secs)
10:22:43.434 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.store.ResolutionResultsStoreFactory] Deleted 2 resolution results binary files in 0.004 secs
10:22:43.434 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.memcache.InMemoryCachedRepositoryFactory] In-memory dependency metadata cache closed. Repos cached: 3, cache instances: 1, modules served from cache: 4, artifacts: 4
Build step 'Invoke Gradle script' changed build result to SUCCESS
And that's not even half the log. Now somewhere in there is the following:
10:22:43.117 [DEBUG] [TestEventLogger] nl.buroboot.danielvandenberg.junittest.AppointmentTest > test STANDARD_ERROR
10:22:43.119 [DEBUG] [TestEventLogger] 5 [Test worker] WARN nl.buroboot.danielvandenberg.junittest.AppointmentTest - Unimplemented method move
10:22:43.120 [DEBUG] [TestEventLogger] 10 [Test worker] WARN nl.buroboot.danielvandenberg.junittest.AppointmentTest - Unimplemented method requestMove
10:22:43.121 [DEBUG] [TestEventLogger] 10 [Test worker] WARN nl.buroboot.danielvandenberg.junittest.AppointmentTest - Unimplemented method setFulfilled
10:22:43.122 [DEBUG] [TestEventLogger] 12 [Test worker] WARN nl.buroboot.danielvandenberg.junittest.AppointmentTest - Unimplemented method setFailed
10:22:43.123 [DEBUG] [TestEventLogger] 12 [Test worker] WARN nl.buroboot.danielvandenberg.junittest.AppointmentTest - Unimplemented method equals
This part is actually useful. But I don't want to have to scan through all that code to find those parts. Now my question is, is there a way to let gradle filter out only the messages containing the tag [TestEventLogger]?
Okay, so I figured it out. You just shouldn't use the -d option. Only supplying
test {
testLogging.showStandardStreams = true
}
is enough to show logs. Hope this helps others running into the same problem.