KellenSunderland commented on issue #13840: [CI][URGENT] Fix permissions of ci/docker/install/ubuntu_publish.sh URL: https://github.com/apache/incubator-mxnet/pull/13840#issuecomment-454486877 @larroy Right now on master I see a problem saying: http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fsanity/detail/master/204/pipeline ``` + apt-get update Ign:1 http://cran.rstudio.com/bin/linux/ubuntu trusty/ InRelease Hit:2 http://cran.rstudio.com/bin/linux/ubuntu trusty/ Release Get:3 http://apt.llvm.org/xenial llvm-toolchain-xenial-3.9 InRelease [4207 B] Get:4 http://apt.llvm.org/xenial llvm-toolchain-xenial-6.0 InRelease [4236 B] Get:6 http://apt.llvm.org/xenial llvm-toolchain-xenial-3.9/main amd64 Packages [6693 B] Hit:7 https://cran.rstudio.com/bin/linux/ubuntu xenial/ InRelease Get:8 http://apt.llvm.org/xenial llvm-toolchain-xenial-6.0/main amd64 Packages [6570 B] Err:8 http://apt.llvm.org/xenial llvm-toolchain-xenial-6.0/main amd64 Packages Hash Sum mismatch Hit:9 http://archive.ubuntu.com/ubuntu xenial InRelease Hit:10 http://security.ubuntu.com/ubuntu xenial-security InRelease Hit:11 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Hit:12 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Fetched 21.7 kB in 0s (34.2 kB/s) Reading package lists... E: Failed to fetch http://apt.llvm.org/xenial/dists/llvm-toolchain-xenial-6.0/main/binary-amd64/Packages.gz Hash Sum mismatch E: Some index files failed to download. They have been ignored, or old ones used instead. + wget https://raw.githubusercontent.com/llvm-mirror/clang-tools-extra/7654135f0cbd155c285fd2a37d87e27e4fff3071/clang-tidy/tool/run-clang-tidy.py -O /usr/lib/llvm-6.0/share/clang/run-clang-tidy.py /usr/lib/llvm-6.0/share/clang/run-clang-tidy.py: No such file or directory The command '/bin/sh -c /work/ubuntu_clang.sh' returned a non-zero code: 1 Traceback (most recent call last): File "ci/build.py", line 582, in <module> sys.exit(main()) File "ci/build.py", line 495, in main num_retries=args.docker_build_retries, no_cache=args.no_cache) File "ci/build.py", line 162, in build_docker run_cmd() File "/home/jenkins_slave/workspace/sanity-lint/ci/util.py", line 77, in f_retry return f(*args, **kwargs) File "ci/build.py", line 160, in run_cmd check_call(cmd) File "/usr/lib/python3.5/subprocess.py", line 581, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['docker', 'build', '-f', 'docker/Dockerfile.build.ubuntu_cpu', '--build-arg', 'USER_ID=1001', '--build-arg', 'GROUP_ID=1001', '--cache-from', 'mxnetci/build.ubuntu_cpu', '-t', 'mxnetci/build.ubuntu_cpu', 'docker']' returned non-zero exit status 1 ``` Which does not seem related.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
