Giter VIP home page Giter VIP logo

eternaljukebox's Introduction

EternalJukebox

The source files for the EternalJukebox, a rehosting of the Infinite Jukebox.
This repo contains everything you need to host the EternalJukebox on your own server!

You can visit the official site here, in case you want to mess around with it without doing all the hard stuff.

Docker Install

Prerequesits

You need to install docker and docker-compose

Then, download or clone the repository.

Configuration

To configure, rename .env.example to .env and change the appropriate values. For advanced configuration edit envvar_config.yaml.

Running

To start, run docker-compose up -d in the repositories directory. To stop, run docker-compose down.

If you change anything in the repository, like pulling updates, run docker-compose build to re-build the application.

If you want to change the port from 8080, edit docker-compose.yml line 9, to be - <your port>:8080

Manual Install

Prerequisites

Java:

Windows

Download and install Java from https://www.java.com/en/download/

Debian-based Linux distributions

For Ubuntu or Debian-based distributions execute sudo apt-get install default-jre in the terminal

Fedora and CentOS

There is a tutorial for installing java on Fedora and CentOS at https://www.digitalocean.com/community/tutorials/how-to-install-java-on-centos-and-fedora

Yt-dlp (a more up-to-date fork of Youtube-dl):

Windows

Download the .exe at https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe and place it in C:\Windows\, or in another folder on the PATH.

Linux

Use these commands in the terminal to install youtube-dl on Linux:
sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp
sudo chmod a+rx /usr/local/bin/yt-dlp

ffmpeg:

Windows

Download the exe from https://ffmpeg.zeranoe.com/builds/ and place it in C:\Windows\, or in another folder on teh PATH.

Linux

ffmpeg is available to download in most distributions using sudo apt-get install ffmpeg or equivalent

Getting the project files:

The whole process of obtaining project files is much easier now, as the build process is streamlined through Jenkins.

The project site is over here, and contains the individual files to download, or an all-in-one zip for all the files. Alternatively, the files can be found over at a permanent server here

Configuring

First thing to do is create a new file called either config.yaml or config.json (YAML tends to be easier to write, but takes up slightly more space), then open it with notepad/notepad++ on Windows and whatever text editor you like on Linux (for example nano: nano config.json)

Now you should go to https://developer.spotify.com/my-applications/ and log in to your spotify account.
Then click the "Create an app" button and a new page should popup.
There give it a name and description and click create.
It should send you to the new app's page, the only thing you need from here is your Client ID and Client Secret
(Note: Never share these with anyone!)

You will also need a Youtube Data API key, which you can find about how to obtain here.

There are a variety of config options (documentation coming soon) that allow most portions of the EternalJukebox to be configured, and these can be entered here.

Starting the server:

First you need to open the Terminal or Command Prompt.
Then make sure its running in the folder that your EternalJukebox.jar is in, once again to do this use the cd command.
Then execute the jar with java -jar EternalJukebox.jar

If everything went right it should say Listening at http://0.0.0.0:11037

you should now be able to connect to it with a browser through http://localhost:11037

Congrats you did it!

Manually Building

This is not recommended unless you're making some modifications, and as such should only be performed by more advanced users

You'll need to obtain a copy of Gradle, likely a JDK, and Jekyll. You'll also need the project files in some capacity, be it git clone or downloading the archive from GitHub.

From there, building in Gradle is simple; just run gradle clean shadowJar from the project file directory. That should produce a jar file in build/libs that will work for you. In addition, you'll need to build the Jekyll webpages, which can be done by running jekyll build --source _web --destination web

eternaljukebox's People

Contributors

bgiesing avatar boysanic avatar evaisadev avatar iansteg avatar laundmo avatar mvolfik avatar puxlit avatar raiscan avatar undermybrella avatar vulp-os avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eternaljukebox's Issues

Beat Repeating??

Description

When I play, the first beat of the song keeps repeating

Song

Any song

Additional Information

I was trying to play Good Soldier by Flobots, if that works for you then it may be a problem on my end but I have no idea what it could possibly be.

Unexpected end of JSON syntax error on new tracks, not on already played tracks

Before

  • [ Y ] I have checked for similar issues already
  • [ Y ] My issue is not a bad synchronization between the Spotify track and the YouTube audio (Those go here.)

Description

Seems like any new songs I try to open are unable to load. Once it fails (Fetching Analysis > Loading track > --Empty Space--), it then gives an error on a reload saying "Sorry, can't find info for that track: SyntaxError: Unexpected end of JSON input". Songs I've played before, popular songs, songs from the popular list, they all play fine. "New" songs, song I haven't listened to through this service yet that may be possibly not listened to by others (link is given below) are unable to play.

Console Logs

Failed to load resource: the server responded with a status of 401 ()
/api/profile/me:1

Song

https://eternal.abimon.org/jukebox_go.html?id=2bqYcSSycHX7Zo6LJbA6aw

Additional Information

None, but I'm happy to answer questions regarding this.

Can't load songs using own server setup

Okay i might be really stupid or something but i am trying to run this from source after building it and i am getting this error in the console when trying to load a song.

SEVERE: Unexpected exception in route java.lang.IllegalStateException: context.bodyAsString must not be null at org.abimon.eternalJukebox.EternalJukeboxKt.shrink(EternalJukebox.kt:544) at org.abimon.eternalJukebox.EternalJukeboxKt$main$21$1.invoke(EternalJukebox.kt:313) at org.abimon.eternalJukebox.EternalJukeboxKt$main$21$1.invoke(EternalJukebox.kt) at org.abimon.eternalJukebox.EternalJukeboxKt$sam$Handler$29eb28fa.handle(EternalJukebox.kt) at io.vertx.ext.web.impl.BlockingHandlerDecorator.lambda$handle$0(BlockingHandlerDecorator.java:48) at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$1(ContextImpl.java:271) at io.vertx.core.impl.TaskQueue.lambda$new$0(TaskQueue.java:60) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748)

along with all this
https://pastebin.com/Dd4ZFbc1

Is there any guide on how to set it up correctly?
Thanks <3

Unable to decode audio data

Description

Song Doesn't Play/Load

Song

It's The End Of The World As We Know It - R.E.M.
https://eternal.abimon.org/jukebox_go.html?id=2oSpQ7QtIKTNFfA08Cy0ku

Additional Information

All this info is from the dev console on Chrome

404s on GET https://eternal.abimon.org/song?id=2oSpQ7QtIKTNFfA08Cy0ku
Uncaught (in promise) DOMException: Unable to decode audio data jukebox_go.html?id=2oSpQ7QtIKTNFfA08Cy0ku:1
404s on GET https://eternal.abimon.org/popular_tracks?count=12

All in that order

No option to loop songs that loop naturally in addition to the mixing

Description

The given song will loop properly if it is allowed to hit the end and resume at the start (see https://youtu.be/sXIu77FQyq4), but there is no option to allow that. I understand that you have no way to tell if that is the case, so an option will suffice.

Song

https://eternal.abimon.org/jukebox_go.html?id=6lKi8IwpOg4twOFMFDK7UB&d=340,355&lb=0

Additional Information

Can't think of anything else other than it would be nice to be able to make my own branches where I think it would fit, but that would be a different bug entirely.

Feature Request: Target Length

Before

  • I have checked for similar issues already
  • My issue is not a bad syncronisation between the Spotify track and the YouTube audio (Those go here.)

Description

While not 'Eternal' then - it'd be really useful if you could enter a target length for a song and if it tried to pick paths to play for exactly that length of time (preferably trying to play each beat at least once and minimizing repetition).

This would be AWESOME for editing videos with music as you can just make a song of any length to match your footage.

Feature Request: Delete the last used branch

I would like a shortcut to delete that last branch that was used so when I hear it sound horrible while I am working, I can just click in the window, press the shortcut key and that evil branch is gone without having to look at the song and hunt for the offending branch.

Song

This is the song that made me think of this feature. It is a mess. I was hoping that I could clean it up via this shortcut instead of spending all of my time getting it fixed up.
https://eternal.abimon.org/jukebox_go.html?id=47sFLNt3pyoqZveyrlIwwE

Linking to the wrong song

Description

I'm trying to play "Real - Mystery Skulls Remix by Mystery Skulls " but it seems to be linking to the wrong song, and even then the song it links seems to end halfway through while the player continues to "loop" through the silence.

Song

https://eternal.abimon.org/jukebox_go.html?id=5r8tcUJ7zBg4sGyYTzl0ff

Additional Information

I believe it play be playing another song by the Mystery Skulls so maybe that's where the confusion is coming from?
This is what the actual song sounds like https://www.youtube.com/watch?v=cQNjFR0Es-8

Obscure songs will not load

Description

Obscure artists do not load.
I do not have the technical expertise to actually break down what is happening but here are a few pictures of the console as I attempt to load a song.

  1. https://imgur.com/a/TntkN

  2. https://imgur.com/a/sUtyF

Song

  1. https://eternal.abimon.org/jukebox_go.html?id=3lGg3fPSPRpGqdudeC5dBY

  2. https://eternal.abimon.org/jukebox_go.html?id=2ahW5IyuKcFCTnyV7gEvIC

Additional Information

Popular songs do work. For example:
https://eternal.abimon.org/jukebox_go.html?id=6M14BiCN00nOsba4JaYsHW
Works just fine.
Cheers.

More Text and Visual Tweaks

FAQ Page

How come this doesn't work in my browser? - The app requires the web audio APIs which are currently best supported in Chrome and Safari. You can read more details about this issue in this blog post: Why does the Infinite Jukebox work only in Chrome and Safari.

Might not be needed anymore as the Web Audio API has basically been supported by all browsers (except IE) for a while now

How can I tune the Jukebox? - For detailed tuning instructions see Tuning the Infinite Jukebox on Music Machinery. This is an experimental feature. You can tune by clicking the tune button. Adjust the slider to the left for higher audio quality, and adjust the slider to the right for more branch points. You can also delete any edge by clicking on it to select it (when selected the edge turns red). Delete the edge by pressing the [del] key. The Infinite Jukebox will try hard to maximize the amount of the song that is played when in infinite mode. This behavior can be turned off by de-selecting the 'Loop Extension Optimization' checkbox. If we don't get the track right for the song you request, you can change the audio by putting in a YouTube URL into the Audio URL box. You can throw away all of your tunings by pressing the 'reset' button. You can share your tuned songs, all your edits are encoded in the URL.

Might look a bit nicer and easier to read if it was bulleted like the "Are there any ways to control the song?" one above it

Home page


Might look better if the image was centered

Playback Page


Visualizer is kinda small and the Total Beats/Listen Time is so far down the page with a massive blank space, text of that could also be a bit bigger too.

EDIT: Looks like the big space is caused by this extra SVG that's blank:

<svg height="680" version="1.1" width="900" xmlns="http://www.w3.org/2000/svg" style="overflow: hidden; position: relative; left: -0.5px;">
    	<desc>Created with Raphaël 2.1.0</desc><defs></defs>
</svg>

I'm guessing it's a placeholder that's supposed to get replaced by the actual visuals but isn't? Page still works after manually removing it with DevTools

PS: Sorry for all the issues XD

Playback doesn't restart at top of song

Description

When playing through a song in Google Chrome, the song stops at the end (top of the circle) of the track instead of continuing looping. The "bring it home" button was not pressed. To test, click near the top of the circle to navigate the play cursor near the loop point. Song stops when the final beat is reached.

Song

https://eternal.abimon.org/jukebox_go.html?id=2CzipbXgzWvnoFfLUEge9O&thresh=37&audio=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DXNCQdbViQZ8&bp=48,68,9
(audio url was set in that track as Instrumental was mixed up with the normal version of the track)

Also occurs with the stock params reset
https://eternal.abimon.org/jukebox_go.html?id=2CzipbXgzWvnoFfLUEge9O

Possibly has something to do with the spotify version and youtube audio length being different?

Optimize Site Performance

Description

You might be able to make the site slightly more speedy with a few tweaks. These aren't that necessary considering how fast the pages already load but it's not gonna hurt to be a bit faster either 😄

TinyPNG

Jukebox:
Jukebox Results
Canonizer:
Canonizer Results

PageSpeed

Canonizer and New Jukebox (same issues) Good 94/100:
Canonizer
https://gtmetrix.com/reports/eternal.abimon.org/7b2XX4vN

Retro Jukebox (so many problems I can't even screenshot it) Needs Work 81/100: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Feternal.abimon.org%2Fretro_index.html&tab=desktop
https://gtmetrix.com/reports/eternal.abimon.org/MfvCZNmq

The song that plays in the jukebox isn't the same song that plays in Spotify

Description

Some songs I've looked up in the jukebox are not the same songs that play in Spotify. I've opened the songs in Spotify and copied the ID from Spotify and pasted it into the Jukebox URL, so I know that it is the same song ID.

Song

https://eternal.abimon.org/jukebox_go.html?id=7KTajhYNB0zLnirtch17au

https://eternal.abimon.org/jukebox_go.html?id=10jA9dUwDwNSljMj6eY9U5

Additional Information

Spotify links for easy access:
Vi Och Olle:
https://open.spotify.com/track/7KTajhYNB0zLnirtch17au

Head Like I/O:
https://open.spotify.com/track/10jA9dUwDwNSljMj6eY9U5

Adjust Playback Speed separately from Play Velocity [enhancement] [frontend]

Before

  • I have checked for similar issues already.
  • My issue is not a bad syncronisation between the Spotify track and the YouTube audio (Those go here.)

Description

Currently, increasing the play velocity of a song by one will skip every other beat. While not a bad idea, I had expected it to double the bpm by using a timestretch method (is that the right term?).

Song

https://eternal.abimon.org/jukebox_go.html?id=0hR8eDLvRGCT4OzGizPCBu&lg=1

Additional Information

Pizza Time.

API key location

Hello I have cloned the repo and have sucessfully compiled the program. I get API errors. So I went back and was following the readme. I have gotten the Spotify API and youtube API keys. However I dont know where to put them. Can you please update the readme with more information on this? thank you.

Jukebox needs volume control (enhancement)

Before

  • I have checked for similar issues already
  • My issue is not a bad syncronisation between the Spotify track and the YouTube audio (Those go here.)

Description

This is an enhancement to have volume control. Even on my work laptop, I have it set to a volume of 15, and my headphones are still blast pretty loud. Having finer control of just the volume would be great.

Console Logs

Not applicable

Song

Not applicable

Additional Information

Not applicable.

Can't fix Song URL on Autocanonizer

Description

Since the new site uses YouTube to play the songs, it sometimes picks the wrong one. On the main site, you can click tune to change the song to a specific link/video but on the Autocanonizer page, you can't.

Song

This song's video has a intro and outro tacked on which messes up the timing completely so you have to change it to the "topic" video YouTube provides which is only the song.

Song on Autocanonizer with a wrong video: https://www.youtube.com/watch?v=5TGFhd8RfO8
Same Song on Eternal Jukebox with it corrected to the correct song-only video: https://eternal.abimon.org/jukebox_go.html?id=4JVuOFq4jSxwCGNV3lTRmE&audio=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DTnP-lllejZo

Certain songs throw an error

Before

  • I have checked for similar issues already
  • My issue is not a bad syncronisation between the Spotify track and the YouTube audio (Those go here.)

Description

Getting an error saying "SyntaxError: Unexpected end of JSON"

Console Logs

Failed to load resource: the server responded with a status of 401 ()
jukebox_go.html?id=4bQ11CjonNWB0nmw4dS5HW:1330 Could not retrieve stars:

Song

https://eternal.abimon.org/jukebox_go.html?id=4bQ11CjonNWB0nmw4dS5HW
Bass nipple by infected mushroom

Additional Information

Happens with a lot of songs

Upload (analyze) and use own mp3 files

I wish to be able to use local mp3 files, but there is currently no apparent way to do this (the InfiniteJukebox originally had a method for upload or analyzing local sound files).

Search button not working

When I try to search for a song using the eternal jukebox, pressing the search button does nothing whatsoever regardless of what I put in.

Custom mp3

Is it possible to add the option to upload our own mp3 file?
Because some song are not on spotify and/or youtube.

Feature request: numeric entry for settings sliders

The settings sliders are very difficult to use on a phone. They're very unresponsive, at least on Firefox mobile.

A very simple solution would be to allow entering the value manually. I often find myself manually appending &thresh=foo to the URL, which isn't a great solution because the whole thing has to reload, but it's often the only way to actually get the change to happen.

After deleting paths, the site shows "Sorry, can't find info for that track" message.

Unable to decode audio data

Before

  • I have checked for similar issues already
  • My issue is not a bad syncronisation between the Spotify track and the YouTube audio (Those go here.)

Description

Some songs do not get the encodings

Console Logs

audio error DOMException: Unable to decode audio data
jukebox_go.html?id=2tE7RudE4JHwDP2TMU0jtS:1 Uncaught (in promise) DOMException: Unable to decode audio data

Song

https://eternalbox.dev/jukebox_go.html?id=2tE7RudE4JHwDP2TMU0jtS

Additional Information

Don't know

Trouble error: loading audio

Description

Having trouble loading about half the songs I try. On Firefox I get the error: "Sorry, can't find info for that track" for absolutely every song. In Chrome some songs load but most of them I have tried says that it is fetching, loading, and then "Trouble error: loading audio"

Song

https://eternal.abimon.org/canonizer_go.html?id=0T6oJ6A8MCSyl6EXqdatKm
https://eternal.abimon.org/canonizer_go.html?id=3fLeBPjggYrZLSi6WFZRh5
https://eternal.abimon.org/canonizer_go.html?id=5uORXVBCCN45rbW5LOuurt

Additional Information

None

Feature Request : Export Loop

Would it be possible to have the possibility to export the sound file by selecting a jump loop.
The goal would be the possibility to extract from practically everything (on spotify) as a background music track that can repeat without never ending.

This is something many people doing video editing need when they need a backing track long enough. With Eternal Jukebox that could be a good solution.

I currently do it the hard way, have the app play and record my audio output as an audio input and record it long enough for me to cut.

Summary add a feature : "Save loop as audio file" > select an arc choose the number of repetition > download and audio file.

Note: audio format is important as many compressed formats cannot be joined next to another if the number of audio frame is not a round number.

Vertx timing out on slow hardware

Before

  • I have checked for similar issues already
  • My issue is not a bad syncronisation between the Spotify track and the YouTube audio (Those go here.)

Description

Vertx timing out on slower hardware, in this case a Raspberry Pi 1.

Console Logs

WARNING: Thread Thread[vert.x-eventloop-thread-1,5,main] has been blocked for 5925 ms, time limit is 2000
io.vertx.core.VertxException: Thread blocked
at io.netty.buffer.UnpooledHeapByteBuf.(UnpooledHeapByteBuf.java:50)
at io.netty.buffer.UnpooledUnsafeHeapByteBuf.(UnpooledUnsafeHeapByteBuf.java:29)
at io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf.(UnpooledByteBufAllocator.java:122)
at io.netty.buffer.UnpooledByteBufAllocator.newHeapBuffer(UnpooledByteBufAllocator.java:64)
at io.netty.buffer.AbstractByteBufAllocator.heapBuffer(AbstractByteBufAllocator.java:162)
at io.netty.buffer.Unpooled.buffer(Unpooled.java:135)
at io.vertx.core.buffer.impl.BufferImpl.(BufferImpl.java:48)
at io.vertx.core.buffer.impl.BufferImpl.(BufferImpl.java:56)
at io.vertx.core.buffer.impl.BufferImpl.(BufferImpl.java:60)
at io.vertx.core.buffer.impl.BufferFactoryImpl.buffer(BufferFactoryImpl.java:40)
at io.vertx.core.buffer.Buffer.buffer(Buffer.java:74)
at io.vertx.core.http.impl.HttpServerResponseImpl.end(HttpServerResponseImpl.java:314)
at org.abimon.eternalJukebox.VertxExtensionsKt.end(VertxExtensions.kt:17)
at org.abimon.eternalJukebox.handlers.api.SiteAPI.popular(SiteAPI.kt:51)
at org.abimon.eternalJukebox.handlers.api.SiteAPI$setup$6.invoke(SiteAPI.kt:44)
at org.abimon.eternalJukebox.handlers.api.SiteAPI$setup$6.invoke(SiteAPI.kt:22)
at org.abimon.eternalJukebox.handlers.api.SiteAPIKt$sam$Handler$511d0e2b.handle(SiteAPI.kt)
at io.vertx.ext.web.impl.RouteImpl.handleContext(RouteImpl.java:223)
at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:101)
at io.vertx.ext.web.impl.RoutingContextWrapper.next(RoutingContextWrapper.java:149)
at io.vertx.ext.web.impl.RouterImpl.handleContext(RouterImpl.java:255)
at io.vertx.ext.web.impl.RouterImpl$$Lambda$40/12463516.handle(Unknown Source)
at io.vertx.ext.web.impl.RouteImpl.handleContext(RouteImpl.java:223)
at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:101)
at io.vertx.ext.web.impl.RoutingContextWrapper.next(RoutingContextWrapper.java:149)
at io.vertx.ext.web.impl.RouterImpl.handleContext(RouterImpl.java:255)
at io.vertx.ext.web.impl.RouterImpl$$Lambda$40/12463516.handle(Unknown Source)
at io.vertx.ext.web.impl.RouteImpl.handleContext(RouteImpl.java:223)
at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:101)
at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:120)
at org.abimon.eternalJukebox.EternalJukebox$5.handle(EternalJukebox.kt:184)
at org.abimon.eternalJukebox.EternalJukebox$5.handle(EternalJukebox.kt:45)
at io.vertx.ext.web.impl.RouteImpl.handleContext(RouteImpl.java:223)
at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:101)
at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:120)
at org.abimon.eternalJukebox.EternalJukebox$3.handle(EternalJukebox.kt:163)
at org.abimon.eternalJukebox.EternalJukebox$3.handle(EternalJukebox.kt:45)
at io.vertx.ext.web.impl.RouteImpl.handleContext(RouteImpl.java:223)
at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:101)
at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:120)
at io.vertx.ext.web.handler.impl.CookieHandlerImpl.handle(CookieHandlerImpl.java:66)
at io.vertx.ext.web.handler.impl.CookieHandlerImpl.handle(CookieHandlerImpl.java:42)
at io.vertx.ext.web.impl.RouteImpl.handleContext(RouteImpl.java:223)
at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:101)
at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:120)
at io.vertx.ext.web.impl.RouterImpl.accept(RouterImpl.java:79)
at org.abimon.eternalJukebox.EternalJukebox$9.invoke(EternalJukebox.kt:248)
at org.abimon.eternalJukebox.EternalJukebox$9.invoke(EternalJukebox.kt:45)
at org.abimon.eternalJukebox.EternalJukeboxKt$sam$Handler$465ca8fc.handle(EternalJukebox.kt)
at io.vertx.core.http.impl.ServerConnection.processMessage(ServerConnection.java:444)
at io.vertx.core.http.impl.ServerConnection.handleMessage(ServerConnection.java:156)
at io.vertx.core.http.impl.HttpServerImpl$ServerHandlerWithWebSockets.handleMessage(HttpServerImpl.java:661)
at io.vertx.core.http.impl.HttpServerImpl$ServerHandlerWithWebSockets.handleMessage(HttpServerImpl.java:614)
at io.vertx.core.net.impl.VertxHandler.lambda$channelRead$1(VertxHandler.java:150)
at io.vertx.core.net.impl.VertxHandler$$Lambda$58/24736373.run(Unknown Source)
at io.vertx.core.impl.ContextImpl.lambda$wrapTask$2(ContextImpl.java:342)
at io.vertx.core.impl.ContextImpl$$Lambda$49/32848549.run(Unknown Source)
at io.vertx.core.impl.ContextImpl.executeFromIO(ContextImpl.java:200)
at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:148)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.vertx.core.http.impl.HttpServerImpl$Http2UpgradeHandler.channelRead(HttpServerImpl.java:929)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.vertx.core.http.impl.Http1xOrH2CHandler.end(Http1xOrH2CHandler.java:49)
at io.vertx.core.http.impl.Http1xOrH2CHandler.channelRead(Http1xOrH2CHandler.java:27)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at java.lang.Thread.run(Thread.java:748)

May 26, 2018 9:43:21 AM io.vertx.ext.web.impl.RoutingContextImplBase
SEVERE: Unexpected exception in route
java.nio.channels.ClosedChannelException
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)

May 26, 2018 9:43:21 AM io.vertx.ext.web.impl.RoutingContextImplBase
SEVERE: Unexpected exception in route
java.nio.channels.ClosedChannelException
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)

Additional Information

