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 2018/08/10 07:07:15 UTC

[GitHub] haojin2 opened a new issue #12121: Broken link in test_gluon_model_zoo.test_models

haojin2 opened a new issue #12121: Broken link in test_gluon_model_zoo.test_models
URL: https://github.com/apache/incubator-mxnet/issues/12121
 
 
   http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/incubator-mxnet/branches/master/runs/1371/nodes/890/steps/1310/log/?start=0
   ```
   ======================================================================
   ERROR: test_gluon_model_zoo.test_models
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "/usr/local/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
       self.test(*self.arg)
     File "/work/mxnet/tests/python/unittest/common.py", line 172, in test_new
       orig_test(*args, **kwargs)
     File "/work/mxnet/tests/python/unittest/test_gluon_model_zoo.py", line 44, in test_models
       model = get_model(model_name, pretrained=test_pretrain, root='model/')
     File "/work/mxnet/python/mxnet/gluon/model_zoo/vision/__init__.py", line 152, in get_model
       return models[name](**kwargs)
     File "/work/mxnet/python/mxnet/gluon/model_zoo/vision/squeezenet.py", line 169, in squeezenet1_1
       return get_squeezenet('1.1', **kwargs)
     File "/work/mxnet/python/mxnet/gluon/model_zoo/vision/squeezenet.py", line 136, in get_squeezenet
       net.load_parameters(get_model_file('squeezenet%s'%version, root=root), ctx=ctx)
     File "/work/mxnet/python/mxnet/gluon/model_zoo/model_store.py", line 113, in get_model_file
       with zipfile.ZipFile(zip_file_path) as zf:
     File "/usr/lib/python2.7/zipfile.py", line 770, in __init__
       self._RealGetContents()
     File "/usr/lib/python2.7/zipfile.py", line 811, in _RealGetContents
       raise BadZipfile, "File is not a zip file"
   BadZipfile: File is not a zip file
   -------------------- >> begin captured stdout << ---------------------
   ```
   ```
   -------------------- >> begin captured logging << --------------------
   common: INFO: Setting module np/mx/python random seeds, use MXNET_MODULE_SEED=1817738085 to reproduce.
   root: INFO: Model file not found. Downloading to model/squeezenet1.1-33ba0f93.params.
   urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): apache-mxnet.s3-accelerate.dualstack.amazonaws.com
   urllib3.connectionpool: DEBUG: https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com:443 "GET /gluon/models/squeezenet1.1-33ba0f93.zip HTTP/1.1" 200 4602839
   common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=174613729 to reproduce.
   --------------------- >> end captured logging << ---------------------
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services