tests-debian-9
Failed Started
by
@BenjaminSchubert

Benjamin Schubert
1Running with gitlab-runner 11.2.0 (35e8515d)2 on buildstream-bastion a334e4923Using Docker executor with image buildstream/testsuite-debian:9-master-119-552f5fc6 ...4Pulling docker image buildstream/testsuite-debian:9-master-119-552f5fc6 ...5Using docker image sha256:204e971f7c922a7cf2d183979221c59d19f17118495872d2b8274b42fdaa9fd9 for buildstream/testsuite-debian:9-master-119-552f5fc6 ... 6 Running on runner-a334e492-project-1975139-concurrent-0 via runner-a334e492-gitlab-runner-autoscale-1541770425-9ce1e030...
00:02
8Removing BuildStream.egg-info/9Removing __pycache__/10Removing dist/11HEAD is now at d68daa02 sources/pip.py: Use move_atomic instead of manual os.rename12Checking out d68daa02 as bschubert/fix-atomic-move-git-repo...13Skipping Git submodules setup15Downloading cache.zip from https://ams3.digitaloceanspaces.com/buildstream-ci-gitlab-cache/runner/a334e492/project/1975139/tests-debian-9--4 16Successfully extracted cache18Downloading artifacts from coordinator... ok id=118605200 responseStatus=200 OK token=HgyGyWdQ20/dev/mapper/docker-252:1-262188-7728c87439b4f29d346b7592ec07fd5f35661332e4a24cb51585b0ffdd2853e3 on / type xfs (rw,relatime,seclabel,nouuid,attr2,inode64,sunit=128,swidth=128,noquota)21proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)22tmpfs on /dev type tmpfs (rw,nosuid,seclabel,size=65536k,mode=755)23devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=666)24sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime,seclabel)25tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,relatime,seclabel,mode=755)26cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,xattr,name=systemd)27cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,memory)28cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpu,cpuacct)29cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,devices)30cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,freezer)31cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,hugetlb)32cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,pids)33cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,net_cls,net_prio)34cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpuset)35cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,perf_event)36cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,blkio)37mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime,seclabel)38/dev/vda1 on /cache type ext4 (rw,relatime,seclabel,data=ordered)39/dev/vda1 on /builds/BuildStream type ext4 (rw,relatime,seclabel,data=ordered)40/dev/vda1 on /etc/resolv.conf type ext4 (rw,relatime,seclabel,data=ordered)41/dev/vda1 on /etc/hostname type ext4 (rw,relatime,seclabel,data=ordered)42/dev/vda1 on /etc/hosts type ext4 (rw,relatime,seclabel,data=ordered)43shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,seclabel,size=65536k)44$ df -h45Filesystem Size Used Avail Use% Mounted on46/dev/mapper/docker-252:1-262188-7728c87439b4f29d346b7592ec07fd5f35661332e4a24cb51585b0ffdd2853e3 10G 470M 9.6G 5% /47tmpfs 64M 0 64M 0% /dev48tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup49/dev/vda1 25G 2.7G 21G 12% /cache50shm 64M 0 64M 0% /dev/shm51$ useradd -Um buildstream52$ chown -R buildstream:buildstream .53$ export INTEGRATION_CACHE="$(pwd)/cache/integration-cache"54$ cd dist && ./unpack.sh55$ chown -R buildstream:buildstream buildstream56$ cd buildstream57$ su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'58running pytest59running egg_info60writing BuildStream.egg-info/PKG-INFO61writing entry points to BuildStream.egg-info/entry_points.txt62writing top-level names to BuildStream.egg-info/top_level.txt63writing dependency_links to BuildStream.egg-info/dependency_links.txt64writing requirements to BuildStream.egg-info/requires.txt65reading manifest file 'BuildStream.egg-info/SOURCES.txt'66reading manifest template 'MANIFEST.in'67writing manifest file 'BuildStream.egg-info/SOURCES.txt'68running build_ext69============================= test session starts ==============================70platform linux -- Python 3.5.3, pytest-3.9.2, py-1.7.0, pluggy-0.8.0 -- /usr/bin/python371cachedir: .pytest_cache72rootdir: /builds/BuildStream/buildstream/dist/buildstream, inifile: setup.cfg73plugins: xdist-1.23.2, timeout-1.3.2, pylint-0.12.3, pep8-1.0.6, forked-0.2, env-0.6.2, datafiles-2.0, cov-2.6.0, codestyle-1.3.074collecting ... collected 1593 items / 1 errors75-----------------------------------------------------------------76Linting files77............................................................................................................................................78-----------------------------------------------------------------79==================================== ERRORS ====================================80____________________ ERROR collecting tests/sources/pip.py _____________________81/usr/local/lib/python3.5/dist-packages/_pytest/python.py:450: in _importtestmodule82 mod = self.fspath.pyimport(ensuresyspath=importmode)83/usr/local/lib/python3.5/dist-packages/py/_path/local.py:668: in pyimport84 __import__(modname)85/usr/local/lib/python3.5/dist-packages/pluginbase.py:439: in plugin_import86 fromlist, level)87<frozen importlib._bootstrap>:969: in _find_and_load88 ???89<frozen importlib._bootstrap>:958: in _find_and_load_unlocked90 ???91<frozen importlib._bootstrap>:664: in _load_unlocked92 ???93<frozen importlib._bootstrap>:634: in _load_backward_compatible94 ???95/usr/local/lib/python3.5/dist-packages/_pytest/assertion/rewrite.py:291: in load_module96 six.exec_(co, mod.__dict__)97tests/sources/pip.py:6: in <module>98 from buildstream.plugins.sources.pip import _match_package_name99/usr/local/lib/python3.5/dist-packages/pluginbase.py:439: in plugin_import100 fromlist, level)101E File "/builds/BuildStream/buildstream/dist/buildstream/buildstream/plugins/sources/pip.py", line 201102E .format(self package_dir, self._mirror, e)) from e103E ^104E SyntaxError: invalid syntax105----------- coverage: platform linux, python 3.5.3-final-0 -----------106Name Stmts Miss Cover Missing107------------------------------------------------------------------------------108buildstream/__init__.py 13 0 100.00%109buildstream/__main__.py 3 3 0.00% 14-17110buildstream/_artifactcache/__init__.py 1 0 100.00%111buildstream/_artifactcache/artifactcache.py 354 299 15.54% 56-86, 99-121, 140-152, 168-184, 202-215, 232-256, 266-314, 325-327, 338-341, 358-365, 379-382, 392, 399, 409-461, 475-477, 488, 507-524, 544-548, 560-562, 576-579, 591-600, 612-621, 638-659, 674-696, 708-715, 729-742, 757-769, 782-797, 809-812, 823-824, 837-841, 849-853, 863-866, 877-891, 905-965, 981-984112buildstream/_artifactcache/cascache.py 600 531 11.50% 53-57, 64-67, 79-82, 99-118, 129-132, 145-158, 161-181, 196-216, 228-239, 250-252, 269-303, 317-319, 334-345, 357-366, 379, 397-435, 445-448, 462-474, 484-487, 497, 508-522, 541-551, 558-581, 588-611, 614, 631-655, 659-672, 675-725, 728-742, 746-763, 766-774, 788-799, 802-808, 812-818, 822-848, 863-888, 892-911, 914-939, 942-962, 965-984, 991-1000, 1003-1074, 1081-1085, 1088-1099, 1102-1118, 1125-1129, 1132-1144, 1147-1157, 1162-1167113buildstream/_artifactcache/casserver.py 288 243 15.62% 59-77, 89-127, 132-134, 137-166, 169-219, 224-226, 229-235, 238-260, 263-300, 305-317, 322-324, 327-337, 340-349, 352-356, 360-375, 379-400, 404-405, 423-459114buildstream/_cachekey.py 7 3 57.14% 40-42115buildstream/_context.py 223 183 17.94% 54-123, 140-228, 234-237, 247-249, 259, 270, 273, 288, 300-305, 315-320, 330, 338-341, 354-365, 376-380, 395-428, 454-487, 499, 511, 522-559, 567, 570-571, 578-583116buildstream/_elementfactory.py 12 6 50.00% 38, 59-63117buildstream/_exceptions.py 101 29 71.29% 41-43, 56-59, 73-74, 108-129, 141, 239, 249, 257, 266, 275, 284, 294, 308-313, 322118buildstream/_frontend/__init__.py 6 0 100.00%119buildstream/_frontend/app.py 384 337 12.24% 65-115, 128-134, 158-290, 305-363, 377-391, 400-401, 419, 428-429, 434-435, 443-452, 460-462, 470-507, 510, 513-514, 517-542, 547-620, 627-629, 638-639, 655-666, 675-697, 701-706, 711-722, 725-738, 756-836, 853-863120buildstream/_frontend/cli.py 307 178 42.02% 28-42, 47-51, 62-112, 123-137, 146-161, 173-178, 230-234, 247-260, 286, 314-326, 365-377, 412-417, 448-449, 476-477, 546-558, 596-623, 651-656, 671, 691-702, 722-752, 772-788, 799-800, 826-827121buildstream/_frontend/complete.py 144 124 13.89% 73-129, 148-155, 166-178, 186, 197-206, 216-224, 239-245, 259-310, 314-323, 331-335122buildstream/_frontend/linuxapp.py 18 18 0.00% 19-64123buildstream/_frontend/profile.py 17 10 41.18% 33, 47-50, 68-77124buildstream/_frontend/status.py 207 179 13.53% 60-80, 91-94, 105-116, 133-139, 150-192, 211-244, 247-250, 253-263, 266-270, 273-294, 297-298, 305-315, 340-351, 354-398, 404-419, 422-429, 446-472, 483-495125buildstream/_frontend/widget.py 391 330 15.60% 55-61, 74, 81, 88-89, 92, 98-102, 109-116, 122-123, 126, 129-149, 169, 179-183, 186-198, 207, 214-217, 221-236, 243-246, 250-264, 273-275, 279-284, 309-339, 356-431, 446-504, 520-582, 591-596, 602-624, 629-693, 696-719, 722-741, 756-774126buildstream/_fuse/__init__.py 1 1 0.00% 20127buildstream/_fuse/fuse.py 415 415 0.00% 24-1006128buildstream/_fuse/hardlinks.py 112 112 0.00% 24-218129buildstream/_fuse/mount.py 48 48 0.00% 20-196130buildstream/_includes.py 58 49 15.52% 19-21, 36-78, 92-108, 123-130131buildstream/_loader/__init__.py 3 0 100.00%132buildstream/_loader/loadelement.py 66 57 13.64% 48-78, 92-93, 100-114, 132-188133buildstream/_loader/loader.py 271 242 10.70% 59-82, 100-157, 164-181, 196-197, 220-287, 302-340, 356-416, 430-482, 497-589, 602-606, 628-635134buildstream/_loader/metaelement.py 16 14 12.50% 44-57135buildstream/_loader/metasource.py 9 7 22.22% 36-42136buildstream/_loader/types.py 25 4 84.00% 61-64137buildstream/_message.py 32 15 53.12% 66-80138buildstream/_options/__init__.py 1 0 100.00%139buildstream/_options/option.py 21 11 47.62% 47-52, 63-69140buildstream/_options/optionarch.py 11 4 63.64% 41, 44-45, 56141buildstream/_options/optionbool.py 23 14 39.13% 35-37, 40-43, 46-51, 55-58142buildstream/_options/optioneltmask.py 12 6 50.00% 36, 42-46143buildstream/_options/optionenum.py 35 24 31.43% 34-49, 52-55, 58-59, 62, 65-69, 75-77144buildstream/_options/optionflags.py 38 27 28.95% 34-50, 53-57, 61-67, 70, 73-78, 86145buildstream/_options/optionpool.py 109 87 20.18% 46-56, 67-82, 93-101, 113-122, 131-139, 152-154, 165-166, 181-191, 215-231, 238-242, 250-294146buildstream/_ostree.py 83 69 16.87% 43, 56-68, 94-115, 138-149, 167-168, 191-234, 253-276147buildstream/_pipeline.py 159 125 21.38% 74-80, 105-122, 132-139, 154-158, 176-178, 195-220, 238-286, 301-303, 317-318, 343-347, 357-384, 403, 420-434, 441-442, 455-456, 462-481, 484-488148buildstream/_platform/__init__.py 1 0 100.00%149buildstream/_platform/darwin.py 17 17 0.00% 18-48150buildstream/_platform/linux.py 68 68 0.00% 20-139151buildstream/_platform/platform.py 45 32 28.89% 36, 43-61, 65-67, 70-74, 92, 96, 103-109152buildstream/_platform/unix.py 15 15 0.00% 20-47153buildstream/_plugincontext.py 99 85 14.14% 49-63, 77, 80-88, 91-129, 133-165, 169-193, 196-207, 214-219, 232-233154buildstream/_project.py 320 270 15.62% 59-68, 74-82, 95-147, 151, 155, 159, 163, 181-192, 204, 214-220, 234-237, 251-254, 268-273, 283-299, 317-341, 350-358, 365-368, 380-456, 463-556, 574-646, 660-670, 673-722, 740-758, 772155buildstream/_projectrefs.py 62 50 19.35% 50-54, 65-91, 98, 116-130, 139-166156buildstream/_scheduler/__init__.py 8 0 100.00%157buildstream/_scheduler/jobs/__init__.py 3 0 100.00%158buildstream/_scheduler/jobs/cachesizejob.py 16 10 37.50% 24-28, 31, 34-38, 41159buildstream/_scheduler/jobs/cleanupjob.py 11 6 45.45% 24-27, 30, 33-34160buildstream/_scheduler/jobs/elementjob.py 30 20 33.33% 69-76, 80, 87-94, 97, 100-102, 109-115161buildstream/_scheduler/jobs/job.py 208 163 21.63% 49-50, 58-59, 86-128, 136-174, 185-195, 210-211, 220-228, 235-252, 259-265, 283, 295, 311, 324, 338-340, 354, 379-474, 484-495, 508-510, 520-521, 536-546, 555-556, 567-586, 600-620, 628-630, 638, 656-659, 666-668162buildstream/_scheduler/queues/__init__.py 1 0 100.00%163buildstream/_scheduler/queues/buildqueue.py 48 33 31.25% 38-39, 42-68, 71, 75-88, 96-105, 109-115164buildstream/_scheduler/queues/fetchqueue.py 32 21 34.38% 38-40, 43-46, 50-70, 74-80165buildstream/_scheduler/queues/pullqueue.py 24 14 41.67% 37-38, 42-55, 59-67166buildstream/_scheduler/queues/pushqueue.py 14 5 64.29% 37-38, 41-44167buildstream/_scheduler/queues/queue.py 117 87 25.64% 67-84, 103, 116, 126, 140, 154-176, 187-188, 198, 221-244, 247-250, 266-281, 295-344, 349-351, 354-359168buildstream/_scheduler/queues/trackqueue.py 21 11 47.62% 38, 42-48, 52-60169buildstream/_scheduler/resources.py 32 22 31.25% 10-30, 38-42, 45-56, 71-105170buildstream/_scheduler/scheduler.py 162 128 20.99% 74-97, 119-151, 170-175, 183-189, 197, 208-212, 224-225, 237-241, 256-260, 272-288, 300-335, 350-360, 367-371, 378-383, 396-405, 412, 421-429, 436-438, 441-443, 448-463, 467-469171buildstream/_signals.py 69 51 26.09% 37-54, 76-91, 97-98, 105-117, 140-153, 168-182, 195-203172buildstream/_site.py 8 0 100.00%173buildstream/_sourcefactory.py 12 6 50.00% 38, 60-64174buildstream/_stream.py 415 365 12.05% 65-83, 90-91, 109-113, 140-150, 170-211, 230-248, 271-282, 300-316, 334-350, 379-443, 462-520, 531-547, 561-610, 626-634, 641-649, 670-731, 747-765, 777, 785, 793, 801, 808, 817, 825-826, 870-962, 969-970, 982-985, 996-999, 1010-1031, 1044-1069, 1074-1079, 1083-1087, 1091-1096, 1101-1113, 1117-1124175buildstream/_variables.py 81 69 14.81% 47-48, 64-78, 82-107, 116-177, 182-186, 190-195, 199176buildstream/_version.py 4 0 100.00%177buildstream/_versions.py 2 0 100.00%178buildstream/_workspaces.py 118 90 23.73% 49-55, 65-72, 91, 104, 112, 122-127, 139-144, 151, 164-186, 193, 205-207, 217-218, 229-234, 248-250, 264-271, 283, 292-302, 315-325, 342-381, 394-400, 409179buildstream/_yaml.py 502 424 15.54% 49-51, 65-69, 73, 86-97, 100-107, 116-125, 128-131, 140-149, 152-156, 164-165, 170-176, 193-215, 224-239, 249-255, 271-278, 282-293, 298-312, 328-335, 365-412, 446-502, 518-521, 527-532, 547-552, 573-590, 608-630, 648-670, 690-700, 720-804, 825-875, 881-890, 918-931, 951-957, 977-978, 983-986, 989, 992, 995-997, 1001-1007, 1010-1011, 1014-1024, 1027-1031, 1037-1045, 1048-1050, 1053-1056, 1060-1069, 1073-1084, 1088-1101, 1105-1116, 1131-1145, 1149-1153, 1176-1198180buildstream/_yamlcache.py 142 107 24.65% 52-53, 70-78, 94-111, 121, 138-140, 154-155, 169-176, 187-190, 204-209, 222-223, 239-254, 262-263, 271-272, 276-278, 287-301, 305-308, 313-314, 317-340, 344-347181buildstream/buildelement.py 79 62 21.52% 157-168, 171, 174-186, 189-208, 213-223, 228-252, 255-259, 262-269, 275-282, 285-293182buildstream/element.py 1017 879 13.57% 119-121, 179-265, 268, 285, 302, 324, 341, 363, 375-376, 396-436, 448-452, 481-486, 505-513, 549-554, 573-574, 613-650, 674-754, 768-778, 792-795, 812-819, 833-839, 848, 860-863, 883-912, 923, 932-933, 940, 949, 959, 971, 980, 989-993, 1001-1016, 1031-1034, 1049-1053, 1063-1175, 1189-1202, 1214-1215, 1224-1258, 1272-1273, 1280-1285, 1298-1310, 1320-1344, 1359-1367, 1378-1419, 1427-1437, 1444, 1452-1466, 1476-1513, 1530-1687, 1690, 1700-1710, 1723-1725, 1728-1737, 1740-1752, 1761-1776, 1786-1797, 1808-1820, 1840-1885, 1895-1914, 1922-1923, 1929-1951, 1966, 1978, 1991-2012, 2025-2060, 2071, 2078-2088, 2091-2094, 2101, 2119-2131, 2139, 2161-2206, 2209-2226, 2232-2259, 2265-2282, 2285-2300, 2306-2327, 2335-2341, 2346-2365, 2372-2398, 2401-2403, 2409-2458, 2466-2472, 2488-2497, 2513-2530, 2545-2559, 2574-2589, 2604-2619, 2626-2632, 2635-2648, 2651-2657, 2660-2664, 2667-2675, 2679-2685183buildstream/plugin.py 145 87 40.00% 168-188, 193-194, 197, 235, 256, 278, 290, 307, 322-323, 354, 396, 424, 459, 468-469, 480, 492, 507-516, 528, 553-557, 590-591, 640, 651, 658, 665, 672, 680-685, 697-699, 709, 722, 732-748, 751-752, 755-759, 762-766, 821-822, 837-839, 846-848184buildstream/plugins/sources/__init__.py 0 0 100.00%185buildstream/sandbox/__init__.py 3 0 100.00%186buildstream/sandbox/_config.py 13 9 30.77% 28-29, 48-62187buildstream/sandbox/_mount.py 54 54 0.00% 20-149188buildstream/sandbox/_mounter.py 51 36 29.41% 34-57, 62-71, 95-105, 132-147189buildstream/sandbox/_sandboxbwrap.py 164 164 0.00% 20-407190buildstream/sandbox/_sandboxchroot.py 139 139 0.00% 21-335191buildstream/sandbox/_sandboxdummy.py 14 9 35.71% 25-26, 33-45192buildstream/sandbox/_sandboxremote.py 116 102 12.07% 42-53, 60-139, 150-186, 190-250193buildstream/sandbox/sandbox.py 92 59 35.87% 89-122, 135-139, 157-162, 168, 176, 184, 193, 207, 237, 250, 259, 273, 282, 292, 306-317, 330, 344-345, 355, 365, 378-387194buildstream/scriptelement.py 96 71 26.04% 72-75, 87-90, 105, 141-143, 163-165, 168-180, 185, 188, 199-217, 222-270, 274-287, 291195buildstream/source.py 321 263 18.07% 180, 200, 220, 233, 241, 282-306, 324, 342, 360, 378, 405, 423, 440, 460, 483, 496-499, 520-541, 561-587, 599-600, 614-616, 625-629, 637-642, 647, 656-663, 670-672, 676-678, 688-694, 699-712, 723-726, 747-788, 807-871, 879-897, 908, 912-919, 942-955, 959-1029, 1033-1055, 1060-1069, 1072-1079, 1085-1091, 1096-1102, 1106-1110196buildstream/storage/__init__.py 2 0 100.00%197buildstream/storage/_casbaseddirectory.py 285 238 16.49% 49-51, 77-91, 94-104, 113-118, 128-134, 139-141, 144-149, 152-169, 172-177, 180-188, 191-195, 217-247, 252-255, 270-286, 294-315, 320-328, 332-358, 381-412, 418, 424, 444-473, 478, 483, 488, 492-495, 500-502, 509-512, 521-527, 537-543, 551-552, 555-562, 565, 570198buildstream/storage/_filebaseddirectory.py 101 77 23.76% 48-49, 54-56, 59-66, 72-102, 109-126, 129, 132, 135, 138-152, 163-176, 179-180, 185, 193, 202, 208, 213199buildstream/storage/directory.py 30 13 56.67% 45, 50, 70, 100, 115, 125, 131, 137, 142, 147, 158, 168, 178200buildstream/types.py 15 0 100.00%201buildstream/utils.py 451 383 15.08% 63, 72, 87-98, 103-110, 132-168, 208-220, 236-246, 265-286, 303-317, 337-354, 382-394, 426-439, 458, 472-477, 489-503, 529-537, 568-596, 613-626, 649-669, 684-692, 704-705, 711-724, 730-746, 752, 763-780, 806-898, 918-943, 955-963, 974-994, 1015-1025, 1036-1050, 1068-1134, 1163-1201, 1219-1230, 1237-1238202------------------------------------------------------------------------------203TOTAL 10519 8618 18.07%204!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!205=========================== 1 error in 62.98 seconds ===========================206/usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'207 warnings.warn(msg)208/usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'project_urls'209 warnings.warn(msg)210ERROR: Job failed: exit code 1