System:

pi@hypnotoad:~/EternalJukebox $ uname -a
Linux hypnotoad 4.14.34+ #1110 Mon Apr 16 14:51:42 BST 2018 armv6l GNU/Linux

Java:

pi@hypnotoad:/EternalJukebox $ java -version
openjdk version "1.8.0_171"
OpenJDK Runtime Environment (build 1.8.0_171-8u171-b11-1
deb9u1-b11)
OpenJDK Client VM (build 25.171-b11, mixed mode)

Attempted workaround start script:

#!/bin/bash
export VERTX_OPTS='-D io.vertx.core.impl.BlockedThreadChecker.Level=OFF'
java -jar EternalJukebox.jar

I've had a read around at some solutions online (eclipse-vertx/vert.x#1379) but can't seem to make anything work, after the timeout, the uploaded file also fails to convert I guess due to the timeout :)

[AudioAPI -> jukeboxLocation] [7fc5e4b4-8b3c-4cc6-8466-7f73b8d96cdf] No track info for 03UrZgTINDqvnUMbbIMhql; returning 400
[AudioAPI -> upload] [73303d9c-5b28-468c-a09f-f1dce107fbb2] Failed to convert file-uploads/7a7c7e43-b0e2-4704-a6c9-e24031814bf4 to a0dd9e31-c627-4cf2-9fa8-295ac367494d.m4a

Audio Tracks with Sync issues

What's this?

Due to this coming up way too much (and improvements made in the recent rewrite), here is one megathread for all the different tracks that are coming up with the wrong audio track.

What can I do?

If you have a song that is retrieving the wrong YouTube track, comment here with:

  • The full Eternal Jukebox track link
  • The correct YouTube track, that you have confirmed does work for looping properly within the Eternal Jukebox.

Note: This does not mean that you can upload custom songs yet. That is a functionality not exposed by Spotify and therefore not supported.

[Feature Request] Optimization of Youtube Audio

Optimization of Youtube Audio Suggestion
As the service grows with more users, there is a way to reduce the CPU load required in the yt.sh script. Replacing "mp3" with "m4a" will skip the encoding to mp3 step and output a .m4a aac encoded file. Really this is just a repackaging of the AAC DASH stream with some header corrections, and requires significantly fewer resources when compared with encoding the DASH stream to MP3. Audio is also one step closer to source quality. A potential challenge would be refactoring the rest of the system to work with .m4a files as well; perusing the code I see many instances of ".mp3" hardcoded in. Feel free to close this issue, just wanted to put my thoughts down. I may submit a pull request at some point if I'm feeling ambitious and get it working on a test fork on my end.

Will have to check if browser's playback mechanism (especially however the Jukebox operates) universally supports m4a as they do mp3.

More info needed for providing Spotify and Youtube api keys

Before

  • [ x] I have checked for similar issues already
  • [ x] My issue is not a bad syncronisation between the Spotify track and the YouTube audio (Those go here.)

Description

The documentation does not state how to enter the api key details in the config.json file, and the provided sample file omits those fields. I have managed to get spotify working with:
"spotifyClient": "",
"spotifySecret": "",
but not YouTube. I tried using:
"googleClient":"",
"googleSecret":"",
but keep getting the error listed below.

Console Logs

