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 2020/11/30 21:42:26 UTC

[GitHub] [incubator-mxnet] kpuatamazon commented on pull request #19602: [PERFORMANCE] [master] Layer normalization code from Marian for CPU

kpuatamazon commented on pull request #19602:
URL: https://github.com/apache/incubator-mxnet/pull/19602#issuecomment-736073673


   @mxnet-bot run ci [all]
   
   Sigh everything is broken on some python HTTP thing.
   ```
   [2020-11-30T20:24:22.242Z] Step 11/14 : RUN /work/docker_filepermissions.sh
   [2020-11-30T20:25:18.379Z] [8924] Failed to execute script docker-compose
   [2020-11-30T20:25:18.379Z] Traceback (most recent call last):
   [2020-11-30T20:25:18.379Z]   File "http/client.py", line 554, in _get_chunk_left
   [2020-11-30T20:25:18.379Z]   File "http/client.py", line 521, in _read_next_chunk_size
   [2020-11-30T20:25:18.379Z] ValueError: invalid literal for int() with base 16: b''
   [2020-11-30T20:25:18.379Z] 
   [2020-11-30T20:25:18.379Z] During handling of the above exception, another exception occurred:
   [2020-11-30T20:25:18.379Z] 
   [2020-11-30T20:25:18.379Z] Traceback (most recent call last):
   [2020-11-30T20:25:18.379Z]   File "http/client.py", line 586, in _readinto_chunked
   [2020-11-30T20:25:18.379Z]   File "http/client.py", line 556, in _get_chunk_left
   [2020-11-30T20:25:18.379Z] http.client.IncompleteRead: IncompleteRead(0 bytes read)
   [2020-11-30T20:25:18.379Z] 
   [2020-11-30T20:25:18.380Z] During handling of the above exception, another exception occurred:
   [2020-11-30T20:25:18.380Z] 
   [2020-11-30T20:25:18.380Z] Traceback (most recent call last):
   [2020-11-30T20:25:18.380Z]   File "site-packages/urllib3/response.py", line 425, in _error_catcher
   [2020-11-30T20:25:18.380Z]   File "site-packages/urllib3/response.py", line 507, in read
   [2020-11-30T20:25:18.380Z]   File "http/client.py", line 457, in read
   [2020-11-30T20:25:18.380Z]   File "http/client.py", line 491, in readinto
   [2020-11-30T20:25:18.380Z]   File "http/client.py", line 602, in _readinto_chunked
   [2020-11-30T20:25:18.380Z] http.client.IncompleteRead: IncompleteRead(0 bytes read)
   [2020-11-30T20:25:18.380Z] 
   [2020-11-30T20:25:18.380Z] During handling of the above exception, another exception occurred:
   [2020-11-30T20:25:18.380Z] 
   [2020-11-30T20:25:18.380Z] Traceback (most recent call last):
   [2020-11-30T20:25:18.380Z]   File "bin/docker-compose", line 6, in <module>
   [2020-11-30T20:25:18.380Z]   File "compose/cli/main.py", line 72, in main
   [2020-11-30T20:25:18.380Z]   File "compose/cli/main.py", line 128, in perform_command
   [2020-11-30T20:25:18.380Z]   File "compose/cli/main.py", line 303, in build
   [2020-11-30T20:25:18.380Z]   File "compose/project.py", line 403, in build
   [2020-11-30T20:25:18.380Z]   File "compose/project.py", line 385, in build_service
   [2020-11-30T20:25:18.380Z]   File "compose/service.py", line 1110, in build
   [2020-11-30T20:25:18.380Z]   File "compose/progress_stream.py", line 25, in stream_output
   [2020-11-30T20:25:18.380Z]   File "compose/utils.py", line 61, in split_buffer
   [2020-11-30T20:25:18.380Z]   File "compose/utils.py", line 37, in stream_as_text
   [2020-11-30T20:25:18.380Z]   File "site-packages/docker/api/client.py", line 345, in _stream_helper
   [2020-11-30T20:25:18.380Z]   File "site-packages/urllib3/response.py", line 529, in read
   [2020-11-30T20:25:18.380Z]   File "contextlib.py", line 130, in __exit__
   [2020-11-30T20:25:18.380Z]   File "site-packages/urllib3/response.py", line 443, in _error_catcher
   [2020-11-30T20:25:18.380Z] urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read))
   [2020-11-30T20:25:18.380Z] 2020-11-30 20:25:12,579 - root - WARNING - Exception: Command '['docker-compose', '-f', 'docker/docker-compose.yml', 'build', '--build-arg', 'USER_ID=1001', '--build-arg', 'GROUP_ID=1001', 'ubuntu_cpu']' returned non-zero exit status 255., Retrying in 1 seconds...
   [2020-11-30T20:25:18.380Z] 2020-11-30 20:25:13,581 - root - INFO - Running command: 'docker-compose -f docker/docker-compose.yml build --build-arg USER_ID=1001 --build-arg GROUP_ID=1001 ubuntu_cpu'
   [2020-11-30T20:25:18.380Z] Couldn't connect to Docker daemon at http+docker://localhost - is it running?
   [2020-11-30T20:25:18.380Z] 
   [2020-11-30T20:25:18.380Z] If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.
   [2020-11-30T20:25:18.380Z] 2020-11-30 20:25:14,126 - root - WARNING - Exception: Command '['docker-compose', '-f', 'docker/docker-compose.yml', 'build', '--build-arg', 'USER_ID=1001', '--build-arg', 'GROUP_ID=1001', 'ubuntu_cpu']' returned non-zero exit status 1., Retrying in 2 seconds...
   [2020-11-30T20:25:18.380Z] 2020-11-30 20:25:16,129 - root - INFO - Running command: 'docker-compose -f docker/docker-compose.yml build --build-arg USER_ID=1001 --build-arg GROUP_ID=1001 ubuntu_cpu'
   [2020-11-30T20:25:18.380Z] Couldn't connect to Docker daemon at http+docker://localhost - is it running?
   [2020-11-30T20:25:18.380Z] 
   [2020-11-30T20:25:18.380Z] If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.
   [2020-11-30T20:25:18.634Z] Traceback (most recent call last):
   [2020-11-30T20:25:18.634Z]   File "ci/build.py", line 373, in <module>
   [2020-11-30T20:25:18.634Z]     sys.exit(main())
   [2020-11-30T20:25:18.634Z]   File "ci/build.py", line 309, in main
   [2020-11-30T20:25:18.634Z]     no_cache=args.no_cache, cache_intermediate=args.cache_intermediate)
   [2020-11-30T20:25:18.634Z]   File "ci/build.py", line 81, in build_docker
   [2020-11-30T20:25:18.634Z]     run_cmd(env=env)
   [2020-11-30T20:25:18.634Z]   File "/home/jenkins_slave/workspace/build-cpu-clang100/ci/util.py", line 84, in f_retry
   [2020-11-30T20:25:18.634Z]     return f(*args, **kwargs)
   [2020-11-30T20:25:18.634Z]   File "ci/build.py", line 79, in run_cmd
   [2020-11-30T20:25:18.634Z]     check_call(cmd, env=env)
   [2020-11-30T20:25:18.634Z]   File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
   [2020-11-30T20:25:18.634Z]     raise CalledProcessError(retcode, cmd)
   [2020-11-30T20:25:18.634Z] subprocess.CalledProcessError: Command '['docker-compose', '-f', 'docker/docker-compose.yml', 'build', '--build-arg', 'USER_ID=1001', '--build-arg', 'GROUP_ID=1001', 'ubuntu_cpu']' returned non-zero exit status 1.
   script returned exit code 1
   ```


----------------------------------------------------------------
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