Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building local docker image is flaky #7009

Open
kokosing opened this issue Feb 23, 2021 · 0 comments
Open

Building local docker image is flaky #7009

kokosing opened this issue Feb 23, 2021 · 0 comments
Labels
bug Something isn't working test

Comments

@kokosing
Copy link
Member

See: https://github.com/trinodb/trino/runs/1961596542?check_suite_focus=true

core/docker/build-local.sh
  shell: /usr/bin/bash -e {0}
  env:
    CONTINUOUS_INTEGRATION: true
    MAVEN_OPTS: -Xmx512M -XX:+ExitOnOutOfMemoryError -Dmaven.wagon.rto=60000
    MAVEN_INSTALL_OPTS: -Xmx2G -XX:+ExitOnOutOfMemoryError -Dmaven.wagon.rto=60000
    MAVEN_FAST_INSTALL: -B -V --quiet -T C1 -DskipTests -Dair.check.skip-all
    MAVEN_TEST: -B -Dair.check.skip-all -DLogTestDurationListener.enabled=true --fail-at-end
    RETRY: .github/bin/retry
    JAVA_HOME_11.0.10_x64: /opt/hostedtoolcache/jdk/11.0.10/x64
    JAVA_HOME: /opt/hostedtoolcache/jdk/11.0.10/x64
    JAVA_HOME_11_0_10_X64: /opt/hostedtoolcache/jdk/11.0.10/x64
+ SOURCE_DIR=../..
+ SCRIPT_DIR=core/docker
+ cd core/docker
+ pushd ../..
~/work/trino/trino ~/work/trino/trino/core/docker
++ ./mvnw --quiet help:evaluate -Dexpression=project.version -DforceStdout
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/runner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
+ TRINO_VERSION=353-SNAPSHOT
+ popd
~/work/trino/trino/core/docker
++ mktemp -d
+ WORK_DIR=/tmp/tmp.Kgyc7vxoqt
+ cp ../../core/trino-server/target/trino-server-353-SNAPSHOT.tar.gz /tmp/tmp.Kgyc7vxoqt
+ tar -C /tmp/tmp.Kgyc7vxoqt -xzf /tmp/tmp.Kgyc7vxoqt/trino-server-353-SNAPSHOT.tar.gz
+ rm /tmp/tmp.Kgyc7vxoqt/trino-server-353-SNAPSHOT.tar.gz
+ cp -R bin /tmp/tmp.Kgyc7vxoqt/trino-server-353-SNAPSHOT
+ cp -R default /tmp/tmp.Kgyc7vxoqt/
+ cp ../../client/trino-cli/target/trino-cli-353-SNAPSHOT-executable.jar /tmp/tmp.Kgyc7vxoqt
+ CONTAINER=trino:353-SNAPSHOT
+ docker build /tmp/tmp.Kgyc7vxoqt --pull -f Dockerfile -t trino:353-SNAPSHOT --build-arg TRINO_VERSION=353-SNAPSHOT
Sending build context to Docker daemon  564.6MB

Step 1/11 : FROM azul/zulu-openjdk-centos:11
11: Pulling from azul/zulu-openjdk-centos
2d473b07cdd5: Already exists
b4c3ba51a457: Pulling fs layer
b4c3ba51a457: Verifying Checksum
b4c3ba51a457: Download complete
b4c3ba51a457: Pull complete
layers from manifest don't match image configuration
Error: Process completed with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test
Development

No branches or pull requests

1 participant