[EternalJukebox -> ] Loaded config
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[AnalysisAPI -> ] Initialised Analysis API
[SiteAPI -> ] Initialised Site API
[AudioAPI -> ] Initialised Audio API
[YoutubeAudioSource -> ] Warning: No API key provided. We're going to scrape the Youtube search page which is a not great thing to do.
To obtain an API key, follow the guide here (https://developers.google.com/youtube/v3/getting-started) or over on the EternalJukebox Github page!
[NodeAPI -> ] Initialised Node API
[OpenGraphHandler -> ] Initialised Open Graph
[StaticResources -> ] Initialised Static Resources
[SpotifyAnalyser -> reload] Attempting to reload Spotify Token; Attempt 0
[SpotifyAnalyser -> reload] Successfully reloaded the Spotify token
[EternalJukebox -> start] Now listening on port 11037

Unable to build the EternalJukebox.jar

Before

  • I have checked for similar issues already
  • My issue is not a bad syncronisation between the Spotify track and the YouTube audio (Those go here.)

Description

Am unable to build the jukebox app on my local.

Console Logs

➜ EternalJukebox git:(master) ✗ ~/Downloads/gradle-6.0.1/bin/gradle clean --info --debug shadowJar
2019-11-19T10:49:18.353-0500 [INFO] [org.gradle.internal.nativeintegration.services.NativeServices] Initialized native services in: /home/mj/.gradle/native
2019-11-19T10:49:18.550-0500 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClient] Executing build 9c916dee-a5c8-48db-9e87-13317465fd96 in daemon client {pid=12136}
2019-11-19T10:49:18.554-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface docker0
2019-11-19T10:49:18.554-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
2019-11-19T10:49:18.554-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /172.17.0.1
2019-11-19T10:49:18.554-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface enp0s31f6
2019-11-19T10:49:18.554-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
2019-11-19T10:49:18.554-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /fe80:0:0:0:458e:db32:ace4:4cf9%enp0s31f6
2019-11-19T10:49:18.554-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /10.0.1.6
2019-11-19T10:49:18.554-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface lo
2019-11-19T10:49:18.554-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? true
2019-11-19T10:49:18.554-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback address /0:0:0:0:0:0:0:1%lo
2019-11-19T10:49:18.554-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding loopback address /127.0.0.1
2019-11-19T10:49:18.562-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Waiting to acquire shared lock on daemon addresses registry.
2019-11-19T10:49:18.564-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock acquired on daemon addresses registry.
2019-11-19T10:49:18.566-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on daemon addresses registry.
2019-11-19T10:49:18.568-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.TcpOutgoingConnector] Attempting to connect to [1c6c802b-95ab-4fcb-8478-741a42a2e45f port:33617, addresses:[/0:0:0:0:0:0:0:1, /127.0.0.1]].
2019-11-19T10:49:18.568-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.TcpOutgoingConnector] Trying to connect to address /0:0:0:0:0:0:0:1.
2019-11-19T10:49:18.572-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.TcpOutgoingConnector] Cannot connect to address /0:0:0:0:0:0:0:1, skipping.
2019-11-19T10:49:18.572-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.TcpOutgoingConnector] Trying to connect to address /127.0.0.1.
2019-11-19T10:49:18.572-0500 [DEBUG] [org.gradle.internal.remote.internal.inet.TcpOutgoingConnector] Connected to address /127.0.0.1:33617.
2019-11-19T10:49:18.582-0500 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClient] Connected to daemon DaemonInfo{pid=10345, address=[1c6c802b-95ab-4fcb-8478-741a42a2e45f port:33617, addresses:[/0:0:0:0:0:0:0:1, /127.0.0.1]], state=Idle, lastBusy=1574178512454, context=DefaultDaemonContext[uid=356cefb1-17e6-4f59-bf8a-ef01d306b0f6,javaHome=/usr/lib/jvm/java-11-openjdk-amd64,daemonRegistryDir=/home/mj/.gradle/daemon,pid=10345,idleTimeout=10800000,priority=NORMAL,daemonOpts=--add-opens,java.base/java.util=ALL-UNNAMED,--add-opens,java.base/java.lang=ALL-UNNAMED,--add-opens,java.base/java.lang.invoke=ALL-UNNAMED,--add-opens,java.prefs/java.util.prefs=ALL-UNNAMED,-XX:MaxMetaspaceSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xms256m,-Xmx512m,-Dfile.encoding=UTF-8,-Duser.country=IN,-Duser.language=en,-Duser.variant]}. Dispatching request Build{id=9c916dee-a5c8-48db-9e87-13317465fd96, currentDir=/home/mj/EternalJukebox}.
2019-11-19T10:49:18.583-0500 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClientConnection] thread 1: dispatching class org.gradle.launcher.daemon.protocol.Build
2019-11-19T10:49:18.586-0500 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClient] Received result org.gradle.launcher.daemon.protocol.BuildStarted@35b74c5c from daemon DaemonInfo{pid=10345, address=[1c6c802b-95ab-4fcb-8478-741a42a2e45f port:33617, addresses:[/0:0:0:0:0:0:0:1, /127.0.0.1]], state=Idle, lastBusy=1574178512454, context=DefaultDaemonContext[uid=356cefb1-17e6-4f59-bf8a-ef01d306b0f6,javaHome=/usr/lib/jvm/java-11-openjdk-amd64,daemonRegistryDir=/home/mj/.gradle/daemon,pid=10345,idleTimeout=10800000,priority=NORMAL,daemonOpts=--add-opens,java.base/java.util=ALL-UNNAMED,--add-opens,java.base/java.lang=ALL-UNNAMED,--add-opens,java.base/java.lang.invoke=ALL-UNNAMED,--add-opens,java.prefs/java.util.prefs=ALL-UNNAMED,-XX:MaxMetaspaceSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xms256m,-Xmx512m,-Dfile.encoding=UTF-8,-Duser.country=IN,-Duser.language=en,-Duser.variant]} (build should be starting).
2019-11-19T10:49:18.586-0500 [INFO] [org.gradle.launcher.daemon.server.exec.LogToClient] The client will now receive all logging from the daemon (pid: 10345). The daemon log file: /home/mj/.gradle/daemon/6.0.1/daemon-10345.out.log
2019-11-19T10:49:18.587-0500 [INFO] [org.gradle.launcher.daemon.server.exec.LogAndCheckHealth] Starting 8th build in daemon [uptime: 14 mins 41.91 secs, performance: 100%, non-heap usage: 25% of 268.4 MB]
2019-11-19T10:49:18.587-0500 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] The daemon has started executing the build.
2019-11-19T10:49:18.587-0500 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] Executing build with daemon context: DefaultDaemonContext[uid=356cefb1-17e6-4f59-bf8a-ef01d306b0f6,javaHome=/usr/lib/jvm/java-11-openjdk-amd64,daemonRegistryDir=/home/mj/.gradle/daemon,pid=10345,idleTimeout=10800000,priority=NORMAL,daemonOpts=--add-opens,java.base/java.util=ALL-UNNAMED,--add-opens,java.base/java.lang=ALL-UNNAMED,--add-opens,java.base/java.lang.invoke=ALL-UNNAMED,--add-opens,java.prefs/java.util.prefs=ALL-UNNAMED,-XX:MaxMetaspaceSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xms256m,-Xmx512m,-Dfile.encoding=UTF-8,-Duser.country=IN,-Duser.language=en,-Duser.variant]
2019-11-19T10:49:18.588-0500 [INFO] [org.gradle.internal.work.DefaultWorkerLeaseService] Using 8 worker leases.
2019-11-19T10:49:18.589-0500 [DEBUG] [org.gradle.cache.internal.DefaultCacheAccess] Creating new cache for fileHashes, path /home/mj/EternalJukebox/.gradle/6.0.1/fileHashes/fileHashes.bin, access org.gradle.cache.internal.DefaultCacheAccess@36e396fa
2019-11-19T10:49:18.589-0500 [DEBUG] [org.gradle.cache.internal.LockOnDemandCrossProcessCacheAccess] Acquiring file lock for file hash cache (/home/mj/EternalJukebox/.gradle/6.0.1/fileHashes)
2019-11-19T10:49:18.589-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Waiting to acquire exclusive lock on file hash cache (/home/mj/EternalJukebox/.gradle/6.0.1/fileHashes).
2019-11-19T10:49:18.589-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock acquired on file hash cache (/home/mj/EternalJukebox/.gradle/6.0.1/fileHashes).
2019-11-19T10:49:18.590-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Run build' started
2019-11-19T10:49:18.590-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1 started (1 worker(s) in use).
2019-11-19T10:49:18.590-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Daemon worker Thread 5: acquired lock on root.1
2019-11-19T10:49:18.590-0500 [INFO] [org.gradle.internal.buildevents.BuildLogger] Starting Build
2019-11-19T10:49:18.590-0500 [DEBUG] [org.gradle.internal.buildevents.BuildLogger] Gradle user home: /home/mj/.gradle
2019-11-19T10:49:18.590-0500 [DEBUG] [org.gradle.internal.buildevents.BuildLogger] Current dir: /home/mj/EternalJukebox
2019-11-19T10:49:18.590-0500 [DEBUG] [org.gradle.internal.buildevents.BuildLogger] Settings file: null
2019-11-19T10:49:18.590-0500 [DEBUG] [org.gradle.internal.buildevents.BuildLogger] Build file: null
2019-11-19T10:49:18.591-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Load build' started
2019-11-19T10:49:18.591-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Evaluate settings' started
2019-11-19T10:49:18.591-0500 [DEBUG] [org.gradle.initialization.DefaultGradlePropertiesLoader] Found env project properties: []
2019-11-19T10:49:18.591-0500 [DEBUG] [org.gradle.initialization.DefaultGradlePropertiesLoader] Found system project properties: []
2019-11-19T10:49:18.592-0500 [DEBUG] [org.gradle.initialization.ScriptEvaluatingSettingsProcessor] Timing: Processing settings took: 0.0 secs
2019-11-19T10:49:18.592-0500 [INFO] [org.gradle.internal.buildevents.BuildLogger] Settings evaluated using settings file '/home/mj/EternalJukebox/settings.gradle'.
2019-11-19T10:49:18.592-0500 [DEBUG] [org.gradle.caching.configuration.internal.DefaultBuildCacheConfiguration] Found class org.gradle.caching.local.internal.DirectoryBuildCacheServiceFactory registered for class org.gradle.caching.local.DirectoryBuildCache
2019-11-19T10:49:18.592-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Finalize build cache configuration' started
2019-11-19T10:49:18.592-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Finalize build cache configuration'
2019-11-19T10:49:18.592-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Finalize build cache configuration' completed
2019-11-19T10:49:18.592-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Evaluate settings'
2019-11-19T10:49:18.592-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Evaluate settings' completed
2019-11-19T10:49:18.592-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Load build'
2019-11-19T10:49:18.592-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Load build' completed
2019-11-19T10:49:18.592-0500 [DEBUG] [org.gradle.initialization.buildsrc.BuildSourceBuilder] Gradle source dir does not exist. We leave.
2019-11-19T10:49:18.592-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Configure build' started
2019-11-19T10:49:18.592-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Load projects' started
2019-11-19T10:49:18.593-0500 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Project : - Transitioning model element '' from state Registered to Created
2019-11-19T10:49:18.593-0500 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Project : - Transitioning model element '' to state Discovered.
2019-11-19T10:49:18.593-0500 [DEBUG] [org.gradle.model.internal.registry.DefaultModelRegistry] Project : - Transitioning model element '' to state Created.
2019-11-19T10:49:18.593-0500 [DEBUG] [org.gradle.initialization.ProjectPropertySettingBuildLoader] Looking for project properties from: /home/mj/EternalJukebox/gradle.properties
2019-11-19T10:49:18.593-0500 [DEBUG] [org.gradle.initialization.ProjectPropertySettingBuildLoader] project property file does not exists. We continue!
2019-11-19T10:49:18.593-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Load projects'
2019-11-19T10:49:18.593-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Load projects' completed
2019-11-19T10:49:18.593-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Notify projectsLoaded listeners' started
2019-11-19T10:49:18.593-0500 [INFO] [org.gradle.internal.buildevents.BuildLogger] Projects loaded. Root project using build file '/home/mj/EternalJukebox/build.gradle'.
2019-11-19T10:49:18.593-0500 [INFO] [org.gradle.internal.buildevents.BuildLogger] Included projects: [root project 'EternalJukebox']
2019-11-19T10:49:18.593-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Notify projectsLoaded listeners'
2019-11-19T10:49:18.593-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Notify projectsLoaded listeners' completed
2019-11-19T10:49:18.631-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.3 started (1 worker(s) in use).
2019-11-19T10:49:18.631-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations: acquired lock on root.1.2.3
2019-11-19T10:49:18.634-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.6 started (2 worker(s) in use).
2019-11-19T10:49:18.634-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations Thread 2: acquired lock on root.1.2.6
2019-11-19T10:49:18.634-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.4 started (3 worker(s) in use).
2019-11-19T10:49:18.634-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations Thread 4: acquired lock on root.1.2.4
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.8 started (5 worker(s) in use).
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-android-extensions-1.2.21.jar (org.jetbrains.kotlin:kotlin-android-extensions:1.2.21)' completed
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve annotations-13.0.jar (org.jetbrains:annotations:13.0)' completed
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-script-runtime-1.2.21.jar (org.jetbrains.kotlin:kotlin-script-runtime:1.2.21)' completed
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-build-common-1.2.21.jar (org.jetbrains.kotlin:kotlin-build-common:1.2.21)' completed
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-daemon-client-1.2.21.jar (org.jetbrains.kotlin:kotlin-daemon-client:1.2.21)' completed
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-gradle-plugin-1.2.21.jar (org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21)' completed
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations Thread 6: acquired lock on root.1.2.8
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.5 started (6 worker(s) in use).
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations Thread 3: acquired lock on root.1.2.5
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve groovy-backports-compat23-2.4.4.jar (org.codehaus.groovy:groovy-backports-compat23:2.4.4)' completed
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.7 started (7 worker(s) in use).
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-gradle-plugin-api-1.2.21.jar (org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.2.21)' completed
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations Thread 5: acquired lock on root.1.2.7
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.3 completed (6 worker(s) in use)
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations: released lock on root.1.2.3
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-annotation-processing-gradle-1.2.21.jar (org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.2.21)' completed
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.10 started (7 worker(s) in use).
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-compiler-embeddable-1.2.21.jar (org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.21)' completed
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations Thread 7: acquired lock on root.1.2.10
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-compiler-runner-1.2.21.jar (org.jetbrains.kotlin:kotlin-compiler-runner:1.2.21)' completed
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.11 started (8 worker(s) in use).
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations Thread 8: acquired lock on root.1.2.11
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.7 completed (7 worker(s) in use)
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations Thread 5: released lock on root.1.2.7
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.8 completed (6 worker(s) in use)
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations Thread 6: released lock on root.1.2.8
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve shadow-2.0.1.jar (com.github.jengelman.gradle.plugins:shadow:2.0.1)' completed
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-reflect-1.2.21.jar (org.jetbrains.kotlin:kotlin-reflect:1.2.21)' completed
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.5 completed (5 worker(s) in use)
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations Thread 3: released lock on root.1.2.5
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.6 completed (3 worker(s) in use)
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations Thread 2: released lock on root.1.2.6
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.4 completed (2 worker(s) in use)
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations Thread 4: released lock on root.1.2.4
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.10 completed (1 worker(s) in use)
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations Thread 7: released lock on root.1.2.10
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.11 completed (1 worker(s) in use)
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Build operations Thread 8: released lock on root.1.2.11
2019-11-19T10:49:18.593-0500 [LIFECYCLE] [org.gradle.internal.logging.progress.ProgressLoggerFactory]
2019-11-19T10:49:18.593-0500 [LIFECYCLE] [org.gradle.internal.logging.progress.ProgressLoggerFactory] > Configure project :
2019-11-19T10:49:18.593-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Configure project :' started
2019-11-19T10:49:18.593-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Daemon worker Thread 5: acquired lock on :
2019-11-19T10:49:18.594-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Notify beforeEvaluate listeners of :' started
2019-11-19T10:49:18.594-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Notify beforeEvaluate listeners of :'
2019-11-19T10:49:18.594-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Notify beforeEvaluate listeners of :' completed
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.help-tasks to root project 'EternalJukebox'' started
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :help' started
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :help'
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :help' completed
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :projects' started
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :projects'
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :projects' completed
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :tasks' started
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :tasks'
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :tasks' completed
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :properties' started
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :properties'
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :properties' completed
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :dependencyInsight' started
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :dependencyInsight'
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :dependencyInsight' completed
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :dependencies' started
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :dependencies'
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :dependencies' completed
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :buildEnvironment' started
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :buildEnvironment'
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :buildEnvironment' completed
2019-11-19T10:49:18.595-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :components' started
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :components'
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :components' completed
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :model' started
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :model'
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :model' completed
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :dependentComponents' started
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :dependentComponents'
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :dependentComponents' completed
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :outgoingVariants' started
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :outgoingVariants'
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :outgoingVariants' completed
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin org.gradle.help-tasks to root project 'EternalJukebox''
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.help-tasks to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :prepareKotlinBuildScriptModel' started
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :prepareKotlinBuildScriptModel'
2019-11-19T10:49:18.596-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :prepareKotlinBuildScriptModel' completed
2019-11-19T10:49:18.597-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.build-init to root project 'EternalJukebox'' started
2019-11-19T10:49:18.597-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :init' started
2019-11-19T10:49:18.597-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :init'
2019-11-19T10:49:18.597-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :init' completed
2019-11-19T10:49:18.597-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin org.gradle.build-init to root project 'EternalJukebox''
2019-11-19T10:49:18.597-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.build-init to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.597-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.wrapper to root project 'EternalJukebox'' started
2019-11-19T10:49:18.597-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :wrapper' started
2019-11-19T10:49:18.597-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :wrapper'
2019-11-19T10:49:18.597-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :wrapper' completed
2019-11-19T10:49:18.597-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin org.gradle.wrapper to root project 'EternalJukebox''
2019-11-19T10:49:18.597-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.wrapper to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.597-0500 [INFO] [org.gradle.configuration.project.BuildScriptProcessor] Evaluating root project 'EternalJukebox' using build file '/home/mj/EternalJukebox/build.gradle'.
2019-11-19T10:49:18.598-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply script build.gradle to root project 'EternalJukebox'' started
2019-11-19T10:49:18.599-0500 [DEBUG] [org.gradle.api.internal.artifacts.mvnsettings.DefaultLocalMavenRepositoryLocator] No local repository in Settings file defined. Using default path: /home/mj/.m2/repository
2019-11-19T10:49:18.600-0500 [DEBUG] [org.gradle.cache.internal.DefaultCacheAccess] Creating new cache for workingDirs, path /home/mj/EternalJukebox/.gradle/6.0.1/vcsMetadata-1/workingDirs.bin, access org.gradle.cache.internal.DefaultCacheAccess@51ddc42c
2019-11-19T10:49:18.601-0500 [DEBUG] [org.gradle.cache.internal.DefaultCacheAccess] Creating new cache for resourceHashesCache, path /home/mj/EternalJukebox/.gradle/6.0.1/fileHashes/resourceHashesCache.bin, access org.gradle.cache.internal.DefaultCacheAccess@36e396fa
2019-11-19T10:49:18.601-0500 [DEBUG] [org.gradle.cache.internal.DefaultCacheAccess] Creating new cache for md-supplier, path /home/mj/.gradle/caches/6.0.1/md-supplier/md-supplier.bin, access org.gradle.cache.internal.DefaultCacheAccess@60a3a34c
2019-11-19T10:49:18.601-0500 [DEBUG] [org.gradle.cache.internal.LockOnDemandCrossProcessCacheAccess] Acquiring file lock for cache directory md-supplier (/home/mj/.gradle/caches/6.0.1/md-supplier)
2019-11-19T10:49:18.601-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Waiting to acquire exclusive lock on cache directory md-supplier (/home/mj/.gradle/caches/6.0.1/md-supplier).
2019-11-19T10:49:18.601-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock acquired on cache directory md-supplier (/home/mj/.gradle/caches/6.0.1/md-supplier).
2019-11-19T10:49:18.602-0500 [DEBUG] [org.gradle.cache.internal.DefaultCacheAccess] Creating new cache for md-rule, path /home/mj/.gradle/caches/6.0.1/md-rule/md-rule.bin, access org.gradle.cache.internal.DefaultCacheAccess@782df525
2019-11-19T10:49:18.602-0500 [DEBUG] [org.gradle.cache.internal.LockOnDemandCrossProcessCacheAccess] Acquiring file lock for cache directory md-rule (/home/mj/.gradle/caches/6.0.1/md-rule)
2019-11-19T10:49:18.602-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Waiting to acquire exclusive lock on cache directory md-rule (/home/mj/.gradle/caches/6.0.1/md-rule).
2019-11-19T10:49:18.602-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock acquired on cache directory md-rule (/home/mj/.gradle/caches/6.0.1/md-rule).
2019-11-19T10:49:18.605-0500 [DEBUG] [org.gradle.internal.locking.LockFileReaderWriter] Lockfiles root: /home/mj/EternalJukebox/gradle/dependency-locks
2019-11-19T10:49:18.610-0500 [DEBUG] [org.gradle.internal.locking.LockFileReaderWriter] Lockfiles root: /home/mj/EternalJukebox/gradle/dependency-locks
2019-11-19T10:49:18.610-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve dependencies of detachedConfiguration1' started
2019-11-19T10:49:18.611-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.DefaultArtifactDependencyResolver] Resolving configuration 'detachedConfiguration1'
2019-11-19T10:49:18.611-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.modulecache.ResolvedArtifactCaches] Creating new in-memory cache for repo 'Gradle Central Plugin Repository' [671a8ecc284f9e9f4d35b614eb5de66e].
2019-11-19T10:49:18.611-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration unspecified:unspecified:unspecified(detachedConfiguration1).
2019-11-19T10:49:18.612-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 using repositories [Gradle Central Plugin Repository]
2019-11-19T10:49:18.612-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1' in 'Gradle Central Plugin Repository'
2019-11-19T10:49:18.612-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 from Maven repository 'Gradle Central Plugin Repository'
2019-11-19T10:49:18.613-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected matches [com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 configuration runtime] from candidates [com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 configuration compile, com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 configuration runtime, com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 configuration platform-compile, com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 configuration platform-runtime, com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 configuration enforced-platform-compile, com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 configuration enforced-platform-runtime] for {}
2019-11-19T10:49:18.613-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1(runtime).
2019-11-19T10:49:18.613-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1(runtime) has no transitive incoming edges. ignoring outgoing edges.
2019-11-19T10:49:18.613-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.oldresult.TransientConfigurationResultsBuilder] Flushing resolved configuration data in Binary store in /tmp/gradle14454496431062875198.bin. Wrote root 2.
2019-11-19T10:49:18.613-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve dependencies of detachedConfiguration1'
2019-11-19T10:49:18.613-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve dependencies of detachedConfiguration1' completed
2019-11-19T10:49:18.614-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve dependencies of :classpath' started
2019-11-19T10:49:18.614-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.DefaultArtifactDependencyResolver] Resolving configuration ':classpath'
2019-11-19T10:49:18.614-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.modulecache.ResolvedArtifactCaches] Creating new in-memory cache for repo 'MavenRepo' [a8be1fe3b3911d3d3425fe720cf42835].
2019-11-19T10:49:18.614-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.modulecache.ResolvedArtifactCaches] Creating new in-memory cache for repo 'BintrayJCenter' [edb68b65d2dd9b547bbf59d703899938].
2019-11-19T10:49:18.615-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.modulecache.ResolvedArtifactCaches] Creating new in-memory cache for repo 'maven' [149773fcbcbe13e6f386428567fbbb06].
2019-11-19T10:49:18.615-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.modulecache.ResolvedArtifactCaches] Reusing in-memory cache for repo 'Gradle Central Plugin Repository' [671a8ecc284f9e9f4d35b614eb5de66e].
2019-11-19T10:49:18.615-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration :EternalJukebox:unspecified(classpath).
2019-11-19T10:49:18.616-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.616-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21' in 'MavenRepo'
2019-11-19T10:49:18.616-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21 from Maven repository 'MavenRepo'
2019-11-19T10:49:18.617-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected matches [org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21 configuration runtime] from candidates [org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21 configuration compile, org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21 configuration runtime, org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21 configuration platform-compile, org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21 configuration platform-runtime, org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21 configuration enforced-platform-compile, org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21 configuration enforced-platform-runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.617-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.617-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Detected non-existence of module 'com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1' in resolver cache 'MavenRepo'
2019-11-19T10:49:18.617-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Detected non-existence of module 'com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1' in resolver cache 'BintrayJCenter'
2019-11-19T10:49:18.617-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Detected non-existence of module 'com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1' in resolver cache 'maven'
2019-11-19T10:49:18.617-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1' in 'Gradle Central Plugin Repository'
2019-11-19T10:49:18.617-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 from Maven repository 'Gradle Central Plugin Repository'
2019-11-19T10:49:18.617-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21(runtime).
2019-11-19T10:49:18.618-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.2.21 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.618-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.2.21' in 'MavenRepo'
2019-11-19T10:49:18.618-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.2.21 from Maven repository 'MavenRepo'
2019-11-19T10:49:18.619-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.jetbrains.kotlin:kotlin-stdlib:1.2.21 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.619-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.jetbrains.kotlin:kotlin-stdlib:1.2.21' in 'MavenRepo'
2019-11-19T10:49:18.619-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.jetbrains.kotlin:kotlin-stdlib:1.2.21 from Maven repository 'MavenRepo'
2019-11-19T10:49:18.619-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.21 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.619-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.21' in 'MavenRepo'
2019-11-19T10:49:18.619-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.21 from Maven repository 'MavenRepo'
2019-11-19T10:49:18.619-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.2.21 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.619-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.2.21' in 'MavenRepo'
2019-11-19T10:49:18.619-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.2.21 from Maven repository 'MavenRepo'
2019-11-19T10:49:18.619-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.jetbrains.kotlin:kotlin-android-extensions:1.2.21 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.619-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.jetbrains.kotlin:kotlin-android-extensions:1.2.21' in 'MavenRepo'
2019-11-19T10:49:18.619-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.jetbrains.kotlin:kotlin-android-extensions:1.2.21 from Maven repository 'MavenRepo'
2019-11-19T10:49:18.619-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.jetbrains.kotlin:kotlin-compiler-runner:1.2.21 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.620-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.jetbrains.kotlin:kotlin-compiler-runner:1.2.21' in 'MavenRepo'
2019-11-19T10:49:18.620-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.jetbrains.kotlin:kotlin-compiler-runner:1.2.21 from Maven repository 'MavenRepo'
2019-11-19T10:49:18.620-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1(runtime).
2019-11-19T10:49:18.620-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for com.github.jengelman.gradle.plugins:shadow:2.0.1 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.620-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Detected non-existence of module 'com.github.jengelman.gradle.plugins:shadow:2.0.1' in resolver cache 'MavenRepo'
2019-11-19T10:49:18.620-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'com.github.jengelman.gradle.plugins:shadow:2.0.1' in 'BintrayJCenter'
2019-11-19T10:49:18.620-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using com.github.jengelman.gradle.plugins:shadow:2.0.1 from Maven repository 'BintrayJCenter'
2019-11-19T10:49:18.621-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.2.21(runtime).
2019-11-19T10:49:18.621-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains.kotlin:kotlin-stdlib:1.2.21(runtime).
2019-11-19T10:49:18.621-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.jetbrains:annotations:13.0 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.621-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.jetbrains:annotations:13.0' in 'MavenRepo'
2019-11-19T10:49:18.621-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.jetbrains:annotations:13.0 from Maven repository 'MavenRepo'
2019-11-19T10:49:18.622-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.21(runtime).
2019-11-19T10:49:18.622-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.jetbrains.kotlin:kotlin-script-runtime:1.2.21 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.622-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.jetbrains.kotlin:kotlin-script-runtime:1.2.21' in 'MavenRepo'
2019-11-19T10:49:18.622-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.jetbrains.kotlin:kotlin-script-runtime:1.2.21 from Maven repository 'MavenRepo'
2019-11-19T10:49:18.622-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.jetbrains.kotlin:kotlin-reflect:1.2.21 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.622-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.jetbrains.kotlin:kotlin-reflect:1.2.21' in 'MavenRepo'
2019-11-19T10:49:18.622-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.jetbrains.kotlin:kotlin-reflect:1.2.21 from Maven repository 'MavenRepo'
2019-11-19T10:49:18.622-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.2.21(runtime).
2019-11-19T10:49:18.623-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains.kotlin:kotlin-android-extensions:1.2.21(runtime).
2019-11-19T10:49:18.623-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains.kotlin:kotlin-compiler-runner:1.2.21(runtime).
2019-11-19T10:49:18.623-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.jetbrains.kotlin:kotlin-build-common:1.2.21 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.623-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.jetbrains.kotlin:kotlin-build-common:1.2.21' in 'MavenRepo'
2019-11-19T10:49:18.623-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.jetbrains.kotlin:kotlin-build-common:1.2.21 from Maven repository 'MavenRepo'
2019-11-19T10:49:18.624-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.jetbrains.kotlin:kotlin-daemon-client:1.2.21 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.624-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.jetbrains.kotlin:kotlin-daemon-client:1.2.21' in 'MavenRepo'
2019-11-19T10:49:18.624-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.jetbrains.kotlin:kotlin-daemon-client:1.2.21 from Maven repository 'MavenRepo'
2019-11-19T10:49:18.624-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration com.github.jengelman.gradle.plugins:shadow:2.0.1(runtime).
2019-11-19T10:49:18.624-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Attempting to resolve component for org.codehaus.groovy:groovy-backports-compat23:2.4.4 using repositories [MavenRepo, BintrayJCenter, maven, Gradle Central Plugin Repository]
2019-11-19T10:49:18.624-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Using cached module metadata for module 'org.codehaus.groovy:groovy-backports-compat23:2.4.4' in 'MavenRepo'
2019-11-19T10:49:18.624-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.RepositoryChainComponentMetaDataResolver] Using org.codehaus.groovy:groovy-backports-compat23:2.4.4 from Maven repository 'MavenRepo'
2019-11-19T10:49:18.624-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains:annotations:13.0(runtime).
2019-11-19T10:49:18.624-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains.kotlin:kotlin-stdlib:1.2.21(runtime).
2019-11-19T10:49:18.624-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Changed edges for org.jetbrains.kotlin:kotlin-stdlib:1.2.21(runtime) selects same versions as previous traversal. ignoring
2019-11-19T10:49:18.624-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains.kotlin:kotlin-script-runtime:1.2.21(runtime).
2019-11-19T10:49:18.625-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains.kotlin:kotlin-reflect:1.2.21(runtime).
2019-11-19T10:49:18.625-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.21(runtime).
2019-11-19T10:49:18.625-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Changed edges for org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.21(runtime) selects same versions as previous traversal. ignoring
2019-11-19T10:49:18.625-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains.kotlin:kotlin-build-common:1.2.21(runtime).
2019-11-19T10:49:18.625-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains.kotlin:kotlin-daemon-client:1.2.21(runtime).
2019-11-19T10:49:18.625-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.codehaus.groovy:groovy-backports-compat23:2.4.4(runtime).
2019-11-19T10:49:18.625-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Visiting configuration org.jetbrains.kotlin:kotlin-stdlib:1.2.21(runtime).
2019-11-19T10:49:18.625-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.builder.DependencyGraphBuilder] Changed edges for org.jetbrains.kotlin:kotlin-stdlib:1.2.21(runtime) selects same versions as previous traversal. ignoring
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.oldresult.TransientConfigurationResultsBuilder] Flushing resolved configuration data in Binary store in /tmp/gradle14454496431062875198.bin. Wrote root 2.
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve dependencies of :classpath'
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve dependencies of :classpath' completed
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 configuration runtime from candidates [com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-android-extensions:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-android-extensions:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-compiler-runner:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-compiler-runner:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-reflect:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-reflect:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-stdlib:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-stdlib:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match com.github.jengelman.gradle.plugins:shadow:2.0.1 configuration runtime from candidates [com.github.jengelman.gradle.plugins:shadow:2.0.1 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains:annotations:13.0 configuration runtime from candidates [org.jetbrains:annotations:13.0 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.627-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-script-runtime:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-script-runtime:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.628-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-build-common:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-build-common:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.628-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-daemon-client:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-daemon-client:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.628-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.codehaus.groovy:groovy-backports-compat23:2.4.4 configuration runtime from candidates [org.codehaus.groovy:groovy-backports-compat23:2.4.4 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.628-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve files of :classpath' started
2019-11-19T10:49:18.634-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-gradle-plugin-1.2.21.jar (org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21)' started
2019-11-19T10:49:18.634-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-gradle-plugin-api-1.2.21.jar (org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.2.21)' started
2019-11-19T10:49:18.634-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-android-extensions-1.2.21.jar (org.jetbrains.kotlin:kotlin-android-extensions:1.2.21)' started
2019-11-19T10:49:18.634-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.9 started (4 worker(s) in use).
2019-11-19T10:49:18.634-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Daemon worker Thread 5: acquired lock on root.1.2.9
2019-11-19T10:49:18.634-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact 'kotlin-gradle-plugin-1.2.21.jar (org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21)' in resolver cache: /home/mj/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-gradle-plugin/1.2.21/e53ec8cdacbc461d750d0add731e803e5d4cf71c/kotlin-gradle-plugin-1.2.21.jar
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve kotlin-gradle-plugin-1.2.21.jar (org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21)'
2019-11-19T10:49:18.634-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact 'kotlin-android-extensions-1.2.21.jar (org.jetbrains.kotlin:kotlin-android-extensions:1.2.21)' in resolver cache: /home/mj/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-android-extensions/1.2.21/b35afe5863f02e395afd1bf61fcbd647034196a0/kotlin-android-extensions-1.2.21.jar
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve kotlin-android-extensions-1.2.21.jar (org.jetbrains.kotlin:kotlin-android-extensions:1.2.21)'
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve annotations-13.0.jar (org.jetbrains:annotations:13.0)' started
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact 'annotations-13.0.jar (org.jetbrains:annotations:13.0)' in resolver cache: /home/mj/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations/13.0/919f0dfe192fb4e063e7dacadee7f8bb9a2672a9/annotations-13.0.jar
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve annotations-13.0.jar (org.jetbrains:annotations:13.0)'
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-script-runtime-1.2.21.jar (org.jetbrains.kotlin:kotlin-script-runtime:1.2.21)' started
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact 'kotlin-script-runtime-1.2.21.jar (org.jetbrains.kotlin:kotlin-script-runtime:1.2.21)' in resolver cache: /home/mj/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-script-runtime/1.2.21/40c37b171146be48a989ab74b937b17a96d28d87/kotlin-script-runtime-1.2.21.jar
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve kotlin-script-runtime-1.2.21.jar (org.jetbrains.kotlin:kotlin-script-runtime:1.2.21)'
2019-11-19T10:49:18.635-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-build-common-1.2.21.jar (org.jetbrains.kotlin:kotlin-build-common:1.2.21)' started
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact 'kotlin-build-common-1.2.21.jar (org.jetbrains.kotlin:kotlin-build-common:1.2.21)' in resolver cache: /home/mj/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-build-common/1.2.21/bfd7e4fb5a46423e1555b1a3307bc99a0c2c011e/kotlin-build-common-1.2.21.jar
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve kotlin-build-common-1.2.21.jar (org.jetbrains.kotlin:kotlin-build-common:1.2.21)'
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-daemon-client-1.2.21.jar (org.jetbrains.kotlin:kotlin-daemon-client:1.2.21)' started
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact 'kotlin-daemon-client-1.2.21.jar (org.jetbrains.kotlin:kotlin-daemon-client:1.2.21)' in resolver cache: /home/mj/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-daemon-client/1.2.21/cc7bf6957ba0443ea7a89e925551e16855d76b2/kotlin-daemon-client-1.2.21.jar
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve kotlin-daemon-client-1.2.21.jar (org.jetbrains.kotlin:kotlin-daemon-client:1.2.21)'
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve groovy-backports-compat23-2.4.4.jar (org.codehaus.groovy:groovy-backports-compat23:2.4.4)' started
2019-11-19T10:49:18.634-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact 'kotlin-gradle-plugin-api-1.2.21.jar (org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.2.21)' in resolver cache: /home/mj/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-gradle-plugin-api/1.2.21/59e96fa1418ae17356990c6c846d200362967f6b/kotlin-gradle-plugin-api-1.2.21.jar
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact 'groovy-backports-compat23-2.4.4.jar (org.codehaus.groovy:groovy-backports-compat23:2.4.4)' in resolver cache: /home/mj/.gradle/caches/modules-2/files-2.1/org.codehaus.groovy/groovy-backports-compat23/2.4.4/db18ea377b154334e5323451835d329802222fa/groovy-backports-compat23-2.4.4.jar
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-stdlib-1.2.21.jar (org.jetbrains.kotlin:kotlin-stdlib:1.2.21)' started
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve groovy-backports-compat23-2.4.4.jar (org.codehaus.groovy:groovy-backports-compat23:2.4.4)'
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve kotlin-gradle-plugin-api-1.2.21.jar (org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.2.21)'
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact 'kotlin-stdlib-1.2.21.jar (org.jetbrains.kotlin:kotlin-stdlib:1.2.21)' in resolver cache: /home/mj/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.2.21/d64187eb2d9d1521be3421aa8c6774a8625cdde8/kotlin-stdlib-1.2.21.jar
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-compiler-embeddable-1.2.21.jar (org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.21)' started
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-annotation-processing-gradle-1.2.21.jar (org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.2.21)' started
2019-11-19T10:49:18.636-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve kotlin-stdlib-1.2.21.jar (org.jetbrains.kotlin:kotlin-stdlib:1.2.21)'
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-stdlib-1.2.21.jar (org.jetbrains.kotlin:kotlin-stdlib:1.2.21)' completed
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact 'kotlin-compiler-embeddable-1.2.21.jar (org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.21)' in resolver cache: /home/mj/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-compiler-embeddable/1.2.21/39456b64a42dc359e385697e2e93b5cba52e197f/kotlin-compiler-embeddable-1.2.21.jar
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact 'kotlin-annotation-processing-gradle-1.2.21.jar (org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.2.21)' in resolver cache: /home/mj/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-annotation-processing-gradle/1.2.21/a8217f1d15190b377518c6231200f325342a0ab1/kotlin-annotation-processing-gradle-1.2.21.jar
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-compiler-runner-1.2.21.jar (org.jetbrains.kotlin:kotlin-compiler-runner:1.2.21)' started
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve kotlin-annotation-processing-gradle-1.2.21.jar (org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.2.21)'
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve kotlin-compiler-embeddable-1.2.21.jar (org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.21)'
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact 'kotlin-compiler-runner-1.2.21.jar (org.jetbrains.kotlin:kotlin-compiler-runner:1.2.21)' in resolver cache: /home/mj/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-compiler-runner/1.2.21/61c6bc4b69da7c95c56192ccf4a831b89bb849a2/kotlin-compiler-runner-1.2.21.jar
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve kotlin-compiler-runner-1.2.21.jar (org.jetbrains.kotlin:kotlin-compiler-runner:1.2.21)'
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve kotlin-reflect-1.2.21.jar (org.jetbrains.kotlin:kotlin-reflect:1.2.21)' started
2019-11-19T10:49:18.637-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve shadow-2.0.1.jar (com.github.jengelman.gradle.plugins:shadow:2.0.1)' started
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact 'kotlin-reflect-1.2.21.jar (org.jetbrains.kotlin:kotlin-reflect:1.2.21)' in resolver cache: /home/mj/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.2.21/3159ff5936aa570a90050d385cb717fbb6c1723a/kotlin-reflect-1.2.21.jar
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.ivyresolve.CachingModuleComponentRepository] Found artifact 'shadow-2.0.1.jar (com.github.jengelman.gradle.plugins:shadow:2.0.1)' in resolver cache: /home/mj/.gradle/caches/modules-2/files-2.1/com.github.jengelman.gradle.plugins/shadow/2.0.1/60f2487d11466d5e74ee993fce3c79b7bc71d88c/shadow-2.0.1.jar
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve kotlin-reflect-1.2.21.jar (org.jetbrains.kotlin:kotlin-reflect:1.2.21)'
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve shadow-2.0.1.jar (com.github.jengelman.gradle.plugins:shadow:2.0.1)'
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1.2.9 completed (4 worker(s) in use)
2019-11-19T10:49:18.638-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Daemon worker Thread 5: released lock on root.1.2.9
2019-11-19T10:49:18.639-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve files of :classpath'
2019-11-19T10:49:18.639-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve files of :classpath' completed
2019-11-19T10:49:18.639-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.639-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 configuration runtime from candidates [com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:2.0.1 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.639-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.639-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-annotation-processing-gradle:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.639-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-android-extensions:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-android-extensions:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.639-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-compiler-runner:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-compiler-runner:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.639-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.639-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-reflect:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-reflect:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.640-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-stdlib:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-stdlib:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.640-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match com.github.jengelman.gradle.plugins:shadow:2.0.1 configuration runtime from candidates [com.github.jengelman.gradle.plugins:shadow:2.0.1 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.640-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains:annotations:13.0 configuration runtime from candidates [org.jetbrains:annotations:13.0 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.640-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-script-runtime:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-script-runtime:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.640-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-build-common:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-build-common:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.640-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.jetbrains.kotlin:kotlin-daemon-client:1.2.21 configuration runtime from candidates [org.jetbrains.kotlin:kotlin-daemon-client:1.2.21 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.640-0500 [DEBUG] [org.gradle.internal.component.model.ComponentAttributeMatcher] Selected match org.codehaus.groovy:groovy-backports-compat23:2.4.4 configuration runtime from candidates [org.codehaus.groovy:groovy-backports-compat23:2.4.4 configuration runtime] for {org.gradle.dependency.bundling=external, org.gradle.jvm.version=11, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}
2019-11-19T10:49:18.640-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve files of :classpath' started
2019-11-19T10:49:18.640-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Resolve files of :classpath'
2019-11-19T10:49:18.640-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Resolve files of :classpath' completed
2019-11-19T10:49:18.642-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin com.github.johnrengelman.shadow to root project 'EternalJukebox'' started
2019-11-19T10:49:18.642-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin com.github.jengelman.gradle.plugins.shadow.ShadowBasePlugin to root project 'EternalJukebox'' started
2019-11-19T10:49:18.643-0500 [DEBUG] [org.gradle.cache.internal.DefaultCacheAccess] Creating new cache for outputFiles, path /home/mj/EternalJukebox/.gradle/buildOutputCleanup/outputFiles.bin, access org.gradle.cache.internal.DefaultCacheAccess@367ddb4c
2019-11-19T10:49:18.643-0500 [DEBUG] [org.gradle.cache.internal.LockOnDemandCrossProcessCacheAccess] Acquiring file lock for Build Output Cleanup Cache (/home/mj/EternalJukebox/.gradle/buildOutputCleanup)
2019-11-19T10:49:18.644-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Waiting to acquire exclusive lock on Build Output Cleanup Cache (/home/mj/EternalJukebox/.gradle/buildOutputCleanup).
2019-11-19T10:49:18.644-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock acquired on Build Output Cleanup Cache (/home/mj/EternalJukebox/.gradle/buildOutputCleanup).
2019-11-19T10:49:18.644-0500 [DEBUG] [org.gradle.internal.locking.LockFileReaderWriter] Lockfiles root: /home/mj/EternalJukebox/gradle/dependency-locks
2019-11-19T10:49:18.645-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :knows' started
2019-11-19T10:49:18.645-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :knows'
2019-11-19T10:49:18.645-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :knows' completed
2019-11-19T10:49:18.645-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin com.github.jengelman.gradle.plugins.shadow.ShadowBasePlugin to root project 'EternalJukebox''
2019-11-19T10:49:18.645-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin com.github.jengelman.gradle.plugins.shadow.ShadowBasePlugin to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.646-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin com.github.johnrengelman.shadow to root project 'EternalJukebox''
2019-11-19T10:49:18.646-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin com.github.johnrengelman.shadow to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.646-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.java to root project 'EternalJukebox'' started
2019-11-19T10:49:18.647-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.api.plugins.JavaBasePlugin to root project 'EternalJukebox'' started
2019-11-19T10:49:18.647-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.api.plugins.BasePlugin to root project 'EternalJukebox'' started
2019-11-19T10:49:18.647-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.language.base.plugins.LifecycleBasePlugin to root project 'EternalJukebox'' started
2019-11-19T10:49:18.647-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :clean' started
2019-11-19T10:49:18.648-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :clean'
2019-11-19T10:49:18.648-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :clean' completed
2019-11-19T10:49:18.648-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :assemble' started
2019-11-19T10:49:18.648-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :assemble'
2019-11-19T10:49:18.648-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :assemble' completed
2019-11-19T10:49:18.648-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :check' started
2019-11-19T10:49:18.648-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :check'
2019-11-19T10:49:18.648-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :check' completed
2019-11-19T10:49:18.648-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :build' started
2019-11-19T10:49:18.648-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :build'
2019-11-19T10:49:18.648-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :build' completed
2019-11-19T10:49:18.648-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin org.gradle.language.base.plugins.LifecycleBasePlugin to root project 'EternalJukebox''
2019-11-19T10:49:18.648-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.language.base.plugins.LifecycleBasePlugin to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.649-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.649-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.649-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.649-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.649-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.649-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.649-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.649-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.649-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.649-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin org.gradle.api.plugins.BasePlugin to root project 'EternalJukebox''
2019-11-19T10:49:18.649-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.api.plugins.BasePlugin to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.649-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.api.plugins.ReportingBasePlugin to root project 'EternalJukebox'' started
2019-11-19T10:49:18.650-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin org.gradle.api.plugins.ReportingBasePlugin to root project 'EternalJukebox''
2019-11-19T10:49:18.650-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.api.plugins.ReportingBasePlugin to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.650-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :buildNeeded' started
2019-11-19T10:49:18.650-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :buildNeeded'
2019-11-19T10:49:18.650-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :buildNeeded' completed
2019-11-19T10:49:18.650-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :buildDependents' started
2019-11-19T10:49:18.650-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :buildDependents'
2019-11-19T10:49:18.650-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :buildDependents' completed
2019-11-19T10:49:18.651-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin org.gradle.api.plugins.JavaBasePlugin to root project 'EternalJukebox''
2019-11-19T10:49:18.651-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.api.plugins.JavaBasePlugin to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.651-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.651-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.651-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.651-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.651-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.652-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :processResources' started
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :processResources'
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :processResources' completed
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :compileJava' started
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :compileJava'
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :compileJava' completed
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :classes' started
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :classes'
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :classes' completed
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.653-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.654-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :processTestResources' started
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :processTestResources'
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :processTestResources' completed
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :compileTestJava' started
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :compileTestJava'
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :compileTestJava' completed
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :testClasses' started
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :testClasses'
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :testClasses' completed
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.655-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :test' started
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :test'
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :test' completed
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :javadoc' started
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :javadoc'
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :javadoc' completed
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :jar' started
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :jar'
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :jar' completed
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.656-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.657-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.658-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.659-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin com.github.jengelman.gradle.plugins.shadow.ShadowJavaPlugin to root project 'EternalJukebox'' started
2019-11-19T10:49:18.659-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :shadowJar' started
2019-11-19T10:49:18.659-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.659-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.659-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.659-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :shadowJar'
2019-11-19T10:49:18.659-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :shadowJar' completed
2019-11-19T10:49:18.660-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :jar' started
2019-11-19T10:49:18.660-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.660-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.660-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.660-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.660-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.660-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.660-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :jar'
2019-11-19T10:49:18.661-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :jar' completed
2019-11-19T10:49:18.661-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.661-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.661-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.661-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin com.github.jengelman.gradle.plugins.shadow.ShadowJavaPlugin to root project 'EternalJukebox''
2019-11-19T10:49:18.661-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin com.github.jengelman.gradle.plugins.shadow.ShadowJavaPlugin to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.662-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.662-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.662-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin org.gradle.java to root project 'EternalJukebox''
2019-11-19T10:49:18.662-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.java to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.662-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.application to root project 'EternalJukebox'' started
2019-11-19T10:49:18.662-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.api.distribution.plugins.DistributionPlugin to root project 'EternalJukebox'' started
2019-11-19T10:49:18.662-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.662-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :distZip' started
2019-11-19T10:49:18.662-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :distZip'
2019-11-19T10:49:18.662-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :distZip' completed
2019-11-19T10:49:18.663-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :distTar' started
2019-11-19T10:49:18.663-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :distTar'
2019-11-19T10:49:18.663-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :distTar' completed
2019-11-19T10:49:18.663-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :installDist' started
2019-11-19T10:49:18.663-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :installDist'
2019-11-19T10:49:18.663-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :installDist' completed
2019-11-19T10:49:18.663-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :assembleDist' started
2019-11-19T10:49:18.663-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :assembleDist'
2019-11-19T10:49:18.663-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :assembleDist' completed
2019-11-19T10:49:18.663-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.663-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.663-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin org.gradle.api.distribution.plugins.DistributionPlugin to root project 'EternalJukebox''
2019-11-19T10:49:18.663-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.api.distribution.plugins.DistributionPlugin to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.663-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :run' started
2019-11-19T10:49:18.664-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :run'
2019-11-19T10:49:18.664-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :run' completed
2019-11-19T10:49:18.664-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :startScripts' started
2019-11-19T10:49:18.664-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :startScripts'
2019-11-19T10:49:18.664-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :startScripts' completed
2019-11-19T10:49:18.664-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.664-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin com.github.jengelman.gradle.plugins.shadow.ShadowApplicationPlugin to root project 'EternalJukebox'' started
2019-11-19T10:49:18.664-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.665-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :shadowDistZip' started
2019-11-19T10:49:18.665-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :shadowDistZip'
2019-11-19T10:49:18.665-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :shadowDistZip' completed
2019-11-19T10:49:18.665-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :shadowDistTar' started
2019-11-19T10:49:18.665-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :shadowDistTar'
2019-11-19T10:49:18.665-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :shadowDistTar' completed
2019-11-19T10:49:18.665-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :installShadowDist' started
2019-11-19T10:49:18.665-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :installShadowDist'
2019-11-19T10:49:18.665-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :installShadowDist' completed
2019-11-19T10:49:18.665-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :assembleShadowDist' started
2019-11-19T10:49:18.665-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Register task :assembleShadowDist'
2019-11-19T10:49:18.665-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Register task :assembleShadowDist' completed
2019-11-19T10:49:18.665-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.665-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.666-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :runShadow' started
2019-11-19T10:49:18.666-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :runShadow'
2019-11-19T10:49:18.666-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :runShadow' completed
2019-11-19T10:49:18.666-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :installShadowDist' started
2019-11-19T10:49:18.667-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.667-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.667-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.667-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :installShadowDist'
2019-11-19T10:49:18.667-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :installShadowDist' completed
2019-11-19T10:49:18.667-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :startShadowScripts' started
2019-11-19T10:49:18.667-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :startShadowScripts'
2019-11-19T10:49:18.668-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :startShadowScripts' completed
2019-11-19T10:49:18.669-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin com.github.jengelman.gradle.plugins.shadow.ShadowApplicationPlugin to root project 'EternalJukebox''
2019-11-19T10:49:18.669-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin com.github.jengelman.gradle.plugins.shadow.ShadowApplicationPlugin to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.669-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.669-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.669-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin org.gradle.application to root project 'EternalJukebox''
2019-11-19T10:49:18.669-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin org.gradle.application to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.671-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin kotlin to root project 'EternalJukebox'' started
2019-11-19T10:49:18.671-0500 [DEBUG] [org.jetbrains.kotlin.gradle.plugin.KotlinPluginWrapper] [KOTLIN] Loading version information
2019-11-19T10:49:18.671-0500 [DEBUG] [org.jetbrains.kotlin.gradle.plugin.KotlinPluginWrapper] [KOTLIN] Found project version [1.2.21]
2019-11-19T10:49:18.671-0500 [DEBUG] [org.jetbrains.kotlin.gradle.plugin.KotlinGradleBuildServices] [KOTLIN] Initialized KotlinGradleBuildServices
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.672-0500 [DEBUG] [org.jetbrains.kotlin.gradle.plugin.Kotlin2JvmSourceSetProcessor] [KOTLIN] Creating KotlinSourceSet for source set 'main'
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply plugin kotlin to root project 'EternalJukebox''
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply plugin kotlin to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Apply script build.gradle to root project 'EternalJukebox''
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Apply script build.gradle to root project 'EternalJukebox'' completed
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.configuration.project.BuildScriptProcessor] Timing: Running the build script took 0.074 secs
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Notify afterEvaluate listeners of :' started
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute Project.afterEvaluate listener' started
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute Project.afterEvaluate listener'
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute Project.afterEvaluate listener' completed
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Notify afterEvaluate listeners of :'
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Notify afterEvaluate listeners of :' completed
2019-11-19T10:49:18.672-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Daemon worker Thread 5: released lock on :
2019-11-19T10:49:18.673-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Configure project :'
2019-11-19T10:49:18.673-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Configure project :' completed
2019-11-19T10:49:18.673-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Configure build'
2019-11-19T10:49:18.673-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Configure build' completed
2019-11-19T10:49:18.673-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :help' started
2019-11-19T10:49:18.673-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.673-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.673-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.673-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :help'
2019-11-19T10:49:18.673-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :help' completed
2019-11-19T10:49:18.673-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :projects' started
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :projects'
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :projects' completed
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :tasks' started
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :tasks'
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :tasks' completed
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :properties' started
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :properties'
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :properties' completed
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :dependencyInsight' started
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :dependencyInsight'
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :dependencyInsight' completed
2019-11-19T10:49:18.674-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :dependencies' started
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :dependencies'
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :dependencies' completed
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :buildEnvironment' started
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :buildEnvironment'
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :buildEnvironment' completed
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :components' started
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :components'
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :components' completed
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :model' started
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :model'
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :model' completed
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :dependentComponents' started
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.675-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :dependentComponents'
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :dependentComponents' completed
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :outgoingVariants' started
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :outgoingVariants'
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :outgoingVariants' completed
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :prepareKotlinBuildScriptModel' started
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :prepareKotlinBuildScriptModel'
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :prepareKotlinBuildScriptModel' completed
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :init' started
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :init'
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :init' completed
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :wrapper' started
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :wrapper'
2019-11-19T10:49:18.676-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :wrapper' completed
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :clean' started
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :clean'
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :clean' completed
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :assemble' started
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :distZip' started
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.677-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :distZip'
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :distZip' completed
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :distTar' started
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :distTar'
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :distTar' completed
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :shadowDistZip' started
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.678-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :shadowDistZip'
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :shadowDistZip' completed
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :shadowDistTar' started
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :shadowDistTar'
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :shadowDistTar' completed
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :assemble'
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :assemble' completed
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :check' started
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.679-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :check'
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :check' completed
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :build' started
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :build'
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :build' completed
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :buildNeeded' started
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :buildNeeded'
2019-11-19T10:49:18.680-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :buildNeeded' completed
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :buildDependents' started
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :buildDependents'
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :buildDependents' completed
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :processResources' started
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :processResources'
2019-11-19T10:49:18.681-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :processResources' completed
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :compileJava' started
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :compileJava'
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :compileJava' completed
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :classes' started
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :classes'
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :classes' completed
2019-11-19T10:49:18.682-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :processTestResources' started
2019-11-19T10:49:18.683-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.683-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.683-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.683-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :processTestResources'
2019-11-19T10:49:18.683-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :processTestResources' completed
2019-11-19T10:49:18.683-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :compileTestJava' started
2019-11-19T10:49:18.683-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.683-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.683-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.683-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.683-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.683-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.684-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :compileTestJava'
2019-11-19T10:49:18.684-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :compileTestJava' completed
2019-11-19T10:49:18.684-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :testClasses' started
2019-11-19T10:49:18.684-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.684-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.684-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.684-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :testClasses'
2019-11-19T10:49:18.684-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :testClasses' completed
2019-11-19T10:49:18.684-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :test' started
2019-11-19T10:49:18.685-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.685-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.685-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.685-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.685-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.685-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.685-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.685-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.685-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.685-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :test'
2019-11-19T10:49:18.685-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :test' completed
2019-11-19T10:49:18.685-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :javadoc' started
2019-11-19T10:49:18.686-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.686-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.686-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.686-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.686-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.686-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.686-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :javadoc'
2019-11-19T10:49:18.686-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :javadoc' completed
2019-11-19T10:49:18.686-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :installDist' started
2019-11-19T10:49:18.686-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.687-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.687-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.687-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.687-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.687-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.687-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :installDist'
2019-11-19T10:49:18.687-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :installDist' completed
2019-11-19T10:49:18.687-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :assembleDist' started
2019-11-19T10:49:18.687-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.687-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.687-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.687-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :assembleDist'
2019-11-19T10:49:18.687-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :assembleDist' completed
2019-11-19T10:49:18.687-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :run' started
2019-11-19T10:49:18.688-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.688-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.688-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.688-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :run'
2019-11-19T10:49:18.688-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :run' completed
2019-11-19T10:49:18.688-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :startScripts' started
2019-11-19T10:49:18.688-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.688-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.688-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.688-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :startScripts'
2019-11-19T10:49:18.688-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :startScripts' completed
2019-11-19T10:49:18.688-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :assembleShadowDist' started
2019-11-19T10:49:18.689-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' started
2019-11-19T10:49:18.689-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Execute container callback action'
2019-11-19T10:49:18.689-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Execute container callback action' completed
2019-11-19T10:49:18.689-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Realize task :assembleShadowDist'
2019-11-19T10:49:18.689-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Realize task :assembleShadowDist' completed
2019-11-19T10:49:18.689-0500 [DEBUG] [org.jetbrains.kotlin.gradle.plugin.KotlinGradleBuildServices] [KOTLIN] Skipping kotlin cleanup since compiler wasn't called
2019-11-19T10:49:18.689-0500 [DEBUG] [org.jetbrains.kotlin.gradle.plugin.KotlinGradleBuildServices] [KOTLIN] Disposed KotlinGradleBuildServices
2019-11-19T10:49:18.689-0500 [DEBUG] [org.gradle.internal.work.DefaultWorkerLeaseService] Worker lease root.1 completed (0 worker(s) in use)
2019-11-19T10:49:18.689-0500 [DEBUG] [org.gradle.internal.resources.AbstractTrackedResourceLock] Daemon worker Thread 5: released lock on root.1
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception.
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Where:
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Build file '/home/mj/EternalJukebox/build.gradle' line: 22
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * What went wrong:
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] A problem occurred evaluating root project 'EternalJukebox'.
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Could not initialize class org.jetbrains.kotlin.gradle.internal.KotlinSourceSetProviderImplKt
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Try:
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Run with --stacktrace option to get the stack trace. Run with --scan to get full insights.
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Get more help at https://help.gradle.org
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildResultLogger]
2019-11-19T10:49:18.690-0500 [ERROR] [org.gradle.internal.buildevents.BuildResultLogger] BUILD FAILED in 760ms
2019-11-19T10:49:18.690-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Run build'
2019-11-19T10:49:18.690-0500 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Build operation 'Run build' completed
2019-11-19T10:49:18.695-0500 [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)
2019-11-19T10:49:18.695-0500 [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)
2019-11-19T10:49:18.695-0500 [DEBUG] [org.gradle.api.internal.artifacts.ivyservice.resolveengine.store.ResolutionResultsStoreFactory] Deleted 2 resolution results binary files in 0.0 secs
2019-11-19T10:49:18.695-0500 [DEBUG] [org.gradle.cache.internal.LockOnDemandCrossProcessCacheAccess] Releasing file lock for Build Output Cleanup Cache (/home/mj/EternalJukebox/.gradle/buildOutputCleanup)
2019-11-19T10:49:18.695-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on Build Output Cleanup Cache (/home/mj/EternalJukebox/.gradle/buildOutputCleanup).
2019-11-19T10:49:18.696-0500 [DEBUG] [org.gradle.cache.internal.LockOnDemandCrossProcessCacheAccess] Releasing file lock for cache directory md-supplier (/home/mj/.gradle/caches/6.0.1/md-supplier)
2019-11-19T10:49:18.696-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on cache directory md-supplier (/home/mj/.gradle/caches/6.0.1/md-supplier).
2019-11-19T10:49:18.696-0500 [DEBUG] [org.gradle.cache.internal.LockOnDemandCrossProcessCacheAccess] Releasing file lock for cache directory md-rule (/home/mj/.gradle/caches/6.0.1/md-rule)
2019-11-19T10:49:18.696-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on cache directory md-rule (/home/mj/.gradle/caches/6.0.1/md-rule).
2019-11-19T10:49:18.697-0500 [DEBUG] [org.gradle.deployment.internal.DefaultDeploymentRegistry] Stopping 0 deployment handles
2019-11-19T10:49:18.697-0500 [DEBUG] [org.gradle.deployment.internal.DefaultDeploymentRegistry] Stopped deployment handles
2019-11-19T10:49:18.698-0500 [DEBUG] [org.gradle.cache.internal.LockOnDemandCrossProcessCacheAccess] Releasing file lock for file hash cache (/home/mj/EternalJukebox/.gradle/6.0.1/fileHashes)
2019-11-19T10:49:18.698-0500 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on file hash cache (/home/mj/EternalJukebox/.gradle/6.0.1/fileHashes).
2019-11-19T10:49:18.698-0500 [DEBUG] [org.gradle.cache.internal.DefaultPersistentDirectoryStore] VCS Checkout Cache (/home/mj/EternalJukebox/.gradle/vcs-1) has last been fully cleaned up 0 hours ago
2019-11-19T10:49:18.698-0500 [DEBUG] [org.gradle.cache.internal.DefaultCacheAccess] Cache VCS Checkout Cache (/home/mj/EternalJukebox/.gradle/vcs-1) was closed 0 times.
2019-11-19T10:49:18.698-0500 [DEBUG] [org.gradle.cache.internal.DefaultCacheAccess] Cache VCS metadata (/home/mj/EternalJukebox/.gradle/6.0.1/vcsMetadata-1) was closed 0 times.
2019-11-19T10:49:18.708-0500 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] The daemon has finished executing the build.
2019-11-19T10:49:18.834-0500 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClientInputForwarder] Dispatching close input message: org.gradle.launcher.daemon.protocol.CloseInput@2c35036b
2019-11-19T10:49:18.834-0500 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClientConnection] thread 16: dispatching class org.gradle.launcher.daemon.protocol.CloseInput
2019-11-19T10:49:18.835-0500 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClient] Received result Success[value=org.gradle.launcher.exec.BuildActionResult@2b72cb8a] from daemon DaemonInfo{pid=10345, address=[1c6c802b-95ab-4fcb-8478-741a42a2e45f port:33617, addresses:[/0:0:0:0:0:0:0:1, /127.0.0.1]], state=Idle, lastBusy=1574178512454, context=DefaultDaemonContext[uid=356cefb1-17e6-4f59-bf8a-ef01d306b0f6,javaHome=/usr/lib/jvm/java-11-openjdk-amd64,daemonRegistryDir=/home/mj/.gradle/daemon,pid=10345,idleTimeout=10800000,priority=NORMAL,daemonOpts=--add-opens,java.base/java.util=ALL-UNNAMED,--add-opens,java.base/java.lang=ALL-UNNAMED,--add-opens,java.base/java.lang.invoke=ALL-UNNAMED,--add-opens,java.prefs/java.util.prefs=ALL-UNNAMED,-XX:MaxMetaspaceSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xms256m,-Xmx512m,-Dfile.encoding=UTF-8,-Duser.country=IN,-Duser.language=en,-Duser.variant]} (build should be done).
2019-11-19T10:49:18.835-0500 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClientConnection] thread 1: dispatching class org.gradle.launcher.daemon.protocol.Finished
2019-11-19T10:49:18.835-0500 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClientConnection] thread 1: connection stop

