Skip to content

Instantly share code, notes, and snippets.

@milessabin
Created November 18, 2016 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milessabin/2c5899806923569d322f81dc2241e65d to your computer and use it in GitHub Desktop.
Save milessabin/2c5899806923569d322f81dc2241e65d to your computer and use it in GitHub Desktop.
[acyclic] --== Extracting dependencies for acyclic ==--
[acyclic] Fetching https://github.com/lihaoyi/acyclic.git
[acyclic] into /home/miles/projects/community-builds/clones-0.9.5/245e354ad2399f7a8e44b501df16710d5ca8e18e-acyclic
[acyclic] Took: 00h 00m 00.4s
[acyclic] Cloning /home/miles/projects/community-builds/clones-0.9.5/245e354ad2399f7a8e44b501df16710d5ca8e18e-acyclic
[acyclic] to /home/miles/projects/community-builds/target-0.9.5/extraction/d4f22467376ec652fb03d6c58593ba6d267adf39/projects/73e1fbbb9c28dd54a52679838829b3b71d4f9386
[acyclic] Took: 00h 00m 00.0s
[acyclic] Fetching /home/miles/projects/community-builds/clones-0.9.5/245e354ad2399f7a8e44b501df16710d5ca8e18e-acyclic
[acyclic] into /home/miles/projects/community-builds/target-0.9.5/extraction/d4f22467376ec652fb03d6c58593ba6d267adf39/projects/73e1fbbb9c28dd54a52679838829b3b71d4f9386
[acyclic] Took: 00h 00m 00.0s
[acyclic] Commit: ae91222549f9ceb4122ebb85901ebb29f98ec132
[acyclic] Extracting dependencies for: acyclic
[acyclic] Using Scala 2.12.0 during extraction.
[acyclic] Using sbt version: 0.13.13
[acyclic:error] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=640m; support was removed in 8.0
[acyclic] Getting org.scala-sbt sbt 0.13.13 ...
[acyclic] :: retrieving :: org.scala-sbt#boot-app
[acyclic] confs: [default]
[acyclic] 50 artifacts copied, 0 already retrieved (17645kB/37ms)
[acyclic] [info] Loading project definition from /home/miles/projects/community-builds/target-0.9.5/extraction/d4f22467376ec652fb03d6c58593ba6d267adf39/projects/73e1fbbb9c28dd54a52679838829b3b71d4f9386/project
[acyclic] [info] Updating {file:/home/miles/projects/community-builds/target-0.9.5/extraction/d4f22467376ec652fb03d6c58593ba6d267adf39/projects/73e1fbbb9c28dd54a52679838829b3b71d4f9386/project/}root-73e1fbbb9c28dd54a52679838829b3b71d4f9386-build...
[acyclic] [info] Done updating.
[acyclic:error] /home/miles/projects/community-builds/target-0.9.5/extraction/d4f22467376ec652fb03d6c58593ba6d267adf39/projects/73e1fbbb9c28dd54a52679838829b3b71d4f9386/build.sbt:21: warning: `<+=` operator is deprecated. Use `lhs += { x.value }`.
[acyclic:error] unmanagedSourceDirectories in Test <+= baseDirectory(_ / "src" / "test" / "resources")
[acyclic:error] ^
[acyclic:error] /home/miles/projects/community-builds/target-0.9.5/extraction/d4f22467376ec652fb03d6c58593ba6d267adf39/projects/73e1fbbb9c28dd54a52679838829b3b71d4f9386/build.sbt:26: warning: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[acyclic:error] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[acyclic:error] publishTo <<= version { (v: String) =>
[acyclic:error] ^
[acyclic:error] /home/miles/projects/community-builds/target-0.9.5/extraction/d4f22467376ec652fb03d6c58593ba6d267adf39/projects/73e1fbbb9c28dd54a52679838829b3b71d4f9386/ÿÿÿÿÿÿÿÿÿÿ~~~~dbuild~defs.sbt:1: warning: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[acyclic:error] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[acyclic:error] onLoad in Global <<= (onLoad in Global) { previousOnLoad => previousOnLoad andThen { state => { com.typesafe.dbuild.plugin.DependencyAnalysis.printCmd(state,previousOnLoad) } }}
[acyclic:error] ^
[acyclic] [info] Set current project to acyclic (in build file:/home/miles/projects/community-builds/target-0.9.5/extraction/d4f22467376ec652fb03d6c58593ba6d267adf39/projects/73e1fbbb9c28dd54a52679838829b3b71d4f9386/)
[acyclic] [info] Setting extraction Scala version to 2.12.0 in 3 scopes
[acyclic] [info] Resetting onLoad... in one scope
[acyclic] [info] Set current project to acyclic (in build file:/home/miles/projects/community-builds/target-0.9.5/extraction/d4f22467376ec652fb03d6c58593ba6d267adf39/projects/73e1fbbb9c28dd54a52679838829b3b71d4f9386/)
[acyclic] [info] Dependencies among subprojects:
[acyclic] [info] default-sbt-project ->
[acyclic] [info] Aggregates of subprojects:
[acyclic] [info] default-sbt-project ->
[acyclic] [info] Building graph...
[acyclic] [info] sorting...
[acyclic] [info] These subprojects will be built: default-sbt-project
[acyclic] --== End Extracting dependencies for acyclic ==--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment