You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/12/07 17:32:42 UTC

[GitHub] [incubator-mxnet] nerdoid commented on issue #16753: fail to build using docker

nerdoid commented on issue #16753: fail to build using docker
URL: https://github.com/apache/incubator-mxnet/issues/16753#issuecomment-562870691
 
 
   I checked out master and updated the submodules, and encountered the same error originally reported by alopez1327. My steps:
   
   ```
   git clone https://github.com/apache/incubator-mxnet
   cd incubator-mxnet/
   git submodule update --init --recursive
   time ci/build.py -p armv7
   ...
   The following packages will be upgraded:
     autoconf
   1 upgraded, 1 newly installed, 0 to remove and 84 not upgraded.
   Need to get 1169 kB of archives.
   After this operation, 2502 kB of additional disk space will be used.
   WARNING: The following packages cannot be authenticated!
     autoconf
   E: There are problems and -y was used without --force-yes
   The command '/bin/sh -c /work/deb_ubuntu_ccache.sh' returned a non-zero code: 100
   Traceback (most recent call last):
     File "ci/build.py", line 454, in <module>
       sys.exit(main())
     File "ci/build.py", line 364, in main
       num_retries=args.docker_build_retries, no_cache=args.no_cache)
     File "ci/build.py", line 116, in build_docker
       run_cmd()
     File "/Users/[NAME]/dev/incubator-mxnet/ci/util.py", line 81, in f_retry
       return f(*args, **kwargs)
     File "ci/build.py", line 114, in run_cmd
       check_call(cmd)
     File "/Users/[NAME]/anaconda3/envs/heard/lib/python3.7/subprocess.py", line 347, in check_call
       raise CalledProcessError(retcode, cmd)
   subprocess.CalledProcessError: Command '['docker', 'build', '-f', 'docker/Dockerfile.build.armv7', '--build-arg', 'USER_ID=501', '--build-arg', 'GROUP_ID=20', '--cache-from', 'mxnetci/build.armv7', '-t', 'mxnetci/build.armv7', 'docker']' returned non-zero exit status 100.
         395.68 real         1.28 user         0.96 sys
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services