Song

[Link to the full Eternal Jukebox link]

Additional Information

[Any other information that may be able to help me with the problem]

The menu overlaps on top of the "Tune" pop up option!

Before

  • [☑] I have checked for similar issues already
  • [☑] My issue is not a bad syncronisation between the Spotify track and the YouTube audio (Those go here.)

Description

[Description of the issue]
Now This issue is pretty obvious and not so catastrophic when you scroll down while the Tune option pop up is active the menu gets on top of it and sometimes it can make you missclick when you just want to click X and close the Tune option! This could be easily fixed if you can somehow force the pop up to actually POP UP on top of the Menu at the top of the screen if possible without removing the whole menu altogether when you scroll down...(I like the fact that the menu follows you when you scroll down thats nice)

Console Logs

[To obtain these, open the JavaScript console and copy the text here]
The issue is a visible one!

Song

[Link to the full Eternal Jukebox link]
The issue is a visible one!

Additional Information

[Any other information that may be able to help me with the problem]
Here is a picture of what is the problem! https://prnt.sc/k1emur

EternalJukebox.jar needs uploading

Description

EternalJukebox.jar file needs uploading here or somewhere else, there is seemingly only one copy on a public server at the moment, that currently resides at eternal.abimon.org which as of writing is down (I know it'll come back later at some point).

Additional Information

Not everyone will have the capability or requirements to compile the project from source, so a binary of it would be extremely useful to have around.

Songs don't load

Description

For every track I try to open--except the popular ones listed on the front page--the page loads, the "loading track" message appears, and then...nothing. The message goes away, the song never loads.

Console Logs

jukebox_go.html?id=5KuJakrq1tNeF1c0WUua2j:1714 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
getAudioContext @ jukebox_go.html?id=5KuJakrq1tNeF1c0WUua2j:1714
/api/profile/me:1 Failed to load resource: the server responded with a status of 401 ()
jukebox_go.html?id=5KuJakrq1tNeF1c0WUua2j:1313 Could not retrieve stars:
jukebox_go.html?id=5KuJakrq1tNeF1c0WUua2j:1 A cookie associated with a cross-site resource at http://twitter.com/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
jukebox_go.html?id=5KuJakrq1tNeF1c0WUua2j:1 A cookie associated with a cross-site resource at https://twitter.com/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
jukebox_go.html?id=5KuJakrq1tNeF1c0WUua2j:1 A cookie associated with a cross-site resource at http://syndication.twitter.com/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
/api/audio/jukebox/5KuJakrq1tNeF1c0WUua2j:1 Failed to load resource: the server responded with a status of 400 ()
jremix.js?version=1-1-1:1 audio error DOMException
jukebox_go.html?id=5KuJakrq1tNeF1c0WUua2j:1 Uncaught (in promise) DOMException

Song

https://eternalbox.dev/jukebox_go.html?id=5KuJakrq1tNeF1c0WUua2j
(but also half a dozen other songs)

Additional Information

I looked for similar issues. Clearing the cache doesn't help.

(also, as a person with adhd who works in a noisy office, eternal jukebox is a lifesaver. thank you!)

Enhancement idea about different kinds of loops!

Before

  • ☑ I have checked for similar issues already
  • ☑ My issue is not a bad syncronisation between the Spotify track and the YouTube audio (Those go here.)

Option 1: Now this is kind of contradictive but what if there was like a special checkbox option where when you turn it on it randomizes the amount of Branches and Probability range values every so often?
For example if a song has a lot of parts where a similar melody is played currently what it would do is it would try to jump through every branch to the other side which makes it in a way where a certain sequences of parts of the song always play one after another which ends up making it feel repetative again!
This idea makes it so every so often the Ethernal Box would make the song feel fresh no matter how long you play it or repeat it!

Option 2: Another "Clutz" neat extra ☑ feature could be to ignore a branch or straight up skip over it instead of jumping through it to the other side of the song which would remove that 'Consequentiality' which happens if you listen to a song for too long!
Of course this option could also mess it up in a way where u keep skipping branches and end up playing the song until the actual end of it which would be bad! So in order to avoid that you can force it to always to jump forward again when it reaches the last branch!

But I thought this was actually a cool idea since this is literally "Mixing the song with itself" and creates a ever changing remix of the song which constantly changes!

Search does nothing?

Description

When clicking doing a search, nothing happens except 2 dev console entries that say "search for a track" and whatever your search was. No results or error ever appears.

Cannot compile due to maven.abimon.org 403

Before

  • I have checked for similar issues already
  • My issue is not a bad syncronisation between the Spotify track and the YouTube audio

Description

When I try and do a gradle build it fails

:compileKotlin FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':compileClasspath'.
> Could not resolve org.abimon:Visi:34.
  Required by:
      project :
   > Could not resolve org.abimon:Visi:34.
      > Could not get resource 'https://maven.abimon.org/org/abimon/Visi/34/Visi-34.pom'.
         > Could not GET 'https://maven.abimon.org/org/abimon/Visi/34/Visi-34.pom'. Received status code 403 from server: Forbidden
> Could not resolve org.abimon:UnitsKeptSimple:2.
  Required by:
      project :
   > Could not resolve org.abimon:UnitsKeptSimple:2.
      > Could not get resource 'https://maven.abimon.org/org/abimon/UnitsKeptSimple/2/UnitsKeptSimple-2.pom'.
         > Could not GET 'https://maven.abimon.org/org/abimon/UnitsKeptSimple/2/UnitsKeptSimple-2.pom'. Received status code 403 from server: Forbidden

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 3.628 secs

Additional Information

$ curl https://maven.abimon.org/org/abimon/Visi/34/Visi-34.pom
<?xml version='1.0' encoding='UTF-8'?><Error><Code>AccountProblem</Code><Message>Your Google account is not currently enabled for this operation. Please check https://console.developers.google.com/billing to see if you have a past due balance or if the credit card (or other payment mechanism) on your account is expired. You can find additional information at https://developers.google.com/storage/docs/signup</Message><Details>The billing account for project 30,447,290,211 is disabled in state delinquent</Details></Error>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.