Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/python-networkx.spec'], chrootPath='/srv/build/7/A/mock-root/c7-epel-i686/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=21600logger=uid=501) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/python-networkx.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: worker1.bsys.centos.org Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/python-networkx-1.8.1-12.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/python-networkx.spec '], chrootPath='/srv/build/7/A/mock-root/c7-epel-i686/root'shell=Falseuid=501env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=21600private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/python-networkx.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.b7j1ZV + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf networkx-1.8.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/networkx-1.8.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd networkx-1.8.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (optional-modules.patch): + echo 'Patch #0 (optional-modules.patch):' + /usr/bin/cat /builddir/build/SOURCES/optional-modules.patch + /usr/bin/patch -p1 --fuzz=0 patching file networkx/__init__.py Hunk #1 succeeded at 80 (offset 1 line). patching file networkx/readwrite/__init__.py + echo 'Patch #1 (test-rounding-fix.patch):' Patch #1 (test-rounding-fix.patch): + /usr/bin/cat /builddir/build/SOURCES/test-rounding-fix.patch + /usr/bin/patch -p1 --fuzz=0 patching file networkx/algorithms/assortativity/correlation.py + find examples -type f -perm /0111 + xargs chmod a-x + cp -pf /builddir/build/SOURCES/networkx_reference.pdf /builddir/build/SOURCES/networkx_tutorial.pdf /builddir/build/SOURCES/networkx-documentation.zip doc/source + sed -e '/ "networkx\.external.*",/d' -e '/sys\.version >= '\''3'\''/,/^$/d' -i setup.py + cd networkx + rm -fr external + sed '/import networkx\.external/d' __init__.py + touch -r __init__.py init.py + mv -f init.py __init__.py + for f in utils/decorators.py utils/misc.py + sed 's/networkx\.external\.//' utils/decorators.py + touch -r utils/decorators.py fixed.py + mv -f fixed.py utils/decorators.py + for f in utils/decorators.py utils/misc.py + sed 's/networkx\.external\.//' utils/misc.py + touch -r utils/misc.py fixed.py + mv -f fixed.py utils/misc.py + cd .. + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.30Z94b + umask 022 + cd /builddir/build/BUILD + cd networkx-1.8.1 + python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/networkx copying networkx/relabel.py -> build/lib/networkx copying networkx/exception.py -> build/lib/networkx copying networkx/version.py -> build/lib/networkx copying networkx/convert.py -> build/lib/networkx copying networkx/__init__.py -> build/lib/networkx copying networkx/release.py -> build/lib/networkx creating build/lib/networkx/algorithms copying networkx/algorithms/cycles.py -> build/lib/networkx/algorithms copying networkx/algorithms/core.py -> build/lib/networkx/algorithms copying networkx/algorithms/mst.py -> build/lib/networkx/algorithms copying networkx/algorithms/cluster.py -> build/lib/networkx/algorithms copying networkx/algorithms/euler.py -> build/lib/networkx/algorithms copying networkx/algorithms/simple_paths.py -> build/lib/networkx/algorithms copying networkx/algorithms/isolate.py -> build/lib/networkx/algorithms copying networkx/algorithms/swap.py -> build/lib/networkx/algorithms copying networkx/algorithms/__init__.py -> build/lib/networkx/algorithms copying networkx/algorithms/matching.py -> build/lib/networkx/algorithms copying networkx/algorithms/hierarchy.py -> build/lib/networkx/algorithms copying networkx/algorithms/mis.py -> build/lib/networkx/algorithms copying networkx/algorithms/distance_regular.py -> build/lib/networkx/algorithms copying networkx/algorithms/distance_measures.py -> build/lib/networkx/algorithms copying networkx/algorithms/smetric.py -> build/lib/networkx/algorithms copying networkx/algorithms/clique.py -> build/lib/networkx/algorithms copying networkx/algorithms/vitality.py -> build/lib/networkx/algorithms copying networkx/algorithms/richclub.py -> build/lib/networkx/algorithms copying networkx/algorithms/graphical.py -> build/lib/networkx/algorithms copying networkx/algorithms/dag.py -> build/lib/networkx/algorithms copying networkx/algorithms/boundary.py -> build/lib/networkx/algorithms copying networkx/algorithms/block.py -> build/lib/networkx/algorithms creating build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/mixing.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/neighbor_degree.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/pairs.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/__init__.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/connectivity.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/correlation.py -> build/lib/networkx/algorithms/assortativity creating build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/cluster.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/spectral.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/__init__.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/redundancy.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/basic.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/centrality.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/projection.py -> build/lib/networkx/algorithms/bipartite creating build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_betweenness_subset.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/betweenness_subset.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/communicability_alg.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/eigenvector.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/degree_alg.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/closeness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/__init__.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/betweenness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/katz.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/load.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/flow_matrix.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_betweenness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_closeness.py -> build/lib/networkx/algorithms/centrality creating build/lib/networkx/algorithms/chordal copying networkx/algorithms/chordal/__init__.py -> build/lib/networkx/algorithms/chordal copying networkx/algorithms/chordal/chordal_alg.py -> build/lib/networkx/algorithms/chordal creating build/lib/networkx/algorithms/community copying networkx/algorithms/community/kclique.py -> build/lib/networkx/algorithms/community copying networkx/algorithms/community/__init__.py -> build/lib/networkx/algorithms/community creating build/lib/networkx/algorithms/components copying networkx/algorithms/components/biconnected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/strongly_connected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/attracting.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/__init__.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/connected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/weakly_connected.py -> build/lib/networkx/algorithms/components creating build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/__init__.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/cuts.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/connectivity.py -> build/lib/networkx/algorithms/connectivity creating build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/maxflow.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/__init__.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/mincost.py -> build/lib/networkx/algorithms/flow creating build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/depth_first_search.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/__init__.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/breadth_first_search.py -> build/lib/networkx/algorithms/traversal creating build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/matchhelpers.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/isomorph.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/vf2userfunc.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/__init__.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/isomorphvf2.py -> build/lib/networkx/algorithms/isomorphism creating build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/weighted.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/astar.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/generic.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/__init__.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/dense.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/unweighted.py -> build/lib/networkx/algorithms/shortest_paths creating build/lib/networkx/algorithms/link_analysis copying networkx/algorithms/link_analysis/hits_alg.py -> build/lib/networkx/algorithms/link_analysis copying networkx/algorithms/link_analysis/pagerank_alg.py -> build/lib/networkx/algorithms/link_analysis copying networkx/algorithms/link_analysis/__init__.py -> build/lib/networkx/algorithms/link_analysis creating build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/unary.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/binary.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/all.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/__init__.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/product.py -> build/lib/networkx/algorithms/operators creating build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/ramsey.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/dominating_set.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/__init__.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/matching.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/vertex_cover.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/clique.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/independent_set.py -> build/lib/networkx/algorithms/approximation creating build/lib/networkx/classes copying networkx/classes/graph.py -> build/lib/networkx/classes copying networkx/classes/multigraph.py -> build/lib/networkx/classes copying networkx/classes/digraph.py -> build/lib/networkx/classes copying networkx/classes/__init__.py -> build/lib/networkx/classes copying networkx/classes/function.py -> build/lib/networkx/classes copying networkx/classes/multidigraph.py -> build/lib/networkx/classes creating build/lib/networkx/generators copying networkx/generators/intersection.py -> build/lib/networkx/generators copying networkx/generators/small.py -> build/lib/networkx/generators copying networkx/generators/classic.py -> build/lib/networkx/generators copying networkx/generators/stochastic.py -> build/lib/networkx/generators copying networkx/generators/random_graphs.py -> build/lib/networkx/generators copying networkx/generators/__init__.py -> build/lib/networkx/generators copying networkx/generators/degree_seq.py -> build/lib/networkx/generators copying networkx/generators/geometric.py -> build/lib/networkx/generators copying networkx/generators/atlas.py -> build/lib/networkx/generators copying networkx/generators/social.py -> build/lib/networkx/generators copying networkx/generators/random_clustered.py -> build/lib/networkx/generators copying networkx/generators/threshold.py -> build/lib/networkx/generators copying networkx/generators/hybrid.py -> build/lib/networkx/generators copying networkx/generators/bipartite.py -> build/lib/networkx/generators copying networkx/generators/directed.py -> build/lib/networkx/generators copying networkx/generators/line.py -> build/lib/networkx/generators copying networkx/generators/ego.py -> build/lib/networkx/generators creating build/lib/networkx/drawing copying networkx/drawing/nx_pydot.py -> build/lib/networkx/drawing copying networkx/drawing/nx_agraph.py -> build/lib/networkx/drawing copying networkx/drawing/__init__.py -> build/lib/networkx/drawing copying networkx/drawing/nx_pylab.py -> build/lib/networkx/drawing copying networkx/drawing/layout.py -> build/lib/networkx/drawing creating build/lib/networkx/linalg copying networkx/linalg/laplacianmatrix.py -> build/lib/networkx/linalg copying networkx/linalg/graphmatrix.py -> build/lib/networkx/linalg copying networkx/linalg/attrmatrix.py -> build/lib/networkx/linalg copying networkx/linalg/__init__.py -> build/lib/networkx/linalg copying networkx/linalg/spectrum.py -> build/lib/networkx/linalg creating build/lib/networkx/readwrite copying networkx/readwrite/gml.py -> build/lib/networkx/readwrite copying networkx/readwrite/multiline_adjlist.py -> build/lib/networkx/readwrite copying networkx/readwrite/gexf.py -> build/lib/networkx/readwrite copying networkx/readwrite/edgelist.py -> build/lib/networkx/readwrite copying networkx/readwrite/nx_shp.py -> build/lib/networkx/readwrite copying networkx/readwrite/pajek.py -> build/lib/networkx/readwrite copying networkx/readwrite/graphml.py -> build/lib/networkx/readwrite copying networkx/readwrite/__init__.py -> build/lib/networkx/readwrite copying networkx/readwrite/leda.py -> build/lib/networkx/readwrite copying networkx/readwrite/adjlist.py -> build/lib/networkx/readwrite copying networkx/readwrite/p2g.py -> build/lib/networkx/readwrite copying networkx/readwrite/gpickle.py -> build/lib/networkx/readwrite copying networkx/readwrite/sparsegraph6.py -> build/lib/networkx/readwrite copying networkx/readwrite/nx_yaml.py -> build/lib/networkx/readwrite creating build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/tree.py -> build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/serialize.py -> build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/adjacency.py -> build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/__init__.py -> build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/node_link.py -> build/lib/networkx/readwrite/json_graph creating build/lib/networkx/tests copying networkx/tests/test_relabel.py -> build/lib/networkx/tests copying networkx/tests/test_convert_numpy.py -> build/lib/networkx/tests copying networkx/tests/test_convert_scipy.py -> build/lib/networkx/tests copying networkx/tests/test_convert.py -> build/lib/networkx/tests copying networkx/tests/test.py -> build/lib/networkx/tests copying networkx/tests/test_exceptions.py -> build/lib/networkx/tests copying networkx/tests/__init__.py -> build/lib/networkx/tests copying networkx/tests/benchmark.py -> build/lib/networkx/tests creating build/lib/networkx/testing copying networkx/testing/utils.py -> build/lib/networkx/testing copying networkx/testing/__init__.py -> build/lib/networkx/testing creating build/lib/networkx/utils copying networkx/utils/rcm.py -> build/lib/networkx/utils copying networkx/utils/decorators.py -> build/lib/networkx/utils copying networkx/utils/union_find.py -> build/lib/networkx/utils copying networkx/utils/__init__.py -> build/lib/networkx/utils copying networkx/utils/misc.py -> build/lib/networkx/utils copying networkx/utils/random_sequence.py -> build/lib/networkx/utils creating build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_cycles.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_hierarchy.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_graphical.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_dag.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_boundary.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_vitality.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_distance_measures.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_clique.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_mis.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_euler.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_block.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_matching.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_simple_paths.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_distance_regular.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_cluster.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_mst.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_core.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_swap.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_richclub.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_smetric.py -> build/lib/networkx/algorithms/tests creating build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/base_test.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_pairs.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_neighbor_degree.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_correlation.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_connectivity.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_mixing.py -> build/lib/networkx/algorithms/assortativity/tests creating build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_project.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_basic.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_centrality.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_cluster.py -> build/lib/networkx/algorithms/bipartite/tests creating build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_closeness_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_communicability.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_current_flow_closeness.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_eigenvector_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_katz_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_degree_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_betweenness_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_load_centrality.py -> build/lib/networkx/algorithms/centrality/tests creating build/lib/networkx/algorithms/chordal/tests copying networkx/algorithms/chordal/tests/test_chordal.py -> build/lib/networkx/algorithms/chordal/tests creating build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/test_kclique.py -> build/lib/networkx/algorithms/community/tests creating build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_attracting.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_weakly_connected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_connected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_strongly_connected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_biconnected.py -> build/lib/networkx/algorithms/components/tests creating build/lib/networkx/algorithms/connectivity/tests copying networkx/algorithms/connectivity/tests/test_cuts.py -> build/lib/networkx/algorithms/connectivity/tests copying networkx/algorithms/connectivity/tests/test_connectivity.py -> build/lib/networkx/algorithms/connectivity/tests creating build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/test_mincost.py -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/test_maxflow.py -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/test_maxflow_large_graph.py -> build/lib/networkx/algorithms/flow/tests creating build/lib/networkx/algorithms/traversal/tests copying networkx/algorithms/traversal/tests/test_dfs.py -> build/lib/networkx/algorithms/traversal/tests copying networkx/algorithms/traversal/tests/test_bfs.py -> build/lib/networkx/algorithms/traversal/tests creating build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_vf2userfunc.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_isomorphvf2.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_isomorphism.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/si2_b06_m200.A99 -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 -> build/lib/networkx/algorithms/isomorphism/tests creating build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_generic.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_astar.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_dense.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_weighted.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_unweighted.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_dense_numpy.py -> build/lib/networkx/algorithms/shortest_paths/tests creating build/lib/networkx/algorithms/link_analysis/tests copying networkx/algorithms/link_analysis/tests/test_pagerank.py -> build/lib/networkx/algorithms/link_analysis/tests copying networkx/algorithms/link_analysis/tests/test_hits.py -> build/lib/networkx/algorithms/link_analysis/tests creating build/lib/networkx/algorithms/operators/tests copying networkx/algorithms/operators/tests/test_all.py -> build/lib/networkx/algorithms/operators/tests copying networkx/algorithms/operators/tests/test_binary.py -> build/lib/networkx/algorithms/operators/tests copying networkx/algorithms/operators/tests/test_product.py -> build/lib/networkx/algorithms/operators/tests copying networkx/algorithms/operators/tests/test_unary.py -> build/lib/networkx/algorithms/operators/tests creating build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_ramsey.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_clique.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_matching.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_independent_set.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_dominating_set.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_vertex_cover.py -> build/lib/networkx/algorithms/approximation/tests creating build/lib/networkx/classes/tests copying networkx/classes/tests/test_function.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_multidigraph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_graph_historical.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_graph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_multigraph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_digraph_historical.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_digraph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/historical_tests.py -> build/lib/networkx/classes/tests creating build/lib/networkx/generators/tests copying networkx/generators/tests/test_intersection.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_threshold.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_ego.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_atlas.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_bipartite.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_hybrid.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_geometric.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_directed.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_classic.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_line.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_random_graphs.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_random_clustered.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_small.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_degree_seq.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_stochastic.py -> build/lib/networkx/generators/tests creating build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_layout.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_agraph.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_pydot.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_pylab.py -> build/lib/networkx/drawing/tests creating build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_graphmatrix.py -> build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_laplacian.py -> build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_spectrum.py -> build/lib/networkx/linalg/tests creating build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_leda.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_pajek.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_sparsegraph6.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_p2g.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_gml.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_adjlist.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_shp.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_gpickle.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_graphml.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_edgelist.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_gexf.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_yaml.py -> build/lib/networkx/readwrite/tests creating build/lib/networkx/readwrite/json_graph/tests copying networkx/readwrite/json_graph/tests/test_tree.py -> build/lib/networkx/readwrite/json_graph/tests copying networkx/readwrite/json_graph/tests/test_node_link.py -> build/lib/networkx/readwrite/json_graph/tests copying networkx/readwrite/json_graph/tests/test_serialize.py -> build/lib/networkx/readwrite/json_graph/tests copying networkx/readwrite/json_graph/tests/test_adjacency.py -> build/lib/networkx/readwrite/json_graph/tests creating build/lib/networkx/testing/tests copying networkx/testing/tests/test_utils.py -> build/lib/networkx/testing/tests creating build/lib/networkx/utils/tests copying networkx/utils/tests/test_rcm.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_random_sequence.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_misc.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_decorators.py -> build/lib/networkx/utils/tests + PYTHONPATH=/builddir/build/BUILD/networkx-1.8.1/build/lib + make -C doc html make: Entering directory `/builddir/build/BUILD/networkx-1.8.1/doc' mkdir -p build ./make_gallery.py atlas.py FAIL: ('requires pygraphviz ', 'http://networkx.lanl.gov/pygraphviz ', '(not available for Python3)') chess_masters.py OK circular_tree.py FAIL: ('requires pygraphviz ', 'http://networkx.lanl.gov/pygraphviz ', '(not available for Python3)') degree_histogram.py OK edge_colormap.py OK ego_graph.py OK four_grids.py OK giant_component.py FAIL: ('requires pygraphviz ', 'http://networkx.lanl.gov/pygraphviz ', '(not available for Python3)') house_with_colors.py OK knuth_miles.py OK labels_and_colors.py OK lanl_routes.py FAIL: ('requires pygraphviz ', 'http://networkx.lanl.gov/pygraphviz ', '(not available for Python3)') node_colormap.py OK random_geometric_graph.py OK sampson.py OK simple_path.py OK unix_email.py OK weighted_graph.py OK ./make_examples_rst.py ../examples source 3d_drawing/mayavi2_spring.py advanced/eigenvalues.py advanced/heavy_metal_umlaut.py advanced/iterated_dynamical_systems.py algorithms/blockmodel.py algorithms/davis_club.py algorithms/krackhardt_centrality.py algorithms/rcm.py basic/properties.py basic/read_write.py drawing/atlas.py drawing/chess_masters.py drawing/circular_tree.py drawing/degree_histogram.py drawing/edge_colormap.py drawing/ego_graph.py drawing/four_grids.py drawing/giant_component.py drawing/house_with_colors.py drawing/knuth_miles.py drawing/labels_and_colors.py drawing/lanl_routes.py drawing/node_colormap.py drawing/random_geometric_graph.py drawing/sampson.py drawing/simple_path.py drawing/unix_email.py drawing/weighted_graph.py graph/atlas.py graph/atlas2.py graph/degree_sequence.py graph/erdos_renyi.py graph/expected_degree_sequence.py graph/football.py graph/karate_club.py graph/knuth_miles.py graph/napoleon_russian_campaign.py graph/roget.py graph/unix_email.py graph/words.py javascript/force.py javascript/http_server.py multigraph/chess_masters.py pygraphviz/pygraphviz_attributes.py pygraphviz/pygraphviz_draw.py pygraphviz/pygraphviz_simple.py pygraphviz/write_dotfile.py subclass/printgraph.py touch build/generate-stamp touch source/networkx_tutorial.pdf touch source/networkx_reference.pdf touch source/networkx-documentation.zip sphinx-build -b html -d build/doctrees source build/html Making output directory... Running Sphinx v1.1.3 loading pickled environment... not yet created [autosummary] generating autosummary for: bibliography.rst, developer/gitwash/configure_git.rst, developer/gitwash/development_workflow.rst, developer/gitwash/following_latest.rst, developer/gitwash/forking_hell.rst, developer/gitwash/git_development.rst, developer/gitwash/git_install.rst, developer/gitwash/git_intro.rst, developer/gitwash/git_resources.rst, developer/gitwash/index.rst, ..., reference/readwrite.nx_shp.rst, reference/readwrite.pajek.rst, reference/readwrite.rst, reference/readwrite.sparsegraph6.rst, reference/readwrite.yaml.rst, reference/relabel.rst, reference/utils.rst, test.rst, tutorial/index.rst, tutorial/tutorial.rst [autosummary] generating autosummary for: /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.DiGraph.__contains__.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.DiGraph.__getitem__.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.DiGraph.__init__.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.DiGraph.__iter__.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.DiGraph.__len__.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.DiGraph.add_cycle.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.DiGraph.add_edge.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.DiGraph.add_edges_from.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.DiGraph.add_node.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.DiGraph.add_nodes_from.rst, ..., /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.utils.random_sequence.cumulative_distribution.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.utils.random_sequence.discrete_sequence.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.utils.random_sequence.pareto_sequence.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.utils.random_sequence.powerlaw_sequence.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.utils.random_sequence.random_weighted_sample.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.utils.random_sequence.uniform_sequence.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.utils.random_sequence.weighted_choice.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.utils.random_sequence.zipf_rv.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.utils.random_sequence.zipf_sequence.rst, /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/generated/networkx.utils.union_find.UnionFind.union.rst loading intersphinx inventory from http://docs.python.org/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/numpy/objects.inv... building [html]: targets for 160 source files that are out of date updating environment: 858 added, 0 changed, 0 removed reading sources... [ 0%] bibliography reading sources... [ 0%] developer/gitwash/configure_git reading sources... [ 0%] developer/gitwash/development_workflow reading sources... [ 0%] developer/gitwash/following_latest reading sources... [ 0%] developer/gitwash/forking_hell reading sources... [ 0%] developer/gitwash/git_development reading sources... [ 0%] developer/gitwash/git_install reading sources... [ 0%] developer/gitwash/git_intro reading sources... [ 1%] developer/gitwash/git_resources reading sources... [ 1%] developer/gitwash/index reading sources... [ 1%] developer/gitwash/maintainer_workflow reading sources... [ 1%] developer/gitwash/patching reading sources... [ 1%] developer/gitwash/set_up_fork reading sources... [ 1%] developer/index reading sources... [ 1%] download reading sources... [ 1%] examples/3d_drawing/index reading sources... [ 1%] examples/3d_drawing/mayavi2_spring reading sources... [ 2%] examples/advanced/eigenvalues reading sources... [ 2%] examples/advanced/heavy_metal_umlaut reading sources... [ 2%] examples/advanced/index reading sources... [ 2%] examples/advanced/iterated_dynamical_systems reading sources... [ 2%] examples/algorithms/blockmodel reading sources... [ 2%] examples/algorithms/davis_club reading sources... [ 2%] examples/algorithms/index reading sources... [ 2%] examples/algorithms/krackhardt_centrality reading sources... [ 3%] examples/algorithms/rcm reading sources... [ 3%] examples/basic/index reading sources... [ 3%] examples/basic/properties reading sources... [ 3%] examples/basic/read_write reading sources... [ 3%] examples/drawing/atlas reading sources... [ 3%] examples/drawing/chess_masters reading sources... [ 3%] examples/drawing/circular_tree reading sources... [ 3%] examples/drawing/degree_histogram reading sources... [ 3%] examples/drawing/edge_colormap reading sources... [ 4%] examples/drawing/ego_graph reading sources... [ 4%] examples/drawing/four_grids reading sources... [ 4%] examples/drawing/giant_component reading sources... [ 4%] examples/drawing/house_with_colors reading sources... [ 4%] examples/drawing/index reading sources... [ 4%] examples/drawing/knuth_miles reading sources... [ 4%] examples/drawing/labels_and_colors reading sources... [ 4%] examples/drawing/lanl_routes reading sources... [ 5%] examples/drawing/node_colormap reading sources... [ 5%] examples/drawing/random_geometric_graph reading sources... [ 5%] examples/drawing/sampson reading sources... [ 5%] examples/drawing/simple_path reading sources... [ 5%] examples/drawing/unix_email reading sources... [ 5%] examples/drawing/weighted_graph reading sources... [ 5%] examples/graph/atlas reading sources... [ 5%] examples/graph/atlas2 reading sources... [ 5%] examples/graph/degree_sequence reading sources... [ 6%] examples/graph/erdos_renyi reading sources... [ 6%] examples/graph/expected_degree_sequence reading sources... [ 6%] examples/graph/football reading sources... [ 6%] examples/graph/index reading sources... [ 6%] examples/graph/karate_club reading sources... [ 6%] examples/graph/knuth_miles reading sources... [ 6%] examples/graph/napoleon_russian_campaign reading sources... [ 6%] examples/graph/roget reading sources... [ 6%] examples/graph/unix_email reading sources... [ 7%] examples/graph/words reading sources... [ 7%] examples/index reading sources... [ 7%] examples/javascript/force reading sources... [ 7%] examples/javascript/http_server reading sources... [ 7%] examples/javascript/index reading sources... [ 7%] examples/multigraph/chess_masters reading sources... [ 7%] examples/multigraph/index reading sources... [ 7%] examples/pygraphviz/index reading sources... [ 8%] examples/pygraphviz/pygraphviz_attributes reading sources... [ 8%] examples/pygraphviz/pygraphviz_draw reading sources... [ 8%] examples/pygraphviz/pygraphviz_simple reading sources... [ 8%] examples/pygraphviz/write_dotfile reading sources... [ 8%] examples/subclass/index reading sources... [ 8%] examples/subclass/printgraph reading sources... [ 8%] index reading sources... [ 8%] install reading sources... [ 8%] overview reading sources... [ 9%] reference/algorithms reading sources... [ 9%] reference/algorithms.approximation reading sources... [ 9%] reference/algorithms.assortativity reading sources... [ 9%] reference/algorithms.bipartite reading sources... [ 9%] reference/algorithms.block reading sources... [ 9%] reference/algorithms.boundary reading sources... [ 9%] reference/algorithms.centrality reading sources... [ 9%] reference/algorithms.chordal reading sources... [ 10%] reference/algorithms.clique reading sources... [ 10%] reference/algorithms.clustering reading sources... [ 10%] reference/algorithms.community reading sources... [ 10%] reference/algorithms.component reading sources... [ 10%] reference/algorithms.connectivity reading sources... [ 10%] reference/algorithms.core reading sources... [ 10%] reference/algorithms.cycles reading sources... [ 10%] reference/algorithms.dag reading sources... [ 10%] reference/algorithms.distance_measures reading sources... [ 11%] reference/algorithms.distance_regular reading sources... [ 11%] reference/algorithms.euler reading sources... [ 11%] reference/algorithms.flow reading sources... [ 11%] reference/algorithms.graphical reading sources... [ 11%] reference/algorithms.hierarchy reading sources... [ 11%] reference/algorithms.isolates reading sources... [ 11%] reference/algorithms.isomorphism reading sources... [ 11%] reference/algorithms.isomorphism.vf2 reading sources... [ 12%] reference/algorithms.link_analysis reading sources... [ 12%] reference/algorithms.matching reading sources... [ 12%] reference/algorithms.mis reading sources... [ 12%] reference/algorithms.mst reading sources... [ 12%] reference/algorithms.operators reading sources... [ 12%] reference/algorithms.rich_club reading sources... [ 12%] reference/algorithms.shortest_paths reading sources... [ 12%] reference/algorithms.simple_paths reading sources... [ 12%] reference/algorithms.swap reading sources... [ 13%] reference/algorithms.traversal reading sources... [ 13%] reference/algorithms.vitality reading sources... [ 13%] reference/api_0.99 reading sources... [ 13%] reference/api_1.0 reading sources... [ 13%] reference/api_1.4 reading sources... [ 13%] reference/api_1.5 reading sources... [ 13%] reference/api_1.6 reading sources... [ 13%] reference/api_1.7 reading sources... [ 13%] reference/api_1.8 reading sources... [ 14%] reference/api_changes reading sources... [ 14%] reference/citing reading sources... [ 14%] reference/classes reading sources... [ 14%] reference/classes.digraph reading sources... [ 14%] reference/classes.graph reading sources... [ 14%] reference/classes.multidigraph reading sources... [ 14%] reference/classes.multigraph reading sources... [ 14%] reference/convert reading sources... [ 15%] reference/credits reading sources... [ 15%] reference/drawing reading sources... [ 15%] reference/exceptions reading sources... [ 15%] reference/functions reading sources... [ 15%] reference/generated/networkx.DiGraph.__contains__ reading sources... [ 15%] reference/generated/networkx.DiGraph.__getitem__ reading sources... [ 15%] reference/generated/networkx.DiGraph.__init__ reading sources... [ 15%] reference/generated/networkx.DiGraph.__iter__ reading sources... [ 15%] reference/generated/networkx.DiGraph.__len__ reading sources... [ 16%] reference/generated/networkx.DiGraph.add_cycle reading sources... [ 16%] reference/generated/networkx.DiGraph.add_edge reading sources... [ 16%] reference/generated/networkx.DiGraph.add_edges_from reading sources... [ 16%] reference/generated/networkx.DiGraph.add_node reading sources... [ 16%] reference/generated/networkx.DiGraph.add_nodes_from reading sources... [ 16%] reference/generated/networkx.DiGraph.add_path reading sources... [ 16%] reference/generated/networkx.DiGraph.add_star reading sources... [ 16%] reference/generated/networkx.DiGraph.add_weighted_edges_from reading sources... [ 17%] reference/generated/networkx.DiGraph.adjacency_iter reading sources... [ 17%] reference/generated/networkx.DiGraph.adjacency_list reading sources... [ 17%] reference/generated/networkx.DiGraph.clear reading sources... [ 17%] reference/generated/networkx.DiGraph.copy reading sources... [ 17%] reference/generated/networkx.DiGraph.degree reading sources... [ 17%] reference/generated/networkx.DiGraph.degree_iter reading sources... [ 17%] reference/generated/networkx.DiGraph.edges reading sources... [ 17%] reference/generated/networkx.DiGraph.edges_iter reading sources... [ 17%] reference/generated/networkx.DiGraph.get_edge_data reading sources... [ 18%] reference/generated/networkx.DiGraph.has_edge reading sources... [ 18%] reference/generated/networkx.DiGraph.has_node reading sources... [ 18%] reference/generated/networkx.DiGraph.in_degree reading sources... [ 18%] reference/generated/networkx.DiGraph.in_degree_iter reading sources... [ 18%] reference/generated/networkx.DiGraph.in_edges reading sources... [ 18%] reference/generated/networkx.DiGraph.in_edges_iter reading sources... [ 18%] reference/generated/networkx.DiGraph.nbunch_iter reading sources... [ 18%] reference/generated/networkx.DiGraph.neighbors reading sources... [ 18%] reference/generated/networkx.DiGraph.neighbors_iter reading sources... [ 19%] reference/generated/networkx.DiGraph.nodes reading sources... [ 19%] reference/generated/networkx.DiGraph.nodes_iter reading sources... [ 19%] reference/generated/networkx.DiGraph.nodes_with_selfloops reading sources... [ 19%] reference/generated/networkx.DiGraph.number_of_edges reading sources... [ 19%] reference/generated/networkx.DiGraph.number_of_nodes reading sources... [ 19%] reference/generated/networkx.DiGraph.number_of_selfloops reading sources... [ 19%] reference/generated/networkx.DiGraph.order reading sources... [ 19%] reference/generated/networkx.DiGraph.out_degree reading sources... [ 20%] reference/generated/networkx.DiGraph.out_degree_iter reading sources... [ 20%] reference/generated/networkx.DiGraph.out_edges reading sources... [ 20%] reference/generated/networkx.DiGraph.out_edges_iter reading sources... [ 20%] reference/generated/networkx.DiGraph.predecessors reading sources... [ 20%] reference/generated/networkx.DiGraph.predecessors_iter reading sources... [ 20%] reference/generated/networkx.DiGraph.remove_edge reading sources... [ 20%] reference/generated/networkx.DiGraph.remove_edges_from reading sources... [ 20%] reference/generated/networkx.DiGraph.remove_node reading sources... [ 20%] reference/generated/networkx.DiGraph.remove_nodes_from reading sources... [ 21%] reference/generated/networkx.DiGraph.reverse reading sources... [ 21%] reference/generated/networkx.DiGraph.selfloop_edges reading sources... [ 21%] reference/generated/networkx.DiGraph.size reading sources... [ 21%] reference/generated/networkx.DiGraph.subgraph reading sources... [ 21%] reference/generated/networkx.DiGraph.successors reading sources... [ 21%] reference/generated/networkx.DiGraph.successors_iter reading sources... [ 21%] reference/generated/networkx.DiGraph.to_directed reading sources... [ 21%] reference/generated/networkx.DiGraph.to_undirected reading sources... [ 22%] reference/generated/networkx.Graph.__contains__ reading sources... [ 22%] reference/generated/networkx.Graph.__getitem__ reading sources... [ 22%] reference/generated/networkx.Graph.__init__ reading sources... [ 22%] reference/generated/networkx.Graph.__iter__ reading sources... [ 22%] reference/generated/networkx.Graph.__len__ reading sources... [ 22%] reference/generated/networkx.Graph.add_cycle reading sources... [ 22%] reference/generated/networkx.Graph.add_edge reading sources... [ 22%] reference/generated/networkx.Graph.add_edges_from reading sources... [ 22%] reference/generated/networkx.Graph.add_node reading sources... [ 23%] reference/generated/networkx.Graph.add_nodes_from reading sources... [ 23%] reference/generated/networkx.Graph.add_path reading sources... [ 23%] reference/generated/networkx.Graph.add_star reading sources... [ 23%] reference/generated/networkx.Graph.add_weighted_edges_from reading sources... [ 23%] reference/generated/networkx.Graph.adjacency_iter reading sources... [ 23%] reference/generated/networkx.Graph.adjacency_list reading sources... [ 23%] reference/generated/networkx.Graph.clear reading sources... [ 23%] reference/generated/networkx.Graph.copy reading sources... [ 24%] reference/generated/networkx.Graph.degree reading sources... [ 24%] reference/generated/networkx.Graph.degree_iter reading sources... [ 24%] reference/generated/networkx.Graph.edges reading sources... [ 24%] reference/generated/networkx.Graph.edges_iter reading sources... [ 24%] reference/generated/networkx.Graph.get_edge_data reading sources... [ 24%] reference/generated/networkx.Graph.has_edge reading sources... [ 24%] reference/generated/networkx.Graph.has_node reading sources... [ 24%] reference/generated/networkx.Graph.nbunch_iter reading sources... [ 24%] reference/generated/networkx.Graph.neighbors reading sources... [ 25%] reference/generated/networkx.Graph.neighbors_iter reading sources... [ 25%] reference/generated/networkx.Graph.nodes reading sources... [ 25%] reference/generated/networkx.Graph.nodes_iter reading sources... [ 25%] reference/generated/networkx.Graph.nodes_with_selfloops reading sources... [ 25%] reference/generated/networkx.Graph.number_of_edges reading sources... [ 25%] reference/generated/networkx.Graph.number_of_nodes reading sources... [ 25%] reference/generated/networkx.Graph.number_of_selfloops reading sources... [ 25%] reference/generated/networkx.Graph.order reading sources... [ 25%] reference/generated/networkx.Graph.remove_edge reading sources... [ 26%] reference/generated/networkx.Graph.remove_edges_from reading sources... [ 26%] reference/generated/networkx.Graph.remove_node reading sources... [ 26%] reference/generated/networkx.Graph.remove_nodes_from reading sources... [ 26%] reference/generated/networkx.Graph.selfloop_edges reading sources... [ 26%] reference/generated/networkx.Graph.size reading sources... [ 26%] reference/generated/networkx.Graph.subgraph reading sources... [ 26%] reference/generated/networkx.Graph.to_directed reading sources... [ 26%] reference/generated/networkx.Graph.to_undirected reading sources... [ 27%] reference/generated/networkx.MultiDiGraph.__contains__ reading sources... [ 27%] reference/generated/networkx.MultiDiGraph.__getitem__ reading sources... [ 27%] reference/generated/networkx.MultiDiGraph.__init__ reading sources... [ 27%] reference/generated/networkx.MultiDiGraph.__iter__ reading sources... [ 27%] reference/generated/networkx.MultiDiGraph.__len__ reading sources... [ 27%] reference/generated/networkx.MultiDiGraph.add_cycle reading sources... [ 27%] reference/generated/networkx.MultiDiGraph.add_edge reading sources... [ 27%] reference/generated/networkx.MultiDiGraph.add_edges_from reading sources... [ 27%] reference/generated/networkx.MultiDiGraph.add_node reading sources... [ 28%] reference/generated/networkx.MultiDiGraph.add_nodes_from reading sources... [ 28%] reference/generated/networkx.MultiDiGraph.add_path reading sources... [ 28%] reference/generated/networkx.MultiDiGraph.add_star reading sources... [ 28%] reference/generated/networkx.MultiDiGraph.add_weighted_edges_from reading sources... [ 28%] reference/generated/networkx.MultiDiGraph.adjacency_iter reading sources... [ 28%] reference/generated/networkx.MultiDiGraph.adjacency_list reading sources... [ 28%] reference/generated/networkx.MultiDiGraph.clear reading sources... [ 28%] reference/generated/networkx.MultiDiGraph.copy reading sources... [ 29%] reference/generated/networkx.MultiDiGraph.degree reading sources... [ 29%] reference/generated/networkx.MultiDiGraph.degree_iter reading sources... [ 29%] reference/generated/networkx.MultiDiGraph.edges reading sources... [ 29%] reference/generated/networkx.MultiDiGraph.edges_iter reading sources... [ 29%] reference/generated/networkx.MultiDiGraph.get_edge_data reading sources... [ 29%] reference/generated/networkx.MultiDiGraph.has_edge reading sources... [ 29%] reference/generated/networkx.MultiDiGraph.has_node reading sources... [ 29%] reference/generated/networkx.MultiDiGraph.in_degree reading sources... [ 29%] reference/generated/networkx.MultiDiGraph.in_degree_iter reading sources... [ 30%] reference/generated/networkx.MultiDiGraph.in_edges reading sources... [ 30%] reference/generated/networkx.MultiDiGraph.in_edges_iter reading sources... [ 30%] reference/generated/networkx.MultiDiGraph.nbunch_iter reading sources... [ 30%] reference/generated/networkx.MultiDiGraph.neighbors reading sources... [ 30%] reference/generated/networkx.MultiDiGraph.neighbors_iter reading sources... [ 30%] reference/generated/networkx.MultiDiGraph.nodes reading sources... [ 30%] reference/generated/networkx.MultiDiGraph.nodes_iter reading sources... [ 30%] reference/generated/networkx.MultiDiGraph.nodes_with_selfloops reading sources... [ 31%] reference/generated/networkx.MultiDiGraph.number_of_edges reading sources... [ 31%] reference/generated/networkx.MultiDiGraph.number_of_nodes reading sources... [ 31%] reference/generated/networkx.MultiDiGraph.number_of_selfloops reading sources... [ 31%] reference/generated/networkx.MultiDiGraph.order reading sources... [ 31%] reference/generated/networkx.MultiDiGraph.out_degree reading sources... [ 31%] reference/generated/networkx.MultiDiGraph.out_degree_iter reading sources... [ 31%] reference/generated/networkx.MultiDiGraph.out_edges reading sources... [ 31%] reference/generated/networkx.MultiDiGraph.out_edges_iter reading sources... [ 31%] reference/generated/networkx.MultiDiGraph.predecessors reading sources... [ 32%] reference/generated/networkx.MultiDiGraph.predecessors_iter reading sources... [ 32%] reference/generated/networkx.MultiDiGraph.remove_edge reading sources... [ 32%] reference/generated/networkx.MultiDiGraph.remove_edges_from reading sources... [ 32%] reference/generated/networkx.MultiDiGraph.remove_node reading sources... [ 32%] reference/generated/networkx.MultiDiGraph.remove_nodes_from reading sources... [ 32%] reference/generated/networkx.MultiDiGraph.reverse reading sources... [ 32%] reference/generated/networkx.MultiDiGraph.selfloop_edges reading sources... [ 32%] reference/generated/networkx.MultiDiGraph.size reading sources... [ 32%] reference/generated/networkx.MultiDiGraph.subgraph reading sources... [ 33%] reference/generated/networkx.MultiDiGraph.successors reading sources... [ 33%] reference/generated/networkx.MultiDiGraph.successors_iter reading sources... [ 33%] reference/generated/networkx.MultiDiGraph.to_directed reading sources... [ 33%] reference/generated/networkx.MultiDiGraph.to_undirected reading sources... [ 33%] reference/generated/networkx.MultiGraph.__contains__ reading sources... [ 33%] reference/generated/networkx.MultiGraph.__getitem__ reading sources... [ 33%] reference/generated/networkx.MultiGraph.__init__ reading sources... [ 33%] reference/generated/networkx.MultiGraph.__iter__ reading sources... [ 34%] reference/generated/networkx.MultiGraph.__len__ reading sources... [ 34%] reference/generated/networkx.MultiGraph.add_cycle reading sources... [ 34%] reference/generated/networkx.MultiGraph.add_edge reading sources... [ 34%] reference/generated/networkx.MultiGraph.add_edges_from reading sources... [ 34%] reference/generated/networkx.MultiGraph.add_node reading sources... [ 34%] reference/generated/networkx.MultiGraph.add_nodes_from reading sources... [ 34%] reference/generated/networkx.MultiGraph.add_path reading sources... [ 34%] reference/generated/networkx.MultiGraph.add_star reading sources... [ 34%] reference/generated/networkx.MultiGraph.add_weighted_edges_from reading sources... [ 35%] reference/generated/networkx.MultiGraph.adjacency_iter reading sources... [ 35%] reference/generated/networkx.MultiGraph.adjacency_list reading sources... [ 35%] reference/generated/networkx.MultiGraph.clear reading sources... [ 35%] reference/generated/networkx.MultiGraph.copy reading sources... [ 35%] reference/generated/networkx.MultiGraph.degree reading sources... [ 35%] reference/generated/networkx.MultiGraph.degree_iter reading sources... [ 35%] reference/generated/networkx.MultiGraph.edges reading sources... [ 35%] reference/generated/networkx.MultiGraph.edges_iter reading sources... [ 36%] reference/generated/networkx.MultiGraph.get_edge_data reading sources... [ 36%] reference/generated/networkx.MultiGraph.has_edge reading sources... [ 36%] reference/generated/networkx.MultiGraph.has_node reading sources... [ 36%] reference/generated/networkx.MultiGraph.nbunch_iter reading sources... [ 36%] reference/generated/networkx.MultiGraph.neighbors reading sources... [ 36%] reference/generated/networkx.MultiGraph.neighbors_iter reading sources... [ 36%] reference/generated/networkx.MultiGraph.nodes reading sources... [ 36%] reference/generated/networkx.MultiGraph.nodes_iter reading sources... [ 36%] reference/generated/networkx.MultiGraph.nodes_with_selfloops reading sources... [ 37%] reference/generated/networkx.MultiGraph.number_of_edges reading sources... [ 37%] reference/generated/networkx.MultiGraph.number_of_nodes reading sources... [ 37%] reference/generated/networkx.MultiGraph.number_of_selfloops reading sources... [ 37%] reference/generated/networkx.MultiGraph.order reading sources... [ 37%] reference/generated/networkx.MultiGraph.remove_edge reading sources... [ 37%] reference/generated/networkx.MultiGraph.remove_edges_from reading sources... [ 37%] reference/generated/networkx.MultiGraph.remove_node reading sources... [ 37%] reference/generated/networkx.MultiGraph.remove_nodes_from reading sources... [ 37%] reference/generated/networkx.MultiGraph.selfloop_edges reading sources... [ 38%] reference/generated/networkx.MultiGraph.size reading sources... [ 38%] reference/generated/networkx.MultiGraph.subgraph reading sources... [ 38%] reference/generated/networkx.MultiGraph.to_directed reading sources... [ 38%] reference/generated/networkx.MultiGraph.to_undirected reading sources... [ 38%] reference/generated/networkx.algorithms.approximation.clique.clique_removal reading sources... [ 38%] reference/generated/networkx.algorithms.approximation.clique.max_clique reading sources... [ 38%] reference/generated/networkx.algorithms.approximation.dominating_set.min_edge_dominating_set reading sources... [ 38%] reference/generated/networkx.algorithms.approximation.dominating_set.min_weighted_dominating_set reading sources... [ 39%] reference/generated/networkx.algorithms.approximation.independent_set.maximum_independent_set reading sources... [ 39%] reference/generated/networkx.algorithms.approximation.matching.min_maximal_matching reading sources... [ 39%] reference/generated/networkx.algorithms.approximation.ramsey.ramsey_R2 reading sources... [ 39%] reference/generated/networkx.algorithms.approximation.vertex_cover.min_weighted_vertex_cover reading sources... [ 39%] reference/generated/networkx.algorithms.assortativity.attribute_assortativity_coefficient reading sources... [ 39%] reference/generated/networkx.algorithms.assortativity.attribute_mixing_dict reading sources... [ 39%] reference/generated/networkx.algorithms.assortativity.attribute_mixing_matrix reading sources... [ 39%] reference/generated/networkx.algorithms.assortativity.average_degree_connectivity reading sources... [ 39%] reference/generated/networkx.algorithms.assortativity.average_neighbor_degree reading sources... [ 40%] reference/generated/networkx.algorithms.assortativity.degree_assortativity_coefficient reading sources... [ 40%] reference/generated/networkx.algorithms.assortativity.degree_mixing_dict reading sources... [ 40%] reference/generated/networkx.algorithms.assortativity.degree_mixing_matrix reading sources... [ 40%] reference/generated/networkx.algorithms.assortativity.degree_pearson_correlation_coefficient reading sources... [ 40%] reference/generated/networkx.algorithms.assortativity.k_nearest_neighbors reading sources... [ 40%] reference/generated/networkx.algorithms.assortativity.numeric_assortativity_coefficient reading sources... [ 40%] reference/generated/networkx.algorithms.bipartite.basic.biadjacency_matrix reading sources... [ 40%] reference/generated/networkx.algorithms.bipartite.basic.color reading sources... [ 41%] reference/generated/networkx.algorithms.bipartite.basic.degrees reading sources... [ 41%] reference/generated/networkx.algorithms.bipartite.basic.density reading sources... [ 41%] reference/generated/networkx.algorithms.bipartite.basic.is_bipartite reading sources... [ 41%] reference/generated/networkx.algorithms.bipartite.basic.is_bipartite_node_set reading sources... [ 41%] reference/generated/networkx.algorithms.bipartite.basic.sets reading sources... [ 41%] reference/generated/networkx.algorithms.bipartite.centrality.betweenness_centrality reading sources... [ 41%] reference/generated/networkx.algorithms.bipartite.centrality.closeness_centrality reading sources... [ 41%] reference/generated/networkx.algorithms.bipartite.centrality.degree_centrality reading sources... [ 41%] reference/generated/networkx.algorithms.bipartite.cluster.average_clustering reading sources... [ 42%] reference/generated/networkx.algorithms.bipartite.cluster.clustering reading sources... [ 42%] reference/generated/networkx.algorithms.bipartite.cluster.latapy_clustering reading sources... [ 42%] reference/generated/networkx.algorithms.bipartite.cluster.robins_alexander_clustering reading sources... [ 42%] reference/generated/networkx.algorithms.bipartite.projection.collaboration_weighted_projected_graph reading sources... [ 42%] reference/generated/networkx.algorithms.bipartite.projection.generic_weighted_projected_graph reading sources... [ 42%] reference/generated/networkx.algorithms.bipartite.projection.overlap_weighted_projected_graph reading sources... [ 42%] reference/generated/networkx.algorithms.bipartite.projection.projected_graph reading sources... [ 42%] reference/generated/networkx.algorithms.bipartite.projection.weighted_projected_graph reading sources... [ 43%] reference/generated/networkx.algorithms.bipartite.redundancy.node_redundancy reading sources... [ 43%] reference/generated/networkx.algorithms.bipartite.spectral.spectral_bipartivity reading sources... [ 43%] reference/generated/networkx.algorithms.block.blockmodel reading sources... [ 43%] reference/generated/networkx.algorithms.boundary.edge_boundary reading sources... [ 43%] reference/generated/networkx.algorithms.boundary.node_boundary reading sources... [ 43%] reference/generated/networkx.algorithms.centrality.approximate_current_flow_betweenness_centrality reading sources... [ 43%] reference/generated/networkx.algorithms.centrality.betweenness_centrality reading sources... [ 43%] reference/generated/networkx.algorithms.centrality.closeness_centrality reading sources... [ 43%] reference/generated/networkx.algorithms.centrality.communicability reading sources... [ 44%] reference/generated/networkx.algorithms.centrality.communicability_betweenness_centrality reading sources... [ 44%] reference/generated/networkx.algorithms.centrality.communicability_centrality reading sources... [ 44%] reference/generated/networkx.algorithms.centrality.communicability_centrality_exp reading sources... [ 44%] reference/generated/networkx.algorithms.centrality.communicability_exp reading sources... [ 44%] reference/generated/networkx.algorithms.centrality.current_flow_betweenness_centrality reading sources... [ 44%] reference/generated/networkx.algorithms.centrality.current_flow_closeness_centrality reading sources... [ 44%] reference/generated/networkx.algorithms.centrality.degree_centrality reading sources... [ 44%] reference/generated/networkx.algorithms.centrality.edge_betweenness_centrality reading sources... [ 44%] reference/generated/networkx.algorithms.centrality.edge_current_flow_betweenness_centrality reading sources... [ 45%] reference/generated/networkx.algorithms.centrality.edge_load reading sources... [ 45%] reference/generated/networkx.algorithms.centrality.eigenvector_centrality reading sources... [ 45%] reference/generated/networkx.algorithms.centrality.eigenvector_centrality_numpy reading sources... [ 45%] reference/generated/networkx.algorithms.centrality.estrada_index reading sources... [ 45%] reference/generated/networkx.algorithms.centrality.in_degree_centrality reading sources... [ 45%] reference/generated/networkx.algorithms.centrality.katz_centrality reading sources... [ 45%] reference/generated/networkx.algorithms.centrality.katz_centrality_numpy reading sources... [ 45%] reference/generated/networkx.algorithms.centrality.load_centrality reading sources... [ 46%] reference/generated/networkx.algorithms.centrality.out_degree_centrality reading sources... [ 46%] reference/generated/networkx.algorithms.chordal.chordal_alg.chordal_graph_cliques reading sources... [ 46%] reference/generated/networkx.algorithms.chordal.chordal_alg.chordal_graph_treewidth reading sources... [ 46%] reference/generated/networkx.algorithms.chordal.chordal_alg.find_induced_nodes reading sources... [ 46%] reference/generated/networkx.algorithms.chordal.chordal_alg.is_chordal reading sources... [ 46%] reference/generated/networkx.algorithms.clique.cliques_containing_node reading sources... [ 46%] reference/generated/networkx.algorithms.clique.find_cliques reading sources... [ 46%] reference/generated/networkx.algorithms.clique.graph_clique_number reading sources... [ 46%] reference/generated/networkx.algorithms.clique.graph_number_of_cliques reading sources... [ 47%] reference/generated/networkx.algorithms.clique.make_clique_bipartite reading sources... [ 47%] reference/generated/networkx.algorithms.clique.make_max_clique_graph reading sources... [ 47%] reference/generated/networkx.algorithms.clique.node_clique_number reading sources... [ 47%] reference/generated/networkx.algorithms.clique.number_of_cliques reading sources... [ 47%] reference/generated/networkx.algorithms.cluster.average_clustering reading sources... [ 47%] reference/generated/networkx.algorithms.cluster.clustering reading sources... [ 47%] reference/generated/networkx.algorithms.cluster.square_clustering reading sources... [ 47%] reference/generated/networkx.algorithms.cluster.transitivity reading sources... [ 48%] reference/generated/networkx.algorithms.cluster.triangles reading sources... [ 48%] reference/generated/networkx.algorithms.community.kclique.k_clique_communities reading sources... [ 48%] reference/generated/networkx.algorithms.components.attracting.attracting_component_subgraphs reading sources... [ 48%] reference/generated/networkx.algorithms.components.attracting.attracting_components reading sources... [ 48%] reference/generated/networkx.algorithms.components.attracting.is_attracting_component reading sources... [ 48%] reference/generated/networkx.algorithms.components.attracting.number_attracting_components reading sources... [ 48%] reference/generated/networkx.algorithms.components.biconnected.articulation_points reading sources... [ 48%] reference/generated/networkx.algorithms.components.biconnected.biconnected_component_edges reading sources... [ 48%] reference/generated/networkx.algorithms.components.biconnected.biconnected_component_subgraphs reading sources... [ 49%] reference/generated/networkx.algorithms.components.biconnected.biconnected_components reading sources... [ 49%] reference/generated/networkx.algorithms.components.biconnected.is_biconnected reading sources... [ 49%] reference/generated/networkx.algorithms.components.connected.connected_component_subgraphs reading sources... [ 49%] reference/generated/networkx.algorithms.components.connected.connected_components reading sources... [ 49%] reference/generated/networkx.algorithms.components.connected.is_connected reading sources... [ 49%] reference/generated/networkx.algorithms.components.connected.node_connected_component reading sources... [ 49%] reference/generated/networkx.algorithms.components.connected.number_connected_components reading sources... [ 49%] reference/generated/networkx.algorithms.components.strongly_connected.condensation reading sources... [ 50%] reference/generated/networkx.algorithms.components.strongly_connected.is_strongly_connected reading sources... [ 50%] reference/generated/networkx.algorithms.components.strongly_connected.kosaraju_strongly_connected_components reading sources... [ 50%] reference/generated/networkx.algorithms.components.strongly_connected.number_strongly_connected_components reading sources... [ 50%] reference/generated/networkx.algorithms.components.strongly_connected.strongly_connected_component_subgraphs reading sources... [ 50%] reference/generated/networkx.algorithms.components.strongly_connected.strongly_connected_components reading sources... [ 50%] reference/generated/networkx.algorithms.components.strongly_connected.strongly_connected_components_recursive reading sources... [ 50%] reference/generated/networkx.algorithms.components.weakly_connected.is_weakly_connected reading sources... [ 50%] reference/generated/networkx.algorithms.components.weakly_connected.number_weakly_connected_components reading sources... [ 50%] reference/generated/networkx.algorithms.components.weakly_connected.weakly_connected_component_subgraphs reading sources... [ 51%] reference/generated/networkx.algorithms.components.weakly_connected.weakly_connected_components reading sources... [ 51%] reference/generated/networkx.algorithms.connectivity.connectivity.all_pairs_node_connectivity_matrix reading sources... [ 51%] reference/generated/networkx.algorithms.connectivity.connectivity.average_node_connectivity reading sources... [ 51%] reference/generated/networkx.algorithms.connectivity.connectivity.edge_connectivity reading sources... [ 51%] reference/generated/networkx.algorithms.connectivity.connectivity.local_edge_connectivity reading sources... [ 51%] reference/generated/networkx.algorithms.connectivity.connectivity.local_node_connectivity reading sources... [ 51%] reference/generated/networkx.algorithms.connectivity.connectivity.node_connectivity reading sources... [ 51%] reference/generated/networkx.algorithms.connectivity.cuts.minimum_edge_cut reading sources... [ 51%] reference/generated/networkx.algorithms.connectivity.cuts.minimum_node_cut reading sources... [ 52%] reference/generated/networkx.algorithms.connectivity.cuts.minimum_st_edge_cut reading sources... [ 52%] reference/generated/networkx.algorithms.connectivity.cuts.minimum_st_node_cut reading sources... [ 52%] reference/generated/networkx.algorithms.core.core_number reading sources... [ 52%] reference/generated/networkx.algorithms.core.k_core reading sources... [ 52%] reference/generated/networkx.algorithms.core.k_corona reading sources... [ 52%] reference/generated/networkx.algorithms.core.k_crust reading sources... [ 52%] reference/generated/networkx.algorithms.core.k_shell reading sources... [ 52%] reference/generated/networkx.algorithms.cycles.cycle_basis reading sources... [ 53%] reference/generated/networkx.algorithms.cycles.simple_cycles reading sources... [ 53%] reference/generated/networkx.algorithms.dag.ancestors reading sources... [ 53%] reference/generated/networkx.algorithms.dag.descendants reading sources... [ 53%] reference/generated/networkx.algorithms.dag.is_aperiodic reading sources... [ 53%] reference/generated/networkx.algorithms.dag.is_directed_acyclic_graph reading sources... [ 53%] reference/generated/networkx.algorithms.dag.topological_sort reading sources... [ 53%] reference/generated/networkx.algorithms.dag.topological_sort_recursive reading sources... [ 53%] reference/generated/networkx.algorithms.distance_measures.center reading sources... [ 53%] reference/generated/networkx.algorithms.distance_measures.diameter reading sources... [ 54%] reference/generated/networkx.algorithms.distance_measures.eccentricity reading sources... [ 54%] reference/generated/networkx.algorithms.distance_measures.periphery reading sources... [ 54%] reference/generated/networkx.algorithms.distance_measures.radius reading sources... [ 54%] reference/generated/networkx.algorithms.distance_regular.global_parameters reading sources... [ 54%] reference/generated/networkx.algorithms.distance_regular.intersection_array reading sources... [ 54%] reference/generated/networkx.algorithms.distance_regular.is_distance_regular reading sources... [ 54%] reference/generated/networkx.algorithms.euler.eulerian_circuit reading sources... [ 54%] reference/generated/networkx.algorithms.euler.is_eulerian reading sources... [ 55%] reference/generated/networkx.algorithms.flow.cost_of_flow reading sources... [ 55%] reference/generated/networkx.algorithms.flow.ford_fulkerson reading sources... [ 55%] reference/generated/networkx.algorithms.flow.ford_fulkerson_flow reading sources... [ 55%] reference/generated/networkx.algorithms.flow.ford_fulkerson_flow_and_auxiliary reading sources... [ 55%] reference/generated/networkx.algorithms.flow.max_flow reading sources... [ 55%] reference/generated/networkx.algorithms.flow.max_flow_min_cost reading sources... [ 55%] reference/generated/networkx.algorithms.flow.min_cost_flow reading sources... [ 55%] reference/generated/networkx.algorithms.flow.min_cost_flow_cost reading sources... [ 55%] reference/generated/networkx.algorithms.flow.min_cut reading sources... [ 56%] reference/generated/networkx.algorithms.flow.network_simplex reading sources... [ 56%] reference/generated/networkx.algorithms.graphical.is_digraphical reading sources... [ 56%] reference/generated/networkx.algorithms.graphical.is_graphical reading sources... [ 56%] reference/generated/networkx.algorithms.graphical.is_multigraphical reading sources... [ 56%] reference/generated/networkx.algorithms.graphical.is_pseudographical reading sources... [ 56%] reference/generated/networkx.algorithms.graphical.is_valid_degree_sequence_erdos_gallai reading sources... [ 56%] reference/generated/networkx.algorithms.graphical.is_valid_degree_sequence_havel_hakimi reading sources... [ 56%] reference/generated/networkx.algorithms.hierarchy.flow_hierarchy reading sources... [ 56%] reference/generated/networkx.algorithms.isolate.is_isolate reading sources... [ 57%] reference/generated/networkx.algorithms.isolate.isolates reading sources... [ 57%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.__init__ reading sources... [ 57%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.candidate_pairs_iter reading sources... [ 57%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.initialize reading sources... [ 57%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.is_isomorphic reading sources... [ 57%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.isomorphisms_iter reading sources... [ 57%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.match reading sources... [ 57%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.semantic_feasibility reading sources... [ 58%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.subgraph_is_isomorphic reading sources... [ 58%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.subgraph_isomorphisms_iter reading sources... [ 58%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.syntactic_feasibility reading sources... [ 58%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.__init__ reading sources... [ 58%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.candidate_pairs_iter reading sources... [ 58%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.initialize reading sources... [ 58%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.is_isomorphic reading sources... [ 58%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.isomorphisms_iter reading sources... [ 58%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.match reading sources... [ 59%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.semantic_feasibility reading sources... [ 59%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.subgraph_is_isomorphic reading sources... [ 59%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.subgraph_isomorphisms_iter reading sources... [ 59%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.syntactic_feasibility reading sources... [ 59%] reference/generated/networkx.algorithms.isomorphism.categorical_edge_match reading sources... [ 59%] reference/generated/networkx.algorithms.isomorphism.categorical_multiedge_match reading sources... [ 59%] reference/generated/networkx.algorithms.isomorphism.categorical_node_match reading sources... [ 59%] reference/generated/networkx.algorithms.isomorphism.could_be_isomorphic reading sources... [ 60%] reference/generated/networkx.algorithms.isomorphism.fast_could_be_isomorphic reading sources... [ 60%] reference/generated/networkx.algorithms.isomorphism.faster_could_be_isomorphic reading sources... [ 60%] reference/generated/networkx.algorithms.isomorphism.generic_edge_match reading sources... [ 60%] reference/generated/networkx.algorithms.isomorphism.generic_multiedge_match reading sources... [ 60%] reference/generated/networkx.algorithms.isomorphism.generic_node_match reading sources... [ 60%] reference/generated/networkx.algorithms.isomorphism.is_isomorphic reading sources... [ 60%] reference/generated/networkx.algorithms.isomorphism.numerical_edge_match reading sources... [ 60%] reference/generated/networkx.algorithms.isomorphism.numerical_multiedge_match reading sources... [ 60%] reference/generated/networkx.algorithms.isomorphism.numerical_node_match reading sources... [ 61%] reference/generated/networkx.algorithms.link_analysis.hits_alg.authority_matrix reading sources... [ 61%] reference/generated/networkx.algorithms.link_analysis.hits_alg.hits reading sources... [ 61%] reference/generated/networkx.algorithms.link_analysis.hits_alg.hits_numpy reading sources... [ 61%] reference/generated/networkx.algorithms.link_analysis.hits_alg.hits_scipy reading sources... [ 61%] reference/generated/networkx.algorithms.link_analysis.hits_alg.hub_matrix reading sources... [ 61%] reference/generated/networkx.algorithms.link_analysis.pagerank_alg.google_matrix reading sources... [ 61%] reference/generated/networkx.algorithms.link_analysis.pagerank_alg.pagerank reading sources... [ 61%] reference/generated/networkx.algorithms.link_analysis.pagerank_alg.pagerank_numpy reading sources... [ 62%] reference/generated/networkx.algorithms.link_analysis.pagerank_alg.pagerank_scipy reading sources... [ 62%] reference/generated/networkx.algorithms.matching.max_weight_matching reading sources... [ 62%] reference/generated/networkx.algorithms.matching.maximal_matching reading sources... [ 62%] reference/generated/networkx.algorithms.mis.maximal_independent_set reading sources... [ 62%] reference/generated/networkx.algorithms.mst.minimum_spanning_edges reading sources... [ 62%] reference/generated/networkx.algorithms.mst.minimum_spanning_tree reading sources... [ 62%] reference/generated/networkx.algorithms.operators.all.compose_all reading sources... [ 62%] reference/generated/networkx.algorithms.operators.all.disjoint_union_all reading sources... [ 62%] reference/generated/networkx.algorithms.operators.all.intersection_all reading sources... [ 63%] reference/generated/networkx.algorithms.operators.all.union_all reading sources... [ 63%] reference/generated/networkx.algorithms.operators.binary.compose reading sources... [ 63%] reference/generated/networkx.algorithms.operators.binary.difference reading sources... [ 63%] reference/generated/networkx.algorithms.operators.binary.disjoint_union reading sources... [ 63%] reference/generated/networkx.algorithms.operators.binary.intersection reading sources... [ 63%] reference/generated/networkx.algorithms.operators.binary.symmetric_difference reading sources... [ 63%] reference/generated/networkx.algorithms.operators.binary.union reading sources... [ 63%] reference/generated/networkx.algorithms.operators.product.cartesian_product reading sources... [ 63%] reference/generated/networkx.algorithms.operators.product.lexicographic_product reading sources... [ 64%] reference/generated/networkx.algorithms.operators.product.strong_product reading sources... [ 64%] reference/generated/networkx.algorithms.operators.product.tensor_product reading sources... [ 64%] reference/generated/networkx.algorithms.operators.unary.complement reading sources... [ 64%] reference/generated/networkx.algorithms.operators.unary.reverse reading sources... [ 64%] reference/generated/networkx.algorithms.richclub.rich_club_coefficient reading sources... [ 64%] reference/generated/networkx.algorithms.shortest_paths.astar.astar_path reading sources... [ 64%] reference/generated/networkx.algorithms.shortest_paths.astar.astar_path_length reading sources... [ 64%] reference/generated/networkx.algorithms.shortest_paths.dense.floyd_warshall reading sources... [ 65%] reference/generated/networkx.algorithms.shortest_paths.dense.floyd_warshall_numpy reading sources... [ 65%] reference/generated/networkx.algorithms.shortest_paths.dense.floyd_warshall_predecessor_and_distance reading sources... [ 65%] reference/generated/networkx.algorithms.shortest_paths.generic.all_shortest_paths reading sources... [ 65%] reference/generated/networkx.algorithms.shortest_paths.generic.average_shortest_path_length reading sources... [ 65%] reference/generated/networkx.algorithms.shortest_paths.generic.has_path reading sources... [ 65%] reference/generated/networkx.algorithms.shortest_paths.generic.shortest_path reading sources... [ 65%] reference/generated/networkx.algorithms.shortest_paths.generic.shortest_path_length reading sources... [ 65%] reference/generated/networkx.algorithms.shortest_paths.unweighted.all_pairs_shortest_path reading sources... [ 65%] reference/generated/networkx.algorithms.shortest_paths.unweighted.all_pairs_shortest_path_length reading sources... [ 66%] reference/generated/networkx.algorithms.shortest_paths.unweighted.predecessor reading sources... [ 66%] reference/generated/networkx.algorithms.shortest_paths.unweighted.single_source_shortest_path reading sources... [ 66%] reference/generated/networkx.algorithms.shortest_paths.unweighted.single_source_shortest_path_length reading sources... [ 66%] reference/generated/networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra_path reading sources... [ 66%] reference/generated/networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra_path_length reading sources... [ 66%] reference/generated/networkx.algorithms.shortest_paths.weighted.bellman_ford reading sources... [ 66%] reference/generated/networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra reading sources... [ 66%] reference/generated/networkx.algorithms.shortest_paths.weighted.dijkstra_path reading sources... [ 67%] reference/generated/networkx.algorithms.shortest_paths.weighted.dijkstra_path_length reading sources... [ 67%] reference/generated/networkx.algorithms.shortest_paths.weighted.dijkstra_predecessor_and_distance reading sources... [ 67%] reference/generated/networkx.algorithms.shortest_paths.weighted.negative_edge_cycle reading sources... [ 67%] reference/generated/networkx.algorithms.shortest_paths.weighted.single_source_dijkstra reading sources... [ 67%] reference/generated/networkx.algorithms.shortest_paths.weighted.single_source_dijkstra_path reading sources... [ 67%] reference/generated/networkx.algorithms.shortest_paths.weighted.single_source_dijkstra_path_length reading sources... [ 67%] reference/generated/networkx.algorithms.simple_paths.all_simple_paths reading sources... [ 67%] reference/generated/networkx.algorithms.swap.connected_double_edge_swap reading sources... [ 67%] reference/generated/networkx.algorithms.swap.double_edge_swap reading sources... [ 68%] reference/generated/networkx.algorithms.traversal.breadth_first_search.bfs_edges reading sources... [ 68%] reference/generated/networkx.algorithms.traversal.breadth_first_search.bfs_predecessors reading sources... [ 68%] reference/generated/networkx.algorithms.traversal.breadth_first_search.bfs_successors reading sources... [ 68%] reference/generated/networkx.algorithms.traversal.breadth_first_search.bfs_tree reading sources... [ 68%] reference/generated/networkx.algorithms.traversal.depth_first_search.dfs_edges reading sources... [ 68%] reference/generated/networkx.algorithms.traversal.depth_first_search.dfs_labeled_edges reading sources... [ 68%] reference/generated/networkx.algorithms.traversal.depth_first_search.dfs_postorder_nodes reading sources... [ 68%] reference/generated/networkx.algorithms.traversal.depth_first_search.dfs_predecessors reading sources... [ 68%] reference/generated/networkx.algorithms.traversal.depth_first_search.dfs_preorder_nodes reading sources... [ 69%] reference/generated/networkx.algorithms.traversal.depth_first_search.dfs_successors reading sources... [ 69%] reference/generated/networkx.algorithms.traversal.depth_first_search.dfs_tree reading sources... [ 69%] reference/generated/networkx.algorithms.vitality.closeness_vitality reading sources... [ 69%] reference/generated/networkx.classes.function.all_neighbors reading sources... [ 69%] reference/generated/networkx.classes.function.create_empty_copy reading sources... [ 69%] reference/generated/networkx.classes.function.degree reading sources... [ 69%] reference/generated/networkx.classes.function.degree_histogram reading sources... [ 69%] reference/generated/networkx.classes.function.density reading sources... [ 70%] reference/generated/networkx.classes.function.edges reading sources... [ 70%] reference/generated/networkx.classes.function.edges_iter reading sources... [ 70%] reference/generated/networkx.classes.function.freeze reading sources... [ 70%] reference/generated/networkx.classes.function.get_edge_attributes reading sources... [ 70%] reference/generated/networkx.classes.function.get_node_attributes reading sources... [ 70%] reference/generated/networkx.classes.function.info reading sources... [ 70%] reference/generated/networkx.classes.function.is_directed reading sources... [ 70%] reference/generated/networkx.classes.function.is_frozen reading sources... [ 70%] reference/generated/networkx.classes.function.nodes reading sources... [ 71%] reference/generated/networkx.classes.function.nodes_iter reading sources... [ 71%] reference/generated/networkx.classes.function.non_neighbors reading sources... [ 71%] reference/generated/networkx.classes.function.number_of_edges reading sources... [ 71%] reference/generated/networkx.classes.function.number_of_nodes reading sources... [ 71%] reference/generated/networkx.classes.function.set_edge_attributes reading sources... [ 71%] reference/generated/networkx.classes.function.set_node_attributes reading sources... [ 71%] reference/generated/networkx.convert.from_dict_of_dicts reading sources... [ 71%] reference/generated/networkx.convert.from_dict_of_lists reading sources... [ 72%] reference/generated/networkx.convert.from_edgelist reading sources... [ 72%] reference/generated/networkx.convert.from_numpy_matrix reading sources... [ 72%] reference/generated/networkx.convert.from_scipy_sparse_matrix reading sources... [ 72%] reference/generated/networkx.convert.to_dict_of_dicts reading sources... [ 72%] reference/generated/networkx.convert.to_dict_of_lists reading sources... [ 72%] reference/generated/networkx.convert.to_edgelist reading sources... [ 72%] reference/generated/networkx.convert.to_networkx_graph reading sources... [ 72%] reference/generated/networkx.convert.to_numpy_matrix reading sources... [ 72%] reference/generated/networkx.convert.to_numpy_recarray reading sources... [ 73%] reference/generated/networkx.convert.to_scipy_sparse_matrix reading sources... [ 73%] reference/generated/networkx.drawing.layout.circular_layout reading sources... [ 73%] reference/generated/networkx.drawing.layout.random_layout reading sources... [ 73%] reference/generated/networkx.drawing.layout.shell_layout reading sources... [ 73%] reference/generated/networkx.drawing.layout.spectral_layout reading sources... [ 73%] reference/generated/networkx.drawing.layout.spring_layout reading sources... [ 73%] reference/generated/networkx.drawing.nx_agraph.from_agraph reading sources... [ 73%] reference/generated/networkx.drawing.nx_agraph.graphviz_layout reading sources... [ 74%] reference/generated/networkx.drawing.nx_agraph.pygraphviz_layout reading sources... [ 74%] reference/generated/networkx.drawing.nx_agraph.read_dot reading sources... [ 74%] reference/generated/networkx.drawing.nx_agraph.to_agraph reading sources... [ 74%] reference/generated/networkx.drawing.nx_agraph.write_dot reading sources... [ 74%] reference/generated/networkx.drawing.nx_pydot.from_pydot reading sources... [ 74%] reference/generated/networkx.drawing.nx_pydot.graphviz_layout reading sources... [ 74%] reference/generated/networkx.drawing.nx_pydot.pydot_layout reading sources... [ 74%] reference/generated/networkx.drawing.nx_pydot.read_dot reading sources... [ 74%] reference/generated/networkx.drawing.nx_pydot.to_pydot reading sources... [ 75%] reference/generated/networkx.drawing.nx_pydot.write_dot reading sources... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw reading sources... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw_circular reading sources... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw_graphviz reading sources... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw_networkx reading sources... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_edge_labels reading sources... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_edges reading sources... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_labels reading sources... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_nodes reading sources... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw_random reading sources... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw_shell reading sources... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw_spectral reading sources... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw_spring reading sources... [ 76%] reference/generated/networkx.generators.atlas.graph_atlas_g reading sources... [ 76%] reference/generated/networkx.generators.bipartite.bipartite_alternating_havel_hakimi_graph reading sources... [ 76%] reference/generated/networkx.generators.bipartite.bipartite_configuration_model reading sources... [ 76%] reference/generated/networkx.generators.bipartite.bipartite_gnmk_random_graph reading sources... [ 77%] reference/generated/networkx.generators.bipartite.bipartite_havel_hakimi_graph reading sources... [ 77%] reference/generated/networkx.generators.bipartite.bipartite_preferential_attachment_graph reading sources... [ 77%] reference/generated/networkx.generators.bipartite.bipartite_random_graph reading sources... [ 77%] reference/generated/networkx.generators.bipartite.bipartite_reverse_havel_hakimi_graph reading sources... [ 77%] reference/generated/networkx.generators.classic.balanced_tree reading sources... [ 77%] reference/generated/networkx.generators.classic.barbell_graph reading sources... [ 77%] reference/generated/networkx.generators.classic.circular_ladder_graph reading sources... [ 77%] reference/generated/networkx.generators.classic.complete_bipartite_graph reading sources... [ 77%] reference/generated/networkx.generators.classic.complete_graph reading sources... [ 78%] reference/generated/networkx.generators.classic.cycle_graph reading sources... [ 78%] reference/generated/networkx.generators.classic.dorogovtsev_goltsev_mendes_graph reading sources... [ 78%] reference/generated/networkx.generators.classic.empty_graph reading sources... [ 78%] reference/generated/networkx.generators.classic.grid_2d_graph reading sources... [ 78%] reference/generated/networkx.generators.classic.grid_graph reading sources... [ 78%] reference/generated/networkx.generators.classic.hypercube_graph reading sources... [ 78%] reference/generated/networkx.generators.classic.ladder_graph reading sources... [ 78%] reference/generated/networkx.generators.classic.lollipop_graph reading sources... [ 79%] reference/generated/networkx.generators.classic.null_graph reading sources... [ 79%] reference/generated/networkx.generators.classic.path_graph reading sources... [ 79%] reference/generated/networkx.generators.classic.star_graph reading sources... [ 79%] reference/generated/networkx.generators.classic.trivial_graph reading sources... [ 79%] reference/generated/networkx.generators.classic.wheel_graph reading sources... [ 79%] reference/generated/networkx.generators.degree_seq.configuration_model reading sources... [ 79%] reference/generated/networkx.generators.degree_seq.degree_sequence_tree reading sources... [ 79%] reference/generated/networkx.generators.degree_seq.directed_configuration_model reading sources... [ 79%] reference/generated/networkx.generators.degree_seq.directed_havel_hakimi_graph reading sources... [ 80%] reference/generated/networkx.generators.degree_seq.expected_degree_graph reading sources... [ 80%] reference/generated/networkx.generators.degree_seq.havel_hakimi_graph reading sources... [ 80%] reference/generated/networkx.generators.degree_seq.random_degree_sequence_graph reading sources... [ 80%] reference/generated/networkx.generators.directed.gn_graph reading sources... [ 80%] reference/generated/networkx.generators.directed.gnc_graph reading sources... [ 80%] reference/generated/networkx.generators.directed.gnr_graph reading sources... [ 80%] reference/generated/networkx.generators.directed.scale_free_graph reading sources... [ 80%] reference/generated/networkx.generators.ego.ego_graph reading sources... [ 81%] reference/generated/networkx.generators.geometric.geographical_threshold_graph reading sources... [ 81%] reference/generated/networkx.generators.geometric.navigable_small_world_graph reading sources... [ 81%] reference/generated/networkx.generators.geometric.random_geometric_graph reading sources... [ 81%] reference/generated/networkx.generators.geometric.waxman_graph reading sources... [ 81%] reference/generated/networkx.generators.hybrid.is_kl_connected reading sources... [ 81%] reference/generated/networkx.generators.hybrid.kl_connected_subgraph reading sources... [ 81%] reference/generated/networkx.generators.intersection.general_random_intersection_graph reading sources... [ 81%] reference/generated/networkx.generators.intersection.k_random_intersection_graph reading sources... [ 81%] reference/generated/networkx.generators.intersection.uniform_random_intersection_graph reading sources... [ 82%] reference/generated/networkx.generators.line.line_graph reading sources... [ 82%] reference/generated/networkx.generators.random_clustered.random_clustered_graph reading sources... [ 82%] reference/generated/networkx.generators.random_graphs.barabasi_albert_graph reading sources... [ 82%] reference/generated/networkx.generators.random_graphs.binomial_graph reading sources... [ 82%] reference/generated/networkx.generators.random_graphs.connected_watts_strogatz_graph reading sources... [ 82%] reference/generated/networkx.generators.random_graphs.dense_gnm_random_graph reading sources... [ 82%] reference/generated/networkx.generators.random_graphs.erdos_renyi_graph reading sources... [ 82%] reference/generated/networkx.generators.random_graphs.fast_gnp_random_graph reading sources... [ 82%] reference/generated/networkx.generators.random_graphs.gnm_random_graph reading sources... [ 83%] reference/generated/networkx.generators.random_graphs.gnp_random_graph reading sources... [ 83%] reference/generated/networkx.generators.random_graphs.newman_watts_strogatz_graph reading sources... [ 83%] reference/generated/networkx.generators.random_graphs.powerlaw_cluster_graph reading sources... [ 83%] reference/generated/networkx.generators.random_graphs.random_lobster reading sources... [ 83%] reference/generated/networkx.generators.random_graphs.random_powerlaw_tree reading sources... [ 83%] reference/generated/networkx.generators.random_graphs.random_powerlaw_tree_sequence reading sources... [ 83%] reference/generated/networkx.generators.random_graphs.random_regular_graph reading sources... [ 83%] reference/generated/networkx.generators.random_graphs.random_shell_graph reading sources... [ 84%] reference/generated/networkx.generators.random_graphs.watts_strogatz_graph reading sources... [ 84%] reference/generated/networkx.generators.small.LCF_graph reading sources... [ 84%] reference/generated/networkx.generators.small.bull_graph reading sources... [ 84%] reference/generated/networkx.generators.small.chvatal_graph reading sources... [ 84%] reference/generated/networkx.generators.small.cubical_graph reading sources... [ 84%] reference/generated/networkx.generators.small.desargues_graph reading sources... [ 84%] reference/generated/networkx.generators.small.diamond_graph reading sources... [ 84%] reference/generated/networkx.generators.small.dodecahedral_graph reading sources... [ 84%] reference/generated/networkx.generators.small.frucht_graph reading sources... [ 85%] reference/generated/networkx.generators.small.heawood_graph reading sources... [ 85%] reference/generated/networkx.generators.small.house_graph reading sources... [ 85%] reference/generated/networkx.generators.small.house_x_graph reading sources... [ 85%] reference/generated/networkx.generators.small.icosahedral_graph reading sources... [ 85%] reference/generated/networkx.generators.small.krackhardt_kite_graph reading sources... [ 85%] reference/generated/networkx.generators.small.make_small_graph reading sources... [ 85%] reference/generated/networkx.generators.small.moebius_kantor_graph reading sources... [ 85%] reference/generated/networkx.generators.small.octahedral_graph reading sources... [ 86%] reference/generated/networkx.generators.small.pappus_graph reading sources... [ 86%] reference/generated/networkx.generators.small.petersen_graph reading sources... [ 86%] reference/generated/networkx.generators.small.sedgewick_maze_graph reading sources... [ 86%] reference/generated/networkx.generators.small.tetrahedral_graph reading sources... [ 86%] reference/generated/networkx.generators.small.truncated_cube_graph reading sources... [ 86%] reference/generated/networkx.generators.small.truncated_tetrahedron_graph reading sources... [ 86%] reference/generated/networkx.generators.small.tutte_graph reading sources... [ 86%] reference/generated/networkx.generators.social.davis_southern_women_graph reading sources... [ 86%] reference/generated/networkx.generators.social.florentine_families_graph reading sources... [ 87%] reference/generated/networkx.generators.social.karate_club_graph reading sources... [ 87%] reference/generated/networkx.generators.stochastic.stochastic_graph reading sources... [ 87%] reference/generated/networkx.linalg.attrmatrix.attr_matrix reading sources... [ 87%] reference/generated/networkx.linalg.attrmatrix.attr_sparse_matrix reading sources... [ 87%] reference/generated/networkx.linalg.graphmatrix.adjacency_matrix reading sources... [ 87%] reference/generated/networkx.linalg.graphmatrix.incidence_matrix reading sources... [ 87%] reference/generated/networkx.linalg.laplacianmatrix.directed_laplacian_matrix reading sources... [ 87%] reference/generated/networkx.linalg.laplacianmatrix.laplacian_matrix reading sources... [ 87%] reference/generated/networkx.linalg.laplacianmatrix.normalized_laplacian_matrix reading sources... [ 88%] reference/generated/networkx.linalg.spectrum.adjacency_spectrum reading sources... [ 88%] reference/generated/networkx.linalg.spectrum.laplacian_spectrum reading sources... [ 88%] reference/generated/networkx.readwrite.adjlist.generate_adjlist reading sources... [ 88%] reference/generated/networkx.readwrite.adjlist.parse_adjlist reading sources... [ 88%] reference/generated/networkx.readwrite.adjlist.read_adjlist reading sources... [ 88%] reference/generated/networkx.readwrite.adjlist.write_adjlist reading sources... [ 88%] reference/generated/networkx.readwrite.edgelist.generate_edgelist reading sources... [ 88%] reference/generated/networkx.readwrite.edgelist.parse_edgelist reading sources... [ 89%] reference/generated/networkx.readwrite.edgelist.read_edgelist reading sources... [ 89%] reference/generated/networkx.readwrite.edgelist.read_weighted_edgelist reading sources... [ 89%] reference/generated/networkx.readwrite.edgelist.write_edgelist reading sources... [ 89%] reference/generated/networkx.readwrite.edgelist.write_weighted_edgelist reading sources... [ 89%] reference/generated/networkx.readwrite.gexf.read_gexf reading sources... [ 89%] reference/generated/networkx.readwrite.gexf.relabel_gexf_graph reading sources... [ 89%] reference/generated/networkx.readwrite.gexf.write_gexf reading sources... [ 89%] reference/generated/networkx.readwrite.gml.generate_gml reading sources... [ 89%] reference/generated/networkx.readwrite.gml.parse_gml reading sources... [ 90%] reference/generated/networkx.readwrite.gml.read_gml reading sources... [ 90%] reference/generated/networkx.readwrite.gml.write_gml reading sources... [ 90%] reference/generated/networkx.readwrite.gpickle.read_gpickle reading sources... [ 90%] reference/generated/networkx.readwrite.gpickle.write_gpickle reading sources... [ 90%] reference/generated/networkx.readwrite.graphml.read_graphml reading sources... [ 90%] reference/generated/networkx.readwrite.graphml.write_graphml reading sources... [ 90%] reference/generated/networkx.readwrite.json_graph.adjacency_data reading sources... [ 90%] reference/generated/networkx.readwrite.json_graph.adjacency_graph reading sources... [ 91%] reference/generated/networkx.readwrite.json_graph.dump reading sources... [ 91%] reference/generated/networkx.readwrite.json_graph.dumps reading sources... [ 91%] reference/generated/networkx.readwrite.json_graph.load reading sources... [ 91%] reference/generated/networkx.readwrite.json_graph.loads reading sources... [ 91%] reference/generated/networkx.readwrite.json_graph.node_link_data reading sources... [ 91%] reference/generated/networkx.readwrite.json_graph.node_link_graph reading sources... [ 91%] reference/generated/networkx.readwrite.json_graph.tree_data reading sources... [ 91%] reference/generated/networkx.readwrite.json_graph.tree_graph reading sources... [ 91%] reference/generated/networkx.readwrite.leda.parse_leda reading sources... [ 92%] reference/generated/networkx.readwrite.leda.read_leda reading sources... [ 92%] reference/generated/networkx.readwrite.multiline_adjlist.generate_multiline_adjlist reading sources... [ 92%] reference/generated/networkx.readwrite.multiline_adjlist.parse_multiline_adjlist reading sources... [ 92%] reference/generated/networkx.readwrite.multiline_adjlist.read_multiline_adjlist reading sources... [ 92%] reference/generated/networkx.readwrite.multiline_adjlist.write_multiline_adjlist reading sources... [ 92%] reference/generated/networkx.readwrite.nx_shp.read_shp reading sources... [ 92%] reference/generated/networkx.readwrite.nx_shp.write_shp reading sources... [ 92%] reference/generated/networkx.readwrite.nx_yaml.read_yaml reading sources... [ 93%] reference/generated/networkx.readwrite.nx_yaml.write_yaml reading sources... [ 93%] reference/generated/networkx.readwrite.pajek.parse_pajek reading sources... [ 93%] reference/generated/networkx.readwrite.pajek.read_pajek reading sources... [ 93%] reference/generated/networkx.readwrite.pajek.write_pajek reading sources... [ 93%] reference/generated/networkx.readwrite.sparsegraph6.parse_graph6 reading sources... [ 93%] reference/generated/networkx.readwrite.sparsegraph6.parse_sparse6 reading sources... [ 93%] reference/generated/networkx.readwrite.sparsegraph6.read_graph6 reading sources... [ 93%] reference/generated/networkx.readwrite.sparsegraph6.read_graph6_list reading sources... [ 93%] reference/generated/networkx.readwrite.sparsegraph6.read_sparse6 reading sources... [ 94%] reference/generated/networkx.readwrite.sparsegraph6.read_sparse6_list reading sources... [ 94%] reference/generated/networkx.relabel.convert_node_labels_to_integers reading sources... [ 94%] reference/generated/networkx.relabel.relabel_nodes reading sources... [ 94%] reference/generated/networkx.utils.decorators.open_file reading sources... [ 94%] reference/generated/networkx.utils.decorators.require reading sources... [ 94%] reference/generated/networkx.utils.misc.cumulative_sum reading sources... [ 94%] reference/generated/networkx.utils.misc.default_opener reading sources... [ 94%] reference/generated/networkx.utils.misc.flatten reading sources... [ 94%] reference/generated/networkx.utils.misc.generate_unique_node reading sources... [ 95%] reference/generated/networkx.utils.misc.is_list_of_ints reading sources... [ 95%] reference/generated/networkx.utils.misc.is_string_like reading sources... [ 95%] reference/generated/networkx.utils.misc.iterable reading sources... [ 95%] reference/generated/networkx.utils.misc.make_str reading sources... [ 95%] reference/generated/networkx.utils.random_sequence.create_degree_sequence reading sources... [ 95%] reference/generated/networkx.utils.random_sequence.cumulative_distribution reading sources... [ 95%] reference/generated/networkx.utils.random_sequence.discrete_sequence reading sources... [ 95%] reference/generated/networkx.utils.random_sequence.pareto_sequence reading sources... [ 96%] reference/generated/networkx.utils.random_sequence.powerlaw_sequence reading sources... [ 96%] reference/generated/networkx.utils.random_sequence.random_weighted_sample reading sources... [ 96%] reference/generated/networkx.utils.random_sequence.uniform_sequence reading sources... [ 96%] reference/generated/networkx.utils.random_sequence.weighted_choice reading sources... [ 96%] reference/generated/networkx.utils.random_sequence.zipf_rv reading sources... [ 96%] reference/generated/networkx.utils.random_sequence.zipf_sequence reading sources... [ 96%] reference/generated/networkx.utils.union_find.UnionFind.union reading sources... [ 96%] reference/generators reading sources... [ 96%] reference/glossary reading sources... [ 97%] reference/history reading sources... [ 97%] reference/index reading sources... [ 97%] reference/introduction reading sources... [ 97%] reference/legal reading sources... [ 97%] reference/linalg reading sources... [ 97%] reference/news reading sources... [ 97%] reference/pdf_reference reading sources... [ 97%] reference/readwrite reading sources... [ 98%] reference/readwrite.adjlist reading sources... [ 98%] reference/readwrite.edgelist reading sources... [ 98%] reference/readwrite.gexf reading sources... [ 98%] reference/readwrite.gml reading sources... [ 98%] reference/readwrite.gpickle reading sources... [ 98%] reference/readwrite.graphml reading sources... [ 98%] reference/readwrite.json_graph reading sources... [ 98%] reference/readwrite.leda reading sources... [ 98%] reference/readwrite.multiline_adjlist reading sources... [ 99%] reference/readwrite.nx_shp reading sources... [ 99%] reference/readwrite.pajek reading sources... [ 99%] reference/readwrite.sparsegraph6 reading sources... [ 99%] reference/readwrite.yaml reading sources... [ 99%] reference/relabel reading sources... [ 99%] reference/utils reading sources... [ 99%] test reading sources... [ 99%] tutorial/index reading sources... [100%] tutorial/tutorial /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/configure_git.rst:158: SEVERE: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'source/developer/gitwash/links.inc'. /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/configure_git.rst:58: ERROR: Unknown target name: "git". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:415: SEVERE: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'source/developer/gitwash/links.inc'. /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:20: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:137: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:137: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:137: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:7: ERROR: Unknown target name: "networkx". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:20: ERROR: Unknown target name: "ipython git workflow". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:27: ERROR: Unknown target name: "networkx mailing list". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:34: ERROR: Unknown target name: "linux git workflow". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:34: ERROR: Unknown target name: "ipython git workflow". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:39: ERROR: Unknown target name: "deleting master on github". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:83: ERROR: Unknown target name: "github". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:83: ERROR: Unknown target name: "networkx". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:83: ERROR: Unknown target name: "git push". looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:118: ERROR: Unknown target name: "git status". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:134: ERROR: Unknown target name: "git diff". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:135: ERROR: Unknown target name: "git add". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:137: ERROR: Unknown target name: "why the -a flag?". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:137: ERROR: Unknown target name: "tangled working copy problem". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:137: ERROR: Unknown target name: "git commit". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:144: ERROR: Unknown target name: "git push". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:230: ERROR: Unknown target name: "network graph visualizer". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:268: ERROR: Unknown target name: "rebase without tears". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:293: ERROR: Unknown target name: "git rebase". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/development_workflow.rst:293: ERROR: Unknown target name: "resolving a merge". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/following_latest.rst:36: SEVERE: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'source/developer/gitwash/links.inc'. /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/following_latest.rst:13: ERROR: Unknown target name: "networkx github". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/forking_hell.rst:32: SEVERE: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'source/developer/gitwash/links.inc'. /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/forking_hell.rst:7: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/forking_hell.rst:17: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/forking_hell.rst:7: ERROR: Unknown target name: "networkx". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/forking_hell.rst:17: ERROR: Unknown target name: "github help". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/forking_hell.rst:21: ERROR: Unknown target name: "networkx". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/forking_hell.rst:24: ERROR: Unknown target name: "networkx". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/forking_hell.rst:24: ERROR: Unknown target name: "networkx github". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/forking_hell.rst:29: ERROR: Unknown target name: "networkx". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_install.rst:26: SEVERE: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'source/developer/gitwash/links.inc'. /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_install.rst:13: ERROR: Unknown target name: "msysgit". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_install.rst:14: ERROR: Unknown target name: "git-osx-installer". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_install.rst:22: ERROR: Unknown target name: "github help". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_intro.rst:18: SEVERE: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'source/developer/gitwash/links.inc'. /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_intro.rst:5: ERROR: Unknown target name: "git". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_intro.rst:5: ERROR: Unknown target name: "github". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_intro.rst:5: ERROR: Unknown target name: "networkx". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:59: SEVERE: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'source/developer/gitwash/links.inc'. /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:17: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:18: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:19: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:22: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:22: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:10: ERROR: Unknown target name: "github help". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:11: ERROR: Unknown target name: "learn.github". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:12: ERROR: Unknown target name: "pro git book". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:13: ERROR: Unknown target name: "git cheat sheet". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:14: ERROR: Unknown target name: "git user manual". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:15: ERROR: Unknown target name: "git tutorial". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:16: ERROR: Unknown target name: "git community book". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:17: ERROR: Unknown target name: "git ready". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:18: ERROR: Unknown target name: "git casts". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:19: ERROR: Unknown target name: "git magic". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:20: ERROR: Unknown target name: "git parable". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:21: ERROR: Unknown target name: "git foundation". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:21: ERROR: Unknown target name: "git parable". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:22: ERROR: Unknown target name: "fernando's git page". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:24: ERROR: Unknown target name: "git concepts". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:25: ERROR: Unknown target name: "git svn crash course". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:25: ERROR: Unknown target name: "subversion". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:33: ERROR: Unknown target name: "git management". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:34: ERROR: Unknown target name: "linux git workflow". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:46: ERROR: Unknown target name: "git add". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:47: ERROR: Unknown target name: "git branch". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:48: ERROR: Unknown target name: "git checkout". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:49: ERROR: Unknown target name: "git clone". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:50: ERROR: Unknown target name: "git commit". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:51: ERROR: Unknown target name: "git config". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:52: ERROR: Unknown target name: "git diff". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:53: ERROR: Unknown target name: "git log". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:54: ERROR: Unknown target name: "git pull". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:55: ERROR: Unknown target name: "git push". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:56: ERROR: Unknown target name: "git remote". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/git_resources.rst:57: ERROR: Unknown target name: "git status". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/maintainer_workflow.rst:96: SEVERE: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'source/developer/gitwash/links.inc'. /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/maintainer_workflow.rst:7: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/patching.rst:134: SEVERE: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'source/developer/gitwash/links.inc'. /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/patching.rst:5: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/patching.rst:8: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/patching.rst:10: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/patching.rst:47: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/patching.rst:83: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/patching.rst:83: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/patching.rst:118: ERROR: Undefined substitution referenced: "emdash". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/patching.rst:5: ERROR: Unknown target name: "networkx". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/patching.rst:47: ERROR: Unknown target name: "networkx mailing list". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/patching.rst:59: ERROR: Unknown target name: "networkx". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/patching.rst:83: ERROR: Unknown target name: "why the -a flag?". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/patching.rst:103: ERROR: Unknown target name: "networkx mailing list". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/patching.rst:118: ERROR: Unknown target name: "networkx". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/set_up_fork.rst:67: SEVERE: Problems with "include" directive path: InputError: [Errno 2] No such file or directory: 'source/developer/gitwash/links.inc'. /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/set_up_fork.rst:38: ERROR: Unknown target name: "networkx github". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/set_up_fork.rst:51: ERROR: Unknown target name: "networkx". /builddir/build/BUILD/networkx-1.8.1/doc/source/developer/gitwash/set_up_fork.rst:51: ERROR: Unknown target name: "networkx github". /builddir/build/BUILD/networkx-1.8.1/doc/source/reference/news.rst:8: WARNING: Title underline too short. Networkx-1.8.1 ------------ done checking consistency... done preparing documents... done writing output... [ 0%] bibliography writing output... [ 0%] developer/gitwash/configure_git writing output... [ 0%] developer/gitwash/development_workflow writing output... [ 0%] developer/gitwash/following_latest writing output... [ 0%] developer/gitwash/forking_hell writing output... [ 0%] developer/gitwash/git_development writing output... [ 0%] developer/gitwash/git_install writing output... [ 0%] developer/gitwash/git_intro writing output... [ 1%] developer/gitwash/git_resources writing output... [ 1%] developer/gitwash/index writing output... [ 1%] developer/gitwash/maintainer_workflow writing output... [ 1%] developer/gitwash/patching writing output... [ 1%] developer/gitwash/set_up_fork writing output... [ 1%] developer/index writing output... [ 1%] download writing output... [ 1%] examples/3d_drawing/index writing output... [ 1%] examples/3d_drawing/mayavi2_spring writing output... [ 2%] examples/advanced/eigenvalues writing output... [ 2%] examples/advanced/heavy_metal_umlaut writing output... [ 2%] examples/advanced/index writing output... [ 2%] examples/advanced/iterated_dynamical_systems writing output... [ 2%] examples/algorithms/blockmodel writing output... [ 2%] examples/algorithms/davis_club writing output... [ 2%] examples/algorithms/index writing output... [ 2%] examples/algorithms/krackhardt_centrality writing output... [ 3%] examples/algorithms/rcm writing output... [ 3%] examples/basic/index writing output... [ 3%] examples/basic/properties writing output... [ 3%] examples/basic/read_write writing output... [ 3%] examples/drawing/atlas writing output... [ 3%] examples/drawing/chess_masters writing output... [ 3%] examples/drawing/circular_tree writing output... [ 3%] examples/drawing/degree_histogram writing output... [ 3%] examples/drawing/edge_colormap writing output... [ 4%] examples/drawing/ego_graph writing output... [ 4%] examples/drawing/four_grids writing output... [ 4%] examples/drawing/giant_component writing output... [ 4%] examples/drawing/house_with_colors writing output... [ 4%] examples/drawing/index writing output... [ 4%] examples/drawing/knuth_miles writing output... [ 4%] examples/drawing/labels_and_colors writing output... [ 4%] examples/drawing/lanl_routes writing output... [ 5%] examples/drawing/node_colormap writing output... [ 5%] examples/drawing/random_geometric_graph writing output... [ 5%] examples/drawing/sampson writing output... [ 5%] examples/drawing/simple_path writing output... [ 5%] examples/drawing/unix_email writing output... [ 5%] examples/drawing/weighted_graph writing output... [ 5%] examples/graph/atlas writing output... [ 5%] examples/graph/atlas2 writing output... [ 5%] examples/graph/degree_sequence writing output... [ 6%] examples/graph/erdos_renyi writing output... [ 6%] examples/graph/expected_degree_sequence writing output... [ 6%] examples/graph/football writing output... [ 6%] examples/graph/index writing output... [ 6%] examples/graph/karate_club writing output... [ 6%] examples/graph/knuth_miles writing output... [ 6%] examples/graph/napoleon_russian_campaign writing output... [ 6%] examples/graph/roget writing output... [ 6%] examples/graph/unix_email writing output... [ 7%] examples/graph/words writing output... [ 7%] examples/index writing output... [ 7%] examples/javascript/force writing output... [ 7%] examples/javascript/http_server writing output... [ 7%] examples/javascript/index writing output... [ 7%] examples/multigraph/chess_masters writing output... [ 7%] examples/multigraph/index writing output... [ 7%] examples/pygraphviz/index writing output... [ 8%] examples/pygraphviz/pygraphviz_attributes writing output... [ 8%] examples/pygraphviz/pygraphviz_draw writing output... [ 8%] examples/pygraphviz/pygraphviz_simple writing output... [ 8%] examples/pygraphviz/write_dotfile writing output... [ 8%] examples/subclass/index writing output... [ 8%] examples/subclass/printgraph writing output... [ 8%] index writing output... [ 8%] install writing output... [ 8%] overview writing output... [ 9%] reference/algorithms writing output... [ 9%] reference/algorithms.approximation writing output... [ 9%] reference/algorithms.assortativity writing output... [ 9%] reference/algorithms.bipartite writing output... [ 9%] reference/algorithms.block writing output... [ 9%] reference/algorithms.boundary writing output... [ 9%] reference/algorithms.centrality writing output... [ 9%] reference/algorithms.chordal writing output... [ 10%] reference/algorithms.clique writing output... [ 10%] reference/algorithms.clustering writing output... [ 10%] reference/algorithms.community writing output... [ 10%] reference/algorithms.component writing output... [ 10%] reference/algorithms.connectivity writing output... [ 10%] reference/algorithms.core writing output... [ 10%] reference/algorithms.cycles writing output... [ 10%] reference/algorithms.dag writing output... [ 10%] reference/algorithms.distance_measures writing output... [ 11%] reference/algorithms.distance_regular writing output... [ 11%] reference/algorithms.euler writing output... [ 11%] reference/algorithms.flow writing output... [ 11%] reference/algorithms.graphical writing output... [ 11%] reference/algorithms.hierarchy writing output... [ 11%] reference/algorithms.isolates writing output... [ 11%] reference/algorithms.isomorphism writing output... [ 11%] reference/algorithms.isomorphism.vf2 writing output... [ 12%] reference/algorithms.link_analysis writing output... [ 12%] reference/algorithms.matching writing output... [ 12%] reference/algorithms.mis writing output... [ 12%] reference/algorithms.mst writing output... [ 12%] reference/algorithms.operators writing output... [ 12%] reference/algorithms.rich_club writing output... [ 12%] reference/algorithms.shortest_paths writing output... [ 12%] reference/algorithms.simple_paths writing output... [ 12%] reference/algorithms.swap writing output... [ 13%] reference/algorithms.traversal writing output... [ 13%] reference/algorithms.vitality writing output... [ 13%] reference/api_0.99 writing output... [ 13%] reference/api_1.0 writing output... [ 13%] reference/api_1.4 writing output... [ 13%] reference/api_1.5 writing output... [ 13%] reference/api_1.6 writing output... [ 13%] reference/api_1.7 writing output... [ 13%] reference/api_1.8 writing output... [ 14%] reference/api_changes writing output... [ 14%] reference/citing writing output... [ 14%] reference/classes writing output... [ 14%] reference/classes.digraph writing output... [ 14%] reference/classes.graph writing output... [ 14%] reference/classes.multidigraph writing output... [ 14%] reference/classes.multigraph writing output... [ 14%] reference/convert writing output... [ 15%] reference/credits writing output... [ 15%] reference/drawing writing output... [ 15%] reference/exceptions writing output... [ 15%] reference/functions writing output... [ 15%] reference/generated/networkx.DiGraph.__contains__ writing output... [ 15%] reference/generated/networkx.DiGraph.__getitem__ writing output... [ 15%] reference/generated/networkx.DiGraph.__init__ writing output... [ 15%] reference/generated/networkx.DiGraph.__iter__ writing output... [ 15%] reference/generated/networkx.DiGraph.__len__ writing output... [ 16%] reference/generated/networkx.DiGraph.add_cycle writing output... [ 16%] reference/generated/networkx.DiGraph.add_edge writing output... [ 16%] reference/generated/networkx.DiGraph.add_edges_from writing output... [ 16%] reference/generated/networkx.DiGraph.add_node writing output... [ 16%] reference/generated/networkx.DiGraph.add_nodes_from writing output... [ 16%] reference/generated/networkx.DiGraph.add_path writing output... [ 16%] reference/generated/networkx.DiGraph.add_star writing output... [ 16%] reference/generated/networkx.DiGraph.add_weighted_edges_from writing output... [ 17%] reference/generated/networkx.DiGraph.adjacency_iter writing output... [ 17%] reference/generated/networkx.DiGraph.adjacency_list writing output... [ 17%] reference/generated/networkx.DiGraph.clear writing output... [ 17%] reference/generated/networkx.DiGraph.copy writing output... [ 17%] reference/generated/networkx.DiGraph.degree writing output... [ 17%] reference/generated/networkx.DiGraph.degree_iter writing output... [ 17%] reference/generated/networkx.DiGraph.edges writing output... [ 17%] reference/generated/networkx.DiGraph.edges_iter writing output... [ 17%] reference/generated/networkx.DiGraph.get_edge_data writing output... [ 18%] reference/generated/networkx.DiGraph.has_edge writing output... [ 18%] reference/generated/networkx.DiGraph.has_node writing output... [ 18%] reference/generated/networkx.DiGraph.in_degree writing output... [ 18%] reference/generated/networkx.DiGraph.in_degree_iter writing output... [ 18%] reference/generated/networkx.DiGraph.in_edges writing output... [ 18%] reference/generated/networkx.DiGraph.in_edges_iter writing output... [ 18%] reference/generated/networkx.DiGraph.nbunch_iter writing output... [ 18%] reference/generated/networkx.DiGraph.neighbors writing output... [ 18%] reference/generated/networkx.DiGraph.neighbors_iter writing output... [ 19%] reference/generated/networkx.DiGraph.nodes writing output... [ 19%] reference/generated/networkx.DiGraph.nodes_iter writing output... [ 19%] reference/generated/networkx.DiGraph.nodes_with_selfloops writing output... [ 19%] reference/generated/networkx.DiGraph.number_of_edges writing output... [ 19%] reference/generated/networkx.DiGraph.number_of_nodes writing output... [ 19%] reference/generated/networkx.DiGraph.number_of_selfloops writing output... [ 19%] reference/generated/networkx.DiGraph.order writing output... [ 19%] reference/generated/networkx.DiGraph.out_degree writing output... [ 20%] reference/generated/networkx.DiGraph.out_degree_iter writing output... [ 20%] reference/generated/networkx.DiGraph.out_edges writing output... [ 20%] reference/generated/networkx.DiGraph.out_edges_iter writing output... [ 20%] reference/generated/networkx.DiGraph.predecessors writing output... [ 20%] reference/generated/networkx.DiGraph.predecessors_iter writing output... [ 20%] reference/generated/networkx.DiGraph.remove_edge writing output... [ 20%] reference/generated/networkx.DiGraph.remove_edges_from writing output... [ 20%] reference/generated/networkx.DiGraph.remove_node writing output... [ 20%] reference/generated/networkx.DiGraph.remove_nodes_from writing output... [ 21%] reference/generated/networkx.DiGraph.reverse writing output... [ 21%] reference/generated/networkx.DiGraph.selfloop_edges writing output... [ 21%] reference/generated/networkx.DiGraph.size writing output... [ 21%] reference/generated/networkx.DiGraph.subgraph writing output... [ 21%] reference/generated/networkx.DiGraph.successors writing output... [ 21%] reference/generated/networkx.DiGraph.successors_iter writing output... [ 21%] reference/generated/networkx.DiGraph.to_directed writing output... [ 21%] reference/generated/networkx.DiGraph.to_undirected writing output... [ 22%] reference/generated/networkx.Graph.__contains__ writing output... [ 22%] reference/generated/networkx.Graph.__getitem__ writing output... [ 22%] reference/generated/networkx.Graph.__init__ writing output... [ 22%] reference/generated/networkx.Graph.__iter__ writing output... [ 22%] reference/generated/networkx.Graph.__len__ writing output... [ 22%] reference/generated/networkx.Graph.add_cycle writing output... [ 22%] reference/generated/networkx.Graph.add_edge writing output... [ 22%] reference/generated/networkx.Graph.add_edges_from writing output... [ 22%] reference/generated/networkx.Graph.add_node writing output... [ 23%] reference/generated/networkx.Graph.add_nodes_from writing output... [ 23%] reference/generated/networkx.Graph.add_path writing output... [ 23%] reference/generated/networkx.Graph.add_star writing output... [ 23%] reference/generated/networkx.Graph.add_weighted_edges_from writing output... [ 23%] reference/generated/networkx.Graph.adjacency_iter writing output... [ 23%] reference/generated/networkx.Graph.adjacency_list writing output... [ 23%] reference/generated/networkx.Graph.clear writing output... [ 23%] reference/generated/networkx.Graph.copy writing output... [ 24%] reference/generated/networkx.Graph.degree writing output... [ 24%] reference/generated/networkx.Graph.degree_iter writing output... [ 24%] reference/generated/networkx.Graph.edges writing output... [ 24%] reference/generated/networkx.Graph.edges_iter writing output... [ 24%] reference/generated/networkx.Graph.get_edge_data writing output... [ 24%] reference/generated/networkx.Graph.has_edge writing output... [ 24%] reference/generated/networkx.Graph.has_node writing output... [ 24%] reference/generated/networkx.Graph.nbunch_iter writing output... [ 24%] reference/generated/networkx.Graph.neighbors writing output... [ 25%] reference/generated/networkx.Graph.neighbors_iter writing output... [ 25%] reference/generated/networkx.Graph.nodes writing output... [ 25%] reference/generated/networkx.Graph.nodes_iter writing output... [ 25%] reference/generated/networkx.Graph.nodes_with_selfloops writing output... [ 25%] reference/generated/networkx.Graph.number_of_edges writing output... [ 25%] reference/generated/networkx.Graph.number_of_nodes writing output... [ 25%] reference/generated/networkx.Graph.number_of_selfloops writing output... [ 25%] reference/generated/networkx.Graph.order writing output... [ 25%] reference/generated/networkx.Graph.remove_edge writing output... [ 26%] reference/generated/networkx.Graph.remove_edges_from writing output... [ 26%] reference/generated/networkx.Graph.remove_node writing output... [ 26%] reference/generated/networkx.Graph.remove_nodes_from writing output... [ 26%] reference/generated/networkx.Graph.selfloop_edges writing output... [ 26%] reference/generated/networkx.Graph.size writing output... [ 26%] reference/generated/networkx.Graph.subgraph writing output... [ 26%] reference/generated/networkx.Graph.to_directed writing output... [ 26%] reference/generated/networkx.Graph.to_undirected writing output... [ 27%] reference/generated/networkx.MultiDiGraph.__contains__ writing output... [ 27%] reference/generated/networkx.MultiDiGraph.__getitem__ writing output... [ 27%] reference/generated/networkx.MultiDiGraph.__init__ writing output... [ 27%] reference/generated/networkx.MultiDiGraph.__iter__ writing output... [ 27%] reference/generated/networkx.MultiDiGraph.__len__ writing output... [ 27%] reference/generated/networkx.MultiDiGraph.add_cycle writing output... [ 27%] reference/generated/networkx.MultiDiGraph.add_edge writing output... [ 27%] reference/generated/networkx.MultiDiGraph.add_edges_from writing output... [ 27%] reference/generated/networkx.MultiDiGraph.add_node writing output... [ 28%] reference/generated/networkx.MultiDiGraph.add_nodes_from writing output... [ 28%] reference/generated/networkx.MultiDiGraph.add_path writing output... [ 28%] reference/generated/networkx.MultiDiGraph.add_star writing output... [ 28%] reference/generated/networkx.MultiDiGraph.add_weighted_edges_from writing output... [ 28%] reference/generated/networkx.MultiDiGraph.adjacency_iter writing output... [ 28%] reference/generated/networkx.MultiDiGraph.adjacency_list writing output... [ 28%] reference/generated/networkx.MultiDiGraph.clear writing output... [ 28%] reference/generated/networkx.MultiDiGraph.copy writing output... [ 29%] reference/generated/networkx.MultiDiGraph.degree writing output... [ 29%] reference/generated/networkx.MultiDiGraph.degree_iter writing output... [ 29%] reference/generated/networkx.MultiDiGraph.edges writing output... [ 29%] reference/generated/networkx.MultiDiGraph.edges_iter writing output... [ 29%] reference/generated/networkx.MultiDiGraph.get_edge_data writing output... [ 29%] reference/generated/networkx.MultiDiGraph.has_edge writing output... [ 29%] reference/generated/networkx.MultiDiGraph.has_node writing output... [ 29%] reference/generated/networkx.MultiDiGraph.in_degree writing output... [ 29%] reference/generated/networkx.MultiDiGraph.in_degree_iter writing output... [ 30%] reference/generated/networkx.MultiDiGraph.in_edges writing output... [ 30%] reference/generated/networkx.MultiDiGraph.in_edges_iter writing output... [ 30%] reference/generated/networkx.MultiDiGraph.nbunch_iter writing output... [ 30%] reference/generated/networkx.MultiDiGraph.neighbors writing output... [ 30%] reference/generated/networkx.MultiDiGraph.neighbors_iter writing output... [ 30%] reference/generated/networkx.MultiDiGraph.nodes writing output... [ 30%] reference/generated/networkx.MultiDiGraph.nodes_iter writing output... [ 30%] reference/generated/networkx.MultiDiGraph.nodes_with_selfloops writing output... [ 31%] reference/generated/networkx.MultiDiGraph.number_of_edges writing output... [ 31%] reference/generated/networkx.MultiDiGraph.number_of_nodes writing output... [ 31%] reference/generated/networkx.MultiDiGraph.number_of_selfloops writing output... [ 31%] reference/generated/networkx.MultiDiGraph.order writing output... [ 31%] reference/generated/networkx.MultiDiGraph.out_degree writing output... [ 31%] reference/generated/networkx.MultiDiGraph.out_degree_iter writing output... [ 31%] reference/generated/networkx.MultiDiGraph.out_edges writing output... [ 31%] reference/generated/networkx.MultiDiGraph.out_edges_iter writing output... [ 31%] reference/generated/networkx.MultiDiGraph.predecessors writing output... [ 32%] reference/generated/networkx.MultiDiGraph.predecessors_iter writing output... [ 32%] reference/generated/networkx.MultiDiGraph.remove_edge writing output... [ 32%] reference/generated/networkx.MultiDiGraph.remove_edges_from writing output... [ 32%] reference/generated/networkx.MultiDiGraph.remove_node writing output... [ 32%] reference/generated/networkx.MultiDiGraph.remove_nodes_from writing output... [ 32%] reference/generated/networkx.MultiDiGraph.reverse writing output... [ 32%] reference/generated/networkx.MultiDiGraph.selfloop_edges writing output... [ 32%] reference/generated/networkx.MultiDiGraph.size writing output... [ 32%] reference/generated/networkx.MultiDiGraph.subgraph writing output... [ 33%] reference/generated/networkx.MultiDiGraph.successors writing output... [ 33%] reference/generated/networkx.MultiDiGraph.successors_iter writing output... [ 33%] reference/generated/networkx.MultiDiGraph.to_directed writing output... [ 33%] reference/generated/networkx.MultiDiGraph.to_undirected writing output... [ 33%] reference/generated/networkx.MultiGraph.__contains__ writing output... [ 33%] reference/generated/networkx.MultiGraph.__getitem__ writing output... [ 33%] reference/generated/networkx.MultiGraph.__init__ writing output... [ 33%] reference/generated/networkx.MultiGraph.__iter__ writing output... [ 34%] reference/generated/networkx.MultiGraph.__len__ writing output... [ 34%] reference/generated/networkx.MultiGraph.add_cycle writing output... [ 34%] reference/generated/networkx.MultiGraph.add_edge writing output... [ 34%] reference/generated/networkx.MultiGraph.add_edges_from writing output... [ 34%] reference/generated/networkx.MultiGraph.add_node writing output... [ 34%] reference/generated/networkx.MultiGraph.add_nodes_from writing output... [ 34%] reference/generated/networkx.MultiGraph.add_path writing output... [ 34%] reference/generated/networkx.MultiGraph.add_star writing output... [ 34%] reference/generated/networkx.MultiGraph.add_weighted_edges_from writing output... [ 35%] reference/generated/networkx.MultiGraph.adjacency_iter writing output... [ 35%] reference/generated/networkx.MultiGraph.adjacency_list writing output... [ 35%] reference/generated/networkx.MultiGraph.clear writing output... [ 35%] reference/generated/networkx.MultiGraph.copy writing output... [ 35%] reference/generated/networkx.MultiGraph.degree writing output... [ 35%] reference/generated/networkx.MultiGraph.degree_iter writing output... [ 35%] reference/generated/networkx.MultiGraph.edges writing output... [ 35%] reference/generated/networkx.MultiGraph.edges_iter writing output... [ 36%] reference/generated/networkx.MultiGraph.get_edge_data writing output... [ 36%] reference/generated/networkx.MultiGraph.has_edge writing output... [ 36%] reference/generated/networkx.MultiGraph.has_node writing output... [ 36%] reference/generated/networkx.MultiGraph.nbunch_iter writing output... [ 36%] reference/generated/networkx.MultiGraph.neighbors writing output... [ 36%] reference/generated/networkx.MultiGraph.neighbors_iter writing output... [ 36%] reference/generated/networkx.MultiGraph.nodes writing output... [ 36%] reference/generated/networkx.MultiGraph.nodes_iter writing output... [ 36%] reference/generated/networkx.MultiGraph.nodes_with_selfloops writing output... [ 37%] reference/generated/networkx.MultiGraph.number_of_edges writing output... [ 37%] reference/generated/networkx.MultiGraph.number_of_nodes writing output... [ 37%] reference/generated/networkx.MultiGraph.number_of_selfloops writing output... [ 37%] reference/generated/networkx.MultiGraph.order writing output... [ 37%] reference/generated/networkx.MultiGraph.remove_edge writing output... [ 37%] reference/generated/networkx.MultiGraph.remove_edges_from writing output... [ 37%] reference/generated/networkx.MultiGraph.remove_node writing output... [ 37%] reference/generated/networkx.MultiGraph.remove_nodes_from writing output... [ 37%] reference/generated/networkx.MultiGraph.selfloop_edges writing output... [ 38%] reference/generated/networkx.MultiGraph.size writing output... [ 38%] reference/generated/networkx.MultiGraph.subgraph writing output... [ 38%] reference/generated/networkx.MultiGraph.to_directed writing output... [ 38%] reference/generated/networkx.MultiGraph.to_undirected writing output... [ 38%] reference/generated/networkx.algorithms.approximation.clique.clique_removal writing output... [ 38%] reference/generated/networkx.algorithms.approximation.clique.max_clique writing output... [ 38%] reference/generated/networkx.algorithms.approximation.dominating_set.min_edge_dominating_set writing output... [ 38%] reference/generated/networkx.algorithms.approximation.dominating_set.min_weighted_dominating_set writing output... [ 39%] reference/generated/networkx.algorithms.approximation.independent_set.maximum_independent_set writing output... [ 39%] reference/generated/networkx.algorithms.approximation.matching.min_maximal_matching writing output... [ 39%] reference/generated/networkx.algorithms.approximation.ramsey.ramsey_R2 writing output... [ 39%] reference/generated/networkx.algorithms.approximation.vertex_cover.min_weighted_vertex_cover writing output... [ 39%] reference/generated/networkx.algorithms.assortativity.attribute_assortativity_coefficient writing output... [ 39%] reference/generated/networkx.algorithms.assortativity.attribute_mixing_dict writing output... [ 39%] reference/generated/networkx.algorithms.assortativity.attribute_mixing_matrix writing output... [ 39%] reference/generated/networkx.algorithms.assortativity.average_degree_connectivity writing output... [ 39%] reference/generated/networkx.algorithms.assortativity.average_neighbor_degree writing output... [ 40%] reference/generated/networkx.algorithms.assortativity.degree_assortativity_coefficient writing output... [ 40%] reference/generated/networkx.algorithms.assortativity.degree_mixing_dict writing output... [ 40%] reference/generated/networkx.algorithms.assortativity.degree_mixing_matrix writing output... [ 40%] reference/generated/networkx.algorithms.assortativity.degree_pearson_correlation_coefficient writing output... [ 40%] reference/generated/networkx.algorithms.assortativity.k_nearest_neighbors writing output... [ 40%] reference/generated/networkx.algorithms.assortativity.numeric_assortativity_coefficient writing output... [ 40%] reference/generated/networkx.algorithms.bipartite.basic.biadjacency_matrix writing output... [ 40%] reference/generated/networkx.algorithms.bipartite.basic.color writing output... [ 41%] reference/generated/networkx.algorithms.bipartite.basic.degrees writing output... [ 41%] reference/generated/networkx.algorithms.bipartite.basic.density writing output... [ 41%] reference/generated/networkx.algorithms.bipartite.basic.is_bipartite writing output... [ 41%] reference/generated/networkx.algorithms.bipartite.basic.is_bipartite_node_set writing output... [ 41%] reference/generated/networkx.algorithms.bipartite.basic.sets writing output... [ 41%] reference/generated/networkx.algorithms.bipartite.centrality.betweenness_centrality writing output... [ 41%] reference/generated/networkx.algorithms.bipartite.centrality.closeness_centrality writing output... [ 41%] reference/generated/networkx.algorithms.bipartite.centrality.degree_centrality writing output... [ 41%] reference/generated/networkx.algorithms.bipartite.cluster.average_clustering writing output... [ 42%] reference/generated/networkx.algorithms.bipartite.cluster.clustering writing output... [ 42%] reference/generated/networkx.algorithms.bipartite.cluster.latapy_clustering writing output... [ 42%] reference/generated/networkx.algorithms.bipartite.cluster.robins_alexander_clustering writing output... [ 42%] reference/generated/networkx.algorithms.bipartite.projection.collaboration_weighted_projected_graph writing output... [ 42%] reference/generated/networkx.algorithms.bipartite.projection.generic_weighted_projected_graph writing output... [ 42%] reference/generated/networkx.algorithms.bipartite.projection.overlap_weighted_projected_graph writing output... [ 42%] reference/generated/networkx.algorithms.bipartite.projection.projected_graph writing output... [ 42%] reference/generated/networkx.algorithms.bipartite.projection.weighted_projected_graph writing output... [ 43%] reference/generated/networkx.algorithms.bipartite.redundancy.node_redundancy writing output... [ 43%] reference/generated/networkx.algorithms.bipartite.spectral.spectral_bipartivity writing output... [ 43%] reference/generated/networkx.algorithms.block.blockmodel writing output... [ 43%] reference/generated/networkx.algorithms.boundary.edge_boundary writing output... [ 43%] reference/generated/networkx.algorithms.boundary.node_boundary writing output... [ 43%] reference/generated/networkx.algorithms.centrality.approximate_current_flow_betweenness_centrality writing output... [ 43%] reference/generated/networkx.algorithms.centrality.betweenness_centrality writing output... [ 43%] reference/generated/networkx.algorithms.centrality.closeness_centrality writing output... [ 43%] reference/generated/networkx.algorithms.centrality.communicability writing output... [ 44%] reference/generated/networkx.algorithms.centrality.communicability_betweenness_centrality writing output... [ 44%] reference/generated/networkx.algorithms.centrality.communicability_centrality writing output... [ 44%] reference/generated/networkx.algorithms.centrality.communicability_centrality_exp writing output... [ 44%] reference/generated/networkx.algorithms.centrality.communicability_exp writing output... [ 44%] reference/generated/networkx.algorithms.centrality.current_flow_betweenness_centrality writing output... [ 44%] reference/generated/networkx.algorithms.centrality.current_flow_closeness_centrality writing output... [ 44%] reference/generated/networkx.algorithms.centrality.degree_centrality writing output... [ 44%] reference/generated/networkx.algorithms.centrality.edge_betweenness_centrality writing output... [ 44%] reference/generated/networkx.algorithms.centrality.edge_current_flow_betweenness_centrality writing output... [ 45%] reference/generated/networkx.algorithms.centrality.edge_load writing output... [ 45%] reference/generated/networkx.algorithms.centrality.eigenvector_centrality writing output... [ 45%] reference/generated/networkx.algorithms.centrality.eigenvector_centrality_numpy writing output... [ 45%] reference/generated/networkx.algorithms.centrality.estrada_index writing output... [ 45%] reference/generated/networkx.algorithms.centrality.in_degree_centrality writing output... [ 45%] reference/generated/networkx.algorithms.centrality.katz_centrality writing output... [ 45%] reference/generated/networkx.algorithms.centrality.katz_centrality_numpy writing output... [ 45%] reference/generated/networkx.algorithms.centrality.load_centrality writing output... [ 46%] reference/generated/networkx.algorithms.centrality.out_degree_centrality writing output... [ 46%] reference/generated/networkx.algorithms.chordal.chordal_alg.chordal_graph_cliques writing output... [ 46%] reference/generated/networkx.algorithms.chordal.chordal_alg.chordal_graph_treewidth writing output... [ 46%] reference/generated/networkx.algorithms.chordal.chordal_alg.find_induced_nodes writing output... [ 46%] reference/generated/networkx.algorithms.chordal.chordal_alg.is_chordal writing output... [ 46%] reference/generated/networkx.algorithms.clique.cliques_containing_node writing output... [ 46%] reference/generated/networkx.algorithms.clique.find_cliques writing output... [ 46%] reference/generated/networkx.algorithms.clique.graph_clique_number writing output... [ 46%] reference/generated/networkx.algorithms.clique.graph_number_of_cliques writing output... [ 47%] reference/generated/networkx.algorithms.clique.make_clique_bipartite writing output... [ 47%] reference/generated/networkx.algorithms.clique.make_max_clique_graph writing output... [ 47%] reference/generated/networkx.algorithms.clique.node_clique_number writing output... [ 47%] reference/generated/networkx.algorithms.clique.number_of_cliques writing output... [ 47%] reference/generated/networkx.algorithms.cluster.average_clustering writing output... [ 47%] reference/generated/networkx.algorithms.cluster.clustering writing output... [ 47%] reference/generated/networkx.algorithms.cluster.square_clustering writing output... [ 47%] reference/generated/networkx.algorithms.cluster.transitivity writing output... [ 48%] reference/generated/networkx.algorithms.cluster.triangles writing output... [ 48%] reference/generated/networkx.algorithms.community.kclique.k_clique_communities writing output... [ 48%] reference/generated/networkx.algorithms.components.attracting.attracting_component_subgraphs writing output... [ 48%] reference/generated/networkx.algorithms.components.attracting.attracting_components writing output... [ 48%] reference/generated/networkx.algorithms.components.attracting.is_attracting_component writing output... [ 48%] reference/generated/networkx.algorithms.components.attracting.number_attracting_components writing output... [ 48%] reference/generated/networkx.algorithms.components.biconnected.articulation_points writing output... [ 48%] reference/generated/networkx.algorithms.components.biconnected.biconnected_component_edges writing output... [ 48%] reference/generated/networkx.algorithms.components.biconnected.biconnected_component_subgraphs writing output... [ 49%] reference/generated/networkx.algorithms.components.biconnected.biconnected_components writing output... [ 49%] reference/generated/networkx.algorithms.components.biconnected.is_biconnected writing output... [ 49%] reference/generated/networkx.algorithms.components.connected.connected_component_subgraphs writing output... [ 49%] reference/generated/networkx.algorithms.components.connected.connected_components writing output... [ 49%] reference/generated/networkx.algorithms.components.connected.is_connected writing output... [ 49%] reference/generated/networkx.algorithms.components.connected.node_connected_component writing output... [ 49%] reference/generated/networkx.algorithms.components.connected.number_connected_components writing output... [ 49%] reference/generated/networkx.algorithms.components.strongly_connected.condensation writing output... [ 50%] reference/generated/networkx.algorithms.components.strongly_connected.is_strongly_connected writing output... [ 50%] reference/generated/networkx.algorithms.components.strongly_connected.kosaraju_strongly_connected_components writing output... [ 50%] reference/generated/networkx.algorithms.components.strongly_connected.number_strongly_connected_components writing output... [ 50%] reference/generated/networkx.algorithms.components.strongly_connected.strongly_connected_component_subgraphs writing output... [ 50%] reference/generated/networkx.algorithms.components.strongly_connected.strongly_connected_components writing output... [ 50%] reference/generated/networkx.algorithms.components.strongly_connected.strongly_connected_components_recursive writing output... [ 50%] reference/generated/networkx.algorithms.components.weakly_connected.is_weakly_connected writing output... [ 50%] reference/generated/networkx.algorithms.components.weakly_connected.number_weakly_connected_components writing output... [ 50%] reference/generated/networkx.algorithms.components.weakly_connected.weakly_connected_component_subgraphs writing output... [ 51%] reference/generated/networkx.algorithms.components.weakly_connected.weakly_connected_components writing output... [ 51%] reference/generated/networkx.algorithms.connectivity.connectivity.all_pairs_node_connectivity_matrix writing output... [ 51%] reference/generated/networkx.algorithms.connectivity.connectivity.average_node_connectivity writing output... [ 51%] reference/generated/networkx.algorithms.connectivity.connectivity.edge_connectivity writing output... [ 51%] reference/generated/networkx.algorithms.connectivity.connectivity.local_edge_connectivity writing output... [ 51%] reference/generated/networkx.algorithms.connectivity.connectivity.local_node_connectivity writing output... [ 51%] reference/generated/networkx.algorithms.connectivity.connectivity.node_connectivity writing output... [ 51%] reference/generated/networkx.algorithms.connectivity.cuts.minimum_edge_cut writing output... [ 51%] reference/generated/networkx.algorithms.connectivity.cuts.minimum_node_cut writing output... [ 52%] reference/generated/networkx.algorithms.connectivity.cuts.minimum_st_edge_cut writing output... [ 52%] reference/generated/networkx.algorithms.connectivity.cuts.minimum_st_node_cut writing output... [ 52%] reference/generated/networkx.algorithms.core.core_number writing output... [ 52%] reference/generated/networkx.algorithms.core.k_core writing output... [ 52%] reference/generated/networkx.algorithms.core.k_corona writing output... [ 52%] reference/generated/networkx.algorithms.core.k_crust writing output... [ 52%] reference/generated/networkx.algorithms.core.k_shell writing output... [ 52%] reference/generated/networkx.algorithms.cycles.cycle_basis writing output... [ 53%] reference/generated/networkx.algorithms.cycles.simple_cycles writing output... [ 53%] reference/generated/networkx.algorithms.dag.ancestors writing output... [ 53%] reference/generated/networkx.algorithms.dag.descendants writing output... [ 53%] reference/generated/networkx.algorithms.dag.is_aperiodic writing output... [ 53%] reference/generated/networkx.algorithms.dag.is_directed_acyclic_graph writing output... [ 53%] reference/generated/networkx.algorithms.dag.topological_sort writing output... [ 53%] reference/generated/networkx.algorithms.dag.topological_sort_recursive writing output... [ 53%] reference/generated/networkx.algorithms.distance_measures.center writing output... [ 53%] reference/generated/networkx.algorithms.distance_measures.diameter writing output... [ 54%] reference/generated/networkx.algorithms.distance_measures.eccentricity writing output... [ 54%] reference/generated/networkx.algorithms.distance_measures.periphery writing output... [ 54%] reference/generated/networkx.algorithms.distance_measures.radius writing output... [ 54%] reference/generated/networkx.algorithms.distance_regular.global_parameters writing output... [ 54%] reference/generated/networkx.algorithms.distance_regular.intersection_array writing output... [ 54%] reference/generated/networkx.algorithms.distance_regular.is_distance_regular writing output... [ 54%] reference/generated/networkx.algorithms.euler.eulerian_circuit writing output... [ 54%] reference/generated/networkx.algorithms.euler.is_eulerian writing output... [ 55%] reference/generated/networkx.algorithms.flow.cost_of_flow writing output... [ 55%] reference/generated/networkx.algorithms.flow.ford_fulkerson writing output... [ 55%] reference/generated/networkx.algorithms.flow.ford_fulkerson_flow writing output... [ 55%] reference/generated/networkx.algorithms.flow.ford_fulkerson_flow_and_auxiliary writing output... [ 55%] reference/generated/networkx.algorithms.flow.max_flow writing output... [ 55%] reference/generated/networkx.algorithms.flow.max_flow_min_cost writing output... [ 55%] reference/generated/networkx.algorithms.flow.min_cost_flow writing output... [ 55%] reference/generated/networkx.algorithms.flow.min_cost_flow_cost writing output... [ 55%] reference/generated/networkx.algorithms.flow.min_cut writing output... [ 56%] reference/generated/networkx.algorithms.flow.network_simplex writing output... [ 56%] reference/generated/networkx.algorithms.graphical.is_digraphical writing output... [ 56%] reference/generated/networkx.algorithms.graphical.is_graphical writing output... [ 56%] reference/generated/networkx.algorithms.graphical.is_multigraphical writing output... [ 56%] reference/generated/networkx.algorithms.graphical.is_pseudographical writing output... [ 56%] reference/generated/networkx.algorithms.graphical.is_valid_degree_sequence_erdos_gallai writing output... [ 56%] reference/generated/networkx.algorithms.graphical.is_valid_degree_sequence_havel_hakimi writing output... [ 56%] reference/generated/networkx.algorithms.hierarchy.flow_hierarchy writing output... [ 56%] reference/generated/networkx.algorithms.isolate.is_isolate writing output... [ 57%] reference/generated/networkx.algorithms.isolate.isolates writing output... [ 57%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.__init__ writing output... [ 57%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.candidate_pairs_iter writing output... [ 57%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.initialize writing output... [ 57%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.is_isomorphic writing output... [ 57%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.isomorphisms_iter writing output... [ 57%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.match writing output... [ 57%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.semantic_feasibility writing output... [ 58%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.subgraph_is_isomorphic writing output... [ 58%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.subgraph_isomorphisms_iter writing output... [ 58%] reference/generated/networkx.algorithms.isomorphism.DiGraphMatcher.syntactic_feasibility writing output... [ 58%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.__init__ writing output... [ 58%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.candidate_pairs_iter writing output... [ 58%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.initialize writing output... [ 58%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.is_isomorphic writing output... [ 58%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.isomorphisms_iter writing output... [ 58%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.match writing output... [ 59%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.semantic_feasibility writing output... [ 59%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.subgraph_is_isomorphic writing output... [ 59%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.subgraph_isomorphisms_iter writing output... [ 59%] reference/generated/networkx.algorithms.isomorphism.GraphMatcher.syntactic_feasibility writing output... [ 59%] reference/generated/networkx.algorithms.isomorphism.categorical_edge_match writing output... [ 59%] reference/generated/networkx.algorithms.isomorphism.categorical_multiedge_match writing output... [ 59%] reference/generated/networkx.algorithms.isomorphism.categorical_node_match writing output... [ 59%] reference/generated/networkx.algorithms.isomorphism.could_be_isomorphic writing output... [ 60%] reference/generated/networkx.algorithms.isomorphism.fast_could_be_isomorphic writing output... [ 60%] reference/generated/networkx.algorithms.isomorphism.faster_could_be_isomorphic writing output... [ 60%] reference/generated/networkx.algorithms.isomorphism.generic_edge_match writing output... [ 60%] reference/generated/networkx.algorithms.isomorphism.generic_multiedge_match writing output... [ 60%] reference/generated/networkx.algorithms.isomorphism.generic_node_match writing output... [ 60%] reference/generated/networkx.algorithms.isomorphism.is_isomorphic writing output... [ 60%] reference/generated/networkx.algorithms.isomorphism.numerical_edge_match writing output... [ 60%] reference/generated/networkx.algorithms.isomorphism.numerical_multiedge_match writing output... [ 60%] reference/generated/networkx.algorithms.isomorphism.numerical_node_match writing output... [ 61%] reference/generated/networkx.algorithms.link_analysis.hits_alg.authority_matrix writing output... [ 61%] reference/generated/networkx.algorithms.link_analysis.hits_alg.hits writing output... [ 61%] reference/generated/networkx.algorithms.link_analysis.hits_alg.hits_numpy writing output... [ 61%] reference/generated/networkx.algorithms.link_analysis.hits_alg.hits_scipy writing output... [ 61%] reference/generated/networkx.algorithms.link_analysis.hits_alg.hub_matrix writing output... [ 61%] reference/generated/networkx.algorithms.link_analysis.pagerank_alg.google_matrix writing output... [ 61%] reference/generated/networkx.algorithms.link_analysis.pagerank_alg.pagerank writing output... [ 61%] reference/generated/networkx.algorithms.link_analysis.pagerank_alg.pagerank_numpy writing output... [ 62%] reference/generated/networkx.algorithms.link_analysis.pagerank_alg.pagerank_scipy writing output... [ 62%] reference/generated/networkx.algorithms.matching.max_weight_matching writing output... [ 62%] reference/generated/networkx.algorithms.matching.maximal_matching writing output... [ 62%] reference/generated/networkx.algorithms.mis.maximal_independent_set writing output... [ 62%] reference/generated/networkx.algorithms.mst.minimum_spanning_edges writing output... [ 62%] reference/generated/networkx.algorithms.mst.minimum_spanning_tree writing output... [ 62%] reference/generated/networkx.algorithms.operators.all.compose_all writing output... [ 62%] reference/generated/networkx.algorithms.operators.all.disjoint_union_all writing output... [ 62%] reference/generated/networkx.algorithms.operators.all.intersection_all writing output... [ 63%] reference/generated/networkx.algorithms.operators.all.union_all writing output... [ 63%] reference/generated/networkx.algorithms.operators.binary.compose writing output... [ 63%] reference/generated/networkx.algorithms.operators.binary.difference writing output... [ 63%] reference/generated/networkx.algorithms.operators.binary.disjoint_union writing output... [ 63%] reference/generated/networkx.algorithms.operators.binary.intersection writing output... [ 63%] reference/generated/networkx.algorithms.operators.binary.symmetric_difference writing output... [ 63%] reference/generated/networkx.algorithms.operators.binary.union writing output... [ 63%] reference/generated/networkx.algorithms.operators.product.cartesian_product writing output... [ 63%] reference/generated/networkx.algorithms.operators.product.lexicographic_product writing output... [ 64%] reference/generated/networkx.algorithms.operators.product.strong_product writing output... [ 64%] reference/generated/networkx.algorithms.operators.product.tensor_product writing output... [ 64%] reference/generated/networkx.algorithms.operators.unary.complement writing output... [ 64%] reference/generated/networkx.algorithms.operators.unary.reverse writing output... [ 64%] reference/generated/networkx.algorithms.richclub.rich_club_coefficient writing output... [ 64%] reference/generated/networkx.algorithms.shortest_paths.astar.astar_path writing output... [ 64%] reference/generated/networkx.algorithms.shortest_paths.astar.astar_path_length writing output... [ 64%] reference/generated/networkx.algorithms.shortest_paths.dense.floyd_warshall writing output... [ 65%] reference/generated/networkx.algorithms.shortest_paths.dense.floyd_warshall_numpy writing output... [ 65%] reference/generated/networkx.algorithms.shortest_paths.dense.floyd_warshall_predecessor_and_distance writing output... [ 65%] reference/generated/networkx.algorithms.shortest_paths.generic.all_shortest_paths writing output... [ 65%] reference/generated/networkx.algorithms.shortest_paths.generic.average_shortest_path_length writing output... [ 65%] reference/generated/networkx.algorithms.shortest_paths.generic.has_path writing output... [ 65%] reference/generated/networkx.algorithms.shortest_paths.generic.shortest_path writing output... [ 65%] reference/generated/networkx.algorithms.shortest_paths.generic.shortest_path_length writing output... [ 65%] reference/generated/networkx.algorithms.shortest_paths.unweighted.all_pairs_shortest_path writing output... [ 65%] reference/generated/networkx.algorithms.shortest_paths.unweighted.all_pairs_shortest_path_length writing output... [ 66%] reference/generated/networkx.algorithms.shortest_paths.unweighted.predecessor writing output... [ 66%] reference/generated/networkx.algorithms.shortest_paths.unweighted.single_source_shortest_path writing output... [ 66%] reference/generated/networkx.algorithms.shortest_paths.unweighted.single_source_shortest_path_length writing output... [ 66%] reference/generated/networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra_path writing output... [ 66%] reference/generated/networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra_path_length writing output... [ 66%] reference/generated/networkx.algorithms.shortest_paths.weighted.bellman_ford writing output... [ 66%] reference/generated/networkx.algorithms.shortest_paths.weighted.bidirectional_dijkstra writing output... [ 66%] reference/generated/networkx.algorithms.shortest_paths.weighted.dijkstra_path writing output... [ 67%] reference/generated/networkx.algorithms.shortest_paths.weighted.dijkstra_path_length writing output... [ 67%] reference/generated/networkx.algorithms.shortest_paths.weighted.dijkstra_predecessor_and_distance writing output... [ 67%] reference/generated/networkx.algorithms.shortest_paths.weighted.negative_edge_cycle writing output... [ 67%] reference/generated/networkx.algorithms.shortest_paths.weighted.single_source_dijkstra writing output... [ 67%] reference/generated/networkx.algorithms.shortest_paths.weighted.single_source_dijkstra_path writing output... [ 67%] reference/generated/networkx.algorithms.shortest_paths.weighted.single_source_dijkstra_path_length writing output... [ 67%] reference/generated/networkx.algorithms.simple_paths.all_simple_paths writing output... [ 67%] reference/generated/networkx.algorithms.swap.connected_double_edge_swap writing output... [ 67%] reference/generated/networkx.algorithms.swap.double_edge_swap writing output... [ 68%] reference/generated/networkx.algorithms.traversal.breadth_first_search.bfs_edges writing output... [ 68%] reference/generated/networkx.algorithms.traversal.breadth_first_search.bfs_predecessors writing output... [ 68%] reference/generated/networkx.algorithms.traversal.breadth_first_search.bfs_successors writing output... [ 68%] reference/generated/networkx.algorithms.traversal.breadth_first_search.bfs_tree writing output... [ 68%] reference/generated/networkx.algorithms.traversal.depth_first_search.dfs_edges writing output... [ 68%] reference/generated/networkx.algorithms.traversal.depth_first_search.dfs_labeled_edges writing output... [ 68%] reference/generated/networkx.algorithms.traversal.depth_first_search.dfs_postorder_nodes writing output... [ 68%] reference/generated/networkx.algorithms.traversal.depth_first_search.dfs_predecessors writing output... [ 68%] reference/generated/networkx.algorithms.traversal.depth_first_search.dfs_preorder_nodes writing output... [ 69%] reference/generated/networkx.algorithms.traversal.depth_first_search.dfs_successors writing output... [ 69%] reference/generated/networkx.algorithms.traversal.depth_first_search.dfs_tree writing output... [ 69%] reference/generated/networkx.algorithms.vitality.closeness_vitality writing output... [ 69%] reference/generated/networkx.classes.function.all_neighbors writing output... [ 69%] reference/generated/networkx.classes.function.create_empty_copy writing output... [ 69%] reference/generated/networkx.classes.function.degree writing output... [ 69%] reference/generated/networkx.classes.function.degree_histogram writing output... [ 69%] reference/generated/networkx.classes.function.density writing output... [ 70%] reference/generated/networkx.classes.function.edges writing output... [ 70%] reference/generated/networkx.classes.function.edges_iter writing output... [ 70%] reference/generated/networkx.classes.function.freeze writing output... [ 70%] reference/generated/networkx.classes.function.get_edge_attributes writing output... [ 70%] reference/generated/networkx.classes.function.get_node_attributes writing output... [ 70%] reference/generated/networkx.classes.function.info writing output... [ 70%] reference/generated/networkx.classes.function.is_directed writing output... [ 70%] reference/generated/networkx.classes.function.is_frozen writing output... [ 70%] reference/generated/networkx.classes.function.nodes writing output... [ 71%] reference/generated/networkx.classes.function.nodes_iter writing output... [ 71%] reference/generated/networkx.classes.function.non_neighbors writing output... [ 71%] reference/generated/networkx.classes.function.number_of_edges writing output... [ 71%] reference/generated/networkx.classes.function.number_of_nodes writing output... [ 71%] reference/generated/networkx.classes.function.set_edge_attributes writing output... [ 71%] reference/generated/networkx.classes.function.set_node_attributes writing output... [ 71%] reference/generated/networkx.convert.from_dict_of_dicts writing output... [ 71%] reference/generated/networkx.convert.from_dict_of_lists writing output... [ 72%] reference/generated/networkx.convert.from_edgelist writing output... [ 72%] reference/generated/networkx.convert.from_numpy_matrix writing output... [ 72%] reference/generated/networkx.convert.from_scipy_sparse_matrix writing output... [ 72%] reference/generated/networkx.convert.to_dict_of_dicts writing output... [ 72%] reference/generated/networkx.convert.to_dict_of_lists writing output... [ 72%] reference/generated/networkx.convert.to_edgelist writing output... [ 72%] reference/generated/networkx.convert.to_networkx_graph writing output... [ 72%] reference/generated/networkx.convert.to_numpy_matrix writing output... [ 72%] reference/generated/networkx.convert.to_numpy_recarray writing output... [ 73%] reference/generated/networkx.convert.to_scipy_sparse_matrix writing output... [ 73%] reference/generated/networkx.drawing.layout.circular_layout writing output... [ 73%] reference/generated/networkx.drawing.layout.random_layout writing output... [ 73%] reference/generated/networkx.drawing.layout.shell_layout writing output... [ 73%] reference/generated/networkx.drawing.layout.spectral_layout writing output... [ 73%] reference/generated/networkx.drawing.layout.spring_layout writing output... [ 73%] reference/generated/networkx.drawing.nx_agraph.from_agraph writing output... [ 73%] reference/generated/networkx.drawing.nx_agraph.graphviz_layout writing output... [ 74%] reference/generated/networkx.drawing.nx_agraph.pygraphviz_layout writing output... [ 74%] reference/generated/networkx.drawing.nx_agraph.read_dot writing output... [ 74%] reference/generated/networkx.drawing.nx_agraph.to_agraph writing output... [ 74%] reference/generated/networkx.drawing.nx_agraph.write_dot writing output... [ 74%] reference/generated/networkx.drawing.nx_pydot.from_pydot writing output... [ 74%] reference/generated/networkx.drawing.nx_pydot.graphviz_layout writing output... [ 74%] reference/generated/networkx.drawing.nx_pydot.pydot_layout writing output... [ 74%] reference/generated/networkx.drawing.nx_pydot.read_dot writing output... [ 74%] reference/generated/networkx.drawing.nx_pydot.to_pydot writing output... [ 75%] reference/generated/networkx.drawing.nx_pydot.write_dot writing output... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw writing output... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw_circular writing output... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw_graphviz writing output... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw_networkx writing output... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_edge_labels writing output... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_edges writing output... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_labels writing output... [ 75%] reference/generated/networkx.drawing.nx_pylab.draw_networkx_nodes writing output... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw_random writing output... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw_shell writing output... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw_spectral writing output... [ 76%] reference/generated/networkx.drawing.nx_pylab.draw_spring writing output... [ 76%] reference/generated/networkx.generators.atlas.graph_atlas_g writing output... [ 76%] reference/generated/networkx.generators.bipartite.bipartite_alternating_havel_hakimi_graph writing output... [ 76%] reference/generated/networkx.generators.bipartite.bipartite_configuration_model writing output... [ 76%] reference/generated/networkx.generators.bipartite.bipartite_gnmk_random_graph writing output... [ 77%] reference/generated/networkx.generators.bipartite.bipartite_havel_hakimi_graph writing output... [ 77%] reference/generated/networkx.generators.bipartite.bipartite_preferential_attachment_graph writing output... [ 77%] reference/generated/networkx.generators.bipartite.bipartite_random_graph writing output... [ 77%] reference/generated/networkx.generators.bipartite.bipartite_reverse_havel_hakimi_graph writing output... [ 77%] reference/generated/networkx.generators.classic.balanced_tree writing output... [ 77%] reference/generated/networkx.generators.classic.barbell_graph writing output... [ 77%] reference/generated/networkx.generators.classic.circular_ladder_graph writing output... [ 77%] reference/generated/networkx.generators.classic.complete_bipartite_graph writing output... [ 77%] reference/generated/networkx.generators.classic.complete_graph writing output... [ 78%] reference/generated/networkx.generators.classic.cycle_graph writing output... [ 78%] reference/generated/networkx.generators.classic.dorogovtsev_goltsev_mendes_graph writing output... [ 78%] reference/generated/networkx.generators.classic.empty_graph writing output... [ 78%] reference/generated/networkx.generators.classic.grid_2d_graph writing output... [ 78%] reference/generated/networkx.generators.classic.grid_graph writing output... [ 78%] reference/generated/networkx.generators.classic.hypercube_graph writing output... [ 78%] reference/generated/networkx.generators.classic.ladder_graph writing output... [ 78%] reference/generated/networkx.generators.classic.lollipop_graph writing output... [ 79%] reference/generated/networkx.generators.classic.null_graph writing output... [ 79%] reference/generated/networkx.generators.classic.path_graph writing output... [ 79%] reference/generated/networkx.generators.classic.star_graph writing output... [ 79%] reference/generated/networkx.generators.classic.trivial_graph writing output... [ 79%] reference/generated/networkx.generators.classic.wheel_graph writing output... [ 79%] reference/generated/networkx.generators.degree_seq.configuration_model writing output... [ 79%] reference/generated/networkx.generators.degree_seq.degree_sequence_tree writing output... [ 79%] reference/generated/networkx.generators.degree_seq.directed_configuration_model writing output... [ 79%] reference/generated/networkx.generators.degree_seq.directed_havel_hakimi_graph writing output... [ 80%] reference/generated/networkx.generators.degree_seq.expected_degree_graph writing output... [ 80%] reference/generated/networkx.generators.degree_seq.havel_hakimi_graph writing output... [ 80%] reference/generated/networkx.generators.degree_seq.random_degree_sequence_graph writing output... [ 80%] reference/generated/networkx.generators.directed.gn_graph writing output... [ 80%] reference/generated/networkx.generators.directed.gnc_graph writing output... [ 80%] reference/generated/networkx.generators.directed.gnr_graph writing output... [ 80%] reference/generated/networkx.generators.directed.scale_free_graph writing output... [ 80%] reference/generated/networkx.generators.ego.ego_graph writing output... [ 81%] reference/generated/networkx.generators.geometric.geographical_threshold_graph writing output... [ 81%] reference/generated/networkx.generators.geometric.navigable_small_world_graph writing output... [ 81%] reference/generated/networkx.generators.geometric.random_geometric_graph writing output... [ 81%] reference/generated/networkx.generators.geometric.waxman_graph writing output... [ 81%] reference/generated/networkx.generators.hybrid.is_kl_connected writing output... [ 81%] reference/generated/networkx.generators.hybrid.kl_connected_subgraph writing output... [ 81%] reference/generated/networkx.generators.intersection.general_random_intersection_graph writing output... [ 81%] reference/generated/networkx.generators.intersection.k_random_intersection_graph writing output... [ 81%] reference/generated/networkx.generators.intersection.uniform_random_intersection_graph writing output... [ 82%] reference/generated/networkx.generators.line.line_graph writing output... [ 82%] reference/generated/networkx.generators.random_clustered.random_clustered_graph writing output... [ 82%] reference/generated/networkx.generators.random_graphs.barabasi_albert_graph writing output... [ 82%] reference/generated/networkx.generators.random_graphs.binomial_graph writing output... [ 82%] reference/generated/networkx.generators.random_graphs.connected_watts_strogatz_graph writing output... [ 82%] reference/generated/networkx.generators.random_graphs.dense_gnm_random_graph writing output... [ 82%] reference/generated/networkx.generators.random_graphs.erdos_renyi_graph writing output... [ 82%] reference/generated/networkx.generators.random_graphs.fast_gnp_random_graph writing output... [ 82%] reference/generated/networkx.generators.random_graphs.gnm_random_graph writing output... [ 83%] reference/generated/networkx.generators.random_graphs.gnp_random_graph writing output... [ 83%] reference/generated/networkx.generators.random_graphs.newman_watts_strogatz_graph writing output... [ 83%] reference/generated/networkx.generators.random_graphs.powerlaw_cluster_graph writing output... [ 83%] reference/generated/networkx.generators.random_graphs.random_lobster writing output... [ 83%] reference/generated/networkx.generators.random_graphs.random_powerlaw_tree writing output... [ 83%] reference/generated/networkx.generators.random_graphs.random_powerlaw_tree_sequence writing output... [ 83%] reference/generated/networkx.generators.random_graphs.random_regular_graph writing output... [ 83%] reference/generated/networkx.generators.random_graphs.random_shell_graph writing output... [ 84%] reference/generated/networkx.generators.random_graphs.watts_strogatz_graph writing output... [ 84%] reference/generated/networkx.generators.small.LCF_graph writing output... [ 84%] reference/generated/networkx.generators.small.bull_graph writing output... [ 84%] reference/generated/networkx.generators.small.chvatal_graph writing output... [ 84%] reference/generated/networkx.generators.small.cubical_graph writing output... [ 84%] reference/generated/networkx.generators.small.desargues_graph writing output... [ 84%] reference/generated/networkx.generators.small.diamond_graph writing output... [ 84%] reference/generated/networkx.generators.small.dodecahedral_graph writing output... [ 84%] reference/generated/networkx.generators.small.frucht_graph writing output... [ 85%] reference/generated/networkx.generators.small.heawood_graph writing output... [ 85%] reference/generated/networkx.generators.small.house_graph writing output... [ 85%] reference/generated/networkx.generators.small.house_x_graph writing output... [ 85%] reference/generated/networkx.generators.small.icosahedral_graph writing output... [ 85%] reference/generated/networkx.generators.small.krackhardt_kite_graph writing output... [ 85%] reference/generated/networkx.generators.small.make_small_graph writing output... [ 85%] reference/generated/networkx.generators.small.moebius_kantor_graph writing output... [ 85%] reference/generated/networkx.generators.small.octahedral_graph writing output... [ 86%] reference/generated/networkx.generators.small.pappus_graph writing output... [ 86%] reference/generated/networkx.generators.small.petersen_graph writing output... [ 86%] reference/generated/networkx.generators.small.sedgewick_maze_graph writing output... [ 86%] reference/generated/networkx.generators.small.tetrahedral_graph writing output... [ 86%] reference/generated/networkx.generators.small.truncated_cube_graph writing output... [ 86%] reference/generated/networkx.generators.small.truncated_tetrahedron_graph writing output... [ 86%] reference/generated/networkx.generators.small.tutte_graph writing output... [ 86%] reference/generated/networkx.generators.social.davis_southern_women_graph writing output... [ 86%] reference/generated/networkx.generators.social.florentine_families_graph writing output... [ 87%] reference/generated/networkx.generators.social.karate_club_graph writing output... [ 87%] reference/generated/networkx.generators.stochastic.stochastic_graph writing output... [ 87%] reference/generated/networkx.linalg.attrmatrix.attr_matrix writing output... [ 87%] reference/generated/networkx.linalg.attrmatrix.attr_sparse_matrix writing output... [ 87%] reference/generated/networkx.linalg.graphmatrix.adjacency_matrix writing output... [ 87%] reference/generated/networkx.linalg.graphmatrix.incidence_matrix writing output... [ 87%] reference/generated/networkx.linalg.laplacianmatrix.directed_laplacian_matrix writing output... [ 87%] reference/generated/networkx.linalg.laplacianmatrix.laplacian_matrix writing output... [ 87%] reference/generated/networkx.linalg.laplacianmatrix.normalized_laplacian_matrix writing output... [ 88%] reference/generated/networkx.linalg.spectrum.adjacency_spectrum writing output... [ 88%] reference/generated/networkx.linalg.spectrum.laplacian_spectrum writing output... [ 88%] reference/generated/networkx.readwrite.adjlist.generate_adjlist writing output... [ 88%] reference/generated/networkx.readwrite.adjlist.parse_adjlist writing output... [ 88%] reference/generated/networkx.readwrite.adjlist.read_adjlist writing output... [ 88%] reference/generated/networkx.readwrite.adjlist.write_adjlist writing output... [ 88%] reference/generated/networkx.readwrite.edgelist.generate_edgelist writing output... [ 88%] reference/generated/networkx.readwrite.edgelist.parse_edgelist writing output... [ 89%] reference/generated/networkx.readwrite.edgelist.read_edgelist writing output... [ 89%] reference/generated/networkx.readwrite.edgelist.read_weighted_edgelist writing output... [ 89%] reference/generated/networkx.readwrite.edgelist.write_edgelist writing output... [ 89%] reference/generated/networkx.readwrite.edgelist.write_weighted_edgelist writing output... [ 89%] reference/generated/networkx.readwrite.gexf.read_gexf writing output... [ 89%] reference/generated/networkx.readwrite.gexf.relabel_gexf_graph writing output... [ 89%] reference/generated/networkx.readwrite.gexf.write_gexf writing output... [ 89%] reference/generated/networkx.readwrite.gml.generate_gml writing output... [ 89%] reference/generated/networkx.readwrite.gml.parse_gml writing output... [ 90%] reference/generated/networkx.readwrite.gml.read_gml writing output... [ 90%] reference/generated/networkx.readwrite.gml.write_gml writing output... [ 90%] reference/generated/networkx.readwrite.gpickle.read_gpickle writing output... [ 90%] reference/generated/networkx.readwrite.gpickle.write_gpickle writing output... [ 90%] reference/generated/networkx.readwrite.graphml.read_graphml writing output... [ 90%] reference/generated/networkx.readwrite.graphml.write_graphml writing output... [ 90%] reference/generated/networkx.readwrite.json_graph.adjacency_data writing output... [ 90%] reference/generated/networkx.readwrite.json_graph.adjacency_graph writing output... [ 91%] reference/generated/networkx.readwrite.json_graph.dump writing output... [ 91%] reference/generated/networkx.readwrite.json_graph.dumps writing output... [ 91%] reference/generated/networkx.readwrite.json_graph.load writing output... [ 91%] reference/generated/networkx.readwrite.json_graph.loads writing output... [ 91%] reference/generated/networkx.readwrite.json_graph.node_link_data writing output... [ 91%] reference/generated/networkx.readwrite.json_graph.node_link_graph writing output... [ 91%] reference/generated/networkx.readwrite.json_graph.tree_data writing output... [ 91%] reference/generated/networkx.readwrite.json_graph.tree_graph writing output... [ 91%] reference/generated/networkx.readwrite.leda.parse_leda writing output... [ 92%] reference/generated/networkx.readwrite.leda.read_leda writing output... [ 92%] reference/generated/networkx.readwrite.multiline_adjlist.generate_multiline_adjlist writing output... [ 92%] reference/generated/networkx.readwrite.multiline_adjlist.parse_multiline_adjlist writing output... [ 92%] reference/generated/networkx.readwrite.multiline_adjlist.read_multiline_adjlist writing output... [ 92%] reference/generated/networkx.readwrite.multiline_adjlist.write_multiline_adjlist writing output... [ 92%] reference/generated/networkx.readwrite.nx_shp.read_shp writing output... [ 92%] reference/generated/networkx.readwrite.nx_shp.write_shp writing output... [ 92%] reference/generated/networkx.readwrite.nx_yaml.read_yaml writing output... [ 93%] reference/generated/networkx.readwrite.nx_yaml.write_yaml writing output... [ 93%] reference/generated/networkx.readwrite.pajek.parse_pajek writing output... [ 93%] reference/generated/networkx.readwrite.pajek.read_pajek writing output... [ 93%] reference/generated/networkx.readwrite.pajek.write_pajek writing output... [ 93%] reference/generated/networkx.readwrite.sparsegraph6.parse_graph6 writing output... [ 93%] reference/generated/networkx.readwrite.sparsegraph6.parse_sparse6 writing output... [ 93%] reference/generated/networkx.readwrite.sparsegraph6.read_graph6 writing output... [ 93%] reference/generated/networkx.readwrite.sparsegraph6.read_graph6_list writing output... [ 93%] reference/generated/networkx.readwrite.sparsegraph6.read_sparse6 writing output... [ 94%] reference/generated/networkx.readwrite.sparsegraph6.read_sparse6_list writing output... [ 94%] reference/generated/networkx.relabel.convert_node_labels_to_integers writing output... [ 94%] reference/generated/networkx.relabel.relabel_nodes writing output... [ 94%] reference/generated/networkx.utils.decorators.open_file writing output... [ 94%] reference/generated/networkx.utils.decorators.require writing output... [ 94%] reference/generated/networkx.utils.misc.cumulative_sum writing output... [ 94%] reference/generated/networkx.utils.misc.default_opener writing output... [ 94%] reference/generated/networkx.utils.misc.flatten writing output... [ 94%] reference/generated/networkx.utils.misc.generate_unique_node writing output... [ 95%] reference/generated/networkx.utils.misc.is_list_of_ints writing output... [ 95%] reference/generated/networkx.utils.misc.is_string_like writing output... [ 95%] reference/generated/networkx.utils.misc.iterable writing output... [ 95%] reference/generated/networkx.utils.misc.make_str writing output... [ 95%] reference/generated/networkx.utils.random_sequence.create_degree_sequence writing output... [ 95%] reference/generated/networkx.utils.random_sequence.cumulative_distribution writing output... [ 95%] reference/generated/networkx.utils.random_sequence.discrete_sequence writing output... [ 95%] reference/generated/networkx.utils.random_sequence.pareto_sequence writing output... [ 96%] reference/generated/networkx.utils.random_sequence.powerlaw_sequence writing output... [ 96%] reference/generated/networkx.utils.random_sequence.random_weighted_sample writing output... [ 96%] reference/generated/networkx.utils.random_sequence.uniform_sequence writing output... [ 96%] reference/generated/networkx.utils.random_sequence.weighted_choice writing output... [ 96%] reference/generated/networkx.utils.random_sequence.zipf_rv writing output... [ 96%] reference/generated/networkx.utils.random_sequence.zipf_sequence writing output... [ 96%] reference/generated/networkx.utils.union_find.UnionFind.union writing output... [ 96%] reference/generators writing output... [ 96%] reference/glossary writing output... [ 97%] reference/history writing output... [ 97%] reference/index writing output... [ 97%] reference/introduction writing output... [ 97%] reference/legal writing output... [ 97%] reference/linalg writing output... [ 97%] reference/news writing output... [ 97%] reference/pdf_reference writing output... [ 97%] reference/readwrite writing output... [ 98%] reference/readwrite.adjlist writing output... [ 98%] reference/readwrite.edgelist writing output... [ 98%] reference/readwrite.gexf writing output... [ 98%] reference/readwrite.gml writing output... [ 98%] reference/readwrite.gpickle writing output... [ 98%] reference/readwrite.graphml writing output... [ 98%] reference/readwrite.json_graph writing output... [ 98%] reference/readwrite.leda writing output... [ 98%] reference/readwrite.multiline_adjlist writing output... [ 99%] reference/readwrite.nx_shp writing output... [ 99%] reference/readwrite.pajek writing output... [ 99%] reference/readwrite.sparsegraph6 writing output... [ 99%] reference/readwrite.yaml writing output... [ 99%] reference/relabel writing output... [ 99%] reference/utils writing output... [ 99%] test writing output... [ 99%] tutorial/index writing output... [100%] tutorial/tutorial writing additional files... (102 module code pages) _modules/index genindex py-modindex search gallery opensearch copying images... [ 5%] examples/drawing/../../static/examples/sampson.png copying images... [ 10%] developer/gitwash/pull_button.png copying images... [ 15%] examples/drawing/../../static/examples/chess_masters.png copying images... [ 20%] examples/drawing/../../static/examples/ego_graph.png copying images... [ 25%] developer/gitwash/branch_dropdown.png copying images... [ 30%] examples/drawing/../../static/examples/degree_histogram.png copying images... [ 35%] examples/drawing/../../static/examples/simple_path.png copying images... [ 40%] examples/graph/../../static/examples/knuth_miles.png copying images... [ 45%] examples/graph/../../static/examples/unix_email.png copying images... [ 50%] examples/drawing/../../static/examples/labels_and_colors.png copying images... [ 55%] examples/drawing/../../static/examples/knuth_miles.png copying images... [ 60%] examples/drawing/../../static/examples/random_geometric_graph.png copying images... [ 65%] examples/drawing/../../static/examples/house_with_colors.png copying images... [ 70%] examples/drawing/../../static/examples/unix_email.png copying images... [ 75%] examples/drawing/../../static/examples/four_grids.png copying images... [ 80%] examples/drawing/../../static/examples/weighted_graph.png copying images... [ 85%] examples/multigraph/../../static/examples/chess_masters.png copying images... [ 90%] examples/drawing/../../static/examples/edge_colormap.png copying images... [ 95%] developer/gitwash/forking_button.png copying images... [100%] examples/drawing/../../static/examples/node_colormap.png copying downloadable files... [ 33%] /builddir/build/BUILD/networkx-1.8.1/doc/source/networkx_tutorial.pdf copying downloadable files... [ 66%] /builddir/build/BUILD/networkx-1.8.1/doc/source/networkx_reference.pdf copying downloadable files... [100%] /builddir/build/BUILD/networkx-1.8.1/doc/source/networkx-documentation.zip copying static files... done dumping search index... done dumping object inventory... done build succeeded, 104 warnings. Build finished. The HTML pages are in build/html. make: Leaving directory `/builddir/build/BUILD/networkx-1.8.1/doc' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.o8BeeP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386 ++ dirname /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386 + cd networkx-1.8.1 + python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386 running install running install_lib creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_pydot.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_agraph.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing copying build/lib/networkx/drawing/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_agraph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_layout.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_agraph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_pydot.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_pylab.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/nx_pylab.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing copying build/lib/networkx/drawing/layout.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing copying build/lib/networkx/drawing/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_pydot.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_pylab.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing copying build/lib/networkx/drawing/layout.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/testing creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/testing/tests copying build/lib/networkx/testing/tests/test_utils.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/testing/tests copying build/lib/networkx/testing/utils.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/testing copying build/lib/networkx/testing/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/testing creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/nx_shp.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/sparsegraph6.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/gml.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/multiline_adjlist.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/gpickle.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/graphml.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/gexf.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/multiline_adjlist.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/gexf.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/edgelist.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/nx_shp.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/pajek.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/graphml.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/gml.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_leda.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_pajek.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_sparsegraph6.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_p2g.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_gml.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_adjlist.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_shp.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_gpickle.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_graphml.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_edgelist.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_gexf.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_yaml.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/pajek.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/serialize.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/tree.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/adjacency.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_tree.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_node_link.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_serialize.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_adjacency.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/serialize.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/adjacency.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/node_link.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/tree.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/node_link.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/leda.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/adjlist.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/p2g.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/edgelist.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/gpickle.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/leda.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/adjlist.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/sparsegraph6.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/nx_yaml.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/nx_yaml.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/intersection.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/random_graphs.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/degree_seq.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/intersection.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/classic.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/hybrid.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/ego.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/small.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/stochastic.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/small.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/classic.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/random_clustered.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/stochastic.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/line.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/atlas.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_intersection.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_threshold.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_ego.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_atlas.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_bipartite.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_hybrid.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_geometric.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_directed.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_classic.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_line.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_random_graphs.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_random_clustered.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_small.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_degree_seq.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_stochastic.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/threshold.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/bipartite.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/random_graphs.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/geometric.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/degree_seq.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/geometric.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/directed.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/atlas.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/social.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/random_clustered.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/threshold.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/hybrid.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/bipartite.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/social.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/directed.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/line.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/ego.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/relabel.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/multidigraph.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/digraph.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/graph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/multigraph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/digraph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/multigraph.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_function.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_multidigraph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_graph_historical.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_graph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_multigraph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_digraph_historical.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_digraph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/historical_tests.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/function.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/function.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/graph.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/multidigraph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/exception.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx copying build/lib/networkx/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/linalg/laplacianmatrix.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/linalg/graphmatrix.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/linalg/graphmatrix.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/linalg/attrmatrix.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/linalg/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/linalg/spectrum.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_graphmatrix.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_laplacian.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_spectrum.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/attrmatrix.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/linalg/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/linalg/spectrum.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/linalg/laplacianmatrix.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/version.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx copying build/lib/networkx/convert.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx copying build/lib/networkx/release.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/block.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/centrality.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/projection.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/cluster.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/spectral.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/redundancy.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_project.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_basic.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_centrality.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_cluster.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/basic.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/spectral.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/redundancy.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/basic.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/centrality.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/cluster.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/projection.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/kclique.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/community creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_kclique.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/kclique.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/mst.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/cycles.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/vitality.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/weighted.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/astar.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/generic.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/unweighted.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/dense.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_generic.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_astar.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_dense.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_weighted.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_unweighted.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/astar.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/generic.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/weighted.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/dense.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/unweighted.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/core.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/smetric.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/mst.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/correlation.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/mixing.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/neighbor_degree.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/neighbor_degree.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/pairs.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/base_test.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_pairs.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_neighbor_degree.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_correlation.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_connectivity.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_mixing.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/mixing.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/connectivity.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/correlation.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/connectivity.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/pairs.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/cluster.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/graphical.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/euler.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/mis.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/weakly_connected.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/strongly_connected.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/attracting.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/biconnected.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/strongly_connected.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/attracting.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_attracting.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_weakly_connected.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_connected.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_strongly_connected.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_biconnected.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/connected.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/connected.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/biconnected.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/weakly_connected.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_betweenness_subset.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/betweenness.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_betweenness.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_betweenness_subset.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_closeness.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/betweenness_subset.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/closeness.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/flow_matrix.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/load.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/communicability_alg.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/katz.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/eigenvector.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/eigenvector.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/degree_alg.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/degree_alg.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_closeness_centrality.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_communicability.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_closeness.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_katz_centrality.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_degree_centrality.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_betweenness_centrality.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_load_centrality.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/communicability_alg.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/closeness.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/betweenness.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/betweenness_subset.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/katz.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/load.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/flow_matrix.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_betweenness.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_closeness.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/matchhelpers.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/matchhelpers.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/isomorphvf2.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/isomorph.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/isomorph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/vf2userfunc.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_vf2userfunc.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/si2_b06_m200.A99 -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_isomorphism.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/isomorphvf2.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/vf2userfunc.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/simple_paths.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/isolate.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/core.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/swap.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/isolate.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/simple_paths.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/unary.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/all.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/binary.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_all.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_binary.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_product.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_unary.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/all.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/product.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/product.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/binary.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/unary.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_cycles.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_hierarchy.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_graphical.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_dag.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_boundary.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_vitality.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_distance_measures.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_clique.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_mis.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_euler.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_block.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_matching.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_simple_paths.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_distance_regular.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_cluster.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_mst.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_core.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_swap.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_richclub.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_smetric.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/ramsey.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/ramsey.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/dominating_set.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_ramsey.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_clique.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_matching.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_independent_set.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_dominating_set.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_vertex_cover.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/dominating_set.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/matching.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/vertex_cover.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/independent_set.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/clique.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/vertex_cover.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/clique.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/matching.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/independent_set.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/maxflow.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/flow creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_mincost.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_maxflow.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_maxflow_large_graph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/maxflow.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/mincost.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/mincost.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/distance_measures.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/cycles.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/matching.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/hierarchy.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/mis.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/euler.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/distance_regular.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/distance_measures.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/smetric.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/chordal copying build/lib/networkx/algorithms/chordal/chordal_alg.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/chordal copying build/lib/networkx/algorithms/chordal/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/chordal creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/chordal/tests copying build/lib/networkx/algorithms/chordal/tests/test_chordal.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/chordal/tests copying build/lib/networkx/algorithms/chordal/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/chordal copying build/lib/networkx/algorithms/chordal/chordal_alg.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/chordal creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/depth_first_search.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_dfs.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_bfs.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/breadth_first_search.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/depth_first_search.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/breadth_first_search.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/clique.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/clique.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/link_analysis/hits_alg.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/link_analysis/pagerank_alg.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/link_analysis/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/tests/test_pagerank.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/tests/test_hits.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/pagerank_alg.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/link_analysis/hits_alg.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/link_analysis/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/swap.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/boundary.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/vitality.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/richclub.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/matching.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/graphical.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/cuts.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/connectivity creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_cuts.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_connectivity.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/cuts.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/connectivity.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/connectivity.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/dag.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/distance_regular.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/boundary.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/dag.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/cluster.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/richclub.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/hierarchy.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/block.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/exception.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/test_relabel.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert_numpy.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert_scipy.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/test.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/test_exceptions.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/test.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/benchmark.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/version.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx copying build/lib/networkx/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx copying build/lib/networkx/release.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx copying build/lib/networkx/relabel.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/misc.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/decorators.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/rcm.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/rcm.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/__init__.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/random_sequence.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_rcm.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_random_sequence.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_misc.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_decorators.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests copying build/lib/networkx/utils/union_find.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/decorators.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/union_find.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/__init__.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/misc.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/random_sequence.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/convert.pyc -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing/tests/test_layout.py to test_layout.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing/tests/test_agraph.py to test_agraph.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing/tests/test_pydot.py to test_pydot.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/drawing/tests/test_pylab.py to test_pylab.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/testing/tests/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/testing/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/testing/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_leda.py to test_leda.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_pajek.py to test_pajek.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_sparsegraph6.py to test_sparsegraph6.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_p2g.py to test_p2g.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gml.py to test_gml.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_adjlist.py to test_adjlist.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_shp.py to test_shp.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gpickle.py to test_gpickle.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_graphml.py to test_graphml.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_edgelist.py to test_edgelist.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gexf.py to test_gexf.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_yaml.py to test_yaml.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests/test_tree.py to test_tree.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests/test_node_link.py to test_node_link.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests/test_serialize.py to test_serialize.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests/test_adjacency.py to test_adjacency.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/p2g.py to p2g.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_intersection.py to test_intersection.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_threshold.py to test_threshold.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_ego.py to test_ego.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_atlas.py to test_atlas.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_bipartite.py to test_bipartite.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_hybrid.py to test_hybrid.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_geometric.py to test_geometric.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_directed.py to test_directed.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_classic.py to test_classic.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_line.py to test_line.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_graphs.py to test_random_graphs.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_clustered.py to test_random_clustered.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_small.py to test_small.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_degree_seq.py to test_degree_seq.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_stochastic.py to test_stochastic.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_function.py to test_function.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_multidigraph.py to test_multidigraph.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_graph_historical.py to test_graph_historical.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_graph.py to test_graph.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_multigraph.py to test_multigraph.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_digraph_historical.py to test_digraph_historical.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_digraph.py to test_digraph.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/historical_tests.py to historical_tests.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg/tests/test_graphmatrix.py to test_graphmatrix.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg/tests/test_laplacian.py to test_laplacian.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/linalg/tests/test_spectrum.py to test_spectrum.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_basic.py to test_basic.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_centrality.py to test_centrality.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py to test_spectral_bipartivity.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_cluster.py to test_cluster.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_kclique.py to test_kclique.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py to test_generic.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py to test_astar.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py to test_dense.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py to test_weighted.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py to test_unweighted.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py to test_dense_numpy.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/base_test.py to base_test.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_pairs.py to test_pairs.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_neighbor_degree.py to test_neighbor_degree.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_correlation.py to test_correlation.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_connectivity.py to test_connectivity.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_mixing.py to test_mixing.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_attracting.py to test_attracting.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py to test_weakly_connected.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_connected.py to test_connected.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py to test_strongly_connected.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_biconnected.py to test_biconnected.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_closeness_centrality.py to test_closeness_centrality.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py to test_current_flow_betweenness_centrality.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py to test_betweenness_centrality_subset.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_communicability.py to test_communicability.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py to test_current_flow_closeness.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py to test_eigenvector_centrality.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_katz_centrality.py to test_katz_centrality.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py to test_current_flow_betweenness_centrality_subset.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_degree_centrality.py to test_degree_centrality.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py to test_betweenness_centrality.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py to test_load_centrality.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests/test_vf2userfunc.py to test_vf2userfunc.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py to test_isomorphvf2.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py to test_isomorphism.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators/tests/test_all.py to test_all.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators/tests/test_binary.py to test_binary.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators/tests/test_product.py to test_product.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/operators/tests/test_unary.py to test_unary.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_cycles.py to test_cycles.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_hierarchy.py to test_hierarchy.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_graphical.py to test_graphical.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_dag.py to test_dag.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_boundary.py to test_boundary.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_vitality.py to test_vitality.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_measures.py to test_distance_measures.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_clique.py to test_clique.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mis.py to test_mis.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_euler.py to test_euler.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_block.py to test_block.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_matching.py to test_matching.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_simple_paths.py to test_simple_paths.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_regular.py to test_distance_regular.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_cluster.py to test_cluster.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mst.py to test_mst.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_core.py to test_core.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_swap.py to test_swap.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_richclub.py to test_richclub.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_smetric.py to test_smetric.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_ramsey.py to test_ramsey.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_clique.py to test_clique.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_matching.py to test_matching.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_independent_set.py to test_independent_set.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_dominating_set.py to test_dominating_set.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.py to test_vertex_cover.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/flow/tests/test_mincost.py to test_mincost.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/flow/tests/test_maxflow.py to test_maxflow.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/flow/tests/test_maxflow_large_graph.py to test_maxflow_large_graph.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/chordal/tests/test_chordal.py to test_chordal.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_dfs.py to test_dfs.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_bfs.py to test_bfs.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py to test_pagerank.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py to test_hits.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/connectivity/tests/test_cuts.py to test_cuts.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/connectivity/tests/test_connectivity.py to test_connectivity.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_relabel.py to test_relabel.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_convert_numpy.py to test_convert_numpy.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_convert_scipy.py to test_convert_scipy.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_convert.py to test_convert.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/benchmark.py to benchmark.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests/test_rcm.py to test_rcm.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests/test_random_sequence.py to test_random_sequence.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests/test_misc.py to test_misc.pyc byte-compiling /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests/test_decorators.py to test_decorators.pyc writing byte-compilation script '/tmp/tmpFpGjP2.py' /usr/bin/python2 -O /tmp/tmpFpGjP2.py removing /tmp/tmpFpGjP2.py running install_data creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1 copying LICENSE.txt -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1 copying README.txt -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1 copying INSTALL.txt -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1 creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/advanced copying examples/advanced/eigenvalues.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/advanced copying examples/advanced/iterated_dynamical_systems.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/advanced copying examples/advanced/heavy_metal_umlaut.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/advanced creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/algorithms copying examples/algorithms/krackhardt_centrality.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/algorithms copying examples/algorithms/davis_club.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/algorithms copying examples/algorithms/blockmodel.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/algorithms copying examples/algorithms/rcm.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/algorithms copying examples/algorithms/hartford_drug.edgelist -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/algorithms creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/basic copying examples/basic/properties.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/basic copying examples/basic/read_write.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/basic creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/3d_drawing copying examples/3d_drawing/mayavi2_spring.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/3d_drawing creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/random_geometric_graph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/edge_colormap.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/labels_and_colors.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/lanl_routes.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/giant_component.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/simple_path.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/four_grids.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/degree_histogram.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/knuth_miles.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/house_with_colors.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/node_colormap.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/ego_graph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/weighted_graph.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/chess_masters.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/circular_tree.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/sampson.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/atlas.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/unix_email.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/chess_masters_WCC.pgn.bz2 -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/knuth_miles.txt.gz -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/unix_email.mbox -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing copying examples/drawing/lanl_routes.edgelist -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/drawing creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/atlas2.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/expected_degree_sequence.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/football.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/words.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/knuth_miles.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/roget.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/erdos_renyi.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/degree_sequence.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/atlas.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/karate_club.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/napoleon_russian_campaign.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/unix_email.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/roget_dat.txt.gz -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/knuth_miles.txt.gz -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/words_dat.txt.gz -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph copying examples/graph/unix_email.mbox -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/graph creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/multigraph copying examples/multigraph/chess_masters.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/multigraph copying examples/multigraph/chess_masters_WCC.pgn.bz2 -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/multigraph creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/pygraphviz copying examples/pygraphviz/write_dotfile.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/pygraphviz copying examples/pygraphviz/pygraphviz_simple.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/pygraphviz copying examples/pygraphviz/pygraphviz_draw.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/pygraphviz copying examples/pygraphviz/pygraphviz_attributes.py -> /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/pygraphviz creating /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1/examples/readwrite running install_egg_info Writing /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx-1.8.1-py2.7.egg-info + mv /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/networkx-1.8.1 ./installed-docs + rm -f installed-docs/INSTALL.txt ++ grep -FRl /usr/bin/env /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_leda.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_leda.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_leda.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_leda.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_leda.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_leda.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_pajek.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_pajek.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_pajek.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_pajek.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_pajek.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_pajek.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_sparsegraph6.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_sparsegraph6.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_sparsegraph6.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_sparsegraph6.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_sparsegraph6.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_sparsegraph6.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gml.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gml.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gml.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gml.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gml.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gml.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gpickle.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gpickle.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gpickle.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gpickle.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gpickle.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gpickle.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_graphml.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_graphml.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_graphml.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_graphml.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_graphml.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_graphml.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gexf.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gexf.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gexf.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gexf.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gexf.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/readwrite/tests/test_gexf.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_intersection.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_intersection.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_intersection.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_intersection.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_intersection.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_intersection.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_threshold.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_threshold.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_threshold.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_threshold.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_threshold.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_threshold.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_ego.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_ego.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_ego.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_ego.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_ego.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_ego.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_bipartite.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_bipartite.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_bipartite.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_bipartite.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_bipartite.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_bipartite.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_geometric.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_geometric.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_geometric.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_geometric.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_geometric.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_geometric.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_directed.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_directed.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_directed.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_directed.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_directed.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_directed.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_classic.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_classic.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_classic.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_classic.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_classic.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_classic.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_line.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_line.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_line.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_line.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_line.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_line.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_graphs.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_graphs.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_graphs.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_graphs.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_graphs.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_graphs.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_clustered.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_clustered.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_clustered.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_clustered.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_clustered.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_random_clustered.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_small.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_small.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_small.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_small.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_small.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_small.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_degree_seq.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_degree_seq.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_degree_seq.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_degree_seq.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_degree_seq.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/generators/tests/test_degree_seq.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_function.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_function.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_function.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_function.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_function.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_function.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_multidigraph.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_multidigraph.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_multidigraph.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_multidigraph.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_multidigraph.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_multidigraph.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_graph_historical.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_graph_historical.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_graph_historical.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_graph_historical.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_graph_historical.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_graph_historical.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_graph.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_graph.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_graph.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_graph.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_graph.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_graph.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_multigraph.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_multigraph.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_multigraph.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_multigraph.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_multigraph.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_multigraph.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_digraph_historical.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_digraph_historical.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_digraph_historical.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_digraph_historical.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_digraph_historical.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_digraph_historical.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_digraph.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_digraph.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_digraph.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_digraph.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_digraph.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/test_digraph.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/historical_tests.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/historical_tests.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/historical_tests.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/historical_tests.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/historical_tests.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/classes/tests/historical_tests.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_project.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_project.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_project.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_project.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_project.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_project.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_basic.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_basic.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_basic.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_basic.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_basic.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_basic.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_kclique.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_kclique.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_kclique.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_kclique.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_kclique.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_kclique.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_pairs.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_pairs.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_pairs.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_pairs.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_pairs.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_pairs.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_neighbor_degree.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_neighbor_degree.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_neighbor_degree.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_neighbor_degree.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_neighbor_degree.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_neighbor_degree.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_correlation.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_correlation.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_correlation.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_correlation.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_correlation.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_correlation.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_connectivity.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_connectivity.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_connectivity.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_connectivity.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_connectivity.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_connectivity.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_mixing.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_mixing.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_mixing.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_mixing.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_mixing.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_mixing.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_attracting.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_attracting.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_attracting.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_attracting.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_attracting.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_attracting.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_connected.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_connected.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_connected.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_connected.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_connected.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_connected.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_biconnected.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_biconnected.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_biconnected.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_biconnected.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_biconnected.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_biconnected.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_cycles.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_cycles.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_cycles.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_cycles.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_cycles.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_cycles.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_hierarchy.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_hierarchy.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_hierarchy.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_hierarchy.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_hierarchy.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_hierarchy.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_graphical.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_graphical.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_graphical.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_graphical.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_graphical.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_graphical.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_dag.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_dag.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_dag.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_dag.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_dag.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_dag.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_boundary.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_boundary.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_boundary.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_boundary.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_boundary.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_boundary.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_vitality.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_vitality.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_vitality.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_vitality.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_vitality.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_vitality.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_measures.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_measures.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_measures.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_measures.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_measures.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_measures.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_clique.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_clique.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_clique.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_clique.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_clique.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_clique.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mis.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mis.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mis.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mis.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mis.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mis.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_euler.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_euler.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_euler.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_euler.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_euler.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_euler.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_block.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_block.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_block.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_block.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_block.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_block.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_matching.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_matching.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_matching.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_matching.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_matching.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_matching.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_simple_paths.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_simple_paths.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_simple_paths.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_simple_paths.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_simple_paths.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_simple_paths.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_regular.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_regular.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_regular.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_regular.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_regular.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_regular.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_cluster.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_cluster.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_cluster.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_cluster.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_cluster.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_cluster.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mst.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mst.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mst.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mst.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mst.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_mst.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_core.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_core.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_core.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_core.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_core.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_core.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_swap.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_swap.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_swap.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_swap.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_swap.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/tests/test_swap.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_dominating_set.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_dominating_set.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_dominating_set.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_dominating_set.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_dominating_set.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_dominating_set.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/chordal/tests/test_chordal.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/chordal/tests/test_chordal.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/chordal/tests/test_chordal.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/chordal/tests/test_chordal.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/chordal/tests/test_chordal.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/chordal/tests/test_chordal.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_dfs.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_dfs.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_dfs.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_dfs.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_dfs.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_dfs.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_bfs.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_bfs.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_bfs.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_bfs.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_bfs.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_bfs.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_relabel.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_relabel.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_relabel.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_relabel.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_relabel.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_relabel.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_convert.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_convert.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_convert.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_convert.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_convert.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test_convert.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/tests/test.py + for f in '`grep -FRl /usr/bin/env $RPM_BUILD_ROOT/usr/lib/python2.7/site-packages`' + sed 's|/usr/bin/env python|/usr/bin/python2|' /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests/test_random_sequence.py + touch -r /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests/test_random_sequence.py /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests/test_random_sequence.py.new + chmod a+x /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests/test_random_sequence.py.new + mv -f /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests/test_random_sequence.py.new /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/networkx/utils/tests/test_random_sequence.py + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/networkx-1.8.1 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.K3b0eE + umask 022 + cd /builddir/build/BUILD + cd networkx-1.8.1 + mkdir site-packages + mv networkx site-packages ++ pwd + PYTHONPATH=/builddir/build/BUILD/networkx-1.8.1/site-packages + python -c 'import networkx; networkx.test()' Running NetworkX tests:........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SS......S./usr/lib/python2.7/site-packages/scipy/sparse/linalg/eigen/arpack/arpack.py:65: UserWarning: Single-precision types in `eigs` and `eighs` are not supported currently. Double precision routines are used instead. warnings.warn("Single-precision types in `eigs` and `eighs` " ...S..................................................................................................................................................................S.........................................................................S............................................................................................................. ---------------------------------------------------------------------- Ran 1786 tests in 20.397s OK (SKIP=6) + exit 0 Processing files: python-networkx-1.8.1-12.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eni0fn + umask 022 + cd /builddir/build/BUILD + cd networkx-1.8.1 + DOCDIR=/builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/python-networkx-1.8.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/python-networkx-1.8.1 + cp -pr README.txt /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/python-networkx-1.8.1 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/python-networkx-1.8.1 + exit 0 Provides: python-networkx = 1.8.1-12.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-networkx-core-1.8.1-12.el7.noarch warning: File not found: /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/lib/python2.7/site-packages/network/readwrite/nx_shp.py Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.krE0j6 + umask 022 + cd /builddir/build/BUILD + cd networkx-1.8.1 + DOCDIR=/builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/python-networkx-core-1.8.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/python-networkx-core-1.8.1 + cp -pr installed-docs/LICENSE.txt installed-docs/README.txt installed-docs/examples /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/python-networkx-core-1.8.1 + exit 0 Provides: python-networkx-core = 1.8.1-12.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 python(abi) = 2.7 Processing files: python-networkx-doc-1.8.1-12.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QXUP36 + umask 022 + cd /builddir/build/BUILD + cd networkx-1.8.1 + DOCDIR=/builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/python-networkx-doc-1.8.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/python-networkx-doc-1.8.1 + cp -pr doc/build/html/_downloads doc/build/html/_images doc/build/html/_modules doc/build/html/_static doc/build/html/bibliography.html doc/build/html/developer doc/build/html/download.html doc/build/html/examples doc/build/html/gallery.html doc/build/html/genindex.html doc/build/html/index.html doc/build/html/install.html doc/build/html/objects.inv doc/build/html/overview.html doc/build/html/py-modindex.html doc/build/html/reference doc/build/html/search.html doc/build/html/searchindex.js doc/build/html/test.html doc/build/html/tutorial /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386/usr/share/doc/python-networkx-doc-1.8.1 + exit 0 Provides: python-networkx-doc = 1.8.1-12.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-networkx-1.8.1-12.el7.i386 Wrote: /builddir/build/RPMS/python-networkx-1.8.1-12.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-networkx-core-1.8.1-12.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-networkx-doc-1.8.1-12.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.b4roSZ + umask 022 + cd /builddir/build/BUILD + cd networkx-1.8.1 + rm -f /tmp/tmp5x4zF8 /tmp/tmp7jEBVS /tmp/tmpFMeYbK /tmp/tmpIy53Cy /tmp/tmpUh3Ox_ /tmp/tmpVLgQal /tmp/tmpVQ3TOa /tmp/tmpa2ZpsM /tmp/tmpdoRr8B /tmp/tmpiVCboL /tmp/tmptuNems /tmp/tmptxOR0v /tmp/tmpuXTG7B + exit 0 Child return code was: 0 LEAVE do -->