Coder Social home page Coder Social logo

docker-ce-build's People

Watchers

 avatar  avatar

docker-ce-build's Issues

postsubmit-test-docker-staging is failing

Automated tests on the docker staging website is failing for containerd 1.6.7
See https://prow.ppc64le-cloud.org/view/s3/prow-logs/logs/postsubmit-test-docker-staging/1558036211107368960
This looks like a go version issue.

  • On various distros:
test_centos_7.log:70:gotestsum: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by gotestsum)
test_centos_7.log:71:gotestsum: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by gotestsum)
test_centos_8.log:70:gotestsum: /lib64/glibc-hwcaps/power9/libc-2.28.so: version `GLIBC_2.32' not found (required by gotestsum)
test_centos_8.log:71:gotestsum: /lib64/glibc-hwcaps/power9/libc-2.28.so: version `GLIBC_2.34' not found (required by gotestsum)
test_fedora_34.log:70:gotestsum: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by gotestsum)
test_ubuntu_focal.log:70:gotestsum: /lib/powerpc64le-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by gotestsum)
test_ubuntu_focal.log:71:gotestsum: /lib/powerpc64le-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by gotestsum) 
  • On Debian Bullseye:
test_debian_bullseye.log:85:/usr/local/bin/test-launch.sh: line 28: /workspace/test/bin/gotestsum: Text file busy

This looks similar to this issue containerd/containerd#7255

test.sh fails with bash complaining about 'continue' statement

When refactoring the code of test.sh some lines of code of the for loop were move into the testDynamicPackages function (see Injecting PR #25) causing the script to fail as explained below.

Originally, in case one of the test artifact file is missing we skip the test for the given distribution:release thanks to a continue statement in the for loop. Inadvertently this continue statement has been moved into that function.
The logic need to be rework a bit so that it works with the function call.

Here are the logs depicted the issue;

  
  # Tests of the dynamic packages #
  ## Looking for debian-bullseye ##
  tmp created
  /workspace/tmp /workspace
  ### Copying the packages and the dockerfile for debian-bullseye ###
  cp: cannot stat '/workspace/containerd-v1.5.11_240322-1707/debian/bullseye/ppc64*/containerd.io_1.5.11*_ppc64*.deb': No such file or directory
  bundles-ce-debian-bullseye-ppc64le.tar.gz
  ls: cannot access 'containerd*ppc64*.*': No such file or directory
  ERROR: The docker-ce packages and/or the containerd packages and/or the Dockerfile is/are missing
  /home/prow/go/src/github.com/ppc64le-cloud/docker-ce-build/test.sh: line 86: continue: only meaningful in a `for', `while', or `until' loop
  ### # Building the test image: t_docker_debian_bullseye # ###

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.