Skip to content

Scala 3.6.x preparations #2270

Scala 3.6.x preparations

Scala 3.6.x preparations #2270

Triggered via pull request December 11, 2024 15:50
@francisdbfrancisdb
synchronize #313
Scala-3.6.2
Status Failure
Total duration 4m 6s
Artifacts 44

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 44 warnings
build (3.6.2, amazoncorretto-al2023-21.0.5)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in \"3\"*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION ;; *) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && curl -fsL --show-error $URL | tar xfz - -C /usr/share && mv $SCALA_DIR /usr/share/scala && chown -R root:root /usr/share/scala && chmod -R 755 /usr/share/scala && ln -s /usr/share/scala/bin/* /usr/local/bin && mkdir -p /test && case $SCALA_VERSION in \"3\"*) echo 'import java.io.FileInputStream;import java.util.jar.JarInputStream;val scala3LibJar = classOf[CanEqual[_, _]].getProtectionDomain.getCodeSource.getLocation.toURI.getPath;val manifest = new JarInputStream(new FileInputStream(scala3LibJar)).getManifest;val ver = manifest.getMainAttributes.getValue(\"Implementation-Version\");@main def main = println(s\"Scala version ${ver}\")' > /test/test.scala ;; *) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; esac && scala -nocompdaemon test/test.scala && rm -fr test" did not complete successfully: exit code: 1
build (3.6.2, eclipse-temurin-alpine-17.0.13_11)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd \"/tmp\" && case $SCALA_VERSION in \"3\"*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=scala3-$SCALA_VERSION ;; *) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=scala-$SCALA_VERSION ;; esac && curl -fsL --show-error $URL | tar xfz - -C /usr/share && mv /usr/share/$SCALA_DIR $SCALA_HOME && ln -s \"$SCALA_HOME/bin/\"* \"/usr/bin/\" && update-ca-certificates && scala -version && case $SCALA_VERSION in \"3\"*) echo 'import java.io.FileInputStream;import java.util.jar.JarInputStream;val scala3LibJar = classOf[CanEqual[_, _]].getProtectionDomain.getCodeSource.getLocation.toURI.getPath;val manifest = new JarInputStream(new FileInputStream(scala3LibJar)).getManifest;val ver = manifest.getMainAttributes.getValue(\"Implementation-Version\");@main def main = println(s\"Scala version ${ver}\")' > test.scala ;; *) echo \"println(util.Properties.versionMsg)\" > test.scala ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
build (3.6.2, amazoncorretto-al2023-17.0.13)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in \"3\"*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION ;; *) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && curl -fsL --show-error $URL | tar xfz - -C /usr/share && mv $SCALA_DIR /usr/share/scala && chown -R root:root /usr/share/scala && chmod -R 755 /usr/share/scala && ln -s /usr/share/scala/bin/* /usr/local/bin && mkdir -p /test && case $SCALA_VERSION in \"3\"*) echo 'import java.io.FileInputStream;import java.util.jar.JarInputStream;val scala3LibJar = classOf[CanEqual[_, _]].getProtectionDomain.getCodeSource.getLocation.toURI.getPath;val manifest = new JarInputStream(new FileInputStream(scala3LibJar)).getManifest;val ver = manifest.getMainAttributes.getValue(\"Implementation-Version\");@main def main = println(s\"Scala version ${ver}\")' > /test/test.scala ;; *) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; esac && scala -nocompdaemon test/test.scala && rm -fr test" did not complete successfully: exit code: 1
build (3.6.2, eclipse-temurin-17.0.13_11)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in \"3\"*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION ;; *) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && curl -fsL --show-error $URL | tar xfz - -C /usr/share && mv $SCALA_DIR /usr/share/scala && chown -R root:root /usr/share/scala && chmod -R 755 /usr/share/scala && ln -s /usr/share/scala/bin/* /usr/local/bin && mkdir -p /test && case $SCALA_VERSION in \"3\"*) echo 'import java.io.FileInputStream;import java.util.jar.JarInputStream;val scala3LibJar = classOf[CanEqual[_, _]].getProtectionDomain.getCodeSource.getLocation.toURI.getPath;val manifest = new JarInputStream(new FileInputStream(scala3LibJar)).getManifest;val ver = manifest.getMainAttributes.getValue(\"Implementation-Version\");@main def main = println(s\"Scala version ${ver}\")' > /test/test.scala ;; *) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; esac && scala -nocompdaemon test/test.scala && rm -fr test" did not complete successfully: exit code: 1
build (3.6.2, eclipse-temurin-21.0.5_11)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in \"3\"*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION ;; *) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && curl -fsL --show-error $URL | tar xfz - -C /usr/share && mv $SCALA_DIR /usr/share/scala && chown -R root:root /usr/share/scala && chmod -R 755 /usr/share/scala && ln -s /usr/share/scala/bin/* /usr/local/bin && mkdir -p /test && case $SCALA_VERSION in \"3\"*) echo 'import java.io.FileInputStream;import java.util.jar.JarInputStream;val scala3LibJar = classOf[CanEqual[_, _]].getProtectionDomain.getCodeSource.getLocation.toURI.getPath;val manifest = new JarInputStream(new FileInputStream(scala3LibJar)).getManifest;val ver = manifest.getMainAttributes.getValue(\"Implementation-Version\");@main def main = println(s\"Scala version ${ver}\")' > /test/test.scala ;; *) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; esac && scala -nocompdaemon test/test.scala && rm -fr test" did not complete successfully: exit code: 1
build (3.6.2, eclipse-temurin-alpine-23.0.1_11)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd \"/tmp\" && case $SCALA_VERSION in \"3\"*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=scala3-$SCALA_VERSION ;; *) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=scala-$SCALA_VERSION ;; esac && curl -fsL --show-error $URL | tar xfz - -C /usr/share && mv /usr/share/$SCALA_DIR $SCALA_HOME && ln -s \"$SCALA_HOME/bin/\"* \"/usr/bin/\" && update-ca-certificates && scala -version && case $SCALA_VERSION in \"3\"*) echo 'import java.io.FileInputStream;import java.util.jar.JarInputStream;val scala3LibJar = classOf[CanEqual[_, _]].getProtectionDomain.getCodeSource.getLocation.toURI.getPath;val manifest = new JarInputStream(new FileInputStream(scala3LibJar)).getManifest;val ver = manifest.getMainAttributes.getValue(\"Implementation-Version\");@main def main = println(s\"Scala version ${ver}\")' > test.scala ;; *) echo \"println(util.Properties.versionMsg)\" > test.scala ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
build (3.6.2, eclipse-temurin-23.0.1_11)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in \"3\"*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION ;; *) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && curl -fsL --show-error $URL | tar xfz - -C /usr/share && mv $SCALA_DIR /usr/share/scala && chown -R root:root /usr/share/scala && chmod -R 755 /usr/share/scala && ln -s /usr/share/scala/bin/* /usr/local/bin && mkdir -p /test && case $SCALA_VERSION in \"3\"*) echo 'import java.io.FileInputStream;import java.util.jar.JarInputStream;val scala3LibJar = classOf[CanEqual[_, _]].getProtectionDomain.getCodeSource.getLocation.toURI.getPath;val manifest = new JarInputStream(new FileInputStream(scala3LibJar)).getManifest;val ver = manifest.getMainAttributes.getValue(\"Implementation-Version\");@main def main = println(s\"Scala version ${ver}\")' > /test/test.scala ;; *) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; esac && scala -nocompdaemon test/test.scala && rm -fr test" did not complete successfully: exit code: 1
build (3.6.2, eclipse-temurin-alpine-21.0.5_11)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd \"/tmp\" && case $SCALA_VERSION in \"3\"*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=scala3-$SCALA_VERSION ;; *) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=scala-$SCALA_VERSION ;; esac && curl -fsL --show-error $URL | tar xfz - -C /usr/share && mv /usr/share/$SCALA_DIR $SCALA_HOME && ln -s \"$SCALA_HOME/bin/\"* \"/usr/bin/\" && update-ca-certificates && scala -version && case $SCALA_VERSION in \"3\"*) echo 'import java.io.FileInputStream;import java.util.jar.JarInputStream;val scala3LibJar = classOf[CanEqual[_, _]].getProtectionDomain.getCodeSource.getLocation.toURI.getPath;val manifest = new JarInputStream(new FileInputStream(scala3LibJar)).getManifest;val ver = manifest.getMainAttributes.getValue(\"Implementation-Version\");@main def main = println(s\"Scala version ${ver}\")' > test.scala ;; *) echo \"println(util.Properties.versionMsg)\" > test.scala ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
build (3.6.2, graalvm-ce-22.3.3-b1-java17)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in \"3\"*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION ;; *) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && curl -fsL --show-error $URL | tar xfz - -C /usr/share && mv $SCALA_DIR /usr/share/scala && chown -R root:root /usr/share/scala && chmod -R 755 /usr/share/scala && ln -s /usr/share/scala/bin/* /usr/local/bin && case $SCALA_VERSION in \"3\"*) echo 'import java.io.FileInputStream;import java.util.jar.JarInputStream;val scala3LibJar = classOf[CanEqual[_, _]].getProtectionDomain.getCodeSource.getLocation.toURI.getPath;val manifest = new JarInputStream(new FileInputStream(scala3LibJar)).getManifest;val ver = manifest.getMainAttributes.getValue(\"Implementation-Version\");@main def main = println(s\"Scala version ${ver}\")' > test.scala ;; *) echo \"println(util.Properties.versionMsg)\" > test.scala ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
build (3.6.2, graalvm-community-21.0.2)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in \"3\"*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION ;; *) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && curl -fsL --show-error $URL | tar xfz - -C /usr/share && mv $SCALA_DIR /usr/share/scala && chown -R root:root /usr/share/scala && chmod -R 755 /usr/share/scala && ln -s /usr/share/scala/bin/* /usr/local/bin && case $SCALA_VERSION in \"3\"*) echo 'import java.io.FileInputStream;import java.util.jar.JarInputStream;val scala3LibJar = classOf[CanEqual[_, _]].getProtectionDomain.getCodeSource.getLocation.toURI.getPath;val manifest = new JarInputStream(new FileInputStream(scala3LibJar)).getManifest;val ver = manifest.getMainAttributes.getValue(\"Implementation-Version\");@main def main = println(s\"Scala version ${ver}\")' > test.scala ;; *) echo \"println(util.Properties.versionMsg)\" > test.scala ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
build (3.6.2, graalvm-community-22.0.1)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in \"3\"*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION ;; *) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && curl -fsL --show-error $URL | tar xfz - -C /usr/share && mv $SCALA_DIR /usr/share/scala && chown -R root:root /usr/share/scala && chmod -R 755 /usr/share/scala && ln -s /usr/share/scala/bin/* /usr/local/bin && case $SCALA_VERSION in \"3\"*) echo 'import java.io.FileInputStream;import java.util.jar.JarInputStream;val scala3LibJar = classOf[CanEqual[_, _]].getProtectionDomain.getCodeSource.getLocation.toURI.getPath;val manifest = new JarInputStream(new FileInputStream(scala3LibJar)).getManifest;val ver = manifest.getMainAttributes.getValue(\"Implementation-Version\");@main def main = println(s\"Scala version ${ver}\")' > test.scala ;; *) echo \"println(util.Properties.versionMsg)\" > test.scala ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
build (2.12.20, amazoncorretto-al2023-21.0.5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.12.20, eclipse-temurin-alpine-21.0.5_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.13.15, eclipse-temurin-23.0.1_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.12.20, amazoncorretto-al2023-17.0.13)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.13.15, amazoncorretto-al2023-17.0.13)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.13.15, eclipse-temurin-alpine-23.0.1_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.12.20, eclipse-temurin-alpine-17.0.13_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.12.20, eclipse-temurin-23.0.1_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.12.20, eclipse-temurin-21.0.5_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.13.15, eclipse-temurin-21.0.5_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.12.20, eclipse-temurin-alpine-23.0.1_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.12.20, graalvm-ce-22.3.3-b1-java17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.13.15, graalvm-ce-22.3.3-b1-java17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.12.20, graalvm-community-22.0.1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.13.15, amazoncorretto-al2023-21.0.5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.12.20, eclipse-temurin-17.0.13_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.13.15, eclipse-temurin-alpine-21.0.5_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.13.15, eclipse-temurin-17.0.13_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.12.20, graalvm-community-21.0.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.6.2, amazoncorretto-al2023-21.0.5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.6.2, eclipse-temurin-alpine-17.0.13_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.6.2, amazoncorretto-al2023-17.0.13)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.6.2, eclipse-temurin-17.0.13_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.13.15, eclipse-temurin-alpine-17.0.13_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.3.4, amazoncorretto-al2023-17.0.13)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.3.4, eclipse-temurin-17.0.13_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.3.4, amazoncorretto-al2023-21.0.5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.3.4, eclipse-temurin-alpine-17.0.13_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.3.4, eclipse-temurin-21.0.5_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.6.2, eclipse-temurin-21.0.5_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.6.2, eclipse-temurin-alpine-23.0.1_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.3.4, eclipse-temurin-alpine-21.0.5_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.3.4, eclipse-temurin-alpine-23.0.1_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.3.4, eclipse-temurin-23.0.1_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.6.2, eclipse-temurin-23.0.1_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.13.15, graalvm-community-22.0.1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (2.13.15, graalvm-community-21.0.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.6.2, eclipse-temurin-alpine-21.0.5_11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.3.4, graalvm-community-21.0.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.3.4, graalvm-ce-22.3.3-b1-java17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.6.2, graalvm-ce-22.3.3-b1-java17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.6.2, graalvm-community-21.0.2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.3.4, graalvm-community-22.0.1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.6.2, graalvm-community-22.0.1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
sbt~docker-sbt~17FI1G.dockerbuild
40.1 KB
sbt~docker-sbt~1QFB88.dockerbuild
23 KB
sbt~docker-sbt~2STU36.dockerbuild
42.6 KB
sbt~docker-sbt~39Q55L.dockerbuild
40 KB
sbt~docker-sbt~47X5JP.dockerbuild
41.7 KB
sbt~docker-sbt~4FNH8H.dockerbuild
40.5 KB
sbt~docker-sbt~7L822W.dockerbuild
40.6 KB
sbt~docker-sbt~7PXEMO.dockerbuild
40.4 KB
sbt~docker-sbt~9E546C.dockerbuild
39.5 KB
sbt~docker-sbt~B5HZBX.dockerbuild
43.4 KB
sbt~docker-sbt~DFAJWI.dockerbuild
22.5 KB
sbt~docker-sbt~EPV7N8.dockerbuild
27.4 KB
sbt~docker-sbt~G5X888.dockerbuild
38.6 KB
sbt~docker-sbt~HNKPVN.dockerbuild
43.1 KB
sbt~docker-sbt~J92OKZ.dockerbuild
39.8 KB
sbt~docker-sbt~JOR00F.dockerbuild
39.5 KB
sbt~docker-sbt~K8P2Y9.dockerbuild
41.3 KB
sbt~docker-sbt~KOLQXZ.dockerbuild
47.3 KB
sbt~docker-sbt~L2A09L.dockerbuild
40.3 KB
sbt~docker-sbt~LAO0SR.dockerbuild
44.4 KB
sbt~docker-sbt~MOJZEI.dockerbuild
39.8 KB
sbt~docker-sbt~MTNZKS.dockerbuild
41.7 KB
sbt~docker-sbt~N263M3.dockerbuild
24.8 KB
sbt~docker-sbt~NR8ZYZ.dockerbuild
39.7 KB
sbt~docker-sbt~OSNXN8.dockerbuild
44.4 KB
sbt~docker-sbt~QBSCO8.dockerbuild
44.8 KB
sbt~docker-sbt~RG4X0E.dockerbuild
24.2 KB
sbt~docker-sbt~SEH3Z0.dockerbuild
40 KB
sbt~docker-sbt~SHHPJ5.dockerbuild
22.3 KB
sbt~docker-sbt~SXL4D6.dockerbuild
45.7 KB
sbt~docker-sbt~T6OTHU.dockerbuild
29.8 KB
sbt~docker-sbt~TYWTIP.dockerbuild
40.1 KB
sbt~docker-sbt~U7B47Q.dockerbuild
39.9 KB
sbt~docker-sbt~V5ZH6T.dockerbuild
45.4 KB
sbt~docker-sbt~VV4XU0.dockerbuild
28.5 KB
sbt~docker-sbt~W3UA0W.dockerbuild
39.3 KB
sbt~docker-sbt~W6GZAY.dockerbuild
24.1 KB
sbt~docker-sbt~WI5VUV.dockerbuild
42.7 KB
sbt~docker-sbt~XW0MZ1.dockerbuild
44.5 KB
sbt~docker-sbt~YJCIA4.dockerbuild
39.6 KB
sbt~docker-sbt~YVGTCC.dockerbuild
44.5 KB
sbt~docker-sbt~Z5FJYN.dockerbuild
29 KB
sbt~docker-sbt~Z7BTBM.dockerbuild
27.6 KB
sbt~docker-sbt~ZAZHIZ.dockerbuild
39.7 KB