Skip to content

Instantly share code, notes, and snippets.

@retronym
Created June 22, 2017 07:16
Show Gist options
  • Save retronym/3c89c21c54d27e566dec57a16a4bf208 to your computer and use it in GitHub Desktop.
Save retronym/3c89c21c54d27e566dec57a16a4bf208 to your computer and use it in GitHub Desktop.
% for v in 0.13.15; do for sv in 2.11.11 2.11.12-bin-f31dede; do for cp in flat recursive; do echo ==========================; echo $v / $sv / $cp; sbt -Dscala.version=$sv -DclasspathImpl=$cp -sbt-version $v update &>/dev/null; sbt -Dscala.version=$sv -DclasspathImpl=$cp -sbt-version $v -J-Xmx6G -Dsbt.log.format=false 'show common/scalaVersion' 'show common/sbtVersion' 'set List(concurrentRestrictions in Global := List(Tags.limitAll(1)), logLevel in Global := Level.Warn)' cleanClasses 'test:compile' cleanClasses test:compile cleanClasses test:compile; done; done; done | grep -v 'not yet in the classpath cache'
==========================
0.13.15 / 2.11.11 / flat
[info] Loading global plugins from /Users/jz/.sbt/0.13/plugins
[info] Loading project definition from /Users/jz/code/guardian-frontend/project/project
[info] Loading project definition from /Users/jz/code/guardian-frontend/project
[info] Resolving key references (20783 settings) ...
[info] Set current project to root (in build file:/Users/jz/code/guardian-frontend/)
[info] 2.11.11
[info] 0.13.15
[info] Defining */*:concurrentRestrictions, */*:logLevel
[info] The new values will be used by admin/*:evicted, admin/*:update and 35 others.
[info] Run `last` for details.
[info] Reapplying settings...
[info] Set current project to root (in build file:/Users/jz/code/guardian-frontend/)
[success] Total time: 0 s, completed 22/06/2017 4:08:23 PM
[success] Total time: 143 s, completed 22/06/2017 4:10:46 PM
[success] Total time: 1 s, completed 22/06/2017 4:10:47 PM
[success] Total time: 80 s, completed 22/06/2017 4:12:07 PM
[success] Total time: 1 s, completed 22/06/2017 4:12:08 PM
[success] Total time: 79 s, completed 22/06/2017 4:13:27 PM
==========================
0.13.15 / 2.11.11 / recursive
[info] Loading global plugins from /Users/jz/.sbt/0.13/plugins
[info] Loading project definition from /Users/jz/code/guardian-frontend/project/project
[info] Loading project definition from /Users/jz/code/guardian-frontend/project
[info] Resolving key references (20783 settings) ...
[info] Set current project to root (in build file:/Users/jz/code/guardian-frontend/)
[info] 2.11.11
[info] 0.13.15
[info] Defining */*:concurrentRestrictions, */*:logLevel
[info] The new values will be used by admin/*:evicted, admin/*:update and 35 others.
[info] Run `last` for details.
[info] Reapplying settings...
[info] Set current project to root (in build file:/Users/jz/code/guardian-frontend/)
[success] Total time: 1 s, completed 22/06/2017 4:14:37 PM
[success] Total time: 111 s, completed 22/06/2017 4:16:29 PM
[success] Total time: 1 s, completed 22/06/2017 4:16:30 PM
[success] Total time: 58 s, completed 22/06/2017 4:17:28 PM
[success] Total time: 1 s, completed 22/06/2017 4:17:29 PM
[success] Total time: 55 s, completed 22/06/2017 4:18:24 PM
==========================
0.13.15 / 2.11.12-bin-f31dede / flat
[info] Loading global plugins from /Users/jz/.sbt/0.13/plugins
[info] Loading project definition from /Users/jz/code/guardian-frontend/project/project
[info] Loading project definition from /Users/jz/code/guardian-frontend/project
[info] Resolving key references (20783 settings) ...
[info] Set current project to root (in build file:/Users/jz/code/guardian-frontend/)
[info] 2.11.12-bin-f31dede
[info] 0.13.15
[info] Defining */*:concurrentRestrictions, */*:logLevel
[info] The new values will be used by admin/*:evicted, admin/*:update and 35 others.
[info] Run `last` for details.
[info] Reapplying settings...
[info] Set current project to root (in build file:/Users/jz/code/guardian-frontend/)
[success] Total time: 1 s, completed 22/06/2017 4:19:34 PM
[success] Total time: 115 s, completed 22/06/2017 4:21:29 PM
[success] Total time: 1 s, completed 22/06/2017 4:21:30 PM
[success] Total time: 61 s, completed 22/06/2017 4:22:31 PM
[success] Total time: 1 s, completed 22/06/2017 4:22:32 PM
[success] Total time: 55 s, completed 22/06/2017 4:23:27 PM
==========================
0.13.15 / 2.11.12-bin-f31dede / recursive
[info] Loading global plugins from /Users/jz/.sbt/0.13/plugins
[info] Loading project definition from /Users/jz/code/guardian-frontend/project/project
[info] Loading project definition from /Users/jz/code/guardian-frontend/project
[info] Resolving key references (20783 settings) ...
[info] Set current project to root (in build file:/Users/jz/code/guardian-frontend/)
[info] 2.11.12-bin-f31dede
[info] 0.13.15
[info] Defining */*:concurrentRestrictions, */*:logLevel
[info] The new values will be used by admin/*:evicted, admin/*:update and 35 others.
[info] Run `last` for details.
[info] Reapplying settings...
[info] Set current project to root (in build file:/Users/jz/code/guardian-frontend/)
[success] Total time: 1 s, completed 22/06/2017 4:24:36 PM
[success] Total time: 113 s, completed 22/06/2017 4:26:29 PM
[success] Total time: 1 s, completed 22/06/2017 4:26:30 PM
[success] Total time: 60 s, completed 22/06/2017 4:27:30 PM
[success] Total time: 1 s, completed 22/06/2017 4:27:31 PM
[success] Total time: 64 s, completed 22/06/2017 4:28:35 PM
% for v in 0.13.16-bin-455fff7; do for sv in 2.11.11; do for cp in flat recursive; do echo ==========================; echo $v / $sv / $cp; sbt -Dscala.version=$sv -DclasspathImpl=$cp -sbt-version $v update &>/dev/null; sbt -Dscala.version=$sv -DclasspathImpl=$cp -sbt-version $v -J-Xmx6G -Dsbt.log.format=false 'show common/scalaVersion' 'show common/sbtVersion' 'set List(concurrentRestrictions in Global := List(Tags.limitAll(1)), logLevel in Global := Level.Warn)' cleanClasses 'test:compile' cleanClasses test:compile cleanClasses test:compile; done; done; done | grep -v 'not yet in the classpath cache'
==========================
0.13.16-bin-455fff7 / 2.11.11 / flat
[info] Loading global plugins from /Users/jz/.sbt/0.13/plugins
[info] Loading project definition from /Users/jz/code/guardian-frontend/project/project
[info] Loading project definition from /Users/jz/code/guardian-frontend/project
[info] Resolving key references (20783 settings) ...
[info] Set current project to root (in build file:/Users/jz/code/guardian-frontend/)
[info] 2.11.11
[info] 0.13.16-bin-455fff7
[info] Defining */*:concurrentRestrictions, */*:logLevel
[info] The new values will be used by admin/*:evicted, admin/*:update and 35 others.
[info] Run `last` for details.
[info] Reapplying settings...
[info] Set current project to root (in build file:/Users/jz/code/guardian-frontend/)
[success] Total time: 1 s, completed 22/06/2017 4:50:10 PM
[success] Total time: 110 s, completed 22/06/2017 4:52:00 PM
[success] Total time: 1 s, completed 22/06/2017 4:52:01 PM
[success] Total time: 85 s, completed 22/06/2017 4:53:26 PM
[success] Total time: 1 s, completed 22/06/2017 4:53:27 PM
[success] Total time: 78 s, completed 22/06/2017 4:54:44 PM
==========================
0.13.16-bin-455fff7 / 2.11.11 / recursive
[info] Loading global plugins from /Users/jz/.sbt/0.13/plugins
[info] Loading project definition from /Users/jz/code/guardian-frontend/project/project
[info] Loading project definition from /Users/jz/code/guardian-frontend/project
[info] Resolving key references (20783 settings) ...
[info] Set current project to root (in build file:/Users/jz/code/guardian-frontend/)
[info] 2.11.11
[info] 0.13.16-bin-455fff7
[info] Defining */*:concurrentRestrictions, */*:logLevel
[info] The new values will be used by admin/*:evicted, admin/*:update and 35 others.
[info] Run `last` for details.
[info] Reapplying settings...
[info] Set current project to root (in build file:/Users/jz/code/guardian-frontend/)
[success] Total time: 1 s, completed 22/06/2017 4:55:55 PM
[success] Total time: 109 s, completed 22/06/2017 4:57:44 PM
[success] Total time: 1 s, completed 22/06/2017 4:57:45 PM
[success] Total time: 78 s, completed 22/06/2017 4:59:03 PM
[success] Total time: 1 s, completed 22/06/2017 4:59:04 PM
[success] Total time: 77 s, completed 22/06/2017 5:00:21 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment