|
10 | 10 | expect(clean_output(app.output)).to match(Regexp.new(<<~REGEX, Regexp::MULTILINE)) |
11 | 11 | remote: -----> Scala app detected |
12 | 12 | remote: -----> Installing Azul Zulu OpenJDK 21.0.[0-9]+ |
| 13 | + remote: -----> Downloading sbt launcher 1.11.7... |
| 14 | + remote: -----> Setting up sbt launcher... |
13 | 15 | remote: -----> Running: sbt compile stage |
14 | | - remote: Downloading sbt launcher for 1.11.7: |
15 | | - remote: From https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.11.7/sbt-launch-1.11.7.jar |
16 | | - remote: To /tmp/[^/]+/.sbt_home/launchers/1.11.7/sbt-launch.jar |
17 | | - remote: Downloading sbt launcher 1.11.7 md5 hash: |
18 | | - remote: From https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.11.7/sbt-launch-1.11.7.jar.md5 |
19 | | - remote: To /tmp/[^/]+/.sbt_home/launchers/1.11.7/sbt-launch.jar.md5 |
20 | | - remote: /tmp/[^/]+/.sbt_home/launchers/1.11.7/sbt-launch.jar: OK |
21 | 16 | remote: \\[info\\] \\[launcher\\] getting org.scala-sbt sbt 1.11.7 \\(this may take some time\\)... |
22 | 17 | remote: \\[info\\] \\[launcher\\] getting Scala 2.12.20 \\(for sbt\\)... |
23 | 18 | remote: \\[info\\] welcome to sbt 1.11.7 \\(Azul Systems, Inc. Java 21.0.[0-9]+\\) |
24 | | - remote: \\[info\\] loading global plugins from /tmp/[^/]+/.sbt_home/plugins |
25 | | - remote: \\[info\\] compiling 1 Scala source to /tmp/[^/]+/.sbt_home/plugins/target/scala-2.12/sbt-1.0/classes ... |
| 19 | + remote: \\[info\\] loading global plugins from .*/plugins |
| 20 | + remote: \\[info\\] compiling 1 Scala source to .* ... |
26 | 21 | remote: \\[info\\] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling... |
27 | 22 | remote: \\[info\\] Compilation completed in .*s. |
28 | 23 | remote: \\[info\\] done compiling |
|
48 | 43 | remote: \\[info\\] Wrote /tmp/[^/]+/target/scala-2.13/sbt-0-11-7-play-3-x-scala-2-13-x_2.13-1.0-SNAPSHOT.pom |
49 | 44 | remote: \\[success\\] Total time: .* |
50 | 45 | remote: -----> Collecting dependency information |
51 | | - remote: -----> Dropping ivy cache from the slug |
52 | | - remote: -----> Dropping sbt boot dir from the slug |
53 | | - remote: -----> Dropping sbt cache dir from the slug |
54 | 46 | remote: -----> Dropping compilation artifacts from the slug |
55 | 47 | remote: -----> Discovering process types |
56 | 48 | remote: Procfile declares types -> \\(none\\) |
|
66 | 58 | expect(clean_output(app.output)).to match(Regexp.new(<<~REGEX, Regexp::MULTILINE)) |
67 | 59 | remote: -----> Scala app detected |
68 | 60 | remote: -----> Installing Azul Zulu OpenJDK 21.0.[0-9]+ |
| 61 | + remote: -----> Setting up sbt launcher... |
69 | 62 | remote: -----> Running: sbt compile stage |
70 | 63 | remote: \\[info\\] welcome to sbt 1.11.7 \\(Azul Systems, Inc. Java 21.0.[0-9]+\\) |
71 | | - remote: \\[info\\] loading global plugins from /tmp/[^/]+/.sbt_home/plugins |
| 64 | + remote: \\[info\\] loading global plugins from .*/plugins |
72 | 65 | remote: \\[info\\] loading settings for project [^\\s]+-build from plugins.sbt... |
73 | 66 | remote: \\[info\\] loading project definition from /tmp/[^/]+/project |
74 | 67 | remote: \\[info\\] loading settings for project root from build.sbt... |
|
89 | 82 | remote: \\[info\\] Wrote /tmp/[^/]+/target/scala-2.13/sbt-0-11-7-play-3-x-scala-2-13-x_2.13-1.0-SNAPSHOT.pom |
90 | 83 | remote: \\[success\\] Total time: .* |
91 | 84 | remote: -----> Collecting dependency information |
92 | | - remote: -----> Dropping ivy cache from the slug |
93 | | - remote: -----> Dropping sbt boot dir from the slug |
94 | | - remote: -----> Dropping sbt cache dir from the slug |
95 | 85 | remote: -----> Dropping compilation artifacts from the slug |
96 | 86 | remote: -----> Discovering process types |
97 | 87 | remote: Procfile declares types -> \\(none\\) |
|
0 commit comments