Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add message_generation for build_depend in synthetic2d #2701

Merged
merged 1 commit into from
Nov 3, 2019

Conversation

knorth55
Copy link
Member

@knorth55 knorth55 commented Nov 2, 2019

add missing message_generation build_depend

@knorth55 knorth55 added the bug label Nov 2, 2019
@knorth55
Copy link
Member Author

knorth55 commented Nov 2, 2019

Travis failed.
It seems we can no more download VOC2012 data...

Full test results for 'grasp_fusion/test_results/grasp_fusion/nosetests-tests.xml'

-------------------------------------------------

<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="14" errors="1" failures="0" skip="0"><testcase classname="test_download" name="test_download" time="10.764"><system-out><![CDATA[Downloading from https://drive.google.com/uc?id=1SG1gC-g_URVnx0zNMW05_B6TSI88mdop for 3 times.

Downloading from https://drive.google.com/uc?id=1SG1gC-g_URVnx0zNMW05_B6TSI88mdop 1/3

Downloading from https://drive.google.com/uc?id=1SG1gC-g_URVnx0zNMW05_B6TSI88mdop 2/3

[/tmp/tmp4c1aXH/spam.txt] Computing md5. Expected: cb31a703b96c1ab2f80d164e9676fe7d

[/tmp/tmp4c1aXH/spam.txt] Computed md5. Expected: cb31a703b96c1ab2f80d164e9676fe7d, Actual: cb31a703b96c1ab2f80d164e9676fe7d

Downloading from https://drive.google.com/uc?id=1SG1gC-g_URVnx0zNMW05_B6TSI88mdop 3/3

[/tmp/tmp4c1aXH/spam.txt] Computing md5. Expected: cb31a703b96c1ab2f80d164e9676fe7d

[/tmp/tmp4c1aXH/spam.txt] Computed md5. Expected: cb31a703b96c1ab2f80d164e9676fe7d, Actual: cb31a703b96c1ab2f80d164e9676fe7d

File content of /tmp/tmp4c1aXH/spam.txt

Removing /tmp/tmp4c1aXH

]]></system-out><system-err><![CDATA[/usr/local/lib/python2.7/dist-packages/urllib3/util/ssl_.py:380: SNIMissingWarning: An HTTPS request has been made, but the SNI (Server Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings

  SNIMissingWarning,

/usr/local/lib/python2.7/dist-packages/urllib3/util/ssl_.py:139: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings

  InsecurePlatformWarning,

/usr/local/lib/python2.7/dist-packages/urllib3/util/ssl_.py:139: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings

  InsecurePlatformWarning,

Downloading...

From: https://drive.google.com/uc?id=1SG1gC-g_URVnx0zNMW05_B6TSI88mdop

To: /home/travis/.cache/grasp_fusion_lib/_func_cache/tmpeSIXFy/dl


  0%|          | 0.00/5.00 [00:00<?, ?B/s]
100%|笆遺毎笆遺毎笆遺毎笆遺毎笆遺毎| 5.00/5.00 [00:00<00:00, 5.52kB/s]

?[37m[INFO]?[0m Lock 46984579339792 acquired on /home/travis/.cache/grasp_fusion_lib/_func_cache/_dl_lock (?[1mfilelock.py?[0m:274)

?[37m[INFO]?[0m Lock 46984579339792 released on /home/travis/.cache/grasp_fusion_lib/_func_cache/_dl_lock (?[1mfilelock.py?[0m:318)

Saved to: /tmp/tmp4c1aXH/spam.txt

]]></system-err></testcase><testcase classname="test_extractall" name="test_extractall" time="77.262"><error type="requests.exceptions.ConnectionError" message="('Connection aborted.', error(104, 'Connection reset by peer'))&#10;-------------------- &gt;&gt; begin captured stdout &lt;&lt; ---------------------&#10;==&gt; Downloading from http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCdevkit_18-May-2011.tar&#10;&#10;--------------------- &gt;&gt; end captured stdout &lt;&lt; ----------------------&#10;-------------------- &gt;&gt; begin captured logging &lt;&lt; --------------------&#10;urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): host.robots.ox.ac.uk:80&#10;--------------------- &gt;&gt; end captured logging &lt;&lt; ---------------------"><![CDATA[  File "/usr/lib/python2.7/unittest/case.py", line 331, in run

    testMethod()

  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest

    self.test(*self.arg)

  File "/home/travis/ros/ws_jsk_apc/src/jsk_apc/demos/grasp_fusion/ros/grasp_fusion/tests/data_tests/test_extractall.py", line 14, in test_extractall

    grasp_fusion_lib.data.download(url=url, path=path, quiet=True)

  File "/home/travis/ros/ws_jsk_apc/src/jsk_apc/demos/grasp_fusion/ros/grasp_fusion/python/grasp_fusion_lib/data/utils.py", line 95, in download

    gdown.download(url, temp_path, quiet=quiet)

  File "/usr/local/lib/python2.7/dist-packages/gdown/download.py", line 50, in download

    res = sess.get(url, stream=True)

  File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 546, in get

    return self.request('GET', url, **kwargs)

  File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 533, in request

    resp = self.send(prep, **send_kwargs)

  File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 646, in send

    r = adapter.send(request, **kwargs)

  File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 498, in send

    raise ConnectionError(err, request=request)

"('Connection aborted.', error(104, 'Connection reset by peer'))\n-------------------- >> begin captured stdout << ---------------------\n==> Downloading from http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCdevkit_18-May-2011.tar\n\n--------------------- >> end captured stdout << ----------------------\n-------------------- >> begin captured logging << --------------------\nurllib3.connectionpool: DEBUG: Starting new HTTP connection (1): host.robots.ox.ac.uk:80\n--------------------- >> end captured logging << ---------------------"]]></error><system-out><![CDATA[==> Downloading from http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCdevkit_18-May-2011.tar

]]></system-out></testcase><testcase classname="test_jsk_apc2016_dataset" name="test_jsk_apc2016_dataset" time="0.062"></testcase><testcase classname="test_jsk_arc2017_dataset" name="test_jsk_arc2017_dataset_aug" time="0.631"><system-err><![CDATA[/home/travis/ros/ws_jsk_apc/devel/.private/grasp_fusion/share/grasp_fusion/venv/lib/python2.7/site-packages/imgaug/imgaug.py:182: DeprecationWarning: Function `copy_random_state()` is deprecated. Use `imgaug.random.copy_generator_unless_global_rng` instead.

  warn_deprecated(msg, stacklevel=3)

]]></system-err></testcase><testcase classname="test_jsk_arc2017_dataset" name="test_jsk_arc2017_dataset_noaug" time="1.617"></testcase><testcase classname="test_centerize" name="test_centerize" time="0.014"></testcase><testcase classname="test_colorize_depth" name="test_colorize_depth" time="0.037"></testcase><testcase classname="test_label_colormap" name="test_label_colormap" time="0.000"></testcase><testcase classname="test_resize" name="test_resize" time="0.023"></testcase><testcase classname="test_resize_lbl" name="test_resize_lbl" time="0.469"></testcase><testcase classname="test_resize_mask" name="test_resize_mask" time="0.058"></testcase><testcase classname="test_tile" name="test_tile" time="0.121"></testcase><testcase classname="test_imgplot" name="test_imgplot" time="0.088"></testcase><testcase classname="test_load_off" name="test_load_off" time="0.001"></testcase></testsuite>

-------------------------------------------------

@knorth55
Copy link
Member Author

knorth55 commented Nov 2, 2019

Probably we can use mirror by Pjreddie
https://pjreddie.com/projects/pascal-voc-dataset-mirror/

@knorth55
Copy link
Member Author

knorth55 commented Nov 2, 2019

I upload VOC dev kit in shared folder:
https://drive.google.com/open?id=1qmgz4dY1i_2NiAEgmsPRKNc7K7u-9WRa

@knorth55 knorth55 merged commit 2c5a93c into start-jsk:master Nov 3, 2019
@knorth55 knorth55 deleted the fix-synthetic2d branch November 3, 2019 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants