Scala 3.6.x preparations #2272
Annotations
20 errors and 44 warnings
build (2.13.15, graalvm-ce-22.3.3-b1-java17)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
|
build (2.12.20, graalvm-community-22.0.1)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
|
build (2.12.20, graalvm-ce-22.3.3-b1-java17)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
|
build (2.12.20, graalvm-community-21.0.2)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
|
build (2.13.15, graalvm-community-22.0.1)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
|
build (2.13.15, graalvm-community-21.0.2)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test.scala && rm test.scala" 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 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && mv $SCALA_DIR $SCALA_HOME && ln -s \"$SCALA_HOME/bin/\"* \"/usr/bin/\" && update-ca-certificates && scala -version && case $SCALA_VERSION in 2*) echo \"println(util.Properties.versionMsg)\" > test.scala ;; *) 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 ;; esac && scala -nocompdaemon test.scala && rm test.scala" 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 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && mv $SCALA_DIR $SCALA_HOME && ln -s \"$SCALA_HOME/bin/\"* \"/usr/bin/\" && update-ca-certificates && scala -version && case $SCALA_VERSION in 2*) echo \"println(util.Properties.versionMsg)\" > test.scala ;; *) 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 ;; esac && scala -nocompdaemon test.scala && rm test.scala" 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 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && mv $SCALA_DIR $SCALA_HOME && ln -s \"$SCALA_HOME/bin/\"* \"/usr/bin/\" && update-ca-certificates && scala -version && case $SCALA_VERSION in 2*) echo \"println(util.Properties.versionMsg)\" > test.scala ;; *) 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 ;; esac && scala -nocompdaemon test.scala && rm test.scala" 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 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test/test.scala && rm -fr test" 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 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test/test.scala && rm -fr test" 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 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test/test.scala && rm -fr test" did not complete successfully: exit code: 1
|
build (3.3.4, graalvm-ce-22.3.3-b1-java17)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
|
build (3.3.4, graalvm-community-22.0.1)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
|
build (3.6.2, amazoncorretto-al2023-21.0.5)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test/test.scala && rm -fr test" did not complete successfully: exit code: 1
|
build (3.3.4, graalvm-community-21.0.2)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case $SCALA_VERSION in 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test.scala && rm test.scala" 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 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test/test.scala && rm -fr test" 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 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; 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 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; 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 2.*) URL=https://downloads.typesafe.com/scala/$SCALA_VERSION/scala-$SCALA_VERSION.tgz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; 3.[0-5]*) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala3-$SCALA_VERSION EXTRACT_DIR=/usr/share ;; *) URL=https://github.com/scala/scala3/releases/download/$SCALA_VERSION/scala3-$SCALA_VERSION.tar.gz SCALA_DIR=/usr/share/scala-$SCALA_VERSION EXTRACT_DIR=/usr/share/scala-$SCALA_VERSION ;; esac && mkdir -p $EXTRACT_DIR && curl -fsL --show-error $URL | tar xfz - -C $EXTRACT_DIR && 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 2*) echo \"println(util.Properties.versionMsg)\" > /test/test.scala ;; *) 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 ;; esac && scala -nocompdaemon test.scala && rm test.scala" did not complete successfully: exit code: 1
|
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.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.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 (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.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.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-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.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, 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.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.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, 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.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-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, 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.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 (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-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.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.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.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, 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.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, 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-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, 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.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, 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, 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-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, 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.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
|
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, 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, 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, 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.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
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
sbt~docker-sbt~1AVJ4A.dockerbuild
Expired
|
26.6 KB |
sha256:d239db6a6b19f12e6fd4d626248251aa775d3d06c06d1e26576d269230ab54d1
|
|
sbt~docker-sbt~2255JK.dockerbuild
Expired
|
23.1 KB |
sha256:2b8de2fff4c5f15474fdcc8f667d2098facd581146f25d41914cbdf24504fd61
|
|
sbt~docker-sbt~3K1DUD.dockerbuild
Expired
|
39.2 KB |
sha256:c5d5c320f2d4fe95fe6305b053a5153192e54576cf97ceffd3b66437a8b1e353
|
|
sbt~docker-sbt~4IJCES.dockerbuild
Expired
|
22.8 KB |
sha256:c8abcf5171d8117c38cd2ddfc435cd37b4de0d992dfe5a1eb73cae14bd6aa34d
|
|
sbt~docker-sbt~5DV28F.dockerbuild
Expired
|
24.4 KB |
sha256:740bff5911f4125a4c7cedbebe19d38a63200a797dc600b9e5087fc23b2dc812
|
|
sbt~docker-sbt~5UQXXU.dockerbuild
Expired
|
40.4 KB |
sha256:348c41262917c84d6e44a322eea76307948db6c89550c4a90f29e0c3bea7f0e9
|
|
sbt~docker-sbt~6OTOXP.dockerbuild
Expired
|
46 KB |
sha256:a9dd54f851db349b4de71bb400ca31228cae4197103e853ca5bd9bf9ba141bf8
|
|
sbt~docker-sbt~8NKFQB.dockerbuild
Expired
|
25 KB |
sha256:cfcd7b7196ac89951caeb99cc1545d3b038e4bb259e468921ab5754b7246615c
|
|
sbt~docker-sbt~97F0CP.dockerbuild
Expired
|
44.4 KB |
sha256:d172a408d214bdd7110122925aaf26ab383ee0ecfc96ef5c1c0e61b90c4b30c8
|
|
sbt~docker-sbt~99K8C3.dockerbuild
Expired
|
25.5 KB |
sha256:e61b84146bdffd215131121c5eade50e096ad0d7cac9ef5c62e0fdb7d79762f1
|
|
sbt~docker-sbt~A9GGA2.dockerbuild
Expired
|
40 KB |
sha256:4f587b12ea4c8839461785c7ee74933b7f4705d7c681eed125812b65658b658a
|
|
sbt~docker-sbt~AW2G9K.dockerbuild
Expired
|
26.9 KB |
sha256:b60c1fa87511ae266619d3155fc8ee8442233eba862a8d7011a0cc84aa007cb6
|
|
sbt~docker-sbt~FRYGMW.dockerbuild
Expired
|
46.1 KB |
sha256:0545cf436fdfcbd0c738b1651483c2b53726c1419e018d43f48a5b48b94aca4f
|
|
sbt~docker-sbt~G71DY2.dockerbuild
Expired
|
42.4 KB |
sha256:151d5a0e97788fd9260db0bca4c3a254b0ecf8ca3b4afdf24ead8ec1bbc013db
|
|
sbt~docker-sbt~GJJHNU.dockerbuild
Expired
|
28.5 KB |
sha256:68ac942d246b1bcb4aba7ab56a8e50e16161c3e00e9c9fa65ac096625f1004f7
|
|
sbt~docker-sbt~GRQ9O9.dockerbuild
Expired
|
25.1 KB |
sha256:6a6a9387e9b834b0dd546ddd3a78603467905cbc1ab3d61b3fea6b3d5bd34f43
|
|
sbt~docker-sbt~GX9N67.dockerbuild
Expired
|
30.6 KB |
sha256:3f99f47937fcb2446ae03ef3f1a29faf320a4a2140d0130269084d8e8217fffa
|
|
sbt~docker-sbt~H0MNRT.dockerbuild
Expired
|
44.9 KB |
sha256:725cc00b068d1017b1d56725c1613b0084bb82641aca5eca8403285f10600e56
|
|
sbt~docker-sbt~HWJXBA.dockerbuild
Expired
|
24.3 KB |
sha256:26ac80dbbeace2bab3aaecace06846f8f0e3de5382892135168dc77623c777fb
|
|
sbt~docker-sbt~IOEQF5.dockerbuild
Expired
|
23.7 KB |
sha256:8f9b37f68eb8044aa42f1dbfe079f1e87539071d9fc9d409160fd06f6833e806
|
|
sbt~docker-sbt~ITVAKI.dockerbuild
Expired
|
26 KB |
sha256:308477dd2e321271afc2d8869781650aa65d672a901ffe6438c0415fed4479b3
|
|
sbt~docker-sbt~MLQ2LD.dockerbuild
Expired
|
46.3 KB |
sha256:da5f63990bee790aed1444b2860a18a68a356d646f1bd6cf6fc4bcee96bfa687
|
|
sbt~docker-sbt~N1KOZS.dockerbuild
Expired
|
28.9 KB |
sha256:99906122ebc78d20ff7d5dc8992de02ee32c89e768e2d14b771ba8fde9798fc8
|
|
sbt~docker-sbt~PG80I7.dockerbuild
Expired
|
26.4 KB |
sha256:8386d2d7e54c393cbde20377481f50b28f01babcbc4af3078e360f7130991b19
|
|
sbt~docker-sbt~PI3PH9.dockerbuild
Expired
|
27.1 KB |
sha256:192e5b317e75146cb70f16eb0fede7d06dd1ec382eebf30bdeebdf2f0486fa92
|
|
sbt~docker-sbt~PQWGAN.dockerbuild
Expired
|
41.5 KB |
sha256:643253e7cc8d7c39351a0c19dd18402ff7cff4d0b7800c275715fbbff87d1f4d
|
|
sbt~docker-sbt~PYY6WQ.dockerbuild
Expired
|
39.5 KB |
sha256:164ff14e3d6c6657b25010dddb5cad037e4ac3eaa7c1710a6306c61cebcca64d
|
|
sbt~docker-sbt~Q09SW3.dockerbuild
Expired
|
24.3 KB |
sha256:9c5a082048881add82b2268a8e2a1527a6a758db4d5865d20fd6a4e56731316b
|
|
sbt~docker-sbt~R5JA42.dockerbuild
Expired
|
44.6 KB |
sha256:a2d309f57f8334adc542496a282b8270f616de56cec676035b0a32907afdd95e
|
|
sbt~docker-sbt~SEXCS2.dockerbuild
Expired
|
24.6 KB |
sha256:7040064f2dda68c4572d6cf8b36c13dd88d5054b4b1615034c4d9387980be515
|
|
sbt~docker-sbt~SU1KYU.dockerbuild
Expired
|
41.2 KB |
sha256:653a2492feaffc4ce74de0b4c9d6356a2703837a19f0c5257f24dcf299067ddb
|
|
sbt~docker-sbt~T9ZX88.dockerbuild
Expired
|
42.5 KB |
sha256:7db99946cada7f4a9f707f3f628749727c80749950e5becb0fa00af383aae584
|
|
sbt~docker-sbt~TR0JH7.dockerbuild
Expired
|
43.3 KB |
sha256:26457fe81e4061de8d0e7925b1d7f248f0891ffc9c61592c6e1d72a3547024e4
|
|
sbt~docker-sbt~UP1GNH.dockerbuild
Expired
|
39.4 KB |
sha256:788f51f8466af8ad0dc6de2547870b047638f96fe128ce1fa30e18b755952c48
|
|
sbt~docker-sbt~UWY59L.dockerbuild
Expired
|
41.8 KB |
sha256:baf94f9e5adea42e1827e88baa1abdaa2cba08dab99ca46666947c3f7a99c0ea
|
|
sbt~docker-sbt~WSLHWW.dockerbuild
Expired
|
39.4 KB |
sha256:4b87c1cc7fa0db8ebe2b86322b8ba98489de29dd2e320b8d36853532b6998beb
|
|
sbt~docker-sbt~WUBWKV.dockerbuild
Expired
|
43.2 KB |
sha256:f05515fcc392e5b7a1bf450478021375a4576b07d9bc063690560fe26bad9138
|
|
sbt~docker-sbt~WWY43Q.dockerbuild
Expired
|
25.1 KB |
sha256:ce6e1bebb7020edaa666bcfca0f7f053372c86228445f890f99aefca950bae93
|
|
sbt~docker-sbt~YOH29R.dockerbuild
Expired
|
22.7 KB |
sha256:7337898e0bfb5ffca0007b41ccebafd9e2971441d7efaafc366e6d251fdb2d00
|
|
sbt~docker-sbt~Z14XJ3.dockerbuild
Expired
|
40 KB |
sha256:f1ae487fae0da1fb60a3f241a6cf901b60167e2c838559951938343dab31ebca
|
|
sbt~docker-sbt~Z5ZHBZ.dockerbuild
Expired
|
44.8 KB |
sha256:d95298d2bf2cbcf966729d15ae44b9692fe28e489aba08ecdf1f18fb944820a5
|
|
sbt~docker-sbt~ZFZXZD.dockerbuild
Expired
|
39.3 KB |
sha256:c1999303aaa5c8be5c0cbb25c8564a17bddb2141a6ee7493f5c37380d501bbd1
|
|
sbt~docker-sbt~ZKOTBO.dockerbuild
Expired
|
39.9 KB |
sha256:d30e01c437eabf3608770f775bb92fb9f761c1c4b74137e9325f99c304712c01
|
|
sbt~docker-sbt~ZYAC7N.dockerbuild
Expired
|
44.9 KB |
sha256:2bec562a36d6f772fb6623f68f7a9b9105f9f3aa06db56743c13cc122f358bd4
|
|